@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
  letter-spacing: .05em;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #594b3a;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_m {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10.5rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -7rem;
  }
}

.c_btn {
  text-align: center;
}

.c_btn a {
  display: inline-block;
  background-image: -moz-linear-gradient(0deg, #f2954f 0%, #ec6b3f 100%);
  background-image: -webkit-linear-gradient(0deg, #f2954f 0%, #ec6b3f 100%);
  background-image: -ms-linear-gradient(0deg, #f2954f 0%, #ec6b3f 100%);
  width: 26rem;
  line-height: 5rem;
  color: #fff;
  border-radius: 3em;
}

.c_ttl {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-weight: bold;
  margin-bottom: 3rem;
}

.c_ttl img {
  display: block;
  margin: 0 auto .6em;
  width: 6rem;
}

.c_ttl i {
  display: block;
  color: #ec6e42;
  letter-spacing: .05em;
  font-size: 1.6rem;
}

.c_ttl + p {
  text-align: center;
  line-height: 1.625;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .c_ttl + p {
    text-align: left;
  }
}

.c_ttl2 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 5.5rem;
}

.c_ttl2 i {
  display: block;
  color: #ec6e42;
  font-size: 1.6rem;
}

.c_ttl2 img {
  display: block;
  margin: 0 auto .3em;
  width: 6rem;
}

.c_lead {
  line-height: 1.625;
  margin-bottom: 5.5rem;
}

.c_lead.b {
  margin-bottom: 7rem;
}

.c_lead em {
  color: #ec6e42;
}

@media screen and (min-width: 768px) {
  .c_lead {
    text-align: center;
  }
}

.c_mv {
  margin-bottom: 5rem;
}

.c_mv img {
  width: 100%;
}

.c_contact {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c_contact {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
  }
}

.c_contact a {
  display: block;
  border-radius: 3em;
  line-height: 7rem;
  width: 30rem;
  font-size: 2.4rem;
  margin: 0 auto;
}

.c_contact .tel {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #f2954f 0%, #ec6b3f 100%);
  background-image: -webkit-linear-gradient(0deg, #f2954f 0%, #ec6b3f 100%);
  background-image: -ms-linear-gradient(0deg, #f2954f 0%, #ec6b3f 100%);
}

.c_contact .tel img {
  width: 2.2rem;
  margin-right: .4em;
  vertical-align: -.4em;
}

.c_contact .mail {
  border: solid 2px #ec6e42;
  color: #ec6e42;
}

.c_contact .mail img {
  width: 3.5rem;
  margin-right: .4em;
  vertical-align: -.2em;
}

@media screen and (max-width: 767px) {
  .c_contact li {
    margin-top: 2rem;
  }
}

.c_tbl {
  border-top: dotted 1px #bab39d;
}

.c_tbl th {
  text-align: left;
  color: #ec6e42;
  width: 10em;
}

@media screen and (max-width: 767px) {
  .c_tbl th {
    width: 9em;
  }
}

.c_tbl tr > * {
  padding: 1.2em 0;
  border-bottom: dotted 1px #bab39d;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .c_tbl tr > * {
    padding: .6em 0;
  }
}

.c_tbl tr > * a {
  color: #ec6e42;
  text-decoration: underline;
}

.c_tbl td em {
  color: #ec6e42;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 100rem;
  margin: 0 auto;
  max-width: 100%;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 2rem;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 10.5rem;
  background: #fff;
}

#header a {
  display: block;
}

@media screen and (max-width: 767px) {
  #header {
    height: 7rem;
  }
}

.h_logo {
  position: absolute;
  left: 5rem;
  top: 2rem;
}

@media screen and (max-width: 767px) {
  .h_logo {
    top: .9rem;
    left: 2rem;
  }
}

.h_logo img {
  width: 20.7rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 17.5rem;
  }
}

@media screen and (min-width: 768px) {
  .h_contact {
    position: absolute;
    right: 5rem;
    top: 3rem;
    width: 15rem;
  }
}

