body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body:has(.site-header #toggle-menu-btn:checked), body:has(.modal_window.is-open) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.imgauto {
  display: block;
  width: 100%;
}

img.fit_cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
  height: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.1;
  font-weight: 400;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  br.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.__pc {
    display: none;
  }
}
.br_clone {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #0A783C;
}

.color_white {
  color: #FFF;
}

.bg_white {
  background-color: #FFF;
}

.color_main {
  color: #0A783C;
}

.color_blue {
  color: #005E68;
}

.bg_main {
  background-color: #0A783C;
  color: #FFF;
}

.color_green {
  color: #289A49;
}

.bg_green {
  background-color: #289A49;
  color: #FFF;
}

.bg_light {
  background-color: #F0F7F3;
}

.bg_blue {
  background-color: #005E68;
  color: #FFF;
}

.bg_orange {
  background-color: #F4A300;
  color: #FFF;
}

.__underline {
  position: relative;
}
.__underline::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0A783C;
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
}

.__bold {
  font-weight: 700;
}

.__italic {
  font-style: italic;
}

.thin_txt {
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .thin_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .thin_txt {
    font-size: 12px;
  }
}

.font_en {
  font-family: "Jost", sans-serif;
}

.fs18 {
  font-size: 18px;
}

@media screen and (min-width: 1025px) {
  .fs20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fs20 {
    font-size: 16px;
  }
}

.ls0 {
  letter-spacing: 0;
}

.marker {
  background: linear-gradient(180deg, transparent 70%, #FBF58D 70%);
}

.fit_center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 80%;
    max-width: 1320px;
    min-width: 900px;
  }
}
@media screen and (max-width: 1320px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
    max-width: 630px;
  }
}

.position_rel {
  position: relative;
}

a {
  transition: all ease 0.5s;
}

