@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "BIZ UDPGothic", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

body {
  opacity: 0;
  transition: opacity 0.2s;
}
body.loaded {
  opacity: 1;
}
body.home .contentclass {
  background-color: #EBFBFF;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

p, span {
  font-weight: normal;
  line-height: 1;
}

.entry-content p {
  margin: 0;
}

p:empty {
  display: none !important;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button {
  box-shadow: none !important;
}

table tr:nth-child(even) {
  background: none !important;
}

ul, ol, li, dl, dt, dd {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.entry-content li {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: none;
}

a {
  border: none !important;
}
a:hover {
  border: none !important;
}

.container.single-staff {
  width: 100%;
}

input {
  box-shadow: none !important;
}
input:hover {
  box-shadow: none !important;
}

body.open_modal {
  overflow: hidden;
}

.headerclass, .mobile-headerclass {
  background-color: transparent !important;
}

#kad-mobile-banner .mobile-header-container {
  width: 100%;
  align-items: end;
}

#mobile-logo {
  height: 60px;
  padding-left: 35px;
  background-color: #fff;
  border-radius: 40px;
}

#kad-mobile-banner #mobile-logo a {
  width: -moz-max-content;
  width: max-content;
}

.kad-header-menu-inner.container {
  width: 95%;
  max-width: none;
}
.kad-header-menu-inner.container .kad-header-flex.kad-header-height {
  padding: 0 min(6%, 80px);
  background-color: #fff;
  border-radius: 40px;
  transform: translate(0, 40px);
}

ul#menu-travel-menu {
  font-size: min(1.3vw, 17px);
  gap: 0 1.8em;
}
ul#menu-travel-menu > li {
  font-size: inherit;
}
ul#menu-travel-menu > li > a {
  font-size: inherit;
  font-weight: bold;
  padding: 0;
}
ul#menu-travel-menu > li > a.sf-with-ul {
  padding-right: 1em;
}
ul#menu-travel-menu > li > a.sf-with-ul::before, ul#menu-travel-menu > li > a.sf-with-ul::after {
  content: "";
  width: 0.7em;
  height: 1px;
  margin: 0;
  background-color: #212121;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.2s ease-in-out;
}
ul#menu-travel-menu > li > a.sf-with-ul::before {
  transform: translate(10%, -50%);
}
ul#menu-travel-menu > li > a.sf-with-ul::after {
  transform: translate(10%, -50%) rotate(90deg);
  transition: all 0.4s;
}
ul#menu-travel-menu > li.sfHover a.sf-with-ul::before, ul#menu-travel-menu > li.sfHover a.sf-with-ul::after {
  background-color: #00afdd;
}

ul.sub-menu.sf-dropdown-menu {
  padding: 10px;
  border-radius: 20px;
}

button.header_menu--button {
  height: 60px;
  padding: 0;
  background: none;
  position: fixed;
  right: 25px;
  top: 16px;
  z-index: 1001;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  button.header_menu--button {
    display: none;
  }
}
button.header_menu--button span {
  width: 32%;
  height: 2px;
  background-color: #5FBC99;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s;
}
button.header_menu--button span:first-of-type {
  transform: translate(-50%, calc(-50% - 8px));
}
button.header_menu--button span:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(1);
}
button.header_menu--button span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 8px));
}
button.header_menu--button.open_menu span:first-of-type {
  transform: translate(-50%, -50%) rotate(40deg);
}
button.header_menu--button.open_menu span:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
button.header_menu--button.open_menu span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-40deg);
}

.header_menu--container {
  width: 100vw;
  height: calc(100svh - 46px);
  padding-bottom: 30px;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 46px;
  transition: all 0.4s;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .header_menu--container {
    display: none;
  }
}
.header_menu--container.open_menu {
  opacity: 1;
  z-index: 999;
}

nav.header_menu--nav {
  width: calc(100vw - 30px);
  padding: 40px 0;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 0 0 40px 40px;
}

ul.header_menu--ul {
  font-size: 4.3vw;
  width: 85%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  ul.header_menu--ul {
    font-size: 2.3vw;
    width: 75%;
  }
}
ul.header_menu--ul li.header_menu--li {
  list-style: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul li.header_menu--li {
    border: none;
  }
}

