@charset "UTF-8";
/*	Breakpoint
-------------------------------*/
/*	Color
-------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Syncopate:wght@400;700&display=swap");
body img {
  max-width: 100%;
}
body iframe {
  max-width: 100%;
}
@media screen and (max-width: 990px) {
  body .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body .pc767 {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 990px) {
  body .sp {
    display: block;
  }
}
body .sp767 {
  display: none;
}
@media screen and (max-width: 767px) {
  body .sp767 {
    display: block;
  }
}
body .sp-md {
  display: none;
}
@media screen and (max-width: 999px) {
  body .sp-md {
    display: block;
  }
}
body a {
  transition: all 0.2s ease-in-out;
}
body a:hover {
  opacity: 0.7;
}

html {
  font-size: 0.69445vw;
}
@media screen and (max-width: 1399px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 999px) {
  html {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 990px) {
  html {
    font-size: 67.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

html.is-top {
  font-size: 0.69445vw;
}
@media screen and (max-width: 1399px) {
  html.is-top {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 1279px) {
  html.is-top {
    font-size: 55%;
  }
}
@media screen and (max-width: 999px) {
  html.is-top {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 990px) {
  html.is-top {
    font-size: 67.5%;
  }
}
@media screen and (max-width: 767px) {
  html.is-top {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 990px) {
  body {
    font-size: 1.4rem;
  }
}

.corner-inset-wrapper {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  position: relative;
  border-radius: 0.8rem;
  will-change: filter;
  transform: translateZ(0);
}
.corner-inset-wrapper .corner-inset {
  overflow: hidden;
  border-bottom-left-radius: 8px;
}
.corner-inset-wrapper .corner-inset .arrow-bg-top {
  position: absolute;
  width: 100%;
  height: calc(100% - 136px + 10px);
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.corner-inset-wrapper .corner-inset .arrow-bg-w {
  position: absolute;
  width: 100%;
  height: calc(100% - 59px);
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 0.8rem 0.8rem 0 0;
}
.corner-inset-wrapper .corner-inset .arrow-bg-h {
  position: absolute;
  width: calc(100% - 59px);
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 0.8rem 0 0 0.8rem;
}
.corner-inset-wrapper .corner-inset .arrow-bg-bottom {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-clip-path: url(#clip-shape);
  clip-path: url(#clip-shape);
  z-index: -1;
}
.corner-inset-wrapper .arrow-bg-green-bg,
.corner-inset-wrapper .arrow-bg-black-bg {
  display: block;
  background: #009e1a;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.corner-inset-wrapper .arrow-bg-black-bg {
  background: #000;
}
.corner-inset-wrapper .box-image img {
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .corner-inset-wrapper:hover {
    opacity: 1;
  }
  .corner-inset-wrapper:hover .box-image {
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .corner-inset-wrapper:hover .box-image img {
    transform: scale(1.2);
  }
  .corner-inset-wrapper:hover .arrow-bg-green-bg,
.corner-inset-wrapper:hover .arrow-bg-black-bg {
    transform: scale(1.5);
  }
}

.box-card-article {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 990px) {
  .box-card-article {
    gap: 2.4rem;
    max-width: 65rem;
    margin: 0 auto;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2.4rem;
  }
}
.box-card-article a.card-article {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  width: calc(33.3% - 2.66rem);
  position: relative;
  height: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 990px) {
  .box-card-article a.card-article {
    width: 100%;
  }
}
.box-card-article a.card-article .box-image {
  position: relative;
  overflow: hidden;
}
.box-card-article a.card-article .box-image img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
  transition: transform 0.2s ease-in-out;
}
.box-card-article a.card-article .box-image .finished {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0.8rem 0.8rem 0 0;
}
.box-card-article a.card-article .box-image .finished p {
  color: #fff;
  text-align: center;
}
.box-card-article a.card-article .box-image .finished p.en {
  font-family: "Syncopate";
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
  line-height: 1;
}
.box-card-article a.card-article .box-image .finished p.ja {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%; /* 2.4rem */
}
.box-card-article a.card-article .box-text {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  min-height: 13.6rem;
}
.box-card-article a.card-article .box-text .box-date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.8rem;
  gap: 0.4rem 2.4rem;
}
.box-card-article a.card-article .box-text .box-date .date {
  font-size: 12px;
  font-weight: 700;
  color: #009e1a;
  letter-spacing: 0.048rem;
}
@media screen and (min-width: 1440px) {
  .box-card-article a.card-article .box-text .box-date .date {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 990px) {
  .box-card-article a.card-article .box-text .box-date .date {
    font-weight: 600;
  }
}
.box-card-article a.card-article .box-text .box-date .p-category {
  font-size: 12px;
  color: #909090;
  letter-spacing: 0.096rem;
}
@media screen and (min-width: 1440px) {
  .box-card-article a.card-article .box-text .box-date .p-category {
    font-size: 1.2rem;
  }
}
.box-card-article a.card-article .box-text .box-date.sp {
  margin-bottom: 0;
}
.box-card-article a.card-article .box-text .title {
  font-weight: 700;
  letter-spacing: 0.128rem;
  margin-bottom: 0.8rem;
  width: calc(100% - 5rem); /* 追加 */
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  .box-card-article a.card-article .box-text .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 990px) {
  .box-card-article a.card-article .box-text .title {
    width: 100%;
    font-weight: 600;
  }
}
.box-card-article a.card-article .box-text .area {
  color: #909090;
  font-size: 12px;
  letter-spacing: 0.096rem;
  margin-top: auto;
  width: calc(100% - 5rem); /* 追加 */
}
@media screen and (min-width: 1440px) {
  .box-card-article a.card-article .box-text .area {
    font-size: 1.2rem;
  }
}
.arrow-bg-green {
  display: block;
  background: url(../images/common/icon-arrow-bg-green.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.box-card-article:after {
  content: "";
  display: block;
  width: calc(33.3% - 2.66rem);
  height: 0;
}

.box-card-cta {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .box-card-cta {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 990px) {
  .box-card-cta {
    flex-direction: column;
  }
}
.box-card-cta a.card-cta {
  display: block;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 990px) {
  .box-card-cta a.card-cta {
    width: 100%;
  }
}
.box-card-cta a.card-cta .card {
  width: 100%;
  height: 16.9rem;
  padding: 4rem 6rem 4rem 4rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .box-card-cta a.card-cta .card {
    padding: 2.4rem 3.2rem 2.4rem 1.6rem;
    height: 13.8rem;
  }
}
.box-card-cta a.card-cta .card .box-head {
  display: flex;
  align-items: flex-end;
  gap: 0 2.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 999px) {
  .box-card-cta a.card-cta .card .box-head {
    gap: 0 1.2rem;
    margin-bottom: 1.2rem;
    align-items: center;
  }
}
.box-card-cta a.card-cta .card .box-head .en {
  font-family: Syncopate;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 70%; /* 3.2rem */
  position: relative;
  top: -1px;
}
@media screen and (max-width: 999px) {
  .box-card-cta a.card-cta .card .box-head .en {
    font-size: 2.4rem;
    top: 2px;
  }
}
.box-card-cta a.card-cta .card .box-head .ja {
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.128rem;
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  .box-card-cta a.card-cta .card .box-head .ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 999px) {
  .box-card-cta a.card-cta .card .box-head .ja {
    font-weight: 600;
  }
}
.box-card-cta a.card-cta .card .detail {
  font-size: 14px;
  max-width: 50rem;
  line-height: 160%; /* 2.24rem */
  letter-spacing: 0.112rem;
}
@media screen and (min-width: 1440px) {
  .box-card-cta a.card-cta .card .detail {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 999px) {
  .box-card-cta a.card-cta .card .detail {
    font-size: 12px;
    letter-spacing: 0.096rem;
    padding-right: 3.2rem;
  }
}
.arrow-bg-black {
  display: block;
  background: url(../images/common/icon-arrow-bg-black.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.btn02 {
  display: block;
  width: 100%;
  position: relative;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .btn02 {
    margin: 0 auto;
  }
}
.btn02 .box-shape {
  height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.2rem;
  padding-right: 5rem;
}
.btn02 .box-shape span {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.128rem;
}

main {
  margin-top: 9rem;
  padding-top: 1px;
}
@media screen and (max-width: 990px) {
  main {
    margin-top: 5.5rem;
  }
}

@-webkit-keyframes Underline {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes Underline {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .hover-underline:hover {
    color: #00933d;
  }
}
.hover-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00933d;
  transform-origin: left top;
  position: relative;
  top: 0.1rem;
  opacity: 0;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .hover-underline:hover:after {
    -webkit-animation: Underline 0.2s ease-in-out forwards;
            animation: Underline 0.2s ease-in-out forwards;
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hover-underline.green:hover {
    color: #00933d;
  }
}
.hover-underline.green:after {
  background-color: #00933d;
}

@media (hover: hover) and (pointer: fine) {
  .hover-underline.black:hover {
    color: #000;
  }
}
.hover-underline.black:after {
  background-color: #000;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: 0.2s;
  transition: box-shadow 0.3s ease;
}
header .alert {
  display: block;
  background: #e22900;
  padding: 1.2rem;
  padding-left: 4rem;
}
@media screen and (min-width: 1440px) {
  header .alert {
    padding: 12px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 999px) {
  header .alert {
    padding: 0.8rem;
    padding-left: 0.8rem;
  }
}
header .alert .box-flex {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  header .alert .box-flex {
    gap: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  header .alert .box-flex {
    gap: 0.8rem;
    font-size: 11px;
  }
}
header .alert .box-flex .icon-exclamation {
  display: block;
  width: 2.2rem;
  height: 2rem;
  background: url(../images/common/icon-exclamation.svg) no-repeat center/contain;
}
@media screen and (min-width: 1440px) {
  header .alert .box-flex .icon-exclamation {
    width: 22px;
    height: 20px;
  }
}
header .alert .box-flex .head {
  background: #fff;
  color: #e22900;
  border-radius: 0.8rem;
  padding: 0.4rem 1.2rem;
}
@media screen and (min-width: 1440px) {
  header .alert .box-flex .head {
    border-radius: 8px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 999px) {
  header .alert .box-flex .head {
    padding: 0.3rem 0.9rem;
  }
}
header .alert .box-flex .v-line {
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1440px) {
  header .alert .box-flex .v-line {
    height: 14px;
  }
}
header .alert .box-flex .title {
  text-decoration: underline;
  white-space: nowrap; /* 改行させない */
  overflow: hidden; /* はみ出した部分は非表示 */
  text-overflow: ellipsis;
}
@media screen and (max-width: 999px) {
  header .alert .box-flex .title {
    width: 40%;
  }
}
header.is-scrolled {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
header .header-container {
  width: 98%;
  margin: 0 auto;
  height: 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (min-width: 1440px) {
  header .header-container {
    height: 90px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  header .header-container {
    height: 5.5rem;
    width: 92%;
  }
}
header .header-container .box-logo {
  padding-left: 1.62rem;
}
@media screen and (min-width: 1440px) {
  header .header-container .box-logo {
    padding-left: 16.2px;
  }
}
@media screen and (max-width: 999px) {
  header .header-container .box-logo {
    padding-left: 0;
  }
}
header .header-container .box-logo svg {
  width: 33.5rem;
  height: auto;
}
@media screen and (min-width: 1440px) {
  header .header-container .box-logo svg {
    width: 335px;
  }
}
@media screen and (max-width: 1279px) {
  header .header-container .box-logo svg {
    width: 28.5rem;
  }
}
@media screen and (max-width: 990px) {
  header .header-container .box-logo svg {
    width: 21.5rem;
  }
}
header .header-container .box-hamburger {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
}
@media screen and (min-width: 1440px) {
  header .header-container {
    gap: 0 12px;
  }
}
@media screen and (max-width: 999px) {
  header .header-container .btn01.sp-md {
    display: flex;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 160%; /* 1.92rem */
    letter-spacing: 0.048rem;
    width: 6.6rem;
    height: 3.1rem;
  }
  header .header-container .btn01.sp-md:after {
    content: none;
  }
}

#gloval_nav {
  width: 70%;
  flex-grow: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#gloval_nav nav ul {
  display: flex;
  margin-right: 2.4rem;
  align-items: center;
  gap: 0 2.4rem;
}
@media screen and (min-width: 1440px) {
  #gloval_nav nav ul {
    margin-right: 24px;
    gap: 0 24px;
  }
}
@media screen and (min-width: 1440px) {
  #gloval_nav nav ul li a {
    font-size: 16px;
  }
}
#gloval_nav #header_search {
  margin-right: 3.2rem;
  position: relative;
}
@media screen and (min-width: 1440px) {
  #gloval_nav #header_search {
    margin-right: 32px;
  }
}
#gloval_nav #header_search .icon-search {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/icon-search.svg) no-repeat center/contain;
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  #gloval_nav #header_search .icon-search {
    width: 24px;
    height: 24px;
  }
}
#gloval_nav #header_search form#header_search_form {
  position: relative;
}
#gloval_nav #header_search form#header_search_form .input_area {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 1.2rem;
  left: 50%;
  width: 37.5rem;
  height: 5.5rem;
  border: 1px solid #00933d;
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.6rem 2rem;
  transform: translateX(-50%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
#gloval_nav #header_search form#header_search_form .input_area.show {
  opacity: 1;
}
body.search-show main {
  opacity: 0.5;
}

@media screen and (min-width: 1440px) {
  #gloval_nav #header_search form#header_search_form .input_area {
    top: 12px;
    width: 375px;
    height: 55px;
    border-radius: 8px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 990px) {
  #gloval_nav #header_search form#header_search_form .input_area {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    border-radius: 8px;
    color: #000;
    width: 100%;
    transform: none;
  }
}
#gloval_nav #header_search form#header_search_form .input_area input#search_input {
  font-weight: 500;
  font-size: 1.2rem;
  padding-bottom: 0.4rem;
  box-sizing: content-box;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  #gloval_nav #header_search form#header_search_form .input_area input#search_input {
    font-size: 12px;
    padding-bottom: 4px;
  }
}
#gloval_nav #header_search form#header_search_form .input_area input#search_button {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/icon-search-green.svg) no-repeat center/contain;
}
@media screen and (min-width: 1440px) {
  #gloval_nav #header_search form#header_search_form .input_area input#search_button {
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
#gloval_nav #header_search form#header_search_form .input_area .arrow-top {
  display: block;
  position: absolute;
  top: -1.31rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/common/triangle-white-green.svg) no-repeat center/contain;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 1440px) {
  #gloval_nav #header_search form#header_search_form .input_area .arrow-top {
    top: -13.1px;
    width: 15px;
    height: 15px;
  }
}
#gloval_nav #header_search form#header_search_form .input_area:after {
  content: "";
  display: block;
  background: #fff;
  width: 0.95rem;
  height: 0.15rem;
  position: absolute;
  top: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.8rem;
}
@media screen and (min-width: 1440px) {
  #gloval_nav #header_search form#header_search_form .input_area:after {
    width: 9.5px;
    height: 1.5px;
    top: -1.5px;
    border-radius: 8px;
  }
}
.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.3rem;
  height: 7rem;
  background: #00933d;
  color: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1279px) {
  .btn01 {
    width: 20rem;
    height: 6.2rem;
  }
}
@media screen and (max-width: 990px) {
  .btn01 {
    width: 19rem;
    height: 5.4rem;
  }
}
.btn01:after {
  content: "";
  display: block;
  background: url(../images/common/icon-arrow-white.svg) no-repeat center/contain;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn01:hover {
    background: #000;
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  #gloval_nav .btn01 {
    width: 213px;
    height: 70px;
    border-radius: 8px;
    font-size: 16px;
  }
  #gloval_nav .btn01:after {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}

#hamburger {
  display: none;
}
@media screen and (max-width: 990px) {
  #hamburger {
    display: block;
    width: 3.5rem;
    height: 2rem;
    cursor: pointer;
    position: relative;
    top: -0.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #hamburger span {
    display: block;
    position: relative;
    width: 3rem;
    height: 0.3rem;
    background-color: #00933d;
    border-radius: 999px;
    transition: 0.2s;
  }
  #hamburger span:nth-child(1) {
    top: 0.4rem;
    width: 3rem;
  }
  #hamburger span:nth-child(2) {
    top: 1rem;
    width: 2rem;
  }
  #hamburger span:nth-child(3) {
    top: 1.6rem;
    width: 1rem;
  }
  #gloval_nav {
    background: #00933d;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    font-size: 1.6rem;
    width: 100%;
    transition: 0.2s;
    margin-top: 5.5rem;
    padding: 4% 4% 12%;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  #gloval_nav nav {
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.3rem;
  }
  #gloval_nav nav ul {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #gloval_nav nav ul li {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #gloval_nav nav ul li a {
    padding: 1.6rem 0;
    transition: color 0.6s ease;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #gloval_nav nav ul li a:after {
    content: "";
    display: block;
    background: url(../images/common/icon-arrow-white.svg) no-repeat center/contain;
    width: 2.4rem;
    height: 2.4rem;
  }
  #gloval_nav nav ul.box-menu li {
    border-bottom: 1px solid #ccc;
  }
  #gloval_nav nav ul.box-menu li a {
    display: block;
  }
  #gloval_nav nav ul.box-btn {
    margin: 8px 0;
    gap: 1rem;
  }
  #gloval_nav #header_search {
    margin: 0 0 1.5rem;
    order: -1;
    width: 100%;
  }
  #gloval_nav #header_search .icon-search {
    display: none;
  }
  #gloval_nav #header_search form#header_search_form .input_area {
    opacity: 1;
    position: relative;
    top: auto;
    right: auto;
    left: 0;
    opacity: 1;
    width: 100%;
    transform: none;
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 0;
    height: 4.5rem;
  }
  #gloval_nav #header_search form#header_search_form .input_area.show {
    opacity: 1;
  }
  #gloval_nav #header_search form#header_search_form .input_area input#search_input {
    color: #fff;
    border-color: #fff;
  }
  #gloval_nav #header_search form#header_search_form .input_area input#search_input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  #gloval_nav #header_search form#header_search_form .input_area input#search_input::placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  #gloval_nav #header_search form#header_search_form .input_area input#search_button {
    background: url(../images/common/icon-search-white.svg) no-repeat center/contain;
    right: 0;
  }
  #gloval_nav #header_search form#header_search_form .input_area .arrow-top {
    display: none;
  }
  #gloval_nav #header_search form#header_search_form .input_area:after {
    content: none;
  }
  #gloval_nav .btn01 {
    display: none;
    background: #fff;
    border: 1px solid #00933d;
    color: #00933d;
    width: 100%;
    margin: 2rem 0;
  }
  #gloval_nav .btn01:after {
    background: url(../images/common/icon-arrow-green.svg) no-repeat center/contain;
  }
  #gloval_nav .box-sp {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #gloval_nav .box-sp .box-card-cta {
    margin-bottom: 3.2rem;
  }
  #gloval_nav .box-sp .box-card-cta a.card-cta .card {
    height: 6.9rem;
    padding-right: 6rem;
  }
  #gloval_nav .box-sp .box-card-cta a.card-cta .card .box-head {
    margin: 0;
    flex-wrap: wrap;
    gap: 0.2rem 1.2rem;
  }
  #gloval_nav .box-sp .box-card-cta a.card-cta .card .box-head .en {
    position: relative;
    top: 3px;
  }
  body.open {
    overflow: hidden;
  }
  body.open .alert {
    display: none;
  }
  body.open header {
    background: #00933d;
    box-shadow: none;
  }
  body.open header .header-container .box-logo svg path {
    fill: #fff;
    fill-opacity: 1;
  }
  body.open header .header-container .btn01.sp-md {
    background: #fff;
    color: #00933d;
  }
  body.open header .header-container #gloval_nav {
    visibility: visible;
    opacity: 0.98;
  }
  body.open header .header-container #hamburger {
    z-index: 99999;
  }
  body.open header .header-container #hamburger span {
    background: #fff;
  }
  body.open header .header-container #hamburger span:nth-child(1) {
    top: 13px;
    transform: rotate(38deg);
    width: 28px;
  }
  body.open header .header-container #hamburger span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
    display: none;
  }
  body.open header .header-container #hamburger span:nth-child(3) {
    top: 10px;
    transform: rotate(-38deg);
    width: 28px;
  }
}
main.home .sec {
  padding: 8rem 0;
}
@media screen and (max-width: 990px) {
  main.home .sec {
    padding: 6.4rem 0;
  }
}
.container {
  max-width: 128rem;
  width: 88.8%;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .container {
    width: 92%;
  }
}

