@charset "utf-8";
/*
------------------------------
メインビジュアル
pageCommonLink
Contact Bookできること
アピールポイント
料金表1
料金表2
リスト
------------------------------*/


/*
メインビジュアル
------------------------------*/
.mainVidualWrap {
	display: flex;
	align-items: center;
}
.mainVidualWrap .mainImgWrap {
	width: 100%;
}

.mainVidualWrap .mainImgWrap .imgItem {
    height: auto;
    width: 100%;
}

.mainVidualWrap .mainImgWrap .imgItem.pc_img{
	display: block;
}
.mainVidualWrap .mainImgWrap .imgItem.sp_img{
	display: none;
}

.mainVidualWrap .mainTextWrap {
	position: absolute;
	left: 10%;
	color: #fff;
}

.mainVidualWrap .mainTextWrap .mainTll_en {
	color: var(--color-main);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mainVidualWrap .mainTextWrap .mainTll_lg {
	letter-spacing: .2em;
	font-size: 48px;
	font-weight: bold;
	color: var(--color-black1);
	line-height: 1.5;
	margin-bottom: 20px;
}

.mainVidualWrap .mainTextWrap .mainTtl_txt {
	color: var(--color-black1);
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.mainVidualWrap .mainImgWrap .imgItem.pc_img{
		display: none;
	}
	.mainVidualWrap .mainImgWrap .imgItem.sp_img{
		display: block;
	}
	.mainVidualWrap .mainTextWrap{
		width: 90%;
		left: 5%;
	}
	.mainVidualWrap .mainTextWrap .mainTll_lg {
		font-size: 40px;
	}
}



/*
pageCommonLink
------------------------------*/
.pageCommonLink {
    background: var(--color-main);
    padding-top: 60px;
    padding-bottom: 60px;
}

.pageCommonLink .footer_Link_text {
    padding-top: 0;
    color: #fff;
}
.pageCommonLink .footer_Link_text p {
  font-size: 26px;
}

.pageCommonLink .bgImageBtnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.pageCommonLink .bgImageBtnWrap .link {
    max-width: inherit;
    width: inherit;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pageCommonLink .footer_Link_text p {
    font-size: 20px;
  }
}

/*
aboutWrap
------------------------------*/
.aboutWrap .flexWrap01 {
	display: flex;
	max-width: 1300px;
	padding-left: 0;
	margin-left: 10%;
	margin-right: auto;
	align-items: center;
	width: 88%;
}

.aboutWrap .flexWrap01 .flex_textWrap {
	max-width: 520px;
	width: 50%;
	margin-right: 8%;
}
@media screen and (max-width: 1300px) {
	.aboutWrap .flexWrap01 {
		margin-left: 5%;
		width: 90%;
	}
	.aboutWrap .flexWrap01 .flex_textWrap{
		margin-right: 40px;
	}
}
@media screen and (max-width: 800px) {
	.aboutWrap .flexWrap01 {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.aboutWrap .flexWrap01 .flex_textWrap {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}


/*
リスト
----------------------*/
.flexWrap01 .advantage_list .listItem{
	display: flex;
	margin-bottom: 40px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	align-items: center;
	min-height: 150px;
	border: 2px solid var(--color-main);
}

.flexWrap01 .advantage_list .listItem .imgWrap{
	max-width: 100px;
	width: 20%;
	margin-right: 30px;
}

.flexWrap01 .advantage_list .listItem .textWrap{
	flex:1;
	color: #fff;
}

.flexWrap01 .advantage_list .listItem img{
	width: auto;
}

@media screen and (max-width: 800px) {
	.flexWrap01 .advantage_list .listItem{
		margin-bottom: 30px;
	}
	.flexWrap01 .advantage_list .listItem .imgWrap{
		margin-right: 20px;
	}
}




/*
Advantage
------------------------------*/
.advantageListwrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
/*    margin-bottom: 220px;*/
}

.advantageListwrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.advantageListwrap .advantageListwrap_news {
    margin-bottom: 0px;
}

.advantageListwrap .stageCol {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .3s;
}



.advantageListwrap .stageColBox {
    border: 3px solid #31D570;
    position: relative;
    /*text-align: center;*/
}

.advantageListwrap .stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 0;
    height: 100%;
    background: #fff;
}

.advantageListwrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.advantageListwrap .stageCol_point h2 {
    margin-bottom: 20px;
    font-weight: normal;
    text-align: left;
    color: var(--color-black1);
    padding: 0 0;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    min-height: 3em;
}

.advantageListwrap .point_image_block {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.advantageListwrap .stageCol_icon {
    margin-bottom: 30px;
}

.advantageListwrap .stageCol_text {
    font-size: 16px;
    line-height: 1.7;
    width: 100%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    padding: 0 0;
    margin-bottom: 10px;
}

.stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.advantageListwrap .stageCol .number{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-main);
}

.advantageListwrap .stageColBox img {
    display: block;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.advantageListwrap .colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.advantageListwrap .colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.advantageListwrap .stageColBox .moreLink{
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  color: #525766;
  font-size: 16px;
}

.advantageListwrap .stageColBox .moreLink:after{
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.advantageListwrap .stageColBox a:hover .point_image_block img{
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
    .advantageListwrap .stageCol_point {
        min-height: 400px;
    }
    .advantageListwrap .stageCol_point h2 {
        font-size: 18px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .advantageListwrap .stageCol_point {
        min-height: 300px;
    }
    .advantageListwrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}
@media screen and (max-width: 768px) {
    .advantageListwrap{
    flex-wrap: wrap;
    justify-content: center;
    }
    .advantageListwrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
    }
/*    .advantageListwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .advantageListwrap .stageCol:nth-child(3n + 1){
        margin-left: 2%;
    }
}
@media screen and (max-width: 640px) {
    .advantageListwrap{
    display: block;
    }
    .advantageListwrap .stageCol {
        margin-bottom: 40px;
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .advantageListwrap .stageCol:nth-child(3n + 1){
        margin-right: auto;
        margin-left: auto;
    }
    .advantageListwrap .point_image_block {
        /*margin-bottom: 0;*/
        height: 200px;
    }
    .advantageListwrap .stageCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }
    .advantageListwrap .stageCol_point h2 {
        font-size: 18px;
            min-height: auto;
    }
    .advantageListwrap .stageCol_text {
        width: 95%;
        line-height: 1.7;
        font-size: 15px;
        margin-bottom: 10px;
    }
}





/*
Contact Bookできること
------------------------------*/
.abilityWrap {
  padding-bottom: 100px;
}
.abilityWrap .abilityLead .text{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: var(--color-main);
}
.abilityWrap .stageRowBox {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.abilityWrap .stageCol {
  width: calc(33.33% - 50px);
}

.abilityWrap .stageCol .solveWrap {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 30%);
    padding: 56px 30px 30px 30px;
    border-radius: 20px;
    min-height: 175px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.abilityWrap .solveWrap .ttl {
    color: var(--color-main);
    background: #fff;
    border-radius: 100px;
    padding: 2px 10px;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .1px;
    text-align: center;
}
.abilityWrap .solveWrap img.solveIcon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    max-width: inherit;
    width: 80px;
    z-index: 999;
}
.abilityWrap .worries_icon{
  margin-bottom: 30px;
}
.abilityWrap .worries_icon img {
  width: 30px;
}

.abilityWrap .stageCol .solveAnswerWrap .bgblue {
  background: var(--color-main);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,10%);
  min-height: 213px;
}
.abilityWrap .stageCol .solveAnswerWrap .bgblue .text {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .abilityWrap .stageCol .solveWrap {
    padding: 56px 10px 30px 10px;
  }
}

