@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*******/
/************/
/*切り替え用*/
/************/
.pc {
  display: block;
}

.sp {
  display: none;
}

/********共通********/
.cont {
  width: 1080px;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 100px 0;
}

.table tr th {
  padding: 15px;
  border-bottom: solid 2px #eea2a0;
}

.table tr td {
  padding: 15px 45px;
  border-bottom: solid 2px rgba(105, 54, 40, 0.2);
}

.table tr:first-of-type th {
  border-top: solid 2px #eea2a0;
}

.table tr:first-of-type td {
  border-top: solid 2px rgba(105, 54, 40, 0.2);
}

.h2_1 div {
  border-bottom: dotted 6px #ffc6c5;
  font-size: 4rem;
  padding-bottom: 12px;
}

.h2_1.mel::before {
  width: 53px;
  height: 118px;
  margin-right: 50px;
}

.h2_1.mel::after {
  width: 53px;
  height: 118px;
  margin-left: 32px;
}

.h2_1.mel div {
  margin-bottom: 10px;
}

.h3_1 {
  font-size: 2.4rem;
  line-height: 1.41667;
  padding-bottom: 11px;
  margin-bottom: 16px;
  border-bottom: dotted 6px #693628;
}

.bnrArea {
  padding: 74px 0 53px;
}

.bnrArea h2 {
  margin-bottom: 25px;
}

.bnrArea h2 div {
  padding: 0 40px 17px;
  position: relative;
  z-index: 0;
}

.bnrArea h2 div::after {
  content: "";
  background: url(../image/common/bnr-deco.png) no-repeat center/contain;
  width: 86px;
  height: 85px;
  position: absolute;
  right: -107px;
  bottom: -10px;
}

.bnrArea .txt {
  text-align: center;
  line-height: 1.625;
  margin-bottom: 23px;
}

.bnrArea ul li {
  margin-right: 52px;
}

.bnrArea ul li:last-of-type {
  margin-right: 0;
}

.bnrArea ul li.tel {
  font-size: 3rem;
}

.bnrArea ul li.tel::before {
  width: 26px;
  height: 51px;
  margin-right: 9px;
}

.bnrArea ul li.btn {
  width: 230px;
  height: 52px;
}

/*********school***********/
.school .contents1 h2 {
  margin-bottom: 62px;
}

.school .contents1 .table {
  padding: 0 6px;
  margin-bottom: 54px;
}

.school .contents1 .table th {
  width: 184px;
}

.school .contents1 .table td span {
  margin-right: 15px;
}

.school .contents1 .map_box {
  width: 100%;
  margin: 0 auto 54px;
  overflow: hidden;
  border-radius: 10px;
}
.school .contents1 .map_box iframe {
  display: block;
  width: 100%;
  height: 325px;
}

.school .contents1 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -45px;
  margin-bottom: 90px;
}

.school .contents1 .imgs li {
  width: 490px;
  height: 325px;
  border-radius: 10px;
  margin-top: 45px;
}

.school .contents1 .map {
  height: 400px;
}

/*********faq***********/
.faq .contents1 h2 {
  margin-bottom: 44px;
}

.faq .contents1 .list {
  padding: 0 40px 0 120px;
}

.faq .contents1 .list dl {
  margin-bottom: 72px;
}

.faq .contents1 .list dl dt span,
.faq .contents1 .list dl dd span {
  width: 70px;
  height: 70px;
  font-size: 3rem;
  padding-bottom: 4px;
}

.faq .contents1 .list dl dt div,
.faq .contents1 .list dl dd div {
  width: calc(100% - 85px);
  font-size: 2rem;
  line-height: 1.7;
  padding: 18px 25px;
  border-radius: 10px;
}

.faq .contents1 .list dl dt {
  margin-bottom: 35px;
}

/*********voice***********/
.voice .contents1 {
  padding-bottom: 120px;
}

.voice .contents1 .cont::after {
  width: 257px;
  height: 179px;
  top: -50px;
  right: -4px;
}

.voice .contents1 h2 {
  margin-bottom: 70px;
}

.voice .contents1 h2 div {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.28572;
}

.voice .contents1 h2 .line::before {
  width: 257px;
  height: 36px;
  bottom: -10px;
}

.voice .contents1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 24px;
  margin-top: -94px;
}

.voice .contents1 .list .box {
  width: 485px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
  padding-bottom: 18px;
  margin-top: 94px;
}

.voice .contents1 .list .box > * {
  width: 100%;
}

.voice .contents1 .list .box p {
  font-size: 1.8rem;
  line-height: 1.66667;
  margin-bottom: 10px;
}

.voice .contents1 .list .box figure {
  height: 376px;
  border-radius: 20px;
  -webkit-box-shadow: 20px 18px #ffc6c5;
          box-shadow: 20px 18px #ffc6c5;
}

/*********instructor***********/
.instructor .contents1 h2 {
  margin-bottom: 90px;
}

.instructor .contents1 h2 div {
  font-size: 3.5rem;
  line-height: 1.28572;
}

.instructor .contents1 h2 div::after {
  width: 76px;
  height: 51px;
  right: -22px;
  bottom: -9px;
}

.instructor .contents1 h2 .line::before {
  width: 268px;
  height: 36px;
  left: -25px;
  bottom: -12px;
}

.instructor .contents1 .sec1 {
  padding: 0 68px 0 52px;
}

.instructor .contents1 .sec1 figure div {
  border-radius: 20px;
  -webkit-box-shadow: 20px 16px #ffc6c5;
          box-shadow: 20px 16px #ffc6c5;
}

.instructor .contents1 .sec1 figure div::before {
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border-radius: 20px;
  top: 13px;
  left: 13px;
}

.instructor .contents1 .sec1 .text {
  width: 435px;
  padding-top: 12px;
}

.instructor .contents1 .sec1 .text .sub {
  width: 107px;
  line-height: 2.1875;
  margin-left: 15px;
  margin-bottom: 14px;
}

.instructor .contents1 .sec1 .text h3 {
  font-size: 2.6rem;
  padding-left: 25px;
  margin-bottom: 33px;
}

.instructor .contents1 .sec1 .text dl {
  padding: 20px 30px;
}

.instructor .contents1 .sec1 .text dl dt {
  font-size: 2.6rem;
  border-bottom: dotted 6px #accd29;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.instructor .contents1 .sec1 .text dl dd {
  line-height: 1.875;
}

.instructor .contents1 .sec2 {
  padding-top: 150px;
  margin-bottom: 160px;
}

.instructor .contents1 .sec2 h3 {
  margin-bottom: 70px;
}

.instructor .contents1 .sec2 h3 div {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}

.instructor .contents1 .sec2 h3 div::before {
  width: 71px;
  height: 55px;
  right: -55px;
  top: -55px;
}

.instructor .contents1 .sec2 h3 div::after {
  width: 61px;
  height: 46px;
  bottom: -51px;
  left: -38px;
}

.instructor .contents1 .sec2 .text {
  line-height: 1.875;
  text-align: center;
}

.instructor .contents1 .sec2 .text p.mb {
  margin-bottom: 30px;
}

.instructor .contents1 .mvbox {
  padding: 0 65px 0 75px;
  margin-bottom: 90px;
}

.instructor .contents1 .mvbox p {
  width: 216px;
  height: 164px;
  padding-left: 6px;
}

.instructor .contents1 .mvbox .mv {
  width: 640px;
  height: 360px;
  margin-top: 45px;
}

.instructor .contents1 .bnr {
  width: 810px;
  height: 188px;
  border-radius: 10px;
  background-position: bottom right 66px;
}

.instructor .contents1 .bnr::before {
  width: 227px;
  height: 117px;
}

.instructor .contents1 .bnr a {
  padding-left: 64px;
}

.instructor .contents1 .bnr a::after {
  width: 66px;
}

.instructor .contents1 .bnr a span {
  font-size: 3rem;
  line-height: 1.5;
}

/*********index***********/
.index .contents1 {
  padding: 226px 0 82px;
}

.index .contents1::before {
  width: 1920px;
}

.index .contents1 .box {
  position: relative;
  z-index: 0;
}

.index .contents1 h2 {
  font-size: 3.5rem;
  line-height: 1.28572;
  letter-spacing: 0.05em;
  margin-bottom: 55px;
}

.index .contents1 h2 .line::before {
  width: 227px;
  height: 36px;
  bottom: -11px;
}

.index .contents1 p {
  margin-bottom: 24px;
}

.index .contents1 .btn {
  padding-top: 24px;
}

.index .contents1 figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.index .contents1 figure::before {
  width: 446px;
  height: 128px;
  left: -28px;
  top: -101px;
}

.index .contents1 figure div {
  border-radius: 20px;
  -webkit-box-shadow: 18px 18px #ffc6c5;
          box-shadow: 18px 18px #ffc6c5;
}

.index .contents2 {
  padding: 108px 0 183px;
}

.index .contents2 h2 {
  margin-bottom: 40px;
}

.index .contents2 h2 div {
  margin-bottom: 2px;
}

.index .contents2 h2 div .min {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.index .contents2 h2 div .p::first-letter {
  font-size: 5rem;
}

.index .contents2 .box {
  width: 340px;
}

.index .contents2 .box figure {
  text-align: center;
  margin-bottom: 22px;
}

.index .contents2 .box h3 {
  font-size: 1.6rem;
  margin-bottom: 36px;
}

.index .contents2 .box h3 .line {
  font-size: 2.3rem;
}

.index .contents2 .box h3 .line::before {
  height: 22px;
  bottom: -7px;
}

.index .contents2 .box p {
  margin-bottom: 24px;
}

.index .contents2 .box:nth-of-type(1) h3 .line::before {
  width: 117px;
}

.index .contents2 .box:nth-of-type(2) h3 .line::before {
  width: 121px;
}

.index .contents2 .box:nth-of-type(3) h3 .line::before {
  width: 77px;
}

.index .contents3 {
  padding: 120px 0;
}

.index .contents3 li {
  width: 510px;
  height: 383px;
  border-radius: 20px;
}

.index .contents3 li a::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 20px;
  top: 15px;
  left: 15px;
}

.index .contents3 li a span {
  font-size: 3.5rem;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.index .contents3 li a span::before {
  width: 40px;
  height: 40px;
  margin-right: 26px;
}

.index .contents3 li:nth-of-type(1) a span::after {
  content: "";
  width: 266px;
  height: 193px;
  background: url(../image/index/deco02_1.png) no-repeat top right, url(../image/index/deco02_2.png) no-repeat bottom left;
  position: absolute;
  top: -60px;
  right: -58px;
  z-index: -1;
}

.index .contents3 li:nth-of-type(2) a span::after {
  content: "";
  width: 173px;
  height: 105px;
  background: url(../image/index/deco03.png) no-repeat center/contain;
  position: absolute;
  top: -65px;
  right: -94px;
  z-index: -1;
}

.index .contents4 .fle {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .contents4 .box::before {
  width: 123px;
  height: 123px;
  right: 27px;
  bottom: -80px;
}

.index .contents4 .ttl {
  margin: 0 45px 0 35px;
}

.index .contents4 h2 {
  font-size: 4rem;
  margin-bottom: 68px;
}

.index .contents4 .list {
  width: 580px;
}

.index .contents4 .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.index .contents4 .list dl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.index .contents4 .list dl dd {
  width: calc(100% - 100px);
}

/****エラーページ*****/
/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 h2 {
  margin-bottom: 64px;
}

.privacy .contents1 .item-box {
  margin-bottom: 50px;
}

.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 h2 {
  margin-bottom: 50px;
}

.site .contents1 .site_list {
  width: 800px;
}

.site .contents1 .site_list ul {
  padding: 50px;
  border-radius: 20px;
}

.site .contents1 .site_list ul li a {
  padding: 8px 16px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.news .contents1 .list-box dl dd {
  width: calc(100% - 100px);
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 .sec1 {
  width: 1080px;
}

.news_detail .contents1 .sec1 .post-data {
  margin-bottom: 16px;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 50px;
  border-radius: 20px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 h2 {
  margin-bottom: 50px;
}

.contact .contents1 table {
  margin-bottom: 32px;
}

.contact .contents1 table th {
  width: 350px;
  padding: 22px 20px;
  text-align: left;
}

.contact .contents1 table td {
  padding: 15px 20px;
  vertical-align: middle;
}

.contact form input {
  font-size: 1.6rem;
}

.contact form textarea {
  height: 180px;
  font-size: 1.6rem;
}

.contact .contact-recaptcha-wrap {
  margin-bottom: 32px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  padding: 3px 6px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input,
.contact-submits button {
  font-size: 1.6rem;
  margin: 0 10px;
  padding: 15px 35px;
}

.contact-submits-wrap input {
  font-size: 1.6rem;
  padding: 15px 50px;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
