@charset "UTF-8";
/* ************************************************************
* .m_mainvisual
************************************************************ */
@media all and (min-width: 769px) {
  .m_mainvisual {
    margin-top: 0;
    position: relative;
  }
  .m_mainvisual__sns {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 75%;
    transform: translate(-50%, -50%);
    width: 49%;
  }
  .m_mainvisual__sns a:hover {
    display: block;
    opacity: 0.9;
  }
}
/* ************************************************************
* .m_info
************************************************************ */
.m_info.top {
  margin-bottom: 40px;
  margin-top: 0;
}

@media all and (min-width: 769px) {
  .m_info.top {
    margin-bottom: 105px;
    min-width: 1000px;
  }
  .m_info.top .m_info__txt {
    font-size: 3rem;
  }
}
/* ************************************************************
* .pagetop1
************************************************************ */
/*.pagetop1 .l_container {
	padding: 40px 20px 35px;
}
.pagetop1 .m_title{
	width: 106%;
	margin: 0 auto -8px;
}
.pagetop1 .m_title .m_title__text{
	margin-left: -5%;
	margin-top: -6%;
}
.pagetop1 .m_title2{
	margin: 22px 0 20px;
}
.pagetop1 .m_text1{
	margin-bottom: 15px;
}
@media all and (min-width: 769px) {
	.pagetop1 .l_container {
		padding: 100px 6% 93px;
	}
	.pagetop1 .m_title {
		//width: 41%;
		max-width: 737px;
	}
	.pagetop1 .m_title2 {
		margin: 70px 0 25px;
	}
	.pagetop1 .m_text1 {
		margin-bottom: 0;
	}
	.pagetop1 .m_text2 {
		margin-top: 25px;
	}
}*/
/* ************************************************************
* .pagetop2
************************************************************ */
/*.pagetop2 .l_container {
	padding: 37px 15px 32px;
}
.pagetop2 .m_title {
	width: 104%;
	margin: 0 auto 15px;
}
.pagetop2 .m_title .m_title__text{
	margin-left: -3%;
	margin-top: -6%;
}
.pagetop2 .m_list__img {
	margin: 0 0 20px;
}
@media all and (min-width: 769px) {
	.pagetop2 .l_container {
		padding: 105px 6% 100px;
	}
	.pagetop2 .m_title {
		//width: 46%;
		max-width: 737px;
		margin-bottom: 75px;
	}
}*/
/* ************************************************************
* section.about
************************************************************ */
section.about .l_container {
  padding: 50px 20px 40px;
}

section.about .m_title {
  width: 100%;
}

section.about .m_catch {
  margin: 30px 0;
  padding: 0 15%;
}

section.about .m_list__info {
  margin-top: 25px;
}

section.about .m_title3 {
  margin: 15px 0 15px;
}

section.about .m_box {
  margin-top: 20px;
}

section.about .m_box__ttl {
  margin-bottom: 12px;
}

section.about .m_number1 {
  width: 64%;
}

section.about .m_number2 {
  width: 42%;
}

section.about .m_number3 {
  width: 86%;
}

section.about .m_number4 {
  width: 64%;
}

section.about .m_list__card {
  margin: 0 0 40px;
}

section.about .m_list__card:last-child {
  margin: 0;
}

section.about .m_list__row {
  margin-top: 0;
}

section.about .m_list__wrap .m_list__img .m_text2 {
  margin: 5px 0 0;
  text-align: right;
}

section.about .m_lead {
  margin-bottom: 45px;
}
section.about .m_lead .m_text1 {
  text-align: left;
}
section.about .m_lead .m_text2 {
  display: block;
  line-height: 1.3;
  margin-top: 10px;
  text-align: left;
}

section.about .m_bloc {
  margin-bottom: 25px;
}
section.about .m_bloc .m_text1 {
  text-align: left;
}
section.about .m_bloc .m_title4 {
  margin-bottom: 25px;
}

section.about .m_list__wrap {
  margin-bottom: -10px;
}
section.about .m_list__wrap .m_text2 {
  margin: 25px 0;
}

section.about .m_download {
  margin-bottom: 0;
  margin-top: 50px;
}
section.about .m_download .m_download__btn {
  width: 100%;
}

@media all and (min-width: 769px) {
  section.about .l_container {
    padding: 100px 6% 85px;
  }
  section.about .m_title {
    width: auto;
  }
  section.about .m_catch {
    margin: 60px 0 50px;
    padding: 0 22%;
  }
  section.about .m_title img {
    margin: 0 auto;
    width: auto;
  }
  section.about .m_list__wrap {
    margin-top: 60px;
  }
  section.about .m_list__info {
    margin-top: 0;
    width: 48%;
  }
  section.about .m_number1 {
    width: 46%;
  }
  section.about .m_number2 {
    width: 30%;
  }
  section.about .m_number3 {
    width: 29%;
  }
  section.about .m_number4 {
    width: 22%;
  }
  section.about .m_box {
    border-radius: 40px;
    margin-top: 50px;
    padding: 40px 50px;
  }
  section.about .m_box__ttl {
    margin-bottom: 20px;
  }
  section.about .m_list__card {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 100px;
  }
  section.about .m_list__row {
    margin-top: 0;
  }
  section.about .m_lead {
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0 90px;
  }
  section.about .m_bloc .m_text1,
  section.about .m_lead .m_text1 {
    line-height: 1.7;
  }
  section.about .m_bloc .m_title4 {
    margin-bottom: 50px;
  }
  section.about .m_list__wrap .m_text2 {
    margin: 45px 0 50px;
  }
  section.about .m_list__wrap .m_list__img .m_text2 {
    font-size: 1.55rem;
  }
  section.about .m_title3 {
    margin: 25px 0;
  }
  section.about .m_download .m_download__btn {
    width: 72%;
  }
  section.about .m_bloc {
    margin-bottom: 80px;
  }
  section.about .m_download {
    margin-top: 100px;
  }
}
/* ************************************************************
* .m_download
************************************************************ */
.m_download {
  margin-bottom: 40px;
}

.m_download__text {
  margin-bottom: 12px;
}

@media all and (min-width: 769px) {
  .m_download {
    margin-bottom: 100px;
  }
  .m_download__text {
    margin-bottom: 20px;
  }
}
/* ************************************************************
* section.interview
************************************************************ */
section.interview .l_container {
  padding: 50px 20px 35px;
}

section.interview .m_title {
  margin: 0 auto 30px;
}

section.interview .m_text1 {
  margin-bottom: 45px;
  margin-top: 25px;
  text-align: left;
}

section.interview .m_accordion__list {
  background-color: #fef6ed;
}

section.interview .m_download {
  margin-top: 50px;
}
section.interview .m_download .m_download__btn {
  width: 100%;
}

section.interview .m_accordion__grid .m_accordion__col .m_title3 {
  color: #259b5e;
}

@media all and (min-width: 769px) {
  section.interview .l_container {
    padding: 105px 6% 85px;
  }
  section.interview .m_accordion__list.m_accordion__list--first {
    margin-top: 95px;
  }
  section.interview .m_catch {
    padding: 0 14.5%;
  }
  section.interview .m_title {
    margin: 0 auto 70px;
    width: auto;
  }
  section.interview .m_title img {
    margin: 0 auto;
    width: auto;
  }
  section.interview .m_title2 {
    margin-bottom: 25px;
  }
  section.interview .m_text1 {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 0 170px;
  }
  section.interview .m_accordion__text--col {
    margin-top: -35%;
    width: 47%;
  }
  section.interview .m_accordion__grid .m_accordion__col .m_title3 {
    margin-bottom: 20px;
  }
  section.interview .m_accordion__grid .m_accordion__col .m_title3:after {
    display: none;
  }
  section.interview .m_accordion__grid .m_accordion__col .m_accordion__text {
    margin-bottom: 40px;
  }
  section.interview .m_download {
    margin-top: 90px;
  }
  section.interview .m_download .m_download__btn {
    width: 70%;
  }
}
/* ************************************************************
* section.faq
************************************************************ */
section.faq .l_container {
  padding: 50px 20px;
}

