/* カラー変更 */

:root {
  --content-width: 1200px;
  --main-color01: #0066CC;
  --main-color02: #785e3e;
  --sub-color: #FFF8D9;
  --accent-color: #FAF3EC;
}


/* コンテンツレイアウト */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: collapse;
  text-indent: initial;
  text-decoration: none;
  line-height: 1.6;
  margin: 0;
}



body {
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  padding-left: 20px;
}

/*a:hover {
  opacity: 0.7;
}*/

main {
  color: #333;
}

section {
  padding: 40px 0;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
  main {
    padding-bottom: 80px;
  }
}
.container {
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 20px 24px;
}
@media (max-width: 916px) {
  .container {
    padding: 0 24px;
  }
}

.container {
  margin: 0 auto;
  max-width: var(--content-width);
}
@media (max-width: 1200px) {
  .container {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
  }
}

.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 0;
gap: 20px;
}

@media (max-width: 767px) {
.row {
  flex-direction: column;
}
.row.sp-2row {
display: flex;
}
}

.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}

.row .span_1 {
  width: calc(100% / 12 * 1 - 20px);
  flex-grow: 1;
}

.row .span_2 {
width: calc(100% / 12 * 2 - 20px);
flex-grow: 1;
}

.row .span_3 {
width: calc(100% / 12 * 3 - 20px);
flex-grow: 1;
}

.row .span_4 {
width: calc(100% / 12 * 4 - 20px);
flex-grow: 1;
}

.row .span_5 {
width: calc(100% / 12 * 5 - 20px);
flex-grow: 1;
}

.row .span_6 {
width: calc(100% / 12 * 6 - 20px);
flex-grow: 1;
}

.row .span_7 {
width: calc(100% / 12 * 7 - 20px);
}

.row .span_8 {
width: calc(100% / 12 * 8 - 20px);
}

.row .span_9 {
width: calc(100% / 12 * 9 - 20px);
}

.row .span_10 {
width: calc(100% / 12 * 10 - 20px);
}

.row .span_11 {
width: calc(100% / 12 * 11 - 20px);
}

.row .span_12 {
width: 100%;
}


@media (max-width: 767px) {
.row > .col {
margin-left: 0;
margin-right: 0;
padding-right: 0;
padding-left: 0;
width: 100%;
}

.row.sp-2row > .col {
width: 50%;
}
}

@media (max-width: 767px) {
  .row .span_1 {
    width:auto;
}
}

@media (max-width: 960px) {
  .row > .col.plan {
    width: 100%;
  }
}


/* 画像のフィックス */

figure {
  margin: 0;
  text-align: center;
}

img {
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 100%;
  width: 100%;
  height: auto;
}

figure img {
  width: inherit;
}


/* ボタン */
/*.btn-1 {
  color: #333;
  display: block;
  font-weight: bold;
  width: 330px;
  margin: 0 auto;
  height: auto;
  padding: 6px 20px 6px 60px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  background: #F7CE5C;
  border-radius: 50px;
  font-size: 24px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}

.btn-1:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  color: #fff;
  background: url('../images/raight_flow.png') no-repeat;
  background-size: cover;
  top:50%;
  left: 17px;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-1:hover {
  opacity: 1;
  background: #CC00A1;
  color: #fff;
}*/
.btn-wrap {
  position: absolute;
  left: 25%;
  transform: translateX(-25%);
  bottom: 8%;
}

.application-btn-wrap {
  position: absolute;
  bottom: 80px;
  /*left: 60px;*/
  left: 40px;
}

