@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
/* main */
#main {
    position: relative;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(195, 240, 236, 1) 60%, rgba(154, 230, 224, 1) 100%);
    padding: 128px 0 50px;
}
#main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34.1%;
    aspect-ratio: 491/505.5;
    background: url(../images/index/main-photo-03.webp)no-repeat top left/ 100%;
}
#main .innerBig {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#main .mainPhoto {
    width: 44.9%;
    margin-top: 3px;
} 
#main .mainPhoto img{
    width: 100%;
    aspect-ratio: 539/618;
} 
#main .mainWrap {
    width: 51.1%;
}
#main .mainWrap .mainSlogan {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}
#main .mainWrap .mainIntro {
    font-size: 33px;
    font-weight: bold;
    color: #05307E;
    margin-bottom: 11px;
}
#main .mainWrap .mainIntro .small {
    font-size: 25px;
}
#main .mainWrap .mainIntro .aristotelica-demi {
    position: relative;
    font-size: 60px;
    line-height: 1.16;
    margin-right: 10px;
}
#main .mainWrap .mainSpell {
    position: absolute;
    top: -19px;
    left: 47px;
    font-size: 16px;
    color: #545454;
    letter-spacing: -2px;
}
#main .mainWrap .mainSub {
    font-size: 19px;
    margin-left: 4px;
    margin-bottom: 20px;
    line-height: 2.05;
}
#main .mainWrap .mainBox {
    width: 100%;
    max-width: 600px;
}
#main .mainWrap .mainMedal {
    margin-bottom: 26px;
}
#main .mainWrap .mainMedal img {
    width: 100%;
    aspect-ratio: 600/214;
}
#main .mainWrap .areaBtn a {
    font-size: 22px;
    background-size: 35px;
    background-position: right 20px center;
    padding: 22px 6px 20px 10px;
}
/* main */

/* areaProblem */
.areaProblem {
    background-color: #F5F7FA;
    padding: 81px 0 70px;
}
.areaProblem .problemNote {
    width: 100%;
    max-width: 557px;
    margin: 0 auto 110px;
}
.areaProblem .problemNote img {
    width: 100%;
    aspect-ratio: 550/78;
}
.areaProblem .problemList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
} 
.areaProblem .problemList li {
    position: relative;
    width: calc(100%/3 - 33px);
}
.areaProblem .problemList li:not(:last-child) {
    margin-right: 49px;
}
.areaProblem .problemList li .problemPhoto {
    position: absolute;
    top: -75px;
    left: 50.3%;
    transform: translateX(-50%);
    width: 82px;
}
.areaProblem .problemList li .problemPhoto img {
    width: 100%;
    aspect-ratio: 82/101;
}
.areaProblem .problemList li .problemDetail {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    padding: 39px 13px 38px;
} 
.areaProblem .problemList li .problemDetail .detailName {
    font-size: 25px;
    font-weight: bold;
    color: #32A0A2;
    margin-bottom: 13px;
}
.areaProblem .problemList li .problemDetail .detailSub {
    font-size: 16px;
    line-height: 1.61;
}
/* areaProblem */

/* areaIntro */
.areaIntro {
    position: relative;
    background-color: #fff;
}
.areaIntro .introWrap {
    position: relative;
    width: 100%;
    padding: 53px 46px 0;
    z-index: 1;
}
.areaIntro .introWrap::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 210px solid transparent;
    border-right: 210px solid transparent;
    border-top: 120px solid #F5F7FA;
    z-index: -1;
}
.areaIntro .introWrap .introBox {
    text-align: center;
    width: 100%;
}
.areaIntro .introWrap .introBox .introNote {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 21px;
}
.areaIntro .introWrap .introBox .introNote .aristotelica-demi {
    font-size: 35px;
    color: #32A0A2;
}
.areaIntro .introWrap .introBox .introSub {
    font-size: 30px;
    font-weight: bold;
}
.areaIntro .introWrap .introBox .introSub .line{
    font-size: 35px;
    line-height: 1;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 231, 66, 1) 70%);
}
.areaIntro .introWrap .introPhoto {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: -153px;
}
.areaIntro .introWrap .introPhoto .photoFirst {
    width: 21.1%;
    aspect-ratio: 234/160;
    margin-top: 42px;
    margin-left: 14px;
}
.areaIntro .introWrap .introPhoto .photoLast {
    width: 23.65%;
    aspect-ratio: 262/232;
    margin-right: 3px;
}
/* areaIntro */


/* areaGoogle */
.areaGoogle {
    position: relative;
    padding: 43px 0 42px;
    background: #4BCCC9 url(../images/index/area-google-photo-04.webp)no-repeat top left/cover;
}
.areaGoogle .inner {
    position: relative;
}
.areaGoogle .googleNote {
    width: 100%;
    max-width: 780px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px 20px 35px;
    margin: 0 auto;
}
.areaGoogle .googleNote .noteQuest {
    font-size: 16px;
    margin-bottom: 10px;
}
.areaGoogle .googleNote .noteQuest .questPhoto {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
    margin-bottom: -1px;
}
.areaGoogle .googleNote .noteQuest .questPhoto img {
    width: 100%;
    aspect-ratio: 167/32;
}
.areaGoogle .googleNote .noteSub {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.areaGoogle .googleNote .noteSub .blue {
    font-size: 20px;
    font-weight: bold;
    color: #32A0A2;
}
.areaGoogle .googlePhoto {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    bottom: -54px;
    left: 49.5%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1011px;
}
.areaGoogle .googlePhoto .photoFirst {
    width: 21.6%;
}
.areaGoogle .googlePhoto .photoLast {
    width: 26.7%;
    margin-top: 1.5%;
}
/* areaGoogle */


/* areaWhy */
.areaWhy {
    background-color: #D6F5F3;
    padding: 79px 0 80px;
}
.areaWhy .whyTitle {
    position: relative;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 59px;
}
.areaWhy .whyTitle::before {
    position: absolute;
    content: "";
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    height: 5px;
    background-color: #32A0A2;
}
.areaWhy .whyTitle .big {    
    display: inline-block;
    font-size: 50px;
}
.areaWhy .whyWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.areaWhy .whyWrap .whyPhoto {
    width: calc(100% - 662px);
    box-shadow: 0 8px 24px rgba(149, 157, 165,0.25);
    margin-top: 9px;
}
.areaWhy .whyWrap .whyPhoto img {
    width: 100%;
    aspect-ratio: 338/328;
}
.areaWhy .whyWrap .whyInfo {
    width: 630px;
    text-align: center
}
.areaWhy .whyWrap .whyInfo .infoNote {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.8;
}
.areaWhy .whyWrap .whyInfo .infoDetail {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
}
.areaWhy .whyWrap .whyInfo .infoDetail::before {
    content: "";
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    aspect-ratio: 55/38;
    background: url(../images/index/icon-x.svg)no-repeat top left/100%;
}
.areaWhy .whyWrap .whyInfo .infoDetail .detailBox {
    width: calc(50% - 15px);
    background-color: #fff;
    box-shadow: 0 15px 20px rgba(0,0,0,0.1);
}
.areaWhy .whyWrap .whyInfo .infoDetail .detailBox .detailName {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #126872;
    background-color: #B9D3D3;
    padding: 5px 10px 6px;
}
.areaWhy .whyWrap .whyInfo .infoDetail .detailBox .detailName .number {
    position: absolute;
    bottom: 14px;
    left: 21px;
    width: 14px;
}
.areaWhy .whyWrap .whyInfo .infoDetail .detailBox .detailName .number img {
    width: 100%;
    aspect-ratio: 14/38;
}
.areaWhy .whyWrap .whyInfo .infoDetail .detailBox.pastel .detailName {
    color: #0B2148;
    background-color: #A6B7D5;
}
.areaWhy .whyWrap .whyInfo .infoDetail .detailBox.pastel .detailName .number {
    width: 31px;
    left: 11px;
}
.areaWhy .whyWrap .whyInfo .infoDetail .detailBox.pastel .detailName .number img {
    aspect-ratio: 31/39;
}
.areaWhy .whyWrap .whyInfo .infoDetail .detailBox .detailSub {
    padding: 17px 5px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.65;
}
.areaWhy .whyWrap .whyInfo .infoList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 83.9%;
    margin: 0 auto;
    z-index: 1;
}
.areaWhy .whyWrap .whyInfo .infoList::before {
        content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68.4%;
    aspect-ratio: 361 / 96;
    background: url(../images/index/area-why-photo-direction.svg) no-repeat top left / 100%;
    z-index: -1;
}
.areaWhy .whyWrap .whyInfo .infoList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(25% - 24px);   
    aspect-ratio: 1/1; 
    line-height: 1.55;
    font-weight: bold;
    color: #32A0A2;
    border: 3px solid #32A0A2;
    border-radius: 50%;
    background-color: #fff;
    padding-top: 4px;
}
.areaWhy .whyWrap .whyInfo .infoList li:not(:first-child) {
    border-color: #6C83AC;
    color: #05307E;
}
/* areaWhy */

/* areaReason */
.areaReason {
    position: relative;
    background-color: #F4FFFE;
    padding: 109px 0 45px;
    z-index: 1;
    overflow: hidden;
}
.areaReason::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 414px;
    aspect-ratio: 414/483;
    background: url(../images/index/area-reason-photo.webp)no-repeat top left/100%;
    z-index: -1;
}
.areaReason .reasonTitle {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: -5px;
}
.areaReason .reasonTitle::before {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 27px;
    aspect-ratio: 26/35;
    background: url(../images/index/icon-reason.svg)no-repeat top left/100%;
}
.areaReason .reasonTitle .number {
    font-size: 46px;
    color: #32A0A2;
}
.areaReason .reasonTitle .aristotelica-demi {
    font-size: 42px;
}
.areaReason .reasonSub {
    font-size: 18px;
    font-weight: bold;
    color: #32A0A2;
    text-align: center;
    margin-bottom: 49px;
}
.areaReason .reasonSlidePhoto {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 30px;
}
.areaReason .reasonSlidePhoto .reasonPhoto {
    text-align: center;
}
.areaReason .reasonSlidePhoto .reasonPhoto img {
    height: 250px;
    margin: 0 auto;
}
.areaReason .reasonSlidePhoto .slick-prev, 
.areaReason .reasonSlidePhoto .slick-next {
    top: 49.2%;
    left: calc(50% - 368px);
    width: 68px;
    height: 68px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 4px 4px 9px #DBDFE3;
    z-index: 1;
}
.areaReason .reasonSlidePhoto .slick-prev::before, 
.areaReason .reasonSlidePhoto .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%,-50%);
    width: 17px;
    aspect-ratio: 17/31;
    background: url(../images/index/icon-arrow-slide-prev.svg)no-repeat top left/100%;
    opacity: 1;
}
.areaReason .reasonSlidePhoto .slick-next::before {
    left: 52%;
    background-image: url(../images/index/icon-arrow-slide-next.svg);
}
.areaReason .reasonSlidePhoto .slick-next {
    left: auto;
    right: calc(50% - 368px);
}
.areaReason .reasonSlide .slick-slide {
    width: 610px;
}
.areaReason .reasonSlide .reasonBox .reasonDetail {
    padding: 35px 15px;
}
.areaReason .reasonSlide .reasonBox .reasonDetail .detailBox {
    position: relative;
    min-height: 310px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    padding: 53px 38px;
    transform: scale(0.95);
}
.areaReason .reasonSlide .reasonBox .reasonDetail .detailBox .detailNumber {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 59px;
    aspect-ratio: 1/1;
    background-color: #969696;
    border-radius: 50%;
}
.areaReason .reasonSlide .reasonBox .reasonDetail .detailBox .detailName {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 77px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}
.areaReason .reasonSlide .reasonBox .reasonDetail .detailBox .detailSub {
    font-size: 16px;
    line-height: 2.24;
}
.areaReason .reasonSlide .slick-slide.slick-center .reasonBox .reasonDetail .reasonPhoto {
    opacity: 1;
}
.areaReason .reasonSlide .slick-slide.slick-center .reasonBox .reasonDetail .detailBox {
    transform: scale(1);
}
.areaReason .reasonSlide .slick-slide.slick-center .reasonBox .reasonDetail .detailBox .detailNumber {
    background-color: #32A0A2;
}
/* areaReason */

/* areaSolution */
.areaSolution {
    position: relative;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(195, 240, 236, 1) 58%, rgba(154, 230, 224, 1) 100%);
    padding: 81px 0 80px;
    z-index: 1;
}
.areaSolution::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/area-faq-dots.webp)repeat top left;
    z-index: -1;
}
.areaSolution .solutionTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 54px;
}
.areaSolution .solutionTitle .aristotelica-demi {
    font-size: 60px;
    color: #32A0A2;
    line-height: 1.1;
}
.areaSolution .solutionList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.areaSolution .solutionList > li {
    width: calc(50% - 20px);
    background-color: #F4FFFE;
    padding: 32px 41px 38px;
}
.areaSolution .solutionList > li .solutionName {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
.areaSolution .solutionList > li.effort .solutionWrap .solutionPhoto {
    width: 98%;
    margin: 0 auto 39px;
}
.areaSolution .solutionList > li.effort .solutionWrap .solutionPhoto img{
    width: 100%;
    aspect-ratio: 429/254;
}
.areaSolution .solutionList > li.effort .solutionWrap .solutionDetail li {
    position: relative;
    width: 102%;
    font-size: 20px;
    font-weight: bold;
    padding-left: 22px;
}
.areaSolution .solutionList > li.effort .solutionWrap .solutionDetail li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    width: 18px;
    aspect-ratio: 18/13;
    background: url(../images/index/icon-tick.svg)no-repeat top left/100%;
}
.areaSolution .solutionList > li.effort .solutionWrap .solutionDetail li:not(:last-child) {
    margin-bottom: 8px;
}
.areaSolution .solutionList > li.boost .solutionName {
    margin-bottom: 27px;
}
.areaSolution .solutionList > li.boost .solutionWrap .wrapList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
}
.areaSolution .solutionList > li.boost .solutionWrap .wrapList li {
    position: relative;
    width: calc(50% - 21px);
}
.areaSolution .solutionList > li.boost .solutionWrap .wrapList li:last-child {
    width: calc(91.9% + 3px);
    padding-right: 4px;
    margin: 24px auto 0;
}
.areaSolution .solutionList > li.boost .solutionWrap .wrapList li:first-child::before {
    content: "";
    position: absolute;
    top: 9.2%;
    right: -10.7%;
    width: 2px;
    height: 73%;
    background: #E1E1E1;
}
.areaSolution .solutionList > li.boost .solutionWrap .solutionNote {
    text-align: center;
}
.areaSolution .solutionList > li.boost .solutionWrap .solutionNote span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #E70F41;
    padding-left: 34px;
}
.areaSolution .solutionList > li.boost .solutionWrap .solutionNote span::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 26px;
    aspect-ratio: 1/1;
    background: url(../images/index/icon-arrow-red.svg)no-repeat top left/100%;
}
/* areaSolution */

/* areaService */
.areaService {
    padding: 71px 0 80px;
}
.areaService .areaTitle {
    margin-bottom: 14px;
}
.areaService .serviceLeave {
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 20px;
}
.areaService .serviceLeave::before {
    content: "";
    position: absolute;
    top: 64.6%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 251px;
    aspect-ratio: 251/89;
    background: url(../images/index/area-service-photo-01.webp)no-repeat top left/100%;
    z-index: -1;
}
.areaService .serviceNote {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 84px;
}
.areaService .serviceNote .blue {
    font-size: 35px;
    color: #32A0A2;
}
.areaService .serviceList {
    display: flex;
    flex-wrap: wrap;
}
.areaService .serviceList .listBox{
    position: relative;
    width: calc(100%/3 - 34px);
}
.areaService .serviceList .listBox:not(:nth-child(3)){
    margin-right: 51px;
}
.areaService .serviceList .listBox .serviceName {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 58px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    box-shadow: 0 0 16px rgba(0,0,0,0.25);
    border-radius: 10px 10px 0 0;
    background-color: #32A0A2;
    z-index: 0;
}
.areaService .serviceList .listBox .serviceBox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.25);
    border-radius: 10px;
    padding: 36px 34px 28px;
    z-index: 1;
}
.areaService .serviceList .listBox .serviceBox .serviceSub {
    min-height: 130px;
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 1.62;
}
.areaService .serviceList .listBox .serviceBox .servicePhoto {
    text-align: center;
}
.areaService .serviceList .listBox .serviceBox .servicePhoto img {
    height: 125px;
}
/* areaService */

/* areaCustomerVoice */
.areaCustomerVoice {
    background-color: #D6F5F3;
    padding: 71px 0 80px;
}
.areaCustomerVoice .areaTitle {
    margin-bottom: 51px;
}
.areaCustomerVoice .voiceList {
    display: flex;
    flex-wrap: wrap;
}
.areaCustomerVoice .voiceList li {
    width: calc(100%/3 - 14px);
    border-top: 5px solid #FFE742;
    background-color: #fff;
    padding: 40px 20px 34px;
}
.areaCustomerVoice .voiceList li:not(:last-child) {
    margin-right: 21px;
}
.areaCustomerVoice .voiceList li .voicePhoto {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 13px;
}
.areaCustomerVoice .voiceList li .voicePhoto img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.areaCustomerVoice .voiceList li .voiceInfo {
    font-size: 18px;
    font-weight: bold;
    color: #32A0A2;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 13px;
}
.areaCustomerVoice .voiceList li .voiceInfo span {
    display: block;
}
.areaCustomerVoice .voiceList li .voiceNote {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #32A0A2;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 15px;
}
.areaCustomerVoice .voiceList li .voiceNote .yellow {
    color: #FFE742;
}
.areaCustomerVoice .voiceList li .voiceSub {
    font-size: 16px;
    line-height: 1.439;
    word-break: break-word;
    text-align: justify;
}
/* areaCustomerVoice */

/* areaFaq */
.areaFaq {
    position: relative;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(195, 240, 236, 1) 58%, rgba(154, 230, 224, 1) 100%);
    padding: 71px 0 80px;
    z-index: 1;
}
.areaFaq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/area-faq-dots.webp)repeat top left;
    z-index: -1;
}
.areaFaq .areaTitle {
    margin-bottom: 51px;
}
.areaFaq .faqList {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.areaFaq .faqList li {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 10px 10px 40px rgba(9, 80, 88,0.25);
}
.areaFaq .faqList li:not(:last-child) {
    margin-bottom: 30px;
}
.areaFaq .faqList li .faqQuest {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #32A0A2;
    padding: 27px 40px 28px 80px;
    cursor: pointer;
}
.areaFaq .faqList li .faqQuest::before,
.areaFaq .faqList li .faqQuest::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background-color: #32A0A2;
}
.areaFaq .faqList li .faqQuest::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all .3s;
}
.areaFaq .faqList li .faqQuest.open::after {
    transform: translateY(-50%) rotate(0);
} 
.areaFaq .faqList li .faqQuest .alpha {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    width: 38px;
}
.areaFaq .faqList li .faqQuest .alpha img {
    width: 41px;
    aspect-ratio: 41/42;
}
.areaFaq .faqList li .faqAnswer {
    display: none;
    font-size: 16px;
    line-height: 1.62;
    padding: 0 40px 20px 80px;
}
/* areaFaq */

/* areaProfile */
.areaProfile {
    background-color: #F4FFFE;
    padding: 71px 0 80px;
}
.areaProfile .areaTitle {
    margin-bottom: 44px;
}
.areaProfile .profileWrap {
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 10px 36px rgba(136,165,191,0.3);
    border-radius: 20px;
    background-color: #fff;
    padding: 48px 60px 50px;
    margin: 0 auto;
}
.areaProfile .profileWrap table {
    width: 100%;
}
.areaProfile .profileWrap table th,
.areaProfile .profileWrap table td{
    font-size: 18px;
    border-top: 2px solid #E6E6E6;
}
.areaProfile .profileWrap table tr:last-child th,
.areaProfile .profileWrap table tr:last-child td {
    border-bottom: 2px solid #E6E6E6;
}
.areaProfile .profileWrap table th {
    width: 220px;
    font-weight: bold;
    color: #32A0A2;
    text-align: left;
    border-color: #32A0A2;
    padding: 18px 5px 18px 30px;
    vertical-align: top;
}
.areaProfile .profileWrap table tr:last-child th{
    border-color: #32A0A2;
}
.areaProfile .profileWrap table td {
    padding: 14px 5px 13px 50px;
    line-height: 2;
}
.areaProfile .profileWrap table td a {
    color: #32A0A2;
    text-decoration: underline;
    text-underline-offset: 2px;
}
/* areaProfile */

/* areaContact */
.areaContact {
    background: #32A0A2;
    padding: 84px 0 90px;
}
.areaContact .wrapContact {}
.areaContact .areaTitle .jp {
    color: #ffffff;
}
.areaContact .areaTitle .en {
    color: #ffffff;
}
.areaContact .wrapContact .boxContact {
    max-width: 852px;
    margin: 45px auto 0;
    background: #ffffff;
    border-radius: 20px;
}
.areaContact .wrapContact .boxContact .contactForm {
    max-width: 690px;
    padding: 53px 20px 50px;
    width: 100%;
    margin: 0 auto;
}

.areaContact .boxContact .contactForm .formItem .formName {
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px;
    margin-bottom: 8px;
}

.areaContact .boxContact .contactForm .formItem+.formItem {
    margin-top: 33px;
}

.areaContact .boxContact .contactForm .formItem .formName .required {
    color: #E70F41;
    margin-left: 10px;
    font-weight: normal;
}

.areaContact .boxContact .contactForm .formItem .formInput .inputDetail,
.areaContact .boxContact .contactForm .formItem .formInput .styleInput {
    border: none;
    width: 100%;
    padding: 10px 19px 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 10px;
    background: #eeeeee;
    height: 60px;
    color: #333333;
}

.areaContact .boxContact .contactForm .formItem .formInput .styleInput::placeholder {
    color: #d5d5d5;
    font-weight: normal;
}

.areaContact .boxContact .contactForm .formItem .formInput .wpcf7-not-valid-tip {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 10px;
}

.areaContact .boxContact .contactForm .formItem .formInput .inputDetail {
    pointer-events: none;
}


.areaContact .boxContact .contactForm .formItem.formPrivacy {
    margin-top: 19px;
    text-align: center;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox input {
    display: none;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item {
    margin: 0;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label,
.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-not-valid-tip {
    padding-left: 75px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label.confirm {
    pointer-events: none;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label:before,
.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 25px;
    height: 25px;
    border: none;
    background-color: #eeeeee;
    border-radius: 3px;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label:after,
.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 8px;
    width: 7px;
    height: 15px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox input:checked~.wpcf7-list-item-label::before,
.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox input:checked~.checkbox::before {
    background: #249EA6;
}

.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox input:checked~.wpcf7-list-item-label:after, 
.areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox input:checked~.checkbox:after {
    opacity: 1;
}
.areaContact .boxContact .contactForm .btnSubmit {
    position: relative;
    width: 100%;
    max-width: 345px;
    margin: 53px auto 0;
    z-index: 1;
}
.areaContact .boxContact .contactForm .btnSubmit button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 70px;
    background: #E70F41 url(../images/common/icon-arrow-white.svg) no-repeat right 20px center/ 35px;
    padding: 22px 6px 20px 10px;
    letter-spacing: 1.8px;
    transition: all .3s;
    box-shadow: 0 5px 0 #8B0827;
    border: none;
}
.areaContact .boxContact .contactForm .txtPolicy {
    margin-top: 29px;
    text-align: center;
} 

.areaContact .boxContact .contactForm .txtPolicy a {
    font-size: 16px;
    font-weight: 500;
}

.formLoading {
    display: none;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #249EA6;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
    margin: 50px auto 0;
}
@keyframes l3 {
    to
    {
        transform: rotate(1turn)
    }
}
@media(max-width: 1200px) and (min-width: 769px) {
    .areaIntro .introWrap .introBox .introNote {
        font-size: 20px;
    }
    .areaIntro .introWrap .introBox .introNote .aristotelica-demi {
        font-size: 33px;
    }
    .areaIntro .introWrap .introBox .introSub {
        font-size: 26px;
    }
    .areaIntro .introWrap .introBox .introSub .line {
        font-size: 32px;
    }
    .areaIntro .introWrap .introPhoto {
        width: 114%;
        margin-left: -7%;
        margin-top: -110px;
    }
    .areaIntro .introWrap .introPhoto .photoFirst {
        width: 20.1%;
    }
    .areaIntro .introWrap .introPhoto .photoLast {
        width: 21.65%;
    }
}
@media(max-width: 1100px) and (min-width: 769px) {
    .areaSolution .solutionList > li {
        width: calc(50% - 10px);
        padding: 30px 20px;
    }
    .areaService .serviceList .listBox {
        width: calc(100% / 3 - 20px);
    }
    .areaService .serviceList .listBox:not(:nth-child(3)) {
        margin-right: 30px;
    }
    .areaService .serviceList .listBox .serviceBox {
        padding: 30px 20px;
    }
}
@media(max-width: 1050px) and (min-width: 769px) {
    .areaIntro .introWrap {
        padding-top: 35px;
        padding-left: 0;
        padding-right: 0;
    }
    .areaIntro .introWrap::before {
        border-left-width: 170px;
        border-right-width: 170px;
        border-top-width: 80px;
    }
    .areaIntro .introWrap .introPhoto {
        width: calc(100% + 58px);
        margin-left: -28px;
    }

    .areaSolution .solutionList > li {
        padding: 30px;
    }
    .areaSolution .solutionList > li .solutionName {
        font-size: 28px;
    }
    .areaSolution .solutionList > li.effort .solutionWrap .solutionDetail li {
        font-size: 18px;
    }
    .areaSolution .solutionList > li.boost .solutionWrap .solutionNote span {
        font-size: 18px;
    }
    .areaCustomerVoice .voiceList li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .areaCustomerVoice .voiceList li:not(:last-child) {
        margin-right: 0;
    }
    .areaCustomerVoice .voiceList li:not(:nth-child(2n)) {
        margin-right: 20px;
    }
}
@media(max-width: 1000px) and (min-width: 769px) {
    #main .mainPhoto {
        width: 40%;
    }
    #main .mainWrap {
        width: 58%;
    }
    #main .mainWrap .mainSlogan {
        font-size: 20px;
    }
    #main .mainWrap .mainIntro .aristotelica-demi {
        font-size: 52px;
    }
    #main .mainWrap .mainIntro .small {
        font-size: 22px;
    }
    #main .mainWrap .mainIntro {
        font-size: 30px;
    }
    #main .mainWrap .mainSub {
        font-size: 17px;
    }
    #main .mainWrap .areaBtn a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .areaWhy .whyWrap .whyPhoto {
        width: calc(100% - 625px);
    }
    .areaWhy .whyWrap .whyInfo {
        width: 600px;
    }
    .areaWhy .whyWrap .whyInfo .infoDetail::before {
        width: 45px;
    }
    .areaSolution .solutionList > li.boost .solutionWrap .wrapList li {
        position: relative;
        width: calc(50% - 15px);
    }
    .areaService .serviceList .listBox {
        width: calc(100% / 3 - 16px);
    }
    .areaService .serviceList .listBox:not(:nth-child(3)) {
        margin-right: 24px;
    }
    .areaService .serviceList .listBox .serviceBox {
        padding: 25px 20px;
    }
    .areaService .serviceList .listBox .serviceBox .serviceSub {
        font-size: 14px;
    }
    .areaCta .ctaWrap .ctaIntro .introNote {
        font-size: 22px;
    }
    .areaCta .ctaWrap .ctaIntro .introSub {
        font-size: 16px;
    }
    .areaContact .boxContact .contactForm .formItem .formName {
        font-size: clamp(16px, 1.8vw, 18px);
    }

    .areaContact .boxContact .contactForm .formItem .formInput .inputDetail, 
    .areaContact .boxContact .contactForm .formItem .formInput .styleInput {
        font-size: clamp(16px, 1.8vw, 18px);
    }

    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label, 
    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox {
        font-size: clamp(14px, 1.6vw, 16px);
    }

    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label:before, 
    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox:before {
        width: clamp(22px, 2.5vw, 25px);
        height: clamp(22px, 2.5vw, 25px);
        top: 0;
    }

    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label:after, 
    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox:after {
        left: clamp(7px, 0.8vw, 8px);
        width: clamp(5px, 0.7vw, 7px);
        height: clamp(13px, 1.5vw, 15px);
    }

    .areaContact .boxContact .contactForm .btnSubmit button {
        font-size: clamp(22px, 2.4vw, 24px);
    }
}
@media(max-width: 950px) and (min-width: 769px) {
    .areaIntro .introWrap .introPhoto {
        margin-top: -90px;
    }
    .areaIntro .introWrap .introPhoto .photoFirst {
        margin-left: 0;
        margin-top: 30px;
    }
    .areaGoogle .googlePhoto .photoLast {
        margin-top: 0;
    }
    .areaWhy .whyWrap .whyPhoto {
        width: 50%;
        margin: 0 auto 40px;
    }
    .areaWhy .whyWrap .whyInfo {
        width: 100%;
    }
    .areaWhy .whyWrap .whyInfo .infoNote {
        margin-bottom: 40px;
    }
    .areaWhy .whyWrap .whyInfo .infoDetail {
        margin-bottom: 40px;
    }
    .areaWhy .whyWrap .whyInfo .infoDetail::before {
        width: 55px;
    }
    .areaCustomerVoice .voiceList li .voiceNote {
        font-size: 16px;
    }
    .areaCustomerVoice .voiceList li .voiceSub {
        font-size: 14px;
    }
    .areaProfile .profileWrap {
        padding: 40px 30px;
    }
    .areaProfile .profileWrap table th {
        width: 170px;
    }
}
@media(max-width: 900px) and (min-width: 769px) {
    .areaCta .ctaWrap {
        justify-content: center;
    }
    .areaCta .ctaWrap .ctaPhoto {
        width: 400px;
        margin-bottom: 30px;
    }
    .areaCta .ctaWrap .ctaIntro {
        width: 100%;
    }
}
@media(max-width: 860px) and (min-width: 769px) {
    .areaProblem .problemList li {
        width: calc(100% / 3 - 15px);
    }
    .areaProblem .problemList li:not(:last-child) {
        margin-right: 22px;
    }
    .areaIntro .introWrap .introBox .introNote {
        font-size: 18px;
    }
    .areaIntro .introWrap .introBox .introNote .aristotelica-demi {
        font-size: 30px;
    }
    .areaIntro .introWrap .introBox .introSub {
        font-size: 24px;
    }
    .areaIntro .introWrap .introBox .introSub .line {
        font-size: 30px;
    }
    .areaCustomerVoice .voiceList li .voiceNote {
        height: 60px;
    }
    .areaSolution .solutionList > li .solutionName {
        font-size: 26px;
    }
    .areaSolution .solutionList > li.effort .solutionWrap .solutionDetail li {
        font-size: 16px;
    }
    .areaSolution .solutionList > li.effort .solutionWrap .solutionDetail li::before {
        top: 7px;
        width: 16px;
    }
    .areaSolution .solutionList > li.boost .solutionWrap .solutionNote span {
        font-size: 16px;
        padding-left: 31px;
    }
    .areaSolution .solutionList > li.boost .solutionWrap .solutionNote span::before {
        top: 0;
    }
}
@media(max-width: 800px) and (min-width: 769px) {
    #main .innerBig {
        justify-content: center;
    }
    #main .mainPhoto {
        width: 70%;
        margin-bottom: 20px;
    }
    #main .mainWrap {
        width: 100%;
        text-align: center;
    }
    #main .mainWrap .mainMedal {
        margin: 0 auto 30px;
    }
    #main .mainWrap .mainBox {
        margin: 0 auto;
    }

    .areaIntro .introWrap .introPhoto {
        margin-top: -60px;
    }
    .areaIntro .introWrap .introPhoto .photoFirst {
        margin-top: 20px;
    }

    .areaReason .reasonSlidePhoto .slick-prev {
        left: calc(50% - 340px);
    } 
    .areaReason .reasonSlidePhoto .slick-next {
        right: calc(50% - 340px);
    }
}
@media(min-width: 769px) {
    .areaProfile .profileWrap table td a:hover {
        text-decoration: none;
    }
    .areaReason .reasonSlidePhoto .slick-prev:hover, 
    .areaReason .reasonSlidePhoto .slick-next:hover {
        background-color: #32A0A2;
    }
    .areaReason .reasonSlidePhoto .slick-prev:hover::before {
        background-image: url(../images/index/icon-arrow-slide-prev-white.svg);
    }
    .areaReason .reasonSlidePhoto .slick-next:hover::before {
        background-image: url(../images/index/icon-arrow-slide-next-white.svg);
    }

    .areaContact .boxContact .contactForm .btnSubmit button:hover {
        transform: translateY(5px);
        box-shadow: none;
    }

    .areaContact .boxContact .contactForm .txtPolicy a:hover {
        color: #32A0A2;
    }
}
@media(max-width: 768px) {
    #main {
        padding: clamp(90px, 10vh, 120px) 0 36px;
    }
    #main::before {
        width: 73.3%;
        background-image: url(../images/index/main-photo-03-sp.webp);
    }
    #main .innerBig {
        flex-direction: row;
    }
    #main .mainPhoto {
        width: 99.8%;
        margin: 0 auto 30px;
    }
    #main .mainWrap {
        width: 100%;
    }
    #main .mainWrap .mainSlogan {
        text-align: center;
        font-size: clamp(14px, 3.7vw, 18px);
        margin-bottom: 33px;
    }
    #main .mainWrap .mainIntro {
        font-size: clamp(22px, 5.8vw, 28px);
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.8;
        word-break: auto-phrase;
        padding: 0 10px;
        margin-bottom: 16px;
    }
    #main .mainWrap .mainIntro .aristotelica-demi {
        font-size: clamp(40px,11vw,55px);
        line-height: 1.01;
        letter-spacing: -0.7px;
        margin-right: 11px;
    }
    #main .mainWrap .mainIntro .small {
        font-size: clamp(18px, 4.8vw, 24px);
    }
    #main .mainWrap .mainSpell {
        font-size: clamp(14px, 3.7vw, 18px);
        top: -18px;
        left: 35px;
        letter-spacing: -3px;
    }
    #main .mainWrap .mainSub {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.9;
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    #main .mainWrap .mainBox{
        margin: 0 auto;
    }
    #main .mainWrap .mainMedal {
        margin-bottom: 29px;
    }
    #main .mainWrap .mainMedal img {
        aspect-ratio: 345/134;
    }
    #main .mainWrap .areaBtn a {
        font-size: clamp(16px, 4.2vw, 22px);
        padding: 14px 10px;
        box-shadow: 0 3px 0 #8B0827;
        background-size: 22px;
        background-position: right 16px center;
    }
    /* areaProblem */
    .areaProblem {
        padding: 50px 0;
    }
    .areaProblem .problemNote  {
        max-width: 500px;
        margin-bottom: 80px;
    }
    .areaProblem .problemList li {
        width: calc(100%/3 - 16px);
    }
    .areaProblem .problemList li:not(:last-child) {
        margin: 0 24px 0 0;
    }
    .areaProblem .problemList li .problemPhoto {
        top: -55px;
        width: 70px;
    }
    .areaProblem .problemList li .problemDetail {
        padding-left: 5px;
        padding-right: 5px;
    }
    .areaProblem .problemList li .problemDetail .detailName {
        font-size: clamp(22px,5.8vw,28px);
    }
    .areaProblem .problemList li .problemDetail .detailSub {
        font-size: 16px;
    }
    /* areaProblem */
    /* areaIntro */
    .areaIntro .introWrap {
        padding: 30px 0 0;
    }
    .areaIntro .introWrap::before {
        border-left-width: clamp(100px,30vw,120px);
        border-right-width: clamp(100px,30vw,120px);
        border-top-width: clamp(90px,25vw,100px);
    }
    .areaIntro .introWrap .introBox .introNote .aristotelica-demi {
        font-size: clamp(24px,6.4vw,30px);
    }
    .areaIntro .introWrap .introBox .introNote {
        font-size: clamp(16px, 4.2vw, 22px);
        margin-bottom: -5px;
    }
    .areaIntro .introWrap .introBox .introSub {
        font-size: clamp(20px,5.2vw,26px);
        word-break: auto-phrase;
    }
    .areaIntro .introWrap .introBox .introSub .line {
        font-size: clamp(24px,6.4vw,30px);
        line-height: 1.5;
    }
    .areaIntro .introWrap .introPhoto {
        width: 107%;
        margin-left: -3.5%;
        align-items: flex-end;
        margin-top: -8%;
    }
    .areaIntro .introWrap .introPhoto .photoFirst {
        width: 40%;
        margin:  0;
    }
    .areaIntro .introWrap .introPhoto .photoLast {
        width: 45%;
        margin: 0;
    }
    /* areaIntro */
    /* areaGoogle */
    .areaGoogle .googleNote {
        padding: 35px 20px clamp(130px,34vw,270px);
    }
    .areaGoogle .googleNote .noteQuest {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .areaGoogle .googleNote .noteQuest .questPhoto {
        width: clamp(140px,38vw,170px);
        margin-bottom: 5px;
    }
    .areaGoogle .googleNote .noteSub {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .areaGoogle .googleNote .noteSub .blue {
        font-size: clamp(18px, 4.8vw, 24px);
    }
    .areaGoogle .googlePhoto {
        bottom: -11%;
    }
    .areaGoogle .googlePhoto .photoFirst {
        width: 35%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .areaGoogle .googlePhoto .photoLast {
        width: 45%;
        margin-top: 8%;
    }
    /* areaGoogle */
    /* areaWhy */
    .areaWhy {
        padding: 50px 0 30px;
    }
    .areaWhy .whyTitle {
        font-size: clamp(24px,6.4vw,30px);
        margin-bottom: 35px;
    }
    .areaWhy .whyTitle .big {
        font-size: clamp(30px,7vw,38px);
    }
    .areaWhy .whyTitle::before {
        height: 3px;
        bottom: -10px;
    }
    .areaWhy .whyWrap .whyPhoto {
        width: 100%;
        margin-bottom: 20px;
    }
    .areaWhy .whyWrap .whyInfo {
        width: 100%;
    }
    .areaWhy .whyWrap .whyInfo .infoNote {
        font-size: clamp(16px, 4.2vw, 22px);
    }
    .areaWhy .whyWrap .whyInfo .infoDetail .detailBox .detailName {
        font-size: clamp(16px, 4.2vw, 22px);
    }
    .areaWhy .whyWrap .whyInfo .infoDetail .detailBox .detailSub {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .areaWhy .whyWrap .whyInfo .infoList {
        width: 90%;
    }
    .areaWhy .whyWrap .whyInfo .infoList li {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    /* areaWhy */
    /* areaReason */
    .areaReason {
        padding: 90px 0 35px;
    }
    .areaReason::before {
        width: 70%;
    }
    .areaReason .reasonTitle {
        font-size: clamp(24px,6.4vw,30px);
        padding: 0 4%;
        word-break: auto-phrase;
        margin-bottom: 7px;
        line-height: 1.2;
    }
    .areaReason .reasonTitle::before {
        top: -40px;
    }
    .areaReason .reasonTitle .aristotelica-demi {
        font-size: clamp(30px,7vw,38px);
    }
    .areaReason .reasonTitle .number {
        font-size: clamp(35px, 9.3vw, 50px);
        line-height: 0.7;
    }
    .areaReason .reasonSub {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .areaReason .reasonSlide {
        width: 100%;
    }
    .areaReason .reasonSlide .reasonBox .reasonDetail {
        padding: 30px 5px 15px;
    }
    .areaReason .reasonSlide .reasonBox .reasonDetail .detailBox {
        min-height: 350px;
        padding: 45px 15px 25px;
    }
    .areaReason .reasonSlide .reasonBox .reasonDetail .detailBox .detailName {
        min-height: 60px;
        font-size: clamp(20px,5.2vw,26px);
        margin-bottom: 15px;
    }
    .areaReason .reasonSlide .reasonBox .reasonDetail .detailBox .detailSub {
        font-size: clamp(14px, 3.7vw, 18px);
        margin-bottom: 20px;
    }
    .areaReason .reasonSlide .reasonBox .reasonDetail .detailBox .detailPhoto img{
        height: 230px;
        margin: 0 auto;
    }
    /* areaReason */
    /* areaSolution */
    .areaSolution {
        padding: 50px 0;
    }
    .areaSolution .solutionTitle {
        font-size: clamp(24px,6.4vw,30px);
    }
    .areaSolution .solutionTitle .aristotelica-demi {
        font-size: clamp(35px, 9.3vw, 50px);
    }
    .areaSolution .solutionList > li {
        width: 100%;
        padding: 25px 15px;
    }
    .areaSolution .solutionList > li:first-child {
        margin-bottom: 30px;
    }
    .areaSolution .solutionList > li .solutionName {
        font-size: clamp(20px,5.2vw,24px);
        margin-bottom: 40px;
    }
    .areaSolution .solutionList > li.effort .solutionWrap .solutionDetail li {
        font-size: clamp(16px, 4.2vw, 22px);
    }
    .areaSolution .solutionList > li.effort .solutionWrap .solutionDetail li::before {
        top: 9px;
        width: clamp(15px, 4vw, 20px);
    }
    .areaSolution .solutionList > li.boost .solutionWrap .solutionNote span {
        font-size: clamp(16px, 4.2vw, 22px);
    }
    .areaSolution .solutionList > li.boost .solutionWrap .solutionNote span::before {
        top: 1px;
        left: 1px;
        width: clamp(23px, 5vw, 30px);
    }
    .areaSolution .solutionList > li.boost .solutionWrap .wrapList li:first-child::before {
        right: -15%;
    }
    /* areaSolution */
    /* areaService */
    .areaService {
        padding: 50px 0 30px;
    }
    .areaService .inner {
        padding: 0;
    }
    .areaService .serviceLeave {
        font-size: clamp(20px,5.2vw,26px);
    }
    .areaService .serviceLeave::before {
        transform: translate(-50%, -50%);
    }
    .areaService .serviceNote {
        font-size: clamp(20px,5.2vw,26px);
        margin-bottom: 25px;
    }
    .areaService .serviceNote .blue {
        font-size: clamp(24px,6.4vw,30px);
    }
    .areaService .serviceList .slick-slide {
        width: 80vw;
        max-width: 400px;
        transform: scale(0.95);
    }
    .areaService .serviceList .slick-slide.slick-center {
        transform: scale(1);
    }
    .areaService .serviceList .listBox {
        padding: 20px 10px;
    }
    .areaService .serviceList .listBox:not(:nth-child(3)) {
        margin-right: 0;
    }
    .areaService .serviceList .listBox .serviceBox {
        padding: 30px 20px;
    }
    .areaService .serviceList .listBox .serviceName {
        position: relative;
        top: auto;
        left: auto;
        transform: translateX(0);
        height: 50px;
        font-size: clamp(16px, 4.2vw, 22px);
        margin: 0 auto;
    }
    .areaService .serviceList .listBox .serviceBox .serviceSub {
        min-height: 150px;
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .areaService .serviceList .listBox .serviceBox .servicePhoto img {
        display: inline-block;
    }
    /* areaService */
    /* areaCta */
    .areaCta {
        padding: 50px 0;
    }
    .areaCta .ctaWrap {
        border-radius: 15px;
        padding: 30px 20px;
    }
    .areaCta .ctaWrap .ctaPhoto {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px;
    }
    .areaCta .ctaWrap .ctaIntro {
        width: 100%;
        transform: translateY(0);
    }
    .areaCta .ctaWrap .ctaIntro .introNote {
        font-size: clamp(20px,5.2vw,26px);
    }
    .areaCta .ctaWrap .ctaIntro .introSub {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    /* areaCta */
    /* areaCustomerVoice */
    .areaCustomerVoice {
        padding: 50px 0;
    }
    .areaCustomerVoice .areaTitle {
        margin-bottom: 30px;
    }
    .areaCustomerVoice .voiceList li {
        padding: 35px 15px;
    }
    .areaCustomerVoice .voiceList li {
        width: calc(50% - 10px);
    }
    .areaCustomerVoice .voiceList li:not(:nth-child(3)) {
        margin-right: 0;
    }
    .areaCustomerVoice .voiceList li:not(:nth-child(2n)) {
        margin-right: 20px;
    }
    .areaCustomerVoice .voiceList li:nth-child(n + 3) {
        margin-top: 20px;
    }
    .areaCustomerVoice .voiceList li .voiceInfo {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .areaCustomerVoice .voiceList li .voiceNote {
        height: 80px;
        line-height: 1.5;
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .areaCustomerVoice .voiceList li .voiceSub {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    /* areaCustomerVoice */
    /* .areaFaq */
    .areaFaq {
        padding: 50px 0;
    }
    .areaFaq .faqList li .faqQuest .alpha {
        left: 10px;
        width: 35px;
    }
    .areaFaq .faqList li .faqQuest {
        font-size: clamp(16px, 4.2vw, 22px);
        padding: 20px 35px 20px 70px;
    }
    .areaFaq .faqList li .faqQuest::before, .areaFaq .faqList li .faqQuest::after {
        right: 10px;
    }
    .areaFaq .faqList li .faqAnswer {
        font-size: clamp(14px, 3.7vw, 18px);
        padding: 0 35px 10px 70px;
    }
    /* .areaFaq */
    /* .areaProfile */
    .areaProfile {
        padding: 50px 0;
    }
    .areaProfile .areaTitle {
        margin-bottom: 30px;
    }
    .areaProfile .profileWrap {
        border-radius: 10px;
        padding: 30px 20px;
    }
    .areaProfile .profileWrap table th, 
    .areaProfile .profileWrap table td {
        font-size: clamp(14px, 3.7vw, 18px);
    }
    .areaProfile .profileWrap table th {
        width: 220px;
        padding: 10px 0;
    }
    .areaProfile .profileWrap table td {
        padding: 10px 10px;
    }
    /* .areaProfile */

    .consultBtn {
        display: none; 
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        width: clamp(250px,50vw,350px);
        z-index: 3;
    }
    .consultBtn a {
        position: relative;
        display: block;
        text-align: center;
        font-size: clamp(18px, 4.8vw, 24px);
        letter-spacing: 1.8px;
        color: #fff;
        background: #32A0A2;
        padding: clamp(17px,4vw,25px) 10px clamp(16px,4vw,25px) 44px;
        border-radius: 5px;
        box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
    }
    .consultBtn a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 15px;
        width: clamp(61px, 24%, 100px);
        background: url(../images/index/spicon-calimg.webp) no-repeat bottom left / 100%;
        aspect-ratio: 61 / 52;
    }
    .consultBtn a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: clamp(15px, 6%, 30px);
        transform: translateY(-50%);
        width: clamp(22px, 5.9vw, 35px);
        aspect-ratio: 1/1;
        background: url(../images/index/icon-cal.svg) no-repeat center / 100%;
    }
}

@media(max-width:650px) {
    .areaProblem .problemList li {
        width: 100%;
    }
    .areaProblem .problemList li:not(:last-child) {
        margin: 0 0 80px;
    }
    .areaGoogle .googlePhoto {
        bottom: -11%;
    }
    .areaGoogle .googlePhoto .photoFirst {
        width: 35%;
        margin-bottom: 6%;
    }
    .areaGoogle .googlePhoto .photoLast {
        width: 45%;
        margin-top: 2%;
    }
    .areaWhy .whyWrap .whyInfo .infoDetail::before {
        bottom: 36%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .areaWhy .whyWrap .whyInfo .infoDetail .detailBox {
        width: 100%;
    }
    .areaWhy .whyWrap .whyInfo .infoDetail .detailBox:first-child {
        margin-bottom: 30px;
    }
    .areaWhy .whyWrap .whyInfo .infoList::before {
        width: 63%;
        aspect-ratio: 1/1;
        background-image: url(../images/index/area-why-photo-direction-sp.svg);
    }
    .areaWhy .whyWrap .whyInfo .infoList li {
        width: calc(50% - 20px);
        font-size: clamp(14px, 3.7vw, 18px);
        margin: 20px 0;
    }
    .areaCustomerVoice .voiceList li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .areaCustomerVoice .voiceList li {
        width: 100%;
    }
    .areaCustomerVoice .voiceList li:not(:last-child) {
        margin: 0 0 20px;
    }
    .areaCustomerVoice .voiceList li .voiceNote {
        height: 60px;
    }
    /* areaContact */
    .areaContact {
        padding: 50px 0 60px;
    }
    .areaContact .wrapContact .boxContact {
        max-width: 852px;
        margin: 30px auto 0;
        border-radius: 10px;
    }
    .areaContact .wrapContact .boxContact .contactForm {
        max-width: 690px;
        padding: 53px 20px 50px;
        width: 100%;
        margin: 0 auto;
    }

    .areaContact .boxContact .contactForm .formItem .formName {
        font-size:clamp(16px, 4.2vw, 20px);
        padding: 0 5px;
        margin-bottom: 8px;
    }

    .areaContact .boxContact .contactForm .formItem+.formItem {
        margin-top: 26px;
    }

    .areaContact .boxContact .contactForm .formItem .formName .required {
        margin-left: 5px;
    }

    .areaContact .boxContact .contactForm .formItem .formInput .inputDetail,
    .areaContact .boxContact .contactForm .formItem .formInput .styleInput {
        padding: 10px 15px 10px;
        font-size: clamp(16px, 4.2vw, 20px);
        border-radius: 10px;
        height: 50px;
    }

    .areaContact .boxContact .contactForm .formItem .formInput .wpcf7-not-valid-tip {
        font-size: 16px;
        margin-top: 5px;
        padding-left: 10px;
    }

    .areaContact .boxContact .contactForm .formItem.formPrivacy {
        margin-top: 15px;
    }
    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label,
    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox {
        padding-left: clamp(35px, 9.3vw, 40px);
        font-size: clamp(16px, 4.2vw, 20px);
    }

    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-not-valid-tip {
        padding-left: 75px;
        font-size: 16px;
        margin-top: 5px;
    }

    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label:before,
    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox:before {
        top: 1px;
        left: 0px;
        height: clamp(25px, 6.6vw, 30px);
        width: clamp(25px, 6.6vw, 30px);
    }

    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label:after,
    .areaContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox:after {
        top: clamp(1px, 0.2vw, 3px);
        left: clamp(7px, 1vw, 10px);
        width: clamp(8px, 1.5vw, 11px);
        height: clamp(14px, 2.6vw, 18px);
        border-width: 0 3px 3px 0;
    }

    .areaContact .boxContact .contactForm .btnSubmit {
        margin: 50px auto 0;
        max-width: 290px;
    }
    .areaContact .boxContact .contactForm .btnSubmit button {
        font-size: clamp(16px, 4.2vw, 22px);
        padding: 14px 10px;
        box-shadow: 0 3px 0 #8B0827;
        background-size: 22px;
        background-position: right 16px center;
    }
    .areaContact .boxContact .contactForm .txtPolicy a {
        font-size: clamp(16px, 4.2vw, 20px);
    }
}
@media(max-width: 430px) {
    .areaService .serviceList .listBox .serviceBox .serviceSub {
        min-height: 130px;
    }
    .areaReason .reasonSlide .slick-slide {
        width: 80vw;
    }
    .areaProfile .profileWrap table th {
        width: 100px;
    }
    .areaReason .reasonSlidePhoto .reasonPhoto img {
        height: 180px;
    }
    .areaReason .reasonSlide .reasonBox .reasonDetail .detailBox .detailSub {
        min-height: 155px;
    }
    .areaReason .reasonSlide .reasonBox .reasonDetail .detailBox .detailPhoto img{
        height: 180px;
        margin: 0 auto;
    }
}

@media(max-width: 375px) {
    .areaService .serviceList .listBox .serviceBox .serviceSub {
        min-height: 110px;
    }
}