@charset "UTF-8";
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #000;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=email], input[type=checkbox], textarea {
  border: 1px solid #000;
  all: revert;
}

a, .h_opa {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

a:hover, .h_opa:hover {
  opacity: 0.6;
  cursor: pointer;
}

.sp_disp {
  display: none;
}
@media (max-width: 767px) {
  .sp_disp {
    display: block;
  }
}

.pc_disp {
  display: block;
}
@media (max-width: 767px) {
  .pc_disp {
    display: none;
  }
}

.sp_img {
  display: none;
}
@media (max-width: 767px) {
  .sp_img {
    display: inline-block;
  }
}

.pc_img {
  display: inline-block;
}
@media (max-width: 767px) {
  .pc_img {
    display: none;
  }
}

.d_ib {
  display: inline-block;
}

#wrp {
  overflow: hidden;
  min-width: 1030px;
}
@media (max-width: 767px) {
  #wrp {
    min-width: 0;
  }
}

.inner_box {
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .inner_box {
    width: auto;
    max-width: 480px;
  }
}

.bg01 {
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
@media (max-width: 767px) {
  .bg01 {
    width: 768px;
    margin-left: -384px;
  }
}

.cmn_ttl01 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cmn_ttl01 {
    margin-bottom: 30px;
  }
}
.cmn_ttl01 h2 {
  font-size: 47px;
  font-weight: 900;
  color: #105f2d;
  letter-spacing: -0.05em;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cmn_ttl01 h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.cmn_ttl01 .icon {
  font-size: 0;
}
@media (max-width: 767px) {
  .cmn_ttl01 .icon img {
    width: 75px;
  }
}

.marker01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #fff100));
  background: linear-gradient(transparent 65%, #fff100 35%);
  padding: 0 0.1em;
}

#mv {
  position: relative;
  z-index: 2;
}
#mv .mv_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #mv .mv_inner {
    width: 375px;
  }
}
#mv .mv_inner .ttl01 {
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #mv .mv_inner .ttl01 {
    margin-left: -15px;
    margin-right: -5px;
    padding-top: 40px;
    margin-bottom: 50px;
  }
}
#mv .btn_box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 767px) {
  #mv .btn_box .txt01 {
    font-size: 0;
    margin-bottom: 3px;
  }
}
#mv .btn_box .txt01 img {
  width: 260px;
}
@media (max-width: 767px) {
  #mv .btn_box .txt01 img {
    width: 160px;
  }
}
#mv .btn_box .btn01 img {
  width: 420px;
}
@media (max-width: 767px) {
  #mv .btn_box .btn01 img {
    width: 250px;
  }
}
#mv .date_box {
  position: absolute;
  bottom: 50px;
  left: 13px;
  font-weight: 900;
  background: #fff100;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffea79), to(#fff100));
  background-image: linear-gradient(0deg, #ffea79, #fff100);
  color: #145c2c;
  text-shadow: #dba200 2px 2px 8px;
  -webkit-box-shadow: -5px 7px 0px #241a12;
          box-shadow: -5px 7px 0px #241a12;
  font-size: 48px;
  -webkit-transform: skew(-2.91deg, -4.91deg);
          transform: skew(-2.91deg, -4.91deg);
  padding: 10px 25px 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  #mv .date_box {
    font-size: 25px;
    padding: 5px 25px 8px;
    -webkit-transform: skew(0deg, -7.52deg) translate(-45%, 0);
            transform: skew(0deg, -7.52deg) translate(-45%, 0);
    left: 50%;
    bottom: 125px;
    white-space: nowrap;
  }
}

#about {
  position: relative;
  z-index: 1;
}
#about .inner_box {
  padding-top: 140px;
  text-align: center;
}
@media (max-width: 767px) {
  #about .inner_box {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
#about .inner_box h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #about .inner_box h2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #about .inner_box h2 img {
    width: 383px;
  }
}
#about .inner_box .txt01 {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #about .inner_box .txt01 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#about .inner_box .btn_box01 {
  font-size: 0;
}
#about .inner_box .btn_box01 a img {
  width: 320px;
}
@media (max-width: 767px) {
  #about .inner_box .btn_box01 a img {
    width: 250px;
  }
}

#about_d {
  position: relative;
  z-index: 2;
}
#about_d .inner_box {
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  #about_d .inner_box {
    padding-top: 0;
    margin-bottom: 8px;
  }
}
#about_d .inner_box .about_blc01 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #about_d .inner_box .about_blc01 {
    display: block;
  }
}
#about_d .inner_box .about_blc01 .txt_box {
  padding-top: 70px;
  width: calc(100% - 530px);
  text-align: left;
}
@media (max-width: 767px) {
  #about_d .inner_box .about_blc01 .txt_box {
    padding-top: 80px;
    width: auto;
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
#about_d .inner_box .about_blc01 .txt_box h2 img {
  width: 450px;
}
@media (max-width: 767px) {
  #about_d .inner_box .about_blc01 .txt_box h2 img {
    width: 300px;
  }
}
#about_d .inner_box .about_blc01 .txt_box .txt01 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-right: -50px;
}
@media (max-width: 767px) {
  #about_d .inner_box .about_blc01 .txt_box .txt01 {
    font-size: 15px;
    margin-right: 0;
  }
}
#about_d .inner_box .about_blc01 .img_box {
  margin-right: -75px;
}
@media (max-width: 767px) {
  #about_d .inner_box .about_blc01 .img_box {
    margin: -10px -13% 0 -1.5%;
  }
}
#about_d .inner_box .about_blc01 .img_box img {
  width: 560px;
}
@media (max-width: 767px) {
  #about_d .inner_box .about_blc01 .img_box img {
    width: auto;
  }
}
#about_d .inner_box .activity_box {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
@media (max-width: 767px) {
  #about_d .inner_box .activity_box {
    margin-top: -5px;
    padding: 0 20px 60px;
  }
}
#about_d .inner_box .activity_box img {
  width: 950px;
}
@media (max-width: 767px) {
  #about_d .inner_box .activity_box img {
    width: 320px;
  }
}
@media (max-width: 767px) {
  #about_d .bg01 {
    width: 100%;
    height: 100%;
    margin-left: -50%;
  }
}
@media (max-width: 767px) {
  #about_d .bg01 img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.studium_img {
  position: relative;
  z-index: 1;
  height: 530px;
}
@media (max-width: 767px) {
  .studium_img {
    height: 180px;
  }
}
@media (max-width: 540px) {
  .studium_img {
    height: 150px;
  }
}
@media (max-width: 410px) {
  .studium_img {
    height: 130px;
  }
}
.studium_img .bg01 {
  top: -490px;
}
@media (max-width: 767px) {
  .studium_img .bg01 {
    left: 50vw;
    margin-left: -50vw;
    width: 100%;
    top: -26vw;
  }
}
@media (max-width: 540px) {
  .studium_img .bg01 {
    margin-left: -55vw;
    width: 110vw;
    top: -28vw;
  }
}
@media (max-width: 410px) {
  .studium_img .bg01 {
    margin-left: -55vw;
    width: 110vw;
    top: -28vw;
  }
}

#curriculum {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #curriculum {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
#curriculum h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #curriculum h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #curriculum h2 img {
    width: 237px;
  }
}
#curriculum .txt01 {
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #curriculum .txt01 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#curriculum .list01 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #curriculum .list01 {
    margin: 0 -10px 0px;
  }
}
#curriculum .list01 li {
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  #curriculum .list01 li {
    margin: 0 auto -5px;
    max-width: 390px;
  }
}
#curriculum .arw_icon01 img {
  width: 357px;
}
@media (max-width: 767px) {
  #curriculum .arw_icon01 img {
    width: 200px;
    margin-bottom: 5px;
  }
}
#curriculum .txt02 {
  color: #fff;
  font-weight: 900;
  font-size: 39px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #curriculum .txt02 {
    font-size: 23px;
  }
}
#curriculum .txt02 .marker02 {
  display: inline-block;
  background: #fff;
  color: #145c2c;
  line-height: 1;
  padding: 0.05em 0.25em 0.1em;
  margin-right: 0.2em;
}
@media (max-width: 767px) {
  #curriculum .bg01 {
    width: 100%;
    height: 100%;
    margin-left: -50%;
  }
}
@media (max-width: 767px) {
  #curriculum .bg01 img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.conv {
  position: relative;
  z-index: 3;
  text-align: left;
  height: 166px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .conv {
    text-align: center;
    height: 211px;
    overflow: hidden;
  }
}
.conv .conv_blc {
  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-top: 20px;
}
@media (max-width: 767px) {
  .conv .conv_blc {
    padding-top: 20px;
    display: block;
  }
}
.conv .conv_blc .l_box {
  font-weight: 900;
  color: #fff;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .conv .conv_blc .l_box {
    margin-bottom: 10px;
  }
}
.conv .conv_blc .l_box .txt01 {
  font-size: 25px;
}
@media (max-width: 767px) {
  .conv .conv_blc .l_box .txt01 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.conv .conv_blc .l_box .txt02 {
  font-size: 44px;
  letter-spacing: -0.12em;
  line-height: 1;
}
@media (max-width: 767px) {
  .conv .conv_blc .l_box .txt02 {
    font-size: 28px;
  }
}
.conv .conv_blc .r_box .txt03 {
  font-size: 30px;
  font-weight: 900;
  color: #fff100;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .conv .conv_blc .r_box .txt03 {
    font-size: 23px;
  }
}
.conv .conv_blc .r_box .btn01 a {
  display: block;
  font-size: 0;
  -webkit-box-shadow: 4px 4px 4px #000;
          box-shadow: 4px 4px 4px #000;
  max-width: 360px;
}
@media (max-width: 767px) {
  .conv .conv_blc .r_box .btn01 a {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
#road {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #road {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
#road .cont_box01 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #road .cont_box01 .img01 {
    text-align: center;
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  #road .cont_box01 .img01 img {
    max-width: 360px;
    width: 100%;
  }
}
#road .cont_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #road .cont_box02 {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #road .cont_box02 .l_box {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #road .cont_box02 .r_box {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #road .cont_box02 img {
    width: 329px;
  }
}
#road .txt01 {
  font-weight: 900;
  font-size: 29px;
  text-align: center;
  color: #105f2d;
}
@media (max-width: 767px) {
  #road .txt01 {
    font-size: 17px;
  }
}

#teacher {
  border-top: 2px solid #105f2d;
  background: url(/img/cmn_bg01.png) left top/20px auto;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #teacher {
    background: url(/img/cmn_bg01.png) left top/15px auto;
  }
}
@media (max-width: 767px) {
  #teacher {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
#teacher .teacher_blc01 {
  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: start;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #teacher .teacher_blc01 {
    display: block;
    margin-bottom: 45px;
  }
}
#teacher .teacher_blc01 .img_box01 {
  width: 295px;
  font-size: 0;
}
@media (max-width: 767px) {
  #teacher .teacher_blc01 .img_box01 {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
#teacher .teacher_blc01 .txt_box01 {
  width: calc(100% - 325px);
}
@media (max-width: 767px) {
  #teacher .teacher_blc01 .txt_box01 {
    width: auto;
  }
}
#teacher .teacher_blc01 .txt_box01 h3 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #teacher .teacher_blc01 .txt_box01 h3 {
    font-size: 30px;
    text-align: center;
  }
}
#teacher .teacher_blc01 .txt_box01 h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #fff100));
  background: linear-gradient(transparent 75%, #fff100 25%);
  padding: 0 0.1em;
  display: inline-block;
}
#teacher .teacher_blc01 .txt_box01 h4 {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.3;
  color: #105f2d;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #teacher .teacher_blc01 .txt_box01 h4 {
    font-size: 25px;
    text-align: center;
  }
}
#teacher .teacher_blc01 .txt_box01 .txt01 {
  font-weight: 500;
  font-size: 16px;
  color: #353535;
}
@media (max-width: 767px) {
  #teacher .teacher_blc01 .txt_box01 .txt01 {
    font-size: 15px;
  }
}
#teacher .teacher_list01 {
  margin: 0 -30px;
  position: relative;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 {
    margin: 0 auto;
    max-width: 345px;
  }
}
#teacher .teacher_list01 .teacher_box {
  padding: 0 30px;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .teacher_box {
    padding: 0 15px;
  }
}
#teacher .teacher_list01 .teacher_box .img_box01 {
  margin-bottom: 10px;
}
#teacher .teacher_list01 .teacher_box .txt_box01 h3 {
  font-size: 29px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .teacher_box .txt_box01 h3 {
    font-size: 26px;
  }
}
#teacher .teacher_list01 .teacher_box .txt_box01 h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #fff100));
  background: linear-gradient(transparent 75%, #fff100 25%);
  padding: 0 0.1em;
  display: inline-block;
}
#teacher .teacher_list01 .teacher_box .txt_box01 h4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  color: #105f2d;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .teacher_box .txt_box01 h4 {
    font-size: 18px;
  }
}
#teacher .teacher_list01 .teacher_box .txt_box01 .txt01 {
  font-weight: 500;
  font-size: 16px;
  color: #353535;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .teacher_box .txt_box01 .txt01 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .slick-list {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .teacher_box {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
  }
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .slick-current {
    opacity: 1;
  }
}
#teacher .teacher_list01 .slick-arrow {
  font-size: 0;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 75px;
  z-index: 100;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .slick-arrow {
    top: 75px;
    width: 45px;
    height: 45px;
  }
}
#teacher .teacher_list01 .slick-arrow.slick-prev {
  background: url(/img/sec05_icon01.webp) no-repeat left top/100% auto;
  left: 5px;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .slick-arrow.slick-prev {
    left: 13px;
  }
}
#teacher .teacher_list01 .slick-arrow.slick-next {
  background: url(/img/sec05_icon02.webp) no-repeat left top/100% auto;
  right: 5px;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .slick-arrow.slick-next {
    right: 13px;
  }
}
#teacher .teacher_list01 .slick-dots {
  text-align: center;
}
#teacher .teacher_list01 .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0;
  margin: 0 10px;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .slick-dots li {
    margin: 0 5px;
  }
}
#teacher .teacher_list01 .slick-dots li button {
  border: 2px solid #105f2d;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  background: #fff;
}
@media (max-width: 767px) {
  #teacher .teacher_list01 .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
#teacher .teacher_list01 .slick-dots li.slick-active button {
  background: #105f2d;
}

#other {
  background: url(/img/cmn_bg01.png) left top/20px auto;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #other {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
#other .youkou {
  margin-bottom: 60px;
}
#other .youkou .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #other .youkou .list01 {
    display: block;
  }
}
#other .youkou .list01 li {
  border: 1px solid #000;
  background: #fff;
  padding: 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  #other .youkou .list01 li {
    margin-bottom: 15px;
    padding: 15px 20px;
  }
}
#other .youkou .list01 li h3 {
  font-weight: 900;
  color: #105f2d;
  font-size: 26px;
}
@media (max-width: 767px) {
  #other .youkou .list01 li h3 {
    font-size: 22px;
  }
}
#other .youkou .list01 li .txt01 {
  font-size: 15px;
}
@media (max-width: 767px) {
  #other .youkou .list01 li .txt01 {
    font-size: 14px;
  }
}
#other .youkou .youkou_txtbox01 {
  background: #fff;
  padding: 20px 40px;
  font-size: 18px;
}
@media (max-width: 767px) {
  #other .youkou .youkou_txtbox01 {
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 15px;
  }
}
#other .youkou .youkou_txtbox01 li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
#other .youkou .youkou_txtbox01 li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#other .youkou .youkou_txtbox01 li .ttl01 {
  font-weight: bold;
  color: #105f2d;
  width: 5em;
  display: inline-block;
}
@media (max-width: 767px) {
  #other .youkou .youkou_txtbox01 li .ttl01 {
    display: block;
    width: auto;
  }
}
#other .faq {
  padding-top: 30px;
}
#other .faq .faq_blc01 {
  background: #fff;
  border-left: 2px solid #105f2d;
  border-right: 2px solid #105f2d;
  border-bottom: 2px solid #105f2d;
  padding: 0 60px 60px;
}
@media (max-width: 767px) {
  #other .faq .faq_blc01 {
    margin-bottom: 15px;
    padding: 0 20px 20px;
    font-size: 15px;
  }
}
#other .faq .faq_blc01 .cmn_ttl01 {
  position: relative;
  top: -30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #other .faq .faq_blc01 .cmn_ttl01 {
    margin-bottom: 0;
    top: -19px;
  }
}
#other .faq .faq_blc01 .cmn_ttl01 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -62px;
  margin-right: -62px;
  height: 61px;
}
@media (max-width: 767px) {
  #other .faq .faq_blc01 .cmn_ttl01 h2 {
    height: 37px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
#other .faq .faq_blc01 .cmn_ttl01 h2 .ttl_txt01 {
  display: inline-block;
  white-space: nowrap;
  padding: 0 20px;
}
#other .faq .faq_blc01 .cmn_ttl01 h2:before, #other .faq .faq_blc01 .cmn_ttl01 h2:after {
  content: "　";
  font-size: 0;
  display: block;
  width: 100%;
  border-bottom: 2px solid #105f2d;
}
#other .faq .faq_blc01 dl dt {
  margin-bottom: 5px;
  text-indent: -36px;
  margin-left: 36px;
}
#other .faq .faq_blc01 dl dt .icon01 {
  font-size: 26px;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #105f2d;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  margin-right: 13px;
  text-indent: 0;
}
@media (max-width: 767px) {
  #other .faq .faq_blc01 dl dt .icon01 {
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin-right: 5px;
  }
}
#other .faq .faq_blc01 dl dt .txt01 {
  font-weight: 700;
  color: #105f2d;
  font-size: 24px;
}
@media (max-width: 767px) {
  #other .faq .faq_blc01 dl dt .txt01 {
    font-size: 16px;
  }
}
#other .faq .faq_blc01 dl dd .txt01, #other .faq .faq_blc01 dl dd .list02 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #other .faq .faq_blc01 dl dd .txt01, #other .faq .faq_blc01 dl dd .list02 {
    font-size: 14px;
    margin-bottom: 25px;
    padding-left: 36px;
  }
}

#form {
  background: #165A2C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(22, 90, 44)), to(rgb(106, 134, 28)));
  background: linear-gradient(90deg, rgb(22, 90, 44) 0%, rgb(106, 134, 28) 100%);
  padding: 60px 0 130px;
}
@media (max-width: 767px) {
  #form {
    padding: 35px 0 65px;
  }
}
#form .ttl_box01 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #form .ttl_box01 {
    margin-bottom: 20px;
  }
}
#form .ttl_box01 .sub_ttl01 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #form .ttl_box01 .sub_ttl01 {
    font-size: 18px;
  }
}
#form .ttl_box01 h2 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #form .ttl_box01 h2 {
    font-size: 34px;
    margin-bottom: 5px;
  }
}
#form .ttl_box01 .txt01 {
  font-size: 18px;
}
@media (max-width: 767px) {
  #form .ttl_box01 .txt01 {
    font-size: 15px;
  }
}
#form .form_blc01 {
  padding: 60px 115px;
  background: #fff;
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 38px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #form .form_blc01 {
    padding: 20px 20px;
    -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 19px rgba(0, 0, 0, 0.5);
  }
}
#form .form_blc01 .input_box {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box {
    margin-bottom: 25px;
  }
}
#form .form_blc01 .input_box label.errer_box {
  display: block;
  font-size: 15px;
  color: #f00;
  margin-left: 13.2em;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box label.errer_box {
    margin-left: 0;
  }
}
#form .form_blc01 .input_box label.errercheck_box {
  display: block;
  font-size: 15px;
  color: #f00;
  text-align: center;
}
#form .form_blc01 .input_box .input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row {
    display: block;
  }
}
#form .form_blc01 .input_box .input_row label.error {
  display: block;
  font-size: 15px;
  color: #f00;
}
#form .form_blc01 .input_box .input_row .label {
  padding-top: 4px;
  font-size: 20px;
  width: 10em;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .label {
    width: auto;
    font-size: 16px;
  }
}
#form .form_blc01 .input_box .input_row .label .hissu {
  color: #f00;
  border: 1px solid #f00;
  font-size: 14px;
  margin-right: 0.5em;
  padding: 0 0.3em;
  vertical-align: 0.4em;
  font-weight: 600;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .label .hissu {
    margin-right: 0.3em;
  }
}
#form .form_blc01 .input_box .input_row .label .ninni {
  color: #555454;
  border: 1px solid #555454;
  font-size: 14px;
  margin-right: 0.5em;
  padding: 0 0.3em;
  vertical-align: 0.4em;
  font-weight: 600;
}
#form .form_blc01 .input_box .input_row .label .ttl01 {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  line-height: 1.4;
}
#form .form_blc01 .input_box .input_row .input_box01 {
  display: inline-block;
}
#form .form_blc01 .input_box .input_row .input_box02 {
  display: inline-block;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box02 {
    display: block;
  }
}
#form .form_blc01 .input_box .input_row .input_box01, #form .form_blc01 .input_box .input_row .input_box02 {
  font-size: 18px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01, #form .form_blc01 .input_box .input_row .input_box02 {
    font-size: 14px;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 .txt01, #form .form_blc01 .input_box .input_row .input_box02 .txt01 {
  display: inline-block;
  width: 3em;
  vertical-align: middle;
  text-align: right;
  margin-right: 0.3em;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 .txt01, #form .form_blc01 .input_box .input_row .input_box02 .txt01 {
    width: 2.5em;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 .txt02, #form .form_blc01 .input_box .input_row .input_box02 .txt02 {
  width: 2em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 .txt02, #form .form_blc01 .input_box .input_row .input_box02 .txt02 {
    width: 1.3em;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 .txt03, #form .form_blc01 .input_box .input_row .input_box02 .txt03 {
  width: 7em;
  display: inline-block;
  vertical-align: middle;
}
#form .form_blc01 .input_box .input_row .input_box01 .file_input, #form .form_blc01 .input_box .input_row .input_box02 .file_input {
  margin-bottom: 8px;
}
#form .form_blc01 .input_box .input_row .input_box01 input, #form .form_blc01 .input_box .input_row .input_box02 input {
  vertical-align: middle;
}
#form .form_blc01 .input_box .input_row .input_box01 input[type=text], #form .form_blc01 .input_box .input_row .input_box01 input[type=email], #form .form_blc01 .input_box .input_row .input_box02 input[type=text], #form .form_blc01 .input_box .input_row .input_box02 input[type=email] {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 input[type=text], #form .form_blc01 .input_box .input_row .input_box01 input[type=email], #form .form_blc01 .input_box .input_row .input_box02 input[type=text], #form .form_blc01 .input_box .input_row .input_box02 input[type=email] {
    font-size: 17px;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 input[type=text].error, #form .form_blc01 .input_box .input_row .input_box01 input[type=email].error, #form .form_blc01 .input_box .input_row .input_box02 input[type=text].error, #form .form_blc01 .input_box .input_row .input_box02 input[type=email].error {
  background: #fff0f0;
}
#form .form_blc01 .input_box .input_row .input_box01 input[type=file], #form .form_blc01 .input_box .input_row .input_box02 input[type=file] {
  font-size: 16px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 input[type=file], #form .form_blc01 .input_box .input_row .input_box02 input[type=file] {
    font-size: 15px;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 input.inpt_name01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_name01 {
  width: 10em;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 input.inpt_name01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_name01 {
    width: 6em;
    margin-right: 5px;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 input.inpt_birth01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_birth01 {
  width: 5em;
  margin-right: 8px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 input.inpt_birth01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_birth01 {
    width: 4em;
    margin-right: 4px;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 input.inpt_birth02, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_birth02 {
  width: 3em;
  margin-right: 8px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 input.inpt_birth02, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_birth02 {
    margin-right: 4px;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 input.inpt_birth03, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_birth03 {
  width: 3em;
  margin-right: 8px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 input.inpt_birth03, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_birth03 {
    margin-right: 4px;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 input.inpt_dance01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_dance01 {
  width: 5em;
  margin-right: 8px;
}
#form .form_blc01 .input_box .input_row .input_box01 input.inpt_mail01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_mail01 {
  width: 25em;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 input.inpt_mail01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_mail01 {
    width: 100%;
  }
}
#form .form_blc01 .input_box .input_row .input_box01 input.inpt_tel01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_tel01 {
  width: 25em;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .input_box01 input.inpt_tel01, #form .form_blc01 .input_box .input_row .input_box02 input.inpt_tel01 {
    width: 100%;
  }
}
#form .form_blc01 .input_box .input_row .textarea_box {
  width: 560px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .textarea_box {
    width: auto;
  }
}
#form .form_blc01 .input_box .input_row .textarea_box textarea {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 150px;
  font-size: 17px;
}
@media (max-width: 767px) {
  #form .form_blc01 .input_box .input_row .textarea_box textarea {
    height: 180px;
  }
}
#form .form_blc01 .input_box .privacy_input_box01 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
#form .form_blc01 .input_box .privacy_input_box01 a {
  text-decoration: underline;
}
#form .form_blc01 .input_box .privacy_input_box01 a:hover {
  text-decoration: none;
}
#form .form_blc01 .input_box .privacy_input_box01 input[type=checkbox] {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 15px;
}
#form .form_blc01 .submit_btn_blc01 {
  text-align: center;
  margin-top: 40px;
}
#form .form_blc01 .submit_btn_blc01 button {
  display: inline-block;
  width: 300px;
  padding: 15px;
  background: #105f2d;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
}
@media (max-width: 767px) {
  #form .form_blc01 .submit_btn_blc01 button {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

footer {
  background: #0c0c0c;
  text-align: center;
}
footer .copy {
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 767px) {
  footer .copy {
    font-size: 12px;
  }
}