@charset "UTF-8";
/*
Theme Name: ふたば福祉会
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
/* iOSでのデフォルトスタイルをリセット */
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: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #202427;
  letter-spacing: 0.01em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.4;
  background-color: #f6efec;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
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 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7vw;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 20px;
  }
}

.container-mini {
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14vw;
}
@media screen and (max-width: 959px) {
  .container-mini {
    padding: 0 20px;
  }
}

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;
}

.white {
  color: #fff;
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .mt-100 {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}

.fz-20 {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .fz-20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .fz-20 {
    font-size: 14px;
  }
}

.heading {
  text-align: center;
  position: relative;
  color: #64ba46;
}
.heading .heading-deco {
  width: 44px;
  margin: auto;
}
.heading .heading-ja {
  font-size: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 959px) {
  .heading .heading-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .heading .heading-ja {
    margin-top: calc(-10 * 2 / 10 * 1vw);
  }
}

.contents-block {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .contents-block {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}

.margin-l-0 {
  margin-left: calc(50% - 50vw);
}

.margin-r-0 {
  margin-right: calc(50% - 50vw);
}

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

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

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

.bg-white {
  background-color: #fff !important;
}

.bg-business {
  background-image: url(./assets/images/bg-top-bisiness.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}

.button-basic {
  background-color: #64ba46;
  color: #fff;
  border: 1px solid #f6efec;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 300px;
  height: 60px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .button-basic {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    min-width: unset;
    width: 250px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.button-basic::after {
  content: url(./assets/images/icon/arrow-right--white.svg);
  position: absolute;
  right: 15px;
  width: 8px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-basic:hover {
  background-color: #fff;
  color: #64ba46;
  border: 1px solid #64ba46;
}
.button-basic:hover::after {
  content: url(./assets/images/icon/arrow-right--accent.svg);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.button-basic.--mini {
  height: 34px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  min-width: unset;
}
@media screen and (max-width: 959px) {
  .button-basic.--mini {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-basic.--mini {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .button-basic.--mini {
    font-size: 12px;
  }
}
.button-basic.--mini:after {
  content: unset;
}
.button-basic.--left:after {
  content: unset;
}
.button-basic.--left:before {
  content: url(./assets/images/icon/arrow-left--white.svg);
  position: absolute;
  left: 15px;
  width: 8px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-basic.--left:hover::before {
  content: url(./assets/images/icon/arrow-left--accent.svg);
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.button-white {
  background-color: #fff;
  color: #64ba46;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 60px;
}
@media screen and (max-width: 959px) {
  .button-white {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-white {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .button-white {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .button-white {
    height: 50px;
    width: 250px;
  }
}
.button-white::after {
  content: url(./assets/images/icon/arrow-right--accent.svg);
  position: absolute;
  right: 15px;
  width: 8px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-white.--pdf::after {
  content: url(./assets/images/icon/pdf.svg) !important;
  width: 30px;
}
@media screen and (max-width: 959px) {
  .button-white.--pdf::after {
    width: 25px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.button-white:hover {
  background-color: #64ba46;
  color: #fff;
}
.button-white:hover::after {
  content: url(./assets/images/icon/arrow-right--white.svg);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.page-link {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .page-link {
    width: 100%;
  }
}
.page-link__inner {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .page-link__inner {
    padding-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-link__inner {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-link__inner {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-link__inner {
    padding: 20px 12px;
  }
}
.page-link__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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .page-link__container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}
.page-link__item {
  display: block;
  text-align: center;
  padding-bottom: 26px;
  font-size: 16px;
  position: relative;
  min-width: 90px;
}
@media screen and (max-width: 959px) {
  .page-link__item {
    padding-bottom: calc(26 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-link__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .page-link__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .page-link__item {
    padding-bottom: 20px;
  }
}
.page-link__item::after {
  position: absolute;
  content: url(./assets/images/common/page-link.svg);
  height: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .page-link__item::after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  opacity: 0;
  will-change: filter;
}
.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in.delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade-in.delay-2 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.fade-in.delay-3 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.mv-fade-in {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: transform, filter, opacity;
  -webkit-transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
  transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
  transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s;
  transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
}
.mv-fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.mv-fade-in.delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mv-fade-in.delay-2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.mv-fade-in.delay-3 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.hidden {
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accent {
  color: #64ba46;
}

.green {
  color: #298546 !important;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: fixed;
  z-index: 12;
  background-color: #f6efec;
}
@media screen and (max-width: 959px) {
  .header {
    background-color: unset;
  }
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 40px;
  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;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding: 20px;
  }
}
.header__logo {
  width: 20%;
  max-width: 280px;
}
@media screen and (max-width: 959px) {
  .header__logo {
    width: 50%;
  }
}
.header__main {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .header__main {
    display: none;
  }
}
.header__nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6em;
}
@media screen and (max-width: 1340px) {
  .header__nav nav ul li:nth-child(8), .header__nav nav ul li:nth-child(9) {
    display: none;
  }
}
.header__nav nav .button-basic {
  font-size: 16px;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  min-width: unset;
}
@media screen and (max-width: 959px) {
  .header__nav nav .button-basic {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .header__nav nav .button-basic {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .header__nav nav .button-basic {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
.header__instagram {
  width: 40px;
  height: 40px;
}
.header__hamburger {
  position: fixed;
  right: 15px;
  top: 15px;
  display: none;
  z-index: 12;
}
@media screen and (max-width: 959px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger::after {
  content: "";
  position: absolute;
  bottom: -18px;
  display: block;
  white-space: nowrap;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .header__hamburger::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .header__hamburger::after {
    font-size: 10px;
  }
}
.header__hamburger:hover {
  cursor: pointer;
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi__item {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 45px;
  height: 45px;
  position: relative;
  background-color: #64ba46;
  vertical-align: middle;
  border-radius: 50px;
  cursor: pointer;
}
.menu-trigger span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-trigger span:nth-of-type(1) {
  top: 17px;
}
.menu-trigger span:nth-of-type(2) {
  top: 22px;
}
.menu-trigger span:nth-of-type(3) {
  top: 27px;
}
.menu-trigger.active span {
  display: block;
  background-color: #fff;
}
.menu-trigger.active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 22px;
}
.menu-trigger.active span:nth-of-type(2) {
  display: none;
}
.menu-trigger.active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 22px;
}

.sp-nav {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  color: #202427;
  background: #f6efec;
  -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;
  overflow-y: auto;
}
.sp-nav.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;
}
.sp-nav__wrap {
  padding: 90px 20px 70px 20px;
}
.sp-nav__block {
  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;
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .sp-nav__block {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__block {
    display: block;
  }
}
.sp-nav__link {
  display: block;
}
.sp-nav__link ul li:not(:first-child) {
  margin-top: 10px;
}
.sp-nav__link ul li a {
  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;
  border-bottom: 1px solid #64ba46;
  font-weight: bold;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .sp-nav__link ul li a {
    padding-top: calc(14 * 2 / 10 * 1vw);
    padding-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__link ul li a {
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
.sp-nav__link ul li a:after {
  content: url(./assets/images/icon/arrow-right--accent.svg);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.sp-nav__button-block {
  margin-top: 30px;
  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: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sp-nav__instagram {
  width: 50px;
  height: 50px;
}
.sp-nav__instagram img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .sp-nav {
    display: block;
  }
}

.main-visual {
  width: 100%;
  height: 100%;
  margin-top: 10vw;
}
@media screen and (max-width: 959px) {
  .main-visual {
    margin-top: 85px;
  }
}
.main-visual__wrap {
  width: 100%;
  height: 100%;
}
.main-visual__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-visual__image-block {
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-visual__image-block .image-main {
  width: 56%;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .main-visual__image-block .image-main {
    width: calc(100% - 20px);
    aspect-ratio: 71/64;
  }
  .main-visual__image-block .image-main .slider {
    height: 100%;
  }
  .main-visual__image-block .image-main .slick-slider,
  .main-visual__image-block .image-main .slick-list,
  .main-visual__image-block .image-main .slick-track,
  .main-visual__image-block .image-main .slick-slide,
  .main-visual__image-block .image-main img {
    height: 100%;
  }
  .main-visual__image-block .image-main img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-visual__image-block .image-sub {
  width: 18%;
}
@media screen and (max-width: 959px) {
  .main-visual__image-block .image-sub {
    display: none;
  }
}
.main-visual__catch {
  font-size: 3.6vw;
  position: absolute;
  bottom: 4%;
  left: 45%;
}
@media screen and (max-width: 959px) {
  .main-visual__catch {
    font-size: 6vw;
    bottom: -34%;
    left: 20px;
  }
}
.main-visual__illust {
  position: absolute;
  width: 92%;
  top: 2%;
  left: 4%;
}
@media screen and (max-width: 959px) {
  .main-visual__illust {
    top: -5%;
  }
}

.top-about .contents-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
}
@media screen and (max-width: 959px) {
  .top-about .contents-block {
    display: block;
  }
}
.top-about .contents-block__text-block {
  width: 50%;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__text-block {
    padding-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__text-block {
    width: 100%;
    padding-top: 60px;
  }
}
.top-about .contents-block__heading {
  font-size: 34px;
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .top-about .contents-block__heading {
    font-size: 18px;
  }
}
.top-about .contents-block__text {
  margin-top: 65px;
  padding-right: 40px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__text {
    margin-top: calc(65 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__text {
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .top-about .contents-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__text {
    padding-right: 0;
  }
}
.top-about .contents-block__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__button {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__button {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-about .contents-block__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .top-about .contents-block__image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .top-about .margin-r-0 {
    margin-right: auto;
  }
}

.top-business .contents-block {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .top-business .contents-block {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-business .contents-block {
    margin-top: 30px;
  }
}
.top-business .contents-block__button-block {
  margin-top: 100px;
  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: 2em;
}
@media screen and (max-width: 959px) {
  .top-business .contents-block__button-block {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-business .contents-block__button-block {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .top-business .contents-block__button-block a:not(:first-child) {
    margin-top: 20px;
  }
}

.contents-block__slide-card {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card {
    padding-left: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card {
    padding-left: 20px;
  }
}
.contents-block__slide-card .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.contents-block__slide-card .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 calc((100% - 60px) / 2.6) !important;
      -ms-flex: 0 0 calc((100% - 60px) / 2.6) !important;
          flex: 0 0 calc((100% - 60px) / 2.6) !important;
  margin-right: 30px;
}
.contents-block__slide-card .slick-slide:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slick-slide {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 calc((100% - 60px) / 1.04) !important;
        -ms-flex: 0 0 calc((100% - 60px) / 1.04) !important;
            flex: 0 0 calc((100% - 60px) / 1.04) !important;
    margin-right: 20px;
  }
}
.contents-block__slide-card .slick-list {
  overflow: hidden;
}
.contents-block__slide-card .slide-card {
  border-radius: 30px;
  background-color: #fff;
  width: 100%;
}
.contents-block__slide-card .slide-card:hover .button-basic {
  background-color: #fff;
  color: #64ba46;
  border: 1px solid #64ba46;
}
.contents-block__slide-card .slide-card:hover .button-basic::after {
  content: url(./assets/images/icon/arrow-right--accent.svg);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.contents-block__slide-card .slide-card:hover .button-basic.--mini::after {
  display: none;
}
.contents-block__slide-card .slide-card a {
  display: block;
}
.contents-block__slide-card .slide-card__inner {
  padding: 30px;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__inner {
    padding: calc(30 * 2 / 10 * 1vw);
  }
}
.contents-block__slide-card .slide-card__image {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 49/33;
}
.contents-block__slide-card .slide-card__image img {
  width: 100%;
  height: 100%;
}
.contents-block__slide-card .slide-card__title {
  text-align: center;
  color: #64ba46;
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .contents-block__slide-card .slide-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__title {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.contents-block__slide-card .slide-card__text {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__text {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
.contents-block__slide-card .slide-card__tag-block {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__tag-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.contents-block__slide-card .slide-card__tag-block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
.contents-block__slide-card .slide-card__tag-block ul li {
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f6efec;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__tag-block ul li {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .contents-block__slide-card .slide-card__tag-block ul li {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__tag-block ul li {
    padding: calc(10 * 2 / 10 * 1vw);
  }
}
.contents-block__slide-card .slide-card__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__button {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.contents-block__slide-card .slide-card__button .button-basic {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .contents-block__slide-card .slide-card__button {
    min-width: none;
    width: 80%;
  }
  .contents-block__slide-card .slide-card__button .button-basic {
    width: 100%;
  }
}

.top-recruit .page {
  padding-top: 0;
}
.top-recruit .contents-block {
  margin-top: 0;
}
.top-recruit .contents-block__image-block {
  position: relative;
}
.top-recruit .contents-block__catch {
  position: absolute;
  right: 0;
  bottom: -30%;
  width: 8vw;
}
@media screen and (max-width: 959px) {
  .top-recruit .contents-block__catch {
    right: 0;
    left: 0;
    bottom: auto;
    top: 10%;
    margin: auto;
    width: 12vw;
  }
}
.top-recruit .contents-block__catch.fade-in {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.top-recruit .contents-block__catch.fade-in.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 959px) {
  .top-recruit .contents-block__catch.fade-in {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.top-recruit .contents-block__text-block {
  margin-top: 75px;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .top-recruit .contents-block__text-block {
    margin-top: calc(75 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-recruit .contents-block__text-block {
    display: block;
    margin-top: 25px;
  }
}
.top-recruit .contents-block__text {
  width: 56%;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .top-recruit .contents-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .top-recruit .contents-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .top-recruit .contents-block__text {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .top-recruit .contents-block__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
  }
}
.top-recruit .contents-block__button .button-basic {
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .top-recruit .contents-block__button .button-basic {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .top-recruit .contents-block__button .button-basic {
    font-size: 16px;
  }
}

.top-report .contents-block__post-block {
  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: 4em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .top-report .contents-block__post-block {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 25px;
    padding: 0 30px 30px 0;
    margin-right: calc(50% - 50vw);
  }
}
.top-report .contents-block__instagram {
  margin: auto;
  margin-top: 115px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .top-report .contents-block__instagram {
    margin-top: calc(115 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-report .contents-block__instagram {
    width: 100%;
  }
}
.top-report .post {
  width: calc((100% - 8em) / 3);
}
@media screen and (max-width: 959px) {
  .top-report .post {
    max-width: unset;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
}
.top-report .post:hover .post__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-report .post__image {
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 35/24;
}
.top-report .post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-report .post__date {
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .top-report .post__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .top-report .post__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .top-report .post__date {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
.top-report .post__title {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .top-report .post__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .top-report .post__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .top-report .post__title {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
.top-report .post__tag-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-report .post__tag-block .tag {
  font-size: 12px;
  margin-top: 15px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #d9f3cf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .top-report .post__tag-block .tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .top-report .post__tag-block .tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .top-report .post__tag-block .tag {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-report .post__tag-block .tag {
    padding-left: calc(15 * 2 / 10 * 1vw);
    padding-right: calc(15 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-report .post__tag-block .tag {
    padding-top: calc(5 * 2 / 10 * 1vw);
    padding-bottom: calc(5 * 2 / 10 * 1vw);
  }
}
.top-report .instagram-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .top-report .instagram-block {
    display: block;
  }
}
.top-report .instagram-block__link {
  width: 10%;
}
@media screen and (max-width: 959px) {
  .top-report .instagram-block__link {
    margin: auto;
    width: 30%;
  }
}
.top-report .instagram-block__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ccc;
  height: 390px;
}
@media screen and (max-width: 959px) {
  .top-report .instagram-block__main {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-top: 20px;
  }
}

.text-block__wrap {
  margin: auto;
  max-width: 700px;
}
.text-block__heading {
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .text-block__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .text-block__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .text-block__heading {
    text-align: left;
  }
}
.text-block__text {
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .text-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .text-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .text-block__text {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.profile .contents-block {
  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: 5em;
}
@media screen and (max-width: 959px) {
  .profile .contents-block {
    display: block;
  }
}
.profile__text-block {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .profile__text-block {
    width: 100%;
    margin-top: 30px;
  }
}
.profile__name {
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .profile__name {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.profile__name .small {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .profile__name .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .profile__name .small {
    font-size: 12px;
  }
}
.profile__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.profile__image img {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.profile__image .deco {
  position: absolute;
  width: 18vw;
  right: -10%;
  bottom: -16%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .profile__image .deco {
    width: 46vw;
  }
}

.text-image-block .contents-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6em;
}
.text-image-block .contents-block:not(:first-child) {
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block:not(:first-child) {
    margin-top: calc(150 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block {
    display: block;
  }
}
.text-image-block .contents-block__text-block {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block__text-block {
    width: 100%;
    margin-top: 30px;
  }
}
.text-image-block .contents-block__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 20px;
}
.text-image-block .contents-block__image img {
  width: 100%;
  height: 100%;
}
.text-image-block .contents-block .text-block__title {
  font-size: 24px;
  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;
  gap: 0.8em;
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block .text-block__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .text-image-block .contents-block .text-block__title {
    font-size: 18px;
  }
}
.text-image-block .contents-block .text-block__title img {
  width: 20px;
}
.text-image-block .contents-block .text-block__text {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block .text-block__text {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.text-image-block .contents-block .text-block__tag {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block .text-block__tag {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.text-image-block .contents-block .text-block__tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.6em;
}
.text-image-block .contents-block .text-block__tag ul li {
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block .text-block__tag ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .text-image-block .contents-block .text-block__tag ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block .text-block__tag ul li {
    padding: calc(10 * 2 / 10 * 1vw);
  }
}
.text-image-block .contents-block .text-block__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  margin: 0 0 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block .text-block__button {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.text-image-block .contents-block .text-block__button .button-basic {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .text-image-block .contents-block .text-block__button {
    margin: auto;
    margin-top: 30px;
  }
}

.image-popup .contents-block__image {
  aspect-ratio: 28/19;
  overflow: hidden;
  border-radius: 20px;
}
.image-popup .contents-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-popup .contents-block__button {
  margin: auto;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .image-popup .contents-block__button {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.image-popup .contents-block__button .button-basic {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .image-popup .contents-block__button {
    min-width: none;
  }
}

/* モーダルの背景 */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.image-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.image-modal__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px 30px;
  max-height: 90%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .image-modal__box {
    width: 90%;
    padding: 30px 20px;
  }
}
.image-modal__img {
  border-radius: 30px;
  overflow: hidden;
}
.image-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}
.image-modal__img {
  display: block;
  width: 100%;
  height: auto;
}

/* モーダル開いている間スクロール止める */
body.modal-open {
  overflow: hidden;
}

.achievement-block .contents-block__image {
  border-radius: 30px;
  overflow: hidden;
}
.achievement-block .contents-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.achievement-block .achievement__container {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement__container {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
.achievement-block .achievement__heading {
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .achievement-block .achievement__heading {
    font-size: 26px;
  }
}
.achievement-block .achievement__title {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement__title {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement__title {
    width: 100px;
  }
}
.achievement-block .achievement__line {
  margin-top: -60px;
}
.achievement-block .achievement__line .line {
  border-top: 3px dashed #46aaba;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: -1;
}
.achievement-block .achievement__line .line:before, .achievement-block .achievement__line .line:after {
  content: "";
  width: 3px;
  height: 58px;
  position: absolute;
  top: 0;
}
.achievement-block .achievement__line .line:before {
  left: 0;
  border-left: 3px dashed #46aaba;
}
.achievement-block .achievement__line .line:after {
  right: 0;
  border-right: 3px dashed #46aaba;
}
.achievement-block .achievement__main {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement__main {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
.achievement-block .achievement-box {
  background-color: #fff;
  border-radius: 30px;
  width: calc((100% - 4em) / 3);
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement-box {
    width: 90%;
  }
}
.achievement-block .achievement-box__inner {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement-box__inner {
    padding-left: calc(24 * 2 / 10 * 1vw);
    padding-right: calc(24 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement-box__inner {
    padding-top: calc(24 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement-box__inner {
    padding-bottom: calc(34 * 2 / 10 * 1vw);
  }
}
.achievement-block .achievement-box__image {
  border-radius: 30px;
  overflow: hidden;
}
.achievement-block .achievement-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement-block .achievement-box__text {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement-box__text {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .achievement-block .achievement-box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .achievement-block .achievement-box__text {
    font-size: 16px;
  }
}

.table-auto {
  background-color: #fff;
  border-radius: 30px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.table-auto__inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .table-auto__inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table-auto__inner {
    padding-top: calc(50 * 2 / 10 * 1vw);
    padding-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.table-auto table tr {
  border-bottom: 1px dashed #64ba46;
}
.table-auto table th,
.table-auto table td {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .table-auto table th,
  .table-auto table td {
    padding-top: calc(24 * 2 / 10 * 1vw);
    padding-bottom: calc(24 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table-auto table th,
  .table-auto table td {
    display: block;
  }
}
.table-auto table th {
  width: 20%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .table-auto table th {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table-auto table th {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
.table-auto table td {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .table-auto table td {
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table-auto table td {
    padding: 10px 0 20px 0;
  }
}

.table-fixed {
  background-color: #fff;
  border-radius: 30px;
  margin: auto;
  width: 100%;
}
.table-fixed__inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .table-fixed__inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table-fixed__inner {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.table-fixed__heading {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .table-fixed__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .table-fixed__heading {
    font-size: 16px;
  }
}
.table-fixed__heading .small {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .table-fixed__heading .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table-fixed__heading .small {
    font-size: 12px;
  }
}
.table-fixed__links {
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9f3cf;
}
@media screen and (max-width: 959px) {
  .table-fixed__links {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .table-fixed__links {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.table-fixed__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
.table-fixed__links ul li .small {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .table-fixed__links ul li .small {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .table-fixed__links ul li .small {
    font-size: 10px;
  }
}
.table-fixed__links ul li a {
  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;
  gap: 0.6em;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .table-fixed__links ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .table-fixed__links ul li a {
    font-size: 12px;
  }
}
.table-fixed__links ul li img {
  width: 20px;
  height: auto;
}
.table-fixed__block:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .table-fixed__block:not(:first-child) {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.popup-card-block .contents-block__popup-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card {
    display: block;
  }
}
.popup-card-block .contents-block__popup-card .popup-card {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30%;
  max-width: 30%;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card {
    max-width: unset;
    width: 100%;
  }
  .popup-card-block .contents-block__popup-card .popup-card:not(:first-child) {
    margin-top: 20px;
  }
}
.popup-card-block .contents-block__popup-card .popup-card__inner {
  padding: 25px;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card__inner {
    padding: calc(25 * 2 / 10 * 1vw);
  }
}
.popup-card-block .contents-block__popup-card .popup-card__image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 195/132;
}
.popup-card-block .contents-block__popup-card .popup-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-card-block .contents-block__popup-card .popup-card__tag-block ul {
  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;
}
.popup-card-block .contents-block__popup-card .popup-card__tag-block ul li {
  text-align: center;
  background-color: #d9f3cf;
  border-radius: 10px;
  font-size: 12px;
  padding: 5px;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card__tag-block ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .popup-card-block .contents-block__popup-card .popup-card__tag-block ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card__tag-block ul li {
    padding: calc(5 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card__tag-block ul li {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.popup-card-block .contents-block__popup-card .popup-card__title {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .popup-card-block .contents-block__popup-card .popup-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card__title {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.popup-card-block .contents-block__popup-card .popup-card__button {
  margin: auto;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card__button {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.popup-card-block .contents-block__popup-card .popup-card__button .button-basic {
  height: 34px;
  width: 160px;
  min-width: unset;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__popup-card .popup-card__button .button-basic {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .popup-card-block .contents-block__popup-card .popup-card__button .button-basic {
    font-size: 14px;
  }
}
.popup-card-block .contents-block__text-message .text-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: auto;
  gap: 3em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__text-message .text-message {
    margin-top: calc(150 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__text-message .text-message {
    display: block;
  }
}
.popup-card-block .contents-block__text-message .text-message__heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__text-message .text-message__heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.popup-card-block .contents-block__text-message .text-message__text {
  width: 80%;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__text-message .text-message__text {
    width: 100%;
    margin-top: 30px;
  }
}
.popup-card-block .contents-block__image-block {
  margin-top: 70px;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__image-block {
    margin-top: calc(70 * 2 / 10 * 1vw);
  }
}
.popup-card-block .contents-block__image-block .image-block {
  padding-left: 40px;
  padding-right: 40px;
  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;
  gap: 4em;
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__image-block .image-block {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .popup-card-block .contents-block__image-block .image-block {
    display: block;
    padding: 0 20px;
  }
}

/* モーダル全体 */
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.popup-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.popup-modal__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .popup-modal__box {
    width: 90%;
    padding: 30px 20px;
  }
}
.popup-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.popup-modal__body .modal-content {
  display: none;
}
.popup-modal__body .modal-content.active {
  display: block;
}
.popup-modal__body .modal-content__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .popup-modal__body .modal-content__main {
    display: block;
  }
}
.popup-modal__body .modal-content__text-block {
  width: 50%;
}
.popup-modal__body .modal-content__text-block h2 {
  font-size: 24px;
  padding-bottom: 6px;
  border-bottom: 5px solid #64ba46;
}
@media screen and (max-width: 959px) {
  .popup-modal__body .modal-content__text-block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .popup-modal__body .modal-content__text-block h2 {
    font-size: 18px;
  }
}
.popup-modal__body .modal-content__text-block .tag-block {
  margin-top: 10px;
}
.popup-modal__body .modal-content__text-block .tag-block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.popup-modal__body .modal-content__text-block .tag-block ul li {
  font-size: 12px;
  padding: 5px;
  background-color: #d9f3cf;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .popup-modal__body .modal-content__text-block .tag-block ul li {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .popup-modal__body .modal-content__text-block .tag-block ul li {
    font-size: 10px;
  }
}
.popup-modal__body .modal-content__text-block .address {
  margin-top: 20px;
  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;
  gap: 0.4em;
}
.popup-modal__body .modal-content__text-block .address span {
  background-color: #258802;
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  padding: 3px 14px;
}
@media screen and (max-width: 959px) {
  .popup-modal__body .modal-content__text-block .address span {
    font-size: 11px;
  }
}
@media screen and (max-width: 479px) {
  .popup-modal__body .modal-content__text-block .address span {
    font-size: 11px;
  }
}
.popup-modal__body .modal-content__text-block .cta-block {
  margin-top: 5px;
  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;
  gap: 0.4em;
}
.popup-modal__body .modal-content__text-block .text {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .popup-modal__body .modal-content__text-block {
    width: 100%;
  }
}
.popup-modal__body .modal-content__image {
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .popup-modal__body .modal-content__image {
    margin-top: 30px;
  }
}
.popup-modal__body .modal-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.popup-modal__body .modal-content__sub {
  margin-top: 30px;
}
.popup-modal__body .modal-content__sub .table-fixed__links {
  padding-bottom: 0;
  border-bottom: unset;
}

/* ポップアップ中に背景をスクロールさせない */
body.popup-open {
  overflow: hidden;
}

.contents-block__point-card {
  margin-top: 70px;
}
@media screen and (max-width: 959px) {
  .contents-block__point-card {
    margin-top: calc(70 * 2 / 10 * 1vw);
  }
}
.contents-block .point-card {
  background-color: #fff;
  border-radius: 30px;
  width: calc((100% - 4em) / 3);
}
@media screen and (max-width: 959px) {
  .contents-block .point-card {
    width: 100%;
  }
}
.contents-block .point-card__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contents-block .point-card__inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .contents-block .point-card__inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .contents-block .point-card__inner {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.contents-block .point-card__heading {
  color: #64ba46;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .contents-block .point-card__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .contents-block .point-card__heading {
    font-size: 18px;
  }
}
.contents-block .point-card__text {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .contents-block .point-card__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

.contents-block__media-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
}
@media screen and (max-width: 959px) {
  .contents-block__media-text {
    display: block;
  }
}
.contents-block .media-text {
  width: calc((100% - 4em) / 2);
}
@media screen and (max-width: 959px) {
  .contents-block .media-text {
    width: 100%;
  }
  .contents-block .media-text:not(:first-child) {
    margin-top: 50px;
  }
}
.contents-block .media-text__image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 67/45;
}
.contents-block .media-text__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-block .media-text__sub {
  font-size: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .contents-block .media-text__sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .contents-block .media-text__sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .contents-block .media-text__sub {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.contents-block .media-text__main {
  font-size: 18px;
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .contents-block .media-text__main {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .contents-block .media-text__main {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .contents-block .media-text__main {
    margin-top: calc(16 * 2 / 10 * 1vw);
  }
}
.contents-block .media-text__text {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .contents-block .media-text__text {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
.contents-block .media-text__text .hide-box {
  position: relative;
  /*開くためのボタンとテキストを隠すグラデーションの設定*/
}
.contents-block .media-text__text .hide-box input {
  display: none;
  /* 開いた時にグラデーションを消す */
  /*閉じるボタン*/
}
.contents-block .media-text__text .hide-box input:checked + label {
  background: inherit;
}
.contents-block .media-text__text .hide-box input:checked + label:after {
  content: "閉じる";
}
.contents-block .media-text__text .hide-box input:checked + label:before {
  right: calc(50% - 4.5em);
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.contents-block .media-text__text .hide-box input:checked ~ .hide-box__container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contents-block .media-text__text .hide-box label {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, #f6efec));
  background: -webkit-linear-gradient(top, rgba(250, 252, 252, 0) 0%, #f6efec 90%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, #f6efec 90%);
}
.contents-block .media-text__text .hide-box label:after, .contents-block .media-text__text .hide-box label::before {
  content: "";
  position: absolute;
  line-height: 2.5rem;
}
.contents-block .media-text__text .hide-box label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: "続きをよむ";
  color: #ffffff;
  background: #64ba46;
  border-radius: 20px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .contents-block .media-text__text .hide-box label:after {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .contents-block .media-text__text .hide-box label:after {
    font-size: 12px;
  }
}
.contents-block .media-text__text .hide-box label::before {
  position: absolute;
  bottom: 38px;
  right: calc(50% - 4.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.contents-block .media-text__text .hide-box__container {
  overflow: hidden;
  height: 200px; /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.activity .contents-block__slide-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.single {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
}
.single__inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .single__inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single__inner {
    padding-top: calc(50 * 2 / 10 * 1vw);
    padding-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.single__info-block {
  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;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single__info-block .date {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .single__info-block .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .single__info-block .date {
    font-size: 12px;
  }
}
.single__info-block .category-block {
  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;
  gap: 0.6em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single__info-block .category-block .category {
  border-radius: 5px;
  background-color: #d9f3cf;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .single__info-block .category-block .category {
    padding-top: calc(3 * 2 / 10 * 1vw);
    padding-bottom: calc(3 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single__info-block .category-block .category {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single__info-block .category-block .category {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .single__info-block .category-block .category {
    font-size: 10px;
  }
}
.single__title {
  font-size: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #64ba46;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .single__title {
    padding-bottom: calc(15 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single__title {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .single__content {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.single p {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .single p {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.single h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .single h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .single h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .single h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.single h3 {
  position: relative;
  gap: 0.4em;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .single h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .single h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .single h3 {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.single h3::before {
  content: "";
  background: #64ba46;
  width: 6px;
  height: 2px;
}
.single img {
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .single img {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.single ol {
  counter-reset: list-counter;
}
.single ol li {
  counter-increment: list-counter;
  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: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .single ol li {
    margin-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.single ol li::before {
  content: counter(list-counter) ".";
  color: #64ba46;
}
.single ul li {
  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: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .single ul li {
    margin-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.single ul li::before {
  content: "⚫︎";
  color: #64ba46;
}
.single .table-auto {
  margin: 0 auto 0 0;
  margin-top: 30px;
  background-color: #f1f8ee;
}
@media screen and (max-width: 959px) {
  .single .table-auto {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.single .table-auto__inner {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .single .table-auto__inner {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single .table-auto__inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
.single button {
  min-width: unset;
  padding-right: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .single button {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single button {
    margin: auto;
    margin-top: 30px;
  }
}

.single-button-block {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .single-button-block {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.single-button-block .post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-button-block__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .single-button-block__back {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}

.footer__wrap {
  padding-top: 140px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-top: calc(140 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__block {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .footer__block {
    display: block;
  }
}
.footer__catch {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 959px) {
  .footer__catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .footer__catch {
    font-size: 24px;
  }
}
.footer__info {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 959px) {
  .footer__info {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__info {
    margin-top: 240px;
  }
}
.footer__info-inner {
  padding: 30px;
}
@media screen and (max-width: 959px) {
  .footer__info-inner {
    padding: calc(30 * 2 / 10 * 1vw);
  }
}
.footer__info .title {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .footer__info .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .footer__info .title {
    font-size: 16px;
  }
}
.footer__info .address {
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .footer__info .address {
    margin-top: calc(16 * 2 / 10 * 1vw);
  }
}
.footer__info .tel a {
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .footer__info .tel a {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .footer__info .tel a {
    font-size: 24px;
  }
}
.footer__cta {
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .footer__cta {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .footer__cta {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .footer__cta {
    margin: auto;
    margin-top: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__cta a::after {
    display: none;
  }
}
.footer__cta a {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footer__cta a {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__cta a {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__cta a {
    padding: 14px 24px;
  }
}
.footer__cta a:after {
  position: absolute;
  content: url(./assets/images/icon/arrow-right.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 7px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__cta:hover a::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.footer__privacy-policy {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .footer__privacy-policy {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer__privacy-policy {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .footer__privacy-policy {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__privacy-policy {
    color: inherit;
    margin-top: 15px;
  }
}
.footer__copy-right {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .footer__copy-right {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .footer__copy-right {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .footer__copy-right {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__copy-right {
    color: inherit;
    margin-top: 12px;
  }
}

.page {
  padding: 100px 0px 100px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 50px 0px 70px;
  }
}

.page-mv {
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 959px) {
  .page-mv {
    margin-top: calc(140 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv {
    margin-top: 85px;
  }
}
.page-mv__wrap {
  height: 100%;
}
.page-mv__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5em;
  position: relative;
}
@media screen and (max-width: 959px) {
  .page-mv__main {
    display: block;
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
  }
}
.page-mv__breadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 auto;
  padding-right: 14vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .page-mv__breadcrumb {
    padding-right: 20px;
  }
}
.page-mv__title-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 959px) {
  .page-mv__title-block {
    padding-left: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__title-block {
    padding-left: 0;
    margin-top: 60px;
  }
}
.page-mv__title {
  font-size: 2vw;
}
@media screen and (max-width: 959px) {
  .page-mv__title {
    font-size: 7vw;
  }
}
.page-mv__deco {
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 14vw;
}
@media screen and (max-width: 959px) {
  .page-mv__deco {
    bottom: 12%;
    width: 28vw;
    left: 0;
  }
}
.page-mv__image {
  width: 60%;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 959px) {
  .page-mv__image {
    width: 100%;
    aspect-ratio: 71/54;
  }
}
.page-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 2em;
}
.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: 16px;
  line-height: 1.875;
}
.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 ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.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 #202427;
}
.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: #202427;
  -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 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;
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .breadcrumb li {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .breadcrumb li {
    font-size: 10px;
  }
}
.breadcrumb li::after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
  font-size: 10px;
  color: #202427;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 959px) {
  .information {
    margin-bottom: 40px;
  }
}
.information__block {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
@media screen and (max-width: 959px) {
  .information__block {
    padding-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .information__block {
    padding-bottom: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .information__block {
    padding-left: calc(50 * 2 / 10 * 1vw);
    padding-right: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .information__block {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
}
.information__block h2 {
  font-size: 20px;
  text-align: center !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .information__block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .information__block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .information__block h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.information__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -24px;
  margin: auto;
}
.information__item {
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .information__item {
    padding-top: calc(24 * 2 / 10 * 1vw);
    padding-bottom: calc(24 * 2 / 10 * 1vw);
  }
}
.information__item:not(:last-of-type) {
  border-bottom: 1px dashed #64ba46;
}
.information__item .information-arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.information__item:hover .information-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.information .information-item {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .information .information-item {
    gap: 0.6em 1.2em;
  }
}
.information .information-item__date {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .information .information-item__date {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .information .information-item__date {
    font-size: 13px;
  }
}
.information .information-item__category {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .information .information-item__category {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .information .information-item__category {
    font-size: 13px;
  }
}
.information .information-item__category.--event {
  color: #4987b5;
}
.information .information-item__category.--media {
  color: #e3588b;
}
.information .information-item__category.--info {
  color: #8aa51a;
}
.information .information-item__title {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .information .information-item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .information .information-item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .information .information-item__title {
    width: 100%;
  }
}

#fade-wrapper {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

body.page-loaded #fade-wrapper {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */