@charset "UTF-8";

/* ====================================

    ▼ ブレイクポイントのルール ▼
    - スマホを基本設計にする
    - デバイスによって変えるのではなくサイズによって変える

==================================== */


/* *****************************************************************************



***************************************************************************** */
@font-face {
	font-family: 'sans';
	src: url(../fonts/axisstd-bold.otf) format('opentype');
  font-weight: bold;
}
@font-face {
	font-family: 'sans';
	src: url(../fonts/axisstd-medium.otf) format('opentype');
  font-weight: 400;
}
@font-face {
	font-family: 'sans';
	src: url(../fonts/axisstd-regular.otf) format('opentype');
}



* {
  border: none;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  color: #505963;
  max-width: 480px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  background-color: #F7E9E7;
}

img {
  width: 100%;
  margin: auto;
}

p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}


a, button {
  transition: .5s;
}

.pc_view {
  display: block!important;
}
.sp_view {
  display: none!important;
}

h2 {
  font-size: 2.1em;
}

html > img {
  display: none;
}

.bx-wrapper {
  margin: 0 auto !important;
}

/* *****************************************************************************

  contents

***************************************************************************** */

img {
  width: 100%;
  display: block;
}

section {
  clear: both;
}

.wrap_button {
  padding: 40px 0;
}
.wrap_button  img {
  width: 322px;
  margin: auto;
}

.title-img img {
  width: 100%;
  margin: auto;
}


.title_img--ig {
  width: 80%;
  height: auto;
  margin: 0 auto 16px;
}

/* *****************************************************************************

  MAIN

***************************************************************************** */

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

section.mainVisual {
  padding: 0;
}

.wrap_mainVisual {
  position: relative;
  background-color: #FFFAF6;
}

/* *****************************************************************************

  Benefit

***************************************************************************** */
.wrap_benefit {
  margin: 0 auto;
  padding: 18px 24px  32px;
}

/* *****************************************************************************

  swiper

***************************************************************************** */

  #s-1-11-4 .swiper-1-11-4{
      overflow-x: hidden;
      padding: 0 !important;
  }
  #s-1-11-4 .swiper-wrapper{
    height: 320px !important;
  }
  #s-1-11-4 .swiper-slide{
    width: 330px !important;
    padding: 0 !important;
    height: auto;
  }


  #s-1-11-9 .swiper-1-11-9{
      overflow-x: hidden;
  }
  #s-1-11-9 .swiper-wrapper{
    height: auto !important;
  }
  #s-1-11-9 .swiper-slide{
    width: 300px !important;
    height: auto;
  }

/* *****************************************************************************

  achievement

***************************************************************************** */
.wrap_achievement {
  background-color: #C0506B;
  padding: 24px 0 40px;
}

.title-achievement {
  padding: 0 5%;
  margin-bottom: 24px;
}

/* *****************************************************************************

  about

***************************************************************************** */
.wrap_about {
  width: 100%;
  background-color: #FFFAF6;
}


/* *****************************************************************************

  fastination

***************************************************************************** */

.wrap_fastination {
  margin-bottom: 0;
}


/* *****************************************************************************

  interview

***************************************************************************** */

.wrap_interview {
  background-color: #F8F4F1;  
  padding: 48px 0 24px;
}

.title-interview  {
  width: 250px;
  margin: 0 24px 24px;
}


/* *****************************************************************************

  insta

***************************************************************************** */

.wrap_insta {
  padding: 5% 0;
  background-color: #F8F4F1;
}

.title-insta  {
  margin-bottom: 24px;
}

.title-insta img {
  width: 100%;
}


/* *****************************************************************************

  school

***************************************************************************** */

.wrap_school {
  margin-bottom: 32px;
}

.title-school {
  padding: 0 5%;
  margin-bottom: 16px;
  width: 100%;
}

.title-school img , .title-faq img{
  width: 163px;
}

.school-img-box {
  padding: 0 5%;
}
.school-img-box img {
  margin-bottom: 8px;
}

/* *****************************************************************************

  FAQ

***************************************************************************** */
.wrap_faq {
  padding: 0 5% 40px;
}

.title-faq {
  margin-bottom: 16px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 16px 0 16px 6px;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 27px;
	background: #fff;
}
.cp_qa .cp_actab label::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../images/faq_q.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  transform: translate(0px , 3px);
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2.5em;
	position: absolute;
	top: 1px;
	right: 5px;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
  color: #D99593;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 3.5em;
	-webkit-transition: max-height 0.4s;
	        transition: max-height 0.4s;
	border-radius: 0 0 1.5em 1.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(../images/faq_a.png) no-repeat;
  background-size: contain;
  transform: translate(-9px , 4px);
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 8px 16px 22px 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
  background-color: #fff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	border-radius: 1.5em 1.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


/* *****************************************************************************

  FORM

***************************************************************************** */

.wrap_contents {
  width: 100%;
  background-color: #fff;
}

.wrap-form {
  height: auto;
  margin: 0 auto;
  width: 81%;
  background-color: #FFF;
  padding-bottom: 16px;
}

.wrap-form img {
  width: 295px;
  padding: 40px 0;
}

.wrap-form dt {
  margin: 0 0 10px;
  font-weight: bold;
}

.wrap-form dt span.required {
  color: #E87A74;
  font-size: 0.7em;
  line-height: 1em;
  display: inline;
  position: relative;
  margin: 0 8px;
}

.wrap-form dt span.small-text {
  font-size: 0.9em;
  font-weight: normal;
}
.wrap-form dt span.small-text.post {
  display: none;
}