.h_contact a {
  background-image: -moz-linear-gradient(0deg, #ffdc1a 0%, #f96649 100%, #c4bfae 100%);
  background-image: -webkit-linear-gradient(0deg, #ffdc1a 0%, #f96649 100%, #c4bfae 100%);
  background-image: -ms-linear-gradient(0deg, #ffdc1a 0%, #f96649 100%, #c4bfae 100%);
  line-height: 4.5rem;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 3em;
  text-align: center;
}

.h_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
}

@media screen and (min-width: 768px) {
  .h_nav {
    justify-content: flex-end;
    padding-top: 1rem;
    gap: 4rem;
    margin-right: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    margin-bottom: 4rem;
  }
  .h_nav li {
    width: 50%;
  }
}

.h_nav img {
  display: block;
  margin: 0 auto .3em;
  width: 6.6rem;
}

@media screen and (max-width: 767px) {
  .h_nav img {
    width: 8.58rem;
  }
}

.h_nav a {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .h_nav a {
    font-size: 1.82rem;
  }
}

.h_nav i {
  display: block;
  color: #ec6e42;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .h_nav i {
    font-size: 1.56rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 2.4rem;
    width: 3.2rem;
    height: 3.2rem;
    padding-top: 1rem;
    cursor: pointer;
  }
  .h_menu_icon {
    position: relative;
    display: block;
    width: 3.2rem;
  }
  .h_menu_icon, .h_menu_icon:before, .h_menu_icon:after {
    width: 100%;
    height: 2px;
    background-color: #594b3a;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .h_menu_icon:before, .h_menu_icon:after {
    position: absolute;
    top: -1rem;
    left: 0;
    content: '';
  }
  .h_menu_icon:after {
    top: 1rem;
  }
  body.open .h_menu_icon {
    background-color: transparent;
  }
  body.open .h_menu_icon:before, body.open .h_menu_icon:after {
    top: 0;
  }
  body.open .h_menu_icon:before {
    transform: rotate(45deg);
  }
  body.open .h_menu_icon:after {
    transform: rotate(-45deg);
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 7rem;
    z-index: 9;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 7rem);
    background: #fff;
    padding: 8rem;
    text-align: center;
  }
  body.open {
    overflow-y: hidden;
  }
}

#footer {
  background: #ec6e42;
  color: #fff;
  padding-top: 5.5rem;
  position: relative;
}

.f_logo img {
  width: 20.7rem;
}

.f_info {
  line-height: 1.625;
  margin: 1.8rem 0 2.2rem;
}

@media screen and (min-width: 768px) {
  .f_box {
    position: absolute;
    top: 5.5rem;
    left: calc(50% - 10rem);
  }
}

.f_nav {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .f_nav {
    gap: 1rem 2rem;
    width: 50rem;
  }
}

@media screen and (max-width: 767px) {
  .f_nav {
    gap: 1rem 0;
  }
  .f_nav li {
    width: 33.33%;
  }
}

.f_nav a {
  position: relative;
  padding-left: 1em;
  display: block;
}

.f_nav a:before {
  content: '';
  position: absolute;
  border: .3em solid transparent;
  border-left: .4em solid #fff100;
  left: 0;
  top: .5em;
}

.f_link {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .f_link {
    margin-bottom: 4rem;
  }
}

.f_link a {
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 3em;
  line-height: 5rem;
  width: 19rem;
  text-align: center;
}

.f_sns {
  margin-bottom: 8rem;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .f_sns {
    margin-bottom: 3rem;
  }
}

.f_sns img {
  width: 3.4rem;
}

.f_copy {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.71;
  padding: .7em 0;
  background: #5f5149;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin-top: 10.5rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .top_main {
    height: calc(100vh - 10.5rem);
    min-height: 76.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 7rem;
  }
}

.top_main > img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_main > img {
    position: absolute;
    height: 100%;
    object-fit: cover;
  }
}

.top_main .link {
  position: absolute;
  bottom: 2rem;
  left: 5rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_main .link {
    bottom: -8rem;
    left: 1rem;
  }
}