@media screen and (max-width: 991px) {
  .abilityWrap .stageRowBox {
    gap: 40px 20px;
  }
  .abilityWrap .stageCol {
    width: calc(33.33% - 20px);
  }
  .abilityWrap .solveWrap .ttl {
    font-size: 16px;
  }
  .abilityWrap .stageCol .solveAnswerWrap .bgblue {
    padding: 20px;
  }
  .abilityWrap .stageCol .solveAnswerWrap .bgblue .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .abilityWrap {
    padding-bottom: 80px;
  }
  .abilityWrap .stageRowBox {
    display: block;
  }
  .abilityWrap .stageCol {
    min-width: 280px;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .abilityWrap .stageCol:last-child {
    margin-bottom: 0;
  }
  .abilityWrap .abilityLead .text{
    font-size: 22px;
  }
}


/*
アピールポイント
------------------------------*/
.pointWrap .pointflex {
  display: flex;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

.pointWrap .pointflex .pointflexcard {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,10%);
  width: calc(33% - 25px);
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
}
.pointWrap .pointflex .pointflexcard .pointCardImg {
  width: inherit;
  max-width: 45px;
}

.pointWrap .pointflex .pointflexcard .textWrap {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .pointWrap .pointflex .pointflexcard {
    width: calc(50% - 25px);
  }
}

@media screen and (max-width: 768px) {
  .pointWrap .pointflex {
    gap: 20px;
  }
  .pointWrap .pointflex .pointflexcard {
    width: calc(50% - 10px);
  }
  .pointWrap .pointflex .pointflexcard .textWrap {
    font-size: 14px;
  }
}



/*
主要な機能
------------------------------*/
.functionWrap .borderItem{
    border-radius: 50px;
    border: 2px solid var(--color-main);
    padding: 80px 30px;
}
.functionFlexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-left: -20px;
    margin-right: -20px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.functionFlexWrap .content_slide{
    width: calc(33% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 60px;
    max-width: 250px;
}

.functionFlexWrap .content_slide img{
    margin-bottom: 20px;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
}

.functionFlexWrap .content_slide .ttl{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.functionFlexWrap .content_slide .cs_tex{
    font-size: 14px;
    line-height: 1.7;
}

.functionFlexWrap .content_slide .caut {
    font-size: 12px;
    line-height: 1.7;
    display: block;
}

@media screen and (max-width: 991px) {
    .functionFlexWrap .content_slide {
        width: calc(33% - 40px);
    }
}

@media screen and (max-width: 768px) {
    .functionWrap .borderItem{
        border-radius: 30px;
        padding: 60px 0;
    }
    .functionFlexWrap .content_slide {
        width: calc(50% - 40px);
    }
    .functionFlexWrap .content_slide img {
          max-width: 100px;
    }
}

@media screen and (max-width: 640px) {
    .functionFlexWrap {
        margin-right: 0;
        margin-left: 0;
    }
    .functionFlexWrap .content_slide {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 60px;
    }
}




/*
Flow
---------------------------------*/
.flowWrap{
    padding: 80px 60px;
    border-radius: 20px;
    display: flex;
}

.flowInnerBlock {
  /*max-width: 1020px;*/
  margin-right: 20px;
  margin-left: 20px;
  width: 50%;
}

.flowInnerBlock .flowInnerBlock_ttl {
  background: var(--color-main);
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1px;
  margin-bottom: 20px;
  padding: 5px;
}

.flowInnerBlock .flowTitle .innerItem{
  background-color: var(--color-main);
  color: var(--color-main);
  border-radius: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 40px;
}

.flowInnerBlock .flowTitle .innerItem:after{
    content: '';
    border-top: 22px solid var(--color-main);
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    width: 20px;
    margin: 0 auto;
}


.flowInnerBlock .flowItem{
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--color-main);
    position: relative;
    margin-bottom: 20px;
}

.flow_triangleIcon{
    margin: 30px auto 10px;
    width: 10px;
    border-top: 19px solid var(--color-main);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}

.flowInnerBlock .flowItem .step{
    color: var(--color-main);
    display: block;
    padding: 20px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    font-weight: 400;
}

.flowInnerBlock .flowItem .step span{
  font-size: 18px;
  font-weight: bold;
  color: var(--color-main);
}

.flowInnerBlock .flowItem .ttl{
    font-weight: bold;
    font-size: 17px;
    color: var(--color-main);
    width: calc(100% - 50px);
    margin-left: auto;
}

@media screen and (max-width: 1260px) {
  .flowInnerBlock .flowItem .ttl{
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 768px) {
  .flowInnerBlock .flowInnerBlock_ttl {
    font-size: 18px;
  }
    .flowWrap {
        padding: 30px;
        display: block;
    }
    .flowInnerBlock {
      width: 100%;
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto;
    }
    .flowInnerBlock .flowItem .txt{
        text-align: left;
    }
    .flowInnerBlock .flowItem .ttl{
        font-size: 16px;
        width: 100%;
        line-height: 1.5;
        padding-left: 80px;
    }
    .flowInnerBlock .flowItem .step{
        font-size: 16px;
        
    }
    .flowInnerBlock .flowItem .step span{
        font-size: 16px;
    }
}

@media screen and (max-width: 630px) {
  .flowInnerBlock .flowItem{
        padding: 25px 20px;
  }
  .flowInnerBlock .flowItem .step{
    position: inherit;
    padding: 0;
    margin-bottom: 10px;
  }
  .flowInnerBlock .flowItem .ttl{
    padding: 0;
  }
}




/*
料金表1
---------------------------------*/
.servicePriceBlock01 .servicePriceTable01{
  border: 3px solid var(--color-main);
}

.servicePriceBlock01 .servicePriceTable01 .pT01_th {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
}

.servicePriceTable01 tr{
  border-bottom: 1px solid #ccc;
}

.servicePriceTable01 .pT01_th02{
  padding: 10px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ccc;
  max-width: 240px;
  width: 30%;
  vertical-align: middle;
}
.servicePriceTable01 td {
  padding: 10px;
  text-align: center;
  font-size: 32px;
  vertical-align: middle;
}

.servicePriceTable01 .price {
  font-size: 2em;
  font-weight: bold;
}

.servicePriceTable01 .unit {
  font-weight: bold;
}

.servicePriceTable01 tr.mainItem .pT01_th02{
  font-size: 36px;
  color: var(--color-main);
}

.servicePriceTable01 tr.mainItem td{
  color: var(--color-main);
  font-size: 32px;
}
.servicePriceTable01 tr.mainItem td .price {
  color: var(--color-main);
}
.servicePriceTable01 tr.mainItem td .unit {
  color: var(--color-main);
}
@media screen and (max-width: 768px) {
  .servicePriceTable01 .pT01_th02{
      width: 40%;
      font-size: 14px;
  }
  .servicePriceTable01 tr.mainItem .pT01_th02{
    font-size: 20px;
    color: var(--color-main);
  }

  .servicePriceTable01 tr.mainItem td{
    color: var(--color-main);
    font-size: 18px;
  }
}



/*
料金表2
---------------------------------*/
.servicePriceBlock02 .servicePriceTable02{
  border: 3px solid var(--color-green);
}

.servicePriceBlock02 .servicePriceTable02 .pT01_th {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  background: var(--color-green);
}

.servicePriceTable02 tr{
  border-bottom: 1px solid #ccc;
}

.servicePriceTable02 th{
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ccc;
  max-width: 240px;
  width: 30%;
  vertical-align: middle;

}

.servicePriceTable02 td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
.servicePriceTable02 td span {
  font-size: 18px;
}


@media screen and (max-width: 768px) {
  .servicePriceTable02 th{
      width: 40%;
      font-size: 14px;
  }
}




/*
FAQ
------------------------------*/
.voiceBox{
    max-width: 800px;
}
/* 文字の中央寄せ */
.lp-video__title,
.lp-video__sub { text-align:center; }
.lp-video__title { margin: 24px 0 6px; font-size: 26px; font-weight: 700; }
.lp-video__sub   { margin: 0 0 12px;  color:#666; }

/* 動画のラッパーをフル幅扱いにして中央へ */
.lp-video { width:100%; }

/* PCは広め、スマホは自動フィット。!importantで他CSSを上書き */
.lp-video__wrap{
  width:100% !important;
  max-width: 1200px !important;   /* ←PCで大きく。必要なら 1000/1280 に調整 */
  margin: 20px auto !important;
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
}
.lp-video__wrap iframe{
  width:100% !important;
  height:100% !important;
  border:0;
  display:block;
}

/* 念のため、既存のiframe幅制限を全体で打ち消す */
iframe{ max-width:100% !important; }