.header_menu--titleBox {
  padding: 1.2em 0;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header_menu--titleBox {
    padding: 0;
    margin-bottom: 1.2em;
    border: none;
  }
}
.header_menu--titleBox a {
  color: inherit;
  font-weight: bold;
  transition: all 0.4s;
}
.header_menu--titleBox a:hover {
  opacity: 0.7;
}
.header_menu--titleBox button.header_menu--navButton {
  width: 1.5em;
  padding: 0;
  background: none;
  position: absolute;
  left: 5em;
  top: 50%;
  transform: translate(0, -50%);
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .header_menu--titleBox button.header_menu--navButton {
    right: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .header_menu--titleBox button.header_menu--navButton {
    right: 6.5em;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--titleBox button.header_menu--navButton {
    display: none;
  }
}
.header_menu--titleBox button.header_menu--navButton::before, .header_menu--titleBox button.header_menu--navButton::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #212121;
  position: absolute;
  left: 50%;
  top: 50%;
}
.header_menu--titleBox button.header_menu--navButton::before {
  transform: translate(-50%, -50%);
}
.header_menu--titleBox button.header_menu--navButton::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.4s;
}
.header_menu--titleBox button.header_menu--navButton.active::after {
  transform: translate(-50%, -50%);
}
.header_menu--titleBox.active button.header_menu--navButton::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.header_menu--accordionBox {
  font-size: 0.9em;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox {
    font-size: 16px;
    grid-template-rows: 1fr;
  }
}
.header_menu--accordionBox.active {
  grid-template-rows: 1fr;
}
.header_menu--accordionBox ul {
  width: 100%;
  padding: 0;
  margin-inline: auto;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox ul {
    background: none;
  }
}
.header_menu--accordionBox ul li {
  padding: 1em 0;
  list-style: none;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox ul li {
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox ul li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.header_menu--accordionBox ul li a {
  color: inherit;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin-left: 2em;
  display: flex;
  position: relative;
  align-items: center;
  gap: 0 0.5em;
}
.header_menu--accordionBox ul li a:hover {
  opacity: 0.7;
}
.header_menu--accordionBox ul li a:before {
  content: "";
  width: 0.5em;
  background-color: #212121;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: inline-block;
  aspect-ratio: 1/1.2;
}

.fixed_link {
  font-size: 2.8vw;
  line-height: 1;
  width: 4.1em;
  background-color: #5FBC99;
  position: fixed;
  right: 4em;
  bottom: 0;
  z-index: 10;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .fixed_link {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .fixed_link {
    font-size: min(1.7vw, 22px);
  }
}
.fixed_link a {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_link a img {
  width: 4.8em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(55%, -60%);
}
.fixed_link a span {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.fixed_link a span br {
  display: block !important;
}

span.common_button-arrow {
  font-size: 3.2vw;
  width: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  span.common_button-arrow {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  span.common_button-arrow {
    font-size: 22px;
  }
}
span.common_button-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5FBC99;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
span.common_button-arrow i {
  color: #fff;
  position: relative;
}

.top_page--header {
  overflow: hidden;
  position: relative;
  position: relative;
}
.top_page--header::before, .top_page--header::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.top_page--header::before {
  background-color: #5EC4DE;
  left: 0;
}
.top_page--header::after {
  background-color: #2E547C;
  right: 0;
}
.top_page--header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.top_page_header--container {
  font-size: 3.2vw;
  width: 85%;
  padding-top: 2em;
  margin-inline: auto;
  display: grid;
  gap: 2.5em 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page_header--container {
    font-size: 2.1vw;
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container {
    font-size: 1.05vw;
    width: 80%;
    padding: 5em 0;
    grid-template-columns: 61.05% 1fr;
  }
}
.top_page_header--container::before {
  content: "";
  width: 101vw;
  height: 100%;
  background-color: #EBFBFF;
  border-radius: 0 0 4.2em 4.2em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  .top_page_header--container::before {
    border-radius: 0 0 12.5em 12.5em;
  }
}
.top_page_header--container .top_page_header--swiper {
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.top_page_header--container .top_page_header--swiper.swiper01 {
  top: 3em;
}
.top_page_header--container .top_page_header--swiper.swiper02 {
  top: 15.5em;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .top_page_header--swiper.swiper02 {
    top: 17em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .top_page_header--swiper.swiper02 {
    top: 20em;
  }
}
.top_page_header--container .top_page_header--swiper.swiper03 {
  top: 28em;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .top_page_header--swiper.swiper03 {
    top: 31em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .top_page_header--swiper.swiper03 {
    display: none;
  }
}
.top_page_header--container .top_page_header--swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top_page_header--container .top_page_header--swiper .swiper-wrapper .swiper-slide img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .top_page_header--swiper .swiper-wrapper .swiper-slide img {
    width: 85%;
  }
}
.top_page_header--container .text_box {
  opacity: 0;
  position: relative;
  transform: translate(0, 10px);
  transition: opacity 0.8s 1s cubic-bezier(0.4, 0.4, 0, 1), transform 1.3s 1s cubic-bezier(0.4, 0.4, 0, 1);
  z-index: 1;
}
.top_page_header--container .text_box.small_text--box {
  color: #0B3F77;
  position: absolute;
  right: 0;
  top: 2em;
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .text_box.small_text--box {
    top: 7em;
    right: 1.5em;
  }
}
.top_page_header--container .text_box.large_text--box {
  justify-self: center;
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .text_box.large_text--box {
    margin: 2em 3em 0 0;
    order: 2;
  }
}
.top_page_header--container .text_box p {
  font-weight: bold;
}
.top_page_header--container .text_box.small_text--box p {
  display: grid;
  grid-template-columns: 1em 1em;
  direction: rtl;
  align-items: start;
  gap: 0 0.8em;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .text_box.small_text--box p {
    gap: 0 1.2em;
  }
}
.top_page_header--container .text_box.small_text--box p > span {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .text_box.small_text--box p > span {
    letter-spacing: 0.3em;
  }
}
.top_page_header--container .text_box.small_text--box p > span span {
  font-weight: bold;
  letter-spacing: -0.07em;
  writing-mode: lr;
  padding-top: 0.05em;
  height: 1.2em;
  display: inline-block;
}
.top_page_header--container .text_box.large_text--box p {
  font-size: 1.7em;
  display: flex;
  gap: 0 0.4em;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .text_box.large_text--box p {
    font-size: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .text_box.large_text--box p {
    font-size: 2.25em;
  }
}
.top_page_header--container .text_box.large_text--box p span {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  writing-mode: vertical-lr;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .text_box.large_text--box p span {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .text_box.large_text--box p span {
    letter-spacing: 0.1em;
  }
}
.top_page_header--container .text_box.large_text--box p span::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #5FBC99;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .text_box.large_text--box p span::before {
    width: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .text_box.large_text--box p span::before {
    width: 6px;
  }
}
.top_page_header--container.loaded .text_box {
  opacity: 1;
  transform: translate(0, 0);
}
.top_page_header--container .img_box {
  width: 82%;
  margin-inline: auto;
  position: relative;
  transform: translate(-3%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box {
    width: 70%;
    display: flex;
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .img_box {
    width: 100%;
    padding-top: 13%;
    justify-content: center;
    gap: 0 90px;
    transform: translate(0, 0);
    order: 1;
  }
}
.top_page_header--container .img_box .img {
  opacity: 0;
  transform: scale(0.7, 0.7);
}
.top_page_header--container .img_box .img.img01 {
  width: 57%;
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .img_box .img.img01 {
    width: 36%;
  }
}
.top_page_header--container .img_box .img.img02 {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box .img.img02 {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .img_box .img.img02 {
    width: 29%;
  }
}
.top_page_header--container .img_box .img.img03 {
  display: none;
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .img_box .img.img03 {
    display: block;
    position: absolute;
    top: 0;
  }
}
.top_page_header--container .img_box .img.img04 {
  display: none;
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .img_box .img.img04 {
    width: 95%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container .img_box .img.img04 img {
    transform: translate(4%, 5%);
  }
}
.top_page_header--container.loaded .img_box .img {
  animation: top_page_header_animation 1s 0.6s forwards;
}

@keyframes top_page_header_animation {
  0% {
    opacity: 0;
    transform: scale(0.7, 0.7);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    transform: scale(1.05, 1.05);
  }
  28% {
    opacity: 1;
    transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.top_page--contents.contents01 {
  font-size: 3.8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--contents.contents01 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents01 {
    font-size: min(1.5vw, 23px);
  }
}
.top_page--contents.contents01::before, .top_page--contents.contents01::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.top_page--contents.contents01::before {
  background-color: #5EC4DE;
  border-radius: 0 4.2em 0 2.5em;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents01::before {
    border-radius: 0 8.7em 0 1.7em;
  }
}
.top_page--contents.contents01::after {
  background-color: #2E547C;
  border-radius: 4.2em 0 2.5em 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents01::after {
    border-radius: 8.7em 0 1.7em 0;
  }
}
.top_page--contents.contents01 .contents_container {
  padding: 6.3em 0 5.3em;
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
  transition: all 1s;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents01 .contents_container {
    padding: 6.5em 0 4.8em;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.top_page--contents.contents01 .contents_container.show {
  opacity: 1;
  transform: translate(0, 0);
}

.top_page_contents01--box01 {
  width: 93%;
  margin: 0 auto 4em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page_contents01--box01 {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_contents01--box01 {
    width: 73%;
    margin: 0.65em auto 0;
  }
}
.top_page_contents01--box01 h2 {
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2.2em;
}
@media screen and (min-width: 768px) {
  .top_page_contents01--box01 h2 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_contents01--box01 h2 {
    font-size: min(2.8vw, 34px);
    margin: 0 auto 1.3em;
  }
}
.top_page_contents01--box01 h2 br {
  display: block !important;
}

ul.top_page_contents01--ul {
  font-size: 1.1em;
  padding: 2.5em 1.3em;
  background-color: #FFF;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  ul.top_page_contents01--ul {
    font-size: 1em;
    padding: 2em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_contents01--ul {
    padding: 2.3em;
  }
}
ul.top_page_contents01--ul li {
  line-height: 1.4;
  letter-spacing: 0.05em;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  ul.top_page_contents01--ul li {
    gap: 0 1em;
  }
}
ul.top_page_contents01--ul li:not(:last-of-type) {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 1025px) {
  ul.top_page_contents01--ul li:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
ul.top_page_contents01--ul li::before {
  content: "0" counter(number);
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.7em;
  background-color: #5FBC99;
  border-radius: 10px 0;
}
@media screen and (min-width: 1025px) {
  ul.top_page_contents01--ul li::before {
    font-size: 0.75em;
  }
}

.top_page_contents01--box02 {
  width: 83%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page_contents01--box02 {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_contents01--box02 {
    width: 62.5%;
  }
}
.top_page_contents01--box02 p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .top_page_contents01--box02 p {
    line-height: 2;
    margin-bottom: 2.2em;
  }
}
.top_page_contents01--box02 p span {
  -webkit-text-decoration: solid underline #fff 2px;
          text-decoration: solid underline #fff 2px;
  text-underline-offset: 0.5em;
}
.top_page_contents01--box02 p br {
  display: block !important;
}
.top_page_contents01--box02 a {
  color: #fff;
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0 0.7em;
}
@media screen and (min-width: 768px) {
  .top_page_contents01--box02 a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_contents01--box02 a {
    font-size: min(1.8vw, 23px);
  }
}
.top_page_contents01--box02 a span.text {
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.top_page_contents01--box02 a span.text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.5em;
}
.top_page_contents01--box02 a:hover span.common_button-arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.top_page_contents01--box02 .img {
  width: 7.5em;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top_page_contents01--box02 .img {
    width: 33%;
    transform: translate(0, 15%);
  }
}
.top_page_contents01--box02 .img::before {
  content: "";
  width: 109%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -65%);
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  .top_page_contents01--box02 .img::before {
    width: 127%;
    transform: translate(-50%, -61%);
  }
}
.top_page_contents01--box02 .img img {
  position: relative;
}

h2.top_page--h2 {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  h2.top_page--h2 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_page--h2 {
    font-size: min(1.7vw, 22px);
  }
}
h2.top_page--h2 span {
  font-weight: bold;
}
h2.top_page--h2 span.ja {
  width: 82%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.4em;
}
@media screen and (min-width: 1025px) {
  h2.top_page--h2 span.ja {
    width: 100%;
  }
}
h2.top_page--h2 span.ja i {
  color: #5FBC99;
  font-size: 0.8em;
}
h2.top_page--h2 span.eng {
  color: #5FBC99;
  font-size: 1.45em;
  transform: rotate(90deg);
  transform-origin: left bottom;
  display: block;
}
@media screen and (min-width: 768px) {
  h2.top_page--h2 span.eng {
    font-size: 2.7em;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_page--h2 span.eng {
    font-size: 3.75em;
    transform: rotate(90deg) translate(-0.5em, 0);
  }
}

section.top_page--section.section01 {
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 {
    padding: 12% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container {
    width: 95%;
    max-width: 1560px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 16.5% 83.5%;
  }
}

dl.top_page_section01--dl {
  text-align: center;
  font-size: 3.2vw;
  width: 82%;
  margin-inline: auto;
  display: grid;
  gap: 1.2em 0;
}
@media screen and (min-width: 768px) {
  dl.top_page_section01--dl {
    font-size: 2vw;
    gap: 1.5em 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl {
    font-size: min(1.4vw, 18px);
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 2.2em;
  }
}
dl.top_page_section01--dl > div {
  padding: 3.7em 0;
  background-color: #fff;
  border-radius: 20px;
  border: 3px dashed #C4C4C4;
  position: relative;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  dl.top_page_section01--dl > div {
    padding: 3.5em 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl > div {
    height: 17em;
    padding: 0;
    display: grid;
    gap: 2.2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl > div:first-of-type {
    grid-column: span 2;
  }
}
dl.top_page_section01--dl > div::before {
  content: "";
  max-width: 100%;
  height: 90%;
  background-color: #5FBC99;
  border-radius: 50%;
  opacity: 0.25;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s;
  aspect-ratio: 1;
}
dl.top_page_section01--dl > div:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
dl.top_page_section01--dl > div::after {
  content: "0" counter(number);
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1.05em;
  background-color: #5FBC99;
  border-radius: 20px 0;
  position: absolute;
  left: -3px;
  top: -3px;
}
@media screen and (min-width: 768px) {
  dl.top_page_section01--dl > div::after {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl > div::after {
    font-size: 1.65em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl > div dt {
    align-self: end;
  }
}
dl.top_page_section01--dl > div dt span {
  font-weight: bold;
  display: block;
}
dl.top_page_section01--dl > div dt span.ja {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  dl.top_page_section01--dl > div dt span.ja {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl > div dt span.ja {
    font-size: 2em;
    margin-bottom: 0.4em;
  }
}
dl.top_page_section01--dl > div dt span.eng {
  color: #5FBC99;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  dl.top_page_section01--dl > div dt span.eng {
    font-size: 0.8em;
  }
}
dl.top_page_section01--dl > div dd a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
dl.top_page_section01--dl > div dd .img {
  width: 7.5em;
  margin: 1.6em auto;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl > div dd .img {
    width: 9.8em;
    position: absolute;
    left: 8em;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%);
  }
}
dl.top_page_section01--dl > div dd .img + .text_box {
  margin-top: 0;
}
dl.top_page_section01--dl > div dd .text_box {
  margin-top: 2.2em;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl > div dd .text_box {
    margin: 0;
  }
}
dl.top_page_section01--dl > div dd .text_box p {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section01--dl > div dd .text_box p {
    line-height: 1.8;
  }
}
dl.top_page_section01--dl > div dd .text_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  dl.top_page_section01--dl > div dd .text_box p br.br_sp {
    display: none !important;
  }
}
dl.top_page_section01--dl > div dd span.common_button-arrow {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
dl.top_page_section01--dl > div:hover dd span.common_button-arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}

section.top_page--section.section02 {
  padding: 0 0 18%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 {
    padding: 0 0 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 {
    padding: 0 0 70px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container {
    width: 95%;
    max-width: 1560px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 16.5% 83.5%;
  }
}
section.top_page--section.section02 .section_container h2.top_page--h2 {
  grid-row: span 3;
}
section.top_page--section.section02 .section_container > a {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3em;
  display: flex;
  align-items: center;
  gap: 0 0.7em;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container > a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container > a {
    font-size: min(1.8vw, 23px);
    margin: 0 auto 4em;
  }
}
section.top_page--section.section02 .section_container > a span.text {
  color: #5FBC99;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
section.top_page--section.section02 .section_container > a span.text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5FBC99;
  position: absolute;
  left: 0;
  bottom: -0.5em;
}
section.top_page--section.section02 .section_container > a:hover span.common_button-arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}
section.top_page--section.section02 .section_container .banner {
  width: 85%;
  margin-inline: auto;
}

ul.top_page_section02--ul {
  font-size: 3.2vw;
  width: 82%;
  margin: 0 auto 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em 0.8em;
}
@media screen and (min-width: 768px) {
  ul.top_page_section02--ul {
    font-size: 1.9vw;
    gap: 3em 2em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul {
    font-size: min(1.2vw, 16px);
    width: 100%;
    margin-bottom: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3.5em 5.8em;
  }
}
ul.top_page_section02--ul li {
  list-style: none;
}
ul.top_page_section02--ul li a {
  color: inherit;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
ul.top_page_section02--ul li a .thumbnail {
  margin-bottom: 1em;
  overflow: hidden;
}
ul.top_page_section02--ul li a .thumbnail img {
  transform: scale(1);
  transition: 0.2s;
}
ul.top_page_section02--ul li a:hover .thumbnail img {
  transform: scale(1.1);
}
ul.top_page_section02--ul li a span.date {
  color: #0B3F77;
  margin-bottom: 1em;
}
ul.top_page_section02--ul li a p.title {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 1em;
}
ul.top_page_section02--ul li a span.tag {
  color: #0B3F77;
  display: flex;
  align-items: center;
  gap: 0 0.4em;
  position: relative;
}
ul.top_page_section02--ul li a span.tag::before {
  content: "";
  width: 0.4em;
  background-color: #0B3F77;
  border-radius: 50%;
  display: inline-block;
  aspect-ratio: 1;
}

.page_header {
  font-size: 3.2vw;
  padding: 3.8em 0;
  background-color: #EBFBFF;
  border-radius: 0 0 50px 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_header {
    font-size: 1.7vw;
    padding: 4.8em 0;
    border-radius: 0 0 100px 100px;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    font-size: 14px;
    padding: 12em 0px 9.3em;
    border-radius: 0 0 150px 150px;
  }
}

h1.page_title {
  text-align: center;
  font-size: inherit;
  display: grid;
  justify-content: center;
  position: relative;
  z-index: 1;
}
h1.page_title > span {
  font-weight: bold;
}
h1.page_title > span.ja {
  font-size: 2.2em;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  h1.page_title > span.ja {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title > span.ja {
    font-size: 2.6em;
  }
}
h1.page_title > span.ja span.target {
  font-weight: bold;
  opacity: 0;
  display: inline-block;
  position: relative;
  transform: translate(0, 100%);
  transition: all 1s cubic-bezier(0, 0.7, 0.3, 1);
}
h1.page_title > span.ja span.target.show {
  opacity: 1;
  transform: translate(0, 0);
}
h1.page_title > span.eng {
  color: #5FBC99;
  letter-spacing: 0;
}

.page_header--img {
  width: 5.5em;
  position: absolute;
  right: 4em;
  bottom: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .page_header--img {
    width: 7.5em;
    right: 12em;
  }
}
@media screen and (min-width: 1025px) {
  .page_header--img {
    width: 11.2em;
    right: 50%;
    transform: translate(25em, 0);
  }
}
.page_header--img .img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

nav.page_nav {
  font-size: 3.5vw;
  width: 89%;
  margin: 3.2em auto 4.5em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  nav.page_nav {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav {
    font-size: 17px;
    max-width: 1035px;
  }
}
nav.page_nav ul {
  display: grid;
  gap: 1.5em;
}
@media screen and (min-width: 768px) {
  nav.page_nav ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.7em;
  }
}
nav.page_nav ul li {
  text-align: center;
  list-style: none;
  background-color: #F2F2F2;
  border-radius: 4em;
  position: relative;
  transition: all 0.2s;
}
nav.page_nav ul li:hover {
  background-color: #5FBC99;
}
nav.page_nav ul li a {
  color: #141414;
  font-weight: bold;
  height: 3em;
  padding: 0 0 0 2em;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  nav.page_nav ul li a {
    padding: 0 4.5em 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a {
    height: 3.5em;
    padding: 0 3.5em 0 2em;
  }
}
nav.page_nav ul li a::before {
  content: "\f063";
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 1.7em;
  background-color: #5FBC99;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a::before {
    right: 1.5em;
  }
}
nav.page_nav ul li a br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  nav.page_nav ul li a br {
    display: none !important;
  }
}
nav.page_nav ul li:hover a {
  color: #fff;
}
nav.page_nav ul li:hover a::before {
  color: #5FBC99;
  background-color: #fff;
}

h2.page_h2 {
  font-size: 4.8vw;
  font-weight: bold;
  padding-left: 1.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  h2.page_h2 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2 {
    font-size: min(1.7vw, 22px);
  }
}
h2.page_h2::before {
  content: "\f192";
  color: #5FBC99;
  font-size: 0.8em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

section.page_section.page_about--section {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section {
    max-width: 800px;
  }
}
section.page_section.page_about--section .section_container {
  font-size: 4vw;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section .section_container {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section .section_container {
    font-size: 17px;
    padding-top: 180px;
    margin-top: -180px;
  }
}

section.page_section.page_about--section.section01 {
  padding-bottom: 10%;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section01 {
    padding-bottom: 100px;
  }
}
section.page_section.page_about--section.section01 .section_container h2.page_h2 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section01 .section_container h2.page_h2 {
    margin-bottom: 2em;
  }
}
section.page_section.page_about--section.section01 .section_container p.text01 {
  text-align: center;
  color: #5FBC99;
  font-size: 1.35em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section01 .section_container p.text01 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section01 .section_container p.text01 {
    font-size: 1.5em;
    line-height: 1.8;
    margin: 0 auto 1.5em;
  }
}
section.page_section.page_about--section.section01 .section_container p.text01 br {
  display: block !important;
}
section.page_section.page_about--section.section01 .section_container p.text02 {
  line-height: 1.8;
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section01 .section_container p.text02 {
    line-height: 2;
    width: 100%;
  }
}

section.page_section.page_about--section.section02 {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section02 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section02 {
    padding-bottom: 100px;
  }
}
section.page_section.page_about--section.section02 .section_container h2.page_h2 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section02 .section_container h2.page_h2 {
    margin-bottom: 2em;
  }
}
section.page_section.page_about--section.section02 .section_container h3 {
  color: #5FBC99;
  font-size: 7.5vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.2em;
  margin: 0 auto 1.2em;
  border-bottom: 3px solid;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section02 .section_container h3 {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section02 .section_container h3 {
    font-size: 35px;
    padding-bottom: 0.4em;
    margin: 0 auto 1.5em;
  }
}

dl.page_about_section02--dl dt {
  color: #5FBC99;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 88%;
  padding-top: 3.5em;
  margin: 0 auto 1.5em;
  position: relative;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  dl.page_about_section02--dl dt {
    padding-top: 4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section02--dl dt {
    padding-top: 0.7em;
    margin: 0 0 1.8em auto;
  }
}
dl.page_about_section02--dl dt::before {
  content: "0" counter(number);
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.8em 1em;
  background-color: #5FBC99;
  border-radius: 20px 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  dl.page_about_section02--dl dt::before {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section02--dl dt::before {
    font-size: 1.1em;
    padding: 0.6em 0.85em;
    left: 0;
    transform: translate(-130%, 0);
  }
}
dl.page_about_section02--dl dt span {
  font-weight: bold;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-underline-offset: 0.3em;
}
dl.page_about_section02--dl dd {
  width: 89%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  dl.page_about_section02--dl dd {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section02--dl dd {
    width: 88%;
    margin: 0 0 0 auto;
  }
}
dl.page_about_section02--dl dd:not(:last-of-type) {
  margin-bottom: 4em;
}
dl.page_about_section02--dl dd p {
  line-height: 1.8;
}

section.page_section.page_about--section.section03 {
  padding: 15% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section03 {
    padding: 10% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section03 {
    padding: 60px 0 70px;
  }
}
section.page_section.page_about--section.section03::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #EBFBFF;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section.page_section.page_about--section.section03 .section_container {
  position: relative;
}
section.page_section.page_about--section.section03 .section_container h2.page_h2 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section03 .section_container h2.page_h2 {
    margin-bottom: 2em;
  }
}

dl.page_about_section03--dl {
  width: 89%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  dl.page_about_section03--dl {
    font-size: 0.95em;
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section03--dl {
    width: 100%;
  }
}
dl.page_about_section03--dl dt, dl.page_about_section03--dl dd {
  line-height: 1.6;
}
dl.page_about_section03--dl dt {
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  dl.page_about_section03--dl dt {
    padding: 1em 0;
    margin: 0;
    border-bottom: 1px dashed #5FBC99;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section03--dl dt {
    padding-left: 4em;
  }
}
dl.page_about_section03--dl dd {
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  border-bottom: 1px dashed #5FBC99;
}
@media screen and (min-width: 768px) {
  dl.page_about_section03--dl dd {
    padding: 1em 0;
    margin: 0;
  }
}
dl.page_about_section03--dl dd br {
  display: block !important;
}

section.page_section.page_about--section.section04 {
  padding: 15% 0 20%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section04 {
    padding: 10% 0 14%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section04 {
    padding: 70px 0 110px;
  }
}
section.page_section.page_about--section.section04 .section_container {
  position: relative;
}
section.page_section.page_about--section.section04 .section_container h2.page_h2 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section04 .section_container h2.page_h2 {
    margin-bottom: 2.4em;
  }
}

dl.page_about_section04--dl {
  padding-left: 3.5em;
  position: relative;
}
dl.page_about_section04--dl div {
  display: grid;
  gap: 1.5em 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section04--dl div {
    grid-template-columns: 8.5em 1fr;
  }
}
dl.page_about_section04--dl div:not(:last-of-type)::before, dl.page_about_section04--dl div:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: -1.67em;
  top: 0.5em;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section04--dl div:not(:last-of-type)::before, dl.page_about_section04--dl div:not(:last-of-type)::after {
    left: -3.3em;
  }
}
dl.page_about_section04--dl div:not(:last-of-type):before {
  width: 1px;
  height: 100%;
  background-color: #BFBFBF;
}
dl.page_about_section04--dl div:not(:last-of-type):after {
  width: 2px;
  height: 100%;
  background-color: #5FBC99;
  transform: translate(-25%, 0) scaleY(0);
  transform-origin: top;
  transition: all 0.8s;
}
dl.page_about_section04--dl div.show:not(:last-of-type):after {
  transform: translate(-25%, 0) scaleY(100%);
}
dl.page_about_section04--dl div dt {
  color: #5FBC99;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section04--dl div dt {
    font-size: 1.05em;
  }
}
dl.page_about_section04--dl div dt::before, dl.page_about_section04--dl div dt::after {
  content: "";
  background-color: #5FBC99;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
dl.page_about_section04--dl div dt::before {
  width: 0.8em;
  border-radius: 50%;
  left: -2em;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section04--dl div dt::before {
    width: 0.7em;
    left: -3.5em;
  }
}
dl.page_about_section04--dl div dt::after {
  width: 1.1em;
  height: 1px;
  left: -1.5em;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section04--dl div dt::after {
    width: 3em;
    left: -3.5em;
  }
}
dl.page_about_section04--dl div.show dt {
  opacity: 1;
  transform: translate(0, 0);
}
dl.page_about_section04--dl div dd {
  line-height: 1.6;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.4s 0.4s;
}
@media screen and (min-width: 768px) {
  dl.page_about_section04--dl div dd {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section04--dl div dd {
    font-size: 1.2em;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
dl.page_about_section04--dl div.show dd {
  opacity: 1;
  transform: translate(0, 0);
}
dl.page_about_section04--dl div:not(:last-of-type) dd {
  margin-bottom: 2.5em;
}

section.page_section.page_about--section.section05 {
  padding: 0 0 15%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section05 {
    padding: 0 0 9%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section05 {
    padding: 0 0 90px;
  }
}
section.page_section.page_about--section.section05 .section_container {
  position: relative;
}
section.page_section.page_about--section.section05 .section_container h2.page_h2 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section05 .section_container h2.page_h2 {
    margin-bottom: 2.4em;
  }
}

ul.page_about_section05--ul {
  width: 91%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.page_about_section05--ul {
    width: 100%;
  }
}
ul.page_about_section05--ul li {
  padding: 1.5em 0;
  background-color: #EBFBFF;
  border: 3px dashed #C4C4C4;
  border-radius: 20px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  ul.page_about_section05--ul li {
    padding: 2em;
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 1.2em 1em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_about_section05--ul li {
    padding: 2.8em;
    grid-template-columns: 16.5% 1fr;
    gap: 1.5em 0.7em;
  }
}
ul.page_about_section05--ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
ul.page_about_section05--ul li .img {
  width: 37%;
  margin: 0 auto 1.2em;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  ul.page_about_section05--ul li .img {
    width: 100%;
    margin: 0;
  }
}
ul.page_about_section05--ul li .img img {
  width: auto;
  height: 70%;
}

.page_about_section05--infoBox {
  width: 90%;
  margin: 0 auto 1.8em;
}
@media screen and (min-width: 768px) {
  .page_about_section05--infoBox {
    width: 100%;
    margin: 0;
  }
}
.page_about_section05--infoBox h3 {
  text-align: center;
  color: #5FBC99;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .page_about_section05--infoBox h3 {
    text-align: left;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .page_about_section05--infoBox h3 {
    font-size: 1.3em;
  }
}
.page_about_section05--infoBox dl {
  font-size: 0.95em;
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 768px) {
  .page_about_section05--infoBox dl {
    gap: 0.6em 0;
  }
}
.page_about_section05--infoBox dl div {
  display: grid;
  grid-template-columns: 2em 1fr;
}
@media screen and (min-width: 1025px) {
  .page_about_section05--infoBox dl div {
    grid-template-columns: 3em 1fr;
  }
}
.page_about_section05--infoBox dl div dt {
  color: #5FBC99;
  font-weight: bold;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  padding: 1em 0;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page_about_section05--infoBox dl div dt {
    letter-spacing: 0.2em;
    padding: 0.6em 0;
  }
}
.page_about_section05--infoBox dl div dd {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  background-color: #5FBC99;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  padding: 0 0.8em;
}
@media screen and (min-width: 1025px) {
  .page_about_section05--infoBox dl div dd {
    font-size: 1.1em;
  }
}

.page_about_section05--textBox {
  font-size: 0.95em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_about_section05--textBox {
    width: 100%;
    grid-column: span 2;
  }
}
.page_about_section05--textBox h4 {
  color: #5FBC99;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .page_about_section05--textBox h4 {
    margin-bottom: 0.6em;
  }
}
.page_about_section05--textBox h4 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_about_section05--textBox h4 br {
    display: none !important;
  }
}
.page_about_section05--textBox p {
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .page_about_section05--textBox p {
    line-height: 1.6;
  }
}
.page_about_section05--textBox p:not(:last-of-type) {
  margin-bottom: 2em;
}

.page_contents.page_service {
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  .page_contents.page_service {
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_service {
    padding: 100px 0 120px;
  }
}
dl.page_service--dl {
  text-align: center;
  font-size: 3.2vw;
  width: 82%;
  margin-inline: auto;
  display: grid;
  gap: 5em 0;
}
@media screen and (min-width: 768px) {
  dl.page_service--dl {
    font-size: 1.8vw;
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_service--dl {
    font-size: min(1.4vw, 18px);
    max-width: 1300px;
  }
}
dl.page_service--dl > div {
  padding-bottom: 3em;
  background-color: #fff;
  border-radius: 20px;
  border: 3px dashed #C4C4C4;
  position: relative;
  aspect-ratio: 1/1.36;
}
@media screen and (min-width: 768px) {
  dl.page_service--dl > div {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1.5em 2em;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_service--dl > div {
    grid-template-columns: 1fr 1.8fr;
    gap: 2em;
  }
}
dl.page_service--dl > div::before {
  content: "";
  width: 55%;
  height: auto;
  background-color: #5FBC99;
  border-radius: 50%;
  opacity: 0.25;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, 0) scale(0);
  transition: all 0.2s;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  dl.page_service--dl > div::before {
    width: auto;
    height: 85%;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
  }
}
dl.page_service--dl > div:hover::before {
  transform: translate(-50%, 0) scale(1);
}
@media screen and (min-width: 768px) {
  dl.page_service--dl > div:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
dl.page_service--dl > div dt {
  margin-bottom: 2.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page_service--dl > div dt {
    margin: 0;
    align-self: end;
  }
}
dl.page_service--dl > div dt span {
  font-weight: bold;
  display: block;
}
dl.page_service--dl > div dt span.ja {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  dl.page_service--dl > div dt span.ja {
    font-size: 1.7em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_service--dl > div dt span.ja {
    font-size: 2em;
    margin-bottom: 0.4em;
  }
}
dl.page_service--dl > div dt span.eng {
  color: #5FBC99;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  dl.page_service--dl > div dt span.eng {
    font-size: 0.8em;
  }
}
dl.page_service--dl > div dd:first-of-type {
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  dl.page_service--dl > div dd:first-of-type {
    margin: 0;
    grid-row: span 2;
  }
}
dl.page_service--dl > div dd a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
dl.page_service--dl > div dd .img {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  dl.page_service--dl > div dd .img {
    transform: scale(1.15) translate(-3px, 0);
    transform-origin: left;
  }
}
dl.page_service--dl > div dd .img img {
  border-radius: 2.5em;
}
dl.page_service--dl > div dd .text_box p {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  dl.page_service--dl > div dd .text_box p {
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
dl.page_service--dl > div dd .text_box p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  dl.page_service--dl > div dd .text_box p br.br_sp {
    display: none !important;
  }
}
dl.page_service--dl > div dd span.common_button-arrow {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
@media screen and (min-width: 1025px) {
  dl.page_service--dl > div dd span.common_button-arrow {
    right: 1.5em;
    bottom: 1.5em;
  }
}
dl.page_service--dl > div:hover dd span.common_button-arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}

section.page_section.page_individual--section {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  section.page_section.page_individual--section {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_individual--section {
    padding: 80px 0;
  }
}
section.page_section.page_individual--section .section_container {
  font-size: 4.3vw;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.page_section.page_individual--section .section_container {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_individual--section .section_container {
    font-size: 17px;
    max-width: 800px;
  }
}
section.page_section.page_individual--section .section_container h2 {
  text-align: center;
  color: #5FBC99;
  font-size: 7.5vw;
  font-weight: bold;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_individual--section .section_container h2 {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_individual--section .section_container h2 {
    font-size: 35px;
  }
}

ul.page_individual--ul li {
  list-style: none;
}
ul.page_individual--ul li:not(:last-of-type) {
  margin-bottom: 3.5em;
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  ul.page_individual--ul li:not(:last-of-type) {
    margin-bottom: 5em;
  }
}
ul.page_individual--ul li hgroup h3 {
  font-size: 6.7vw;
  font-weight: bold;
  padding-left: 0.7em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_individual--ul li hgroup h3 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_individual--ul li hgroup h3 {
    font-size: 30px;
    padding-left: 0.8em;
  }
}
ul.page_individual--ul li hgroup h3::before {
  content: "\f192";
  color: #5FBC99;
  font-size: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
ul.page_individual--ul li hgroup p {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  ul.page_individual--ul li hgroup p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_individual--ul li hgroup p {
    font-size: 1.2em;
  }
}
ul.page_individual--ul li hgroup p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  ul.page_individual--ul li hgroup p br {
    display: none !important;
  }
}
ul.page_individual--ul li > h3 {
  font-size: 6.7vw;
  font-weight: bold;
  padding-left: 0.7em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_individual--ul li > h3 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_individual--ul li > h3 {
    font-size: 30px;
    padding-left: 0.8em;
  }
}
ul.page_individual--ul li > h3::before {
  content: "\f192";
  color: #5FBC99;
  font-size: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
ul.page_individual--ul li > .img {
  width: 75%;
  margin: 0 auto 1.5em;
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
}
@media screen and (min-width: 768px) {
  ul.page_individual--ul li > .img {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_individual--ul li > .img {
    width: 35%;
  }
}
ul.page_individual--ul li > .img.show {
  animation: 0.8s bounceIn forwards;
}
ul.page_individual--ul li:first-of-type .page_individual--contentsBox .text_box .img {
  width: 72%;
  margin: 2em auto 0;
  border: 1px solid #707070;
  cursor: pointer;
}
ul.page_individual--ul li:first-of-type .page_individual--contentsBox .text_box .img:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  ul.page_individual--ul li:first-of-type .page_individual--contentsBox .text_box .img {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_individual--ul li:first-of-type .page_individual--contentsBox .text_box .img {
    width: 35%;
    margin: 3em auto 0;
  }
}
ul.page_individual--ul li:nth-of-type(3) .page_individual--contentsBox .text_box .img {
  width: 75%;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  ul.page_individual--ul li:nth-of-type(3) .page_individual--contentsBox .text_box .img {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_individual--ul li:nth-of-type(3) .page_individual--contentsBox .text_box .img {
    width: 35%;
    margin: 2.5em auto 2em;
  }
}

.lum-lightbox-inner img {
  width: auto;
  max-width: 90%;
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .lum-lightbox-inner img {
    max-height: calc(95% - 120px);
    margin-top: 100px;
  }
}

.lum-gallery-button {
  display: none;
}

.lum-lightbox {
  z-index: 1010;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.page_individual--contentsBox {
  width: 91%;
  padding: 2em 1.5em;
  margin-inline: auto;
  background-color: #EBFBFF;
  border: 3px dashed #C4C4C4;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .page_individual--contentsBox {
    padding: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .page_individual--contentsBox {
    width: 100%;
    padding: 2.5em;
  }
}
.page_individual--contentsBox h4 {
  text-align: center;
  color: #5FBC99;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  .page_individual--contentsBox h4 {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 1025px) {
  .page_individual--contentsBox h4 {
    font-size: 1.5em;
  }
}
.page_individual--contentsBox .text_box:not(:last-of-type) {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (min-width: 1025px) {
  .page_individual--contentsBox .text_box:not(:last-of-type) {
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
}
.page_individual--contentsBox .text_box p {
  line-height: 1.8;
}
.page_individual--contentsBox .text_box p.green {
  text-align: center;
  color: #5FBC99;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_individual--contentsBox .text_box p.green {
    font-size: 1.2em;
  }
}
.page_individual--contentsBox .text_box p.green::before, .page_individual--contentsBox .text_box p.green::after {
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: #5FBC99;
  position: absolute;
  top: 35%;
}
@media screen and (min-width: 768px) {
  .page_individual--contentsBox .text_box p.green::before, .page_individual--contentsBox .text_box p.green::after {
    top: 25%;
  }
}
.page_individual--contentsBox .text_box p.green::before {
  left: 0;
  transform: translate(-100%, -50%) rotate(45deg);
}
.page_individual--contentsBox .text_box p.green::after {
  right: 0;
  transform: translate(100%, -50%) rotate(-45deg);
}
.page_individual--contentsBox .text_box p span {
  font-weight: bold;
}
.page_individual--contentsBox .text_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_individual--contentsBox .text_box p br.br_sp {
    display: none !important;
  }
}
.page_individual--contentsBox .text_box a {
  color: #5FBC99;
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -moz-max-content;
  width: max-content;
  margin: 3em 0 0 auto;
  border-bottom: 2px solid #5FBC99 !important;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  line-height: 1.6;
}
.page_individual--contentsBox .text_box a i {
  font-size: 0.9em;
}

section.page_section.page_corporate--section .section_container {
  font-size: 4vw;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.page_section.page_corporate--section .section_container {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_corporate--section .section_container {
    font-size: 17px;
    max-width: 800px;
  }
}
section.page_section.page_corporate--section .section_container h2 {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 1.1em;
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.page_section.page_corporate--section .section_container h2 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_corporate--section .section_container h2 {
    font-size: min(1.7vw, 22px);
    margin-bottom: 2em;
  }
}
section.page_section.page_corporate--section .section_container h2::before {
  content: "\f192";
  color: #5FBC99;
  font-size: 0.7em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 35%);
}
@media screen and (min-width: 768px) {
  section.page_section.page_corporate--section .section_container h2 br {
    display: block !important;
  }
}

ul.page_corporate--ul {
  width: 91%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul {
    width: 100%;
  }
}
ul.page_corporate--ul li {
  padding: 1.8em 0 3em;
  background-color: #EBFBFF;
  border: 3px dashed #C4C4C4;
  border-radius: 20px;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li {
    padding: 2em 0 3em;
  }
}
ul.page_corporate--ul li:not(:last-of-type) {
  margin-bottom: 2.2em;
}
ul.page_corporate--ul li hgroup {
  font-size: 1.35em;
  margin-bottom: 1.2em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li hgroup {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li hgroup {
    font-size: 1.5em;
  }
}
ul.page_corporate--ul li hgroup h3 {
  text-align: center;
  color: #5FBC99;
  font-size: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li hgroup h3 {
    margin-bottom: 1em;
  }
}
ul.page_corporate--ul li hgroup h3 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li hgroup h3 br {
    display: none !important;
  }
}
ul.page_corporate--ul li hgroup p {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li hgroup p {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li hgroup p {
    font-size: 0.7em;
  }
}
ul.page_corporate--ul li hgroup p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li hgroup p br {
    display: none !important;
  }
}
ul.page_corporate--ul li .text_box {
  width: 85%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li .text_box {
    width: 88%;
  }
}
ul.page_corporate--ul li .text_box p {
  line-height: 1.8;
}
ul.page_corporate--ul li .img.img01 {
  width: 69%;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li .img.img01 {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li .img.img01 {
    width: 33%;
  }
}
ul.page_corporate--ul li a {
  text-align: center;
  color: #5FBC99;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: underline;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2em;
  display: block;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li a {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li a {
    margin: 0 auto 3em;
  }
}
ul.page_corporate--ul li a i {
  margin-left: 0.5em;
  font-size: 0.8em;
  transform: translate(0, -20%);
}
ul.page_corporate--ul li a br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li a br {
    display: none !important;
  }
}
ul.page_corporate--ul li .img.img02 {
  width: 85%;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li .img.img02 {
    width: 82%;
  }
}
ul.page_corporate--ul li .bg_img {
  width: 25%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li .bg_img {
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li .bg_img {
    width: 13.5%;
  }
}
ul.page_corporate--ul li .bg_img.bg_img01 {
  left: 0;
  top: 0;
  transform: translate(15%, 15%);
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li .bg_img.bg_img01 {
    transform: translate(15%, 20%);
  }
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li .bg_img.bg_img01 {
    transform: translate(20%, 25%);
  }
}
ul.page_corporate--ul li .bg_img.bg_img02 {
  right: 0;
  bottom: 0;
  transform: translate(-15%, -15%) scale(1, -1);
}
@media screen and (min-width: 768px) {
  ul.page_corporate--ul li .bg_img.bg_img02 {
    transform: translate(-15%, -20%) scale(1, -1);
  }
}
@media screen and (min-width: 1025px) {
  ul.page_corporate--ul li .bg_img.bg_img02 {
    transform: translate(-20%, -25%) scale(1, -1);
  }
}

section.page_corporate--section.section01 {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  section.page_corporate--section.section01 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_corporate--section.section01 {
    padding: 80px 0;
  }
}

section.page_corporate--section.section02 {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.page_corporate--section.section02 {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_corporate--section.section02 {
    padding-bottom: 80px;
  }
}

.page_contents.page_community--contents {
  padding: 10% 0 15%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_community--contents {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_community--contents {
    padding: 70px 0 80px;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_community--contents .contents_container {
    width: 90%;
    max-width: 815px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 30.8% 1fr;
    gap: 0 3%;
  }
}
.page_contents.page_community--contents .contents_container h2 {
  text-align: center;
  color: #5FBC99;
  font-size: 6.7vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-color: #5FBC99;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.25em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_community--contents .contents_container h2 {
    font-size: 3.9vw;
    text-underline-offset: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_community--contents .contents_container h2 {
    font-size: 35px;
    letter-spacing: 0.1em;
    margin: 0;
    align-self: center;
  }
}
.page_contents.page_community--contents .contents_container h2 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_contents.page_community--contents .contents_container h2 br {
    display: none !important;
  }
}
.page_contents.page_community--contents .contents_container .img {
  width: 43%;
  margin: 0 auto 9%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_community--contents .contents_container .img {
    width: 25%;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_community--contents .contents_container .img {
    width: 100%;
    grid-row: 1/3;
  }
}
.page_contents.page_community--contents .contents_container .text_box {
  font-size: 4vw;
  width: 79%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_contents.page_community--contents .contents_container .text_box {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_community--contents .contents_container .text_box {
    font-size: 17px;
    width: 92.5%;
  }
}
.page_contents.page_community--contents .contents_container .text_box p {
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_community--contents .contents_container .text_box p {
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  section.page_section.page_community--section .section_container {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section .section_container {
    max-width: 800px;
  }
}
section.page_section.page_community--section .section_container h2 {
  text-align: center;
  font-size: 6.4vw;
  opacity: 0;
  transform: translate(0, 30px);
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section .section_container h2 {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section .section_container h2 {
    font-size: 40px;
  }
}
section.page_section.page_community--section .section_container h2.show {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_section.page_community--section .section_container h2::before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #212121;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section .section_container h2::before {
    width: 100%;
  }
}
section.page_section.page_community--section .section_container h2 span {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  min-width: 12.1em;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
section.page_section.page_community--section .section_container h2 br {
  display: block !important;
}
section.page_section.page_community--section .section_container > p {
  text-align: center;
  color: #5FBC99;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section .section_container > p {
    font-size: 2.8vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section .section_container > p {
    font-size: 25px;
  }
}
section.page_section.page_community--section .section_container > p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section .section_container > p br.br_sp {
    display: none !important;
  }
}

section.page_section.page_community--section.section01 {
  padding-bottom: 18%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section01 {
    padding-bottom: 100px;
  }
}
section.page_section.page_community--section.section01 .section_container h2 {
  margin-bottom: 0.5em;
}
section.page_section.page_community--section.section01 .section_container > .img {
  width: 54%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container > .img {
    width: 38%;
    margin: 0 auto 2%;
  }
}
section.page_section.page_community--section.section01 .section_container > p {
  margin-bottom: 2.5em;
}
section.page_section.page_community--section.section01 .section_container .img_box {
  margin-bottom: 10%;
  position: relative;
  aspect-ratio: 1/1.01;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .img_box {
    margin: 0 auto 6%;
    aspect-ratio: 1.26/1;
  }
}
section.page_section.page_community--section.section01 .section_container .img_box .img {
  width: 81%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .img_box .img {
    width: 64.5%;
  }
}
section.page_section.page_community--section.section01 .section_container .img_box .img:first-of-type {
  left: 0;
  top: 0;
  transform: translate(-10%, 0);
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .img_box .img:first-of-type {
    transform: translate(0, 0);
  }
}
section.page_section.page_community--section.section01 .section_container .img_box .img:nth-of-type(2) {
  right: 0;
  bottom: 0;
  transform: translate(10%, 0);
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .img_box .img:nth-of-type(2) {
    transform: translate(0, 0);
  }
}
section.page_section.page_community--section.section01 .section_container .text_box.box01 {
  font-size: 4vw;
  width: 68%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box01 {
    font-size: 2.1vw;
    width: 87.5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box01 {
    font-size: 17px;
  }
}
section.page_section.page_community--section.section01 .section_container .text_box.box01 p {
  line-height: 1.8;
}
section.page_section.page_community--section.section01 .section_container .text_box.box02 {
  font-size: 4vw;
  width: 81.9%;
  padding: 8% 0 9%;
  margin-inline: auto;
  background-color: #EBFBFF;
  border: 3px dashed #C4C4C4;
  border-radius: 20px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0 8%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 {
    font-size: 2.3vw;
    width: 91%;
    padding: 5% 0 8%;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 {
    font-size: 20px;
    width: 100%;
  }
}
section.page_section.page_community--section.section01 .section_container .text_box.box02 h3 {
  text-align: center;
  color: #0B3F77;
  font-size: 5.4vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 h3 {
    font-size: 3.6vw;
    letter-spacing: 0.1em;
    margin-bottom: 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 h3 {
    font-size: 35px;
  }
}
section.page_section.page_community--section.section01 .section_container .text_box.box02 h3 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 h3 br {
    display: none !important;
  }
}
section.page_section.page_community--section.section01 .section_container .text_box.box02 .img {
  width: 3.4em;
  justify-self: right;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 .img {
    width: 3.6em;
    position: absolute;
    left: 18%;
    top: 44%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 .img {
    width: 3.7em;
  }
}
section.page_section.page_community--section.section01 .section_container .text_box.box02 ul {
  color: #0B3F77;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 ul {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
section.page_section.page_community--section.section01 .section_container .text_box.box02 ul li {
  font-weight: bold;
}
section.page_section.page_community--section.section01 .section_container .text_box.box02 ul li:not(:last-of-type) {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section01 .section_container .text_box.box02 ul li:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
}

ul.page_community_link--ul {
  font-size: 4vw;
  margin-bottom: 3.5em;
  display: grid;
  gap: 2em 0;
}
@media screen and (min-width: 768px) {
  ul.page_community_link--ul {
    font-size: 2.5vw;
    margin-bottom: 3em;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 0 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_community_link--ul {
    font-size: 23px;
  }
}
ul.page_community_link--ul li {
  list-style: none;
}
ul.page_community_link--ul li a {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.8em;
}
ul.page_community_link--ul li a span.text {
  color: #5FBC99;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.page_community_link--ul li a span.text {
    letter-spacing: 0.1em;
  }
}
ul.page_community_link--ul li a span.text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5FBC99;
  position: absolute;
  left: 0;
  bottom: -0.5em;
}
ul.page_community_link--ul li a:hover span.common_button-arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}

section.page_section.page_community--section.section02 {
  padding-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section02 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section02 {
    padding-bottom: 100px;
  }
}
section.page_section.page_community--section.section02 .section_container h2 {
  margin-bottom: 2.2em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section02 .section_container h2 {
    margin-bottom: 1.2em;
  }
}
section.page_section.page_community--section.section02 .section_container .img.img01 {
  width: 40%;
  margin: 0 auto 9%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section02 .section_container .img.img01 {
    width: 29%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section02 .section_container .img.img01 {
    width: 37.5%;
    margin: 0 auto 5%;
  }
}
section.page_section.page_community--section.section02 .section_container .img.img02 {
  margin-bottom: 8%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section02 .section_container .img.img02 {
    width: 80%;
    margin: 0 auto 6%;
  }
}
section.page_section.page_community--section.section02 .section_container > p {
  margin-bottom: 2em;
}
section.page_section.page_community--section.section02 .section_container > a {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.8em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_community--section.section02 .section_container > a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section02 .section_container > a {
    font-size: 23px;
  }
}
section.page_section.page_community--section.section02 .section_container > a span.text {
  color: #5FBC99;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_community--section.section02 .section_container > a span.text {
    letter-spacing: 0.1em;
  }
}
section.page_section.page_community--section.section02 .section_container > a span.text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5FBC99;
  position: absolute;
  left: 0;
  bottom: -0.5em;
}
section.page_section.page_community--section.section02 .section_container > a:hover span.common_button-arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}

section.page_section.page_fd--section .section_container {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section .section_container {
    max-width: 800px;
  }
}
section.page_section.page_fd--section .section_container h2 {
  text-align: center;
  color: #5FBC99;
  font-size: 6.7vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section .section_container h2 {
    font-size: 3.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section .section_container h2 {
    font-size: 35px;
  }
}
section.page_section.page_fd--section .section_container h2 br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section .section_container h2 br {
    display: none !important;
  }
}
section.page_section.page_fd--section .section_container h3 {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section .section_container h3 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section .section_container h3 {
    font-size: min(1.7vw, 22px);
    margin-bottom: 2em;
  }
}
section.page_section.page_fd--section .section_container h3::before {
  content: "\f192";
  color: #5FBC99;
  font-size: 0.7em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 35%);
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section .section_container h3 br {
    display: block !important;
  }
}

section.page_section.page_fd--section.section01 {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section01 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section01 {
    padding: 70px 0;
  }
}
section.page_section.page_fd--section.section01 .section_container h3 {
  margin-bottom: 1.5em;
}
section.page_section.page_fd--section.section01 .section_container .text_box {
  text-align: center;
  font-size: 5.4vw;
  width: 91%;
  padding: 1.7em 0;
  margin-inline: auto;
  background-color: #EBFBFF;
  border: 3px dashed #C4C4C4;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section01 .section_container .text_box {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section01 .section_container .text_box {
    font-size: 28px;
    width: 100%;
  }
}
section.page_section.page_fd--section.section01 .section_container .text_box p {
  color: #0B3F77;
  font-weight: bold;
  line-height: 2;
}
section.page_section.page_fd--section.section01 .section_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section01 .section_container .text_box p br.br_sp {
    display: none !important;
  }
}

section.page_section.page_fd--section.section02 {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section02 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section02 {
    padding-bottom: 80px;
  }
}
section.page_section.page_fd--section.section02 .section_container h3 {
  margin-bottom: 1.5em;
}
section.page_section.page_fd--section.section02 .section_container .title_box {
  width: 91%;
  margin: 0 auto 9%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section02 .section_container .title_box {
    width: 100%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section02 .section_container .title_box {
    margin: 0 auto 9%;
  }
}
section.page_section.page_fd--section.section02 .section_container .title_box .img {
  width: 4.7em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section02 .section_container .title_box .img {
    width: 6em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section02 .section_container .title_box .img {
    width: 7.3em;
  }
}
section.page_section.page_fd--section.section02 .section_container .title_box h4 {
  text-align: center;
  color: #fff;
  font-size: 5.4vw;
  font-weight: bold;
  padding: 1em 0;
  background-color: #5FBC99;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section02 .section_container .title_box h4 {
    font-size: 3.2vw;
    padding: 1.4em 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section02 .section_container .title_box h4 {
    font-size: 28px;
  }
}
section.page_section.page_fd--section.section02 .section_container .text_box {
  font-size: 4vw;
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section02 .section_container .text_box {
    font-size: 2.1vw;
    width: 91%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section02 .section_container .text_box {
    width: 100%;
    font-size: 17px;
  }
}
section.page_section.page_fd--section.section02 .section_container .text_box p {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section02 .section_container .text_box p {
    line-height: 1.8;
  }
}

ul.page_fd_section02--ul {
  font-size: 4.6vw;
  width: 91%;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 768px) {
  ul.page_fd_section02--ul {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_fd_section02--ul {
    font-size: 21px;
    width: 100%;
    margin: 0 auto 4em;
  }
}
ul.page_fd_section02--ul li {
  color: #5FBC99;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 3.5em 0.5em 0;
  list-style: none;
  position: relative;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  ul.page_fd_section02--ul li {
    padding: 4em 0 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_fd_section02--ul li {
    padding: 0 0 0 5em;
  }
}
ul.page_fd_section02--ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  ul.page_fd_section02--ul li:not(:last-of-type) {
    margin-bottom: 2.5em;
  }
}
ul.page_fd_section02--ul li::before {
  content: "0" counter(number);
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.8em 1em;
  background-color: #5FBC99;
  border-radius: 20px 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  ul.page_fd_section02--ul li::before {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_fd_section02--ul li::before {
    font-size: 1.1em;
    padding: 0.6em 0.85em;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
ul.page_fd_section02--ul li span {
  font-weight: bold;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-underline-offset: 0.3em;
}

section.page_section.page_fd--section.section03 {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section03 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section03 {
    padding-bottom: 120px;
  }
}
section.page_section.page_fd--section.section03 .section_container h3 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section03 .section_container h3 {
    margin-bottom: 2.5em;
  }
}
section.page_section.page_fd--section.section03 .section_container a {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.7em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_fd--section.section03 .section_container a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_fd--section.section03 .section_container a {
    font-size: min(1.8vw, 23px);
  }
}
section.page_section.page_fd--section.section03 .section_container a span.text {
  color: #5FBC99;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
section.page_section.page_fd--section.section03 .section_container a span.text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5FBC99;
  position: absolute;
  left: 0;
  bottom: -0.5em;
}
section.page_section.page_fd--section.section03 .section_container a span.common_button-arrow {
  font-size: 1.5em;
  width: auto;
}
section.page_section.page_fd--section.section03 .section_container a span.common_button-arrow::before {
  content: none;
}
section.page_section.page_fd--section.section03 .section_container a span.common_button-arrow i {
  color: inherit;
  transition: 0.2s;
}
section.page_section.page_fd--section.section03 .section_container a:hover span.common_button-arrow i {
  transform: scale(1.1);
}

ol.page_fd_section03--ol {
  font-size: 4.3vw;
  width: 91%;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 768px) {
  ol.page_fd_section03--ol {
    font-size: 2.1vw;
    margin: 0 auto 3.2em;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol {
    font-size: 17px;
    width: 100%;
    margin: 0 auto 3.5em;
  }
}
ol.page_fd_section03--ol li {
  padding: 2em 0;
  background-color: #EBFBFF;
  border-radius: 20px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  ol.page_fd_section03--ol li {
    padding: 2em 0 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li {
    padding: 3em 0;
  }
}
ol.page_fd_section03--ol li:not(:last-of-type) {
  margin-bottom: 2em;
}
ol.page_fd_section03--ol li h4 {
  text-align: center;
  color: #5FBC99;
  font-size: 5.4vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  ol.page_fd_section03--ol li h4 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li h4 {
    font-size: 25px;
    margin-bottom: 1.5em;
  }
}
ol.page_fd_section03--ol li h4 br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li h4 br {
    display: none !important;
  }
}
ol.page_fd_section03--ol li .text_box.box01 {
  width: 83%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li .text_box.box01 {
    width: 87.5%;
  }
}
ol.page_fd_section03--ol li .text_box.box01 p {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li .text_box.box01 p {
    line-height: 1.8;
  }
}
ol.page_fd_section03--ol li h5 {
  text-align: center;
  color: #0B3F77;
  font-size: 1.05em;
  font-weight: bold;
  margin: 2.4em 0 1.4em;
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li h5 {
    font-size: 1.2em;
    margin: 2.4em 0 1.8em;
  }
}
ol.page_fd_section03--ol li h6 {
  color: inherit;
  font-size: 0.95em;
  line-height: 1.4;
  width: 83%;
  padding: 0 0 0.5em 1em;
  margin: 0 auto 1.5em;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li h6 {
    width: 87.5%;
    padding: 0 0 1em 1em;
  }
}
ol.page_fd_section03--ol li h6::before {
  content: "";
  width: 0.6em;
  background-color: #5FBC99;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1;
  transform: translate(0, 60%);
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li h6::before {
    width: 0.5em;
    transform: translate(0, 65%);
  }
}
ol.page_fd_section03--ol li .text_box.box02 {
  font-size: 0.95em;
  width: 78%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li .text_box.box02 {
    font-size: 1em;
    width: 83%;
  }
}
ol.page_fd_section03--ol li .text_box.box02 p {
  line-height: 1.6;
}
ol.page_fd_section03--ol li .text_box.box02 p.large_text {
  text-align: center;
  color: #0B3F77;
  font-size: 1.05em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  ol.page_fd_section03--ol li .text_box.box02 p.large_text {
    display: flex;
    justify-content: center;
    gap: 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_fd_section03--ol li .text_box.box02 p.large_text {
    font-size: 1.2em;
  }
}
ol.page_fd_section03--ol li .text_box.box02 p.large_text span {
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
ol.page_fd_section03--ol li .text_box.box02 p.small_text {
  font-size: 0.8em;
  margin: 2em 0;
}
ol.page_fd_section03--ol li .text_box.box02 p.small_text br {
  display: block !important;
}

.page_contents.page_policy--contents {
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  .page_contents.page_policy--contents {
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_policy--contents {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_policy--contents .contents_container {
    width: 98%;
    max-width: 1400px;
    margin-inline: auto;
  }
}

nav.page_policy--nav {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  nav.page_policy--nav {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_policy--nav {
    font-size: 20px;
  }
}
nav.page_policy--nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 0.8em;
}
@media screen and (min-width: 768px) {
  nav.page_policy--nav ul {
    gap: 0 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_policy--nav ul {
    gap: 0 2em;
  }
}
nav.page_policy--nav ul li {
  list-style: none;
}
nav.page_policy--nav ul li button.tab_button {
  color: #282828;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: none;
  width: 100%;
  height: 100%;
  padding: 0.8em 0;
  background: #F2F2F2;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  nav.page_policy--nav ul li button.tab_button {
    padding: 1.4em 0;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_policy--nav ul li button.tab_button {
    padding: 1.8em 0;
  }
}
nav.page_policy--nav ul li button.tab_button.active {
  background-color: #DFF2EB;
}
nav.page_policy--nav ul li button.tab_button br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  nav.page_policy--nav ul li button.tab_button br {
    display: none !important;
  }
}

section.page_policy--section {
  display: none;
}
section.page_policy--section.active {
  display: block;
}
section.page_policy--section .section_container {
  font-size: 4vw;
  padding: 3em 0;
  background-color: #DFF2EB;
}
@media screen and (min-width: 768px) {
  section.page_policy--section .section_container {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_policy--section .section_container {
    font-size: 16px;
    padding: 4em 0;
    border-radius: 0 0 10px 10px;
  }
}
section.page_policy--section .section_container h2 {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 1.7em;
}
@media screen and (min-width: 768px) {
  section.page_policy--section .section_container h2 {
    font-size: 1.75em;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_policy--section .section_container h2 {
    font-size: 2.2em;
  }
}
section.page_policy--section .section_container h2 span {
  line-height: 1.6;
  display: block;
}
section.page_policy--section .section_container h2 span.large_text {
  color: #0B3F77;
  font-weight: bold;
}
section.page_policy--section .section_container h2 span.small_text {
  color: #282828;
  font-size: 0.9em;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  section.page_policy--section .section_container h2 span.small_text {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_policy--section .section_container h2 span.small_text {
    font-size: 0.55em;
  }
}
section.page_policy--section .section_container h2 span br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.page_policy--section .section_container h2 span br {
    display: none !important;
  }
}

section.page_policy--section.section02 .section_container > p {
  line-height: 1.6;
  width: 88%;
  margin: 2.5em auto 3em;
}
@media screen and (min-width: 768px) {
  section.page_policy--section.section02 .section_container > p {
    margin: 3.5em auto 4em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_policy--section.section02 .section_container > p {
    width: 80%;
    margin: 4.5em auto 5em;
  }
}
section.page_policy--section.section02 .section_container .info_box {
  text-align: right;
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_policy--section.section02 .section_container .info_box {
    width: 80%;
  }
}
section.page_policy--section.section02 .section_container .info_box p {
  line-height: 1.6;
}
section.page_policy--section.section02 .section_container .info_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.page_policy--section.section02 .section_container .info_box p br {
    display: none !important;
  }
}

section.page_policy--section.section03 .section_container .text_box {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_policy--section.section03 .section_container .text_box {
    width: 80%;
  }
}
section.page_policy--section.section03 .section_container .text_box p {
  line-height: 1.6;
}
section.page_policy--section.section03 .section_container .text_box p.border {
  padding: 1em;
  margin: 1.5em 0 3em;
  border: 1px solid #212121;
}

dl.page_policy--dl {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  dl.page_policy--dl {
    width: 80%;
  }
}
dl.page_policy--dl > dt {
  color: #0B3F77;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8em;
  display: flex;
  align-items: baseline;
  gap: 0 0.2em;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl > dt {
    font-size: 1.45em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_policy--dl > dt {
    font-size: 1.75em;
  }
}
dl.page_policy--dl > dt span {
  font-weight: bold;
}
dl.page_policy--dl.section01_dl > dd:nth-of-type(2) dl dt {
  margin-bottom: 2em;
}
dl.page_policy--dl > dd:not(:last-of-type) {
  margin-bottom: 3.5em;
}
dl.page_policy--dl > dd p {
  line-height: 1.6;
}
dl.page_policy--dl > dd p.margin-bottom {
  margin-bottom: 1.2em;
}
dl.page_policy--dl > dd p a {
  color: #0B3F77;
  margin: 0.3em 0;
  -webkit-text-decoration: underline #0B3F77;
          text-decoration: underline #0B3F77;
  display: inline-block;
}
dl.page_policy--dl > dd p a:hover {
  opacity: 0.7;
}

dl.page_policy--dl dd > ul li {
  line-height: 1.6;
  list-style: none;
  padding-left: 1em;
  position: relative;
}
dl.page_policy--dl dd > ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
dl.page_policy--dl dd > ul li::before {
  content: "";
  width: 0.4em;
  background-color: #212121;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
  aspect-ratio: 1;
}
dl.page_policy--dl dd > ul li a {
  color: #0B3F77;
  -webkit-text-decoration: underline #0B3F77;
          text-decoration: underline #0B3F77;
}
dl.page_policy--dl dd > ul li a:hover {
  opacity: 0.7;
}
dl.page_policy--dl dd > ul li br {
  display: block !important;
}

dl.page_policy--dl dd > ol {
  margin-bottom: 1.5em;
}
dl.page_policy--dl dd > ol li {
  line-height: 1.6;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
  counter-increment: number;
}
dl.page_policy--dl dd > ol li:not(:last-of-type) {
  margin-bottom: 1em;
}
dl.page_policy--dl dd > ol li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
dl.page_policy--dl dd > ol li a {
  color: #0B3F77;
  -webkit-text-decoration: underline #0B3F77;
          text-decoration: underline #0B3F77;
}
dl.page_policy--dl dd > ol li a:hover {
  opacity: 0.7;
}
dl.page_policy--dl dd > ol li br {
  display: block !important;
}

dl.page_policy--dl dd > dl dt {
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl dd > dl dt {
    font-size: 1em;
  }
}
dl.page_policy--dl dd > dl dd {
  line-height: 1.6;
}
dl.page_policy--dl dd > dl dd:not(:last-of-type) {
  margin-bottom: 2em;
}
dl.page_policy--dl dd > dl dd ul li {
  line-height: 1.6;
  list-style: none;
  padding-left: 1em;
  position: relative;
}
dl.page_policy--dl dd > dl dd ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
dl.page_policy--dl dd > dl dd ul li::before {
  content: "";
  width: 0.4em;
  background-color: #212121;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
  aspect-ratio: 1;
}

dl.page_policy--dl.section01_dl > dd:first-of-type p {
  font-size: 1.05em;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section01_dl > dd:first-of-type p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section01_dl > dd:first-of-type dl {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    gap: 1em 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section01_dl > dd:first-of-type dl dt {
    margin: 0;
  }
}
dl.page_policy--dl.section01_dl > dd:first-of-type dl dd {
  font-size: 1.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section01_dl > dd:first-of-type dl dd {
    font-size: 1em;
    margin: 0;
  }
}

dl.page_policy--dl.section03_dl dd > dl div dt {
  font-size: 1em;
  margin: 0;
}
dl.page_policy--dl.section03_dl dd > dl div dd br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section03_dl dd > dl div dd br {
    display: none !important;
  }
}
dl.page_policy--dl.section03_dl dd > dl div dd a {
  color: #0B3F77;
  margin: 0.3em 0;
  -webkit-text-decoration: underline #0B3F77;
          text-decoration: underline #0B3F77;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section03_dl dd > dl div dd a {
    margin: 0;
  }
}
dl.page_policy--dl.section03_dl dd > dl div dd a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section03_dl dd:last-of-type > dl div {
    margin: 0.3em 0;
    display: flex;
    gap: 0 0.3em;
  }
}
dl.page_policy--dl.section03_dl dd:last-of-type > dl div dt {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section03_dl dd:last-of-type > dl div dt {
    line-height: 1.8;
  }
}
dl.page_policy--dl.section03_dl dd:last-of-type > dl div dd {
  margin: 0;
}
@media screen and (min-width: 768px) {
  dl.page_policy--dl.section03_dl dd:last-of-type > dl div dd {
    line-height: 1.8;
  }
}

#content.container.page_news {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F2F2F2;
}

.page_contents.page_news {
  padding: 14% 0;
}
@media screen and (min-width: 768px) {
  .page_contents.page_news {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_news {
    padding: 100px 0 80px;
  }
}
.page_contents.page_news .contents_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_news .contents_container {
    width: 95%;
    max-width: 1300px;
    display: grid;
    grid-template-columns: 3.2fr 1fr;
    gap: 0 50px;
  }
}

ul.page_news--ul {
  font-size: 3.2vw;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul {
    font-size: 14px;
  }
}
ul.page_news--ul li.page_news--li {
  padding: 2.5em;
  background-color: #FFF;
  border-radius: 10px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.page_news--li {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.page_news--li {
    grid-template-columns: 1fr 2.3fr;
    gap: 0 2.5em;
  }
}
ul.page_news--ul li.page_news--li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
ul.page_news--ul li.page_news--li .thumbnail {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.page_news--li .thumbnail {
    margin: 0;
  }
}
ul.page_news--ul li.page_news--li .text_box span.date {
  color: #0B3F77;
  font-weight: bold;
  margin-bottom: 0.7em;
  display: block;
}
ul.page_news--ul li.page_news--li .text_box h2 {
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
ul.page_news--ul li.page_news--li .text_box p {
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.page_news--li .text_box p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.page_news--li .text_box p {
    font-size: 1.15em;
  }
}
ul.page_news--ul li.page_news--li .text_box a {
  color: #5FBC99;
  font-size: 1.25em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin-bottom: 1.5em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.page_news--li .text_box a {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.page_news--li .text_box a {
    font-size: 1.15em;
  }
}
ul.page_news--ul li.page_news--li .text_box a:hover {
  opacity: 0.7;
}
ul.page_news--ul li.page_news--li .text_box span.category {
  color: #0B3F77;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 0 0.3em;
}
ul.page_news--ul li.page_news--li .text_box span.category::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #0B3F77;
  border-radius: 50%;
  display: inline-block;
}

.page_news--pageNav {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  .page_news--pageNav {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pageNav {
    margin: 0;
  }
}
.page_news--pageNav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3%;
}
@media screen and (min-width: 768px) {
  .page_news--pageNav .nav-links {
    gap: 0 2%;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pageNav .nav-links {
    gap: 0 10px;
  }
}
.page_news--pageNav .nav-links span.page-numbers.current, .page_news--pageNav .nav-links a.page-numbers {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0.7em;
  margin: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .page_news--pageNav .nav-links span.page-numbers.current, .page_news--pageNav .nav-links a.page-numbers {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pageNav .nav-links span.page-numbers.current, .page_news--pageNav .nav-links a.page-numbers {
    font-size: 17px;
  }
}
.page_news--pageNav .nav-links span.page-numbers.current {
  color: #fff;
  background-color: #5FBC99;
  border-radius: 50%;
}
.page_news--pageNav .nav-links a.page-numbers {
  color: #676767;
}
.page_news--pageNav .nav-links a.page-numbers:hover {
  opacity: 0.7;
}
.page_news--pageNav .nav-links a.next.page-numbers, .page_news--pageNav .nav-links a.prev.page-numbers {
  padding: 0 0.7em;
}
.page_news--pageNav .nav-links a.next.page-numbers i, .page_news--pageNav .nav-links a.prev.page-numbers i {
  color: #2F2F2F;
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .page_news--pageNav .nav-links a.next.page-numbers i, .page_news--pageNav .nav-links a.prev.page-numbers i {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pageNav .nav-links a.next.page-numbers i, .page_news--pageNav .nav-links a.prev.page-numbers i {
    font-size: 20px;
  }
}

aside.page_news--aside {
  font-size: 4vw;
  padding: 2.5em;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  aside.page_news--aside {
    font-size: 2vw;
    max-width: 400px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  aside.page_news--aside {
    font-size: 15px;
    width: 100%;
    max-width: none;
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: start;
  }
}
aside.page_news--aside h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0 1.5em 0.6em;
  margin-bottom: 1em;
  border-bottom: 1px solid #5FBC99;
}
aside.page_news--aside ul {
  padding: 0 1.5em;
}
aside.page_news--aside ul:first-of-type {
  margin-bottom: 3em;
}
aside.page_news--aside ul li {
  list-style: none;
}
aside.page_news--aside ul li:not(:last-of-type) {
  margin-bottom: 1.2em;
}
aside.page_news--aside ul li a {
  color: inherit;
}

#content.container.single_news {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F2F2F2;
}

.page_contents.single_news {
  padding: 14% 0;
}
@media screen and (min-width: 768px) {
  .page_contents.single_news {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.single_news {
    padding: 100px 0 80px;
  }
}
.page_contents.single_news .contents_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_contents.single_news .contents_container {
    width: 95%;
    max-width: 1300px;
  }
}

article.single_news--article {
  font-size: 4vw;
  padding: 2.2em 2em;
  border-radius: 10px;
  margin: 0 auto 2.5em;
  background-color: #fff;
  line-height: 1.8;
}
article.single_news--article h1, h2, h3 {
  line-height: 1.8 !important;
}
article.single_news--article ul, ol, li, dl, dt, dd {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  article.single_news--article {
    font-size: 2.3vw;
    padding: 2.5em 3em;
    margin: 0 auto 3em;
  }
}
@media screen and (min-width: 1025px) {
  article.single_news--article {
    font-size: 20px;
	line-height: 1.8;
    padding: 3.5em 4.5em;
  }
}
article.single_news--article h2 {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  article.single_news--article h2 {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1025px) {
  article.single_news--article h2 {
    font-size: 1.4em;
  }
}
article.single_news--article span {
  color: #0B3F77;
  font-size: 0.85em;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  article.single_news--article span {
    font-size: 0.9em;
  }
}
article.single_news--article span.date {
  margin-right: 2em;
}
article.single_news--article span.category {
  position: relative;
}
article.single_news--article span.category::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #0B3F77;
  border-radius: 50%;
  position: absolute;
  left: -0.7em;
  top: 50%;
  transform: translate(0, -50%);
}
article.single_news--article .thumbnail {
  max-width: 435px;
  margin: 2em 0;
}
@media screen and (min-width: 1025px) {
  article.single_news--article .thumbnail {
    margin: 3em 0;
  }
}
article.single_news--article .content p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
article.single_news--article .content p a {
  word-wrap: break-word;
}
article.single_news--article .content p br {
  display: block !important;
}

.single_news--back {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .single_news--back {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--back {
    font-size: 23px;
  }
}
.single_news--back a {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.8em;
}
.single_news--back a span.text {
  color: #5FBC99;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .single_news--back a span.text {
    letter-spacing: 0.1em;
  }
}
.single_news--back a span.text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5FBC99;
  position: absolute;
  left: 0;
  bottom: -0.5em;
}

.page_contents.page_recruit--contents {
  padding: 14% 0 15%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_recruit--contents {
    padding: 8% 0 12%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_recruit--contents {
    padding: 70px 0 120px;
  }
}
.page_contents.page_recruit--contents .contents_container {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_contents.page_recruit--contents .contents_container {
    display: grid;
    grid-template-columns: 35% 65%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_recruit--contents .contents_container {
    max-width: 800px;
  }
}
.page_contents.page_recruit--contents .contents_container .img {
  width: 28%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_recruit--contents .contents_container .img {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
.page_contents.page_recruit--contents .contents_container p {
  text-align: center;
  color: #5FBC99;
  font-size: 5.3vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_recruit--contents .contents_container p {
    font-size: 3.3vw;
    line-height: 2;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_recruit--contents .contents_container p {
    font-size: 30px;
  }
}
.page_contents.page_recruit--contents .contents_container p br {
  display: block !important;
}
.page_contents.page_recruit--contents .contents_container a {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.7em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_recruit--contents .contents_container a {
    font-size: 2.5vw;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_recruit--contents .contents_container a {
    font-size: min(1.8vw, 23px);
  }
}
.page_contents.page_recruit--contents .contents_container a span.text {
  color: #5FBC99;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.page_contents.page_recruit--contents .contents_container a span.text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5FBC99;
  position: absolute;
  left: 0;
  bottom: -0.5em;
}
.page_contents.page_recruit--contents .contents_container a:hover span.common_button-arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}

dl.page_recruit_contents--dl {
  font-size: 4vw;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  dl.page_recruit_contents--dl {
    font-size: 2.1vw;
    margin-top: 5em;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_recruit_contents--dl {
    font-size: 17px;
  }
}
dl.page_recruit_contents--dl dt {
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #5FBC99;
}
dl.page_recruit_contents--dl dd {
  line-height: 1.6;
}
dl.page_recruit_contents--dl dd:not(:last-of-type) {
  padding-bottom: 3em;
}
dl.page_recruit_contents--dl dd br {
  display: block !important;
}

.page_contents.page_contact--contents {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents {
    padding: 100px 0 120px;
  }
}
.page_contents.page_contact--contents .contents_container {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container {
    max-width: 800px;
  }
}
.page_contents.page_contact--contents .contents_container .tel_box {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .tel_box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .tel_box {
    font-size: 21px;
    margin-bottom: 3.5em;
  }
}
.page_contents.page_contact--contents .contents_container .tel_box p {
  line-height: 1.8;
}
.page_contents.page_contact--contents .contents_container .tel_box p:nth-of-type(2) {
  margin-bottom: 2em;
}
.page_contents.page_contact--contents .contents_container .tel_box p:nth-of-type(3) {
  font-size: 0.95em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .tel_box p:nth-of-type(3) {
    font-size: 1.05em;
    margin-bottom: 0.8em;
  }
}
.page_contents.page_contact--contents .contents_container .tel_box p:nth-of-type(3) a {
  color: #5FBC99;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  margin-left: 0.5em;
}
.page_contents.page_contact--contents .contents_container .tel_box p:nth-of-type(3) a:hover {
  opacity: 0.7;
}
.page_contents.page_contact--contents .contents_container .tel_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .tel_box p br {
    display: none !important;
  }
}
.page_contents.page_contact--contents .contents_container .line_box {
  text-align: center;
  font-size: 4vw;
  padding: 2em 0;
  margin-bottom: 6em;
  border-radius: 20px;
  border: 3px dashed #C4C4C4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .line_box {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .line_box {
    font-size: 26px;
    width: 79%;
    margin: 0 auto 5em;
    padding: 1.8em 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 0 1em;
  }
}
.page_contents.page_contact--contents .contents_container .line_box h2 {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 1em;
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .line_box h2 {
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 0 0.8em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .line_box h2 {
    margin-bottom: 1.2em;
    gap: 0 0.5em;
    grid-column: span 2;
  }
}
.page_contents.page_contact--contents .contents_container .line_box h2 img {
  width: 2.6em;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .line_box h2 img {
    width: 2.1em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .line_box h2 img {
    width: 1.2em;
  }
}
.page_contents.page_contact--contents .contents_container .line_box a {
  color: #5FBC99;
  font-size: 1.1em;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .line_box a {
    display: none;
  }
}
.page_contents.page_contact--contents .contents_container .line_box p.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .line_box p.pc {
    display: block;
  }
}
.page_contents.page_contact--contents .contents_container .line_box p.green_text {
  color: #5FBC99;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.page_contents.page_contact--contents .contents_container .line_box p.green_text br {
  display: block !important;
}
.page_contents.page_contact--contents .contents_container .line_box p.green_text span {
  font-size: 22px;
  font-weight: bold;
}
.page_contents.page_contact--contents .contents_container .line_box .img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .line_box .img {
    width: 140px;
    display: block;
  }
}
.page_contents.page_contact--contents .contents_container .form_box {
  padding-bottom: 15%;
  margin-bottom: 12%;
  border-bottom: 1px solid #5FBC99;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .form_box {
    padding-bottom: 12%;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .form_box {
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
}
.page_contents.page_contact--contents .contents_container .form_box::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5FBC99;
  position: absolute;
  left: 0;
  top: -3em;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .form_box::before {
    top: -3.5em;
  }
}
.page_contents.page_contact--contents .contents_container .access_box {
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .access_box {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .access_box {
    font-size: 15px;
    display: grid;
    grid-template: auto 1fr/auto 1fr;
    gap: 0 40px;
  }
}
.page_contents.page_contact--contents .contents_container .access_box h2 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .access_box h2 {
    font-size: 1.4em;
  }
}
.page_contents.page_contact--contents .contents_container .access_box p {
  line-height: 1.6;
  margin-bottom: 1.2em;
}
.page_contents.page_contact--contents .contents_container .access_box p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .access_box .map {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.page_contents.page_contact--contents .contents_container .access_box .map iframe {
  width: 100%;
  aspect-ratio: 1.5/1;
}

dl.form_dl {
  text-align: left;
  font-size: 4vw;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  dl.form_dl {
    font-size: 2.1vw;
    margin: 0 auto 4.5em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl {
    font-size: 18px;
    gap: 2em 3em;
  }
}
dl.form_dl dt {
  margin: 0 0 0.8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt {
    padding: 0.8em 0 0 3.2em;
    margin: 0;
  }
}
dl.form_dl dt.must {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must {
    display: block;
  }
}
dl.form_dl dt.must::before {
  content: "必須";
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  padding: 0.5em 0.8em;
  background-color: #5FBC99;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must::before {
    margin: 0;
    position: absolute;
    left: 0;
    top: 1.2em;
  }
}
dl.form_dl dt p {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt p br.br_pc {
    display: block !important;
  }
}
dl.form_dl dd:not(:last-of-type) {
  margin: 0 0 2.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dd:not(:last-of-type) {
    margin: 0;
  }
}
dl.form_dl dd.radio {
  margin: 1.5em 0 2.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dd.radio {
    margin: 0.8em 0;
  }
}
dl.form_dl dd.radio span.wpcf7-radio {
  display: grid;
  gap: 1.2em 0;
}
dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 1em;
  }
}
dl.form_dl dd input, dl.form_dl dd textarea {
  line-height: 1.4;
  padding: 0.8em;
  background-color: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 10px;
}

p.form_text {
  font-size: 4vw;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  p.form_text {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  p.form_text {
    font-size: 18px;
  }
}
p.form_text a {
  color: #5FBC99;
  text-decoration: underline;
}
p.form_text a:hover {
  opacity: 0.7;
}

button.form_button {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin-inline: auto;
  background: none;
  display: flex;
  align-items: center;
  gap: 0 0.7em;
}
@media screen and (min-width: 768px) {
  button.form_button {
    font-size: 2.5vw;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  button.form_button {
    font-size: min(1.8vw, 23px);
  }
}
button.form_button input {
  color: #5FBC99;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.5em 0;
  background: none;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
button.form_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25px);
}
button.form_button span.common_button--arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
button.form_button:hover span.common_button-arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}

#topcontrol {
  display: none;
}

footer.footerclass {
  padding: 0;
}
body.page-id-273 footer.footerclass {
  background-color: #fff;
}
body.page-id-3711 footer.footerclass {
  background-color: #fff;
}
body.page-id-3542 footer.footerclass {
  background-color: #fff;
}
footer.footerclass .container {
  width: 100%;
  max-width: none;
}

.footercol1, .footercol2, .footercol3 {
  padding: 0;
}

section.footer_contact--section {
  padding-bottom: 32%;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section {
    padding-bottom: 19%;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_contact--section {
    padding-bottom: 100px;
  }
}
body.page-id-273 section.footer_contact--section {
  display: none;
}
body.page-id-3711 section.footer_contact--section {
  display: none;
}
body.page-id-3542 section.footer_contact--section {
  display: none;
}
section.footer_contact--section .section_container {
  font-size: 3.2vw;
  padding-top: 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section .section_container {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_contact--section .section_container {
    font-size: min(1.4vw, 18px);
    width: 95%;
    max-width: 1560px;
    margin-inline: auto;
  }
}
section.footer_contact--section .section_container h2 {
  font-size: 4.8vw;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2em;
  display: flex;
  align-items: center;
  gap: 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section .section_container h2 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_contact--section .section_container h2 {
    font-size: 22px;
    width: 83.5%;
    margin: 0 0 2em auto;
    justify-content: center;
  }
}
section.footer_contact--section .section_container h2 i {
  color: #5FBC99;
  font-size: 0.8em;
}
section.footer_contact--section .section_container > p {
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  section.footer_contact--section .section_container > p {
    width: 83.5%;
    margin: 0 0 1.5em auto;
  }
}
section.footer_contact--section .section_container > p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  section.footer_contact--section .section_container > p br {
    display: none !important;
  }
}
section.footer_contact--section .section_container > .img {
  width: 6.4em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(17%, 60%);
}
@media screen and (min-width: 1025px) {
  section.footer_contact--section .section_container > .img {
    width: 11em;
    transform: translate(0, 0);
  }
}

dl.footer_contact_section--dl {
  text-align: center;
  width: 82%;
  margin-inline: auto;
  display: grid;
  gap: 1.2em 0;
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl {
    width: 83.5%;
    margin: 0 0 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.3em;
  }
}
dl.footer_contact_section--dl > div {
  padding: 3em 0;
  background-color: #fff;
  border-radius: 20px;
  border: 3px dashed #C4C4C4;
  position: relative;
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div {
    padding: 2.8em 0 2.2em;
  }
}
dl.footer_contact_section--dl > div::before {
  content: "";
  max-width: 100%;
  height: 90%;
  background-color: #5FBC99;
  border-radius: 50%;
  opacity: 0.25;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s;
  aspect-ratio: 1;
}
dl.footer_contact_section--dl > div:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_line::before {
    content: none;
  }
}
dl.footer_contact_section--dl > div dt {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div dt {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div dt {
    font-size: 1.45em;
  }
}
dl.footer_contact_section--dl > div dt i {
  color: #5FBC99;
  margin-right: 0.3em;
}
dl.footer_contact_section--dl > div.contact_line dt {
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_line dt {
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 0 0.8em;
  }
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div.contact_line dt {
    margin-bottom: 1.2em;
    gap: 0 0.5em;
  }
}
dl.footer_contact_section--dl > div.contact_line dt img {
  width: 2.6em;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_line dt img {
    width: 2.1em;
  }
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div.contact_line dt img {
    width: 1.2em;
  }
}
dl.footer_contact_section--dl > div dd a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
dl.footer_contact_section--dl > div dd p.note {
  color: #5FBC99;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div dd p.note {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div dd p.note {
    font-size: 0.8em;
  }
}
dl.footer_contact_section--dl > div dd p.text {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div dd p.text {
    line-height: 1.8;
  }
}
dl.footer_contact_section--dl > div dd p.text br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div dd p.text br.br_sp {
    display: none !important;
  }
}
dl.footer_contact_section--dl > div.contact_tel dd p.tel {
  font-size: 2em;
  color: #5FBC99;
  font-weight: bold;
  margin-bottom: 0.3em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_tel dd p.tel {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div.contact_tel dd p.tel {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_line dd {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
  }
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_line dd a {
    display: none;
  }
}
dl.footer_contact_section--dl > div.contact_line dd p.add {
  font-size: 1.4em;
  color: #5FBC99;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_line dd p.add {
    display: none;
  }
}
dl.footer_contact_section--dl > div.contact_line dd .img {
  display: none;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_line dd .img {
    width: 8em;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div.contact_line dd .img {
    width: 7.8em;
  }
}
dl.footer_contact_section--dl > div.contact_line dd p {
  display: none;
}
@media screen and (min-width: 768px) {
  dl.footer_contact_section--dl > div.contact_line dd p {
    color: #5FBC99;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  dl.footer_contact_section--dl > div.contact_line dd p {
    line-height: 1.8;
  }
}
dl.footer_contact_section--dl > div.contact_line dd p span {
  font-size: 1.2em;
  font-weight: bold;
}
dl.footer_contact_section--dl > div.contact_line dd p br {
  display: block !important;
}

section.footer_item--section {
  padding: 10% 0;
  background-color: #5EC4DE;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  section.footer_item--section {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_item--section {
    padding: 100px 0;
    border-radius: 40px;
  }
}
section.footer_item--section .section_container {
  font-size: 4.8vw;
  width: 82%;
  padding: 2em 0;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.footer_item--section .section_container {
    font-size: 2.6vw;
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_item--section .section_container {
    font-size: 22px;
    width: 95%;
    max-width: 1560px;
    padding: 2.2em 0 2.7em;
  }
}
section.footer_item--section .section_container h2 {
  font-size: inherit;
  font-weight: bold;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2em;
  display: flex;
  align-items: center;
  gap: 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.footer_item--section .section_container h2 {
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_item--section .section_container h2 {
    margin: 0 auto 2.3em;
  }
}
section.footer_item--section .section_container h2 i {
  color: #5FBC99;
  font-size: 0.8em;
}

ul.footer_item_section--ul {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  ul.footer_item_section--ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.35em;
  }
}
ul.footer_item_section--ul li {
  height: 3.9em;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  ul.footer_item_section--ul li {
    height: 4.1em;
  }
}
ul.footer_item_section--ul li:not(:last-of-type) {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 1025px) {
  ul.footer_item_section--ul li:not(:last-of-type) {
    margin: 0;
  }
}
ul.footer_item_section--ul li a:hover {
  opacity: 0.7;
}
ul.footer_item_section--ul li a img {
  width: auto;
  height: 100%;
}

.kawamura_footer {
  font-size: 3.2vw;
  padding: 3.5em 0;
}
@media screen and (min-width: 768px) {
  .kawamura_footer {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .kawamura_footer {
    font-size: 15px;
    padding: 3.5em 0 7em;
  }
}
@media screen and (min-width: 1025px) {
  .kawamura_footer .footer_container {
    width: 95%;
    max-width: 1560px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}

.footer_info--box {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3.5em;
  display: grid;
  grid-template-columns: auto auto;
}
@media screen and (min-width: 1025px) {
  .footer_info--box {
    margin: 0;
    grid-template-columns: auto 1fr;
  }
}
.footer_info--box .img_quality {
  width: 8.4em;
  justify-self: center;
}
.footer_info--box .img_logo {
  width: 15.2em;
  margin-bottom: 2em;
  justify-self: center;
}
.footer_info--box p {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  grid-column: span 2;
}
@media screen and (min-width: 1025px) {
  .footer_info--box p {
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
.footer_info--box p a {
  padding: 0 0 0.3em;
  margin-left: 0.8em;
  border-bottom: 1px solid #212121 !important;
  transition: all 0.4s;
}
.footer_info--box p a:hover {
  color: #00afdd;
  border-bottom: 1px solid #00afdd !important;
}

.footer_item--box {
  width: 92%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .footer_item--box {
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 auto;
  }
}
.footer_item--box ul {
  text-align: center;
  display: grid;
  gap: 1.2em 0;
}
@media screen and (min-width: 1025px) {
  .footer_item--box ul {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: end;
  }
}
.footer_item--box ul li {
  height: 3.7em;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .footer_item--box ul li {
    height: 4em;
  }
}
.footer_item--box ul li a:hover {
  opacity: 0.7;
}
.footer_item--box ul li a img {
  width: auto;
  height: 100%;
}

.footerbase {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footerbase .container .footercredits {
    padding-bottom: 20px;
  }
}
.footerbase .container .footercredits small {
  color: #212121;
  font-size: 2.8vw;
}
@media screen and (min-width: 768px) {
  .footerbase .container .footercredits small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase .container .footercredits small {
    font-size: 13px;
  }
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin: 1%;
}

.page_contents.page_contact--contents .contents_container .form_box .form_recap{
	margin-bottom:8%;
	text-align: center;
	font-size: 80%;
	line-height:1.6;
}
/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}