@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: "Noto Sans JP", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

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

br {
  display: none !important;
}

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

button {
  line-height: 1;
  padding: 0;
  background: none;
  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: none;
}

a.brand.logofont {
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 1025px) {
  a.brand.logofont {
    padding: 0 40px;
  }
}

.header_contact--button {
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 60px;
  z-index: 1001;
}
@media screen and (min-width: 1025px) {
  .header_contact--button {
    height: 110px;
    right: 40px;
  }
}
.header_contact--button a {
  height: 60%;
  background-color: #1F9F60;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  .header_contact--button a {
    height: 40%;
  }
}
.header_contact--button a:hover {
  opacity: 0.7;
}
.header_contact--button a i {
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .header_contact--button a i {
    font-size: 18px;
  }
}

#kad-mobile-banner-sticky-wrapper {
  height: auto !important;
}

button.header_menu--button {
  height: 60px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}
@media screen and (min-width: 1025px) {
  button.header_menu--button {
    display: none;
  }
}
button.header_menu--button div {
  height: 60%;
  background-color: #fff;
  border: 1px solid #1F9F60;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1;
}
button.header_menu--button div span {
  width: 40%;
  height: 1px;
  background-color: #1F9F60;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
}
button.header_menu--button div span:first-of-type {
  transform: translate(-50%, calc(-50% - 6px)) rotate(0deg);
}
body.open_menu button.header_menu--button div span:first-of-type {
  transform: translate(-50%, -50%) rotate(40deg);
}
button.header_menu--button div span:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(1);
  transform-origin: left;
}
body.open_menu button.header_menu--button div span:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
button.header_menu--button div span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 6px));
}
body.open_menu button.header_menu--button div span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-40deg);
}

.mobile_menu {
  width: 100vw;
  height: 100vh;
  padding-top: calc(60px + 15%);
  background-color: #E7F2E2;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .mobile_menu {
    padding-top: calc(60px + 10%);
  }
}
@media screen and (min-width: 768px) {
  .mobile_menu {
    padding-top: calc(60px + 8%);
  }
}
body.open_menu .mobile_menu {
  opacity: 1;
  z-index: 999;
}
.mobile_menu ul.menu {
  font-size: 4.8vw;
  width: 90%;
  margin-inline: auto;
  display: grid;
}
@media screen and (min-width: 600px) {
  .mobile_menu ul.menu {
    font-size: 3vw;
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .mobile_menu ul.menu {
    font-size: 2.4vw;
    width: 60%;
  }
}
.mobile_menu ul.menu > li {
  padding: 0 1em 1.5em;
  margin-bottom: 1.5em;
  list-style: none;
  border-bottom: 1px solid #7DC37F;
  position: relative;
}
.mobile_menu ul.menu > li > a {
  color: #080807;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 0 0.8em;
}
.mobile_menu ul.menu > li > a:hover {
  color: inherit;
  opacity: 0.7;
}
.mobile_menu ul.menu > li > a span {
  font-weight: bold;
  display: block;
}
.mobile_menu ul.menu > li > a span.eng {
  font-size: 0.67em;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0.5em;
}
.mobile_menu ul.menu > li ul.sub-menu {
  padding: 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.5em 0;
}
.mobile_menu ul.menu > li ul.sub-menu > li {
  list-style: none;
}
.mobile_menu ul.menu > li ul.sub-menu > li > a {
  color: #fff;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0;
}
.mobile_menu ul.menu > li ul.sub-menu > li > a:hover {
  color: inherit;
  opacity: 0.7;
}

#sticky-wrapper {
  height: auto !important;
}

.kad-header-menu-inner.container {
  max-width: none;
}

nav.nav-main {
  padding-right: 120px;
}
nav.nav-main ul.sf-menu {
  gap: 0 20px;
}
nav.nav-main ul.sf-menu > li > a {
  color: #080807 !important;
  font-weight: bold;
}
body.home nav.nav-main ul.sf-menu > li > a {
  color: #fff !important;
  text-shadow: 0 0 1px #080807;
}
nav.nav-main ul.sf-menu > li > a:hover {
  opacity: 0.7;
}
nav.nav-main ul.sf-menu > li ul.sub-menu {
  border-color: #1E72BD;
}
nav.nav-main ul.sf-menu > li ul.sub-menu::before {
  border-bottom-color: #1E72BD;
}
nav.nav-main ul.sf-menu > li ul.sub-menu li a {
  color: #080807 !important;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
}
nav.nav-main ul.sf-menu > li ul.sub-menu li a:hover {
  opacity: 0.7;
}

.container {
  width: 100%;
  max-width: none;
  padding: 0;
}

#content {
  padding: 0;
}

