﻿@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
  background: #FFFFFF;
  color: #333333;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
html .goti,
html .goti form * {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lato{
  font-family: "Lato", sans-serif;
}
body {
  width: 100%;
  font-size: 100%;
  text-align: center;
}
main {
  overflow: hidden;
  width: 100%;
}
.sitewrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:1220px) {
  html {
    font-size: 14px;
  }
  .sitewrap {
    width: 100%;
    min-width: 0;
  }
  .sitewrap>* {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width:1020px) {
  .sitewrap>* {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 14px;
  }
  .sitewrap>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
  position: absolute;
  top: 51.5px;
  left: 0;
  right: 0;
  z-index: 999;
}
header#fix_menu.fixedMenu {
  position: fixed;
  top: 0;
  background: #fff;
}
.menu_top {
  position: relative;
  overflow: hidden;
}
.menu_top #site_ttl {
  float: left;
  padding: 10px;
  white-space: nowrap;
}
.menu_top #site_ttl a {
  display: inline-block;
  vertical-align: middle;
}
.menu_top #site_ttl a {
  transition: .5s opacity;
}
.menu_top #site_ttl a:hover {
  opacity: 0.7;
}
.menu_top #site_ttl a img {
  height: 70px;
}
.menu_top .header-menu {
  float: right;
  display: flex;
  align-items: flex-end;
  margin-right: 2em;
}
.menu_top .header-menu .fixed-btn_box {
  display: flex;
  gap: 0 1em;
  text-align: left;
  margin-right: 1em;
}
.menu_top .header-menu .fixed-btn {
  position: relative;
  z-index: 10;
  display: block;
  width: 325px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background: #ca2219;
  border: 2px solid #ffffff;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 0.5em 2.25em 0.5em 1em;
  text-decoration: none;
  transition: color .4s, background-color .4s, border .4s;
}
.menu_top .header-menu .fixed-btn.btn-blu {
  background-color: #426ed4;
  border-color: #ffffff;
}
.menu_top .header-menu .fixed-btn::after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  background-image: url(../img/lp-shukatsu-01/btn_arrow.svg) ;
	background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
	transition: background 0.4s;
}
@media (any-hover: hover) {
	.menu_top .header-menu .fixed-btn:hover {
	  color: #ca2219;
	  background-color: #fff;
	  border: 2px solid #ca2219;
		  border-top: none;
	}
	.menu_top .header-menu .fixed-btn.btn-blu:hover {
	  color: #426ed4;
	  background-color: #fff;
	border: 2px solid #426ed4;
		  border-top: none;
	}
	.menu_top .header-menu .fixed-btn:hover::after {
		background-image: url(../img/lp-shukatsu-01/btn_arrow_red.svg);
	}
	.menu_top .header-menu .fixed-btn.btn-blu:hover::after {
		background-image: url(../img/lp-shukatsu-01/btn_arrow_blue.svg);
	}
}

@media screen and (max-width:1330px) {
  .menu_top .header-menu {
    align-items: flex-start;
    margin-right: 0.5em;
  }
  .menu_top .header-menu .fixed-btn {
    width: fit-content;
    font-size: 1.25rem;
    padding-right: 3em;
  }
  .menu_top .header-menu .tel_link a {
    display: block;
    max-width: 200px;
    padding-top: 1em;
  }
  .menu_top .header-menu .tel_link a img {
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  header#fix_menu {
    top: 55.5px;
  }
  .menu_top #site_ttl {
    padding: 7.5px;
  }
  .menu_top #site_ttl a img {
    height: 45px;
  }
  .menu_top .header-menu {
    align-items: flex-end;
    max-width: 191px;
    width: 51%;
    border-radius: 0 0 10px 10px;
    padding: 16px 0.5em;
    margin-right: 0.5em;
  }
  .menu_top .header-menu .fixed-btn_box {
    position: fixed;
    z-index: 1000;
    gap: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .menu_top .header-menu .fixed-btn {
    width: 50%;
    font-size: min(3.85vw, 1.25rem);
    border-width: 1px;
    border-bottom: none;
    border-top: 1px solid #fff;
    border-radius: 6px 6px 0 0;
    padding: 1em 2.25em 1em 0.75em;
  }
  .menu_top .header-menu .fixed-btn::after {
    width: 15px;
    height: 13px;
    background-size: contain;
  }
  .menu_top .header-menu .tel_link a {
    max-width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width:340px) {
  .menu_top #site_ttl a img {
    height: 35px;
  }
}
.mv-wrap {
  background: url(../img/lp-shukatsu-01/mv.png) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 39%;
  padding-bottom: 1.5em;
  min-height: 620px;
}
.mv-wrap .mv-inner {
  max-width: 1000px;
  margin: auto;
  text-align: left;
}
.mv-wrap .mv-title {
  position: absolute;
  z-index: 1;
  display: block;
  margin: auto;
  inset: 35% auto auto 10.5%;
  width: 48%;
  min-width: 560px;
  height: auto;
}
@media screen and (max-width:767px) {
	.mv-wrap {
		background: url(../img/lp-shukatsu-01/mv_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		min-height: 514px;
		}
		.mv-wrap .mv-title {
		position: absolute;
		z-index: 1;
		display: block;
		margin: auto;
		inset: 15% auto auto 4%;
		width: 100%;
		min-width: unset;
		height: auto;
		}
}

.talk-wrap{
	background: #f9ecec;
	padding: 7em 0 17em;
}
.talk-wrap .talk-area{
	max-width: 1000px;
	margin-inline: auto;
}
.talk-wrap .talk-area .left-item,
.talk-wrap .talk-area .right-item{
	display: flex;
	justify-content: flex-start;
	gap: 2em;
	margin-bottom: 2em;
}
.talk-wrap .talk-area .left-item.short,
.talk-wrap .talk-area .right-item.short{
	margin-bottom: -1em;
}
.talk-wrap .talk-area .right-item{
	flex-direction: row-reverse;
}
.talk-wrap .talk-area .icon-area{
	width: 113px;
}
.talk-wrap .talk-area .talk-items{
	margin-right: 0;

}
.talk-wrap .talk-area .talk-item{
	background: #fff;
	margin-top: 1.5em;
	padding: 1.25em 2.5em;
	border-radius: 20px;
	display: block;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.6;
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
	width: fit-content;
}
.talk-wrap .talk-area .talk-item::before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	margin: auto;
	inset: 13px auto auto -15px;
	width:0;
	height:0;
	border-style:solid;
	border-width: 24px 30px 24px 0;
	border-color: transparent #ffffff transparent transparent;
}
.talk-wrap .talk-area .talk-item +  .talk-item{
	margin-top: 0.75em;
}
.talk-wrap .talk-area .right-item .talk-item::before{
	inset: 13px -15px auto auto;
	border-width: 24px 0px 24px 30px;
	border-color: transparent transparent transparent #fef9cd;
}
.talk-wrap .talk-area .right-item .talk-item{
	background: #fef9cd;
	margin-inline: auto 0;
}
.talk-wrap .talk-area .talk-item:has(.talk-stamp){
	padding: 0.5em 1.5em;
}
.talk-wrap .talk-area .talk-item .talk-stamp{
	text-align: center;
}
.talk-wrap .talk-area .talk-item .talk-text em{
	font-size: 1.5rem;
	background: linear-gradient(transparent 60%, #ffe400 60%);
}
.talk-wrap .talk-area .right-item .talk-item .talk-text em{
	background: linear-gradient(transparent 60%, #f7c1bd 60%);
}
.talk-wrap .talk-area .talk-think{
	margin-top: -1em;
	margin-right: -3.5em;
	text-align: right;
}
@media screen and (max-width:767px){
	.talk-wrap{
		padding: 3em 0 10em;
	}
	.talk-wrap .talk-area{

	}
	.talk-wrap .talk-area .left-item,
	.talk-wrap .talk-area .right-item{
		gap: 1em;
		margin-bottom: 1em;
	}
	.talk-wrap .talk-area .left-item.short,
	.talk-wrap .talk-area .right-item.short{
		margin-bottom: 1em;
	}
	.talk-wrap .talk-area .icon-area{
		width: 48px;
	}
	.talk-wrap .talk-area .talk-item{
		margin-top: 0.2em;
		padding: 0.85em 1em;
		border-radius: 10px;
		font-size: 0.95rem;
		line-height: 1.4;
	}
	.talk-wrap .talk-area .talk-item::before{
		inset: 8px auto auto -10px;
		border-width: 12px 20px 12px 0;
	}
	.talk-wrap .talk-area .right-item .talk-item::before{
		inset: 8px -10px auto auto;
		border-width: 12px 0px 12px 20px;
	}
	.talk-wrap .talk-area .talk-item:has(.talk-stamp){
		padding: 0.5em 1em;
	}
	.talk-wrap .talk-area .talk-item .talk-stamp{
		text-align: center;
		max-width: 72px;
	}
	.talk-wrap .talk-area .talk-item .talk-text em{
		font-size: 1rem;
	}
	.talk-wrap .talk-area .talk-think{
		margin-top: 0.5em;
		display: flex;
		justify-content: flex-end;
		margin-right: -2em;
	}
}
.bnr-cta{
  max-width: 1900px;
  padding-inline: 50px;
  margin-inline: auto;
}
.bnr-cta-inner{
  background: url(../img/lp-shukatsu-01/bg_cta.png) no-repeat;
	background-size: cover;
  padding: 3em 2em 1.5em;
  border-radius: 35px;
  overflow: hidden;
}
.bnr-cta .bnr-free{
  background: #ffee7f;
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
  border-radius: 3px;
  padding: 0.75em 3.5em;
  margin-bottom: -1em;
}
.bnr-cta .bnr-free:after{
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto; 
  inset: auto 0 -15px 0;  
  width:0;
  height:0;
  border-style:solid;
  border-width: 15px 15px 0 0px;
  border-color: #fff29f transparent transparent transparent;
}
.bnr-cta .bnr-lead{
  font-size: 3.125rem;
  color: #fff;
}
.bnr-cta .bnr-lead img{
  vertical-align: sub;
  padding-bottom: 0.1em;
  margin-right: 0.1em;
}
.common-btn {
  text-align: center;
  margin: 1.5em auto 2em;
}
.common-btn a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 513px;
  width: 100%;
  min-height: 87px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #426ed4;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.2);
  margin: auto;
  padding: 0.5em;
  border: 2px solid #fff;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
}
.common-btn a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 rgba(4, 0, 0, 0.3);
}
.common-btn a span {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.common-btn a::after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  background: url(../img/lp-shukatsu-01/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  margin: auto;
  inset: 0 5% 0 auto;
}
.common-btn.btn02 a {
	background: #ca2219;
	border: none;
}
.common-btn.btn03 a {
	background: #e93d51;
}
@media screen and (max-width:767px) {
	.bnr-cta{
	  padding-inline: 0px;
	}
	.bnr-cta-inner{
	  padding: 2em 1em 1em;
	  border-radius: 0px;
    background-image: url(../img/lp-shukatsu-01/bg_cta_sp.png) ;
    background-size: cover;
	}
	.bnr-cta-inner::before,
	.bnr-cta-inner::after{
		display: none;
	}
	.bnr-cta-inner::after{
	  width: 38%;
	  height: 561px;
	  inset: 33% auto auto -4%;
	}
	.bnr-cta .bnr-free{
	  font-size: .95rem;
	  padding: 0.75em 3em;
	}
	.bnr-cta .bnr-free:after{
	  inset: auto 0 -10px 0;  
	  border-width: 10px 10px 0 0px;    
	}
	.bnr-cta .bnr-lead{
	  font-size: 2.2rem;
	}
	.bnr-cta .bnr-lead img{
	  max-width: 122px;
	}
	.common-btn {
	  margin: 1.5em auto;
	}
	.common-btn a {
	  max-width: 290px;
	  min-height: 60px;
	  font-size: 1.125rem;
	  padding: 0.5em;
	  border: 1px solid #fff;
	}
	.common-btn a::after {
	  position: absolute;
	  width: 18px;
	  height: 15px;
	  inset: 0 8% 0 auto;
	}
}
main .relative{
  position: relative;
  z-index: 0;
}
.rec-wrap{
  background: #ffface;
  padding: 0em 0 10em;
  position: relative;
  z-index: 0;
}
.rec-wrap .bnr-cta{
	transform: translateY(-11em);
}
.rec-wrap .rec-title{
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 0.75em;
  margin-top: -4em;
}
.rec-wrap .rec-title span{
  font-size: 2.26rem;
}
.rec-wrap .rec-title em{
  font-size: 4.375rem;
  color: #fb5448;
}
.rec-wrap .rec-title b{
  font-size: 3.56rem;
}
.rec-wrap .rec-title .dots {
  background-image: radial-gradient(circle at center, #333333 15%, transparent 18%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em; 
  padding-top: .1em;
}
.rec-wrap .rec-arrow{
  margin-bottom: 2em;
}
.rec-wrap .rec-items{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5%;
  max-width: 870px;
  margin-inline: auto;
}
.rec-wrap .rec-item{
  width: 30%;
}
.rec-wrap .rec-item .rec-num{
  font-size: 1.75rem;
  color: #fff;
  background:#426ed4; 
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  inset: 0 auto auto 12%;
}
.rec-wrap .rec-item .rec-num span{
  padding-bottom: 3px;
}
.rec-wrap .rec-item .rec-img{
  margin-bottom: 1em;
}
.rec-wrap .rec-item .rec-text{ 
  font-size: 1.5rem;
}
.rec-wrap .rec-item .rec-text em{
  font-size: 1.75rem;
  color: #e42d42;
}
@media screen and (max-width:767px) {
	.rec-wrap{
	  padding: 0em 0 3em;
	}
	.rec-wrap .bnr-cta{
		transform: translateY(-10em);
	}
	.rec-wrap .rec-title{
	  font-size: 1.21rem;
	  margin-bottom: 0.75em;
	  margin-top: -6em;
	}
	.rec-wrap .rec-title span{
	  font-size: 1.57rem;
	}
	.rec-wrap .rec-title em{
	  font-size: 2.57rem;
	}
	.rec-wrap .rec-title b{
	  font-size: 2rem;
	}
	.rec-wrap .rec-title .dots {
	  background-size: 1em 0.2em; 
	}
	.rec-wrap .rec-arrow{
		margin-bottom: 2em;
		max-width: 30px;
		margin-inline: auto;
	}
	.rec-wrap .rec-items{
	  gap: 0.75em 5%;
	  flex-direction: column;
	  width: 90%;
	}
	.rec-wrap .rec-item{
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 5%;
	}
	.rec-wrap .rec-item .rec-num{
	  font-size: 0.875rem;
	  width: 25px;
	  height: 25px;
	  inset: 0 auto auto 4%;
	}
	.rec-wrap .rec-item .rec-num span{
	  padding-bottom: 1px;
	}
	.rec-wrap .rec-item .rec-img{
		max-width: 90px;
		margin-bottom: 0;
		width: 35%;
	}
	.rec-wrap .rec-item .rec-text{
		font-size: 1.18rem;
		text-align: left;
		width: 60%;
	}
	.rec-wrap .rec-item .rec-text em{
		font-size: 1.39rem;
	}
}
.info-wrap{
  background: #fbccc9;
  padding: 8em 0 18em;
}
.info-wrap::after{
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto;
  inset: 0 0 auto 0;
  width:0;
  height:0;
  border-style:solid;
  border-width: 45px 75px 0 75px;
  border-color: #ffface transparent transparent transparent;
}
.info-wrap .content-area{
  background: #fff;
  border-radius: 40px;
  padding: 4em 4em 5em;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
}
.info-wrap .info-title{
  font-size: 2.375rem;
  margin-bottom: 1em;
}
.info-wrap .info-title em{
  font-size: 3.125rem;
  color: #fff;
  background: #f44336; 
  padding: 0.1em 0.5em;
}
.info-wrap .info-lead{
  font-size: 2rem;
  margin-bottom: 3em;
}
.info-wrap .info-lead em{
  font-size: 2.25rem;
  background:linear-gradient(transparent 60%, #ffe400 60%);
}
.info-wrap .point-area{
  background: #ffface;
  max-width: 800px;
  margin: auto;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
}
.info-wrap .point-area .point-img{
  position:absolute;
  z-index: 1;
  margin: auto;
  inset: -33px auto auto -33px;
}
.info-wrap .point-area .point-lead,
.info-wrap .point-area ul{
  max-width: 546px;
  margin-inline: auto;
}
.info-wrap .point-area .point-lead{
  font-size: 1.5rem;
  color: #e93d51;
  margin-bottom: 1em;
}
.info-wrap .point-area .point-text{
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.info-wrap .point-area .point-text img{
  vertical-align: middle;
  margin-right: 0.5em;
}
.info-wrap .point-area .point-img02{
  position: absolute;
  z-index: 1;
  margin: auto;
  inset: auto 10px 0 auto;
}
@media screen and (max-width:1000px) {
	.info-wrap .point-area .point-lead{
		text-align: center !important;
	}
}
@media screen and (max-width:767px) {
	.info-wrap{
		background: #ffffff;
		padding: 3em 0 8em;
	}
	.info-wrap::after{
	  border-width: 36px 60px 0 60px;
	}
	.info-wrap .content-area{
	  background: #fff;
	  border-radius: 0px;
	  padding: 0;
	  box-shadow: none;
	}
	.info-wrap .info-title{
		font-size: 1.92rem;
		margin-bottom: 1em;
		text-align: left;
	}
	.info-wrap .info-title em{
		font-size: 2.45rem;
		display: inline-block;
		margin-top: 0.35em;
	}
	.info-wrap .info-lead{
	  font-size: 1.35rem;
	  margin-bottom: 2em;
		text-align: left;
	}
	.info-wrap .info-lead em{
	  font-size: 1.35rem;
	  background:linear-gradient(transparent 60%, #fdef7c 60%);
	}
	.info-wrap .point-area{
		padding: 2.5em 1em 2em 2em;
		margin-bottom: 5em;
		margin-inline: 3px;
	}
	.info-wrap .point-area .point-img{
		max-width: 109px;
		inset: -16px auto auto -16px;
	}
	.info-wrap .point-area .point-lead{
		font-size: 1.28rem;
		padding-left: 1.5em;
	}
	.info-wrap .point-area .point-text{
	  font-size: 1.07rem;
	  font-weight: 500;
	  margin-bottom: 1em;
		display: flex;
	}
	.info-wrap .point-area .point-text img{
		max-width: 24px;
		height: 24px;
	}
	.info-wrap .point-area .point-img02{
		max-width: 97px;
		max-height: 97px;
		object-fit: cover;
		overflow: hidden;
		inset: auto 0px 0 auto;
		border-radius: 0 0 9px 0;
	}
}
.voice-wrap{
  background: #f9ecec;
  padding: 0 0 7em;
  margin-top: -1em;
}
.voice-wrap .bnr-cta{
	transform: translateY(-11em);
}
.voice-wrap .voice-title{
  font-size: 2.25rem;
  margin-bottom: 2em;
  margin-top: -3em;
}
.voice-wrap .voice-title em{
  color: #e73d50;
}
.voice-wrap .voice_items{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5em 2%;
}
.voice-wrap .voice-item{
  width: calc((100% - 4%)/3);
  border: 2px solid #f5564e;
  border-radius: 23px 23px 23px 0;
  padding: 2.25em 2em 1.5em;
  background: #fff;
}
.voice-wrap .voice-item.man{
  border: 2px solid #426ed4;
}
.voice-wrap .voice-item .voice-icon{
  position: absolute;
  z-index: 1;
  margin: auto;
  inset: -24px auto auto -2px;  
}
.voice-wrap .voice-item .voice-text{
  line-height: 2;
  font-weight: 500;
}
.voice-wrap .voice-item .voice-text span{
  color: #e93d51;
  font-size: 1.125rem;
  font-weight: 600;
}
.voice-wrap .voice-item.man .voice-text span{
  color: #426ed4;
}
.voice-wrap .voice-item:nth-child(4) .voice-text,
.voice-wrap .voice-item:nth-child(5) .voice-text{
  max-width: 240px; 
  margin-inline: auto;
}
@media screen and (max-width:767px) {
	.voice-wrap{
		padding: 0 0 4em;
		margin-top: 0em;
	}
	.voice-inner{
		padding: 0;
	}
	.voice-wrap .bnr-cta{
		transform: translateY(-10em);
	}
	.voice-wrap .voice-title{
	  font-size: 1.7rem;
	  margin-bottom: 0em;
	  margin-top: -4em;
	}
	.voice-wrap .voice_items{
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  gap: 5em 2%;
	}
	.voice-wrap .voice-item{
		margin-top: 2em;
		overflow: visible;
		border-radius: 12px 12px 12px 0;
		padding: 2em 2em 1em;
		background: #fff;
		margin-inline: 1em;
		min-height: 205px;
	}
	.voice-wrap .voice-item .voice-icon{
		width: 46px;
	  inset: -24px auto auto -2px;  
	}
	.voice-wrap .voice-item .voice-text{
	  line-height: 1.8;
	}
	.voice-wrap .voice-item:nth-child(4) .voice-text,
	.voice-wrap .voice-item:nth-child(5) .voice-text{
	  max-width: unset; 
	}
	.voice-wrap .slick-list{
		padding: 20px 32px !important;
	}
	.voice-wrap .slick-dots li{
		width: 12px;
		height: 12px;
	}
	.voice-wrap .slick-dots li button:before{
		font-size: 15px;
		color: #fff;
		content: "";
		width: 10px;
		height: 10px;
		background: #fff;
		border-radius: 50%;
		border: 1px solid #666666;
		opacity: 1;
	}
	.voice-wrap .slick-dots li.slick-active button:before{
		background: #666;	
	}
	.slick-prev,
	.slick-next{
		z-index: 1; 
	}
	.slick-prev::before,
	.slick-next::before{
	  position: absolute;
	  z-index: 1;
	  content: "" !important;
	  width: 40px;
	  height: 40px;
	  background: url(../img/lp-shukatsu-01/slick_arrow.png);
	  background-size: contain;
	  margin: auto;
	  inset: 0 30px 0 auto;
	  opacity: 1 !important;
	}
	.slick-prev::before{
		inset: 0 auto 0 30px;
		  transform: rotate(180deg);
	}
}
.start-wrap{
  background: url(../img/lp-shukatsu-01/bg_start.jpg) no-repeat;
  background-position: bottom;
  padding: 8em 2% 8em;
}
.start-wrap .start-inner{
  background: #fff;
  border-radius: 40px;
  padding: 4em;
}
.start-wrap .start-title{
  font-size: 2.25rem;
  margin-bottom: 0.5em;
}
.start-wrap .start-lead{
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2.5em;
  line-height: 1.6;
}
.start-wrap .use-area{
  border: 3px solid #F44336;
  max-width: 1000px;
  margin: 0 auto 2em;
  border-radius: 30px;
  overflow: hidden;
}
.start-wrap .use-area .cont01{
  background: #f44336;
  padding: 1.5em 1em;
}
.start-wrap .use-area .cont01 .use-lead{
  color: #fff;
  font-size: 1.6rem;
}
.start-wrap .use-area .cont01 .use-lead strong{ 
  color: #ffe400;
  font-size: 1.8rem;
}
.start-wrap .use-area .cont01 .use-lead strong em{ 
  color: #ffe400;
  font-size: 2.37rem;
}
.start-wrap .use-area .cont02{
  padding: 1em 2em 1em;
}
.start-wrap .use-area .cont02 .use-lead{
  font-size: 1.5rem;
  margin-bottom: 1em;
  color: #e93d51;
}
.start-wrap .use-area .cont02 .use-lead span{
  font-size: 2.37rem;
  display: inline-block;
  margin-bottom: -1em;
  background:linear-gradient(transparent 70%, #ffe400 30%); 
}
.start-wrap .use-area .cont02 .use-text{
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.start-wrap .use-area .cont02 .use-items{
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-bottom: 2em;
}
.start-wrap .use-area .cont02 .use-item{
  font-size: 1.25rem;
  border-bottom: 3px dotted #426ed4;
  width: 21%;
  min-width: 176px;
  padding-right: 1em;
}
.start-wrap .use-area .cont02 .use-item img{
  vertical-align: middle;
  margin: 10px 0.75em 10px 0;
}
.start-wrap .sche-area{
  background: #f0f0f0;
  max-width: 1000px;
  margin: 0 auto 2em;
  border-radius: 30px;
  padding: 3em 2em 2.5em;
}
.start-wrap .sche-area .sche-lead{
  font-size: 1.75rem;
  margin-bottom: 1em;
}
@media screen and (max-width:767px) {
	.start-wrap{
	  background: url(../img/lp-shukatsu-01/bg_start_sp.jpg) no-repeat;
	  padding: 3em 15px 4em;
		background-position: bottom;
	}
	.start-wrap .start-inner{
		border-radius: 0px;
		padding: 0;
		background: none;
	}
	.start-wrap .sp-content{
		background: #fff;
		padding: 2em 0 0;
		border-radius: 20px;
		margin-bottom: 0;
	}
	.start-wrap .start-title{
	  font-size: 1.71rem;
	  padding-inline: 1em;	
	}
	.start-wrap .start-lead{
		font-size: 1.05rem;
		margin-bottom: 1.5em;
		line-height: 1.4;
		padding-inline: 1em;
		text-align: left;
	}
	.start-wrap .use-area{
	  border: none;
	  margin: 0 auto 2em;
	  border-radius: 0;
	}
	.start-wrap .use-area .cont01{
	  padding: 1.25em 0.8em;
	}
	.start-wrap .use-area .cont01 .use-lead{
	  font-size: 1.1rem;
	}
	.start-wrap .use-area .cont01 .use-lead strong{ 
	  font-size: 1.35rem;
	}
	.start-wrap .use-area .cont01 .use-lead strong em{ 
	  font-size: 1.75rem;
	}
	.start-wrap .use-area .cont02{
	  padding: 1em;
	}
	.start-wrap .use-area .cont02 .use-lead{
	  font-size: 1.15rem;
	  margin-bottom: 1em;
		line-height: 1.2;
	}
	.start-wrap .use-area .cont02 .use-lead span{
	  font-size: 1.64rem;
	  margin-bottom: 0em;
	}
	.start-wrap .use-area .cont02 .use-text{
	  font-size: 1rem;
	}
	.start-wrap .use-area .cont02 .use-items{
		display: flex;
		justify-content: center;
		gap: 2%;
		margin-bottom: 2em;
	}
	.start-wrap .use-area .cont02 .use-item{
		font-size: .9rem;
		border-bottom: 2px dotted #426ed4;
		width: 32%;
		min-width: unset;
		padding-right: .5em;
	}
	.start-wrap .use-area .cont02 .use-item img{
		margin: 10px 0.75em 10px 0;
		max-width: 31px;
	}
	.start-wrap .sche-area{
	  max-width: 1000px;
	  margin: 0 auto 1em;
	  border-radius: 30px;
	  padding: 2em 1.5em 2em;
	}
	.start-wrap .sche-area .sche-lead{
	  font-size: 1.42rem;
	  margin-bottom: 1em;
	}	
	.start-wrap .sche-area .sche-img{
		padding: 0 0.5em;
		overflow-x: scroll;
		background: #fff;
	}
	.start-wrap .sche-area .sche-img .scroll-area{
		width: 900px;
	}
	.scroll-hint-icon img {
	  width: 40px; /* 画像サイズの調整 */
	  height: auto;
	}
}
.price-wrap{
  background: #ffface;
  padding: 5em 0 4em;
}
.price-wrap .price-title{
  font-size: 2.25rem;
  margin: 2em auto 1em; 
}
.price-wrap .cont01{
	border-radius: 20px;
	border: 5px solid #fcc800;
	max-width: 1000px;
	margin-inline: auto;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	margin-bottom: 3em;
}
.price-wrap .cont01 .cont-item{
  width: 50%;
}
.price-wrap .cont01 .cont-item .price-lead{
	font-size: 2rem;
	padding: 0.25em 0.5em;
	color: #e07309;
	background: #f7dcc1;
}
.price-wrap .cont01 .cont-item.item02 .price-lead{
	font-size: 2rem;
	padding: 0.25em 0.5em;
	color: #005ea9;
	background: #cae7f7;
	border-left: 3px solid #fff;
}
.price-wrap .cont01 .cont-item .price-detail{
	background: #fff;
	padding: 1em;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.price-wrap .cont01 .cont-item.item02 .price-detail{
	border-left: 3px solid #fcc800;
}
.price-wrap .cont01 .cont-item .price-time{
	width: 67px;
	height: 67px;
	background: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-weight: 600;
	margin-bottom: 1.3em;
	margin-right: 0.5em;
}
.price-wrap .cont01 .cont-item .price-time em{
	font-size: 1.25em;
}
.price-wrap .cont01 .cont-item .price-main{
	font-size: 3.31rem;
	font-weight: 700;
	
}
.price-wrap .cont01 .cont-item .price-main em{
	font-size: 5.93rem;
	margin-right: 6px;
}
.price-wrap .cont01 .cont-item .price-att{
	position: absolute;
	z-index: 0;
	inset: calc(10% + 30px) auto auto calc(50% + 121px);
	font-weight: 600;
}
.price-wrap .price-link a{
	font-size: 1.125rem;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.price-wrap .price-link a:hover{
	border-bottom: none;
}
@media screen and (max-width:767px) {
	.price-wrap{
		padding: 0em 0 3em;
	}
	.price-wrap .price-title{
		font-size: 1.71rem;
		margin: 1.5em auto 1em; 
	}
	.price-wrap .cont01{
		border-radius: 0;
		border: none;
		margin-bottom: 1.5em;
		flex-direction: column;
		gap: 1.5em;
	}
	.price-wrap .cont01 .cont-item{
		width: 86%;
		margin-inline: auto;
		border: 3px solid #fcc800;
		border-radius: 20px;
		overflow: hidden;
	}
	.price-wrap .cont01 .cont-item .price-lead{
		font-size: 1.32rem;
		padding: 0.5em 1em;
	}
	.price-wrap .cont01 .cont-item.item02 .price-lead{
		font-size: 1.32rem;
		padding: 0.5em 1em;
		border-left: none;
	}
	.price-wrap .cont01 .cont-item .price-detail{
		background: #fff;
		padding: 0.5em 1em 1em;
	}
	.price-wrap .cont01 .cont-item.item02 .price-detail{
		border-left: none;
	}
	.price-wrap .cont01 .cont-item .price-time{
		width: 40px;
		height: 40px;
		font-size: 0.67rem;
	}
	.price-wrap .cont01 .cont-item .price-main{
		font-size: 2.17rem;
		font-weight: 700;
	}
	.price-wrap .cont01 .cont-item .price-main em{
		font-size: 3.92rem;
		margin-right: 4px;
	}
	.price-wrap .cont01 .cont-item .price-att{
		inset: auto 28px 10px auto;
		font-size: 0.75rem;
	}
	.price-wrap .price-link a{
		font-size: 0.85rem;
	}
}
.student-wrap{
	background: #0d3d82;
	padding: 9em 1em 3em;
}
.student-wrap .student-img{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -34px auto auto calc(50% - 530px);
}
.student-wrap .student-title{
	font-size: 2.25rem;
	color: #fff;
	margin-bottom: 1em;
	display: inline-block;
}
.student-wrap .student-title::before,
.student-wrap .student-title::after{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 28px;
	height: 45px;
	background: url(../img/lp-shukatsu-01/img_student02.png);
	background-size: contain;
	margin: auto; 
	inset: 0 auto 0 -34px;
}
.student-wrap .student-title::after{
	inset: 0 -34px 0 auto;
	transform: scale(-1, 1);
}
.student-wrap .cont01{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin-inline: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 3em;
}
.student-wrap .cont01 .text-area{
	width: 40%;
	background: #fcc800;
	padding: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 2px solid #0d3d82;
}
.student-wrap .cont01 .text-area .student-lead{
	color: #0d3d82;
	font-size: 1.35rem;
	font-weight: 500;
}
.student-wrap .cont01 .text-area .student-lead em{
	font-weight: 600;
	font-size: 2.75rem;
}
.student-wrap .cont01 .text-area02{
	width: 60%;
	background: #ffffff;
	padding: 2.5em 1em;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 3em;
}
.student-wrap .cont01 .text-area02 .before{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 0.75em;
}
.student-wrap .cont01 .text-area02 .before .item-icon{
	font-size: 1.125rem;
	font-weight: 500;
	background: #e07309;
	padding: 0.2em 0.5em;
	color: #fff;
	border-radius: 5px;
	line-height: 1.3;
	margin-bottom: 1.2em;
	box-shadow: 0 0 5px rgba(4, 0, 0, 0.3);
}
.student-wrap .cont01 .price-time{
	width: 57px;
	height: 22px;
	background: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	font-weight: 600;
	font-size: 0.875rem;
	margin-bottom: 0.7em;
}
.student-wrap .cont01 .price-time em{
	font-size: 1.125rem;
}
.student-wrap .cont01 .price-detail{
	font-size: 1.125rem;
	line-height: 1;
	text-align: left;
}
.student-wrap .cont01 .item02 .price-detail::before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background: #e93d51;
	margin: auto; 
	inset: auto 0 34px 0;
	transform: rotate(20deg);
}
.student-wrap .cont01 .price-detail em{
	font-size: 3.31rem;
	margin-right: 6px;
}
.student-wrap .cont01 .price-detail strong{
	font-size: 1.625rem;
	margin-right: 6px;
}
.student-wrap .cont01 .price-att{
	font-size: 0.875rem;
	font-weight: 600;
}
.student-wrap .cont01 .after::after{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	margin: auto; 
	inset: 16px auto 0 -30px;
	width:0;
	height:0;
	border-style:solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #e83d51;
}
.student-wrap .cont01 .after .price-time{
	width: 70px;
	height: 27px;
	font-size: 1rem;
	margin-bottom: 0.2em;
}
.student-wrap .cont01 .after .price-time em{
	font-size: 1.375rem;
}
.student-wrap .cont01 .after .price-detail{
	color: #e93d51;	
	font-weight: 800;
}
.student-wrap .cont01 .after .price-detail em{
	font-size: 4.56rem;
	font-weight: 800;
}
.student-wrap .cont01 .after .price-detail strong{
	font-size: 2.31rem;
	margin-right: 6px;
}
@media screen and (max-width:1100px) {
	.student-wrap .student-img{
		width: 134px;
		inset: -25px auto auto 5%;
	}
}
@media screen and (max-width:767px) {
	.student-wrap{
		padding: 4em 1em 2em;
	}
	.student-wrap .student-img{
			max-width: 90px;
			inset: -13px auto auto 4%;
	}
	.student-wrap .student-title{
		font-size: 1.42rem;
		font-weight: 500;
	}
	.student-wrap .student-title::before,
	.student-wrap .student-title::after{
		width: 22px;
		height: 35px;
		inset: 0 auto -20px -34px;
	}
	.student-wrap .student-title::after{
		inset: 0 -34px -20px auto;
	}
	.student-wrap .cont01{
		margin-bottom: 2em;
		flex-direction: column;
		width: 93%;
	}
	.student-wrap .cont01 .text-area{
		width: 100%;
		border-right: none;
	}
	.student-wrap .cont01 .text-area .student-lead{
		font-size: 1.1rem;
	}
	.student-wrap .cont01 .text-area .student-lead em{
		font-size: 2rem;
	}
	.student-wrap .cont01 .text-area02{
		width: 100%;
		padding: 1.5em 0.5em;
		align-items: center;
		gap: 2em;
		flex-direction: column;
	}
	.student-wrap .cont01 .text-area02 .before{
		align-items: center;
		gap: 0em;
		flex-direction: column;
	}
	.student-wrap .cont01 .text-area02 .before .item-icon{
		font-size: 1rem;
		padding: 0.5em 2.5em;
		margin-bottom: 1.2em;
		box-shadow: none;
	}
	.student-wrap .cont01 .text-area02 .before .item-icon:after{
		position: absolute;
		z-index: 0;
		display: block;
		content: "";
		margin: auto; 
		inset: auto 0 -10px 0;  
		width:0;
		height:0;
		border-style:solid;
		border-width: 10px 6px 0 6px;
		border-color: #e07309 transparent transparent transparent;
	}
	.student-wrap .cont01 .item02{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 0 10px;
	}
	.student-wrap .cont01 .price-time{
		width: 43px;
		height: 20px;
		font-size: 0.71rem;
		margin-bottom: 0em;
	}
	.student-wrap .cont01 .price-time em{
		font-size: 1rem;
	}
	.student-wrap .cont01 .price-detail{
		font-size: 1.125rem;
		line-height: 1;
		text-align: left;
		min-width: 175px;
	}
	.student-wrap .cont01 .price-detail b{
		font-size: 1rem;
		 -ms-writing-mode: tb-rl;
		  writing-mode: vertical-rl;
		padding-right: 4px;

	}
	.student-wrap .cont01 .item02 .price-detail::before{
		inset: auto 0 21px 0;
		transform: rotate(16deg);
	}
	.student-wrap .cont01 .price-detail em{
		font-size: 3.31rem;
		margin-right: 6px;
	}
	.student-wrap .cont01 .price-detail strong{
		font-size: 1.625rem;
		margin-right: 0;
	}
	.student-wrap .cont01 .price-att{
		font-size: 0.75rem;
		width: 100%;
		padding-right: 22px;
	}
	.student-wrap .cont01 .after::after{
		inset: -22px 0 auto 0;
		border-width: 17.3px 10px 0 10px;
		border-color: #e83d51 transparent transparent transparent;
	}
	.student-wrap .cont01 .after{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 0 10px;
	}
	.student-wrap .cont01 .after .price-time{
		width: 54px;
		height: 24px;
		font-size: 0.8rem;
		margin-bottom: 0em;
	}
	.student-wrap .cont01 .after .price-time em{
		font-size: 1.2rem;
	}
	.student-wrap .cont01 .after .price-detail em{
		font-size: 3.9rem;
		font-weight: 800;
	}
	.student-wrap .cont01 .after .price-detail strong{
		font-size: 2rem;
		margin-right: 4px;
	}
	.student-wrap .cont01 .after .price-att{
		padding-right: 12px;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 90px;
	right: 4%;
	max-width: 141px;
	width: 8%;
	z-index: 500;
}
main a.page_link {
	margin-top: -60px;
	padding-top: 60px;
	display: block;
	position:relative;
	z-index:-10;
}
@media screen and (max-width: 767px) {
	footer{
		padding-bottom: 90px;
	}
	#pageTop {
	    width: 70px;
	    right: 10px;
	    bottom: 76px;
	}
}
/* scroll-hint-icon
-------------------------------------------------------------------*/
.scroll-hint-icon{
	  background: url(../img/lp-shukatsu-01/scroll-hint.png) no-repeat !important;
  background-size: contain !important;
  width: 140px !important;
  height: 140px !important;
  left: calc(50% - 70px) !important;
  top: calc(50% - 67px) !important;
}
.scroll-hint-icon::after,
.scroll-hint-icon::before{
	display: none !important;  
}
.scroll-hint-text{
	display: none;	
}
/* animetion
-------------------------------------------------------------------*/
.once.delay_set_row > *:nth-child(1){ -webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
.once.delay_set_row > *:nth-child(2){ -webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.once.delay_set_row > *:nth-child(3){ -webkit-animation-delay: 1.0s; animation-delay: 1.0s;}
.once.delay_set_row > *:nth-child(4){ -webkit-animation-delay: 1.4s; animation-delay: 1.4s;}
