@charset "UTF-8";


/* お問い合わせのみパターン用（相談予約なし） */
/*※HTMLのブロックも削除する
.m-contact_mail_bg {
  width: 100%!important;
}
@media screen and (max-width: 767px) {
  .l_fix_nav li {
    margin-top: 0;
    width: 50%!important;
  }
  .l_fix_nav li:first-child {
    width: 50%!important;
  }
}
*/
/* お問い合わせのみパターン用（相談予約なし） */


/* モーダルイレギュラー */
.modalArea-open_message	{
  display: inline-block;
}
.modalArea-open_message a{
  display: inline-block;
}
/*** 以下モーダル用CSS ***/
.modalArea	{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modalArea:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modalArea:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modalArea .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modalArea-wrapper{
	width: 90%;
	max-width: 65vh;
	height: 100%;
	max-height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
}
.modalArea-contents{
	overflow: auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modalArea-content{
  margin: 25px;
  font-size: 14px;
}
.modalArea-content span	{
  font-size: 0.9em;
}

.modalArea-content a {
	color: #476EB9;
	padding-top: 10px;
    display: block;
}
.modalArea-close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 28px;
    height: 28px;
    background-color: #707070;
    border-radius: 50%;
    cursor: pointer;
}
.modalArea-close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 16px;
    height: 16px;
    background-image: url(/img/icon/icon-cross-w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
	.modalArea-content{
	  margin: 25px;
	  font-size: 13px;
	}
}

/* シミュレーション商品名折り返さないCSS */
.m-simulation_course_title__customize	{
	margin-right: calc(50% - 50vw);
}

/* 「電話でのお問い合わせはこちら」の営業時間追加用 */
.tel span {
    font-size: 16px;
    line-height: 1.5;
    display: block;
}

/* PCとSP切り替え　*/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}



/* キャンペーン（メールフォーム部分）　*/
.m-modal.-modal_form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.m-modal.-modal_form.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.m-modal.-modal_form .m-modal_button {
  top: 12px;
  right: 20px;
  z-index: 10;
  width: 28px;
  height: 28px;
  background-color: #00A08E;
}
.m-modal.-modal_form .m-modal_inner {
  position: relative;
  margin: 5vh auto;
  padding: 0;
  width: 100%;
  height: 90vh;
  max-width: 1080px;
  background-color: rgba(255, 255, 255);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-modal_inner {
    margin: 0 auto;
    height: 100vh;
  }
}
.m-modal.-modal_form .m-modal_content {
  margin: unset;
  max-width: unset;
}
.m-modal.-modal_form .m-modal_head {
  margin: 0 0 30px;
}
.campaign-head {
  font-size: 32px;
  font-weight: bold;
  padding: 18px 0 24px;
  background-color: #00A08E;
  color: #fff;
  text-align: center;
}
.campaign-head .campaign_title {
  font-size: 32px;
}
.campaign-head .campaign_title span {
  font-size: 24px;
  display: block;
  margin: 0 auto;
}

.m-modal.-modal_form .a-head_text.-nomal {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding-top: 32px;
}

.m-modal.-modal_form .m-modal_block {
  max-width: 780px;
  margin: 0 auto 30px;
}
.m-modal.-modal_form .icon {
  display: inline-block;
  padding: 0 8px;
  margin-left: 16px;
  background-color: #999999;
  border-radius: 4px;
  color: #fff;
}
.m-modal.-modal_form .icon.-req {
  background-color: #D93E2C;
}
.m-modal.-modal_form .m-inquiry dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m-modal.-modal_form .m-inquiry dl dt,
.m-modal.-modal_form .m-inquiry dl dd {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry dl {
    margin-bottom: 24px;
  }
}
.m-modal.-modal_form .m-inquiry dl .keyword_row {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 16px;
  align-items: center;
}
.m-modal.-modal_form .m-inquiry dl .keyword_row p {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry dl .keyword_row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: normal;
  }
  .m-modal.-modal_form .m-inquiry dl .keyword_row p {
    white-space: normal;
  }
}

.m-modal.-modal_form .m-inquiry dl dd input[type=text],
.m-modal.-modal_form .m-inquiry dl dd input[type=tel],
.m-modal.-modal_form .m-inquiry dl dd input[type=email],
.m-modal.-modal_form .m-inquiry dl dd textarea,
.m-modal.-modal_form .m-inquiry dl dd select {
  background-color: #F0F9FA;
  border-width: 1px;
  border-style: solid;
  border-color: #DBDBDB;
  border-radius: 8px;
  outline: none;
  height: 40px;
  padding: 0 10px;
  font-weight: normal;
}
.m-modal.-modal_form .m-inquiry dl dd textarea {
  height: 180px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry dl dd textarea {
    height: 240px;
    margin-left: 0;
  }
}
.m-modal.-modal_form .m-inquiry dl dd .textarea.-reason {
  margin-left: 20px;
}
.m-modal.-modal_form .attention {
  padding-top: 16px;
}
.m-modal.-modal_form .m-inquiry {
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry {
    padding: 0px 0 50px;
  }
}
.m-modal.-modal_form .m-inquiry .button {
  pointer-events: none;
  margin: 40px auto 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  font-weight: 700;
  background-color: #DBDBDB;
  border: none;
  border-radius: 4px;
  outline: none;
  transition: all .4s;
}
.m-modal.-modal_form .m-inquiry .button.is-active {
  pointer-events: visible;
  margin: 40px auto 0;
  background-color: #FABF00;
  box-shadow: 0px 8px 0px 0px rgba(204, 204, 204, 1);
}
.m-modal.-modal_form .m-inquiry .button.thanks {
  pointer-events: visible;
  margin: 40px auto 0;
  background-color: unset;
  color: #00A08E;
  border: #00A08E solid 2px;
  display: none;
}
.m-modal.-modal_form .m-inquiry .button.thanks.show {
  display: -webkit-box;
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal.-modal_form .m-inquiry .button:hover {
    margin: 40px auto 0;
    box-shadow: unset;
  }
}


.campaign_text{
	font-size: 26px;
	font-weight: bold;
	text-align: left;
    transform: rotate(-10deg);
	position: absolute;
	top: 80px;
    left: 10px;
}
.m-contact_mail{
	position: relative;
}
.campaign_text span{
	background: linear-gradient(transparent 70%, #FABF00 70%);
    line-height: 1;
}
.radio-lead {
  display: block;
  margin-left: 2em;
  text-indent: -1em;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.campaign_text{
    font-size: 16px;
    top: -30px;
    line-height: 1.2;
    left: 20px;
	}

}
@media screen and (max-width: 767px) {
	.campaign_text span {
    line-height: 1;
    color: #fff;
    background: #FABF00;
    width: 110px;
    height: 110px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 1.3;
	}
}
.m-modal.-modal_form .m-inquiry dl dd.-flexinput {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry dl dd.-flexinput {
    gap: 16px;
  }
}
.m-modal.-modal_form .m-inquiry dl dd.-flexinput dl {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry dl dd.-flexinput dl {
    gap: 8px;
  }
}
.m-modal.-modal_form .m-inquiry dl dd.-flexinput dl dt {
  width: 36px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry dl dd.-flexinput dl dt {
    width: 30px;
  }
}
.m-modal.-modal_form .m-inquiry dl dd.-flexinput dl dd {
  width: 100%;
}
.m-modal.-modal_form .m-inquiry dl dd.select-birthday {
  gap: 16px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry dl dd.select-birthday {
    width: 100%;
  }
}

.m-modal.-modal_form .m-inquiry dl dd input[type=tel] {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .m-modal.-modal_form .m-inquiry dl dd input[type=tel] {
    width: 100%;
  }
}

.m-modal.-modal_form .m-inquiry dl dd .l_form_select_inner{
  position:relative;
  z-index:1;
  width: 100%;
}

.m-modal.-modal_form .m-inquiry dl dd select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  white-space:normal;
  line-height: 1.6;
}

.m-modal.-modal_form .m-inquiry dl dd select{
  height: 40px;
  box-sizing: border-box;
}

.m-modal.-modal_form .m-inquiry dl dd select option{
  white-space:normal;
}

.m-modal.-modal_form .m-inquiry dl dd .l_form_select_inner:after{
  display: block;
  position: absolute;
  z-index: 3;
  right: 14px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #707070 transparent transparent transparent;
  pointer-events: none;
  transform: translateY(-50%);
  content: "";
}

.a-head__plan-modal {
  padding: 30px 0 0px!important;
}
.a-head__plan-modal::after {
  content: none!important;
}

.m-inquiry dl dd .radio.goods_select {
  flex-direction: row;
  gap: 8px;
  width: fit-content;
  cursor: pointer;
}
.m-inquiry dl dd .radio.goods_select + .goods_select {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .m-inquiry dl dd .radio.goods_select + .goods_select {
    margin-top: 16px;
  }
}