main.home .sec h2 {
  line-height: 0.75;
}
@media screen and (max-width: 990px) {
  main.home .sec h2 {
    display: flex;
    flex-direction: column;
  }
}
main.home .sec h2 .en {
  font-family: Syncopate;
  font-size: 5.2rem;
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  main.home .sec h2 .en {
    font-size: 4rem;
    line-height: 120%; /* 4.8rem */
  }
}
@media screen and (max-width: 374px) {
  main.home .sec h2 .en {
    font-size: 3rem;
  }
}
main.home .sec h2 .ja {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%; /* 2.1rem */
  letter-spacing: 0.112rem;
}
@media screen and (max-width: 990px) {
  main.home .sec h2 .ja {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
main.home .fv {
  padding: 5.2rem 0 6.4rem;
}
@media screen and (max-width: 990px) {
  main.home .fv {
    padding: 2.4rem 0 3.2rem;
    padding: 2.4rem 0 0;
  }
}
main.home .fv .container {
  position: relative;
}
@media screen and (max-width: 990px) {
  main.home .fv .container {
    width: 100%;
  }
}
main.home .fv .container .pickup {
  color: #000;
  font-family: "Syncopate";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: -6rem;
}
@media screen and (max-width: 990px) {
  main.home .fv .container .pickup {
    position: static;
    writing-mode: unset;
    margin-bottom: 0;
    line-height: 1;
    padding-left: 4%;
  }
}
main.home .fv .container .box-card-article {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 3.1%;
}
@media screen and (max-width: 990px) {
  main.home .fv .container .box-card-article {
    flex-wrap: wrap;
    gap: 2.4rem;
    max-width: 100%;
    margin-bottom: 0;
  }
}
main.home .fv .container .box-card-article a.card-article {
  width: 33.3%;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  main.home .fv .container .box-card-article a.card-article {
    width: 100%;
    margin-bottom: 0;
  }
}
main.home .fv .container .box-card-article:after {
  content: none;
}
main.home .fv .swiper-slide {
  padding: 2.4rem 0 4rem 4%;
}
main.home .fv .swiper-pagination {
  top: 0;
  right: 4%;
  left: auto;
  bottom: auto;
  text-align: right;
}
main.home .fv .swiper-pagination .swiper-pagination-bullet {
  background: #00933d;
  border-radius: 2px;
  width: 0.6rem;
  height: 0.6rem;
}
main.home .fv .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
main.home .fv .swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1.5px solid #00933d;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
main.home .cta {
  background: #00933d;
  padding: 6.4rem 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 990px) {
  main.home .cta {
    width: 100%;
  }
}
main.home .cta .box-card-cta a.card-cta {
  z-index: 1;
}
main.home .cta .text-membership {
  position: absolute;
  overflow: hidden;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 5.8rem;
  font-family: "Syncopate";
  font-weight: 700;
  color: #fff;
  opacity: 0.2;
  line-height: 0.75;
  height: 100%;
}
@media screen and (max-width: 990px) {
  main.home .cta .text-membership {
    writing-mode: unset;
    -webkit-animation: none;
            animation: none;
    width: 100%;
  }
}
main.home .cta .text-membership .loop {
  display: flex;
  justify-content: flex-start;
  height: 54.65rem;
}
@media screen and (max-width: 990px) {
  main.home .cta .text-membership .loop {
    height: auto;
    width: 54.65rem;
  }
}
main.home .cta .text-membership span {
  display: block;
}
main.home .cta .text-membership-01 {
  top: 0;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
main.home .cta .text-membership-01 .loop {
  -webkit-animation: scrollUp 20s linear infinite;
          animation: scrollUp 20s linear infinite;
}
@media screen and (max-width: 990px) {
  main.home .cta .text-membership-01 .loop {
    -webkit-animation: scrollUp 40s linear infinite;
            animation: scrollUp 40s linear infinite;
  }
}
@media screen and (max-width: 990px) {
  main.home .cta .text-membership-01 {
    top: 0;
    bottom: auto;
    left: 0;
    transform: none;
  }
}
main.home .cta .text-membership-02 {
  top: 0;
  bottom: 0;
  right: 0;
}
main.home .cta .text-membership-02 .loop {
  -webkit-animation: scrollDown 20s linear infinite;
          animation: scrollDown 20s linear infinite;
}
@media screen and (max-width: 990px) {
  main.home .cta .text-membership-02 .loop {
    -webkit-animation: scrollDown 40s linear infinite;
            animation: scrollDown 40s linear infinite;
  }
}
@media screen and (max-width: 990px) {
  main.home .cta .text-membership-02 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: rotate(180deg);
  }
}
@-webkit-keyframes scrollUp {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 990px) {
  @-webkit-keyframes scrollUp {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  @keyframes scrollUp {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  @-webkit-keyframes scrollDown {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  @keyframes scrollDown {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
}
main.home .sec-event {
  padding: 12rem 0;
  background: #f9f9f9;
}
@media screen and (max-width: 990px) {
  main.home .sec-event {
    padding: 6.4rem 0;
  }
}
main.home .sec-event .container h2 {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-event .container h2 {
    align-items: flex-start;
    gap: 0;
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 990px) {
  main.home .sec-event .container h2 .en {
    margin-bottom: 2rem;
  }
}
main.home .sec-news {
  padding: 8rem 0;
}
@media screen and (max-width: 990px) {
  main.home .sec-news {
    padding: 6.4rem 0;
  }
}
main.home .sec-news .container .box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.8rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-news .container .box-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
main.home .sec-news .container .box-flex .box-head h2 {
  display: flex;
  flex-direction: column;
}
main.home .sec-news .container .box-flex .box-head h2 .en {
  margin-bottom: 2rem;
}
main.home .sec-news .container .box-flex .box-head .btn02.pc {
  width: 29rem;
  height: 6.8rem;
  margin: 4rem 0;
}
main.home .sec-news .container .box-flex .box-head .btn02.pc .box-shape {
  -webkit-clip-path: none;
          clip-path: none;
}
main.home .sec-news .container .box-flex .box-card-article-news {
  flex-direction: column;
  width: 65.6%;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-news .container .box-flex .box-card-article-news {
    width: 100%;
  }
}
main.home .sec-news .container .box-flex .box-card-article-news a.card-article {
  width: 100%;
  margin-bottom: 0;
}
main.home .sec-news .container .box-flex .box-card-article-news a.card-article .box-text {
  -webkit-clip-path: none;
          clip-path: none;
  min-height: auto;
  padding: 3.2rem;
}
main.home .sec-news .container .box-flex .box-card-article-news a.card-article .box-text .box-date {
  justify-content: flex-start;
}
main.home .sec-movie {
  padding: 8rem 0;
  background: #f9f9f9;
}
@media screen and (max-width: 990px) {
  main.home .sec-movie {
    padding: 6.4rem 0;
  }
}
main.home .sec-movie .container .box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 0 6rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-movie .container .box-flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 4.8rem;
  }
}
main.home .sec-movie .container .box-flex .box-head {
  margin-right: 11rem;
}
@media screen and (max-width: 999px) {
  main.home .sec-movie .container .box-flex .box-head {
    margin-right: 0;
  }
}
main.home .sec-movie .container .box-flex .box-head h2 {
  display: flex;
  flex-direction: column;
}
main.home .sec-movie .container .box-flex .box-head h2 .en {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-movie .container .box-flex .box-head h2 .en {
    margin-bottom: 2rem;
  }
}
main.home .sec-movie .container .box-flex .box-head .btn02.pc {
  width: 29rem;
  height: 6.8rem;
  margin: 4rem 0;
}
main.home .sec-movie .container .box-flex .box-head .btn02.pc .box-shape {
  -webkit-clip-path: none;
          clip-path: none;
}
main.home .sec-movie .container .box-flex .box-movie {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 74rem;
  height: auto;
}
@media screen and (max-width: 990px) {
  main.home .sec-movie .container .box-flex .box-movie {
    margin: 0 auto;
  }
}
main.home .sec-movie .container .box-flex .box-movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
main.home .sec-movie .container .box-flex .box-movie .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  cursor: pointer;
  z-index: 2;
  border-radius: 0.8rem;
}
main.home .sec-movie .container .box-flex .box-movie .video-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
}
main.home .sec-movie .container .box-flex .box-movie .video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
main.home .sec-movie .container .box-flex .box-movie .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
main.home .sec-movie .container .box-flex .box-movie .play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.4rem;
  height: 6.4rem;
  transform: translate(-50%, -50%);
  background: #00933d;
  border-radius: 0.8rem;
  z-index: -1;
  transition: transform 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  main.home .sec-movie .container .box-flex .box-movie:hover .play-button:after {
    transform: translate(-50%, -50%) scale(150%);
  }
}
main.home .sec-contents {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents {
    padding: 6.4rem 0;
  }
}
main.home .sec-contents .container h2 {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container h2 {
    align-items: flex-start;
    gap: 0;
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container h2 .en {
    margin-bottom: 2rem;
  }
}
main.home .sec-contents .container .box-card-article-contents {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents {
    flex-direction: column;
    gap: 0;
  }
}
main.home .sec-contents .container .box-card-article-contents a.card-article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents a.card-article {
    margin-bottom: 2.4rem;
  }
}
main.home .sec-contents .container .box-card-article-contents a.card-article .box-head {
  line-height: 0.75;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  height: 18.5rem;
  padding: 6.2rem 4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents a.card-article .box-head {
    height: 15.6rem;
    gap: 0.8rem;
    justify-content: center;
    padding: 2.4rem;
  }
}
main.home .sec-contents .container .box-card-article-contents a.card-article .box-head .en {
  font-family: Syncopate;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%; /* 3.2rem */
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents a.card-article .box-head .en {
    font-size: 2.8rem;
  }
}
main.home .sec-contents .container .box-card-article-contents a.card-article .box-head .ja {
  font-weight: 700;
  letter-spacing: 0.128rem;
}
main.home .sec-contents .container .box-card-article-contents .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  width: 40%;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents .box {
    width: 100%;
    gap: 0;
  }
}
main.home .sec-contents .container .box-card-article-contents .box a.card-article {
  position: relative;
}
main.home .sec-contents .container .box-card-article-contents .box a.card-article.card-article02 .box-shape .box-head {
  padding: 4.2rem 4rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents .box a.card-article.card-article02 .box-shape .box-head {
    padding: 2.4rem;
  }
}
main.home .sec-contents .container .box-card-article-contents .card-article.aboutus {
  background: url(../images/common/contents-aboutus-bg-2.png) no-repeat right bottom/cover;
  width: 60%;
  flex-grow: 1;
  position: relative;
  justify-content: flex-start;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents .card-article.aboutus {
    background: url(../images/common/contents-aboutus-bg-2-sp.png) no-repeat right bottom/cover;
    width: 100%;
    aspect-ratio: 345/193;
    width: 100%;
    height: 100%;
  }
}
main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .box-head {
  color: #00933d;
  position: relative;
  z-index: 1;
  padding: 5rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .box-head {
    padding: 2rem;
    justify-content: flex-start;
  }
}
main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .box-head .en {
  font-size: 3.2rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .box-head .en {
    font-size: 2.8rem;
  }
}
main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .box-head .ja {
  font-size: 1.6rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .box-head .ja {
    font-size: 1.4rem;
  }
}
main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .arrow-bg-green,
main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .arrow-bg-green-bg {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 990px) {
  main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .arrow-bg-green,
main.home .sec-contents .container .box-card-article-contents .card-article.aboutus .arrow-bg-green-bg {
    width: 10.5vw;
    height: 10.5vw;
  }
}
main.sub-page .sec {
  margin: 8rem 0;
}
@media screen and (max-width: 990px) {
  main.sub-page .sec {
    margin: 6rem 0;
  }
}
main.sub-page h1 {
  line-height: 0.75;
  display: flex;
  flex-direction: column;
}
main.sub-page h1 .en {
  font-family: Syncopate;
  font-size: 8rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 990px) {
  main.sub-page h1 .en {
    font-size: 4rem;
    line-height: 120%; /* 4.8rem */
    margin-bottom: 1.6rem;
  }
}
main.sub-page h1 .ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 990px) {
  main.sub-page h1 .ja {
    font-size: 1.4rem;
    line-height: 150%; /* 4.8rem */
  }
}
main.sub-page h2 {
  color: #00933d;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.224rem;
  position: relative;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 990px) {
  main.sub-page h2 {
    font-size: 2rem;
    line-height: 150%; /* 3rem */
    letter-spacing: 0.16rem;
    margin-bottom: 3rem;
  }
}
main.sub-page h2:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 4.8rem;
  background: #00933d;
  border-radius: 0rem 0.4rem 0.4rem 0rem;
  position: absolute;
  top: 0;
  left: -6.28%;
}
@media screen and (max-width: 990px) {
  main.sub-page h2:before {
    width: 0.3908rem;
    height: 2.3446rem;
    top: 0.5rem;
    left: -4.28%;
  }
}
main.sub-page .box-title {
  margin: 12rem 0 6.4rem;
}
@media screen and (max-width: 990px) {
  main.sub-page .box-title {
    margin: 4.8rem 0;
  }
}
.breadcrumbs {
  margin: 6.4rem 0;
}
@media screen and (max-width: 990px) {
  .breadcrumbs {
    margin: 4.8rem 0;
  }
}
.breadcrumbs .container .box {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .breadcrumbs .container .box {
    flex-wrap: wrap;
  }
}
.breadcrumbs .container .box a,
.breadcrumbs .container .box p {
  font-size: 1.4rem;
}
@media screen and (max-width: 990px) {
  .breadcrumbs .container .box a,
.breadcrumbs .container .box p {
    font-size: 1.1rem;
  }
}
.breadcrumbs .container .box a {
  color: #00933d;
  display: flex;
  align-items: center;
}
.breadcrumbs .container .box a:after {
  content: "";
  display: block;
  background: url(../images/common/icon-arrow-breadcrumbs.svg) no-repeat center/contain;
  width: 1.5rem;
  height: 2.2rem;
  margin: 0 0.8rem;
}
@media screen and (max-width: 990px) {
  .breadcrumbs .container .box a:after {
    width: 0.9rem;
    height: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs .container .box a:hover {
    color: #000;
  }
}
@-webkit-keyframes Underline-breadcrumbs {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes Underline-breadcrumbs {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.breadcrumbs .container .box a span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs .container .box a span:hover {
    color: #000;
  }
}
.breadcrumbs .container .box a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: left top;
  position: relative;
  top: 0.1rem;
  opacity: 0;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs .container .box a span:hover:after {
    -webkit-animation: Underline-breadcrumbs 0.2s ease-in-out forwards;
            animation: Underline-breadcrumbs 0.2s ease-in-out forwards;
    opacity: 1;
  }
}

@media screen and (max-width: 990px) {
  main.sub-page .btn02 {
    margin: 2.4rem auto;
  }
}
main.about {
  /* スクロールバー全体 */
  /* スクロールつまみ部分 */
}
main.about .fv-sub-page {
  padding: 12rem 0 0;
}
@media screen and (min-width: 1440px) {
  main.about .fv-sub-page {
    max-width: 144rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main.about .fv-sub-page {
    padding: 2.4rem 0 0;
  }
}
main.about .fv-sub-page .box-title {
  position: relative;
  margin: 0;
}
main.about .fv-sub-page .box-title h1 {
  position: absolute;
  top: 0;
  left: 5.6%;
}
main.about .fv-sub-page .bg-image {
  margin-left: 5.6%;
}
@media screen and (max-width: 767px) {
  main.about .fv-sub-page .bg-image {
    margin-top: 6.4rem;
  }
}
main.about .sec-message .container h2 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 990px) {
  main.about .sec-message .container h2 {
    margin-bottom: 3rem;
  }
}
main.about .sec-message .container .box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 6.4rem;
}
@media screen and (max-width: 990px) {
  main.about .sec-message .container .box-flex {
    flex-direction: column;
  }
}
main.about .sec-message .container .box-flex img {
  width: 29rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 990px) {
  main.about .sec-message .container .box-flex img {
    max-width: 30rem;
    width: 50%;
    margin: 0 auto 2.4rem;
  }
}
main.about .sec-message .container .box-flex .box-text {
  width: 60%;
  flex-grow: 1;
}
@media screen and (max-width: 990px) {
  main.about .sec-message .container .box-flex .box-text {
    width: 100%;
  }
}
.p-head {
  font-size: 4.9rem;
  font-weight: 700;
  letter-spacing: 0.392rem;
  line-height: 160%; /* 7.84rem */
  margin-bottom: 4rem;
}
@media screen and (max-width: 990px) {
  .p-head {
    font-size: 2.4rem;
    letter-spacing: 0.192rem;
    margin-bottom: 2.4rem;
  }
}

