@charset "UTF-8";
/*
Theme Name: olive-house
*/
@import url("assets/scss/reset.css");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 769px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 770px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
/* サイト設計 */
/* サイト設計 ここまで */
body {
  color: #333 !important;
  letter-spacing: 0.05em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  body {
    font-size: 16px;
  }
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}

.container-full {
  width: 100%;
}

.container-mini {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .container-mini {
    width: 100%;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.position-r {
  position: relative;
}

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

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

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

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.bg-gray {
  background-color: #f8f8f8;
}

.bg-lightBlue {
  background-color: #eff2f8 !important;
}

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

.border-blue {
  border: 2px solid #355490;
}

.sticky {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .sticky {
    position: unset;
  }
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}
@media screen and (max-width: 1149px) {
  .header {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.header__wrap {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding-right: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1149px) {
  .header__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 769px) {
  .header__wrap {
    padding: 0;
  }
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header__logo {
  width: 60%;
  max-width: 180px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media screen and (max-width: 1149px) {
  .header__logo {
    width: 70%;
  }
}
.header__contact {
  text-align: center;
}
.header__contact-num {
  font-size: 24px;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 959px) {
  .header__contact-num {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .header__contact-num {
    font-size: 16px;
  }
}
.header__contact-num p {
  line-height: 1.4 !important;
}
.header__contact-note {
  background-color: #8fc526;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  padding: 4px 16px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .header__contact {
    display: none;
  }
}
.header__sns {
  margin-left: 20px;
}
.header__sns img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__sns img:last-child {
  margin-left: 10px;
}
.header__hamburger {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  border-radius: 0 0 0 10px;
  background-color: #355490;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .header__hamburger {
    width: 100px;
    height: 100px;
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi__item {
  text-align: center;
  position: relative;
}
.header-navi__item:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 16px;
  top: 0;
  right: 0;
}
.header-navi__item:not(:first-child) {
  padding-left: 20px;
}
.header-navi__item:not(:last-child) {
  padding-right: 20px;
}
.header-navi__item:last-child:after {
  display: none;
}

.menu-trigger {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.menu-trigger__inner {
  position: absolute;
  top: 40%;
  width: 100%;
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: 45px;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: -20px;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -20px;
}
.menu-trigger p {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-trigger p::before, .menu-trigger p::after {
  position: absolute;
  color: #fff;
  right: 0;
  left: 0;
  top: 20px;
  margin: 0 auto;
}
.menu-trigger p::before {
  content: "メニュー";
  opacity: 1;
}
.menu-trigger p::after {
  content: "閉じる";
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
  top: -10px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.menu-trigger.active p::before {
  content: "メニュー";
  opacity: 0;
}
.menu-trigger.active p::after {
  content: "閉じる";
  opacity: 1;
}

.hamburger {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  padding: 0 40px;
  top: 0;
  z-index: 8;
  background: #fff;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hamburger.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.hamburger__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .hamburger__container {
    display: block;
  }
}
.hamburger__image {
  width: 46%;
  height: 80%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .hamburger__image {
    display: none;
  }
}
.hamburger__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hamburger__nav {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .hamburger__nav {
    width: 100%;
  }
}
.hamburger__ul {
  margin-bottom: 30px;
}
.hamburger__item {
  display: block;
  padding: 18px 30px;
  border-bottom: 1px dashed #aaaaaa;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}
.hamburger__item:first-child {
  border-top: 1px dashed #aaaaaa;
}
.hamburger__button {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .hamburger__button {
    display: block;
  }
  .hamburger__button .button:first-child {
    margin-bottom: 30px;
  }
}
.hamburger__button a {
  width: 100%;
}
.hamburger__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.hamburger__sns img {
  height: 30px;
}

.form-table {
  font-size: 15px;
}
.form-table__wrap {
  position: relative;
}
.form-table__wrap::after {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.form-table div[data-formrun-show-if-error] {
  margin-top: 8px;
  color: red;
}
@media screen and (max-width: 959px) {
  .form-table div[data-formrun-show-if-error] {
    font-size: 12px;
  }
}
.form-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
  z-index: 3;
}
.form-table__row:first-child {
  border-top: 1px solid #bcbcbc;
}
.form-table__row.block {
  display: block;
  text-align: center;
  margin-top: 60px;
  border-bottom: 0;
  border-top: 0;
}
.form-table__head {
  width: 300px;
  padding: 0 24px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table__head span {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #87b4d0;
  padding: 2px 10px;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 12px;
  background-color: #87b4d0;
  color: #fff;
}
.form-table__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table__body.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .form-table {
    font-size: 16px;
  }
  .form-table__wrap::after {
    display: none;
  }
  .form-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .form-table__row.block {
    margin-top: 30px;
  }
  .form-table__head {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 12px;
  }
  .form-table__head span {
    font-size: 12px;
  }
  .form-table__body {
    width: 100%;
    padding: 0;
  }
}
.form-table label {
  display: block;
  margin-bottom: 12px;
}
.form-table label input[type=checkbox] {
  display: none;
}
.form-table label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form-table label input[type=checkbox] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form-table label input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.form-table label input[type=checkbox] + span::after {
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.form-table label input[type=radio] {
  display: none;
}
.form-table label input[type=radio]:checked + span::after {
  opacity: 1;
}
.form-table label input[type=radio] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form-table label input[type=radio] + span::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.form-table label input[type=radio] + span::after {
  content: "";
  display: block;
  left: 5px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #333;
}
.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=email],
.form-table textarea {
  font-size: 15px;
  padding: 15px 24px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background-color: #f4f4f4;
}
.form-table input[type=text]::-webkit-input-placeholder, .form-table input[type=tel]::-webkit-input-placeholder, .form-table input[type=email]::-webkit-input-placeholder, .form-table textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]:-ms-input-placeholder, .form-table input[type=tel]:-ms-input-placeholder, .form-table input[type=email]:-ms-input-placeholder, .form-table textarea:-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::-ms-input-placeholder, .form-table input[type=tel]::-ms-input-placeholder, .form-table input[type=email]::-ms-input-placeholder, .form-table textarea::-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=email]::placeholder,
.form-table textarea::placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
@media screen and (max-width: 959px) {
  .form-table input[type=text],
  .form-table input[type=tel],
  .form-table input[type=email],
  .form-table textarea {
    font-size: 16px;
    padding: 18px 22px;
  }
  .form-table input[type=text]::-webkit-input-placeholder, .form-table input[type=tel]::-webkit-input-placeholder, .form-table input[type=email]::-webkit-input-placeholder, .form-table textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]:-ms-input-placeholder, .form-table input[type=tel]:-ms-input-placeholder, .form-table input[type=email]:-ms-input-placeholder, .form-table textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::-ms-input-placeholder, .form-table input[type=tel]::-ms-input-placeholder, .form-table input[type=email]::-ms-input-placeholder, .form-table textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::placeholder,
  .form-table input[type=tel]::placeholder,
  .form-table input[type=email]::placeholder,
  .form-table textarea::placeholder {
    font-size: 16px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  padding: 20px !important;
  background-color: rgba(255, 0, 0, 0.3) !important;
  margin: 2em 0 0 0 !important;
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  background-color: rgba(70, 180, 80, 0.3) !important;
}

.normal-btn {
  display: inline-block;
  width: 300px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.normal-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("./assets/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.normal-btn:hover {
  background-color: #fff;
  color: #333;
}
.normal-btn:hover::after {
  background-image: url("./assets/images/arrow--black.svg");
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer__wrap {
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 769px) {
  .footer__mark {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.footer__info {
  z-index: 2;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__info {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .footer__info {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .footer__info {
    text-align: center;
  }
}
.footer__logo {
  width: 200px;
}
@media screen and (max-width: 769px) {
  .footer__logo {
    width: 60%;
    margin: 0 auto;
  }
}
.footer__links {
  z-index: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.footer__address {
  line-height: 1.8;
}
.footer__press {
  margin-top: 100px;
  text-align: right;
}
.footer__press a {
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
.footer__legal {
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.footer__to-top {
  position: absolute;
  top: 0;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.footer__bg {
  position: absolute;
  right: -16%;
  max-width: 420px;
  top: -16%;
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  .footer__bg {
    width: 80%;
    bottom: 0;
    top: inherit;
  }
}
.footer #pagetop {
  position: absolute;
  right: 100px;
  bottom: 80px;
  margin: 0;
}
.footer #pagetop a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  background: rgb(0, 0, 0);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.footer #pagetop a:hover {
  opacity: 0.3;
}
.footer #pagetop a::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 769px) {
  .footer #pagetop {
    display: none;
  }
}

.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer-navi {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .footer-navi {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .footer-navi {
    display: block;
  }
}
.footer-navi__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .footer-navi__item {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .footer-navi__sns {
    text-align: center;
  }
}
.footer-navi__sns a {
  margin-right: 10px;
}
.footer-navi__sns a:last-child {
  margin-right: 0;
}
.footer-navi__sns img {
  width: auto;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.to-top {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  position: relative;
  background-color: #fff;
}
.to-top::before, .to-top::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.to-top::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -6px;
}
.to-top::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -6px;
}
.to-top:hover {
  opacity: 1;
}

.page {
  padding: 100px 20px 100px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 80px 0px 80px;
  }
}
.page__wrap {
  margin: 0 auto;
  max-width: 11s00px;
}
@media screen and (max-width: 1149px) {
  .page__wrap {
    margin: 0 4rem;
  }
}
@media screen and (max-width: 769px) {
  .page__wrap {
    margin: 0 2rem;
  }
}
.page__heading .heading {
  color: #355490;
}
.page__heading .heading__en {
  font-size: 50px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .page__heading .heading__en {
    font-size: 40px;
  }
}
@media screen and (max-width: 769px) {
  .page__heading .heading__en {
    font-size: 40px;
  }
}
.page__heading .heading__ja {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .page__heading .heading__ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .page__heading .heading__ja {
    font-size: 12px;
  }
}
.page__heading .heading__ja::before {
  position: absolute;
  content: "";
  background: #355490;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page__heading .heading-sub {
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .page__heading .heading-sub {
    margin-bottom: 40px;
  }
}
.page__heading .heading-sub__ja {
  color: #355490;
  font-size: 30px;
  margin-bottom: 4px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .page__heading .heading-sub__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 769px) {
  .page__heading .heading-sub__ja {
    font-size: 24px;
  }
}
.page__heading .heading-sub__en {
  color: #aaaaaa;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 959px) {
  .page__heading .heading-sub__en {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .page__heading .heading-sub__en {
    font-size: 16px;
  }
}

.page-mv {
  height: 66vh;
  padding-top: 80px;
}
@media screen and (max-width: 769px) {
  .page-mv {
    height: 40vh;
  }
}
.page-mv__wrapper {
  width: 96%;
  height: 100%;
  margin: 0 auto;
}
.page-mv__container {
  width: 100%;
  height: 100%;
}
.page-mv__image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.page-mv__image::before {
  background-color: #355490;
  background-size: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.page-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-mv__heading {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.page-mv__heading .heading {
  color: #fff;
}
.page-mv__heading .heading__ja {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .page-mv__heading .heading__ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .page-mv__heading .heading__ja {
    font-size: 14px;
  }
}
.page-mv__heading .heading__ja::before {
  background: #fff;
}

.pagenavi-mv {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pagenavi-mv {
    margin-top: -50px;
  }
}
.pagenavi-mv__wrap {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}

.pagenavi-menu {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: calc(10px * -1);
}
.pagenavi-menu__item {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc((100% - 10px * (6 - 1)) / 6);
}
.pagenavi-menu__item:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .pagenavi-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(10px * -1);
  }
  .pagenavi-menu__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (3 - 1)) / 3);
  }
  .pagenavi-menu__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.pagenavi-menu__link {
  font-size: 20px;
}
.pagenavi-menu__sub {
  color: #355490;
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4px;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.wysiwyg p {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative;
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 48px;
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 18px;
  }
  .wysiwyg h3 {
    font-size: 16px;
  }
  .wysiwyg h4 {
    font-size: 14px;
  }
  .wysiwyg p {
    font-size: 14px;
  }
  .wysiwyg blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }
  .wysiwyg blockquote cite {
    font-size: 12px;
  }
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #333;
}
.pagination span.current, .pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  background: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination,
  .page-numbers {
    margin-top: 65px;
  }
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #ebe4d8;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.md-body {
  width: 720px;
  margin: auto;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

.main-visual {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .main-visual {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.main-visual__wrap {
  padding-top: 80px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-visual__container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .main-visual__container {
    display: block;
  }
}
.main-visual__textBlock {
  width: 42%;
  text-align: left;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .main-visual__textBlock {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .main-visual__textBlock a {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
.main-visual__catch {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  line-height: 1.4;
  margin-top: 10%;
}
@media screen and (max-width: 959px) {
  .main-visual__catch {
    font-size: 34px;
  }
}
@media screen and (max-width: 769px) {
  .main-visual__catch {
    font-size: 34px;
  }
}
@media screen and (max-width: 769px) {
  .main-visual__catch {
    margin-bottom: 20px;
    margin-top: 6%;
  }
}
.main-visual__text {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .main-visual__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .main-visual__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .main-visual__text {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
}
.main-visual__slider {
  overflow: hidden;
  width: 58%;
  aspect-ratio: 1/1.02;
  border-radius: 10px;
}
.main-visual__slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .main-visual__slider {
    width: 100%;
  }
}
.main-visual .slider {
  height: 100%;
}
.main-visual .slick-list {
  height: 100%;
}
.main-visual .slide-item {
  height: 100%;
}
.main-visual .slick-track {
  height: 100%;
}
.main-visual__item {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main-visual .scroll {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 80px;
  bottom: 14%;
  color: #355490;
  letter-spacing: 0.1em;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 769px) {
  .main-visual .scroll {
    top: 20%;
    bottom: auto;
    right: 10%;
    left: unset;
  }
}
.main-visual .scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #355490;
  right: 50%;
  bottom: -115px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.about__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .about__container {
    display: block;
  }
}
.about__image {
  width: 34%;
}
@media screen and (max-width: 769px) {
  .about__image {
    width: 60%;
    margin: 40px auto 30px auto;
  }
}
.about__image-a {
  position: absolute;
  width: 300px;
  right: -20%;
  bottom: -20%;
}
@media screen and (max-width: 769px) {
  .about__image-a {
    width: 60%;
  }
}
@media screen and (max-width: 769px) {
  .about__image {
    width: 68%;
  }
}
.about__textBlock {
  width: 56%;
}
@media screen and (max-width: 769px) {
  .about__textBlock {
    width: 100%;
  }
}
.about__catch {
  font-size: 40px;
  letter-spacing: 0.26em;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .about__catch {
    font-size: 30px;
  }
}
@media screen and (max-width: 769px) {
  .about__catch {
    font-size: 30px;
  }
}
@media screen and (max-width: 769px) {
  .about__catch {
    font-size: 5.6vw;
  }
}
.about__catch-sub {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .about__catch-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .about__catch-sub {
    font-size: 20px;
  }
}
.about__text {
  line-height: 2.4;
}
.about__text span {
  font-weight: bold;
}
.about__text-name {
  text-align: right;
  font-weight: bold;
}
.about__text-name p:first-child {
  color: #355490;
}
.about__text-name p:last-child {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .about__text-name p:last-child {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .about__text-name p:last-child {
    font-size: 18px;
  }
}
.about__text-name p:last-child span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .about__text-name p:last-child span {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .about__text-name p:last-child span {
    font-size: 12px;
  }
}

.staff .heading-sub {
  text-align: left;
}
.staff__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.staff__bg {
  position: absolute;
  left: 0;
  top: 50px;
  width: 320px;
  z-index: 0;
}
.staff .staff-list {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px 0;
  z-index: 1;
}
.staff .staff-list::after {
  display: block;
  content: "";
  width: 30%;
}
@media screen and (max-width: 769px) {
  .staff .staff-list {
    width: 100%;
    gap: 60px 0;
  }
  .staff .staff-list::after {
    width: 46%;
  }
}
.staff .staff-list__item {
  width: 30%;
}
@media screen and (max-width: 769px) {
  .staff .staff-list__item {
    width: 46%;
  }
}
.staff .staff-list__image {
  aspect-ratio: 4/5;
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
  letter-spacing: 0.1em;
}
.staff .staff-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff .staff-list__class {
  color: #355490;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .staff .staff-list__class {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .staff .staff-list__class {
    font-size: 14px;
  }
}
.staff .staff-list__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .staff .staff-list__name {
    display: block;
  }
}
.staff .staff-list__name-ja {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .staff .staff-list__name-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .staff .staff-list__name-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .staff .staff-list__name-ja {
    text-align: right;
  }
}
.staff .staff-list__name-en {
  color: #aaaaaa;
  font-size: 13px;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 959px) {
  .staff .staff-list__name-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .staff .staff-list__name-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .staff .staff-list__name-en {
    text-align: right;
  }
}

.information__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .information__container {
    display: block;
  }
}
.information__image {
  width: 46%;
  border-radius: 10px;
  overflow: hidden;
}
.information__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: grid;
}
@media screen and (max-width: 769px) {
  .information__image {
    width: 100%;
  }
}
.information__textBlock {
  width: 44%;
}
@media screen and (max-width: 769px) {
  .information__textBlock {
    width: 100%;
    margin-bottom: 30px;
  }
}
.information table {
  width: 100%;
}
.information table tr {
  margin-bottom: 10px;
}
.information table th,
.information table td {
  padding: 10px 0;
}
.information table th {
  color: #355490;
  font-weight: bold;
  text-align: left;
  width: 20%;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .information table th {
    width: 26%;
  }
}
.information table th::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  right: 0;
  background: #355490;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  .information table th::after {
    height: 12px;
  }
}
.information table td {
  padding-left: 40px;
  width: 80%;
}

.supporters .supporters-list__boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3em 2em;
}
@media screen and (max-width: 959px) {
  .supporters .supporters-list__boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 1em;
  }
}
.supporters .supporters-box__logo {
  border: 1px solid #dedede;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 49/36;
  overflow: hidden;
  padding: 3em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .supporters .supporters-box__logo {
    padding: 24px 20px;
  }
}
.supporters .supporters-box__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  height: -webkit-fill-available;
}
.supporters .supporters-box__name {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .supporters .supporters-box__name {
    font-size: 13px;
  }
}
@media screen and (max-width: 769px) {
  .supporters .supporters-box__name {
    font-size: 13px;
  }
}
.supporters .supporters-box__name span {
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
}

.documents-link__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .documents-link__container {
    display: block;
  }
}
.documents-link__box {
  width: 30%;
  color: #355490;
  font-weight: bold;
  text-align: center;
  background-color: #f8f8f8;
}
@media screen and (max-width: 769px) {
  .documents-link__box {
    width: 100%;
    margin-bottom: 30px;
  }
  .documents-link__box:last-child {
    margin-bottom: 0;
  }
}
.documents-link__box a {
  display: block;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #355490;
}
@media screen and (max-width: 769px) {
  .documents-link__box a {
    padding: 20px;
  }
}

.pdf-column__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 20px;
  border-bottom: 1px dashed #355490;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .pdf-column__box {
    display: block;
    padding: 20px 0;
  }
}
.pdf-column__year {
  width: 20%;
  text-align: center;
  color: #355490;
  border-right: 1px solid #aaaaaa;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .pdf-column__year {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
  }
}
.pdf-column__item {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 14px;
  padding: 0 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pdf-column__item-full {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .pdf-column__item {
    width: 100%;
    padding-left: 0;
  }
}
.pdf-column__file {
  background-color: #f4f0f0;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .pdf-column__file {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .pdf-column__file {
    font-size: 12px;
  }
}
.pdf-column__file a {
  display: block !important;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.pdf-column__file a:hover {
  color: #fff;
  background-color: #355490;
}
@media screen and (max-width: 769px) {
  .pdf-column__file a {
    padding: 10px 14px;
  }
}

.news__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .news__container {
    display: block;
  }
}
.news__container-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .news__container-top {
    display: block;
  }
  .news__container-top .button {
    margin-top: 30px;
  }
}
.news__category {
  width: 20%;
}
@media screen and (max-width: 769px) {
  .news__category {
    width: 100%;
    margin-top: 40px;
  }
}
.news__single {
  width: 70%;
}
@media screen and (max-width: 769px) {
  .news__single {
    width: 100%;
  }
}
.news__pager-previous {
  text-align: left;
  margin-bottom: 20px;
}
.news__pager-return {
  margin: 0 auto;
  text-align: center;
}
.news__pager-return img {
  width: 20px;
}
.news__pager-next {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news__pager-previous, .news__pager-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__pager-previous img, .news__pager-next img {
  width: 10px;
  height: auto;
}
.news__pager p {
  color: #355490;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 959px) {
  .news__pager p {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .news__pager p {
    font-size: 14px;
  }
}
.news .news-list {
  width: 70%;
}
@media screen and (max-width: 769px) {
  .news .news-list {
    width: 100%;
  }
}
.news .news-list__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .news .news-list__container {
    display: block;
  }
}
.news .news-list__container:after {
  content: "";
  display: block;
  width: 30%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.news .news-list__item {
  width: 30%;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .news .news-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.news .news-list__item:last-child {
  margin-bottom: 0;
}
.news .news-list__thumbnail {
  border-radius: 10px;
  margin-bottom: 6px;
}
.news .news-list__thumbnail img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.news .news-list__time {
  color: #aaaaaa;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .news .news-list__time {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .news .news-list__time {
    font-size: 12px;
  }
}
.news .news-list__title {
  font-weight: bold;
}
.news .single {
  margin-bottom: 40px;
}
.news .single__category {
  color: #fff;
  background-color: #355490;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .news .single__category {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .news .single__category {
    font-size: 14px;
  }
}
.news .single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .news .single__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .news .single__title {
    font-size: 18px;
  }
}
.news .single__date {
  font-size: 12px;
  color: #aaaaaa;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .news .single__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .news .single__date {
    font-size: 12px;
  }
}
.news .single__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #355490;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .news .single__box {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.news .single__terms {
  margin-top: 10px;
}
.news .single__content {
  padding-bottom: 40px;
  border-bottom: 2px solid #355490;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.news .single__content img {
  margin-bottom: 20px;
}
.news .category {
  color: #355490;
  font-weight: bold;
}
.news .category__title {
  padding-bottom: 6px;
  border-bottom: 2px solid #355490;
}
.news .category__item {
  margin-top: 17px;
}
.news .category ul li {
  margin-bottom: 10px;
}
.news .category ul li:last-child {
  margin-bottom: 0;
}
.news .wp-pagenavi {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .news .wp-pagenavi {
    margin-top: 40px;
  }
}
.news .wp-pagenavi .pages {
  display: none;
}
.news .wp-pagenavi .current {
  font-weight: bold;
  background-color: #355490 !important;
  color: #fff;
}
.news .wp-pagenavi a,
.news .wp-pagenavi span {
  border: none;
  background-color: #f8f8f8;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 6px;
}