.top_main .link img {
  width: 26.2rem;
}

@media screen and (max-width: 767px) {
  .top_main .link img {
    width: 16rem;
  }
}

.top_main .link a {
  display: block;
}

.top_main .link a:hover {
  opacity: 1;
}

.top_lead {
  text-align: center;
  background: #f8f5eb;
  padding: 14rem 0 12rem;
  position: relative;
  z-index: 1;
}

.top_lead .ttl {
  font-size: 3.8rem;
  letter-spacing: .1em;
  line-height: 1.31;
  margin-bottom: .8em;
}

.top_lead .box {
  position: relative;
}

.top_lead .box img {
  position: absolute;
  z-index: -1;
  left: 10.4rem;
  width: 85rem;
  top: -7rem;
}

@media screen and (max-width: 767px) {
  .top_lead .box img {
    max-width: 200%;
    left: -9rem;
  }
}

.top_lead .box p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.2rem;
}

.top_lead .list {
  position: relative;
  margin-top: 12rem;
}

.top_lead ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_lead li {
  width: 25%;
  position: relative;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
}

@media screen and (max-width: 767px) {
  .top_lead li {
    width: 50%;
  }
}

.top_lead li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.top_lead .bg {
  position: absolute;
  z-index: -1;
  width: 14.7rem;
}

.top_lead .bg.a {
  left: -8rem;
  top: -6rem;
}

.top_lead .bg.b {
  right: -10.5rem;
  bottom: -2.5rem;
}

.top_news {
  margin: 6rem 0 0;
}

.top_news ul {
  margin-bottom: 4rem;
}

.top_news li {
  position: relative;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .top_news li small {
    display: block;
  }
}

.top_news li a {
  display: block;
}

.top_news li a:hover {
  opacity: 1;
  color: #ec6e42;
}

.top_insta {
  position: relative;
  margin-bottom: 12rem;
  margin-top: 7rem;
}

.top_insta ul {
  margin-bottom: 5rem;
}

.top_insta .bg {
  position: absolute;
  width: 27.4rem;
  z-index: -1;
  bottom: -7.5rem;
}

.top_insta li {
  width: 38rem;
  margin: 0 .4rem;
}

@media screen and (max-width: 767px) {
  .top_insta li {
    width: 32rem;
  }
}

.top_insta li img {
  border-radius: 1.5rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.low_header {
  margin-top: 10.5rem;
  background: url(../img/h_pattern_bg.png) center top/0.8rem;
  height: 20rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .low_header {
    margin-top: 7rem;
  }
}

.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.8rem;
  color: #fff;
}

.low_header .ttl i {
  display: block;
  font-size: 2rem;
}

.low_nav {
  background: #f8f5eb;
  padding: 2.5rem 0;
}

@media screen and (max-width: 767px) {
  .low_nav.b ul {
    gap: .8rem;
  }
}

.low_nav ul {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.low_nav li {
  width: 20rem;
}

.low_nav a {
  display: block;
  text-align: center;
  height: 5rem;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0px 5px 0px 0px #ded8c5;
  padding-top: .6em;
  position: relative;
}

.low_nav a:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .2em;
  border: .3em solid transparent;
  border-top: 0.4em solid #ec6e42;
}

.feat_policy {
  margin-bottom: 12rem;
}

.feat_policy .mv {
  margin-bottom: 11rem;
}

.feat_policy .mv img {
  width: 100%;
}

.feat_policy .box {
  text-align: center;
  position: relative;
}

.feat_policy .box img {
  position: absolute;
  z-index: -1;
  left: -3rem;
  width: 105.4rem;
  top: -4rem;
}

@media screen and (max-width: 767px) {
  .feat_policy .box img {
    max-width: 200%;
    left: -25rem;
  }
}

.feat_policy .box p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.2rem;
}

.feat_policy .ttl {
  font-size: 3.8rem;
  letter-spacing: .1em;
  line-height: 1.31;
  margin-bottom: .8em;
}

