@charset "utf-8";
/* ===================================================================
	Breakpoint :  1024px タブレット
　　　　　　　　　 599px スマホ
=================================================================== */


/*----------------------------------------------------
	ベースの設定
----------------------------------------------------*/
html {
	/*overflow-y: scroll;*/
	height: 100%;
	font-size: 62.5% /* 16px x 0.625 = 10px(=1rem) */;
    scroll-behavior: smooth;
}
body {
    background-color: #FFF;
    color: #1A1A1A;
    font-size: 1.5rem /* 15px */;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 400;
    line-height: 1.75;
}
a {
    color: #1A1A1A;
	opacity: 1;
	transition: all .5s ease;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
}
img {
    height: auto !important;
}


/*----------------------------------------------------
	Header
----------------------------------------------------*/
#globalHeader {
    background-color: #FFF;
}
.globalHeader__inner {
    padding: 0 10px;
}
.globalHeader__wrap {
    max-width: 944px;
    width: 100%;
    height: 68px;
    margin: 0 auto;
    display: flex;
}
.globalHeader__siteName {
    display: flex;
    align-items: center;
    margin-right: auto;
}
.globalHeader__siteName--h1 {}
@media ( max-width:599px ) {
    .globalHeader__wrap {
        height: 55px;
    }
    .globalHeader__siteName--h1 img {
        width: 134px;
    }
}


/*----------------------------------------------------
	Footer
----------------------------------------------------*/
#globalFooter {}
.globalFooter__nav {
    background-color: #F2F2F2;
    padding: 0.5em 0 0.6em;
}
.globalFooter__nav--ul {
    display: flex;
    justify-content: center;
}
.globalFooter__nav--ul li {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 1em;
}
.globalFooter__copyright {
    background-color: #CCC;
    color: #FFF;
    height: 33px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
}
.fixCTA {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.85);
    height: 78px;
    padding: 10px;
    text-align: center;
}
.fixCTA__btn {
    display: inline-block;
    margin: 0 auto;
}
.fixCTA__btn img {
    filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.28));
}
@media ( max-width:599px ) {
    #globalFooter {
        padding-bottom: 78px;
    }
    .globalFooter__nav--ul li {
        font-size: 1.2rem;
    }
    .fixCTA {
        display: block;
    }
}

/*----------------------------------------------------
	Main
----------------------------------------------------*/
#mainContents {
    overflow: hidden;
}
.sp,.sp-br {
    display: none;
}
@media ( max-width:599px ) {
    .pc,.pc-br {
        display: none;
    }
    .sp,.sp-br {
        display: block;
    }
}
.section__inner {}
.wrap {
    max-width: 1182px;
    width: 100%;
    margin: 0 auto;
}

.blue {
    color: #139BAB;
}
strong {
    font-weight: 700;
}
.fontSize__10px {
    font-size: 1rem;
}
.fontSize__11px {
    font-size: 1.1rem;
}
.fontSize__13px {
    font-size: 1.3rem;
}
.fontSize__15px {
    font-size: 1.5rem;
}
.center {
    text-align: center;
}

.cta {
    background-color: #333;
}
.cta .wrap {
    position: relative;
}
.cta .cta__btn {
    padding: calc(77 / 1182 * 100%) calc(260 / 1182 * 100%) 0 calc(554 / 1182 * 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.cta01 .cta__btn {
    padding-top: calc(60 / 1182 * 100%);
}
@media ( max-width:599px ) {
    .cta .cta__btn {
        padding: calc(53 / 375 * 100%) 10px 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .cta01 .cta__btn {
        padding-top: calc(53 / 375 * 100%);
    }
    .cta .cta__btn img {
        width: 100%
    }
}


#firstView {
    background: url("../img/bg01.png") no-repeat center center/cover;
}
#firstView .wrap {
    max-width: 2000px;
}
@media ( max-width:599px ) {
    #firstView {
        background: none;
    }
}


#section01 {
    background-color: #F6F6F8;
}
@media ( max-width:599px ) {
}


#section02 {}
@media ( max-width:599px ) {}


#section03 {
    background: url("../img/bg03.png") repeat center top;
}
@media ( max-width:599px ) {
}


#section04 {
    background: url("../img/bg02.png") no-repeat center top;
}
@media ( max-width:1182px ) {
    #section04 {
        background-size: 163% auto;
    }
}
@media ( max-width:599px ) {
    #section04 {
        background: none;
    }
}


#section05 {
    background: url("../img/bg04.png") no-repeat center top;
}
@media ( max-width:599px ) {
    #section05 {
        background: none;
    }
}


#section06 {}
#section06 h2 {
    background: url("../img/bg06.png") repeat-x 0 0/contain;
}
@media ( max-width:599px ) {
}


#section07 {
    background: url("../img/bg5.png") no-repeat center top;
}
@media ( max-width:599px ) {
}


#section08 {
}
@media ( max-width:599px ) {
}


#section09 {
    background-color: #F6F6F8;
    padding-bottom: 60px;
}
.faqList {
    max-width: 945px;
    width: 100%;
    margin: 0 auto 65px;
}
.faqList__set {
    background-color: #FFF;
    box-shadow: 0 10px 6px rgba(0,0,0,0.03);
    padding: 0;
    margin-bottom: 25px;
}
.toggle {
	display: none;
}
.faqList__set--q {
    background: url("../img/icon_q.png") no-repeat center left 30px/34px 27px;
    font-size: 1.7rem;
    font-weight: 900;
    padding: 20px 80px;
    display: flex;
    align-items: center;
}
.faqList__set--q::before {
    background: url("../img/icon_arrow.png") no-repeat center center/contain;
	content:'';
    display: block;
    width: 20px;
    padding-top: 8px;
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
}
.faqList__set--q,
.faqList__set--a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.faqList__set--a {
    background: url("../img/icon_a.png") no-repeat top 30px left 30px/32px 26px;
    border-top: 1px solid #E6E6E6;
    font-size: 1.5rem;
    padding: 0 30px 0 80px;
	height: 0;
    opacity: 0;
	overflow: hidden;
    transition: all .3s;
    font-weight: 500;
}
.toggle:checked + .faqList__set--q + .faqList__set--a {
    padding: 30px 30px 30px 80px;
	height: auto;
    opacity: 1;
}
.toggle:checked + .faqList__set--q::before {
	transform: rotate(180deg);
}
@media ( max-width:599px ) {
    .faqList {
        padding: 0 10px;
        margin: 0 auto 0;
    }
    .faqList__set {
        margin-bottom: 10px;
    }
    .faqList__set--q {
        background: url("../img/icon_q.png") no-repeat center left 10px/25px 19px;
        font-size: 1.5rem;
        line-height: 1.3;
        padding: 15px 30px 15px 45px;
    }
    .faqList__set--q::before {
        width: 14px;
        padding-top: 4px;
        right: 10px;
        top: calc(50% - 2px);
    }
    .faqList__set--a {
        background: url("../img/icon_a.png") no-repeat top 20px left 10px/24px 18px;
        font-size: 1.3rem;
        padding: 0 10px 0 45px;
    }
    .toggle:checked + .faqList__set--q + .faqList__set--a {
        padding: 20px 10px 20px 45px;
    }
}




