@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
    font-family: "Shuei KakuGo Gin M", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 1.75;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .08em;
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #141414;
	background: #fff;
}
body.hidden{
	overflow: hidden;
	position: fixed;
	width: 100%;
}

a{
	color: #0066ff;
	text-decoration: none;
}
a:hover, .active{
	text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}
p{overflow-wrap: break-word;}

/* 共通
------------------------------------------------------------*/
.forSP{display: none;}
.forPC{display: block;}

h1{
	font-family: "Titillium Web", sans-serif;
	font-weight: 100;
}
h2{
	font-family: "Noto Sans JP", sans-serif;
}
img{
	width: 100%;
	height: auto;
}

section{
	clear:both;
}

section h1{
    font-size:3.6rem;
    letter-spacing: 6px;
    line-height: 1;
	color: #1160A4;
    font-weight: 600;
}
section h1 span{
	font-size: 1.6rem;
}
section h2{
	font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px dotted #cccccc;
    margin-bottom: 12px;
	line-height: 1.4;
	padding-bottom: 5px;
}

.inner{
	width:100%;
	margin: 0px auto;
}
.col2{
	display: flex;
	justify-content: center;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: anchor-center;
	margin-bottom: 10px;
}
@media only screen and (min-width: 1200px){
	.inner{
		width: 1200px;
		padding: 60px 0px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {
    section {
        padding: 30px 3%; 
    }
}
@media only screen and (max-width: 799px){
	.forSP{display: block;}
	.forPC{display: none;}

	p{
		font-size: 0.9rem;
        line-height: 1.5;}
	section{
		padding: 40px 3%;
	}
	section h1 {
		font-size: 2.8rem;
		letter-spacing: 6px;
		font-weight: 600;
	}
	section h1 span {
		font-size: 1.4rem;
	}
	section h2{
		font-size: 1.1rem;
        margin-bottom: 8px;
        line-height: 1.2;
	}
	.col3 li{
	width: calc(100% / 2 - 6%);
	padding: 2% 2% 50px;
	}
	.col3 li:nth-of-type(n+3) {
		margin-top: 3%;
	}
	.col3 .logo {
		width: 34px;
		margin: 0px 10px 0px 0px;
	}
	.serviceBtn {
        width: 80%;
        cursor: pointer;
        font-size: 0.9rem;
        margin-bottom: 0px;
	}
}
/* nav
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.panel{
		display:block !important;
		width: 1200px;
        margin: auto;
		color: #fff;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {
	.panel{
		display:block !important;
		width: fill-available;
		width: -webkit-fill-available;
	}
}
@media only screen and (min-width: 800px){
  #menu{
		display:none;
	}	

	.panel .logo{
		position: absolute;
		width: 70px;
		top: 50%;
		transform: 0px -50%;
		transform: translate(0%, -50%);
		}
	#mainnav{
		position:absolute;
		top: 0;
		width:100%;
		z-index:500;
		background: rgba(20, 20, 20);
		box-shadow: 0px 0px 15px -6px #2C3243;
	}

	#mainnav ul{
		text-align: right;
	}

	#mainnav li{
		display: inline-block;
		padding: 30px 10px;
		font-size: 1.1rem;
		font-weight: 300;
		letter-spacing: 0.1rem;
	}
	
    #mainnav a{
		color: #fff;
		transition: 0.4s;
	}

	#mainnav a:hover{
		color: rgba(255, 151, 86);
		text-decoration: none;
	}
	
	#mainnav .internalLink:hover{
		color: #379CD7;
	}
	#mainnav.changeNav{
		background: rgba(20, 20, 20,0.9);
		position:fixed;
		transition: 0.6s;
	}
	
	#mainnav.changeNav li{
		padding: 30px 10px;
	}
	#mainnav ul .subnavItem{ 
	position: relative;
	}
	#mainnav ul .subnavWrap{
        position: absolute;
        left: 50%;
        top: 80px;
        margin: auto;
        z-index: 100;
        width: 430px;
        transition: all .4s ease;
        opacity: 0;
        pointer-events: none;
        border-radius: 16px;
        padding: 40px;
        background: #fff;
        box-shadow: 0px 0px 45px -30px #2C3243;
        transform: translateX(-50%);
}
	#mainnav ul .subnavWrap ul{
		position: relative;
	}
	#mainnav ul .subnavWrap ul::after {
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		border-style: solid;
		border-width: 0 20px 20px 20px;
		border-color: transparent transparent #ffffff;
		translate: -50% -100%;
	}
	#mainnav ul .subnavWrap li{
        padding: 0px;
        width: 100%;
        text-align: left;
		position: relative;
	}
	#mainnav ul .subnavWrap li a{
		display: inline-block;
		width: 100%;
		height: auto;
		position: relative;
		color: #141414;
	}
	#mainnav ul .subnavWrap li a:hover{
		background: #F1F4F7;
		color: #379CD7;
	}
	#mainnav ul .subnavWrap .grayContents a{
		background-color: #F1F4F7;
		color: #919191;
		pointer-events: none;
	}
	#mainnav ul .subnavWrap li a::before {
		content: url(../../images/common/chevron_right.svg);
		position: absolute;
		right: .5rem;
		top: calc(50% - 11px);
		flex-shrink: 0;
		width: 22px;
		border-radius: 50%;
		aspect-ratio: 1;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 72% auto;
	}
}
@media only screen and (max-width: 799px){
  #menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	z-index: 200;
	}
	#menuWrap {
        box-shadow: 0px 0px 15px -6px #2C3243;
	}
	#mainnav.changeNav{
	background: rgba(20, 20, 20,0.9);
	}
	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	#menu .close{
  	background: transparent;
	}

	#menu .close:before, #menu .close:after{
  	margin-top: 0;
	}

	#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		left: 0;
		top: 60px;
		z-index: 100;
		background: #fff;
		height: calc(100svh - 60px);
	}
	#menuWrap .logo{
		position: absolute;
		width: 50px;
        top: 8px;
        left: 8px;
		}
	#mainnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
		background: rgba(20, 20, 20);
	}
	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}
	#mainnav .panel ul{
		min-height: 119%;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav .spPagelink {
        position: absolute;
        right: 60px;
        top: 15px;
        border-bottom: none;
        display: flex;
        align-items: center;
        background: none;
    }
	#mainnav .spPagelink li a{
		position: relative;
        padding: 0px 15px 0px 10px;
        border-bottom: none;
        margin-top: 7px;
		margin-right: 5px;
		color: #fff;
	}
	#mainnav .spPagelink li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 83px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
	#mainnav li .forPC {
        display: none;
    }
	#mainnav .subnavWrap .grayContents{
		background-color: #F1F4F7;
    	color: #919191;
		pointer-events: none;
	}
	#mainnav .subnavWrap ul{
		border-bottom: none;
	}
}

/* フッター
------------------------------------------------------------*/
#footer {
    clear: both;
    padding: 50px 3% 50px 3%;
    text-align: center;
    font-size: 1rem;
    background: #141414;
}

.site-footer {
	background: #111;
	color: #fff;
	padding: 40px 20px;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.footer-sns {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 20px;
}

.footer-sns a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	color: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-sns a:hover {
	transform: translateY(-4px);
	opacity: 0.8;
}
.footer-links {
	margin-bottom: 12px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-links .separator {
	margin: 0 8px;
	opacity: 0.6;
}

.footer-copy {
	font-size: 0.8rem;
	opacity: 0.7;
}

@media (min-width: 768px) {
	#footer{
		padding: 30px 10px 30px 0;
	}
	.footer-inner {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer-links {
		margin: 0px auto 0px 0px;}
	.footer-sns {
		margin: 0px 100px 0px 0px;
	}

	.footer-sns a {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}
}
@media only screen and (max-width: 799px) {
	#footer {
		padding: 20px 3% 20px;
	}
}