.floating_button--box {
  text-align: center;
  font-size: 3.5vw;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .floating_button--box {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  .floating_button--box {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .floating_button--box {
    font-size: 14px;
    width: auto;
    height: -moz-max-content;
    height: max-content;
    right: 0;
    top: 200px;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
  }
}
.floating_button--box .floating_button {
  height: 4em;
}
@media screen and (min-width: 1025px) {
  .floating_button--box .floating_button {
    height: 10em;
    border-radius: 10px 0 0 10px;
  }
}
.floating_button--box .floating_button.button01 {
  background-color: #1F9F60;
}
@media screen and (min-width: 1025px) {
  .floating_button--box .floating_button.button01 {
    display: none;
  }
}
.floating_button--box .floating_button.button02 {
  background-color: #080807;
}
@media screen and (min-width: 1025px) {
  .floating_button--box .floating_button.button02 {
    margin-bottom: 1em;
  }
}
.floating_button--box .floating_button.button03 {
  background-color: #1F9F60;
}
.floating_button--box .floating_button:hover {
  opacity: 0.7;
}
.floating_button--box .floating_button a {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .floating_button--box .floating_button a {
    writing-mode: vertical-rl;
    padding: 0 0.7em;
  }
}
.floating_button--box .floating_button.button01 a {
  letter-spacing: 0;
}
.floating_button--box .floating_button.button01 a img {
  width: 1.6em;
  margin-right: 0.3em;
}
.floating_button--box .floating_button.button01 a br {
  display: block !important;
}

.pc_floating_button {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc_floating_button {
    width: 7em;
    background-color: #1F9F60;
    border-radius: 50%;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    aspect-ratio: 1;
    z-index: 10;
  }
}
.pc_floating_button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  .pc_floating_button a {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    height: 100%;
    display: grid;
  }
}
.pc_floating_button a img {
  width: 2em;
  justify-self: center;
  align-self: end;
  transform: translate(0, -20%);
}
.pc_floating_button a br {
  display: block !important;
}

section.contact_section {
  padding: 15% 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.contact_section {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section {
    padding: 90px 0 100px;
  }
}
section.contact_section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
}
section.contact_section .section_container {
  text-align: center;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container {
    text-align: left;
    max-width: 980px;
    display: grid;
    grid-template: auto auto/1fr auto auto;
    align-items: center;
    gap: 0 100px;
  }
}
section.contact_section .section_container h2 {
  color: #fff;
  font-size: 8.6vw;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container h2 {
    font-size: 5.9vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container h2 {
    font-size: 46px;
    margin-bottom: 0.5em;
    grid-column: span 3;
  }
}
section.contact_section .section_container .text_box {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container .text_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container .text_box {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .text_box {
    font-size: 15px;
    margin: 0;
  }
}
section.contact_section .section_container .text_box p {
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
}
section.contact_section .section_container .text_box p br {
  display: block !important;
}
section.contact_section .section_container .button_box {
  text-align: center;
  font-size: 3.2vw;
  width: 17.3em;
  margin: 0 auto 5em;
  border: 1px solid #fff;
  border-radius: 2em;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container .button_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container .button_box {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .button_box {
    font-size: 14px;
    margin: 0;
  }
}
section.contact_section .section_container .button_box:hover {
  opacity: 0.7;
}
section.contact_section .section_container .button_box a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.8em 0;
  display: block;
}
section.contact_section .section_container .info_box {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container .info_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container .info_box {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .info_box {
    font-size: 14px;
  }
}
section.contact_section .section_container .info_box p {
  color: #fff;
  letter-spacing: 0.05em;
}
section.contact_section .section_container .info_box p.title {
  margin-bottom: 0.8em;
  font-weight: 500;
}
section.contact_section .section_container .info_box p.time {
  font-weight: 300;
}
section.contact_section .section_container .info_box a {
  color: #fff;
  font-size: 1.92em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  display: block;
}
section.contact_section .section_container .info_box a:hover {
  opacity: 0.7;
}

.common_button {
  font-size: 3.2vw;
  width: 11em;
  margin-inline: auto;
  background-color: #fff;
  border: 1px solid #1F9F60;
  border-radius: 2em;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .common_button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .common_button {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button {
    font-size: 14px;
  }
}
.common_button:hover {
  opacity: 0.7;
}
.common_button a {
  padding: 0.9em 0 0.9em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
}
.common_button a span {
  color: #1F9F60;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common_button a i {
  color: #080807;
}

.top_header {
  overflow: hidden;
  position: relative;
}
.top_header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.top_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;
}

.pattern_choice {
  text-align: left;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .pattern_choice {
    top: 150px;
  }
}

button.pattern_choice--button {
  font-size: 14px;
  line-height: 1;
  padding: 0;
  background-color: #fff;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #5280A3 50%, #5280A3 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button {
    font-size: 16px;
  }
}
button.pattern_choice--button.open_menu {
  background-position: -10px 0;
}
button.pattern_choice--button span.icon {
  padding: 10px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  button.pattern_choice--button span.icon {
    padding: 12px;
  }
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button span.icon {
    padding: 15px;
  }
}
button.pattern_choice--button span.icon::after {
  content: "";
  width: 10px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translate(100%, -50%);
}
button.pattern_choice--button span.icon i {
  color: #5280A3;
  transform: rotate(0);
  transition: all 0.5s;
}
button.pattern_choice--button.open_menu span.icon i {
  transform: rotate(90deg);
}
button.pattern_choice--button span.text {
  color: #fff;
  padding: 0 20px;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  button.pattern_choice--button span.text {
    padding: 0 22px;
  }
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button span.text {
    padding: 0 25px;
  }
}
button.pattern_choice--button.open_menu span {
  color: #5280A3;
}

.pattern_choice--box {
  padding: 10px;
  background-color: #fff;
  border: 2px solid #5280A3;
  display: grid;
  gap: 10px 0;
  transform: translate(-100%, 0);
  transition: all 0.5s;
}
.pattern_choice--box.open_menu {
  transform: translate(0, 0);
}
.pattern_choice--box ul {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
}
.pattern_choice--box ul li {
  font-size: 1.2rem;
  font-weight: bold;
  list-style: none;
  width: 100px;
  padding: 12px 0;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .pattern_choice--box ul li {
    font-size: 1.4rem;
    width: 120px;
  }
}
.pattern_choice--box ul li.view_tab--active, .pattern_choice--box ul li.text_tab--active {
  pointer-events: none;
  cursor: auto;
}
.pattern_choice--box ul li::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5280A3;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s;
}
.pattern_choice--box ul li.view_tab--active::before, .pattern_choice--box ul li.text_tab--active::before {
  height: 100%;
}
.pattern_choice--box ul li p {
  line-height: 1.4;
  position: relative;
  transition: all 0.6s;
}
.pattern_choice--box ul li.view_tab--active p, .pattern_choice--box ul li.text_tab--active p {
  color: #fff;
}

.top_header--textBox {
  text-align: right;
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 3%;
  transform: translate(-50%, 0);
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .top_header--textBox {
    bottom: 6%;
  }
}
.top_header--textBox.loaded {
  opacity: 1;
  transition: all 0.5s 0.5s;
}
.top_header--textBox p {
  color: #fff;
  font-size: 6.9vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .top_header--textBox p {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 768px) {
  .top_header--textBox p {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_header--textBox p {
    font-size: 42px;
  }
}
.top_header--textBox p.space {
  margin-bottom: 0.3em;
}
.top_header--textBox p span {
  display: inline-block;
}
.top_header--textBox p span.large {
  font-size: 1.34em;
  font-weight: 600;
}
.top_header--textBox p span.small {
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .top_header--textBox p span.small {
    font-size: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .top_header--textBox p span.small {
    font-size: 0.35em;
  }
}
@media screen and (min-width: 1025px) {
  .top_header--textBox p span.small {
    font-size: 0.3em;
  }
}
.top_header--textBox p br {
  display: block !important;
}

.top_view {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: opacity 0s;
}
.top_view.view_show {
  opacity: 1;
  position: relative;
  transition: opacity 0.5s 0.5s;
}

.top_view.top_header--imgBox {
  width: 100vw;
  height: 93vh;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .top_view.top_header--imgBox {
    height: 700px;
  }
}
.top_view.top_header--imgBox .top_header--img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top_view.top_header--imgBox .top_header--img.firstview_pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .top_view.top_header--imgBox .top_header--img.firstview_mobile {
    display: none;
  }
}

.top_header--swiper {
  width: 100%;
  height: 100%;
}

.top_view.top_header--movie {
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  background: gray;
}
.top_view.top_header--movie .texture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.top_view.top_header--movie iframe {
  width: 178vh;
  height: 56.25vw;
  min-width: 100vw;
  min-height: 100vh;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  transition: all 0.8s 0.8s;
}
@media screen and (min-width: 1025px) {
  .top_view.top_header--movie iframe {
    width: 220vh;
  }
}
.top_view.top_header--movie.loaded iframe {
  opacity: 1;
}

section.top_section {
  position: relative;
}
section.top_section .section_container {
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.top_section .section_container {
    max-width: 1100px;
  }
}

h2.top_contents--title {
  text-align: center;
  font-size: 8vw;
  display: grid;
}
@media screen and (min-width: 600px) {
  h2.top_contents--title {
    font-size: 5.7vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_contents--title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_contents--title {
    font-size: 46px;
  }
}
h2.top_contents--title span {
  letter-spacing: 0.05em;
}
h2.top_contents--title span.eng {
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  h2.top_contents--title span.eng {
    line-height: 1.3;
  }
}
h2.top_contents--title span.ja {
  color: #1F9F60;
  font-size: 3vw;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  h2.top_contents--title span.ja {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_contents--title span.ja {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_contents--title span.ja {
    font-size: 14px;
  }
}

section.top_section.top_news--section {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.top_section.top_news--section {
    padding: 8% 0 5%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_news--section {
    padding: 7% 0 2%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_news--section {
    padding: 70px 0 0;
  }
}
section.top_section.top_news--section .section_container {
  width: 90%;
}
@media screen and (min-width: 768px) {
  section.top_section.top_news--section .section_container {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_news--section .section_container {
    max-width: 800px;
  }
}
section.top_section.top_news--section .section_container h2.top_contents--title {
  margin-bottom: 1em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s;
}
section.top_section.top_news--section .section_container h2.top_contents--title span.ja {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.top_section.top_news--section .section_container h2.top_contents--title span.ja {
    margin: 0;
  }
}
section.top_section.top_news--section .section_container.show h2.top_contents--title {
  opacity: 1;
  transform: translate(0, 0);
}

.top_news--box {
  font-size: 3.8vw;
  max-height: 8em;
  padding: 1.2em 0;
  margin-bottom: 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
}
@media screen and (min-width: 600px) {
  .top_news--box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_news--box {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--box {
    font-size: 16px;
  }
}

ul.top_news--ul {
  display: grid;
  gap: 1.2em 0;
}
@media screen and (min-width: 1025px) {
  ul.top_news--ul {
    gap: 1.5em 0;
  }
}
ul.top_news--ul li {
  list-style: none;
  padding: 0 1em;
  display: grid;
  grid-template-columns: 5.5em 1fr;
}
@media screen and (min-width: 1025px) {
  ul.top_news--ul li {
    padding: 0 1.5em;
    grid-template-columns: 6.5em 1fr;
  }
}
ul.top_news--ul li p {
  color: #1F9F60;
}
ul.top_news--ul li a {
  color: inherit;
}

.top_news--button {
  text-align: right;
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  .top_news--button {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_news--button {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--button {
    font-size: 15px;
  }
}
.top_news--button a {
  color: #1F9F60;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
}
.top_news--button a:hover {
  opacity: 0.7;
}

section.top_section.top_contents01--section {
  padding: 10% 0 20%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents01--section {
    padding: 8% 0 15%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section {
    padding: 80px 0 100px;
  }
}
section.top_section.top_contents01--section .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section .section_container {
    width: 90%;
    margin-inline: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container {
    max-width: 980px;
    gap: 0 150px;
  }
}
section.top_section.top_contents01--section .section_container h2.top_contents--title {
  text-align: right;
  font-size: 9.1vw;
  margin-bottom: 1.5em;
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents01--section .section_container h2.top_contents--title {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section .section_container h2.top_contents--title {
    font-size: 6.2vw;
    white-space: nowrap;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container h2.top_contents--title {
    font-size: 58px;
  }
}
section.top_section.top_contents01--section .section_container h2.top_contents--title span.eng {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container h2.top_contents--title span.eng {
    margin-bottom: 0.15em;
  }
}
section.top_section.top_contents01--section .section_container h2.top_contents--title span br {
  display: block !important;
}
section.top_section.top_contents01--section .section_container.show h2.top_contents--title {
  opacity: 1;
  transform: translate(0, 0);
}
section.top_section.top_contents01--section .section_container .box {
  font-size: 3.5vw;
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 0.5s 0.3s;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents01--section .section_container .box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section .section_container .box {
    font-size: 2vw;
    margin-right: 3em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container .box {
    font-size: 18px;
    margin: 0;
  }
}
section.top_section.top_contents01--section .section_container .box p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
section.top_section.top_contents01--section .section_container .box p.large {
  font-size: 1.22em;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents01--section .section_container .box p.large {
    font-size: 1.24em;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section .section_container .box p.large {
    font-size: 1.26em;
    line-height: 2;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container .box p.large {
    font-size: 1.28em;
  }
}
section.top_section.top_contents01--section .section_container .box p.small:not(:last-of-type) {
  margin-bottom: 1em;
}
section.top_section.top_contents01--section .section_container .box p br {
  display: block !important;
}
section.top_section.top_contents01--section .section_container.show .box {
  opacity: 1;
  transform: translate(0, 0);
}

section.top_section.top_contents02--section {
  padding: 0 0 30%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents02--section {
    padding: 0 0 20%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents02--section {
    padding: 0 0 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents02--section {
    padding: 0 0 120px;
  }
}
section.top_section.top_contents02--section .section_container {
  width: 90%;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents02--section .section_container {
    width: 95%;
  }
}
section.top_section.top_contents02--section .section_container h2.top_contents--title {
  margin-bottom: 1em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents02--section .section_container h2.top_contents--title {
    margin-bottom: 1.5em;
  }
}
section.top_section.top_contents02--section .section_container h2.top_contents--title span.ja {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents02--section .section_container h2.top_contents--title span.ja {
    margin: 0;
  }
}
section.top_section.top_contents02--section .section_container.show h2.top_contents--title {
  opacity: 1;
  transform: translate(0, 0);
}

.top_contents02--itemBox {
  position: relative;
}
.top_contents02--itemBox::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #E7F2E2;
  border-radius: 0 0 0 60px;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-40%, 0);
}
@media screen and (min-width: 600px) {
  .top_contents02--itemBox::before {
    height: 95%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox::before {
    height: 120%;
    left: 3vw;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .top_contents02--itemBox::before {
    height: calc(100% + 60px);
  }
}
.top_contents02--itemBox .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item:nth-of-type(even) {
    direction: rtl;
  }
}
.top_contents02--itemBox .item figure {
  margin-bottom: 10%;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .top_contents02--itemBox .item figure {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item figure {
    margin: 0;
  }
}
.top_contents02--itemBox .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.65/1;
}
.top_contents02--itemBox .item.show figure {
  opacity: 1;
  transform: translate(0, 0);
}
.top_contents02--itemBox .item:nth-of-type(odd) figure {
  border-radius: 20px 0 0 0;
}
.top_contents02--itemBox .item:nth-of-type(even) figure {
  border-radius: 0 20px 0 0;
}
.top_contents02--itemBox .item .box {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item .box {
    align-self: center;
  }
}
.top_contents02--itemBox .item .box ul {
  text-align: left;
  font-size: 5.4vw;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  .top_contents02--itemBox .item .box ul {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item .box ul {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents02--itemBox .item .box ul {
    font-size: 28px;
  }
}
.top_contents02--itemBox .item .box ul li {
  font-weight: bold;
  list-style: none;
  line-height: 1.4;
}
.top_contents02--itemBox .item .box .common_button {
  margin: 0;
}

section.top_section.top_contents03--section {
  padding: 10% 0 15%;
  background-size: cover;
  background-position: 70% 50%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents03--section {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents03--section {
    padding: 7% 0 9%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents03--section {
    padding: 70px 0 100px;
  }
}
section.top_section.top_contents03--section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_section.top_contents03--section .section_container {
  width: 80%;
}
section.top_section.top_contents03--section .section_container h2.top_contents--title {
  margin-bottom: 1.5em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents03--section .section_container h2.top_contents--title {
    margin-bottom: 1.2em;
  }
}
section.top_section.top_contents03--section .section_container.show h2.top_contents--title {
  opacity: 1;
  transform: translate(0, 0);
}
section.top_section.top_contents03--section .section_container .box {
  font-size: 3.2vw;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 4em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents03--section .section_container .box {
    text-align: center;
    font-size: 2.2vw;
    margin: 0 auto 5em;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents03--section .section_container .box {
    font-size: 1.9vw;
    margin: 0 auto 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents03--section .section_container .box {
    font-size: 18px;
    margin: 0 auto 4em;
  }
}
section.top_section.top_contents03--section .section_container .box p {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents03--section .section_container .box p {
    line-height: 2;
  }
}
section.top_section.top_contents03--section .section_container .box p br {
  display: block !important;
}

section.top_section.top_contents04--section {
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section {
    padding: 8% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section {
    padding: 8% 0 9%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section {
    padding: 80px 0 90px;
  }
}
section.top_section.top_contents04--section .section_container {
  width: 85%;
  padding: 10% 0;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section .section_container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container {
    width: 95%;
    padding: 50px 0;
    border-radius: 40px;
  }
}
section.top_section.top_contents04--section .section_container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_section.top_contents04--section .section_container .box {
  width: 75%;
  margin-inline: auto;
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 0.5s;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container .box {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box {
    width: 40%;
    margin: 0 0 0 auto;
    padding-right: 60px;
  }
}
section.top_section.top_contents04--section .section_container .box h2.top_contents--title {
  text-align: left;
  margin-bottom: 1em;
}
section.top_section.top_contents04--section .section_container .box h2.top_contents--title span {
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
section.top_section.top_contents04--section .section_container .box h2.top_contents--title span.eng {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box h2.top_contents--title span.eng {
    margin-bottom: 0.2em;
  }
}
section.top_section.top_contents04--section .section_container .box h2.top_contents--title span.ja {
  color: #080807;
}
section.top_section.top_contents04--section .section_container .box .text_box {
  margin-bottom: 20%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section .section_container .box .text_box {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container .box .text_box {
    margin-bottom: 12%;
  }
}
section.top_section.top_contents04--section .section_container .box .text_box p {
  font-weight: 500;
  line-height: 1.6;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
section.top_section.top_contents04--section .section_container .box .text_box p.message {
  font-size: 4.6vw;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.message {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.message {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.message {
    font-size: 23px;
    margin-bottom: 1.5em;
  }
}
section.top_section.top_contents04--section .section_container .box .text_box p.text {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.text {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.text {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.text {
    font-size: 14px;
  }
}
section.top_section.top_contents04--section .section_container .box .text_box p br {
  display: block !important;
}
section.top_section.top_contents04--section .section_container .box .common_button {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box .common_button {
    margin: 0;
  }
}
section.top_section.top_contents04--section .section_container.show .box {
  opacity: 1;
  transform: translate(0, 0);
}

section.top_section.top_contents05--section {
  padding: 0 0 8%;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents05--section {
    padding: 0 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents05--section {
    padding: 0 0 70px;
  }
}
section.top_section.top_contents05--section .section_container {
  max-width: none;
}
section.top_section.top_contents05--section .section_container h2.top_contents--title {
  margin-bottom: 1em;
}
section.top_section.top_contents05--section .section_container .img_box {
  height: 16vw;
  display: flex;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents05--section .section_container .img_box {
    height: 10vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents05--section .section_container .img_box {
    height: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents05--section .section_container .img_box {
    height: 6vw;
  }
}
section.top_section.top_contents05--section .section_container .img_box:first-of-type {
  margin-bottom: 6%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents05--section .section_container .img_box:first-of-type {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents05--section .section_container .img_box:first-of-type {
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents05--section .section_container .img_box:first-of-type {
    margin-bottom: 40px;
  }
}
section.top_section.top_contents05--section .section_container .img_box ul {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  padding: 0 5vw;
  display: flex;
  gap: 0 10vw;
}
section.top_section.top_contents05--section .section_container .img_box ul.scroll_left {
  animation: scroll_left 40s infinite linear both;
}
section.top_section.top_contents05--section .section_container .img_box ul.scroll_right {
  animation: scroll_right 40s infinite linear both;
}
section.top_section.top_contents05--section .section_container .img_box ul li {
  list-style: none;
}
section.top_section.top_contents05--section .section_container .img_box ul li img {
  width: auto;
  height: 100%;
}

@keyframes scroll_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll_right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.page_header {
  padding: calc(60px + 10%) 0 4%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_header {
    padding: calc(60px + 6%) 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .page_header {
    padding: calc(60px + 4%) 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding: 150px 0 30px;
  }
}
.page_header > span {
  color: #EFEFEF;
  font-size: 15vw;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 30%);
}
@media screen and (min-width: 600px) {
  .page_header > span {
    font-size: 11.7vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header > span {
    font-size: 11.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header > span {
    font-size: 102px;
  }
}

h1.page_h1 {
  text-align: center;
  font-size: 3vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  h1.page_h1 {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  h1.page_h1 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_h1 {
    font-size: 14px;
  }
}
h1.page_h1 span {
  display: block;
}
h1.page_h1 span.ja {
  color: #1F9F60;
  font-weight: bold;
  margin-bottom: 0.2em;
}
h1.page_h1 span.eng {
  font-size: 2.49em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  h1.page_h1 span.eng {
    font-size: 2.87em;
  }
}
@media screen and (min-width: 768px) {
  h1.page_h1 span.eng {
    font-size: 3.28em;
  }
}

h2.page_h2 {
  font-size: 3vw;
}
@media screen and (min-width: 600px) {
  h2.page_h2 {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  h2.page_h2 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2 {
    font-size: 14px;
  }
}
h2.page_h2 span {
  display: block;
}
h2.page_h2 span.ja {
  color: #1F9F60;
  font-weight: 500;
  margin-bottom: 0.3em;
}
h2.page_h2 span.eng {
  font-size: 2.14em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  h2.page_h2 span.eng {
    font-size: 2.29em;
  }
}
@media screen and (min-width: 768px) {
  h2.page_h2 span.eng {
    font-size: 2.44em;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2 span.eng {
    font-size: 2.4em;
  }
}

.page_header--img {
  background-size: cover;
  background-position: center;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 600px) {
  .page_header--img {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 768px) {
  .page_header--img {
    aspect-ratio: 3.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .page_header--img {
    height: 350px;
    aspect-ratio: auto;
  }
}

section.page_company.page_section.section01 {
  background-color: #E7F2E2;
}
section.page_company.page_section.section01 .section_container {
  width: 85%;
  padding: 10% 0;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container {
    width: 75%;
    padding: 6% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container {
    width: 85%;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container {
    max-width: 900px;
    padding: 60px 0;
    gap: 0 140px;
  }
}
section.page_company.page_section.section01 .section_container h2.page_h2 {
  text-align: right;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container .text_box {
    justify-self: center;
  }
}
section.page_company.page_section.section01 .section_container .text_box p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
section.page_company.page_section.section01 .section_container .text_box p.large {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 30px;
  }
}
section.page_company.page_section.section01 .section_container .text_box p.large br {
  display: block !important;
}
section.page_company.page_section.section01 .section_container .text_box p.small {
  font-size: 3.2vw;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 14px;
  }
}
section.page_company.page_section.section01 .section_container .text_box p.small br {
  display: block !important;
}

section.page_company.page_section.section02 {
  padding: 10% 0 0;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 {
    padding: 8% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 {
    padding: 7% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 {
    padding: 70px 0 0;
  }
}
section.page_company.page_section.section02 .section_container {
  width: 82%;
  padding: 10% 0 12% 9%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 .section_container {
    padding: 8% 0 9% 9%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 .section_container {
    padding: 6% 0 7% 9%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container {
    width: 90%;
    max-width: 980px;
    padding: 50px 0 50px 40px;
    display: grid;
    grid-template-columns: 2.8fr 1fr;
    align-items: start;
    gap: 0 100px;
  }
}
section.page_company.page_section.section02 .section_container::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1F9F60;
  border-radius: 40px 0 0 40px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container::before {
    border-radius: 60px 0 0 60px;
    left: -40px;
  }
}
section.page_company.page_section.section02 .section_container h2.page_h2 {
  text-align: right;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2.8em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container h2.page_h2 {
    margin-bottom: 4em;
  }
}
section.page_company.page_section.section02 .section_container h2.page_h2 span.ja {
  color: #fff;
}
section.page_company.page_section.section02 .section_container h2.page_h2 span.eng {
  color: #fff;
}
section.page_company.page_section.section02 .section_container .img {
  width: 60%;
  margin: 0 auto 11%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 .section_container .img {
    width: 45%;
    margin: 0 auto 9%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 .section_container .img {
    width: 35%;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container .img {
    width: 100%;
    margin: 50px 0 0;
    grid-row: span 2;
  }
}
section.page_company.page_section.section02 .section_container .text_box {
  position: relative;
}
section.page_company.page_section.section02 .section_container .text_box p {
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 .section_container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 .section_container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container .text_box p {
    font-size: 14px;
  }
}
section.page_company.page_section.section02 .section_container .text_box p.large {
  font-size: 4.3vw;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 .section_container .text_box p.large {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 .section_container .text_box p.large {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container .text_box p.large {
    font-size: 23px;
    margin-bottom: 1.5em;
  }
}
section.page_company.page_section.section02 .section_container .text_box p.small.space {
  margin-bottom: 1em;
}
section.page_company.page_section.section02 .section_container .text_box p.name {
  text-align: right;
  margin-top: 2em;
}

section.page_company.page_section.section03 {
  padding: 14% 0;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section03 {
    padding: 11% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section03 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section03 {
    padding: 90px 0;
  }
}
section.page_company.page_section.section03 .section_container {
  width: 75%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section03 .section_container {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section03 .section_container {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section03 .section_container {
    max-width: 700px;
  }
}
section.page_company.page_section.section03 .section_container h2.page_h2 {
  text-align: center;
  margin-bottom: 3em;
}
section.page_company.page_section.section03 .map_box {
  aspect-ratio: 1.45/1;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section03 .map_box {
    aspect-ratio: 1.8/1;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section03 .map_box {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section03 .map_box {
    aspect-ratio: 2.2/1;
  }
}
section.page_company.page_section.section03 .map_box iframe {
  width: 100%;
  height: 100%;
}

dl.page_company_section03--dl {
  font-size: 3.2vw;
  margin-bottom: 4em;
  border-top: 1px solid #C6C6C6;
}
@media screen and (min-width: 600px) {
  dl.page_company_section03--dl {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_company_section03--dl {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_company_section03--dl {
    font-size: 14px;
    margin-bottom: 3em;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
}
dl.page_company_section03--dl dt, dl.page_company_section03--dl dd {
  line-height: 1.6;
}
dl.page_company_section03--dl dt {
  font-weight: 600;
  padding: 1.2em 0.6em;
}
@media screen and (min-width: 1025px) {
  dl.page_company_section03--dl dt {
    padding: 1.7em 0 1.7em 1em;
    border-bottom: 1px solid #C6C6C6;
  }
}
dl.page_company_section03--dl dd {
  padding: 0 0.6em 1.2em;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 1025px) {
  dl.page_company_section03--dl dd {
    padding: 1.7em 1em 1.7em 0;
  }
}
dl.page_company_section03--dl dd ul li {
  list-style: none;
  line-height: 1.6;
}
dl.page_company_section03--dl dd ul.list_circle li {
  line-height: 1;
  padding-left: 1em;
  position: relative;
}
dl.page_company_section03--dl dd ul.list_circle li:not(:last-of-type) {
  margin-bottom: 1em;
}
dl.page_company_section03--dl dd ul.list_circle li::before {
  content: "\f192";
  font-size: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
dl.page_company_section03--dl dd ul.list_circle li a {
  color: #fff;
  padding: 0.3em 0.8em 0.3em 1.5em;
  margin-left: 1em;
  background-color: #1F9F60;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}
dl.page_company_section03--dl dd ul.list_circle li a:hover {
  opacity: 0.7;
}
dl.page_company_section03--dl dd ul.list_circle li a::before {
  content: "\f3c5";
  font-size: 0.8em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0.8em;
  top: 50%;
  transform: translate(0, -50%);
}
dl.page_company_section03--dl dd br {
  display: block !important;
}

.page_service--message {
  background-color: #FBF5EF;
}
.page_service--message .message_container {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  .page_service--message .message_container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--message .message_container {
    padding: 50px 0;
  }
}
.page_service--message .message_container p.large {
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  .page_service--message .message_container p.large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container p.large {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--message .message_container p.large {
    font-size: 30px;
  }
}
.page_service--message .message_container p.large br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container p.large br {
    display: none !important;
  }
}
.page_service--message .message_container .text_box {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container .text_box {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--message .message_container .text_box {
    max-width: 800px;
  }
}
.page_service--message .message_container .text_box p.small {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .page_service--message .message_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container .text_box p.small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--message .message_container .text_box p.small {
    font-size: 14px;
  }
}

.page_service--contents.contents01 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  .page_service--contents.contents01 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents01 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents.contents01 {
    padding-bottom: 80px;
  }
}
.page_service--contents.contents01 dl {
  font-size: 3.2vw;
  width: 85%;
  padding: 3em;
  margin: -8em auto 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_service--contents.contents01 dl {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents01 dl {
    font-size: 1.6vw;
    padding: 5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents.contents01 dl {
    font-size: 14px;
    max-width: 800px;
    margin: -170px auto 0;
  }
}
.page_service--contents.contents01 dl::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #E7F2E2;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page_service--contents.contents01 dl dt, .page_service--contents.contents01 dl dd {
  position: relative;
}
.page_service--contents.contents01 dl dt {
  text-align: center;
  font-size: 3.5vw;
  padding-bottom: 1.2em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #C6C6C6;
  counter-increment: number;
}
@media screen and (min-width: 600px) {
  .page_service--contents.contents01 dl dt {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents01 dl dt {
    font-size: 1.9vw;
    padding-bottom: 2em;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents.contents01 dl dt {
    font-size: 17px;
  }
}
.page_service--contents.contents01 dl dt::before {
  content: "0" counter(number);
  color: #fff;
  font-size: 4.6vw;
  font-weight: bold;
  padding: 0.45em;
  margin-bottom: 0.8em;
  background-color: #1F9F60;
  display: inline-block;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .page_service--contents.contents01 dl dt::before {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents01 dl dt::before {
    font-size: 2.8vw;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents.contents01 dl dt::before {
    font-size: 27px;
  }
}
.page_service--contents.contents01 dl dt span {
  font-weight: bold;
  letter-spacing: 0.15em;
  display: block;
}
.page_service--contents.contents01 dl dt span.eng {
  color: #1F9F60;
  margin-bottom: 1em;
}
.page_service--contents.contents01 dl dt span.ja {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents01 dl dd {
    padding: 0 2em;
  }
}
.page_service--contents.contents01 dl dd:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents01 dl dd:not(:last-of-type) {
    margin-bottom: 3.5em;
  }
}
.page_service--contents.contents01 dl dd p {
  font-weight: 500;
  line-height: 1.8;
}
.page_service--contents.contents01 dl dd p.large_text {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page_service--contents.contents01 dl dd p.small_text.space {
  margin-bottom: 1em;
}
.page_service--contents.contents01 dl dd ul {
  margin-bottom: 2em;
}
.page_service--contents.contents01 dl dd ul li {
  font-weight: 500;
  line-height: 1.8;
  list-style: none;
}

.page_service--contents.contents02 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  .page_service--contents.contents02 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents02 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents.contents02 {
    padding-bottom: 80px;
  }
}
.page_service--contents.contents02 dl {
  font-size: 3.2vw;
  width: calc(85% - 20px);
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_service--contents.contents02 dl {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents02 dl {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents.contents02 dl {
    font-size: 14px;
    max-width: 780px;
  }
}
.page_service--contents.contents02 dl div {
  padding: 5em 2.5em 2.5em;
  background-color: rgba(29, 134, 59, 0.2);
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents02 dl div {
    padding: 3em 2em 2em 15em;
  }
}
.page_service--contents.contents02 dl div:not(:last-of-type) {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents02 dl div:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
.page_service--contents.contents02 dl div dt {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents02 dl div dt {
    margin-bottom: 2em;
  }
}
.page_service--contents.contents02 dl div dt span.number {
  color: #1F9F60;
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  left: 1em;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents02 dl div dt span.number {
    top: 0.8em;
    transform: translate(0, 0%);
  }
}
.page_service--contents.contents02 dl div dt span.number::before, .page_service--contents.contents02 dl div dt span.number::after {
  content: "\f054";
  font-size: 1.1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: translate(0, -10%);
}
.page_service--contents.contents02 dl div dt span.number::before {
  right: -1em;
}
.page_service--contents.contents02 dl div dt span.number::after {
  right: -1.6em;
}
.page_service--contents.contents02 dl div dt span.number span {
  font-size: 1.9em;
  font-weight: bold;
}
.page_service--contents.contents02 dl div dt span.title {
  color: #fff;
  font-size: 3.5vw;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_service--contents.contents02 dl div dt span.title {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents02 dl div dt span.title {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents.contents02 dl div dt span.title {
    font-size: 22px;
  }
}
.page_service--contents.contents02 dl div dt span.title span {
  color: #080807;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .page_service--contents.contents02 dl div dt span.title span {
    font-size: 1em;
  }
}
.page_service--contents.contents02 dl div dd p {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

section.page_service--section.section01 {
  padding-bottom: 10%;
}
@media screen and (min-width: 600px) {
  section.page_service--section.section01 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_service--section.section01 {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_service--section.section01 {
    padding-bottom: 60px;
  }
}
section.page_service--section.section01 .section_container h2.page_h2 {
  text-align: center;
  margin-bottom: 3em;
}

.page_service_section01--swiperBox {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_service_section01--swiperBox {
    max-width: 1150px;
    margin-inline: auto;
  }
}

.page_service--swiper {
  width: calc(88% + 10px);
  padding: 0 5px 10px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page_service--swiper {
    width: calc(95% + 10px);
  }
}
@media screen and (min-width: 1025px) {
  .page_service--swiper {
    max-width: 990px;
  }
}
.page_service--swiper ul.swiper-wrapper {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  .page_service--swiper ul.swiper-wrapper {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--swiper ul.swiper-wrapper {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--swiper ul.swiper-wrapper {
    font-size: 17px;
  }
}
.page_service--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
  padding: 0.8em;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.page_service--swiper ul.swiper-wrapper li.swiper-slide a:hover {
  opacity: 0.7;
}
.page_service--swiper ul.swiper-wrapper li.swiper-slide a img {
  margin-bottom: 0.8em;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.page_service--swiper ul.swiper-wrapper li.swiper-slide a p.title {
  color: #080807;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.page_service--swiper ul.swiper-wrapper li.swiper-slide a ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.page_service--swiper ul.swiper-wrapper li.swiper-slide a ul li {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #1F9F60;
  border-radius: 3em;
  list-style: none;
}

.page_service_swiper--prevButton,
.page_service_swiper--nextButton {
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(0, -75%);
}
@media screen and (min-width: 1025px) {
  .page_service_swiper--prevButton,
  .page_service_swiper--nextButton {
    transform: translate(0, -30%);
  }
}
.page_service_swiper--prevButton::after,
.page_service_swiper--nextButton::after {
  color: #fff;
  font-size: 5vw;
  height: 2.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1.8;
}
@media screen and (min-width: 600px) {
  .page_service_swiper--prevButton::after,
  .page_service_swiper--nextButton::after {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service_swiper--prevButton::after,
  .page_service_swiper--nextButton::after {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_swiper--prevButton::after,
  .page_service_swiper--nextButton::after {
    font-size: 22px;
    aspect-ratio: 1;
  }
}

.page_service_swiper--prevButton {
  left: 0;
}

.page_service_swiper--nextButton {
  right: 0;
}

#content.container.single_works {
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
#content.container.single_works .row {
  margin: 0;
}

section.single_works--section .section_container {
  padding: 8% 0 15%;
}
@media screen and (min-width: 600px) {
  section.single_works--section .section_container {
    padding: 6% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.single_works--section .section_container {
    padding: 6% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.single_works--section .section_container {
    padding: 60px 0 80px;
  }
}

article.single_works--article {
  width: 85%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 600px) {
  article.single_works--article {
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 768px) {
  article.single_works--article {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_works--article {
    max-width: 980px;
    margin: 0 auto 70px;
    gap: 0 45px;
  }
}

.single_works--imgBox {
  min-width: 100%;
  margin-bottom: 10%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single_works--imgBox {
    margin: 0;
  }
}

.single_works--swiper {
  margin-bottom: 4%;
  overflow: hidden;
}
.single_works--swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.3/1;
}

.single_works_swiper--navBox {
  display: flex;
  position: relative;
  align-items: center;
}

.single_works_swiper--prevButton,
.single_works_swiper--nextButton {
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.single_works_swiper--prevButton::after,
.single_works_swiper--nextButton::after {
  color: #fff;
  font-size: 5vw;
  width: 2.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .single_works_swiper--prevButton::after,
  .single_works_swiper--nextButton::after {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .single_works_swiper--prevButton::after,
  .single_works_swiper--nextButton::after {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_works_swiper--prevButton::after,
  .single_works_swiper--nextButton::after {
    font-size: 22px;
  }
}

.single_works_swiper--prevButton {
  left: 0;
}

.single_works_swiper--nextButton {
  right: 0;
}

.single_works_swiper--pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.single_works_swiper--pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: none;
  border: 1px solid #707070;
  opacity: 1;
}
.single_works_swiper--pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #707070;
}

.single_works--infoBox h2 {
  color: #1F9F60;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.3em;
  margin-bottom: 1.8em;
  border-bottom: 2px solid #1F9F60;
}
@media screen and (min-width: 600px) {
  .single_works--infoBox h2 {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 768px) {
  .single_works--infoBox h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_works--infoBox h2 {
    font-size: 22px;
  }
}

.single_works--dlBox h3 {
  font-size: 3.2vw;
  line-height: 1;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 600px) {
  .single_works--dlBox h3 {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .single_works--dlBox h3 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_works--dlBox h3 {
    font-size: 16px;
  }
}
.single_works--dlBox h3 span.eng {
  font-size: 1.7em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
}
.single_works--dlBox h3 span.ja {
  color: #1F9F60;
  font-weight: bold;
  margin-left: 0.5em;
}

dl.single_works--dl {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  dl.single_works--dl {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.single_works--dl {
    font-size: 1.9vw;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_works--dl {
    font-size: 17px;
  }
}
dl.single_works--dl dt, dl.single_works--dl dd {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
dl.single_works--dl dt {
  color: #1F9F60;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  dl.single_works--dl dt::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-size: 12px 1px;
    background-image: linear-gradient(to right, #C6C6C6 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
dl.single_works--dl dd {
  padding-bottom: 1em;
  margin-bottom: 0.6em;
}
dl.single_works--dl dd::before {
  content: "";
  width: 100%;
  height: 1px;
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #C6C6C6 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  dl.single_works--dl dd::before {
    content: none;
  }
}
dl.single_works--dl dd ul {
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.8em;
}
dl.single_works--dl dd ul li {
  color: #fff;
  font-weight: bold;
  list-style: none;
  padding: 0.5em 1em;
  border-radius: 2em;
  background-color: #1F9F60;
}

#content.container.archive_works {
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
#content.container.archive_works .row {
  margin: 0;
}

.archive_work--contents .contents_container {
  padding: 8% 0 15%;
}
@media screen and (min-width: 600px) {
  .archive_work--contents .contents_container {
    padding: 6% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .archive_work--contents .contents_container {
    padding: 5% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .archive_work--contents .contents_container {
    padding: 50px 0 80px;
  }
}

nav.archive_work--nav {
  font-size: 4.3vw;
  width: 88%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  nav.archive_work--nav {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  nav.archive_work--nav {
    font-size: 2.2vw;
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  nav.archive_work--nav {
    font-size: 18px;
    max-width: 980px;
    margin: 0 auto 2.5em;
  }
}
nav.archive_work--nav ul {
  text-align: center;
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 600px) {
  nav.archive_work--nav ul {
    display: flex;
    gap: 1em;
  }
}
nav.archive_work--nav ul li {
  color: #1F9F60;
  list-style: none;
}
nav.archive_work--nav ul li:hover {
  opacity: 0.7;
}
nav.archive_work--nav ul li a {
  font-weight: bold;
  padding: 0.6em 0;
  border: 2px solid #1F9F60 !important;
  border-radius: 3em;
  display: block;
}
@media screen and (min-width: 600px) {
  nav.archive_work--nav ul li a {
    padding: 0.5em 2em;
  }
}

ul.archive_work--ul {
  font-size: 3.8vw;
  width: 88%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  ul.archive_work--ul {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_work--ul {
    font-size: 1.9vw;
    width: 95%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_work--ul {
    font-size: 17px;
    max-width: 980px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

li.archive_work--li {
  list-style: none;
  padding: 0.8em;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
li.archive_work--li a:hover {
  opacity: 0.7;
}
li.archive_work--li a img {
  margin-bottom: 0.8em;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
li.archive_work--li a p.title {
  color: #080807;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
li.archive_work--li a ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
li.archive_work--li a ul li {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #1F9F60;
  border-radius: 3em;
  list-style: none;
}

.wp-pagenavi {
  margin: 10% 0 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .wp-pagenavi {
    margin: 8% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 7% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .wp-pagenavi {
    margin: 70px 0 0;
  }
}
.wp-pagenavi span.page-numbers.current {
  border-color: #1F9F60;
  background-color: #1F9F60;
}

section.page_company.page_section.section01 {
  background-color: #E7F2E2;
}
section.page_company.page_section.section01 .section_container {
  width: 85%;
  padding: 10% 0;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container {
    width: 75%;
    padding: 6% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container {
    width: 85%;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container {
    max-width: 900px;
    padding: 60px 0;
    gap: 0 140px;
  }
}
section.page_company.page_section.section01 .section_container h2.page_h2 {
  text-align: right;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container .text_box {
    justify-self: center;
  }
}
section.page_company.page_section.section01 .section_container .text_box p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
section.page_company.page_section.section01 .section_container .text_box p.large {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 30px;
  }
}
section.page_company.page_section.section01 .section_container .text_box p.large br {
  display: block !important;
}
section.page_company.page_section.section01 .section_container .text_box p.small {
  font-size: 3.2vw;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 14px;
  }
}
section.page_company.page_section.section01 .section_container .text_box p.small br {
  display: block !important;
}

section.page_recruit.page_section.section01 {
  background-color: #1F9F60;
}
section.page_recruit.page_section.section01 .section_container {
  width: 85%;
  padding: 10% 0;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section01 .section_container {
    width: 75%;
    padding: 6% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section01 .section_container {
    width: 85%;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section01 .section_container {
    max-width: 900px;
    padding: 60px 0;
    gap: 0 140px;
  }
}
section.page_recruit.page_section.section01 .section_container h2.page_h2 {
  text-align: right;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2.5em;
}
section.page_recruit.page_section.section01 .section_container h2.page_h2 span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section01 .section_container .text_box {
    justify-self: center;
  }
}
section.page_recruit.page_section.section01 .section_container .text_box p {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
section.page_recruit.page_section.section01 .section_container .text_box p.large {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.large {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.large {
    font-size: 30px;
  }
}
section.page_recruit.page_section.section01 .section_container .text_box p.large br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.large br {
    display: none !important;
  }
}
section.page_recruit.page_section.section01 .section_container .text_box p.small {
  font-size: 3.2vw;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.small {
    font-size: 14px;
  }
}
section.page_recruit.page_section.section01 .section_container .text_box p.small.space {
  margin-bottom: 2em;
}
section.page_recruit.page_section.section01 .section_container .text_box p.small br {
  display: block !important;
}

section.page_recruit.page_section.section02 {
  padding: 15% 0;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section02 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section02 {
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section02 {
    padding: 70px 0 80px;
  }
}
section.page_recruit.page_section.section02 .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section02 .section_container {
    max-width: 1000px;
  }
}
section.page_recruit.page_section.section02 .section_container h2.page_h2 {
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section02 .section_container h2.page_h2 {
    margin-bottom: 3em;
  }
}

ul.page_recruit_section02--ul > li {
  width: calc(100% - 6.4vw);
  padding: 6%;
  margin: 0 0 0 auto;
  background-color: #E7F2E2;
  border-radius: 0 20px 20px 20px;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li {
    width: calc(100% - 4.4vw);
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li {
    width: calc(100% - 3.8vw);
    padding: 4%;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li {
    width: calc(100% - 34px);
    padding: 35px 45px;
    gap: 0 45px;
  }
}
ul.page_recruit_section02--ul > li:not(:last-of-type) {
  margin-bottom: 15%;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li:not(:last-of-type) {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li:not(:last-of-type) {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
ul.page_recruit_section02--ul > li span.staff_number {
  color: #1D863B;
  font-size: 3.2vw;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  padding: 1.2em 0.3em;
  width: 2em;
  background-color: #E7F2E2;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0);
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li span.staff_number {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li span.staff_number {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li span.staff_number {
    font-size: 17px;
  }
}
ul.page_recruit_section02--ul > li .img {
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li .img {
    margin-bottom: 7%;
  }
}
ul.page_recruit_section02--ul > li .img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.45/1;
}
ul.page_recruit_section02--ul > li .text_box {
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li .text_box {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li .text_box {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li .text_box {
    font-size: 15px;
  }
}
ul.page_recruit_section02--ul > li .text_box h3 {
  font-size: 4.3vw;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li .text_box h3 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li .text_box h3 {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li .text_box h3 {
    font-size: 20px;
  }
}
ul.page_recruit_section02--ul > li .text_box h3 span {
  font-size: 1.25em;
  font-weight: bold;
  margin-left: 0.3em;
}
ul.page_recruit_section02--ul > li .text_box ul {
  font-size: 3vw;
  padding: 0;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li .text_box ul {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li .text_box ul {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li .text_box ul {
    font-size: 14px;
  }
}
ul.page_recruit_section02--ul > li .text_box ul li {
  color: #fff;
  font-weight: bold;
  list-style: none;
  padding: 0.5em 1em;
  background-color: #1F9F60;
  border-radius: 3em;
}
ul.page_recruit_section02--ul > li .text_box p {
  font-weight: 500;
  line-height: 1.8;
}

section.page_recruit.page_section.section03 {
  padding: 10% 0 12%;
  background-color: #D1E7D7;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section03 {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section03 {
    padding: 6% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section03 {
    padding: 50px 0 70px;
  }
}
section.page_recruit.page_section.section03 .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section03 .section_container {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section03 .section_container {
    max-width: 900px;
  }
}
section.page_recruit.page_section.section03 .section_container h2.page_h2 {
  text-align: center;
  margin-bottom: 3em;
}

ul.page_recruit_section03--ul {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section03--ul {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section03--ul {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section03--ul {
    font-size: 16px;
  }
}
ul.page_recruit_section03--ul li {
  list-style: none;
  padding: 1.5em;
  background-color: #fff;
  border: 2px solid #1F9F60;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section03--ul li {
    padding: 2em 3em;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section03--ul li {
    padding: 2.5em 3.5em;
  }
}
ul.page_recruit_section03--ul li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section03--ul li:not(:last-of-type) {
    margin-bottom: 3em;
  }
}
ul.page_recruit_section03--ul li:hover {
  opacity: 0.7;
}
ul.page_recruit_section03--ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.page_recruit_section03--ul li span.tag {
  color: #fff;
  font-weight: bold;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  background-color: #1F9F60;
  border-radius: 3em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section03--ul li span.tag {
    padding: 0.6em 1.5em;
    margin: 0;
  }
}
ul.page_recruit_section03--ul li h3 {
  color: #1F9F60;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 0.8em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section03--ul li h3 {
    padding: 0;
    margin: 0 0 0 2em;
  }
}
ul.page_recruit_section03--ul li .link_button {
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
}
ul.page_recruit_section03--ul li .link_button i {
  color: #1F9F60;
  font-size: 1.9em;
}

#content.container.single_staff {
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
#content.container.single_staff .row {
  margin: 0;
}

.single_staff--contents {
  padding-bottom: 12%;
}
@media screen and (min-width: 600px) {
  .single_staff--contents {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--contents {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--contents {
    padding-bottom: 80px;
  }
}

.single_staff--container {
  width: 88%;
  padding: 12% 0;
  margin: 12% auto 0;
  border: 2px solid #1F9F60;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .single_staff--container {
    padding: 8% 0;
    margin: 9% auto 0;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--container {
    padding: 6% 0;
    margin: 7% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--container {
    max-width: 1000px;
    padding: 55px 0;
    margin: 70px auto 0;
  }
}

article.single_staff--article {
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  article.single_staff--article {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    margin-bottom: 55px;
  }
}
article.single_staff--article h2 {
  color: #1F9F60;
  font-size: 6.2vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  article.single_staff--article h2 {
    font-size: 4.3vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article h2 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
article.single_staff--article span.tag {
  color: #1F9F60;
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  article.single_staff--article span.tag {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article span.tag {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article span.tag {
    font-size: 22px;
  }
}

dl.single_staff--dl {
  text-align: left;
  width: 88%;
  margin: 14% auto 0;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl {
    margin: 12% auto 0;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    margin: 6% auto 0;
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    width: 80%;
    margin: 50px auto 0;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 16px;
  }
}
dl.single_staff--dl dt {
  font-weight: bold;
  padding: 0 1em 1.2em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt {
    padding: 1.5em;
    line-height: 1.8;
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt {
    padding: 1.5em 0 1.5em 4em;
  }
}
dl.single_staff--dl dd {
  font-weight: 500;
  padding: 0 1em 1em;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd {
    padding: 1.5em;
    margin: 0;
  }
}
dl.single_staff--dl dd p {
  line-height: 1.8;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
dl.single_staff--dl dd p br {
  display: block !important;
}

.single_staff--button {
  text-align: center;
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .single_staff--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--button {
    font-size: 18px;
  }
}
.single_staff--button a {
  color: #1F9F60;
  font-weight: bold;
  width: 16.4em;
  padding: 1.3em 0;
  border: 1px solid #1F9F60 !important;
  border-radius: 10em;
  display: inline-block;
  position: relative;
}
.single_staff--button a:hover {
  opacity: 0.7;
}
.single_staff--button a i {
  color: #080807;
  font-size: 1.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
}

.page_header.page_form {
  overflow: inherit;
}

.page_form--contents {
  padding-bottom: 12%;
}
@media screen and (min-width: 600px) {
  .page_form--contents {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents {
    padding-bottom: 60px;
  }
}
.page_form--contents .text_box {
  font-size: 3.5vw;
  text-align: center;
  padding-top: 5em;
  margin-bottom: 6em;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box {
    font-size: 2.2vw;
    padding-top: 6em;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents .text_box {
    font-size: 1.8vw;
    padding-top: 7em;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents .text_box {
    font-size: 18px;
  }
}
.page_form--contents .text_box p {
  font-weight: 500;
  line-height: 1.8;
}
.page_form--contents .text_box p.bold {
  font-weight: bold;
  margin: 2.5em 0 0.2em;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box p.bold {
    margin: 2em 0 0.2em;
  }
}
.page_form--contents .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box p br {
    display: none !important;
  }
}
.page_form--contents .text_box a.tel {
  color: #1F9F60;
  font-size: 4vw;
  font-weight: bold;
  border-bottom: 1px solid #1F9F60 !important;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box a.tel {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents .text_box a.tel {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents .text_box a.tel {
    font-size: 22px;
  }
}
.page_form--contents .text_box a.tel:hover {
  opacity: 0.7;
}

.form_box {
  width: 72%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .form_box {
    max-width: 750px;
  }
}
.form_box dl.form_dl {
  text-align: left;
  margin-bottom: 13%;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl {
    margin-bottom: 8%;
  }
}
.form_box dl.form_dl dt, .form_box dl.form_dl dd {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 17px;
  }
}
.form_box dl.form_dl dt {
  margin: 0 0 0.8em;
}
.form_box dl.form_dl dt.must {
  display: flex;
}
.form_box dl.form_dl dt.must::after {
  content: "*";
  color: #1F9F60;
  font-size: 1.5em;
  margin: 0 0 0 0.1em;
}
.form_box dl.form_dl dt p {
  font-weight: bold;
}
.form_box dl.form_dl dd {
  margin: 0 0 2.5em;
}
.form_box dl.form_dl dd.radio {
  margin: 1.5em 0 2.5em;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl dd.radio {
    margin: 1.2em 0 2.5em;
  }
}
.form_box dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item {
  line-height: 1.8;
  margin: 0 2em 1.5em 0;
}
.form_box dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
  font-weight: 500;
}
.form_box dl.form_dl dd input, .form_box dl.form_dl dd textarea {
  line-height: 1.4;
  padding: 0.8em;
  background-color: #F2F2F2;
  border-radius: 4px;
}

.page_form--button {
  text-align: center;
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_form--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--button {
    font-size: 18px;
  }
}
.page_form--button:hover {
  opacity: 0.7;
}
.page_form--button input {
  color: #1F9F60;
  font-weight: bold;
  text-shadow: none;
  width: 16.4em;
  padding: 1.3em 0;
  border: 1px solid #1F9F60 !important;
  border-radius: 10em;
  background-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .page_form--button input {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--button input {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--button input {
    font-size: 16px;
  }
}
.page_form--button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25px);
}
.page_form--button i {
  color: #080807;
  font-size: 1.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
}

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

.page_header.page_news {
  overflow: inherit;
}

.page_news--container {
  font-size: 3.8vw;
  width: 80%;
  padding: 0 0 3em;
  margin: 4em auto 0;
}
@media screen and (min-width: 600px) {
  .page_news--container {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_news--container {
    font-size: 1.9vw;
    width: 81%;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--container {
    font-size: 16px;
    max-width: 1000px;
    padding: 0 0 4em;
  }
}

ul.page_news--ul {
  margin: 0 auto 7%;
  border-top: 1px solid #BEDBB1;
}
@media screen and (min-width: 600px) {
  ul.page_news--ul {
    margin: 0 auto 5%;
  }
}
ul.page_news--ul li.apage_news--li {
  list-style: none;
  border-bottom: 1px solid #BEDBB1;
  position: relative;
}
ul.page_news--ul li.apage_news--li a {
  color: inherit;
  padding: 1em 0;
  display: block;
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.apage_news--li a {
    padding: 1.2em 0;
    display: grid;
    grid-template-columns: 8em 1fr;
  }
}
ul.page_news--ul li.apage_news--li a:hover {
  opacity: 0.7;
}
ul.page_news--ul li.apage_news--li a p {
  line-height: 1.4;
}
ul.page_news--ul li.apage_news--li a p.date {
  color: #1F9F60;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.apage_news--li a p.date {
    margin: 0;
  }
}
.page_news--pagenav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3%;
}
@media screen and (min-width: 600px) {
  .page_news--pagenav .nav-links {
    gap: 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .page_news--pagenav .nav-links {
    gap: 0 1.5%;
  }
}
@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: 4vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0.7em;
  margin: 0;
  border: none;
}
@media screen and (min-width: 600px) {
  .page_news--pagenav .nav-links span.page-numbers.current, .page_news--pagenav .nav-links a.page-numbers {
    font-size: 2.5vw;
  }
}
@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: 20px;
  }
}
.page_news--pagenav .nav-links span.page-numbers.current {
  color: #fff;
  background-color: #1F9F60;
  border-radius: 5px;
}
.page_news--pagenav .nav-links a.page-numbers {
  color: #676767;
}
.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: 600px) {
  .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: 768px) {
  .page_news--pagenav .nav-links a.next.page-numbers i, .page_news--pagenav .nav-links a.prev.page-numbers i {
    font-size: 2vw;
  }
}
@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;
  }
}

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

.single_news--container {
  font-size: 3.8vw;
  width: 80%;
  padding: 0 0 3em;
  margin: 4em auto 0;
}
@media screen and (min-width: 600px) {
  .single_news--container {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .single_news--container {
    font-size: 1.9vw;
    width: 81%;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--container {
    font-size: 16px;
    max-width: 1000px;
    padding: 0 0 4em;
  }
}

article.single_news--article {
  text-align: left;
  padding-top: 1em;
  margin: 0 auto 2.5em;
  border-top: 1px solid #BEDBB1;
}
@media screen and (min-width: 1025px) {
  article.single_news--article {
    padding-top: 1.2em;
    display: grid;
    grid-template-columns: 8em 1fr;
  }
}
article.single_news--article p.date {
  color: #1F9F60;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  article.single_news--article p.date {
    padding-bottom: 1.2em;
    margin: 0;
  }
}
article.single_news--article h2 {
  font-size: inherit;
  line-height: 1.4;
  letter-spacing: 0;
  padding-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  article.single_news--article h2 {
    padding-bottom: 1.2em;
  }
}
article.single_news--article .content {
  padding: 1.2em 0;
  border-top: 1px solid #BEDBB1;
}
@media screen and (min-width: 1025px) {
  article.single_news--article .content {
    grid-column: span 2;
  }
}
article.single_news--article .content p {
  line-height: 1.8;
}
article.single_news--article .content p:empty {
  padding: 1.5em 0 0;
  display: block;
}

a.single_news--button {
  color: #1F9F60;
  font-size: 4vw;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border-bottom: 1px solid #1F9F60 !important;
  display: block;
}
@media screen and (min-width: 600px) {
  a.single_news--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  a.single_news--button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  a.single_news--button {
    font-size: 18px;
  }
}
a.single_news--button:hover {
  opacity: 0.7;
}
a.single_news--button i {
  margin: 0 0.5em 0 0;
}

footer.footerclass {
  padding: 10% 0 0;
  background-color: #1F9F60;
}
@media screen and (min-width: 600px) {
  footer.footerclass {
    padding: 7% 0 0;
  }
}
@media screen and (min-width: 768px) {
  footer.footerclass {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass {
    padding: 60px 0 0;
  }
}

.d-3_footer {
  font-size: 3.2vw;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .d-3_footer {
    font-size: 2vw;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .d-3_footer {
    font-size: 1.6vw;
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .d-3_footer {
    font-size: 12px;
    max-width: 980px;
  }
}

.footer_info--box p.name {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 1.8em;
}
.footer_info--box .address_box {
  margin-bottom: 2em;
}
.footer_info--box .address_box p {
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .footer_info--box .address_box p {
    font-size: 1.1em;
  }
}
.footer_info--box .tel_box {
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .footer_info--box .tel_box {
    margin: 0;
  }
}
.footer_info--box .tel_box p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .footer_info--box .tel_box p {
    font-size: 1.2em;
  }
}
.footer_info--box .tel_box p a {
  color: #fff;
}
.footer_info--box .tel_box p a:hover {
  color: #fff;
  opacity: 0.7;
}

.footer_nav--box {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .footer_nav--box {
    margin: 0;
  }
}
.footer_nav--box ul.menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer_nav--box ul.menu {
    gap: 0 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav--box ul.menu {
    gap: 0 35px;
  }
}
.footer_nav--box ul.menu > li {
  list-style: none;
  position: relative;
}
.footer_nav--box ul.menu > li > a {
  color: #fff;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
}
.footer_nav--box ul.menu > li > a:hover {
  color: #fff;
  opacity: 0.7;
}
.footer_nav--box ul.menu > li > a span {
  font-weight: bold;
  display: block;
}
.footer_nav--box ul.menu > li > a span.eng {
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0.5em;
}
.footerbase {
  padding-bottom: 13%;
  background-color: #1F9F60 !important;
}
@media screen and (min-width: 600px) {
  .footerbase {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 768px) {
  .footerbase {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase {
    padding-bottom: 5px;
  }
}

.footercredits.clearfix p small {
  color: #fff;
  font-size: 2.8vw;
}
@media screen and (min-width: 600px) {
  .footercredits.clearfix p small {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) {
  .footercredits.clearfix p small {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .footercredits.clearfix p small {
    font-size: 12px;
  }
}