.p-detail {
  letter-spacing: 0.128rem;
  line-height: 240%; /* 3.84rem */
  margin-bottom: 4rem;
}
@media screen and (max-width: 990px) {
  .p-detail {
    font-size: 1.4rem;
    line-height: 200%; /* 2.8rem */
    letter-spacing: 0.112rem;
    margin-bottom: 2.4rem;
  }
}

main.about .sec-message .container .box-flex .box-text .box-name {
  text-align: right;
}
main.about .sec-message .container .box-flex .box-text .box-name .position {
  color: #00933d;
  font-size: 1.4rem;
  letter-spacing: 0.112rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 990px) {
  main.about .sec-message .container .box-flex .box-text .box-name .position {
    font-size: 1.2rem;
    line-height: 160%; /* 1.92rem */
    letter-spacing: 0.096rem;
    margin-bottom: 1.2rem;
  }
}
main.about .sec-message .container .box-flex .box-text .box-name .name {
  font-size: 3.2rem;
  letter-spacing: 0.256rem;
}
@media screen and (max-width: 990px) {
  main.about .sec-message .container .box-flex .box-text .box-name .name {
    font-size: 2rem;
    line-height: 160%; /* 3.2rem */
    letter-spacing: 0.16rem;
  }
}
main.about .sec-organization .container .p-01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 3rem */
  letter-spacing: 0.16rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 990px) {
  main.about .sec-organization .container .p-01 {
    font-size: 1.2rem;
    line-height: 160%; /* 1.92rem */
    letter-spacing: 0.096rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 990px) {
  main.about .sec-organization .container02 {
    display: contents;
  }
}
main.about .sec-organization .container02 .box-scroll {
  overflow: auto;
}
main.about .sec-organization .container02 .box-scroll .chart {
  max-width: 106rem;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  main.about .sec-organization .container02 .box-scroll .chart {
    width: 59.1rem;
  }
}
@media screen and (max-width: 990px) {
  main.about .sec-organization .container02 .box-scroll .chart img {
    padding-bottom: 2.4rem;
    width: 59.1rem;
    max-width: none;
    padding: 0 2.4rem 2.4rem;
  }
}
main.about ::-webkit-scrollbar {
  height: 0.4rem; /* 横スクロールなら height */
}
main.about ::-webkit-scrollbar-thumb {
  background-color: #00933d;
  border-radius: 999px;
}

main.join-guide {
  /* 入会する方法 */
  /* 入会したらできること */
  /* 会員の種類について */
  /* 賛助会員一覧 */
  /* 退会する方法 */
}
main.join-guide .sec-step .container .p-01 {
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-step .container .p-01 {
    line-height: 200%; /* 2.8rem */
    letter-spacing: 0.112rem;
  }
}
main.join-guide .sec-step .container .btn02 {
  margin: 4.8rem auto;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-step .container .btn02 {
    margin: 2.4rem auto;
  }
}
main.join-guide .sec-service .container ul li {
  display: flex;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-service .container ul li {
    gap: 0 1.6rem;
  }
}
main.join-guide .sec-service .container ul li .number {
  color: #00933d;
  font-family: Syncopate;
  font-size: 1.9rem;
  font-weight: 700;
  border: 2px solid #00933d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-service .container ul li .number {
    font-size: 1.2rem;
    width: 2.6rem;
    height: 2.6rem;
    margin-top: 0.2rem;
    padding-top: 0.1rem;
  }
}
main.join-guide .sec-service .container ul li .text {
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
  width: 80%;
  flex-grow: 1;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-service .container ul li .text {
    line-height: 200%; /* 2.8rem */
    letter-spacing: 0.112rem;
  }
}
main.join-guide .sec-member-categories .container .box-dl dl {
  display: flex;
}
main.join-guide .sec-member-categories .container .box-dl dl dt,
main.join-guide .sec-member-categories .container .box-dl dl dd {
  padding: 2.4rem 0;
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-member-categories .container .box-dl dl dt,
main.join-guide .sec-member-categories .container .box-dl dl dd {
    padding: 1.6rem 0;
    line-height: 200%; /* 2.8rem */
    letter-spacing: 0.112rem;
  }
}
main.join-guide .sec-member-categories .container .box-dl dl dt {
  width: 18rem;
  border-bottom: 1px solid #00933d;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-member-categories .container .box-dl dl dt {
    width: 11.3rem;
  }
}
main.join-guide .sec-member-categories .container .box-dl dl dd {
  border-bottom: 1px solid #daebe1;
  width: 60%;
  flex-grow: 1;
  padding-left: 4.1rem;
}
main.join-guide .sec-member-list .container .p-01 {
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
  margin-bottom: 1.6rem;
}
main.join-guide .sec-member-list .container .p-02 {
  font-size: 1.2rem;
  line-height: 160%; /* 1.92rem */
  letter-spacing: 0.096rem;
  margin-bottom: 4.8rem;
}
main.join-guide .sec-member-list .container .box-ul {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-member-list .container .box-ul {
    flex-direction: column;
    gap: 0;
  }
}
main.join-guide .sec-member-list .container .box-ul ul {
  width: 50%;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-member-list .container .box-ul ul {
    width: 100%;
  }
}
main.join-guide .sec-member-list .container .box-ul ul li {
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
}
main.join-guide .sec-member-list .container .box-ul ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  main.join-guide .sec-member-list .container .box-ul ul li a:hover {
    color: #00933d;
  }
}
main.join-guide .sec-member-list .container .box-ul ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: left top;
  position: relative;
  top: -1rem;
}
@media (hover: hover) and (pointer: fine) {
  main.join-guide .sec-member-list .container .box-ul ul li a:hover:after {
    -webkit-animation: Underline 0.2s ease-in-out forwards;
            animation: Underline 0.2s ease-in-out forwards;
    background-color: #00933d;
  }
}
main.join-guide .sec-account-delete .container .p-01 {
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 990px) {
  main.join-guide .sec-account-delete .container .p-01 {
    line-height: 200%; /* 2.8rem */
    letter-spacing: 0.112rem;
  }
}

main.book-navigation .box-book-list {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  main.book-navigation .box-book-list {
    flex-direction: column;
    gap: 2.4rem;
  }
}
main.book-navigation .box-book-list a.item {
  width: calc(50% - 2rem);
  padding: 3.2rem;
  padding-bottom: 4.4rem;
  border-radius: 0.8rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  main.book-navigation .box-book-list a.item {
    width: 100%;
    padding: 2.4rem 1.6rem 4.6rem;
  }
}
main.book-navigation .box-book-list a.item .box-flex {
  display: flex;
  align-items: stretch;
  gap: 2.4rem;
}
@media screen and (max-width: 999px) {
  main.book-navigation .box-book-list a.item .box-flex {
    flex-wrap: wrap;
    gap: 0;
  }
}
main.book-navigation .box-book-list a.item .box-image {
  width: 10.4rem;
}
main.book-navigation .box-book-list a.item .box-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
main.book-navigation .box-book-list a.item .box-text {
  width: 60%;
  flex-grow: 1;
}
main.book-navigation .box-book-list a.item .box-text .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 3rem */
  letter-spacing: 0.16rem;
  margin-bottom: 1.2rem;
}
main.book-navigation .box-book-list a.item .box-text .info {
  color: #909090;
  font-size: 1.2rem;
  line-height: 160%; /* 1.92rem */
  letter-spacing: 0.096rem;
  margin-bottom: 1.6rem;
}
main.book-navigation .box-book-list a.item .box-text .detail {
  font-size: 1.4rem;
  line-height: 200%; /* 2.8rem */
  letter-spacing: 0.112rem;
  padding-right: 3.2rem;
  margin-bottom: 0;
}
main.book-navigation .box-book-list a.item .box-sp {
  display: contents;
}
@media screen and (max-width: 999px) {
  main.book-navigation .box-book-list a.item .box-sp {
    display: flex;
    gap: 0 1.6rem;
  }
  main.book-navigation .box-book-list a.item .box-sp .box-image {
    width: 8.3rem;
  }
  main.book-navigation .box-book-list a.item .box-sp .box-text .title {
    font-size: 1.6rem;
    line-height: 150%; /* 2.4rem */
    letter-spacing: 0.128rem;
  }
  main.book-navigation .box-book-list a.item .box-sp .box-text .info {
    font-size: 1.2rem;
    line-height: 160%; /* 1.92rem */
    letter-spacing: 0.096rem;
  }
  main.book-navigation .box-book-list a.item .detail.sp {
    width: 100%;
    margin: 1.6rem 0;
    line-height: 200%;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.book-navigation .box-book-list a.item:hover .box-image img {
    transform: none;
  }
}

main.news-archive {
  /* 絞り込み選択 */
  /* 記事リスト */
}
main.news-archive .sort-control {
  margin: 8rem 0 6.4rem;
}
@media screen and (max-width: 990px) {
  main.news-archive .sort-control {
    margin: 6rem 0 4rem;
  }
}
main.news-archive .sort-control .container .box-flex {
  display: flex;
  justify-content: space-between;
  gap: 0 8rem;
}
@media screen and (max-width: 990px) {
  main.news-archive .sort-control .container .box-flex {
    flex-direction: column;
    gap: 2.4rem;
  }
}
main.news-archive .sort-control .container .box-flex .box-category {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 990px) {
  main.news-archive .sort-control .container .box-flex .box-category {
    justify-content: flex-start;
    gap: 1rem;
  }
}
.btn03 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #daebe1;
  color: #00933d;
  font-size: 1.6rem;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.128rem;
  padding: 0 3.7rem;
  border-radius: 999px;
  height: 4.2rem;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 990px) {
  .btn03 {
    font-size: 1.1rem;
    line-height: 150%; /* 1.65rem */
    letter-spacing: 0.088rem;
    height: 2.9rem;
    padding: 0 2.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn03:hover {
    background: #00933d;
    color: #fff;
    opacity: 1;
  }
}

.btn03.current {
  background: #00933d;
  color: #fff;
}

main.news-archive .sort-control .container .box-flex .box-yearly {
  position: relative;
}
main.news-archive .sort-control .container .box-flex .box-yearly .btn03.yearly {
  padding: 0.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.5rem;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  main.news-archive .sort-control .container .box-flex .box-yearly .btn03.yearly {
    width: 100%;
    max-width: 16.3rem;
  }
}
main.news-archive .sort-control .container .box-flex .box-yearly .btn03.yearly:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #00933d;
  border-bottom: 0;
  position: absolute;
  top: 53%;
  right: 8%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  main.news-archive .sort-control .container .box-flex .box-yearly .btn03.yearly:hover:after {
    border-top: 9px solid #fff;
  }
}
main.news-archive .sort-control .container .box-flex .box-yearly .btn03.yearly.is-open:after {
  top: 55%;
  transform: translateY(-50%) rotate(60deg);
}
main.news-archive .sort-control .container .box-flex .box-yearly ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  color: #00933d;
  font-size: 1.6rem;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.128rem;
  padding: 0.8rem 2rem 1.6rem;
  border-radius: 0.8rem;
  width: 100%;
  position: absolute;
  top: 4.6rem;
  z-index: 1;
  transition: 0.2s;
}
@media screen and (max-width: 990px) {
  main.news-archive .sort-control .container .box-flex .box-yearly ul {
    font-size: 1.1rem;
    line-height: 150%; /* 1.65rem */
    letter-spacing: 0.088rem;
    top: 3.2rem;
    max-width: 16.3rem;
  }
}
main.news-archive .sort-control .container .box-flex .box-yearly ul li {
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #00933d;
  width: 100%;
}
main.news-archive .sort-control .container .box-flex .box-yearly ul li a {
  display: block;
  width: 100%;
}
main.news-archive .sort-control .container .box-flex .box-yearly ul.is-open {
  max-height: 200px; /* 十分な高さにしておく（超える場合は大きくする） */
  opacity: 1;
}
main.news-archive .sec {
  margin-bottom: 12rem;
}
@media screen and (max-width: 990px) {
  main.news-archive .sec {
    margin: 4rem auto;
  }
}
main.news-archive .sec .container {
  /* ページ送り */
}
main.news-archive .sec .container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
  color: #909090;
  font-size: 2rem;
  font-weight: 500;
  margin: 2.4rem auto;
}
main.news-archive .sec .container .pagination .page-numbers.current {
  color: #00933d;
}
main.news-archive .sec .container .pagination .prev,
main.news-archive .sec .container .pagination .next {
  position: relative;
  display: inline-block;
  width: 6.9px;
  height: 11.9px;
  margin: 0 0.2rem;
}
main.news-archive .sec .container .pagination .prev:before, main.news-archive .sec .container .pagination .prev:after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 1px 50%;
}
main.news-archive .sec .container .pagination .prev:before {
  transform: rotate(45deg);
}
main.news-archive .sec .container .pagination .prev:after {
  transform: rotate(-45deg);
}
main.news-archive .sec .container .pagination .next:before, main.news-archive .sec .container .pagination .next:after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}
main.news-archive .sec .container .pagination .next:before {
  transform: rotate(45deg);
}
main.news-archive .sec .container .pagination .next:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 990px) {
  main.news-single .breadcrumbs {
    margin: 2.4rem 0;
  }
}
.post-contents {
  max-width: 106rem;
  margin: 0 auto 12rem;
}
.post-contents .container .head .eye-catch {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  .post-contents .container .head .eye-catch {
    margin-bottom: 4rem;
  }
}
.post-contents .container .head .eye-catch img {
  aspect-ratio: 1060/530;
  width: 100%;
  height: auto;
  max-height: 47rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0.8rem;
}
.post-contents .container .box-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem 2.4rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 990px) {
  .post-contents .container .box-date {
    margin-bottom: 2.4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-contents .container .box-date .date {
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%; /* 3.2rem */
  letter-spacing: 0.08rem;
  color: #009e1a;
}
@media screen and (max-width: 990px) {
  .post-contents .container .box-date .date {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
}
.post-contents .container .box-date .box-flex {
  display: flex;
  gap: 0 2.4rem;
  flex-wrap: wrap;
}
.post-contents .container .box-date .p-category {
  font-size: 2rem;
  line-height: 150%; /* 3rem */
  letter-spacing: 0.16rem;
  color: #909090;
}
@media screen and (max-width: 990px) {
  .post-contents .container .box-date .p-category {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.post-contents h1 {
  font-size: 4.9rem;
  font-weight: 700;
  line-height: 160%; /* 7.84rem */
  letter-spacing: 0.392rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 990px) {
  .post-contents h1 {
    font-size: 2.8rem;
    letter-spacing: 0.224rem;
  }
}
.post-contents .contents {
  /* リンク */
  /* 画像 */
}
.post-contents .contents p,
.post-contents .contents h2,
.post-contents .contents h3,
.post-contents .contents h4,
.post-contents .contents ul,
.post-contents .contents ol,
.post-contents .contents video {
  margin-bottom: 1.2rem;
}
.post-contents .contents p {
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 990px) {
  .post-contents .contents p {
    line-height: 200%; /* 2.8rem */
    letter-spacing: 0.112rem;
  }
}
.post-contents .contents h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 160%; /* 5.12rem */
  letter-spacing: 0.256rem;
}
@media screen and (max-width: 990px) {
  .post-contents .contents h2 {
    font-size: 2.4rem;
    letter-spacing: 0.192rem;
  }
}
.post-contents .contents h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 3rem */
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 990px) {
  .post-contents .contents h3 {
    font-size: 2rem;
    line-height: 160%; /* 3.2rem */
    letter-spacing: 0.16rem;
  }
}
.post-contents .contents h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 990px) {
  .post-contents .contents h4 {
    font-size: 1.6rem;
    line-height: 160%; /* 2.56rem */
    letter-spacing: 0.128rem;
  }
}
.post-contents .contents ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.post-contents .contents ol {
  list-style-type: decimal;
  padding-left: 2rem;
}
.post-contents .contents li {
  margin-bottom: 1.2rem;
}
@-webkit-keyframes Underline-single-a {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes Underline-single-a {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.post-contents .contents a {
  color: #000;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .post-contents .contents a:hover {
    color: #00933d;
  }
}
.post-contents .contents a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: left top;
  position: relative;
  top: -1rem;
}
@media (hover: hover) and (pointer: fine) {
  .post-contents .contents a:hover:after {
    -webkit-animation: Underline-single-a 0.2s ease-in-out forwards;
            animation: Underline-single-a 0.2s ease-in-out forwards;
    background-color: #00933d;
  }
}
.post-contents .contents a:has(img)::after {
  display: none;
}
.post-contents .contents img {
  max-width: 84rem;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
@media screen and (max-width: 990px) {
  .post-contents .contents img {
    max-width: 100%;
  }
}
.post-contents .contents img.alignleft {
  float: left;
  margin: 1rem 2rem 1rem 0;
}
.post-contents .contents img.alignright {
  float: right;
  margin: 1rem 0 1rem 2rem;
}
.post-contents .contents img.aligncenter {
  display: block;
  margin: 1.5rem auto;
}
.post-contents .contents table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.post-contents .contents th,
.post-contents .contents td {
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  text-align: left;
}
.post-contents .contents th {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .post-contents .contents table {
    font-size: 1.4rem;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.post-contents .contents iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

main.news-single .btn02 {
  margin-top: 6rem;
}
main.contact .lead {
  text-align: center;
  font-weight: 500;
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
  margin: 8rem 0;
}
@media screen and (max-width: 990px) {
  main.contact .lead {
    line-height: 160%; /* 1.92rem */
    letter-spacing: 0.096rem;
    margin: 5.2rem 0 4.5rem;
  }
}
main.contact .box-form {
  max-width: 62rem;
  margin: 8rem auto 12rem;
}
main.contact .box-form form.wpcf7-form dl {
  display: flex;
  justify-content: space-between;
  gap: 0 3.7rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 990px) {
  main.contact .box-form form.wpcf7-form dl {
    flex-direction: column;
  }
}
main.contact .box-form form.wpcf7-form dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.128rem;
  width: 19.3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  main.contact .box-form form.wpcf7-form dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
main.contact .box-form form.wpcf7-form dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 180%; /* 2.16rem */
  letter-spacing: 0.096rem;
  border: 1px solid #00933d;
  border-radius: 0.8rem;
  margin-left: 0.8rem;
  padding: 0rem 0.8rem;
}
main.contact .box-form form.wpcf7-form dl dt .required {
  color: #fff;
  background: #00933d;
}
main.contact .box-form form.wpcf7-form dl dt .optional {
  color: #00933d;
}
main.contact .box-form form.wpcf7-form dl dd {
  width: 60%;
  flex-grow: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 990px) {
  main.contact .box-form form.wpcf7-form dl dd {
    width: 100%;
  }
}
main.contact .box-form form.wpcf7-form dl dd input,
main.contact .box-form form.wpcf7-form dl dd textarea {
  border-radius: 0.8rem;
  background: #daebe1;
  padding: 1.2rem 1.4rem;
  width: 100%;
}
main.contact .box-form form.wpcf7-form dl dd input::-moz-placeholder, main.contact .box-form form.wpcf7-form dl dd textarea::-moz-placeholder {
  font-size: 1.2rem;
  color: #909090;
}
main.contact .box-form form.wpcf7-form dl dd input::placeholder,
main.contact .box-form form.wpcf7-form dl dd textarea::placeholder {
  font-size: 1.2rem;
  color: #909090;
}
main.contact .box-form form.wpcf7-form dl.dl-textarea {
  align-items: flex-start;
}
main.contact .box-form form.wpcf7-form dl.dl-textarea dt {
  margin-top: 1rem;
}
main.contact .box-form form.wpcf7-form .acceptance {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
  text-align: center;
  margin: 4.2rem auto 6.4rem;
}
@media screen and (max-width: 990px) {
  main.contact .box-form form.wpcf7-form .acceptance {
    font-size: 1.4rem;
    margin: 2.4rem auto 4.8rem;
  }
}
@-webkit-keyframes Underline-acceptance {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes Underline-acceptance {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
main.contact .box-form form.wpcf7-form .acceptance a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  main.contact .box-form form.wpcf7-form .acceptance a:hover {
    color: #00933d;
  }
}
main.contact .box-form form.wpcf7-form .acceptance a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: left top;
  position: relative;
  top: -1rem;
}
@media (hover: hover) and (pointer: fine) {
  main.contact .box-form form.wpcf7-form .acceptance a:hover:after {
    -webkit-animation: Underline-acceptance 0.5s forwards;
            animation: Underline-acceptance 0.5s forwards;
    background-color: #00933d;
  }
}
main.contact .box-form form.wpcf7-form .acceptance .wpcf7-list-item label {
  cursor: pointer;
}
main.contact .box-form form.wpcf7-form .acceptance .wpcf7-list-item label input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
  accent-color: #00933d;
  margin-right: 1.2rem;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  main.contact .box-form form.wpcf7-form .acceptance .wpcf7-list-item label input[type=checkbox] {
    width: 2rem;
    height: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.contact .box-form form.wpcf7-form .acceptance .wpcf7-list-item label:hover input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
         appearance: checkbox;
    accent-color: #00933d;
  }
}
main.contact .box-form form.wpcf7-form .box-submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  height: 6.8rem;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
main.contact .box-form form.wpcf7-form .box-submit input[type=submit] {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.128rem;
}
main.contact .box-form form.wpcf7-form .box-submit .wpcf7-spinner {
  display: none;
}
main.contact .box-form .wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}
main.contact p.thanks {
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
  margin: 8rem 0;
}
@media screen and (max-width: 990px) {
  main.contact p.thanks {
    line-height: 200%; /* 2.8rem */
    letter-spacing: 0.112rem;
    margin-top: 6rem;
  }
}

main.Not-Found-404 .message-404 {
  font-weight: 700;
  line-height: 160%; /* 2.56rem */
  letter-spacing: 0.128rem;
  margin: 8rem 0;
}

main.privacy-policy .privacy-policy-contents p {
  line-height: 240%; /* 3.84rem */
  letter-spacing: 0.128rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 990px) {
  main.privacy-policy .privacy-policy-contents p {
    line-height: 200%; /* 2.8rem */
    letter-spacing: 0.112rem;
  }
}
main.search .post-contents .container .contents h2 {
  color: #000;
}
main.search .post-contents .container .contents h2:before {
  content: none;
}
main.search .post-contents .container .contents ul {
  padding-left: 0;
  list-style-type: none;
  padding-left: 2rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 990px) {
  main.search .post-contents .container .contents ul li {
    margin-bottom: 1.6rem;
  }
}
main.search .post-contents .container .contents ul li a {
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 990px) {
  main.search .post-contents .container .contents ul li a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.search .post-contents .container .contents ul li a:hover {
    color: #00933d;
  }
}
main.search .post-contents .container .contents ul li a:after {
  top: 0;
}

main.page-template01 .post-contents .container .head h1 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  main.page-template01 .post-contents .container .head h1 {
    margin-bottom: 4.8rem;
  }
}

footer {
  background: #00933d;
  padding: 12rem 0 6.4rem;
  color: #fff;
}
@media screen and (max-width: 999px) {
  footer {
    padding: 6.4rem 0 3.2rem;
  }
}
footer .container .footer-contents01 {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  margin-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  footer .container .footer-contents01 {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 990px) {
  footer .container .footer-contents01 {
    flex-direction: column;
  }
}
footer .container .footer-contents01 .box-nav {
  display: flex;
  flex-direction: column;
}
footer .container .footer-contents01 .box-nav .logo {
  width: 100%;
  max-width: 54.9rem;
  margin-bottom: 4rem;
}
footer .container .footer-contents01 .box-nav .logo img {
  width: 100%;
}
footer .container .footer-contents01 .box-nav nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 999px) {
  footer .container .footer-contents01 .box-nav nav {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 999px) {
  footer .container .footer-contents01 .box-nav nav ul li {
    margin-bottom: 0.8rem;
  }
}
footer .container .footer-contents01 .box-nav nav ul li a {
  font-size: 1.3rem;
  line-height: 360%; /* 4.32rem */
  letter-spacing: 0.096rem;
}
@media screen and (max-width: 999px) {
  footer .container .footer-contents01 .box-nav nav ul li a {
    font-size: 1.1rem;
    line-height: 160%; /* 1.76rem */
    letter-spacing: 0.088rem;
  }
}
.box-sns ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
footer .container .footer-contents01 .box-nav .box-sns {
  margin: 4.2rem 0;
}
@media screen and (max-width: 999px) {
  footer .container .footer-contents01 .box-nav .box-sns {
    margin: 0;
  }
}
footer .container .footer-contents01 .box-card-cta {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: flex-start;
}
@media screen and (max-width: 999px) {
  footer .container .footer-contents01 .box-card-cta {
    gap: 1.6rem;
  }
}
footer .container .footer-contents01 .box-card-cta a.card-cta {
  color: #000;
  width: 100%;
}
footer .container .footer-contents02 nav {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 999px) {
  footer .container .footer-contents02 nav {
    flex-direction: column;
    gap: 0;
  }
}
footer .container .footer-contents02 nav ul li {
  font-size: 1.3rem;
  line-height: 160%;
  letter-spacing: 0.096rem;
  margin-bottom: 1.7rem;
  opacity: 0.8;
}
footer .container .copyright p {
  font-size: 1.2rem;
  text-align: right;
  margin: 2.4rem 0 0;
  opacity: 0.8;
}
@media screen and (max-width: 999px) {
  footer .container .copyright p {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */