@charset "UTF-8";
/** @format */
/*----------------------------------------------------------------------------------------------------
リセット
----------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@500&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/*----------------------------------------------------------------------------------------------------
基本
----------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  text-size-adjust: 100%;
  /*Chrome,Safari*/
  -webkit-text-size-adjust: 100%;
  /*EgdeMobile*/
  -ms-text-size-adjust: 100%;
  /*firefox*/
  -moz-text-size-adjust: 100%;
}

img {
  border: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.single .post a {
  text-decoration: underline;
  color: #0054a2;
}

a.blank[target=_blank]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-size: 0.9em;
  margin: 0px 3px;
  font-weight: 900;
}

a.notarget {
  pointer-events: none;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

.sp {
  display: none !important;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.bold {
  font-weight: bold;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.m-auto {
  margin: 0 auto;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.fs-xs {
  font-size: x-small;
}

.fs-s {
  font-size: small;
}

.fs-smaller {
  font-size: smaller;
}

.fs-m {
  font-size: medium;
}

.fs-l {
  font-size: large;
}

.fs-xl {
  font-size: x-large;
}

.fs-larger {
  font-size: larger;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.v-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.bs-bb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.border-01 {
  border: 1px solid;
}

.border-b-01 {
  border-bottom: 1px solid;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/*----------------------------------------------------------------------------------------------------
カラー
----------------------------------------------------------------------------------------------------*/
.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.gray {
  color: gray;
}

.white {
  color: white;
}

.black {
  color: black;
}

/*----------------------------------------------------------------------------------------------------
flexbox
----------------------------------------------------------------------------------------------------*/
.flex,
.flex-sp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.fd-c {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.jc-sb {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.jc-sa {
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.jc-c {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.jc-fs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.fw-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ai-c {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .flex {
    display: block;
  }
  .flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*--------------------------------------------- ハンバーガーナビ ---------------------------------------------*/
.el_humburger {
  width: 35px;
  height: auto;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #106f2d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.el_humburger > span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger > span {
  background: #106f2d;
}

.js_humburgerOpen .el_humburger > span.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.js_humburgerOpen header.home-header {
  background-color: #fff;
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #106f2d;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.uq_spNavi {
  display: none;
}
.uq_spNavi .uq_spNavi_screen nav ul li a {
  color: #106f2d;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(248, 250, 251, 0.95);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 100px 60px;
}
.uq_spNavi_screen ul.nav__list {
  line-height: 3;
}

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.news-content {
  display: none;
}

.news-content.show {
  display: block;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes fade {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
/*--------------------------------------------- 共通 ---------------------------------------------*/
img {
  display: block;
}

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

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

.second header.home-header {
  background-color: #fff;
}
.second header.home-header ul li a {
  color: #2c2c2c;
}
.second header.home-header.scrolled {
  background-color: #fff;
  color: #2c2c2c;
}
.second header.home-header.scrolled ul li a {
  color: #2c2c2c;
}
.second main {
  padding-top: 86px;
}
@media screen and (max-width: 767px) {
  .second main {
    padding-top: 60px;
  }
}
.second .mv .title-wrap {
  color: #106f2d;
}
.second .mv .title-wrap .mv-title {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(3.6rem, 2.528rem + 4.14vw, 7.5rem);
}
.second .mv .title-wrap .h1-sub {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.second .intro {
  margin-bottom: 70px;
}
.second .intro .section-inner {
  position: relative;
}
.second .intro .section-inner .lead {
  max-width: 791px;
  width: 100%;
  margin-left: auto;
  font-size: clamp(1.6rem, 1.467rem + 0.28vw, 1.8rem);
  font-weight: 500;
  line-height: 2.1;
}
.second section.section {
  padding-bottom: clamp(6rem, 2rem + 8.33vw, 12rem);
}
.second section.section .section-title {
  font-size: 3.6rem;
  font-weight: 500;
  color: #106f2d;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .second section.section .section-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.second section.section .section-title::before {
  content: "";
  border-top: 1px solid #106f2d;
  width: 74px;
  position: absolute;
  left: 0;
  top: -0.5px;
}
.second section.section .section-content {
  width: 100%;
  font-size: clamp(1.6rem, 1.467rem + 0.28vw, 1.8rem);
  font-weight: 500;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .second section.section .section-content {
    padding-left: 300px;
  }
}
.second section.section .table {
  font-size: 1.6rem;
  font-weight: 400;
}
.second section.section .table dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cdd6dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second section.section .table dl:not(:first-child) {
  padding-top: 20px;
}
.second section.section .table dl.border-bottom-none {
  border-bottom: none;
}
.second section.section .table dl.dl-second {
  margin-top: 60px;
}
.second section.section .table dt {
  min-width: 125px;
  margin-right: 35px;
  color: #106f2d;
}
@media screen and (max-width: 767px) {
  .second section.section .table dt {
    min-width: 73px;
    margin-right: 20px;
  }
}
.second section.section .table dt.full-width_dt {
  min-width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .second section.section .table dt.full-width_dt {
    min-width: 100%;
    margin-right: 0;
  }
}
.second section.section .table dt span.attention {
  font-size: 1.2rem;
}
.second section.section .table dt,
.second section.section .table dd {
  vertical-align: top;
}
.second section.section .table.table-style2 {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .second section.section .table.table-style2 {
    margin-top: 0;
  }
}

.bg-blue {
  background-color: #f5fdf4;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", "noto-sans-cjk-jp", "Meiryo", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #2c2c2c;
  overflow-x: hidden;
}

main {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  section,
  .intro {
    padding-inline: 20px;
  }
}

.section-inner {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

header {
  width: 100%;
  margin-inline: auto;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header.home-header {
  background-color: transparent;
}
header.home-header ul li a {
  color: #fff;
}
header.home-header.scrolled {
  background-color: #fff;
  color: #2c2c2c;
}
header.home-header.scrolled ul li a {
  color: #2c2c2c;
}
header .header-inner {
  max-width: 1500px;
  padding-inline: 26px;
  padding-block: 15px 14px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
header .header__logo {
  width: 457px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  header .header__logo {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  header .header__logo {
    width: 42vw;
  }
}
header .header__logo a::after {
  content: none;
}
header .header__logo a:hover {
  opacity: 0.8;
  -webkit-transition: al 0.3s;
  transition: al 0.3s;
}
header nav.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  header nav.header__nav ul {
    gap: 10px;
  }
  header nav.header__nav ul li a {
    font-size: 1.4vw;
  }
}
header nav.header__nav ul .nav-contact img {
  width: 50px;
}
header .nav-contact.button.sp {
  margin-left: auto;
  margin-right: 20px;
}
header .nav-contact.button.sp a {
  background: #106f2d;
  color: #fff;
  border-radius: 27px;
  width: 142px;
  height: 36px;
  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;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  header .nav-contact.button.sp a {
    width: 99px;
    height: 30px;
    line-height: 30px;
  }
}

footer #contact {
  background: #106f2d;
  color: #fff;
  padding-bottom: 0;
}
footer #contact .section-inner {
  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-block: 70px 100px;
}
@media screen and (max-width: 1100px) {
  footer #contact .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
footer #contact .contact-text h2 {
  font-size: clamp(2.2rem, 1.485rem + 2.76vw, 4.8rem);
  font-weight: 500;
  padding-bottom: 54px;
  border-bottom: 1px solid #c9d0de;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
footer #contact .contact-text h2::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #c9d0de;
  width: 100%;
  bottom: -1px;
  left: -100%;
}
footer #contact .contact-text h2::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 74px;
  bottom: -1px;
  left: 0;
}
footer #contact .contact-text p {
  font-size: clamp(1.6rem, 1.49rem + 0.42vw, 2rem);
  font-weight: 500;
}
footer #contact .contact-h2-underline {
  border-bottom: 1px solid;
}
footer #contact .contact-button {
  margin: 0;
}
footer #contact .contact-button a {
  background-color: #fff;
}
footer #contact .contact-button a span:nth-child(2) {
  position: absolute;
  display: none;
}
footer #contact .contact-button a:hover {
  background-color: #106f2d;
  color: #fff;
}
footer #contact .contact-button a:hover span:nth-child(2) {
  display: inline-block;
}
footer #contact .contact-button a:hover span:nth-child(1) {
  opacity: 0;
}
footer .footer_pagetop.button {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  padding-top: 30px;
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
  position: relative;
}
footer .footer-inner .footer__logo .company-name {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #2c2c2c;
}
footer .footer-inner .footer__logo .company-head {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #2c2c2c;
}
footer .footer-inner .footer__logo .footer__nav {
  padding-top: 35px;
}
footer .footer-inner .footer__logo .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-inner .footer__logo .footer__nav ul li:not(:last-child)::after {
  content: "|";
  padding-inline: 20px;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .copyright {
  font-size: 1.2rem;
  padding-block: 6px;
  text-align: center;
}

:not(.button) > a {
  position: relative;
  text-decoration: none;
  color: currentColor;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.5s ease;
  transition: text-decoration-color 0.5s ease;
}
:not(.button) > a:hover {
  text-decoration: underline;
  text-decoration-color: #000;
}

.button a::after {
  content: none;
}
.button a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-feature-more {
  margin-top: clamp(4rem, 2.216rem + 6.49vw, 10rem);
  margin-bottom: 30px;
}
.button-feature-more a {
  max-width: 280px;
  height: 60px;
  border: 2px solid #106f2d;
  background: #fff;
  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;
  color: #106f2d;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-inline: auto;
}
.button-feature-more a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-feature-more a::after {
  content: "";
  background-image: url("/assets/img/arrow-more-p.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-feature-more-l a {
  max-width: 450px;
  height: 100px;
  font-size: clamp(1.6rem, 1.49rem + 0.42vw, 2rem);
}
@media screen and (max-width: 767px) {
  .button-feature-more-l a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.button-feature-more-l a::after {
  background-image: url("/assets/img/arrow-60-p.svg");
  width: 60px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .button-feature-more-l a::after {
    position: relative;
    right: 0;
  }
}

.button-contact a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #ee7e3f;
  color: #fff;
  font-size: clamp(1.6rem, 1.49rem + 0.42vw, 2rem);
  font-weight: bold;
  border-radius: 10px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 38.5px;
  -webkit-box-shadow: 0 5px 0 #c45c3c;
          box-shadow: 0 5px 0 #c45c3c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .button-contact a {
    padding-top: 20.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.button-contact a:hover {
  -webkit-box-shadow: 0 0 0 #c45c3c;
          box-shadow: 0 0 0 #c45c3c;
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
.button-contact a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-contact a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-contact a::before {
  content: "";
  background-image: url("/assets/img/fukidashi.svg");
  width: 282px;
  height: 52px;
  display: inline-block;
  position: absolute;
  top: -10px;
}

.button-contact-40 a {
  max-width: 400px;
  height: 100px;
  aspect-ratio: 400/110;
}
.button-contact-40 a::after {
  content: "";
  background-image: url("/assets/img/arrow-40.svg");
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 52px;
}
@media screen and (max-width: 767px) {
  .button-contact-40 a::after {
    position: relative;
    top: 5px;
    right: 0;
  }
}

.button-contact-60 a {
  max-width: 450px;
  height: 100px;
}
.button-contact-60 a::after {
  content: "";
  background-image: url("/assets/img/arrow-60.svg");
  display: inline-block;
  width: 60px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 42px;
}
@media screen and (max-width: 767px) {
  .button-contact-60 a::after {
    position: relative;
    top: 0;
    right: 0;
  }
}

.apply-side {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  width: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.apply-side a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.apply-side a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 414px) {
  .apply-side {
    width: 80px;
    bottom: 20px;
    right: 20px;
  }
}
.apply-side a:hover::after {
  opacity: 0;
}

.h2Title-inner {
  border-bottom: 1px solid #a7d6a5;
  padding-bottom: 28px;
  position: relative;
}
.h2Title-inner::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #a7d6a5;
  bottom: -1px;
  left: -110px;
  width: 30%;
}
@media screen and (max-width: 1100px) {
  .h2Title-inner::before {
    left: -30%;
  }
}
.h2Title-inner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #106f2d;
  width: clamp(5rem, 4.388rem + 2.51vw, 7.4rem);
}

.news-h2Title-inner::before {
  left: -300%;
  width: 300%;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.button-more {
  max-width: 310px;
  width: 100%;
  height: 60px;
  margin: 54px 80px;
}
@media screen and (max-width: 767px) {
  .button-more {
    margin: 50px auto;
  }
}
.button-more a {
  height: 100%;
  border: 1px solid #106f2d;
  color: #106f2d;
  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;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-more a .arrow {
  position: absolute;
  right: 12px;
}
.button-more a svg {
  position: absolute;
  right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-more a svg .line {
  stroke: #106f2d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-more a svg .path {
  fill: #106f2d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-more a:hover {
  background: #106f2d;
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.button-more a:hover svg {
  position: absolute;
  right: 12px;
}
.button-more a:hover svg .line {
  stroke: #fff;
}
.button-more a:hover svg .path {
  fill: #fff;
}
.button-more a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.pt120 {
  padding-top: clamp(6rem, 2rem + 8.33vw, 12rem);
}

/*--------------------------------------------- top ---------------------------------------------*/
.home .button-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .button-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.home .button-about .button-about-child {
  max-width: 521px;
  width: 100%;
  height: clamp(8rem, 7.175rem + 3.19vw, 11rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .button-about .button-about-child:first-child a {
    border-bottom: 0;
  }
}
.home .button-about .button-about-child a {
  font-size: clamp(1.4rem, 1.29rem + 0.42vw, 1.8rem);
  color: #106f2d;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c9d0de;
  border-bottom: 1px solid #c9d0de;
}
.home .button-about .button-about-child a .arrow {
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .button-about .button-about-child a:hover .arrow {
  right: 5px;
}
.home .hero {
  background-image: url("/assets/img/KV.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1500/840;
  max-height: 1080px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .hero {
    background-image: url("/assets/img/KV-sp.jpg");
    aspect-ratio: 390/600;
  }
}
.home .hero .hero-inner {
  width: 100%;
  height: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 1100px;
}
.home .hero .hero-inner h1.hero-title {
  position: relative;
  top: 32.33%;
  left: 0;
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .home .hero .hero-inner h1.hero-title {
    top: 15%;
    left: 6.15%;
  }
}
.home .hero .hero-inner h1.hero-title img {
  width: 40.8vw;
  max-width: 612px;
}
@media screen and (max-width: 767px) {
  .home .hero .hero-inner h1.hero-title img {
    width: 78.97vw;
    max-width: 663px;
  }
}
@media screen and (max-width: 767px) {
  .home {
    margin-left: 0;
  }
}
.home .hero-text {
  margin-bottom: calc(1.6em + 50px);
  margin-left: 40px;
}
.home section .section-text.message-text {
  padding-top: clamp(7rem, 6.45rem + 2.12vw, 9rem);
  margin-left: clamp(2rem, -4rem + 12.5vw, 11rem);
}
@media screen and (max-width: 767px) {
  .home section .section-text.message-text {
    margin-left: 0;
    padding-top: 0;
  }
}
.home section .messageText {
  font-size: clamp(2rem, 1.56rem + 1.7vw, 3.6rem);
  font-weight: 500;
  line-height: clamp(4.4rem, 3.41rem + 3.82vw, 8rem);
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Noto Serif JP";
  font-weight: normal;
  color: #265c43;
}
.home section .h2-sub {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  color: #106f2d;
}
.home section h2.section-title {
  font-size: clamp(4.2rem, 4.098rem + 0.42vw, 4.6rem);
  font-size: 4.6rem;
  font-weight: 500;
  max-width: 100%;
  width: 100%;
  color: #106f2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .home section h2.section-title {
    font-size: 3.2rem;
  }
}
.home section#news {
  padding-block: clamp(4rem, 1.801rem + 8.5vw, 12rem) clamp(4rem, 1.526rem + 9.56vw, 13rem);
}
.home section#news .button-all a {
  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;
  font-weight: bold;
  font-size: 2rem;
}
.home section#news#feature {
  padding-block: 200px;
}
.home section#news .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home section#news .news-h2Title {
  margin-bottom: 40px;
}
.home section#news .news-list {
  max-width: 658px;
  width: 100%;
  max-height: 300px;
  padding-right: 20px;
  overflow-y: scroll;
  scrollbar-color: #6ac78a #d7eacf;
  scrollbar-width: thin;
}
@media screen and (max-width: 414px) {
  .home section#news .news-list {
    padding-right: 0;
  }
}
.home section#news .news-list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #c9d0de;
  padding-block: clamp(1.8rem, 1.239rem + 2.3vw, 4rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home section#news .news-list-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home section#news .news-list-child .news-list-date p.date {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2c2c2c;
}
.home section#news .news-list-child:last-child {
  margin-bottom: 0;
}
.home section#news .news-list-child .news-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.home section#news .news-list-child .news-list-title::after {
  content: "";
  background-image: url(/assets/img/arrow-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: auto;
  display: inline-block;
  aspect-ratio: 40/8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home section#message {
  padding-block: 145px 160px;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .home section#message {
    overflow-y: hidden;
  }
}
.home section#message .message-img_01 img.message-img01-pc {
  position: absolute;
  top: 210px;
  right: 50%;
  width: 960px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home section#message .message-img_01 .message-img02 {
  margin-left: 0;
  text-align: left;
  margin-top: 80px;
  position: absolute;
  width: 1100px;
  left: 50%;
  top: 1051px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .home section#message .message-img_01 {
    margin-left: -20px;
  }
  .home section#message .message-img_01 img {
    width: 100%;
    max-width: 292px;
  }
}
.home section#message .section-text.message-text {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .home section#message .section-text.message-text {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home section#message {
    padding-block: 70px;
  }
}
.home section#message .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home section#message .section-inner {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home section#message .message-img {
  top: 66px;
  z-index: 100;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .home section#message .message-img {
    margin-left: -100px;
    margin-bottom: 50px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .home section#message .message-img {
    margin-left: -20px;
  }
}
.home section#message .message-img02 {
  margin-left: 0;
  text-align: left;
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .home section#message .message-img02 {
    margin-left: 200px;
  }
}
@media screen and (max-width: 414px) {
  .home section#message .message-img02 {
    margin-top: 0;
  }
}
.home section#message .message-h2Title {
  width: 100%;
}
.home section#message .h2Title-inner {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .home section#message .h2Title-inner {
    margin-top: 40px;
  }
}
.home section#message .messageText {
  margin: 0 auto 70px;
}
@media screen and (max-width: 414px) {
  .home section#message .messageText {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home section#message h2.section-title,
  .home section#message .h2-sub {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home section#message h2.section-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .home section#message .h2-sub {
    font-size: 1.2rem;
  }
}
.home section#message .messageText02 {
  font-size: clamp(1.6rem, 1.49rem + 0.42vw, 2rem);
  line-height: 4.3rem;
  max-width: 440px;
}
.home section#message .messageText02:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .home section#message .messageText02 {
    padding-left: 0;
    line-height: 3.2rem;
  }
}
.home section#scholarship {
  padding-block: clamp(4rem, 0.188rem + 14.73vw, 14rem) clamp(4rem, 1.526rem + 9.56vw, 13rem);
}
.home section#scholarship .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .home section#scholarship .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.home section#scholarship .scholarship-img {
  max-width: 520px;
  width: 100%;
}
.home section#scholarship .scholarship-text {
  max-width: 100%;
}
.home section#scholarship .h2Title-inner {
  margin-bottom: 90px;
  padding-right: 30px;
}
.home section#scholarship .scholarship-h2Title {
  max-width: 750px;
  width: 100%;
}
.home section#scholarship .messageText {
  margin-bottom: 60px;
  padding-right: 30px;
}
.home section#scholarship .imgBlock-top {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .home section#scholarship .imgBlock-top img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .home section#scholarship .imgBlock-top-01 {
    margin-top: -340px;
  }
}
.home section#scholarship .imgBlock:not(:last-child) {
  margin-bottom: 50px;
}
.home section#scholarship .imgBlock-02 {
  margin-top: clamp(1rem, 0.945rem + 0.21vw, 1.2rem);
}
.home section#scholarship .messageText02 {
  margin-bottom: 36px;
  font-size: clamp(1.6rem, 1.49rem + 0.42vw, 2rem);
  line-height: clamp(3.2rem, 2.898rem + 1.17vw, 4.3rem);
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .home section#scholarship .messageText02 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.home section#scholarship .message_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .home section#scholarship .message_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home section#scholarship .message_image img {
  width: 100%;
  max-width: 535px;
}
.home section#scholarship .message_image .taishou_box {
  max-width: 535px;
}
.home section#scholarship .message-note {
  padding-right: 30px;
  font-size: clamp(1.4rem, 1.345rem + 0.21vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .home section#scholarship .message-note {
    padding-right: 0;
  }
}
.home section#aboutUs {
  padding-block: 0 clamp(7rem, 1.777rem + 20.19vw, 26rem);
}
@media screen and (max-width: 767px) {
  .home section#aboutUs {
    padding-top: 70px;
  }
}
.home section#aboutUs .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .home section#aboutUs .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .home section#aboutUs .section-inner:not(:last-child) {
    margin-bottom: 50px;
  }
}
.home section#aboutUs .message-img {
  margin-left: -414px;
  z-index: 100;
}
@media screen and (max-width: 1100px) {
  .home section#aboutUs .message-img {
    margin-left: -100px;
  }
}
@media screen and (max-width: 767px) {
  .home section#aboutUs .message-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
    margin: 0 auto;
    position: relative;
    left: -20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .home section#aboutUs .message-img img {
    width: 100%;
  }
}
.home section#aboutUs .message-img02 {
  margin-left: 400px;
  margin-top: 80px;
}
.home section#aboutUs .message-h2Title {
  width: 100%;
}
.home section#aboutUs .h2Title-inner {
  margin-bottom: 100px;
}
.home section#aboutUs .messageText {
  margin: 0 auto 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  .home section#aboutUs .messageText {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home section#aboutUs .messageText02 {
  margin-bottom: clamp(4rem, 2.9rem + 4.25vw, 8rem);
  font-size: clamp(1.6rem, 1.49rem + 0.42vw, 2rem);
  line-height: clamp(3.2rem, 2.898rem + 1.17vw, 4.3rem);
}
.home section#aboutUs .button-more {
  margin: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .home section#aboutUs .section-inner.sp .button-more {
    margin: 0 auto;
  }
}
.home section#ending {
  padding-block: clamp(0rem, -4.124rem + 15.94vw, 15rem) 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home section#ending {
    padding-top: 0;
  }
}
.home section#ending .section-text {
  z-index: 10;
  position: relative;
}
.home section#ending .section-text h3 {
  font-size: clamp(2rem, 1.56rem + 1.7vw, 3.6rem);
  color: #106f2d;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(3rem, 1.488rem + 5.84vw, 8.5rem);
}
@media screen and (max-width: 1100px) {
  .home section#ending .section-text h3 {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .home section#ending .section-text h3 {
    padding-top: 55%;
    margin-bottom: 10px;
  }
}
.home section#ending .section-text h3 p {
  display: inline;
  padding: 9px 18px;
  background: #fff;
  margin-bottom: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.home section#ending .section-text .messageText02 {
  font-size: clamp(1.6rem, 1.49rem + 0.42vw, 2rem);
  line-height: clamp(3.2rem, 2.898rem + 1.17vw, 4.3rem);
}
.home section#ending .ending-img {
  position: absolute;
  top: -300px;
  right: -402px;
}
@media screen and (max-width: 1100px) {
  .home section#ending .ending-img {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home section#ending .ending-img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .home section#ending .ending-img img {
    width: 100%;
  }
}
.home .section-message .button-about {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .home .section-message .button-about {
    margin-top: 0;
  }
}

/*--------------------------------------------- about ---------------------------------------------*/
.about .mv {
  background-image: url("/assets/img/header-img/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
.about .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: 68px 50px 24px;
}
@media screen and (max-width: 767px) {
  .about .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.about .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about .content .intro-img {
  margin-bottom: 120px;
}
.about .content .intro-img .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .content .intro-img img {
  width: 33.3333333333%;
}
.about .content section .gmap {
  padding-left: 0;
}
.about .content section .gmap iframe {
  width: 100%;
  height: 344px;
}

/*--------------------------------------------- scholarship ---------------------------------------------*/
.scholarship .mv {
  background-image: url("/assets/img/header-img/scholarship.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
.scholarship .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: 68px 50px 24px;
}
@media screen and (max-width: 767px) {
  .scholarship .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.scholarship .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scholarship .content section .section-img .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scholarship .content section .section-img img {
  width: 50%;
}
.scholarship .content section.overview {
  padding-block: clamp(6rem, 2rem + 8.33vw, 12rem);
}
.scholarship .content section.overview .section-content {
  padding-left: 0;
  margin-top: 30px;
}
.scholarship .content section.overview .section-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .scholarship .content section.overview .section-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scholarship .content section.overview .section-content-inner img {
    width: 100%;
  }
}
.scholarship .content section.overview .content-inner-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, -0.333rem + 2.78vw, 3rem);
}
.scholarship .content section.overview .card {
  color: #106f2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .scholarship .content section.overview .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scholarship .content section.overview .card .card-child {
  background-color: #fff;
  padding: 15px 30px 30px;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .scholarship .content section.overview .card .card-child {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .scholarship .content section.overview .card .card-child {
    width: 100%;
    padding-bottom: 30px;
  }
}
.scholarship .content section.overview .card .card-child .card-child-num {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  color: #b1953c;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.scholarship .content section.overview .card .card-child .card-child-text-sub {
  font-size: clamp(1.6rem, 1.333rem + 0.56vw, 2rem);
  line-height: 1.5;
  margin-bottom: 14px;
}
.scholarship .content section.overview .card .card-child .card-child-text {
  font-size: clamp(1.8rem, 1rem + 1.67vw, 3rem);
  line-height: 1.3;
}
.scholarship .content section.overview .card .card-child .card-child-text .small {
  font-size: 2.2rem;
}
.scholarship .content section.qualification {
  padding-block: clamp(6rem, -3.333rem + 19.44vw, 20rem);
}
.scholarship .content section.qualification .requirement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 50px;
}
.scholarship .content section.qualification .requirement .requirement-child {
  background: #fff;
  padding: 24px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .scholarship .content section.qualification .requirement .requirement-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scholarship .content section.qualification .requirement .requirement-child .requirement-num {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  color: #b1953c;
  padding-left: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .scholarship .content section.qualification .requirement .requirement-child .requirement-num {
    padding-left: 10px;
  }
}
.scholarship .content section.qualification .requirement .requirement-child .requirement-num::before {
  content: "";
  border-bottom: 1px solid;
  width: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}
.scholarship .content section.qualification .requirement .requirement-child .requirement-text {
  color: #106f2d;
  margin-left: 40px;
}
.scholarship .content section.overview-more .table .note {
  font-size: 1.4rem;
}

/*--------------------------------------------- report ---------------------------------------------*/
.report .mv {
  background-image: url("/assets/img/header-img/report.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
.report .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: 68px 50px 24px;
}
@media screen and (max-width: 767px) {
  .report .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.report .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.report .content section .section-content-sub .section-title-sub {
  margin-top: clamp(4rem, 8.33vw, 10rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .report .content section .section-content-sub .section-title-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.report .content section .section-content-sub .section-title-sub h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #106f2d;
  max-width: 280px;
  width: 100%;
  margin-left: 20px;
  padding-left: 10px;
}
.report .content section .section-content-sub .section-title-sub h3::before {
  content: "";
  width: 20px;
  position: absolute;
  border-top: 1px solid;
  top: 16px;
  left: 0;
}
.report .content section .section-content-sub .section-title-sub .section-content {
  padding-left: 0;
  font-size: 1.6rem;
  font-weight: initial;
  line-height: 2;
}
.report .content section .section-content-sub .report-img .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.report .content section .section-content-sub .report-img .section-inner img {
  width: calc(50% - 15px);
}
@media screen and (max-width: 414px) {
  .report .content section .section-content-sub .report-img .section-inner img {
    width: 100%;
  }
}
.report .content section .section-content-sub .no-table {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.125;
}

/*--------------------------------------------- disclosure ---------------------------------------------*/
.disclosure .mv {
  background-image: url("/assets/img/header-img/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
.disclosure .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: 68px 50px 24px;
}
@media screen and (max-width: 767px) {
  .disclosure .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.disclosure .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.disclosure .content section.section .section-content {
  padding-left: 0;
}

/*--------------------------------------------- policy ---------------------------------------------*/
.policy .mv {
  background-image: url("/assets/img/header-img/img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
.policy .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: 68px 50px 24px;
}
@media screen and (max-width: 767px) {
  .policy .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.policy .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.policy .content section h2.section-title {
  color: #3b4043;
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 4px solid #f0f3f5;
  position: relative;
  border-top: none;
  max-width: 864px;
  width: 100%;
}
.policy .content section h2.section-title::before {
  border: none;
}
.policy .content section h2.section-title::after {
  content: "";
  width: 33px;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-top: 4px solid #707f89;
}
.policy .content section h2.section-title + p {
  padding-block: 44px 50px;
  font-size: 1.6rem;
  line-height: 2.125;
}
.policy .content section h3 {
  margin-top: 44px;
  font-size: 2.4rem;
}
.policy .content section h3 + p {
  padding-block: 34px 0;
  font-size: 1.6rem;
  line-height: 2.125;
}

/*--------------------------------------------- requirement ---------------------------------------------*/
.requirement .mv {
  background-image: url("/assets/img/header-img/requirement.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .requirement .mv {
    background-position: top right -220px;
  }
}
.requirement .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: clamp(4rem, 3.23rem + 2.97vw, 6.8rem) clamp(2rem, 1.175rem + 3.19vw, 5rem) 24px;
}
@media screen and (max-width: 767px) {
  .requirement .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.requirement .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.requirement .content section .table .dl-second {
  display: table;
  border-bottom: none;
}
.requirement .content section .table .dl-second ol {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.requirement .content section .table .dl-second a {
  color: #0074d9;
}
.requirement .content section .table .dl-second a::before {
  content: "";
  background-color: #98a6b5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}
.requirement .content section .table .dl-second a::after {
  content: none;
}
.requirement .content section .flow-img {
  padding-left: 0;
  margin-top: 30px;
}
.requirement .content section .flow-img .flow-01 {
  margin-bottom: 30px;
}

/*--------------------------------------------- faq ---------------------------------------------*/
.faq .mv {
  background-image: url("/assets/img/header-img/faq.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .faq .mv {
    background-position: top right -220px;
  }
}
.faq .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: clamp(4rem, 3.23rem + 2.97vw, 6.8rem) clamp(2rem, 1.175rem + 3.19vw, 5rem) 24px;
}
@media screen and (max-width: 767px) {
  .faq .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.faq .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq .content section .faq-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 58px;
}
.faq .content section .faq-menu .faq-menu-inner {
  width: calc(50% - 29px);
}
@media screen and (max-width: 414px) {
  .faq .content section .faq-menu .faq-menu-inner {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .faq .content section .faq-menu .faq-menu-inner.faq-menu-inner-second .faq-menu-child:first-child {
    border-top: 0;
  }
}
.faq .content section .faq-menu .faq-menu-inner .faq-menu-child {
  border-bottom: 1px solid #c9d0de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .content section .faq-menu .faq-menu-inner .faq-menu-child:first-child {
  border-top: 1px solid #c9d0de;
}
.faq .content section .faq-menu .faq-menu-inner .faq-menu-child::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/arrow-down.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 8px;
}
.faq .content section .faq-menu .faq-menu-inner .faq-menu-child a {
  padding: clamp(2rem, 0.533rem + 3.06vw, 4.2rem) 0;
  color: #106f2d;
  display: block;
  width: 100%;
  height: 100%;
}
.faq .content section .faq-menu .faq-menu-inner .faq-menu-child a::after {
  content: none;
}
.faq .content section .faq-wrap {
  margin-bottom: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.faq .content section .faq-wrap .section-title {
  font-size: 2rem;
  color: #106f2d;
  padding-block: 20px 30px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .faq .content section .faq-wrap .section-title {
    padding-bottom: 10px;
  }
}
.faq .content section .faq-wrap .faq-content .faq-q {
  margin-bottom: 10px;
}
.faq .content section .faq-wrap .faq-content .faq-q.active > a::after {
  content: "";
  background: url("/assets/img/faq/faq-close.svg") no-repeat;
  position: absolute;
  right: 20px;
  background-position: center;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq .content section .faq-wrap .faq-content .faq-head-q {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq .content section .faq-wrap .faq-content .faq-head-q::after {
  content: "";
  background-color: #106f2d;
  display: inline-block;
  width: 12px;
  height: 1px;
}
.faq .content section .faq-wrap .faq-content .faq-head-a {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  color: #b1953c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq .content section .faq-wrap .faq-content .faq-head-a::after {
  content: "";
  background-color: #b1953c;
  display: inline-block;
  width: 12px;
  height: 1px;
}
.faq .content section .faq-wrap .faq-content li.faq-q a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.faq .content section .faq-wrap .faq-content li.faq-q > a {
  background-color: #f5fdf4;
  color: #106f2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 414px) {
  .faq .content section .faq-wrap .faq-content li.faq-q > a {
    padding-right: 50px;
  }
}
.faq .content section .faq-wrap .faq-content li.faq-q > a:after {
  content: "";
  background: url("/assets/img/faq/faq-open.svg") no-repeat;
  position: absolute;
  right: 20px;
  background-position: center;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq .content section .faq-wrap .faq-content li.faq-q > a.active::after {
  content: "";
  background: url("/assets/img/faq/faq-close.svg") no-repeat;
  position: absolute;
  right: 20px;
  background-position: center;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq .content section .faq-wrap .faq-content li.faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 10px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding: 0 10px;
  height: 0;
}
.faq .content section .faq-wrap .faq-content > li li {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  height: 0;
}
.faq .content section .faq-wrap .faq-content > li.active li {
  height: auto;
  padding: 14px 10px;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*--------------------------------------------- directors ---------------------------------------------*/
.directors .mv {
  background-image: url("/assets/img/header-img/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .directors .mv {
    background-position: top right -220px;
  }
}
.directors .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: clamp(4rem, 3.23rem + 2.97vw, 6.8rem) clamp(2rem, 1.175rem + 3.19vw, 5rem) 24px;
}
@media screen and (max-width: 767px) {
  .directors .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.directors .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.directors .content section .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .directors .content section .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.directors .content section .message-text,
.directors .content section .message-img {
  width: calc(50% - 12px);
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
}
@media screen and (max-width: 767px) {
  .directors .content section .message-text,
  .directors .content section .message-img {
    width: 100%;
  }
}
.directors .content section .table dt {
  color: inherit;
}

.greeting_section p {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
}

/*--------------------------------------------- contact ---------------------------------------------*/
.contact .mv {
  background-image: url("/assets/img/header-img/img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .contact .mv {
    background-position: top right -220px;
  }
}
.contact .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: clamp(4rem, 3.23rem + 2.97vw, 6.8rem) clamp(2rem, 1.175rem + 3.19vw, 5rem) 24px;
}
@media screen and (max-width: 767px) {
  .contact .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.contact .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact .content section.info .section-inner {
  background: #106f2d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 60px;
}
@media screen and (max-width: 767px) {
  .contact .content section.info .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 20px;
  }
}
.contact .content section.info h2 {
  font-size: clamp(2rem, 0.936rem + 2.22vw, 3.6rem);
  font-weight: 500;
  padding-bottom: 30px;
  border-bottom: 1px solid #c9d0de;
  position: relative;
  display: inline-block;
}
.contact .content section.info h2::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #c9d0de;
  width: 100%;
  bottom: -1px;
  left: -60px;
}
.contact .content section.info h2::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 74px;
  bottom: -1px;
  left: 0;
}
.contact .content section.info .company {
  font-size: 2rem;
}
.contact .content section.info .tel {
  font-size: clamp(4rem, 2.537rem + 3.05vw, 6.2rem);
}
.contact .content .goFAQ {
  background: #f5fdf4;
  padding-block: 80px;
  margin-bottom: 40px;
}
.contact .content .goFAQ .goFAQ-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .contact .content .goFAQ .goFAQ-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact .content .goFAQ .goFAQ-inner .button-more {
  margin: 0;
}

/*--------------------------------------------- voice ---------------------------------------------*/
.voice .mv {
  background-image: url("/assets/img/header-img/voice.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .voice .mv {
    background-position: top right -220px;
  }
}
.voice .mv .mv-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  right: 0;
  padding: clamp(4rem, 3.23rem + 2.97vw, 6.8rem) clamp(2rem, 1.175rem + 3.19vw, 5rem) 24px;
}
@media screen and (max-width: 767px) {
  .voice .mv .mv-wrap {
    padding: 36px 50px 24px;
  }
}
.voice .mv .mv-wrap .mv-inner {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice .content section .intro {
  margin-bottom: 0;
}
.voice .content section .intro .intro-text {
  color: #106f2d;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 3.6rem;
  margin-top: -120px;
}
.voice .content section .intro .intro-text p {
  display: inline-block;
  background: #fff;
  margin-bottom: 20px;
  padding: 9px 18px;
}
.voice .content section .section-content-sub .section-title-sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .voice .content section .section-content-sub .section-title-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.voice .content section .section-content-sub .section-title-sub h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #106f2d;
  max-width: 280px;
  width: 100%;
  margin-left: 20px;
  padding-left: 10px;
}
.voice .content section .section-content-sub .section-title-sub h3::before {
  content: "";
  width: 20px;
  position: absolute;
  border-top: 1px solid;
  top: 16px;
  left: 0;
}
.voice .content section .section-content-sub .section-title-sub .voice-title {
  font-size: 2.6rem;
  font-weight: 400;
  color: #265c43;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 34px;
}
.voice .content section .section-content-sub .section-title-sub .voice-text {
  line-height: 2;
}
.voice .content section .intro-img-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice .content section .intro-img-03 img {
  width: 33.3333333333%;
  margin-bottom: 14px;
}
.voice .content section .intro-img-03 p {
  font-size: 1.3rem;
}
.voice .content section .intro-img-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice .content section .intro-img-02 div {
  width: 50%;
  margin-bottom: 14px;
}
.voice .content section .intro-img-02 p {
  font-size: 1.3rem;
}

.gold-box {
  background-color: #b1953c;
  padding: 0;
  color: white;
}
.gold-box .gold-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.gold-box .gold-box__inner div.border {
  background-color: #fff;
  width: 30px;
  height: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .gold-box .gold-box__inner div.border {
    width: 20px;
  }
}
.gold-box .gold-box__inner div.title h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.4em;
  line-height: 43px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gold-box .gold-box__inner div.title h3 {
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #fff;
    letter-spacing: 0.4em;
  }
}
.gold-box .gold-box__inner div.text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 43px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gold-box .gold-box__inner div.text p {
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #fff;
    letter-spacing: 0.4em;
  }
}
.gold-box .gold-box__inner div.for-year {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 0 17px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .gold-box .gold-box__inner div.for-year {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: left;
    color: #fff;
    padding: 0 8px;
  }
}

.gold-box .gold-box__inner div.text p span.num {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 87px;
  letter-spacing: 0;
  line-height: 150px;
  margin: 0 10px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .gold-box .gold-box__inner div.text p span.num {
    font-weight: 500;
    font-size: 57px;
    line-height: 101px;
    margin: 0 5px;
    top: -5px;
  }
}

.blue-box + .gold-box {
  margin-top: 15px;
}

.blue-box {
  background-color: #106f2d;
  padding: 35px 0;
  color: white;
}
@media screen and (max-width: 767px) {
  .blue-box {
    padding: 20px 0;
  }
}
.blue-box .blue-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.blue-box .blue-box__inner div.border {
  background-color: #fff;
  width: 30px;
  height: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .blue-box .blue-box__inner div.border {
    width: 20px;
  }
}
.blue-box .blue-box__inner div.title h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.4em;
  line-height: 43px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blue-box .blue-box__inner div.title h3 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.4em;
    line-height: 29px;
    text-align: left;
    color: #fff;
  }
}
.blue-box .blue-box__inner div.text p {
  font-weight: normal;
  font-size: 20px;
  line-height: 43px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blue-box .blue-box__inner div.text p {
    font-size: 16px;
    line-height: 20px;
  }
}

.section-content-sub .section-title-sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-content-sub .section-title-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.section-content-sub .section-title-sub h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #106f2d;
  max-width: 280px;
  width: 100%;
  margin-left: 20px;
  padding-left: 10px;
}
.section-content-sub .section-title-sub h3::before {
  content: "";
  width: 20px;
  position: absolute;
  border-top: 1px solid;
  top: 16px;
  left: 0;
}
.section-content-sub .section-title-sub .section-content {
  padding-left: 0;
  font-size: 1.6rem;
  font-weight: initial;
  line-height: 2;
}
.section-content-sub .report-img .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.section-content-sub .report-img .section-inner img {
  width: calc(50% - 15px);
}
@media screen and (max-width: 414px) {
  .section-content-sub .report-img .section-inner img {
    width: 100%;
  }
}

.taishou_box {
  background-color: #fff;
  padding: 30px 20px 30px 0;
  margin-top: 30px;
  min-height: 230px;
}
@media screen and (max-width: 767px) {
  .taishou_box {
    min-height: auto;
  }
}
.taishou_box .section-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .taishou_box .section-title-sub {
    gap: 20px;
  }
}
.taishou_box .section-title-sub h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.4em;
  line-height: 43px;
  text-align: left;
  color: #265c43;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 30px;
  position: relative;
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .taishou_box .section-title-sub h3 {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.1em;
    padding-left: 20px;
  }
}
.taishou_box .section-title-sub h3:before {
  content: "";
  width: 30px;
  position: absolute;
  border-top: 1px solid;
  top: 24px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .taishou_box .section-title-sub h3:before {
    width: 15px;
    top: 16px;
  }
}
.taishou_box .section-title-sub div.section-content {
  font-weight: normal;
  font-size: 20px;
  line-height: 43px;
  text-align: left;
  color: #2c2c2c;
}
@media screen and (max-width: 767px) {
  .taishou_box .section-title-sub div.section-content {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.1em;
  }
}

.button.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #106f2d;
}
@media screen and (max-width: 767px) {
  .button.data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.button.data.button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.button.data .data-child {
  max-width: 346px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .button.data .data-child {
    max-width: 100%;
  }
}
.button.data .data-child.data-child_no-icon a::after {
  content: none;
}
.button.data .data-child a {
  height: 80px;
  border: 1px solid #106f2d;
  position: relative;
  font-weight: 400;
  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;
  gap: 10px;
  line-height: 1.5;
}
.button.data .data-child a::after {
  content: "";
  background: url("/assets/img/disclosure/pdf.svg") no-repeat;
  width: 24px;
  height: 30px;
  position: absolute;
  right: 16px;
}
.button.data .data-child.button-active a {
  background-color: #fff;
}

section.section-jigyoucontent {
  margin-top: 146px;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  section.section-jigyoucontent {
    margin-top: 60px;
    padding: 60px 20px;
  }
}
section.section-jigyoucontent .message_image {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.section-jigyoucontent .message_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.section-public-recruitment {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  section.section-public-recruitment {
    padding: 60px 20px;
  }
}

section.section-report-01 {
  margin-top: 146px;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  section.section-report-01 {
    margin-top: 60px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.section-report-01 .button.data.button-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.section-report-01 .button.data.button-flex .data-child {
    width: calc(50% - 15px);
  }
  section.section-report-01 .button.data.button-flex .data-child a {
    height: 40px;
  }
}

section.section-report-02 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  section.section-report-02 {
    padding: 60px 20px;
  }
}

section.section-directors .section-content-sub .section-title-sub .section-content dl dt {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #106f2d;
}
section.section-directors .section-content-sub .section-title-sub .section-content dl dd {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
}
section.section-directors .section-content-sub .section-title-sub .section-content dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.section-directors .section-content-sub .section-title-sub .section-content dl dd ul {
    gap: 20px;
  }
}
section.section-directors .section-content-sub .section-title-sub .section-content dl dd ul li {
  display: grid;
  grid-template-columns: 140px 1fr; /* 名前:120px, 説明:残り */
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section.section-directors .section-content-sub .section-title-sub .section-content dl dd ul li {
    grid-template-columns: 1fr;
    gap: 0;
  }
  section.section-directors .section-content-sub .section-title-sub .section-content dl dd ul li span.desc {
    font-size: 14px;
  }
}

/* 年切り替え機能のスタイル */
.year-wrap {
  display: block;
}

.year-wrap.hidden {
  display: none;
}

.year-wrap.active {
  display: block;
}

.report .image-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.report .image-wrap img {
  width: 100%;
}