@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #545775;
	text-decoration: none;
    transition: 0.3s opacity ease;
    display: block;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #545775;
    line-height: 2;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    min-width: 1400px;
}

.animated{
    opacity: 0;
}

@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}



/* =====================================
	header
===================================== */

header{
    width: 100%;
    height: 68px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #231815;
}

header .logo01 img{
    position: absolute;
    top: 9px;
    left: 36px;
    width: 218px;
}

header .gnav{
    position: absolute;
    top: 20px;
    left: 286px;
    display: flex;
}

header .gnav li{
    line-height: 1;
    margin: 0 2.25em 0 0;
}

header .snav{
    position: absolute;
    top: 1px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    width: 445px;
}

header .snav li a{
    height: 52px;
    width: 221px;
    color: #fff;
    padding-top: 6px;
    letter-spacing: 0.1em;
}

header .snav li:nth-child(1) a{
    padding-left: 64px;
    background: #545775 url("../img/icon01.svg") no-repeat center left 17px;
}

header .snav li:nth-child(2) a{
    padding-left: 78px;
    background: #e36933 url("../img/icon02.svg") no-repeat center left 27px;
}



/* =====================================
	main
===================================== */

.visual{
    width: 100%;
}

.visual h1 img{
    width: 100%;
}

.cv{
    width: 100%;
    padding: 112px 40px 165px;
}

.visual .cv{
    padding: 54px 40px 55px;
}

.cv .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #f39a59;
    padding: 18px 0 118px;
    position: relative;
}

.cv p img{
    margin: 0 auto;
}

.cv ul{
    width: 96.9%;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.cv ul li{
    width: 29.4559%;
}

.worries{
    width: 100%;
    padding: 102px 40px 100px;
    background: #fef1e2;
}

.worries h2 img{
    margin: 0 auto 24px;
}

.worries p img{
    margin: 0 auto;
}

.solution{
    width: 100%;
    padding: 0 40px 72px;
}

.solution p img{
    margin: 0 auto;
}

#features ul li{
    width: 100%;
    padding: 118px 40px 100px;
    margin-bottom: 18px;
}

#features ul li:nth-child(1){
    background: #fef1e2;
}

#features ul li:nth-child(2){
    background: #f9c68a;
}

#features ul li:nth-child(3){
    background: #fef1e2;
    margin-bottom: 0;
}

#features ul li .wrap{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#features ul li .wrap .txtArea{
    width: 50%;
}

#features ul li .wrap .txtArea h2{
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.575;
    margin-bottom: 42px;
    letter-spacing: 0.1em;
}

#features ul li .wrap .txtArea h2 strong{
    text-decoration: underline;
}

#features ul li:nth-child(1) .wrap .txtArea h2 strong{
    color: #f39a59;
}

#features ul li:nth-child(2) .wrap .txtArea h2 strong{
    color: #ffffff;
}

#features ul li:nth-child(3) .wrap .txtArea h2 strong{
    color: #f39a59;
}

#features ul li .wrap .txtArea h2::before{
    font-size: 10.0rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    display: block;
    margin-bottom: 38px;
}

#features ul li:nth-child(1) .wrap .txtArea h2::before{
    content: "1";
    color: #f39a59;
}

#features ul li:nth-child(2) .wrap .txtArea h2::before{
    content: "2";
    color: #fff;
}

#features ul li:nth-child(3) .wrap .txtArea h2::before{
    content: "3";
    color: #f39a59;
}

#features ul li .wrap .txtArea p{
    letter-spacing: 0.05em;
}

#features ul li .wrap .imgArea{
    width: 50%;
}

#features ul li .wrap .imgArea img{
    margin: 0 auto;
}

#features ul li:nth-child(1) .wrap .imgArea img{
    width: 434px;
}

#features ul li:nth-child(2) .wrap .imgArea img{
    width: 499px;
}

#features ul li:nth-child(3) .wrap .imgArea img{
    width: 434px;
}

#voice{
    padding: 0 40px 128px;
}

#voice h2 img{
    margin: 0 auto 58px;
}

#voice div{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#voice div ul{
    width: 49.545%;
}

#voice div ul li{
    width: 100%;
    padding: 16px 28px 25px;
    background: #fef1e2;
    margin-bottom: 10px;
}

#voice div ul li:last-child{
    margin-bottom: 0;
}

#voice div ul li h3{
    padding-left: 56px;
    background: url("../img/icon03.svg") no-repeat center left;
    color: #f39a59;
    line-height: 40px;
    margin-bottom: 8px;
}

#voice > p{
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0;
    text-align: right;
    font-size: 1.4rem;
}

.result{
    padding: 142px 40px 172px;
    margin-bottom: 4px;
    background: #fef1e2;
}

.result h2 img{
    margin: 0 auto 60px;
}

.result p{
    width: 100%;
    max-width: 1100px;
    padding: 72px 48px;
    background: #fff;
    margin: 0 auto 170px;
}

.result p img:first-child{
    margin-bottom: 32px;
}

.result h3{
    font-size: 3.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 66px;
}

.result ul{
    width: 100%;
    max-width: 1100px;
    padding: 72px 48px;
    background: #fff;
    margin: 0 auto;
}

.result ul li{
    margin-bottom: 52px;
}

.result ul li:last-child{
    margin-bottom: 0;
}

#price{
    padding: 122px 40px 156px;
    border-bottom: 24px solid #fbdab3;
    background: #fce3c5;
}

#price h2 img{
    margin: 0 auto 60px;
}

#price p img{
    margin: 0 auto;
}

#price figure img{
    margin: 50px auto 72px;
}

#faq{
    padding: 166px 40px 112px;
    background: #fef1e2;
}

#faq h2 img{
    margin: 0 auto 144px;
}

#faq dl{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#faq dl dt{
    padding: 32px 146px;
    background: #f39a59 url("../img/icon04.svg") no-repeat center left 50px;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
}

#faq dl dt::before{
    content: '';
    width: 23px;
    height: 23px;
    border-top: solid 3px #545775;
    border-right: solid 3px #545775;
    position: absolute;
    right: 59px;
    top: 37px;
    transform: rotate(135deg);
    transition: 0.3s all ease;
}

#faq dl dt.active::before{
    top: 52px;
    transform: rotate(-45deg);
}

#faq dl dd{
    padding: 32px 46px 32px 146px;
    background: #fff url("../img/icon05.svg") no-repeat center left 50px;
    font-size: 1.8rem;
    line-height: 2;
    display: none;
}

#faq dl dd a{
    display: inline;
    text-decoration: underline;
}

#faq dl dd + dt{
    margin-top: 34px;
}


/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    background: #545775;
    padding: 47px 40px;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
}

footer ul{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

footer ul li{
    margin: 0 15px;
}

footer ul li a{
    color: #fff;
}

footer small{
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
}


@media screen and (max-width: 768px) {

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 3.645833vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

/* =====================================
	header
===================================== */

header{
    height: 15.3645833vw;
    border-bottom: none;
}

header .logo01 img{
    top: 50%;
    left: 6.25vw;
    transform: translateY(-50%);
    width: 43.359375vw;
}

header nav{
    position: absolute;
    top: 15.3645833vw;
    left: 0;
    background: #f39a59;
    padding: 15.49479167vw 0 32.552vw;
    width: 100%;
    display: none;
}
header .gnav{
    position: relative;
    top: auto;
    left: auto;
    display: block;
    border-top: 1px solid #fff;
}

header .gnav li{
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
}

header .gnav li a{
    font-size: 4.9479167vw;
    text-align: center;
    width: 100%;
    padding: 5.20833vw 0;
}

header .gnav li a span{
    padding-right: 9.6354167vw;
    background: url("../img/icon07.svg") no-repeat center right;
    background-size: 6.640625vw auto;
    line-height: 6.640625vw;
}

header .snav{
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 1.3vw;
    background: #fff;
}

header .snav li{
    width: calc((100% - 1.3vw) / 2);
}

header .snav li a{
    height: 15.104167vw;
    width: 100%;
    padding-top: 3.3vw;
    letter-spacing: 0;
    font-size: 3.75vw;
}

header .snav li:nth-child(1) a{
    padding-left: 18.61979167vw;
    background: #545775 url("../img/icon01.svg") no-repeat center left 4.55729167vw;
    background-size: 10.15625vw auto;
}

header .snav li:nth-child(2) a{
    padding-left: 19.5vw;
    background: #e36933 url("../img/icon02.svg") no-repeat center left 6.5vw;
    background-size: 8.984375vw auto;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999999;
}
.menu-trigger {
    width: 18.75vw;
    height: 15.3645833vw;
    background: #545775;
    border: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-trigger span {
    position: absolute;
    left: 50%;
    width: 6.77vw;
    height: 0.78125vw;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 5.2vw;
    transform: translateX(-50%);
}
.menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
    bottom: 5.2vw;
    transform: translateX(-50%);
}

.spSnav{
    position: absolute;
    top: 50%;
    left: 54.4270833vw;
    transform: translateY(-50%);
    width: 25.78125vw;
    height: 13.54167vw;
    display: flex!important;
    justify-content: space-between;
}

.spSnav li{
    width: calc((100% - 1.3vw) / 2);
    height: 13.54167vw;
    padding-top: 8.984375vw;
    line-height: 1;
    text-align: center;
    font-size: 2.29167vw;
}

.spSnav li:nth-child(1){
    background: #545775 url("../img/icon01.svg") no-repeat center top 1.953125vw;
    background-size: 5.859375vw auto;
}

.spSnav li:nth-child(2){
    background: #e36933 url("../img/icon02.svg") no-repeat center top 1.953125vw;
    background-size: 5.59895833vw auto;
}

.spSnav li a{
    color: #fff;
}


/* =====================================
	main
===================================== */

.cv{
    padding: 11.979167vw 6.51vw 14.0625vw;
}

.visual .cv{
    padding: 12.63vw 6.51vw 14.0625vw;
}

.cv .inner{
    padding: 7.552vw 0 41.67vw;
}

.cv p img{
    width: 44.270833vw;
}

.cv ul{
    width: 74.21875vw;
    bottom: 6.51vw;
}

.cv ul li{
    width: 22.526vw;
}

.worries{
    padding: 11.979167vw 0 13.54167vw;
}

.worries h2 img{
    width: 73.6979167vw;
    margin: 0 auto 8.984375vw;
}

.worries p img{
    width: 87.36979167vw;
}

.solution{
    padding: 0 0 11.71875vw;
}

.solution p img{
    width: 91.67vw;
}

#features ul li{
    padding: 12.5vw 13.28125vw 13vw;
    margin-bottom: 3.90625vw;
}

#features ul li .wrap{
    display: block;
}

#features ul li .wrap .txtArea{
    width: 100%;
    margin-bottom: 10.15625vw;
}

#features ul li .wrap .txtArea h2{
    font-size: 5.2vw;
    margin-bottom: 5.2vw;
}

#features ul li .wrap .txtArea h2::before{
    font-size: 13vw;
    margin-bottom: 5.2vw;
}

#features ul li .wrap .txtArea p{
    line-height: 1.392857;
}

#features ul li .wrap .imgArea{
    width: 100%;
}

#features ul li:nth-child(1) .wrap .imgArea img{
    width: 73.1770833vw;
}

#features ul li:nth-child(2) .wrap .imgArea img{
    width: 74.08854167vw;
}

#features ul li:nth-child(3) .wrap .imgArea img{
    width: 74.21875vw;
}

#voice{
    padding: 0 6.51vw 13vw;
}

#voice h2 img{
    width: 73.6979167vw;
    margin: 0 auto 5.729167vw;
}

#voice div{
    display: block;
}

#voice div ul{
    width: 100%;
}

#voice div ul + ul{
    margin-top: 3.90625vw;
}

#voice div ul li{
    padding: 2.6vw 4.296875vw 5.2vw;
    margin-bottom: 3.90625vw;
}

#voice div ul li h3{
    padding-left: 8.6vw;
    background: url("../img/icon03.svg") no-repeat center left;
    background-size: 6.51vw auto;
    line-height: 6.51vw;
    margin-bottom: 1.171875vw;
    font-size: 3.4vw;
    letter-spacing: 0;
}

#voice div ul li p{
    padding: 0 1.953125vw;
}

#voice > p{
    margin: 4vw auto 0;
    font-size: 2.6vw;
}

.result{
    padding: 8.46354167vw 6.51vw 8.59375vw;
    margin-bottom: 0.52vw;
}

.result h2 img{
    width: 73.6979167vw;
    margin: 0 auto 6.77vw;
}

.result p{
    padding: 6.51vw;
    margin: 0 auto 12.5vw;
}

.result p img:first-child{
    margin-bottom: 2.34375vw;
}

.result h3{
    font-size: 4.6875vw;
    margin-bottom: 4.6875vw;
}

.result ul{
    padding: 6.51vw;
}

.result ul li{
    margin-bottom: 4.167vw;
}

#price{
    padding: 13.54167vw 0 16.40625vw;
    border-bottom: none;
}

#price h2 img{
    width: 73.6979167vw;
    margin: 0 auto 6.25vw;
}

#price p img{
    width: 87.109375vw;
}

#price h2 + p img{
    width: 88.8vw;
}

#price figure img{
    width: 86.979167vw;
    margin: 11.0677vw auto 12.76vw;
}

#faq{
    padding: 19vw 6.51vw 21.484375vw;
}

#faq h2 img{
    width: 73.6979167vw;
    margin: 0 auto 9.895833vw;
}

#faq dl dt{
    padding: 4.427vw 14.84375vw;
    background: #f39a59 url("../img/icon04.svg") no-repeat center left 6.51vw;
    background-size: 4.427vw auto;
    font-size: 4.167vw;
    line-height: 1.25;
}

#faq dl dt::before{
    width: 2.99479167vw;
    height: 2.99479167vw;
    border-top: solid 0.390625vw #545775;
    border-right: solid 0.390625vw #545775;
    right: 7.68229167vw;
    top: 4.8177vw;
}

#faq dl dt.active::before{
    top: 6.77vw;
}

#faq dl dd{
    padding: 4.427vw 6.51vw 4.427vw 14.84375vw;
    background: #fff url("../img/icon05.svg") no-repeat center left 6.51vw;
    background-size: 4.427vw auto;
    line-height: 1.4464;
}

#faq dl dd + dt{
    margin-top: 3.90625vw;
}


/* =====================================
	footer
===================================== */

footer{
    padding: 6.640625vw 0;
    font-size: 2.734375vw;
}

footer ul{
    margin-bottom: 3.125vw;
}

footer ul li{
    margin: 0 1.5625vw;
}

footer small{
    font-size: 2.734375vw;
}

}