.wrap-form .small-text--indention {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.2;
  padding: 0px 0 6px;
  display: block;
}

.wrap-form dd input,
.wrap-form dd select,
.wrap-form dd textarea {
  width: 100%;
  height: auto;
  margin: 0 auto 23px;
  padding: 21px 28px;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  color: #505963;
  background-color: #F0F2F3;
}
.wrap-form dd input:focus,
.wrap-form dd textarea:focus {
  background-color: #fff8ed;
}

.wrap-form dd select {
  /* appearance = デフォルトデザイン */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 19px 23px;
  font-size: 14px;
}

.wrap-form dd.select-style {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  background-color: #ffffff;
  border: solid 3px #F0F2F3;
  border-radius: 8px;
}

.wrap-form dd.select-style::before {
  content: '▼';
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 11px;
  width: 0;
  height: 0;
  margin: auto;
  font-size: 10px;
}

.input:-webkit-autofill{
  color: #505963;
}

.wrap-form dd textarea {
  width: 100%;
  height: 130px;
  padding: 21px 28px;
  line-height: 1.4;
  font-size: 0.95em;
}

.wrap-form dt span .color-red {
  color: #E87A74;
  line-height: 1.3;
  display: block;
  margin: 5px 0 0 0;
}

.wrap-form  .move_btn .wrap_btn:active {
  padding: 0;
}

.wrap-form  .move_btn .wrap_btn button:active {
  margin: 5px 0 0;
  padding: 18.5px 0;
}

.a_btn {
  background-color: #FFF;
  padding: 0;
}

.move_btn .form-privacy__txt {
  margin:  10px 0 20px;
  font-size: 12px;
  padding: 0;
  text-align: center;
}
.move_btn .form-privacy__txt a{
  text-decoration: underline;
}

::placeholder {
  color: #A6ADB4;
  font-weight: normal;
  font-size: 0.95em;
}

.form-age {
  width: 75px;
}

.form-banner {
  background-color: #eaeff1;
  padding: 3em;
}
.form-banner img {
  margin: 0 auto;
  max-width: 300px;
  display: block;
  padding-bottom: 2em;
}
.form-banner p {
  font-size: 11px;
  color: #404040;
}
@media screen and (min-width: 520px) {
  .form-banner {
    padding: 3em 3em;
    margin: 0 auto;
    max-width: 500px;
  }
}

/* *****************************************************************************

  footer

***************************************************************************** */
footer {
  background-color: #C0506B;
}

.wrap_footer {
  text-align: center;
  color: #FFF;
  font-size: 0.7em;
  padding: 40px 13%;
}

.wrap_sns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.wrap_sns img {
  width: 55%;
  margin: 0 auto;
}

.fotter-address img {
  margin-bottom: 60px;
}

footer p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.5);;
}

.fixed-button-container {
	z-index: 9998;
	background-color: transparent;
	position: fixed;
	right: -10px;
	bottom: 0px;
	cursor: pointer;
}
.fixed-button-img {
	display: flex;
	justify-content: right;
	transition: .3s;
	align-items: flex-end;
	right: 0;
	bottom: 0;
	width: 240px;
	height: 100%;
	/* 非表示にする */
	opacity: 0;
	visibility: hidden;
}
.fixed-button-img a:hover{
	opacity: unset !important;
}

/*このクラスが付与されると表示する*/
.is-active{
	/* 表示する */
	opacity: 1;
	visibility: visible;
}
/*このクラスが付与されると表示する*/
.absolute{
	visibility: hidden;
  }




/* *****************************************************************************

  SP-VIEW

***************************************************************************** */
@media screen and (max-width: 769px) {
  /* ALL */
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .wrap_contents {
    width: 100%;
  }
  .wrap_graph {
    width: 100%;
  }
}


/* *****************************************************************************

  FAQ

***************************************************************************** */

/* FAQ */
#lp6s2qa {
  background: #eaf7fc;
  padding: 1rem
}

.accordion-qa {
  max-width: 800px;
  margin: 0 auto 10px;
  border-radius: 25px;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
  background-color: #fff;
}

.accordion-qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: bold;
  cursor: pointer;
}

.accordion-qa summary::-webkit-details-marker {
  display: none;
}

.accordion-qa summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #d0d1d7;
  border-right: 3px solid #d0d1d7;
  content: '';
  transition: transform .5s;
}

.accordion-qa[open] summary::after {
  transform: rotate(225deg);
}

.accordion-qa p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  transition: transform .5s, opacity .5s;
  font-size: 0.9em;
}

.accordion-qa[open] p {
  transform: none;
  opacity: 1;
}

.accordion-qa a {
  text-decoration: none;
  color: #088ac1;
}

.qa-gp {
  font-size: 1.2em;
  font-weight: bold;
  color: #5c94d7;
  text-align: center;
  margin: 1rem auto;
}

.qa-wrap {
  margin-bottom: 2rem;
}


/* *****************************************************************************

その他

***************************************************************************** */


.lp6s2-title {
  text-align: center;
  padding: 1rem 0;
  background: #fff;
}

.lp6s2-title h2 {
  margin: 15px;
  color: #fff;
  font-size: 1.5em;
  text-shadow: 1px 0 0 #5a5a5a, 0 1px 0 #5a5a5a, -1px 0 0 #5a5a5a, 0 -1px 0 #5a5a5a;
}

.lp6s2-title h3 {
  margin: 0;
  font-size: 2em;
  font-weight: bold;
}

.entry-bnr {
  display: block;
  width:  100%;
}