.service__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .service__container {
    display: block;
  }
}
.service__box {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .service__box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.service__box-inner {
  padding: 40px 30px 30px 30px;
  position: relative;
}
.service__box-num {
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  color: #355490;
  position: absolute;
  top: -26px;
  left: 20px;
}
@media screen and (max-width: 959px) {
  .service__box-num {
    font-size: 40px;
  }
}
@media screen and (max-width: 769px) {
  .service__box-num {
    font-size: 40px;
  }
}
.service__box-icon {
  margin: 0 auto 30px auto;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}
.service__box-icon img {
  height: 100%;
}
.service__box-genre {
  text-align: center;
  color: #2583c8;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .service__box-genre {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .service__box-genre {
    font-size: 18px;
  }
}
.service__box-text {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .service__box-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .service__box-text {
    font-size: 12px;
  }
}
.service__box a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.service__box a:hover .service__box-arrow {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.service__box-arrow {
  position: absolute;
  bottom: -26px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 30%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .service__box-arrow {
    width: 50px;
    bottom: -20px;
  }
}
.service .button {
  display: table;
  margin: 0 auto;
}

.service-block {
  padding: 60px 0;
  border-bottom: 1px solid #355490;
}
.service-block:first-child {
  border-top: 1px solid #355490;
}
@media screen and (max-width: 769px) {
  .service-block {
    padding: 40px 0;
  }
}
.service-block__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .service-block__container {
    display: block;
  }
}
.service-block__heading-num {
  font-size: 100px;
  font-family: "futura-pt", sans-serif;
  color: #355490;
  text-align: center;
  line-height: 0.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .service-block__heading-num {
    font-size: 80px;
  }
}
@media screen and (max-width: 769px) {
  .service-block__heading-num {
    font-size: 80px;
  }
}
@media screen and (max-width: 769px) {
  .service-block__heading-num {
    margin-bottom: 0;
  }
}
.service-block__heading-title {
  font-size: 30px;
  color: #2583c8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 959px) {
  .service-block__heading-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 769px) {
  .service-block__heading-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 769px) {
  .service-block__heading-title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
@media screen and (max-width: 769px) {
  .service-block__heading .sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
.service-block__contents {
  width: 84%;
}
@media screen and (max-width: 769px) {
  .service-block__contents {
    width: 100%;
  }
}

.service-box {
  width: 100%;
  padding-top: 60px;
  border-bottom: 1px solid #aaaaaa;
}
.service-box:nth-child(odd) {
  padding-bottom: 60px;
}
.service-box:nth-child(odd) .service-box__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 769px) {
  .service-box:last-child {
    padding-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  .service-box {
    padding-top: 0;
  }
}
.service-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .service-box__container {
    display: block;
  }
}
.service-box__textBlock {
  width: 60%;
}
@media screen and (max-width: 769px) {
  .service-box__textBlock {
    width: 100%;
  }
}
.service-box__catch {
  color: #2583c8;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .service-box__catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .service-box__catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .service-box__catch {
    margin-bottom: 20px;
  }
}
.service-box__text span {
  font-weight: bold;
}
.service-box__ul {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .service-box__ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .service-box__ul {
    font-size: 14px;
  }
}
.service-box__ul li {
  line-height: 1.6;
}
.service-box__ul li:last-child {
  margin-top: 10px;
}
.service-box__image {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.service-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .service-box__image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.service-box__image-01 {
  width: 100%;
}
.service-box__image-02, .service-box__image-03 {
  width: 48%;
}
.service-box__note {
  background-color: #f8f8f8;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.service-box__note-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.service-box__note-text {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .service-box__note-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .service-box__note-text {
    font-size: 12px;
  }
}

.accordion {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
.accordion::after {
  position: absolute;
  content: "";
  background: #355490;
  border-radius: 50px;
  left: 21px;
  width: 30px;
  height: 30px;
  top: 17px;
  z-index: 0;
}
.accordion__title {
  padding: 20px 10px 20px 70px;
  background-color: #f8f8f8;
  border: 1px solid #aaaaaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  font-weight: bold;
}
.accordion__title::before, .accordion__title::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 50%;
  z-index: 1;
}
.accordion__title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3ss;
  transition: opacity 0.3ss;
}
.accordion__title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion__content {
  display: none;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .accordion__content {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .accordion__content {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .accordion__content {
    width: 96%;
  }
}
.accordion table th {
  width: 30%;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #2583c8;
  font-weight: bold;
}
.accordion table td {
  border-bottom: 1px solid #aaaaaa;
}
.accordion table td span {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .accordion table td span {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .accordion table td span {
    font-size: 12px;
  }
}
.accordion table td .red {
  color: rgb(255, 0, 0);
}
.accordion table th,
.accordion table td {
  padding: 20px 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .accordion table th,
  .accordion table td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}
.accordion__note {
  background-color: #eff2f8;
  padding: 20px 40px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .accordion__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .accordion__note {
    font-size: 12px;
  }
}

.accordion__title.show::before {
  opacity: 0;
}

.accordion__title.show::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.page-link__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .page-link__container {
    display: block;
  }
}
.page-link__item {
  width: 49%;
  border-radius: 10px;
  height: 260px;
  background-image: url(./assets/images/page-link/bg-donation.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .page-link__item {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
}
.page-link__item:first-child {
  width: 100%;
  background-image: url(./assets/images/page-link/bg-activities.jpg);
}
.page-link__item:last-child {
  background-image: url(./assets/images/page-link/bg-support.jpg);
}
.page-link__item::before {
  background-color: #355490;
  background-size: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.page-link__item:hover .heading {
  -webkit-transform: translate(10px);
          transform: translate(10px);
}
.page-link__item a:hover {
  opacity: unset !important;
}
.page-link__item-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.page-link__a {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}
.page-link .heading {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-link .heading__ja::before {
  background: #fff !important;
}

.sns__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 769px) {
  .sns__container {
    display: block;
  }
}
.sns__item {
  width: 46%;
}
.sns__item:first-child {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .sns__item {
    width: 100%;
    margin-bottom: 60px;
  }
  .sns__item:last-child {
    margin-bottom: 0;
  }
}
.sns__name {
  color: #355490;
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .sns__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 769px) {
  .sns__name {
    font-size: 22px;
  }
}
.sns__name span {
  font-size: 14px;
  color: #aaaaaa;
}
@media screen and (max-width: 959px) {
  .sns__name span {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .sns__name span {
    font-size: 12px;
  }
}
.sns .fb-wrap {
  width: 100%;
  text-align: center;
}
.sns .twitter-timeline {
  margin: auto;
}
.sns .button {
  display: table;
  margin: 0 auto;
}

.contact-banner {
  background: rgb(53, 84, 144);
  background: -webkit-linear-gradient(74deg, rgb(53, 84, 144) 0%, rgb(178, 214, 192) 100%);
  background: linear-gradient(16deg, rgb(53, 84, 144) 0%, rgb(178, 214, 192) 100%);
}
.contact-banner__container {
  text-align: center;
  color: #fff;
}
.contact-banner__catch {
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .contact-banner__catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .contact-banner__catch {
    font-size: 20px;
  }
}
.contact-banner__tel {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 0.8;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 959px) {
  .contact-banner__tel {
    font-size: 40px;
  }
}
@media screen and (max-width: 769px) {
  .contact-banner__tel {
    font-size: 40px;
  }
}
@media screen and (max-width: 769px) {
  .contact-banner__tel {
    font-size: 8vw;
    line-height: 1;
  }
}
.contact-banner__tel span {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .contact-banner__tel span {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .contact-banner__tel span {
    font-size: 18px;
  }
}
.contact-banner__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .contact-banner__button {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .contact-banner__button {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .contact-banner__button {
    display: block;
    width: 100%;
  }
  .contact-banner__button .button {
    width: 100%;
  }
  .contact-banner__button .button:first-child {
    margin-bottom: 30px;
  }
  .contact-banner__button .button__flex {
    width: 100%;
  }
}

.text-box {
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.text-box::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #355490;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
}
.text-box__container {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}
.text-box__description {
  color: #355490;
  font-weight: bold;
}
.text-box .button {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.link-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.link-box__item {
  width: 22%;
  color: #fff;
  background-color: #355490;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border: 2px solid #fff;
  text-align: center;
  aspect-ratio: 7/4;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .link-box__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .link-box__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .link-box__item {
    width: 48%;
    margin-bottom: 30px;
  }
}
.link-box__item:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
.link-box__item:hover::after {
  translate: unset;
}
.link-box__item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.link-box__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #355490;
  z-index: -1;
  bottom: -6px;
  right: -6px;
  border-radius: 10px;
}
.link-box__item:hover::after {
  -webkit-transform: none;
          transform: none;
}

.table-box__heading {
  color: #355490;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #355490;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .table-box__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .table-box__heading {
    font-size: 20px;
  }
}
.table-box__heading span {
  color: #aaaaaa;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .table-box__heading span {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .table-box__heading span {
    font-size: 12px;
  }
}
.table-box table {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .table-box table {
    table-layout: fixed;
  }
}
.table-box table tr {
  border-bottom: 1px solid #355490;
  padding: 10px 0;
}
.table-box table th,
.table-box table td {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .table-box table th,
  .table-box table td {
    display: block;
    padding: 20px 10px;
  }
}
.table-box table th {
  color: #355490;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .table-box table th {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f8f8f8;
  }
}
.table-box table th::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50px;
  background: #e2e2e2;
}
@media screen and (max-width: 769px) {
  .table-box table th::after {
    display: none;
  }
}
.table-box table td {
  width: 80%;
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .table-box table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .table-box table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .table-box table td {
    width: 100%;
  }
}
.table-box table td img {
  width: 80%;
  max-width: 660px;
}
@media screen and (max-width: 769px) {
  .table-box table td img {
    width: 100%;
  }
}
.table-box table td a {
  color: #355490;
}
.table-box table td span {
  font-weight: bold !important;
  font-size: inherit;
}
.table-box table ul {
  padding-left: 30px;
  margin-bottom: 10px;
}

#report,
#regulation,
#minutes {
  padding-top: 100px;
}

.num-box__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2em 1em;
}
@media screen and (max-width: 959px) {
  .num-box__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.num-box__item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #eff2f8;
}
@media screen and (max-width: 769px) {
  .num-box__item {
    width: 100%;
  }
}
.num-box__item-inner {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.num-box__year {
  color: #fff;
  background-color: #355490;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .num-box__year {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .num-box__year {
    font-size: 16px;
  }
}
.num-box__data {
  color: #355490;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.num-box__data span {
  font-size: 40px;
  padding: 0 4px;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 959px) {
  .num-box__data span {
    font-size: 36px;
  }
}
@media screen and (max-width: 769px) {
  .num-box__data span {
    font-size: 36px;
  }
}
.num-box__detail {
  padding-top: 20px;
  border-top: 1px solid #355490;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .num-box__detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .num-box__detail {
    font-size: 12px;
  }
}

.contact-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contact-form .form-item {
  margin-bottom: 30px;
  width: 100%;
}
.contact-form .form-item:last-child {
  margin-bottom: 0;
}
.contact-form .form-item__label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-form .form-item__label .isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.contact-form .form-item__label-required {
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 0;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #355490;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .contact-form .form-item__label-required {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .contact-form .form-item__label-required {
    font-size: 12px;
  }
}
.contact-form .form-item__label-note {
  font-size: 12px;
  padding-left: 6px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .contact-form .form-item__label-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .contact-form .form-item__label-note {
    font-size: 12px;
  }
}
.contact-form .form-item__input {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 0 1em;
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .form-item__textarea {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .form-item__note {
  color: red;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .contact-form .form-item__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .contact-form .form-item__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form .form-item__note {
    margin-bottom: 20px;
  }
}
.contact-form .form-item__lead {
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .form-item__lead p {
  color: #355490;
}
.contact-form .form-item__lead a {
  font-weight: bold;
  border-bottom: 1px solid #355490;
}
.contact-form .form-btn {
  border-radius: 6px !important;
  margin: 0 auto !important;
  padding: 20px 0 !important;
  width: 280px !important;
  display: block !important;
  background: #355490 !important;
  color: #fff !important;
  font-weight: bold !important;
  letter-spacing: 0.1em !important;
  cursor: pointer !important;
}

.wpcf7-list-item label {
  cursor: pointer !important;
}

.wpcf7-form-control {
  font-size: 16px;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fade-in.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-delay {
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.line {
  margin: 36px 0 40px 0;
  width: 60px;
  height: 1px;
  background-color: #333;
}

.button {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.2em;
  z-index: 3;
}
.button__main {
  color: #fff;
  background-color: #355490;
  border-radius: 50px;
  height: 50px;
  min-width: 240px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .button__main {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .button__main {
    font-size: 14px;
  }
}
.button__main::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button__main:hover::after {
  -webkit-transform: translate(8px, -3px);
          transform: translate(8px, -3px);
}
.button__container {
  padding: 0 20px;
}
.button__line {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .button__line a:hover {
    opacity: 1 !important;
  }
}
.button__line-white {
  border-bottom: 2px solid #fff;
  padding-bottom: 14px;
}
.button__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 40px;
}
.button__flex img {
  width: 30px;
}
@media screen and (max-width: 769px) {
  .button__flex {
    width: 100%;
    max-width: 300px;
  }
}
.button__line-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.button__line-left:hover p {
  -webkit-transform: translatex(5px);
          transform: translatex(5px);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.button__line-left .line-left {
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background-color: #333;
}
.button__surround {
  border: 1px #333 solid;
  padding: 15px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button__solid {
  border: 1px #333 solid;
  background-color: #fffcef;
  color: #355490;
  padding: 15px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.notice {
  width: 66%;
  padding: 2em 4em;
  border: 1px solid #333;
  margin: 60px auto 0 auto;
  line-height: 1.8em;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .notice {
    width: 90%;
    margin-top: 40px;
    padding: 1em 3em;
  }
}

.bg-font {
  font-family: "futura-pt", sans-serif;
  position: absolute;
  font-size: 145px;
  font-weight: bold;
  color: #aaaaaa;
  opacity: 0.1;
  letter-spacing: 0.16em;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .bg-font {
    font-size: 100px;
  }
}
@media screen and (max-width: 769px) {
  .bg-font {
    font-size: 100px;
  }
}
.bg-font__about {
  right: 0;
  bottom: 80px;
}
@media screen and (max-width: 769px) {
  .bg-font__about {
    bottom: -60px;
  }
}
.bg-font__news {
  left: 0;
  bottom: 40px;
}
.bg-font__service {
  right: 0;
  bottom: 40px;
}/*# sourceMappingURL=style.css.map */