.co-hojo {
  margin: 200px auto;
  width: 100%;
  max-width: 1080px;
}
.co-hojo-head {
  margin: 90px auto 100px;
}
.co-hojo-head_title {
  position: relative;
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
}
.co-hojo-head_title .blue {
  color: #476EB9;
}
.co-hojo-head_title:after{
  content: url(/img/hojo/co-hojo_bar_pc.svg);
  display: block;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.co-hojo_container {
  background-color: #F7F9FF;
  border-radius: 20px;
  position: relative;
  padding-bottom: 30px;
}
.co-hojo_inner {
  padding: 30px 40px;
  position: relative;
  z-index: 2;
}
.co-hojo_item-title {
  text-align: center;
  font-size: 26px;
  color: #476EB9;
  margin-bottom: 40px;
}
.co-hojo_item-title span {
  font-size: 22px;
  color: #707070;
}
.co-hojo_item-title-sub {
  font-size: 22px;
  color: #707070;
  margin-bottom: 10px;
}
.co-hojo_item-title-sub span {
  color: #476EB9;
}
.co-hojo_item-box {
  border: solid 2px #476EB9;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.co-hojo_item-calc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.co-hojo_item-calc_img {
  position: relative;
  padding-bottom:20px;
}
.co-hojo_item-calc_img img {
  max-width: 194px;
  width: 100%;
  z-index: 1
}
.co-hojo_item-calc_age {
  max-width: 194px;
  width: 100%;
  background: #476EB9;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  margin-top: -5px;
  padding: 2px 0px;
}
.co-hojo_item-calc_item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 10px
}
.co-hojo_item-calc_item-course {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.75;
  color: #476EB9;
}
.co-hojo_item-calc_item-course span {
  font-size: 18px;
  color: #707070;
}
.co-hojo_item-calc_item-course small {
  font-size: 50%;
}
.co-hojo_item-calc_item img {
  max-width: 31px;
  width: 100%;
}
.co-hojo_item-calc_item-hojo div {
  position: relative;
  display: inline-block;
  padding: 3px 3px 7px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #DA7E54;
  border-radius: 5px;
}
.co-hojo_item-calc_item-hojo div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 10px solid #DA7E54;
}
.co-hojo_item-calc_item-hojo p {
  color: #DA7E54;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.co-hojo_item-calc_item-hojo p small {
  font-size: 50%;
}
.co-hojo_item-result {
  position: relative;
  background: #476EB9;
  height: 186px;
  width: 100%;
  max-width: 363px;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.co-hojo_item-result::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 94px solid transparent;
  border-left: 60px solid #fff;
}
.co-hojo_item-result p {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
}
.co-hojo_item-result ::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
}
.co-hojo_item-result small {
  font-size: 50%;
}
.co-hojo_item-result img {
  max-width: 31px;
  width: 100%;
  margin: 0 30px 0 40px;
}
.co-hojo_bottom {
  margin: 0 auto;
  padding: 10px 20px 0;
  width: 100%;
  max-width: 1080px;
}

@media screen and (max-width: 1024px) {
  .co-hojo {
    margin: 000px auto;
    max-width: 100%;
  }
  .co-hojo-head {
    margin: 90px auto 70px;
  }
  .co-hojo-head_title {
    margin: 0 20px;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
  }
  .co-hojo-head_title:after {
    content: url(/img/hojo/co-hojo_bar_sp.svg);
    display: block;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .co-hojo_inner {
    padding: 20px 20px;
  }
  .co-hojo_item-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .co-hojo_item-title span {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin-top: 10px; 
  }
  .co-hojo_item-title-sub {
    font-size: 16px;
  }
  .co-hojo_item-box {
    border: none;
    border-radius: 10px;
    display: block;
  }
  .co-hojo_item-calc {
    display: block;
  }
  .co-hojo_item-calc_img img {
    max-width: 160px;
    margin: 0 auto;
  }
  .co-hojo_item-calc_age {
    max-width: 160px;
    margin: -5px auto 0;
    font-size: 14px;
  }
  .co-hojo_item-calc_item {
    gap: 25px;
    justify-content: center;
    margin: 0px 0 20px;
  }
  .co-hojo_item-calc_item-course {
    font-size: 20px;
    text-align: center;
  }
  .co-hojo_item-calc_item-course span {
    font-size: 13px;
  }
  .co-hojo_item-calc_item img {
    max-width: 20px;
  }
  .co-hojo_item-calc_item-hojo div {
    padding: 3px 3px 7px;
    min-width: 80px;
    font-size: 12px;
    border-radius: 5px;
  }
  .co-hojo_item-calc_item-hojo div:before {
    content: "";
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 7px solid #DA7E54;
  }
  .co-hojo_item-calc_item-hojo p {
    font-size: 24px;
  }
  .co-hojo_item-result::before {
    content: none;
  }
  .co-hojo_item-result {
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0px 8px 8px;
    padding: 5px 0 15px;
  }
  .co-hojo_item-result ::after {
    content: "";
    border-top: 1px solid #fff;
  }
  .co-hojo_item-result p {
    font-size: 24px;
  }
  .co-hojo_item-result img {
    max-width: 20px;
    margin: 5px 15px 0 0px;
  }
  .m-point_bottom {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 1080px) {
  .m-point_bottom {
    padding: 36px 20px 0;
  }
}


.m-simulation_bottom {
  margin: 0 auto;
  padding: 10px 20px 0;
  width: 100%;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .m-simulation_bottom {
    padding: 30px 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .m-simulation_bottom {
    padding: 36px 20px 0;
  }
}
@media screen and (min-width: 1080px) {
  .m-simulation_bottom {
    padding: 36px 0 0;
  }
}

.hidden {
  display: none;
}


/* 団体カスタマイズ用CSSはここから　*/



/* 団体カスタマイズ用CSSはここから　*/
.text-center {
  text-align: center;
  line-height: 1.1em;
}

.m-main_kv .note {
  position: absolute;
  width: 100%;
  left: 3em;
  bottom: 0;
  text-indent: -1em;
  margin-left: 1em;
}


@media screen and (max-width: 767px) {
  .m-main_kv .note {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0 2em;
    z-index: 15;
  }
}


@media screen and (min-width: 768px){
  .m-contact_tel_info ul li .name{
    width: 14em;
  }
}

.m-contact_tel_info-title {
  display: block!important;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px !important;
  color: #707070!important;
}