a.hover_zoom {
  display: block;
  overflow: hidden;
}
a.hover_zoom img {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.hover_zoom:hover {
    opacity: 1;
  }
  a.hover_zoom:hover img {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #0A783C;
  text-decoration: underline;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 200px;
  height: 50px;
  border-radius: 6px;
  padding-inline: 20px;
  transition: all ease 0.5s;
}
.link_button .btn_txt {
  font-weight: 700;
  font-size: 1rem;
}
.link_button .btn_arw {
  width: 20px;
  flex-shrink: 0;
}
.link_button .btn_arw svg {
  display: block;
}
.link_button .btn_arw.arw_green svg {
  stroke: #0A783C;
}
.link_button .btn_arw.arw_blue svg {
  stroke: #005E68;
}
.link_button.btn_green {
  border: 2px solid #0A783C;
}
.link_button.btn_green .btn_txt {
  color: #0A783C;
}
.link_button.btn_white {
  background-color: #FFF;
}
.link_button.btn_color {
  background-color: #0A783C;
  color: #FFF;
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button:has(.btn_icon) {
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.link_button .btn_icon {
  width: var(--icon-width);
  flex-shrink: 0;
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
  .link_button.btn_green:hover {
    background-color: #0A783C;
  }
  .link_button.btn_green:hover .btn_txt {
    color: #FFF;
  }
  .link_button.btn_color:hover {
    background-color: #FFF;
  }
  .link_button.btn_color:hover .btn_txt {
    color: #0A783C;
  }
  .link_button.btn_white:hover .btn_txt {
    color: #FFF;
  }
  .link_button.btn_white:has(.btn_txt.color_main):hover {
    background-color: #0A783C;
  }
  .link_button.btn_white:has(.btn_txt.color_blue):hover {
    background-color: #005E68;
  }
  .link_button:hover .btn_arw.arw_green svg, .link_button:hover .btn_arw.arw_blue svg {
    stroke: #FFF;
  }
}

.cta_button {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 6px;
}
.cta_button .btn_txt {
  font-weight: 700;
}
.cta_button .btn_icon {
  width: var(--icon-width);
  flex-shrink: 0;
}
.cta_button.btn_white {
  background-color: #FFF;
  border: 2px solid #0A783C;
  color: #0A783C;
}
.cta_button.btn_blue {
  background-color: #005E68;
  color: #FFF;
}
.cta_button.btn_green {
  background-color: #0A783C;
  color: #FFF;
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media screen and (min-width: 1025px) {
  .breadcrumb span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb span {
    font-size: 12px;
  }
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
  color: #0A783C;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

body *.mb0 {
  margin-bottom: 0;
}

.mb1em {
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}
.c-text.__note, .c-text > .__note {
  font-size: 14px;
}
.c-text.__indent {
  padding-left: 1em;
}

.c-icon {
  width: var(--icon-width);
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (min-width: 1025px) {
  .mb20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .mb20 {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .mb40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb50 {
  padding-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .pb80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
}
.c-table th {
  font-weight: 900;
  color: #0A783C;
  padding-left: 1em;
}
.c-table td {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    font-size: 20px;
    padding-block: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .c-table th {
    padding-top: 0.75em;
  }
  .c-table td {
    padding-left: 30px;
    padding-right: 15px;
    padding-block: 0.75em;
  }
}

.site-header {
  position: sticky;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: background-color 0.5s;
}
.site-header .header_upper {
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .site-header .header_upper {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_upper {
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .header_lower {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_lower {
    display: none;
  }
}
.site-header .header_lower .container {
  height: 100%;
}
.site-header .header_container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 80%;
    max-width: 1320px;
    min-width: 900px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    padding-left: 20px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 16.5%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 155px;
  }
}
.site-header .header_operation {
  flex-grow: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.8%;
       column-gap: 1.8%;
}
@media screen and (max-width: 1024px) {
  .site-header .header_operation {
    display: none;
  }
}
.site-header .header_operation .header_lang {
  flex-basis: 200px;
}
.site-header .header_operation .header_search {
  flex-basis: 200px;
}
.site-header .header_operation .cta_button {
  flex-shrink: 0;
  height: 60px;
}
.site-header .header_operation .cta_button.btn_white {
  flex-basis: 200px;
}
.site-header .header_operation .cta_button.btn_blue {
  flex-basis: 220px;
}
.site-header .header_operation .cta_button .btn_txt {
  font-size: clamp(14px, 1.14vw, 16px);
}
.site-header .main-navigation {
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .main_menu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  position: relative;
}
.site-header .main-navigation .main_menu > .separator {
  width: 1px;
  height: 32px;
  background-color: #FFF;
  transform: rotate(20deg);
}
.site-header .main-navigation .main_menu > .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .main_menu > .menu-item > a {
  line-height: 2;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.site-header .main-navigation .main_menu > .menu-item > a::before {
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  transition: width ease 0.4s;
  content: "";
}
.site-header .main-navigation .main_menu > .menu-item.menu_articles {
  display: none;
}
.site-header .main-navigation .menu-item__l1 {
  position: relative;
}
.site-header .main-navigation .menu-item__spin {
  display: none;
}
.site-header .main-navigation .header_btns {
  flex-basis: 23%;
  min-width: 270px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.35vw;
       column-gap: 1.35vw;
  height: 100%;
}
.site-header .menu-item {
  cursor: pointer;
}
.site-header .main-navigation .main_menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -1em;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 1em;
  padding-inline: 1em;
  background-color: #0A783C;
  transition: all ease 0.4s;
  transform-origin: center top;
  transform: scaleY(0);
  cursor: initial;
}
.site-header .main-navigation .main_menu .sub-menu .sub-menu-item {
  white-space: nowrap;
  line-height: 2;
  position: relative;
  color: #FFF;
  cursor: pointer;
  margin-bottom: 1em;
}
.site-header .main-navigation .main_menu .sub-menu .sub-menu-item:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item > a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item:hover > a::before {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    position: relative;
  }
  .site-header .main_menu_btn ._mobile_menu_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    inset: 0;
    margin: auto;
    cursor: pointer;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #FFF;
    transition: all 0.5s;
    transform-origin: left;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
    top: 0%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
    top: calc(50% - 1px);
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar3 {
    top: 100%;
  }
  .site-header .main_menu_btn:active {
    border: none;
  }
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_upper ._mobile_menu_btn {
  width: 20px;
}
.site-header #toggle-menu-btn:checked ~ .header_upper ._menu_bar._bar1 {
  width: 141.4213562373%;
  transform: rotate(45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_upper ._menu_bar._bar3 {
  width: 141.4213562373%;
  transform: rotate(-45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_upper ._menu_bar._bar2 {
  width: 0;
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 0;
  z-index: -1;
  position: fixed;
  top: 60px;
  left: 0;
  transition: all ease 0.5s;
  background-color: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item {
  line-height: 2;
  position: relative;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item a {
  display: block;
  width: 100%;
  padding-block: 14px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item {
  border-bottom: 1px solid #FFF;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item:last-child {
  border-bottom: none;
}
.site-header .modal_operation {
  background-color: #FFF;
  padding-block: 30px;
}
.site-header .modal_operation__input {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 30px;
}
.site-header .modal_operation__input .header_search, .site-header .modal_operation__input .header_lang {
  flex-basis: 47.5%;
  flex-shrink: 0;
}
.site-header .modal_operation .cta_button {
  width: 100%;
  height: 60px;
}
.site-header .modal_operation .cta_button + .cta_button {
  margin-top: 10px;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  height: calc(100vh - 60px);
}

.menu-btn {
  height: 50px;
  border-radius: 25px;
  text-align: center;
}
.menu-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.menu-btn.menu_recruit {
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(90deg, rgb(251, 135, 107) 0%, rgb(213, 175, 202) 100%);
}
.menu-btn.menu_contact {
  background-color: #FFF;
  border: 1px solid #0A783C;
}

.main-navigation .menu-btn {
  flex: 1;
  min-width: 110px;
  max-width: 170px;
  font-size: clamp(14px, 1vw, 16px);
}

.modal_nav .menu-btn {
  width: 300px;
  text-align: center;
  margin-inline: auto;
}
.modal_nav .menu-btn.menu_recruit {
  margin-block: 50px;
}

body.page-about-als .main-navigation .main_menu .menu_about-als > a::before,
body.page-treg-therapy .main-navigation .main_menu .menu_treg-therapy > a::before,
body.page-patient-service .main-navigation .main_menu .menu_patient-service > a::before,
body.page-aboutus .main-navigation .main_menu .menu_aboutus > a::before,
body.page-research-institute .main-navigation .main_menu .menu_research-institute > a::before,
body.page-medical-evidence .main-navigation .main_menu .menu_medical_evidence > a::before,
body.page-faq .main-navigation .main_menu .menu_faq > a::before,
body.post-type-archive-news .main-navigation .main_menu .menu_news > a::before,
body.single-news .main-navigation .main_menu .menu_news > a::before {
  width: 50%;
}

.home_link {
  display: block;
  width: 100%;
}
.home_link .logo_txt {
  display: block;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home_link .logo_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .logo_txt {
    font-size: 10px;
  }
}

.site-footer {
  position: relative;
}
.site-footer .footer_container {
  display: grid;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav__ttl {
  font-weight: 700;
}
.site-footer .footer_nav__menu {
  list-style: disc inside;
}
.site-footer .footer_note {
  font-size: 14px;
  margin-top: 30px;
}
.site-footer .footer_border {
  border-bottom: 1px solid #FFF;
}
.site-footer .footer_bottom {
  display: flex;
}
.site-footer .footer_bottom .privacy_policy {
  font-size: 14px;
  line-height: 20px;
}
.site-footer .footer_bottom .copyright {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    grid-template-columns: 27.2% 1fr;
    grid-template-rows: 90px 1fr;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .site-footer .home_link {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 218px;
  }
  .site-footer .footer_btn {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .site-footer .footer_btn .cta_button {
    border: none;
    width: 100%;
    max-width: 360px;
    height: 80px;
    margin-bottom: 40px;
  }
  .site-footer .footer_nav {
    grid-column: 2/3;
    grid-row: 1/3;
    justify-content: flex-end;
    -moz-column-gap: 7%;
         column-gap: 7%;
  }
  .site-footer .footer_nav__ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .site-footer .footer_bottom {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-block: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding-bottom: 60px;
  }
  .site-footer .footer_container {
    grid-template-columns: 1fr;
    grid-template-rows: 80px 1fr 270px;
    padding-block: 40px;
  }
  .site-footer .home_link {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 155px;
  }
  .site-footer .footer_btn {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .site-footer .footer_btn .cta_button {
    border: none;
    width: 100%;
    max-width: 360px;
    height: 80px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .site-footer .footer_btn .footer_note {
    text-align: center;
  }
  .site-footer .footer_nav {
    grid-column: 1/2;
    grid-row: 2/3;
    flex-wrap: wrap;
    row-gap: 32px;
    padding-bottom: 40px;
  }
  .site-footer .footer_nav__ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .site-footer .footer_nav > div {
    flex-basis: 100%;
  }
  .site-footer .footer_bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    padding-block: 40px;
  }
  .site-footer .footer_bottom .copyright {
    text-align: center;
  }
  .site-footer .footer_bottom .copyright span {
    display: inline-block;
  }
}

body:has(.orchester) .site-footer {
  padding-bottom: 160px;
}

.header_lang {
  height: 40px;
}
.header_lang .lang_select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #333333;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.header_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #333333;
  border-radius: 6px;
  position: relative;
  padding-inline: 10px;
  height: 40px;
  cursor: pointer;
}
.header_search .search_txt {
  color: #B1B1B1;
}
.header_search .search_icon {
  width: 18px;
}

@media screen and (min-width: 1025px) {
  .floating_banner {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .floating_banner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    width: 100%;
  }
  .floating_banner .cta_button {
    flex-basis: 50%;
    flex-shrink: 0;
    height: 60px;
    border-radius: 0;
  }
}

/**/
.modal_window {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.modal_window__wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.modal_window__wrap:hover {
  opacity: 1;
}
.modal_window.is-open {
  z-index: 1001;
  opacity: 1;
}
.modal_window__close {
  display: block;
  background-color: #289A49;
  border-radius: 1.5em;
  line-height: 3;
  padding-inline: 2em;
}
.modal_window__close .btn_txt {
  color: #FFF;
}

.modal_search {
  background-color: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.modal_search__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.modal_search__form {
  position: relative;
  margin-bottom: 20px;
}
.modal_search__form input[type=text] {
  width: 100%;
  border: 1px solid;
  border-radius: 2em;
  padding-block: 1em;
  padding-left: 2em;
  padding-right: 70px;
}
.modal_search__button {
  width: 30px;
  position: absolute;
  right: 25px;
  top: calc(50% - 15px);
}
.modal_search .modal_window__close {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .modal_search {
    width: 80%;
    max-width: 1320px;
    min-width: 900px;
    border-radius: 20px;
    padding-block: 50px;
  }
  .modal_search__title {
    font-size: 30px;
  }
  .modal_search__form {
    width: 600px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .modal_search {
    width: 90%;
    border-radius: 20px;
    padding-block: 50px;
    padding-inline: 5%;
  }
  .modal_search__title {
    font-size: 24px;
  }
  .modal_search__form {
    max-width: 600px;
    margin-inline: auto;
  }
}

.footer_cta {
  position: relative;
}
.footer_cta__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.footer_cta__bg img {
  -o-object-position: top;
     object-position: top;
}
.footer_cta__h2 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
}
.footer_cta__h2 > .c-text {
  line-height: 2.25;
}
.footer_cta__content {
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
}
.footer_cta__ttl {
  line-height: 1;
  margin-bottom: 1em;
}
.footer_cta__ttl span {
  vertical-align: middle;
}
.footer_cta__txt {
  line-height: 2;
}
.footer_cta__txt span {
  display: inline-block;
}
.footer_cta .cta_button .btn_txt {
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .footer_cta {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .footer_cta__h2 {
    font-size: 56px;
  }
  .footer_cta__container {
    max-width: 1200px;
    margin-inline: auto;
  }
  .footer_cta__content {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-top: 78px;
    padding: 100px;
  }
  .footer_cta__contact {
    flex-grow: 1;
  }
  .footer_cta__btns {
    flex-basis: 48%;
    flex-shrink: 0;
  }
  .footer_cta .cta_button {
    height: 120px;
  }
  .footer_cta .cta_button + .cta_button {
    margin-top: 10px;
  }
  .footer_cta__ttl {
    font-size: 32px;
  }
  .footer_cta__ttl .font_en {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_cta {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .footer_cta__h2 {
    font-size: 32px;
  }
  .footer_cta__h2 + .c-text {
    text-align: left;
  }
  .footer_cta__content {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
    margin-top: 38px;
    padding-block: 40px;
    padding-inline: 5%;
  }
  .footer_cta__contact {
    flex-basis: 100%;
  }
  .footer_cta__btns {
    flex-basis: 100%;
    max-width: 480px;
  }
  .footer_cta .cta_button {
    height: 60px;
  }
  .footer_cta .cta_button + .cta_button {
    margin-top: 10px;
  }
  .footer_cta__txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .footer_cta__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 24px;
  }
  .footer_cta__ttl .font_en {
    font-size: 26px;
  }
}

.footer_contact {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}
.footer_contact span {
  flex-shrink: 0;
}
.footer_contact > a {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  flex-shrink: 0;
}
.footer_contact__icon {
  flex-basis: 24px;
}
@media screen and (max-width: 1024px) {
  .footer_contact {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    margin-inline: auto;
  }
  .footer_contact__ttl {
    text-align: center;
  }
}

.top_h2 {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_h2 .link_button {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 .link_button {
    display: none;
  }
}

.top_section {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.top_section.pb0 {
  padding-bottom: 0;
}

.top_mv {
  position: relative;
}
.top_mv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.top_mv__catch {
  display: flex;
  font-weight: 700;
}
.top_mv__catch__em {
  position: relative;
}
.top_mv__catch__em .bg_orange {
  display: inline-block;
  text-align: center;
  margin-right: 2px;
}
.top_mv__catch__em sup {
  font-size: 1rem;
  position: absolute;
  top: 0.5em;
  left: calc(100% + 2px);
}
.top_mv__h2 {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.top_mv__txt {
  font-weight: 700;
  line-height: 2.11;
}
.top_mv__btns {
  display: flex;
}
.top_mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 6px;
}
.top_mv__btn.btn_green {
  background-color: #0A783C;
}
.top_mv__btn.btn_blue {
  background-color: #005E68;
}
.top_mv__btn .btn_icon {
  width: var(--img-width);
}
.top_mv__btn .btn_txt {
  font-weight: 700;
  color: #FFF;
}
.top_mv__note {
  color: #666666;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: 700px;
  }
  .top_mv__container {
    width: 750px;
    padding-top: 140px;
  }
  .top_mv__catch {
    flex-direction: row-reverse;
    -moz-column-gap: 46px;
         column-gap: 46px;
    align-items: center;
    margin-bottom: 24px;
  }
  .top_mv__catch__em {
    flex-shrink: 0;
  }
  .top_mv__catch__em .bg_orange {
    font-size: 48px;
    line-height: 70px;
    width: 70px;
  }
  .top_mv__catch__copy {
    flex-grow: 1;
    line-height: 64px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 24px;
    text-align: center;
  }
  .top_mv__h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .top_mv__h2 em {
    font-size: 100px;
  }
  .top_mv__txt {
    font-size: 18px;
    margin-bottom: 44px;
  }
  .top_mv__btns {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
  }
  .top_mv__btn {
    flex-basis: 350px;
    flex-shrink: 0;
    height: 80px;
  }
  .top_mv__btn .btn_icon {
    height: 28px;
  }
  .top_mv__btn .btn_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv__img img {
    -o-object-position: top;
       object-position: top;
  }
  .top_mv__container {
    max-width: 750px;
    padding-block: 30px;
  }
  .top_mv__catch {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 11px;
  }
  .top_mv__catch__em {
    width: -moz-fit-content;
    width: fit-content;
  }
  .top_mv__catch__em .bg_orange {
    font-size: 33px;
    line-height: 49px;
    width: 49px;
  }
  .top_mv__catch__copy {
    font-size: 16px;
  }
  .top_mv__h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .top_mv__h2 em {
    font-size: 72px;
  }
  .top_mv__txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top_mv__btns {
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 30px;
  }
  .top_mv__btn {
    flex-basis: 350px;
    flex-shrink: 0;
    height: 80px;
  }
  .top_mv__btn .btn_icon {
    height: 28px;
  }
  .top_mv__btn .btn_txt {
    font-size: 18px;
  }
}

.top_h3__ja, .top_h3__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top_h3__en {
  color: #0A783C;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 1025px) {
  .top_h3__ja {
    font-size: clamp(18px, 1.71vw, 24px);
  }
  .top_h3__en {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h3__ja {
    font-size: 20px;
  }
  .top_h3__en {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.top_2col {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_2col {
    align-items: flex-start;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .top_2col .top_content {
    flex-grow: 1;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .top_2col .top_sidebar {
    flex-basis: 260px;
    flex-shrink: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top_2col {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .top_2col .top_content {
    flex-basis: 100%;
    padding-top: 10px;
  }
  .top_2col .top_sidebar {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .top_video .link_button.btn_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_video .link_button.btn_sp {
    margin-left: auto;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .top_news .link_button.btn_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_news .link_button.btn_sp {
    margin-left: auto;
    margin-top: 30px;
  }
}

.top_about {
  padding-top: 40px;
  display: grid;
}
.top_about__item {
  position: relative;
  border: 2px solid #0A783C;
}
.top_about__icon {
  width: 80px;
  height: 80px;
  border: 2px solid #0A783C;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  left: calc(50% - 40px);
  top: -40px;
}
.top_about__icon img {
  display: block;
  width: var(--icon-width);
  position: absolute;
  inset: 0;
  margin: auto;
}
.top_about__h2 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
}
.top_about__link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top_about__link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-inline: 6.25%;
  transition: all ease 0.5s;
}
.top_about__link .link_arw {
  width: 20px;
  flex-shrink: 0;
}
.top_about__link .link_arw svg {
  display: block;
  stroke: #FFF;
}
@media (hover: hover) {
  .top_about .top_about__link a:hover {
    opacity: 1;
    background-color: #FFF;
    color: #0A783C;
    border-top: 2px solid #0A783C;
  }
  .top_about .top_about__link a:hover .link_arw svg {
    stroke: #0A783C;
  }
}
@media screen and (min-width: 1025px) {
  .top_about {
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
  .top_about__item {
    padding-top: 60px;
    padding-bottom: 88px;
    padding-inline: 9%;
  }
  .top_about__h2 {
    font-size: clamp(16px, 1.44vw, 20px);
    letter-spacing: 0.06em;
  }
  .top_about__link .link_txt {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 1024px) {
  .top_about {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
  }
  .top_about__item {
    padding-top: 60px;
    padding-bottom: 88px;
    padding-inline: 20px;
  }
  .top_about__h2 {
    font-size: 20px;
  }
}

.top_qa {
  display: flex;
}
.top_qa__item {
  position: relative;
  padding-inline: 5%;
  padding-bottom: 40px;
  padding-top: 60px;
}
.top_qa__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_qa__content {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.top_qa__content .link_button {
  width: 260px;
}
.top_qa__head {
  position: relative;
}
.top_qa__head__en {
  position: absolute;
  left: 0;
  top: -0.66em;
  color: rgba(255, 255, 255, 0.2);
  font-size: 60px;
  line-height: 1;
}
.top_qa__h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 1em;
}
.top_qa__txt {
  margin-bottom: 38px;
}
@media screen and (min-width: 1025px) {
  .top_qa {
    justify-content: space-between;
  }
  .top_qa__item {
    flex-basis: 49%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_qa {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .top_qa__item {
    flex-basis: 100%;
  }
}

.top_news .top_h2 {
  margin-bottom: 0;
}
.top_news {
  padding-top: 20px;
}

.aside_articles {
  margin-bottom: 20px;
}
.aside_articles__h2 {
  position: relative;
  font-weight: 700;
  line-height: 20px;
  padding-block: 20px;
  padding-left: 30px;
}
.aside_articles__h2::after {
  display: block;
  width: 3px;
  height: 40px;
  background-color: #FFF;
  position: absolute;
  left: 10px;
  top: calc(50% - 20px);
  content: "";
}
.aside_articles__archive {
  padding-inline: 20px;
  margin-bottom: 10px;
}
.aside_articles__article {
  padding-block: 20px;
  border-bottom: 1px solid #CACACA;
}
.aside_articles__date {
  line-height: 1;
  margin-bottom: 1em;
}
.aside_articles__title {
  font-size: 14px;
  line-height: 1.75;
}
.aside_articles .cta_button {
  height: 60px;
}

.aside_cta {
  border: 4px solid #005E68;
  position: relative;
  margin-bottom: 50px;
}
.aside_cta__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.aside_cta__content {
  position: relative;
  z-index: 1;
  padding-block: 20px;
  padding-inline: 16px;
}
.aside_cta__lead {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #333333;
  border-radius: 15px;
  margin-bottom: 17px;
}
.aside_cta__sub {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1em;
}
.aside_cta__h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
}
.aside_cta__h2 .font_en {
  font-size: 30px;
}
.aside_cta .cta_button {
  height: 60px;
}
.aside_cta .cta_button + .cta_button {
  margin-top: 10px;
}
.aside_cta .cta_button.btn_white {
  border-color: #005E68;
}
.aside_cta__note {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .aside_cta__lead, .aside_cta__sub, .aside_cta__h2, .aside_cta__note, .aside_cta .cta_button {
    max-width: 220px;
    margin-inline: auto;
  }
}

.aside_link_btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  border: 2px solid #0A783C;
  border-radius: 4px;
  overflow: hidden;
}
.aside_link_btn .btn_icon {
  width: 60px;
  height: 100%;
  flex-shrink: 0;
}
.aside_link_btn .btn_txt {
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 10px;
}
.aside_link_btn + .aside_link_btn {
  margin-top: 10px;
}

.aside_banner {
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid #0A783C;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.aside_banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.aside_banner__bg img {
  -o-object-position: top;
     object-position: top;
  width: 50%;
  margin-left: auto;
}
.aside_banner__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.aside_banner__h2 {
  font-size: 32px;
  padding-left: 27px;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .aside_banner {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .aside_banner {
    height: 140px;
  }
}

.page_header {
  position: relative;
}
.page_header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page_header__bg img {
  -o-object-position: bottom;
     object-position: bottom;
}
.page_header .container {
  height: 100%;
}
.page_header__container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 400px;
  }
  .page_header__container {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    height: 200px;
  }
  .page_header__container {
    padding-top: 65px;
  }
}
.page_header .breadcrumb {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .page_content {
    padding-block: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    padding-block: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .single_content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .single_content {
    padding-bottom: 50px;
  }
}

.page_h1 {
  text-align: center;
}
.page_h1__en::first-letter {
  text-transform: uppercase;
}
.page_h1__ja {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_h1__en {
    font-size: 20px;
  }
  .page_h1__ja {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1__en {
    font-size: 16px;
  }
  .page_h1__ja {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 10px;
  }
}

.page_h2__loc {
  font-weight: 700;
}
.page_h2__en {
  letter-spacing: 0;
  line-height: 1;
  color: #289A49;
  position: relative;
  padding-left: 60px;
}
.page_h2__en::before {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #289A49;
  position: absolute;
  left: 0;
  top: calc(0.5em - 0.5px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 40px;
  }
  .page_h2__en {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .page_h2__loc {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 20px;
  }
  .page_h2__en {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page_h2__loc {
    font-size: 24px;
    line-height: 1.25;
  }
}

.page_h3 {
  font-weight: 700;
  position: relative;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  padding-left: 10px;
}
.page_h3::after {
  display: block;
  height: 2px;
  background-color: #0A783C;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 24px;
    line-height: 1;
    padding-block: 28px;
    margin-bottom: 30px;
  }
  .page_h3::after {
    width: 300px;
  }
  .c-text + .page_h3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 20px;
    line-height: 1.1;
    padding-block: 18px;
    margin-bottom: 20px;
  }
  .page_h3::after {
    width: 150px;
  }
  .c-text + .page_h3 {
    margin-top: 40px;
  }
}

.page_h4 {
  position: relative;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 0.5em;
}
.page_h4::before {
  display: block;
  width: 5px;
  background-color: #0A783C;
  position: absolute;
  left: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h4 {
    font-size: 20px;
    line-height: 2;
  }
  .page_h4::before {
    height: 40px;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_h4::before {
    height: 30px;
    top: 0;
  }
}

.page_lead {
  border: 1px solid #0A783C;
}
@media screen and (min-width: 1025px) {
  .page_lead {
    padding-block: 50px;
    padding-inline: 2em;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .page_lead {
    padding-block: 20px;
    padding-inline: 1em;
    margin-bottom: 60px;
  }
  .page_lead .c-text {
    text-align: left;
  }
}
.page_lead.mb0 + .c-text {
  margin-top: 30px;
}

.page_flex {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_flex {
    align-items: flex-start;
    justify-content: space-between;
  }
  .page_flex__item {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_flex {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_flex__item {
    flex-basis: 100%;
  }
}

.page_col {
  display: flex;
}
.page_col__pic {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .page_col {
    align-items: flex-start;
    -moz-column-gap: 7.5%;
         column-gap: 7.5%;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col__pic {
    flex-basis: 44%;
    flex-shrink: 0;
  }
  .page_col.__reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_col__body {
    flex-basis: 100%;
  }
  .page_col__pic {
    flex-basis: 100%;
  }
}

.page_grid {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .page_grid.__3col {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__2col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .page_grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 520px) {
  .page_grid.__4col {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**/
.page_anchor_nav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .page_anchor_nav {
    justify-content: center;
  }
}

.page_anchor_link {
  text-align: center;
  line-height: 2;
  padding-block: 0.5em;
  padding-inline: 1em;
  border: 1px solid #0A783C;
  border-radius: 6px;
  background-color: #FFF;
  color: #0A783C;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_anchor_link {
    min-width: 110px;
  }
}
.page_anchor_link.__current {
  background-color: #0A783C;
  color: #FFF;
}
.page_anchor_link .__link__arw {
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #0A783C;
  border-bottom: 1px solid #0A783C;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  content: "";
}

.page_section {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_section {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_section {
    padding-bottom: 55px;
  }
}
.page_section.pb0 {
  padding-bottom: 0;
}

.page_dl {
  display: flex;
  border-bottom: 1px solid #CACACA;
}
.page_dl:first-child {
  border-top: 1px solid #CACACA;
}
.page_dl dt {
  background-color: #F0F7F3;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_dl dt, .page_dl dd {
    padding-block: 20px;
    padding-inline: 30px;
  }
  .page_dl dt {
    flex-shrink: 0;
  }
  .page_dl dd {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .page_dl dt, .page_dl dd {
    padding-block: 16px;
    padding-inline: 16px;
  }
  .page_dl dt {
    flex-basis: 150px;
    flex-shrink: 0;
  }
  .page_dl dd {
    flex-grow: 1;
  }
  .page_dl.__sp__wrap {
    flex-wrap: wrap;
  }
  .page_dl.__sp__wrap dt, .page_dl.__sp__wrap dd {
    flex-basis: 100%;
  }
}

.page_ul li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page_ul li::before {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
  content: "";
}

.page_ol {
  list-style: decimal;
  list-style-position: inside;
}
.page_ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 2;
  padding: 0 0.5em;
  color: #0A783C;
}
.wp-pagenavi .current {
  border: 1px solid #0A783C;
}
.wp-pagenavi .previouspostslink .page_nav, .wp-pagenavi .nextpostslink .page_nav {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #0A783C;
  border-radius: 50%;
  position: relative;
}
.wp-pagenavi .previouspostslink .page_nav::before, .wp-pagenavi .nextpostslink .page_nav::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background: url("../images/arrow.svg") center/contain no-repeat;
}
.wp-pagenavi .nextpostslink .page_nav::before {
  transform: rotate(180deg);
}

.news_article {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CACACA;
  padding-inline: 10px;
}
.news_article__date {
  flex-shrink: 0;
}
.news_article__title {
  line-height: 1.33;
}
.news_article__cat {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .news_article {
    padding-block: 35px;
  }
  .news_article__date {
    flex-basis: 120px;
  }
  .news_article__cat {
    min-width: 120px;
  }
  .news_article__title {
    flex-grow: 1;
    padding-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .news_article {
    padding-block: 30px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .news_article__date {
    flex-basis: 120px;
  }
  .news_article__cat {
    flex-grow: 1;
  }
  .news_article__title {
    flex-basis: 100%;
    line-height: 1.75;
  }
}

.news_cat {
  display: inline-block;
  min-width: 80px;
  border-radius: 4px;
  line-height: 1;
  padding-block: 7px;
  padding-inline: 8px;
  text-align: center;
}

.single_h1 {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .single_h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single_h1 {
    font-size: 22px;
  }
}

.single_news__meta {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  margin-bottom: 1em;
}
.single_news__cat {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 2.2;
  border-radius: 1.1em;
  padding-inline: 1em;
}
@media screen and (min-width: 1025px) {
  .single_news {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .single_news {
    padding-bottom: 50px;
  }
}

.single_news__content h2 {
  position: relative;
  padding: 0 0.4em 0.6em;
  border-bottom: 1px solid #ACACAC;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .single_news__content h2 {
    font-size: 22px;
  }
}
.single_news__content h2::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(25vw, 10em);
  height: 1px;
  background: #0A783C;
  content: "";
}
.single_news__content h3 {
  position: relative;
  padding: 0.2em 0 0.2em 1em;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .single_news__content h3 {
    font-size: 20px;
  }
}
.single_news__content h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #0A783C;
  content: "";
}
.single_news__content h4 {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .single_news__content h4 {
    font-size: 18px;
  }
}
.single_news__content h5 {
  font-size: 15px;
}
@media (min-width: 1025px) {
  .single_news__content h5 {
    font-size: 17px;
  }
}
.single_news__content > * + * {
  margin-top: 1.5em;
}
.single_news__content * + h2, .single_news__content * + h3, .single_news__content * + h4, .single_news__content * + h5, .single_news__content * + h6 {
  margin-top: 2em;
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav .link_button {
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.single_nav .single_nav_next a, .single_nav .single_nav_prev a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single_nav .single_nav_prev .single_nav_arw {
  transform: rotate(180deg);
}
.single_nav .single_nav_arw {
  width: 30px;
  height: 30px;
  background-color: #0A783C;
  border-radius: 50%;
  position: relative;
}
.single_nav .single_nav_arw svg {
  display: block;
  stroke: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .single_nav .single_nav_next, .single_nav .single_nav_prev {
    min-width: 162px;
  }
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
  }
  .single_nav .single_nav_prev {
    order: 1;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next {
    order: 2;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next a {
    justify-content: flex-end;
  }
  .single_nav .single_nav_home {
    order: 3;
    flex-basis: 100%;
  }
  .single_nav .single_nav_home .link_button {
    margin-inline: auto;
  }
}

.page_pp h2 {
  margin-bottom: 0.5em;
  line-height: 1.22;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_pp h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .page_pp h2 {
    font-size: 18px;
  }
}
.page_pp .c-text + h2 {
  margin-top: 1em;
}
.page_pp .c-text {
  padding-left: 1em;
}
.page_pp .link_button {
  width: 200px;
  margin-top: 50px;
}

.page_border {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page_border {
    height: calc(100% - 100vh - 180px);
    top: calc(100vh + 180px);
  }
}
@media screen and (max-width: 1024px) {
  .page_border {
    height: calc(100% - 100vh - 60px);
    top: calc(100vh + 60px);
  }
}

@media screen and (min-width: 1025px) {
  .e404 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .e404 {
    padding-bottom: 55px;
  }
}
.e404 .link_button {
  width: 200px;
}

.video_archive {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media screen and (min-width: 1280px) {
  .top_video .video_archive {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .top_video .video_archive {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 33px;
  }
}

@media screen and (min-width: 1025px) {
  .post-type-archive-video-library .video_archive {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-video-library .video_archive {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 33px;
  }
}

.video_article__thumb {
  aspect-ratio: 24/14;
  background-color: #979797;
  position: relative;
}
.video_article__play {
  position: absolute;
  inset: 0;
  margin: auto;
}
.video_article__title {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .video_article__play {
    width: 50px;
    height: 50px;
  }
  .video_article__thumb {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .video_article__play {
    width: 33px;
    height: 33px;
  }
  .video_article__thumb {
    margin-bottom: 10px;
  }
  .video_article__title {
    font-size: 14px;
  }
}

.aboutals__fig {
  position: relative;
}
.aboutals__fig figcaption {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .aboutals__fig {
    max-width: 900px;
    margin-inline: auto;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutals__fig {
    margin-top: 45px;
  }
}

.aboutals_evidence__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.aboutals_evidence__bg::after {
  display: block;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
}
.aboutals_evidence__ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
.aboutals_evidence__item {
  display: flex;
  border-bottom: 1px solid #CACACA;
}
.aboutals_evidence__icon {
  border: 1px solid #005E68;
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
  aspect-ratio: 1/1;
}
.aboutals_evidence__icon img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: var(--icon-width);
}
.aboutals_evidence__h3 span {
  vertical-align: middle;
}
.aboutals_evidence__h3 .font_en {
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .aboutals_evidence {
    margin-top: 500px;
  }
  .aboutals_evidence__bg {
    height: 500px;
    top: -500px;
  }
  .aboutals_evidence__bg::after {
    width: 80%;
    max-width: 1520px;
    min-width: 960px;
    height: 150px;
    left: 50%;
  }
  .aboutals_evidence__ttl {
    font-size: 24px;
    line-height: 60px;
    border-radius: 30px;
    padding-inline: 29px;
    margin-top: 78px;
  }
  .aboutals_evidence__item {
    align-items: center;
    -moz-column-gap: 26px;
         column-gap: 26px;
    padding-block: 40px;
  }
  .aboutals_evidence__icon {
    flex-basis: 15%;
    flex-shrink: 0;
  }
  .aboutals_evidence__content {
    flex-grow: 1;
  }
  .aboutals_evidence__h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .aboutals_evidence__h3 small {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutals_evidence {
    margin-top: 250px;
  }
  .aboutals_evidence__bg {
    height: 250px;
    top: -250px;
  }
  .aboutals_evidence__bg::after {
    width: 90%;
    height: 75px;
    left: 50%;
  }
  .aboutals_evidence__ttl {
    font-size: 20px;
    line-height: 1.5;
    border-radius: 30px;
    padding-inline: 20px;
    padding-block: 15px;
    margin-top: 30px;
    margin-inline: auto;
    text-align: center;
  }
  .aboutals_evidence__ttl span {
    display: inline-block;
  }
  .aboutals_evidence__item {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    padding-block: 30px;
  }
  .aboutals_evidence__icon {
    flex-basis: 150px;
  }
  .aboutals_evidence__content {
    flex-basis: 100%;
  }
  .aboutals_evidence__h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .aboutals_evidence__h3 small {
    font-size: 16px;
  }
}

.aboutals_qna .qna:last-child {
  margin-bottom: 0;
}

.qna:last-child {
  padding-bottom: 0;
}
.qna__ttl .font_en {
  color: #289A49;
  line-height: 1;
}
.qna__ttl span {
  display: inline-block;
  vertical-align: middle;
}
.qna__txt {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .qna {
    margin-bottom: 50px;
  }
  .qna__ttl {
    padding-left: 7px;
    margin-bottom: 30px;
  }
  .qna__ttl .font_en {
    font-size: 68px;
    transform: translateY(-8px);
    padding-right: 25px;
  }
  .qna__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .qna {
    margin-bottom: 30px;
  }
  .qna__ttl {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 20px;
    padding-block: 10px;
    padding-inline: 10px;
  }
  .qna__ttl .font_en {
    font-size: 34px;
    flex-shrink: 0;
  }
  .qna__txt {
    flex-grow: 1;
    font-size: 18px;
  }
}

.aboutals_conclude {
  position: relative;
}
.aboutals_conclude__h2 {
  width: 100%;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.aboutals_conclude__nav {
  display: flex;
}
.aboutals_conclude__btn {
  display: flex;
  align-items: flex-start;
  background-color: #FFF;
  position: relative;
}
.aboutals_conclude__btn .btn_icon {
  flex-shrink: 0;
}
.aboutals_conclude__btn .btn_icon img {
  width: var(--icon-width);
}
.aboutals_conclude__btn .btn_content {
  flex-grow: 1;
}
.aboutals_conclude__btn .btn_h3 span {
  display: block;
  line-height: 1.33;
}
.aboutals_conclude__btn .btn_h3 .font_en {
  font-size: 14px;
}
.aboutals_conclude__btn .btn_h3__loc {
  font-weight: 700;
}
.aboutals_conclude__btn .btn_arw {
  display: block;
  width: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.aboutals_conclude__btn .btn_arw svg {
  stroke: #289A49;
}
@media screen and (min-width: 1025px) {
  .aboutals_conclude {
    padding-block: 80px;
    padding-inline: 7.5%;
    margin-top: 80px;
  }
  .aboutals_conclude__h2 {
    font-size: 36px;
  }
  .aboutals_conclude__nav {
    justify-content: space-between;
    margin-top: 60px;
  }
  .aboutals_conclude__btn {
    flex-basis: 47%;
    flex-shrink: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-inline: 30px;
    -moz-column-gap: 6.6%;
         column-gap: 6.6%;
  }
  .aboutals_conclude__btn .btn_icon {
    width: 44px;
  }
  .aboutals_conclude__btn .btn_h3 {
    margin-bottom: 18px;
  }
  .aboutals_conclude__btn .btn_h3__loc {
    font-size: 20px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutals_conclude {
    padding-block: 40px;
    padding-inline: 5%;
    margin-top: 50px;
  }
  .aboutals_conclude__h2 {
    font-size: clamp(20px, 4.8vw, 24px);
  }
  .aboutals_conclude__nav {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    margin-top: 30px;
  }
  .aboutals_conclude__btn {
    flex-basis: 100%;
    max-width: 480px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-inline: 16px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .aboutals_conclude__btn .btn_icon {
    width: 36px;
  }
  .aboutals_conclude__btn .btn_h3 {
    margin-bottom: 16px;
  }
  .aboutals_conclude__btn .btn_h3__loc {
    font-size: 18px;
    padding-right: 14px;
  }
}

.treg_features {
  display: flex;
  margin-block: 20px;
}
@media screen and (min-width: 1025px) {
  .treg_features {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .treg_features {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}

.treg_feature {
  background-color: #FFF;
  border: 1px solid #289A49;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.treg_feature__num {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 12px;
}
.treg_feature__num em {
  font-size: 1.5em;
}
.treg_feature__title {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 1em;
}
.treg_feature__title .font_en {
  padding-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  .treg_feature {
    flex-basis: 31%;
    flex-shrink: 0;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-inline: 2.5%;
  }
  .treg_feature__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .treg_feature {
    flex-basis: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-inline: 5%;
  }
  .treg_feature__title {
    font-size: 20px;
  }
}

.treg_flow {
  display: flex;
  position: relative;
}
.treg_flow__h4 {
  font-weight: 700;
}
.treg_flow__h4 .font_en {
  padding-right: 0.5em;
}
.treg_flow__h4 span {
  vertical-align: middle;
}
.treg_flow .c-text {
  margin-bottom: 0;
}
.treg_flow__arw {
  width: 150px;
  height: 30px;
  background: linear-gradient(0deg, rgb(10, 120, 60) 0%, rgba(10, 120, 60, 0) 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: calc(50% - 75px);
  top: calc(100% + 10px);
}
.treg_flow__important__h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .treg_flow {
    padding-block: 40px;
    padding-inline: 3%;
    margin-bottom: 50px;
  }
  .treg_flow__h4 {
    flex-basis: 25.8%;
    flex-shrink: 0;
    min-width: 260px;
    font-size: 24px;
  }
  .treg_flow__h4 .font_en {
    font-size: 20px;
  }
  .treg_flow .c-text {
    flex-grow: 1;
  }
  .treg_flow + .link_button {
    width: 420px;
    height: 80px;
  }
  .treg_flow__important {
    padding-block: 30px;
    padding-inline: 5%;
    margin-bottom: 50px;
  }
  .treg_flow__important .c-text {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .treg_flow__important__h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .treg_flow {
    padding-block: 20px;
    padding-inline: 3%;
    margin-bottom: 50px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .treg_flow__h4 {
    flex-shrink: 0;
    font-size: 20px;
  }
  .treg_flow__h4 .font_en {
    font-size: 18px;
  }
  .treg_flow .c-text {
    flex-basis: 100%;
  }
  .treg_flow + .link_button {
    width: 100%;
    max-width: 420px;
    height: 60px;
  }
  .treg_flow + .link_button .btn_txt i {
    display: block;
    line-height: 1.25;
  }
  .treg_flow__important {
    padding-block: 30px;
    padding-inline: 5%;
    margin-bottom: 50px;
  }
  .treg_flow__important .c-text {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .treg_flow__important__h4 {
    font-size: 20px;
  }
}

.treg_schedule__note {
  border: 2px solid #005E68;
  padding-block: 30px;
  padding-inline: 5%;
}
@media screen and (min-width: 1025px) {
  .treg_schedule .page_dl dt {
    flex-basis: 220px;
  }
  .treg_schedule__note {
    max-width: 900px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .treg_schedule .page_dl dt br {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .treg_fee .page_dl dt {
    flex-basis: 240px;
  }
}

.treg_anchor_nav .page_anchor_link {
  font-size: 14px;
}
.treg_anchor_nav .page_anchor_link::after {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0A783C;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 7px;
  top: calc(50% - 5px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .treg_anchor_nav .page_anchor_link {
    padding-inline: 2em;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .treg_anchor_nav .page_anchor_link {
    flex-basis: 100%;
    max-width: 350px;
  }
}

@media screen and (min-width: 1025px) {
  .payment_btn {
    width: 420px;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .payment_btn {
    width: 100%;
    max-width: 420px;
    height: 60px;
  }
  .payment_btn .btn_txt i {
    display: block;
  }
}

.aboutus_doctor {
  display: grid;
}
.aboutus_doctor__meta {
  padding-left: 15px;
  margin-bottom: 1em;
}
.aboutus_doctor__pic {
  aspect-ratio: 1/1;
}
.aboutus_doctor__pic img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 1025px) {
  .aboutus_doctor {
    grid-template-columns: 40% 50%;
    grid-template-rows: 80px 1fr;
    -moz-column-gap: 10%;
         column-gap: 10%;
    row-gap: 20px;
  }
  .aboutus_doctor__pic {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .aboutus_doctor__head {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .aboutus_doctor__body {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus_doctor {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    row-gap: 20px;
  }
  .aboutus_doctor__pic {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 500px;
    margin-inline: auto;
  }
  .aboutus_doctor__head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .aboutus_doctor__body {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.support_grid {
  display: grid;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .support_grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .support_grid {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 50px;
  }
}

.support_card {
  background-color: #FFF;
  border-radius: 12px;
  position: relative;
  padding-block: 30px;
  padding-inline: 5%;
  box-shadow: 0 0 10px #289A49;
}
.support_card__tag {
  position: absolute;
  bottom: 100%;
  right: 5%;
  line-height: 1;
}
.support_card__tag em {
  font-size: 1.5em;
}
@media screen and (min-width: 1025px) {
  .support_card.__wide {
    grid-column: 1/3;
  }
  .support_card__tag {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .support_card__tag {
    font-size: 18px;
  }
}

.orchester {
  position: fixed;
  z-index: 1;
}
.orchester_inner {
  border: 1px solid #005E68;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.orchester_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.orchester_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  padding: 5px;
}
.orchester_catch {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 15px;
  padding-inline: 1em;
  line-height: 32px;
}
.orchester_title {
  padding-left: 15px;
}
.orchester_title .__title_loc {
  font-size: 11px;
}
.orchester_close {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #005E68;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
}
.orchester_close::before, .orchester_close::after {
  display: block;
  width: 16.9705627485px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
}
.orchester_close::before {
  transform: rotate(45deg);
}
.orchester_close::after {
  transform: rotate(-45deg);
}
.orchester_close:hover {
  opacity: 1;
}
.orchester.is-closed {
  visibility: hidden;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .orchester {
    width: 380px;
    height: 140px;
    right: 30px;
    bottom: 20px;
  }
  .orchester_content {
    padding-top: 30px;
  }
  .orchester_catch {
    margin-bottom: 8px;
  }
  .orchester_title .__title_en {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .orchester {
    width: 90%;
    max-width: 380px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }
  .orchester_content {
    padding-top: 15px;
  }
  .orchester_title .__title_en {
    font-size: 22px;
  }
}

.research_facility__table .page_dl dt {
  flex-basis: 150px;
}

.page-faq .qna .qna__ttl {
  position: relative;
  cursor: pointer;
}
.page-faq .qna .qna__a {
  display: none;
}
.page-faq .qna .qna__spin {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}
.page-faq .qna .qna__spin::before, .page-faq .qna .qna__spin::after {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  content: "";
  transition: 0.5s;
}
.page-faq .qna.is-open .qna__spin::after {
  transform: rotate(0deg);
}
.page-faq .qna:not(.is-open) .qna__spin::after {
  transform: rotate(-90deg);
}

body.page-medical-evidence:has(.drawer.open) {
  overflow-y: hidden;
}

body.page-medical-evidence .node-body .pill,
body.page-medical-evidence .drawer-body .pill {
  flex-basis: 50px;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  body.page-medical-evidence .drawer {
    top: 180px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-medical-evidence .drawer {
    top: 60px;
  }
  body.page-medical-evidence .drawer-body {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  body.page-medical-evidence .top {
    flex-wrap: wrap;
  }
  body.page-medical-evidence .controls {
    flex-basis: 100%;
  }
  body.page-medical-evidence details.node > summary {
    flex-wrap: wrap;
  }
  body.page-medical-evidence details.node > summary .row-left, body.page-medical-evidence details.node > summary .row-right {
    flex-basis: 100%;
  }
  body.page-medical-evidence details.node > summary .badge {
    flex-basis: 90px;
    flex-shrink: 0;
  }
  body.page-medical-evidence .drawer-head {
    flex-shrink: 0;
  }
  body.page-medical-evidence .drawer-head .btn {
    flex-shrink: 0;
  }
  body.page-medical-evidence .node-body .detail-topbar div:not(.tabs) {
    flex-shrink: 0;
  }
}/*# sourceMappingURL=style.css.map */