.btn-1 {
  background: linear-gradient(90deg, rgba(255, 122, 217, 0.6) 0%, rgba(255, 134, 188, 0.724038) 29.81%, rgba(255, 146, 158, 0.848077) 59.62%, #FFA07A 100%);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 70px;
  color: #fff;
  font-weight: bold;
  position: relative;
  /*padding: 16px 46px 16px 24px;*/
  padding: 16px 46px 16px 40px;
  display: inline-block;
  /*width: 300px;*/
  width: 450px;
  font-size: 22px;
}

.btn-1::after {
  content: '▶';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  /*right: 15px;*/
  right: 40px;
  /*top: 49%;*/
  top: 40%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.btn-1:hover:after {
  right: 20px;
}

@media(max-width:960px) {
  .btn-wrap {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
  }
  .btn-1 {
    padding: 16px 46px 16px 24px;
    width: 300px;
    font-size: 16px;
  }
  .btn-1::after {
    right: 15px;
    top: 49%;
  }
  .btn-1:hover:after {
    right: 10px;
  }
}


/* テーブル */
.table-schedule ,.table-schedule1{
  width: 100%;
}

.table-schedule td, .table-schedule th {
  border-bottom: 1px solid #C9D6DF;
  padding: 0.2rem;
  text-align: center;
  color: var(--main-color02);
}
.table-schedule td{
  color: var(--main-color01);
}

.table-schedule1 td, .table-schedule1 th {
  border-bottom: 1px solid #C9D6DF;
  padding: 0.7em;
  text-align: center;
}
.table-schedule1 td{
  color: var(--main-color02);
}

@media (max-width: 480px) {
  .table-schedule td, .table-schedule th {
    padding: 0.4em .3em;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .table-schedule1 td, .table-schedule1 th {
    padding: 0.7em .3em;
  }
}

.table-default {
  width: 100%;
}

.table-default td, .table-default th {
  padding: 0.7em 1em;
  border: 1px solid #C9D6DF;
  vertical-align: middle;
}

.table-default th {
  background: var(--accent-color);
}
.schedule-remarks {
font-size: 14px;
}

/* リスト */
/*dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  align-items: flex-start;
  gap:20px;
  padding: 10px;
  line-height: 1.6;
}*/

/*dl dt {
  font-weight: bold;
  width: 80px;
  font-size:20px;
}

dl dd {
  width: calc(100% - 100px);
  font-size: 20px;
}*/



/* 汎用クラス */

.bg-red {
  background-color: #fe266d!important;
}

.bg-blue {
  background-color: #1646b1!important;
}

.bg-green {
  background-color: #55B5AE!important;
}

.bg-orange {
  background-color: #ffa204!important;
}

.text-red {
  color: #db2d2d!important;
}

.text-orange {
  color: #ffa204!important;
}

.text-blue {
  color: #0064AF!important;
}

.text-green {
  color: var(--main-color01)!important;
}

.text-pink {
  color: #db20b2!important;
}

.text-black {
  color: #000000!important;
}

.text-gray {
  color: #555555!important;
}

.text-white {
  color: #FFFFFF!important;
}

.text-ppl {
	color: #00004a;
}

.mt0 {
  margin-top: 0px!important;
}

.mb0 {
  margin-bottom: 0px!important;
}

.mt10 {
  margin-top: 10px!important;
}

.mt20 {
  margin-top: 20px!important;
}

.mt30 {
  margin-top: 30px!important;
}

.mt40 {
  margin-top: 40px!important;
}

.mt50 {
  margin-top: 50px!important;
}

.mt60 {
  margin-top: 60px!important;
}

.mt80 {
  margin-top: 80px!important;
}

.mr10 {
  margin-right: 10px!important;
}

.mr20 {
  margin-right: 20px!important;
}

.mr30 {
  margin-right: 30px!important;
}

.mr40 {
  margin-right: 40px!important;
}

.mr50 {
  margin-right: 50px!important;
}

.mr60 {
  margin-right: 60px!important;
}

.mb10 {
  margin-bottom: 10px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb50 {
  margin-bottom: 50px!important;
}

.mb60 {
  margin-bottom: 60px!important;
}

.mb80 {
  margin-bottom: 80px!important;
}

.ml10 {
  margin-left: 10px!important;
}

.ml20 {
  margin-left: 20px!important;
}

.ml30 {
  margin-left: 30px!important;
}

.ml40 {
  margin-left: 40px!important;
}

.ml50 {
  margin-left: 50px!important;
}

.ml60 {
  margin-left: 60px!important;
}

.pt10 {
  padding-top: 10px!important;
}

.pt20 {
  padding-top: 20px!important;
}

.pt30 {
  padding-top: 30px!important;
}

.pt40 {
  padding-top: 40px!important;
}

.pt50 {
  padding-top: 50px!important;
}

.pt60 {
  padding-top: 60px!important;
}

.pr10 {
  padding-right: 10px!important;
}

.pr20 {
  padding-right: 20px!important;
}

.pr30 {
  padding-right: 30px!important;
}

.pr40 {
  padding-right: 40px!important;
}

.pr50 {
  padding-right: 50px!important;
}

.pr60 {
  padding-right: 60px!important;
}

.pb10 {
  padding-bottom: 10px!important;
}

.pb20 {
  padding-bottom: 20px!important;
}

.pb30 {
  padding-bottom: 30px!important;
}

.pb40 {
  padding-bottom: 40px!important;
}

.pb50 {
  padding-bottom: 50px!important;
}

.pb60 {
  padding-bottom: 60px!important;
}

.pl10 {
  padding-left: 10px!important;
}

.pl20 {
  padding-left: 20px!important;
}

.pl30 {
  padding-left: 30px!important;
}

.pl40 {
  padding-left: 40px!important;
}

.pl50 {
  padding-left: 50px!important;
}

.pl60 {
  padding-left: 60px!important;
}

.text-bold {
  font-weight: bold!important;
}

.text-center {
  text-align: center!important;
}

.text-right {
  text-align: right!important;
}

.text-left {
  text-align: left!important;
}

.text-xlarge {
  font-size: 1.6rem!important;
}

.text-large {
  font-size: 1.4rem!important;
}

.w100{
  width: 100%!important;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .text-xlarge {
    font-size: 2.0rem;
  }
  .text-large {
    font-size: 1.6rem;
  }
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .sp-hide {
    display: none!important;
  }
}
@media (min-width: 480px) {
  .pc-hide {
    display: none!important;
  }
}

/*　運営会社　*/
.company {
  font-size: 20px;
  font-weight: bold;
}

.company a {
  color: #6AC59C;
  font-size: 16px;
  text-decoration: underline;
}

.office {
  line-height: 2;
  margin-top: 5px;
}

.office span {
  font-size: 18px;
  font-weight: bold;
}


/*　フッター　*/
/*footer {
  border-top: 1.5px solid #333;
}*/

.footer-text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}


.logo.footer {
  width: 40%;
  margin-bottom: 30px;
}

.logo.footer img {
  width: 70%;
}

@media(max-width:767px) {
  .logo.footer {
    width: 100%;
  }
  .m-logo {
    width: 40%;
  }
}

.mv {
  position: relative;
}

.cta {
  position: absolute;
  display: flex;
  width: 50%;
  gap: 0 10px;
}

.cta.front {
bottom: 18%;
right: 5%;
}

.cta.bottom {
bottom: 12%;
right: 25%;
}

@media(max-width:767px) {
  .cta {
      display: flex;
      width: 90%;
      flex-direction: column;
      gap: 20px 0;
    }
    .cta.front {
        bottom: 3%;
        right: 6%;
      }
    .cta-wrap {
      position: relative;
      padding-bottom: 40%;
      background-color: #275baf;
    }
    .cta.bottom {
      bottom: 3%;
      right: 5%;
    }
}

.copy {
  border-top: 3px solid #d6d6d6;
  padding: 20px 0;
}

.copy-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}