.feat_policy dl {
  padding: 2rem;
}

.feat_policy dt {
  text-align: center;
  font-size: 2.5rem;
  color: #ea6e4b;
  margin-bottom: .5em;
}

.feat_policy dd {
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .feat_policy ul {
    margin-top: 13.5rem;
    display: flex;
    gap: 2rem;
  }
  .feat_policy li {
    width: 33.33%;
  }
}

.feat_policy li {
  border-radius: 2rem;
  overflow: hidden;
  background: url(../img/bg_pattern01.png) center top/0.8rem;
}

@media screen and (max-width: 767px) {
  .feat_policy li {
    margin: 2.5rem 5rem 0;
  }
}

.feat_policy li:nth-child(2) {
  background-image: url(../img/bg_pattern02.png);
}

.feat_policy li:nth-child(2) dt {
  color: #f09857;
}

.feat_policy li:nth-child(3) {
  background-image: url(../img/bg_pattern03.png);
}

.feat_policy li:nth-child(3) dt {
  color: #96c350;
}

.feat_policy li img {
  width: 100%;
}

.feat_sch {
  background: #f8f5eb;
  padding: 6rem 0 12rem;
}

.feat_sch .list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2.5rem;
  white-space: nowrap;
}

.feat_sch .list > li {
  background: #fff;
  border-radius: 2rem;
  width: calc(25% - .45rem);
  padding: 2rem 2.6rem;
}

@media screen and (max-width: 767px) {
  .feat_sch .list > li {
    width: calc(50% - .3rem);
  }
  .feat_sch .list > li li {
    font-size: 1.55rem;
  }
}

.feat_sch .list p {
  color: #ec6e42;
  font-weight: bold;
  font-size: 4.2rem;
  letter-spacing: 0;
  margin-bottom: .2em;
}

.feat_sch ul:not(.list) li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.625;
}

.feat_sch ul:not(.list) li:before {
  content: '';
  position: absolute;
  width: .6em;
  height: .6em;
  background: #ec6e42;
  border-radius: 50%;
  top: .5em;
  left: 0;
}

.feat_sch ul:not(.list) li em {
  color: #ec6e42;
}

.sch_list li {
  position: relative;
  padding: 4rem 0 4.8rem;
}

.sch_list li:nth-child(even):before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #f8f5eb;
  z-index: -1;
  height: 100%;
  top: 0;
}

.sch_list figure {
  position: relative;
  margin-right: .8rem;
}

@media screen and (max-width: 767px) {
  .sch_list figure {
    margin-top: 2rem;
  }
}

.sch_list figure:before {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  top: .8rem;
  left: .8rem;
  background: #f6cec6;
}

.sch_list figure img {
  width: 100%;
  border-radius: 1.5rem;
}

.sch_list dt {
  font-size: 2.8rem;
  color: #ec6e42;
  margin-bottom: .6em;
}

.sch_list dt i {
  display: block;
}

.sch_list dd {
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .sch_list .row {
    display: flex;
    justify-content: space-between;
  }
  .sch_list .row figure {
    width: 44rem;
  }
  .sch_list .row dl {
    width: calc(100% - 50rem);
  }
}

.sch_about {
  margin: 6rem 0 12rem;
}

.sch_about .c_ttl img {
  width: 7.7rem;
}

.sch_about .list {
  border-top: dashed 1px #cfcfcf;
}

.sch_about dl {
  border-bottom: dashed 1px #cfcfcf;
  padding: 4rem 0;
}

.sch_about dt {
  color: #ec6e42;
  font-size: 2.8rem;
}

.sch_about dt small {
  display: block;
  font-size: 1.6rem;
}

.sch_about dd a {
  color: #ec6e42;
  text-decoration: underline;
}

.sch_about dd p {
  margin-top: 3rem;
}

.sch_about ul {
  display: flex;
  gap: .5rem;
  margin: 1.2rem 0 -1rem;
}

.sch_about li {
  background: #eb6877;
  border-radius: 3em;
  width: 4em;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.sch_about li:nth-child(2) {
  background: #f19149;
}

.sch_about li:nth-child(3) {
  background: #32b16c;
}

.info_sec {
  margin: 6rem 0 12rem;
}

.info_sec .c_ttl {
  margin-bottom: -4rem;
}

.info_sec .ttl {
  font-size: 2.6rem;
  margin: 4rem 0 .5em;
}
.info_sec .m_ttl {
  font-size: 2.5rem;
  color: #ea6e4b;
  margin-bottom: .5em;
}

.info_sec table {
  border-top: solid 1px #d2d2d2;
}

.info_sec th {
  background: #f8f5eb;
  width: 14em;
}

.info_sec tr > * {
  text-align: left;
  padding: 1.2em 2em;
  border-bottom: solid 1px #d2d2d2;
}

@media screen and (max-width: 767px) {
  .info_sec tr > * {
    float: left;
    width: 100%;
    padding: .8em 1.5em;
  }
}

.info_sec .c_contact {
  margin: 5.5rem 0;
}

.info_sec ul:not(.c_contact) li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.625;
}

.info_sec ul:not(.c_contact) li:before {
  content: '';
  position: absolute;
  width: .6em;
  height: .6em;
  background: #ec6e42;
  border-radius: 50%;
  top: .5em;
  left: 0;
}

.info_sec ul:not(.c_contact) li a {
  color: #ec6e42;
  text-decoration: underline;
}

.info_faq {
  background: #f8f5eb;
  padding: 5.5rem 0 12rem;
}

.info_faq dl {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 4rem 3rem 6rem;
}

@media screen and (max-width: 767px) {
  .info_faq dl {
    margin-top: 2rem;
  }
}

.info_faq dt {
  position: relative;
  color: #ec6e42;
  font-size: 2rem;
  margin-bottom: .6em;
  line-height: 1.3;
}

.info_faq dt:before {
  content: 'Q.';
  position: absolute;
  left: -1.5em;
}

.info_faq dd {
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .info_faq .list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .info_faq .list dl {
    width: calc(50% - 1rem);
  }
}

.sup_sec {
  margin-bottom: 6rem;
}

.sup_sec.bg {
  background: #f8f5eb;
  padding: 5rem 0 10rem;
}

.sup_sec.last {
  margin: 7rem 0 12rem;
}

.sup_sec .c_btn {
  margin-top: 5rem;
}

.sup_sec .c_btn.b {
  margin: 7rem 0 10rem;
}

.sup_sec .ttl {
  font-size: 2rem;
  margin: 3.5rem 0 .6rem;
}

.access_info {
  background: #f8f5eb;
  padding: 0 0 12rem;
}

.access_info .map {
  margin-top: 6rem;
  position: relative;
  height: 0;
  padding-top: 60rem;
  overflow: hidden;
}

.access_info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_bus {
  margin: 6rem 0 15rem;
}

.access_bus .c_ttl2 {
  margin-bottom: 4rem;
}

.access_bus .c_ttl2 img {
  width: 9.1rem;
}

.access_bus .c_lead {
  margin-bottom: 4rem;
}

.contact_sec {
  margin-bottom: 13rem;
  position: relative;
}

.contact_sec .bg {
  position: absolute;
  z-index: -1;
}

.contact_sec .bg.a {
  top: 8.5rem;
  width: 41rem;
  left: calc(50% - 65.3rem);
  left: -15rem;
  top: -4rem;
}

.contact_sec .bg.b {
  width: 27rem;
  right: calc(50% - 63.3rem);
  bottom: -4.4rem;
}

@media screen and (max-width: 767px) {
  .contact_sec .bg.b {
    right: -2rem;
    bottom: -10rem;
  }
}

.contact_sec .logo {
  text-align: center;
  margin: 7rem 0 6rem;
}

.contact_sec .logo img {
  width: 24rem;
}

#policy {
	padding-top: 21.5rem;
	margin-top: -21.5rem;
}