section.faq .m_title {
  margin: 0 auto 30px;
}

section.faq .m_catch {
  padding: 0 4%;
}

section.faq .m_title2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

section.faq .m_accordion2_btn__txt {
  background-color: #e8648c;
  border: 1px solid #e8648c;
}

@media all and (min-width: 769px) {
  section.faq .l_container {
    padding: 100px 6% 100px;
  }
  section.faq .m_title {
    margin: 0 auto 60px;
    width: auto;
  }
  section.faq .m_catch {
    padding: 0 28%;
  }
  section.faq .m_title img {
    margin: 0 auto;
    width: auto;
  }
  section.faq .m_title2 {
    font-size: 1.9rem;
    margin-bottom: 0;
  }
}
/* ************************************************************
* section.apply
************************************************************ */
section.apply .l_container {
  padding: 50px 20px;
}

section.apply .m_title {
  margin: 0 auto 35px;
}

section.apply .m_title2,
section.apply .m_text1 {
  margin-bottom: 15px;
}

section.apply .m_text1 {
  margin: 25px 0 45px;
  text-align: left;
}

section.apply .m_text2 {
  color: #ff003c;
  line-height: 1.7;
  margin-bottom: 18px;
  text-align: left;
}

section.apply .m_list3__apply {
  color: #000;
  display: block;
  font-size: 1.15rem;
  padding: 20px;
}

section.apply .m_list3__att {
  background-color: #e1f4ea;
  border-radius: 10px;
  color: #000;
  display: block;
  font-size: 1.15rem;
  margin-top: 20px;
  padding: 15px;
}
section.apply .m_list3__att span {
  color: #ff003c;
  font-size: 1.15rem;
}
section.apply .m_list3__att img {
  margin-top: 15px;
}

section.apply .m_list3__tel {
  font-size: 1.15rem;
}

section.apply .m_download__btn {
  font-size: 1.4rem;
  height: 55px;
  margin-top: 15px;
  width: 100%;
}

section.apply span.m_download__btn {
  background-color: #eee;
  border: none;
  color: #000;
  cursor: default;
}
section.apply span.m_download__btn:after {
  display: none;
}

section.apply .m_download__btn.pc {
  display: none;
}

section.apply .m_download__btntext {
  color: #e50065;
  margin-top: 10px;
}

section.apply .m_list3__text2 a {
  color: #000;
  text-decoration: underline;
}

section.apply .m_download__text,
section.apply .m_download__btn.m_download__btn--white {
  font-weight: bold;
}

section.apply .m_info {
  width: 100%;
}
section.apply .m_info .m_info__txt {
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  section.apply .l_container {
    padding: 100px 6% 100px;
  }
  section.apply .m_title {
    margin: 0 auto 60px;
    width: auto;
  }
  section.apply .m_title img {
    margin: 0 auto;
    width: auto;
  }
  section.apply .m_catch {
    padding: 0 21%;
  }
  section.apply .m_title2 {
    margin-bottom: 25px;
  }
  section.apply .m_text1 {
    margin: 55px 0 0;
    padding: 0 190px;
    text-align: left;
  }
  section.apply .m_text2 {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 75px;
  }
  section.apply .m_list3 {
    margin: 95px 0 55px;
    padding: 35px 0%;
  }
  section.apply .m_list3__apply {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding: 20px 40px 10px;
  }
  section.apply .m_list3__att {
    border-radius: 15px;
    font-size: 1.8rem;
    margin-top: 40px;
    padding: 40px 50px;
  }
  section.apply .m_list3__att img {
    margin-top: 30px;
    width: 55%;
  }
  section.apply .m_list3__att span {
    font-size: 1.8rem;
  }
  section.apply .m_list3__tel {
    color: #000;
    display: inline !important;
    font-size: 2rem;
  }
  section.apply .m_download__text {
    font-size: 3rem;
  }
  section.apply .m_download__btn.m_download__btn--white {
    display: block;
    font-size: 2.16rem;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 40px;
    max-width: 1000px;
  }
  section.apply .m_download__btn.m_download__btn--white:after {
    border-bottom: 5px solid transparent;
    border-left: 10px solid #2ca4bf;
    border-top: 5px solid transparent;
    margin-top: -5px;
    right: 30px;
  }
  section.apply .m_download__btn.m_download__btn--white:hover:after {
    border-left: 10px solid #fff !important;
  }
  section.apply .m_download__btns {
    text-align: center;
  }
  section.apply .m_download__btn.pc {
    display: inline-block;
  }
  section.apply .m_download__btn.sp {
    display: none;
  }
  section.apply .m_download__btn {
    display: inline-block;
    font-size: 2.16rem;
    height: 100px;
    line-height: 32px;
    margin: 0 10px;
    min-width: 440px;
    width: 47%;
  }
  section.apply .m_download__btn:after {
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
    border-top: 5px solid transparent;
    margin-top: -5px;
    right: 30px;
  }
  section.apply .m_download__btn:hover:after {
    border-left: 10px solid #2ca4bf;
  }
  section.apply .m_download__btn span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  section.apply .m_download__btntext {
    font-size: 1.8rem;
    margin-left: auto;
    margin-top: 15px;
    min-width: 450px;
    text-align: center;
    width: 50%;
  }
  section.apply .m_info .m_info__txt {
    font-size: 2.9rem;
  }
}
/* ************************************************************
* section.sns
************************************************************ */
section.sns .l_container {
  padding: 50px 20px 35px;
}

section.sns .m_title {
  margin: 0 auto 30px;
}

section.sns .m_catch {
  padding: 0 5%;
}

section.sns .m_list3 {
  border-bottom: none;
  border-top: none;
  margin: 25px 0 0;
  padding: 20px 0px 0;
}

section.sns .m_title2 {
  margin: 22px 0 20px;
}

section.sns .m_text1 {
  margin-top: 25px;
  text-align: left;
}

section.sns .m_list__title {
  margin-bottom: 20px;
}

section.sns .m_list__movie {
  margin-bottom: 20px;
}

section.sns .m_list__sns {
  margin: 0 auto 45px;
  width: 100%;
}

section.sns .m_list__sns__close {
  margin: 0 auto;
  width: 80%;
}

section.sns .m_list3 .m_download__btn:after {
  right: 5%;
}

section.sns .m_list3 .m_download__btn span:after {
  background-image: url(../img/icon-insta.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  width: 15px;
}

@media all and (min-width: 769px) {
  section.sns .l_container {
    padding: 100px 6% 93px;
  }
  section.sns .m_title {
    margin: 0 auto 60px;
  }
  section.sns .m_catch {
    padding: 0 18%;
  }
  section.sns .m_title2 {
    margin: 70px 0 25px;
  }
  section.sns .m_text1 {
    line-height: 1.7;
    margin-bottom: 0;
    margin-top: 50px;
    padding: 0 140px;
  }
  section.sns .m_text2 {
    margin-top: 25px;
  }
  section.sns .m_list__title {
    margin-bottom: 30px;
  }
  section.sns .m_list__title span {
    padding-right: 20px;
  }
  section.sns .m_list3 {
    margin: 65px 0 0;
  }
  section.sns .m_list__movie {
    margin-bottom: 0;
  }
  section.sns .m_list__sns {
    margin: 0px auto 65px;
    width: 72%;
  }
  section.sns .m_list__sns__close {
    margin: 50px auto 0;
    max-width: 941px;
    width: 90%;
  }
  section.sns .m_list3 .m_download__btn span:after {
    background-image: url(../img/icon-insta.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    margin-left: 8px;
    width: 20px;
  }
  section.sns .m_list3 .m_download__btn:hover span:after {
    background-image: url(../img/icon-hoverinsta.png);
    content: "";
  }
}
@media print {
  body {
    font-family: "Noto Sans", "Noto Sans CJK JP", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  }
}