@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Readex+Pro:wght@160..700&display=swap");

body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.readex {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #31413E;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #F5F6F6;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

body.is-modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #31413E;
}

button {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #31413E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  ::before,
  ::after {
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cloud_pc {
  0% {
    left: 320px;
  }

  25% {
    left: 300px;
  }

  50% {
    left: 320px;
  }

  75% {
    left: 340px;
  }

  100% {
    left: 320px;
  }
}

@keyframes cloud_pc {
  0% {
    left: 320px;
  }

  25% {
    left: 300px;
  }

  50% {
    left: 320px;
  }

  75% {
    left: 340px;
  }

  100% {
    left: 320px;
  }
}

@-webkit-keyframes cloud_middle {
  0% {
    left: 300px;
  }

  25% {
    left: 290px;
  }

  50% {
    left: 300px;
  }

  75% {
    left: 310px;
  }

  100% {
    left: 300px;
  }
}

@keyframes cloud_middle {
  0% {
    left: 300px;
  }

  25% {
    left: 290px;
  }

  50% {
    left: 300px;
  }

  75% {
    left: 310px;
  }

  100% {
    left: 300px;
  }
}

@-webkit-keyframes cloud_sp {
  0% {
    right: -30px;
  }

  25% {
    right: 0;
  }

  50% {
    right: 10px;
  }

  75% {
    right: 0;
  }

  100% {
    right: -30px;
  }
}

@keyframes cloud_sp {
  0% {
    right: -30px;
  }

  25% {
    right: 0;
  }

  50% {
    right: 10px;
  }

  75% {
    right: 0;
  }

  100% {
    right: -30px;
  }
}

@-webkit-keyframes tower {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  35% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  86% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  90% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  94% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  96% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes tower {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  35% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  86% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  90% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  94% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  96% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.header-container--top::before {
  content: "";
  display: block;
  width: 100%;
  height: 518px;
  background: linear-gradient(131.59deg, #1E9E82 9.84%, #53C1A8 26.15%, #66CDB6 43%, #4DB9A0 57.79%, #40AF95 64.62%, #118B6E 77.86%, #1E9A7D 91.96%, #118B6E 103.56%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1190px) {
  .header-container--top::before {
    width: 1160px;
  }
}

@media screen and (max-width: 767px) {
  .header-container--top::before {
    width: 100%;
    height: 400px;
  }
}

.header-container--ensen .header-main {
  background-color: #F5F6F6;
}

@media screen and (max-width: 767px) {
  .header-container--ensen .header-main {
    background-color: #fff;
    padding-bottom: 0;
  }
}

.header-container--ensen .header-main__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container--ensen .header-main__logo .ensen-logo {
  width: 197px;
  display: block;
  margin-right: 2.5rem;
}

@media screen and (max-width: 767px) {
  .header-container--ensen .header-main__logo .ensen-logo {
    width: 8rem;
    margin-right: 1rem;
  }
}

.header-container--ensen .header-main__logo .home-btn {
  width: 166px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  border: solid 1px #DFE3E0;
  border-radius: 3em;
  display: block;
  text-align: center;
  padding: 6px 0 8px 5px;
  position: relative;
  margin-right: 1.8rem;
}

@media screen and (max-width: 767px) {
  .header-container--ensen .header-main__logo .home-btn {
    line-height: 1.4;
    width: 6.6rem;
    padding: 4px 0 4px 5px;
  }
}

.header-container--ensen .header-main__logo .home-btn::before {
  content: "";
  width: 4px;
  height: 7px;
  background-image: url(../img/common/arrow_left-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 14px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

@media screen and (max-width: 767px) {
  .header-main {
    padding: 8px 0;
  }
}

@media screen and (max-width: 1190px) {
  .header-main .container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-main .container {
    width: 90%;
  }
}

.header-main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main__logo img {
  width: 238px;
}

@media screen and (max-width: 767px) {
  .header-main__logo img {
    width: 172px;
  }
}

.header-main__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 2;
}

.header-main__language,
.header-main__search,
.header-main__account {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.header-main__language {
  position: relative;
}

.header-main__language-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #009272;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 112px;
  height: 40px;
  border-radius: 12px;
}

.header-main__language-button::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background-image: url(../img/common/icon_language-white.svg);
}

.header-main__language-list {
  position: absolute;
  left: 0;
  top: 40px;
  width: 112px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  display: none;
}

.header-main__language-list a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  background-color: #fff;
  padding: 12px;
}

.header-main__search {
  margin-left: 12px;
}

.header-main__search-content {
  position: relative;
}

.header-main__search input[type=search] {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  width: 200px;
  height: 40px;
  border: 1px solid rgba(223, 227, 224, 0.8980392157);
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 12px 12px 40px;
}

.header-main__search input[type=submit] {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_search-gray.svg);
  font-size: 0;
  color: transparent;
  border: none;
  left: 16px;
}

.header-main__account {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .header-main__account img {
    width: 24px;
  }
}

.header-main__account .noscroll {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-main.is-scroll {
    background-color: #fff;
  }
}

.header-main.is-scroll .header-main__language,
.header-main.is-scroll .header-main__search {
  opacity: 0;
  visibility: hidden;
}

.header-main.is-scroll .header-main__account {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .header-main.is-scroll .header-main__account {
    opacity: 1;
    visibility: visible;
  }
}

.header-main--top .header-main__logo img {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 287px;
}

@media screen and (max-width: 767px) {
  .header-main--top .header-main__logo img {
    width: 174px;
  }
}

.header-main--top .header-main__logo img.scroll {
  display: none;
}

.header-main--top .header-main__account .scroll {
  display: none;
}

.header-main--top .header-main__account .noscroll {
  display: block;
}

.header-main--top.is-scroll .header-main__logo img {
  width: 236px;
}

@media screen and (max-width: 767px) {
  .header-main--top.is-scroll .header-main__logo img {
    width: 174px;
  }
}

.header-main--top.is-scroll .header-main__logo img.noscroll {
  display: none;
}

.header-main--top.is-scroll .header-main__logo img.scroll {
  display: block;
}

.header-main--top.is-scroll .header-main__account img.noscroll {
  display: none;
}

.header-main--top.is-scroll .header-main__account img.scroll {
  display: block;
}

.header-main .header-ensen {
  width: 100%;
  background-color: rgba(223, 227, 224, 0.9);
  margin-top: 20px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .header-main .header-ensen {
    margin-top: 14px;
    overflow-x: scroll;
  }
}

.header-main .header-ensen_nav {
  width: 100%;
}

.header-main .header-ensen_nav ul {
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .header-main .header-ensen_nav ul {
    width: 803px;
  }
}

.header-main .header-ensen_nav ul li {
  width: 144px;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 0;
  background-color: #E0E4E1;
}

@media screen and (max-width: 767px) {
  .header-main .header-ensen_nav ul li {
    width: auto;
  }
}

.header-main .header-ensen_nav ul li::before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.header-main .header-ensen_nav ul li:last-child::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-main .header-ensen_nav ul li.is-current {
  z-index: 1;
}

.header-main .header-ensen_nav ul li.is-current::before,
.header-main .header-ensen_nav ul li.is-current::after {
  display: none;
}

.header-main .header-ensen_nav ul li.is-current a {
  background-color: #009A78;
  color: #fff;
  opacity: 1 !important;
}

.header-main .header-ensen_nav ul li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .header-main .header-ensen_nav ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 14px 17px;
    font-weight: bold;
  }
}

footer {
  background-color: #31413E;
  position: relative;
  margin-top: 220px;
}

@media screen and (max-width: 1280px) {
  footer {
    overflow-x: clip;
  }
}

@media screen and (max-width: 1190px) {
  footer {
    overflow-x: initial;
  }
}

@media screen and (max-width: 767px) {
  footer {
    border-radius: 20px 20px 0 0;
    padding-bottom: 64px;
    margin-top: 196px;
    overflow-x: visible;
  }
}

.footer-content {
  background-color: #31413E;
}

.footer-content__wrap {
  padding: 56px 0 30px;
}

@media screen and (max-width: 767px) {
  .footer-content__wrap {
    padding: 52px 0 42px;
  }
}

.footer-content__inner {
  position: relative;
}

.footer-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .footer-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-content__logo img {
    width: 246px;
  }
}

.footer-content__main {
  position: relative;
  right: -32px;
}

@media screen and (max-width: 1240px) {
  .footer-content__main {
    right: 0;
  }
}

.footer-content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

@media screen and (max-width: 767px) {
  .footer-content__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer-content__sns img {
    width: 34px;
  }
}

@media screen and (max-width: 767px) {
  .footer-content__sns li:last-child img {
    width: 28px;
  }
}

.footer-content__nav {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .footer-content__nav {
    margin-top: 46px;
  }
}

.footer-content__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

@media screen and (max-width: 767px) {
  .footer-content__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 15px;
  }
}

.footer-content__nav-list a {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.footer-content__nav-list a::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 5px;
  height: 7px;
  background-image: url(../img/common/arrow_right_thin-white.svg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-copyright {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 10px 0;
  background-color: #fff;
}

@media screen and (max-width: 1190px) {
  .footer-copyright {
    width: 1160px;
  }
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    width: 100%;
    padding: 6px 0;
  }
}

.footer-illust img {
  position: absolute;
}

.footer-illust__mountain {
  top: -250px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .footer-illust__mountain {
    top: -52px;
  }
}

.footer-illust__bekobe {
  top: -86px;
  left: 500px;
}

@media screen and (max-width: 767px) {
  .footer-illust__bekobe {
    top: -16px;
    left: 186px;
  }
}

.footer-illust__cloud {
  top: -186px;
  left: 320px;
  -webkit-animation-name: cloud_pc;
  animation-name: cloud_pc;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 1190px) {
  .footer-illust__cloud {
    left: 310px;
    -webkit-animation-name: cloud_middle;
    animation-name: cloud_middle;
  }
}

@media screen and (max-width: 767px) {
  .footer-illust__cloud {
    left: auto;
    right: -30px;
    top: -106px;
    -webkit-animation-name: cloud_sp;
    animation-name: cloud_sp;
  }
}

.footer-illust__tower {
  top: -266px;
  right: 60px;
  -webkit-animation-name: tower;
  animation-name: tower;
  -webkit-animation-duration: 2.6s;
  animation-duration: 2.6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

@media screen and (max-width: 767px) {
  .footer-illust__tower {
    top: -152px;
    right: 24px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .footer-illust__tower {
    right: 70px;
  }
}

.container {
  width: 1160px;
  margin-inline: auto;
}

@media screen and (max-width: 1190px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .container--row {
    display: block;
  }
}

.main-content {
  width: 880px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .main-content {
    width: 100%;
  }
}

.sidebar {
  margin-bottom: -210px;
}

.sidebar-box {
  position: sticky;
  top: 118px;
  left: 0;
  width: 208px;
  background: linear-gradient(167.43deg, #11B893 0.1%, #009A78 59.72%, #0B9577 99.9%);
  border-radius: 12px;
  padding: 0 20px 40px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  z-index: 1;
}

.sidebar-box-main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.sidebar-box-main a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../img/common/arrow_right-white.svg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  right: 8px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sidebar-box-main a.has-child::after {
  width: 12px;
  height: 12px;
  background-image: url(../img/common/plus_white.svg);
}

.sidebar-box-main a.is-open::after {
  width: 12px;
  height: 2px;
  background-image: url(../img/common/minus_white.svg);
}

.sidebar-box-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.sidebar-box-main__img {
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sidebar-box-sub {
  margin-top: 36px;
}

.sidebar-box-sub__list li+li {
  margin-top: 16px;
}

.sidebar-box-sub__list a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

.sidebar-box-submenu {
  background-color: #fff;
  width: 208px;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: -208px;
  padding: 28px 18px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  display: none;
}

.sidebar-box-submenu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 0 12px 4px;
  border-bottom: 1px solid rgba(223, 227, 224, 0.8980392157);
}

.sidebar-box-submenu__title::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  opacity: 0.2;
}

.sidebar-box-submenu__title--bus::after {
  width: 36px;
  height: 34px;
  background-image: url(../img/common/icon_bus-green.svg);
  opacity: 0.2;
}

.sidebar-box-submenu__title--subway::after {
  width: 29px;
  height: 34px;
  background-image: url(../img/common/icon_subway-green.svg);
}

.sidebar-box-submenu__list {
  margin-top: 24px;
}

.sidebar-box-submenu__list li+li {
  margin-top: 18px;
}

.sidebar-box-submenu__list a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #31413E;
  letter-spacing: 0.08em;
}

.main-wrap {
  padding-top: 118px;
}

@media screen and (max-width: 767px) {
  .main-wrap {
    padding-top: 75px;
  }
}

.main-body {
  padding: 40px 40px 60px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  clear: both;
}

@media screen and (max-width: 767px) {
  .main-body {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 20px 20px 48px;
    overflow: hidden;
    border-radius: 0;
  }
}

.main-body>*:first-child {
  margin-top: 0 !important;
}

.main-body>*:last-child {
  margin-bottom: 0 !important;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100dvh - 64px);
  z-index: 3;
  background-color: #EDEDED;
  border-radius: 20px 20px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 70px;
  padding-bottom: 40px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.drawer.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.drawer__close {
  position: absolute;
  right: 5%;
  top: 25px;
}

.drawer__close::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  display: block;
  width: 22px;
  height: 23px;
  background-image: url(../img/common/icon_close-gray.svg);
}

.drawer-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.drawer-language li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.drawer-language li.current a {
  color: #009A78;
  background-color: #E9F7F4;
}

.drawer-language li.current a::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: linear-gradient(183.49deg, #00B78F 5.56%, #6ADCAC 94.12%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.drawer-language a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: 43px;
  position: relative;
}

.drawer-search {
  margin-top: 12px;
}

.drawer-search__input {
  position: relative;
}

.drawer-search input[type=search] {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  height: 42px;
  border: 1px solid rgba(223, 227, 224, 0.8980392157);
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 12px 12px 40px;
}

.drawer-search input[type=submit] {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_search-gray.svg);
  font-size: 0;
  color: transparent;
  border: none;
  left: 16px;
}

.drawer-service {
  margin-top: 28px;
}

.drawer-menu {
  margin-top: 40px;
}

.drawer-menu__item+.drawer-menu__item {
  margin-top: 30px;
}

.drawer-menu .menu__title {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 16px;
}

.drawer-menu .menu__content {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.drawer-menu .menu__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

.drawer-menu .menu__list li {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.drawer-menu .menu__list li:first-child {
  margin-left: 5%;
}

.drawer-menu .menu__list li:last-child {
  margin-right: 5%;
}

.drawer-nav {
  margin-top: 22px;
}

.drawer-subnav {
  margin-top: 20px;
}

.drawer-subnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 15px;
}

.drawer-subnav__list a {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #31413E;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.drawer-subnav__list a::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  background-image: url(../img/common/arrow_right_thin-black.svg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 1px;
}

.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  background-color: rgba(49, 65, 62, 0.6);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-menu.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.search-menu__wrap {
  position: fixed;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 63%;
  height: 705px;
  background-color: #F5F6F6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 6;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .search-menu__wrap {
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.search-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #31413E;
  position: relative;
}

.search-menu__head-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.search-menu__head-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  width: 20px;
  height: 20px;
}

.search-menu__head-return::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/common/arrow_left-white.svg);
  width: 7px;
  height: 13px;
  display: block;
}

.search-menu__head-return:focus {
  outline: solid 1px #fff;
}

.search-menu__head-batsu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

.search-menu__head-batsu:focus {
  outline: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .search-menu__head-batsu {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.search-menu__container {
  height: 657px;
  overflow-y: auto;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .search-menu__container {
    height: calc(100dvh - 48px);
  }
}

.search-menu__input {
  position: relative;
  margin: 0 28px;
}

.search-menu__input::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  left: 12px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_location-black.svg);
}

.search-menu__input input[type=search],
.search-menu__input input[type=text] {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  width: 100%;
  height: 48px;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0 8px 2px 35px;
  border: none;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(29, 51, 91, 0.1019607843);
  box-shadow: 4px 4px 4px 0px rgba(29, 51, 91, 0.1019607843);
}

.search-menu__content {
  margin-top: 8px;
}

.search-menu__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-menu__tab li {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #EBEFF5;
  color: rgba(49, 65, 62, 0.5);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-menu__tab li.is-active {
  color: #31413E;
}

.search-menu__tab li.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #31413E;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.search-menu__tab-item {
  display: none;
}

.search-menu__tab-item.is-active {
  display: block;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.suggestion button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 18px;
  padding-left: 25px;
  width: 100%;
  height: 40px;
}

.suggestion button::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/common/arrow_down-black.svg);
  width: 7px;
  height: 4px;
}

.suggestion button.is-open {
  background-color: #EFEFEF;
}

.suggestion__level01,
.suggestion__level02,
.suggestion__level03,
.suggestion__select {
  display: none;
}

.suggestion__level01 button {
  padding-left: 42px;
}

.suggestion__level02 button {
  padding-left: 60px;
}

.suggestion__level03 button {
  padding-left: 74px;
}

.suggestion__bus-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.suggestion__bus-number span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  border: 1px solid #1D335B;
  border-radius: 2px;
  padding: 0 4px;
}

.suggestion__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
}

.suggestion__label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  width: 29px;
  height: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #009A78;
  border: solid 2px #009A78;
  border-radius: 100%;
  padding-top: 1px;
}

.suggestion__label-icon--yellow {
  color: #9F7301;
  border: solid 2px #9F7301;
}

.suggestion__label-icon--blue {
  color: #0090CD;
  border: solid 2px #0090CD;
  width: 32px;
  height: 32px;
}

.suggestion__label-icon--big {
  font-size: 17px;
  font-size: 1.0625rem;
}

.suggestion--bus .suggestion__select button::after {
  content: none;
}

.suggestion--station .suggestion__select button {
  padding-left: 44px;
}

.suggestion--station .suggestion__select button::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

.layout-center>* {
  margin-top: 18px;
  margin-bottom: 18px;
}

.layout-center>*:first-child {
  margin-top: 0;
}

.layout-center>*:last-child {
  margin-bottom: 0;
}

.layout-center img {
  display: block;
  margin-inline: auto;
}

.layout-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  .layout-half {
    margin: 28px 0;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

.layout-half__col {
  -ms-flex-preferred-size: calc(100% - 14px);
  flex-basis: calc(100% - 14px);
}

@media screen and (max-width: 767px) {
  .layout-half__col {
    -ms-flex-preferred-size: calc(100% - 6px);
    flex-basis: calc(100% - 6px);
  }
}

.layout-half__col>* {
  margin-bottom: 15px;
}

.layout-half__col>*:first-child {
  margin-top: 0;
}

.layout-half__col>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .layout-half--img {
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
  }
}

@media screen and (max-width: 767px) {
  .layout-half--img .layout-half__col {
    -ms-flex-preferred-size: calc(100% - 1px);
    flex-basis: calc(100% - 1px);
  }
}

.layout-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media screen and (max-width: 767px) {
  .layout-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1px;
  }
}

.layout-columns__col {
  -ms-flex-preferred-size: calc(100% - 4px);
  flex-basis: calc(100% - 4px);
}

@media screen and (max-width: 767px) {
  .layout-columns__col {
    -ms-flex-preferred-size: calc(50% - 1px);
    flex-basis: calc(50% - 1px);
  }
}

::-webkit-input-placeholder {
  color: #AFB6B2;
}

::-moz-placeholder {
  color: #AFB6B2;
  opacity: 1;
}

input:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #AFB6B2;
}

@media screen and (max-width: 767px) {

  input,
  select,
  textarea {
    font-size: 16px;
  }
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F5F5F5;
  border-radius: 6px;
  font-weight: 400;
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search] {
  width: 100%;
  height: 48px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {

  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  input[type=search] {
    padding: 0 14px;
  }
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini,
input[type=number].mini,
input[type=password].mini,
input[type=search].mini {
  width: 386px;
}

@media screen and (max-width: 767px) {

  input[type=text].mini,
  input[type=email].mini,
  input[type=tel].mini,
  input[type=number].mini,
  input[type=password].mini,
  input[type=search].mini {
    width: 100%;
  }
}

textarea {
  width: 100%;
  height: 300px;
  resize: none;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  textarea {
    height: 250px;
    padding: 14px;
  }
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #31413E;
  letter-spacing: 0.02em;
  width: 386px;
  height: 56px;
  border: 2px solid #DFE3E0;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/common/arrow_down-green.svg);
  background-position: center right 28px;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  select {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    background-position: center right 20px;
  }
}

select::-ms-expand {
  display: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

:where(:-moz-any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

.form-area {
  margin: 32px 0;
}

.form-area>* {
  display: block;
  margin: 32px 0;
}

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .form-label {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 13px;
  }
}

.form-label--big {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .form-label--big {
    font-size: 16px;
    font-size: 1rem;
  }
}

.form-label__description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .form-label__description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
  }
}

.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Roboto", sans-serif;
  width: 33px;
  height: 14px;
  color: #fff;
  line-height: 1;
  background-color: #F56D43;
  border-radius: 2px;
  padding-top: 1px;
}

.form-support {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.28;
  display: block;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .form-support {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 12px;
  }
}

input[type=check] {
  accent-color: #009A78;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

label:has(input) {
  cursor: pointer;
}

label:has(input[type=radio]) {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #F5F5F5;
  width: 386px;
  border-radius: 10px;
  padding: 18px 20px 18px 54px;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  label:has(input[type=radio]) {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    padding: 14px 14px 14px 40px;
  }
}

label:has(input[type=radio])::before,
label:has(input[type=radio])::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  border-radius: 100%;
}

label:has(input[type=radio])::before {
  width: 18px;
  height: 18px;
  border: 1px solid #C7C7C7;
  background-color: #fff;
  left: 20px;
}

@media screen and (max-width: 767px) {
  label:has(input[type=radio])::before {
    left: 14px;
  }
}

label:has(input[type=radio])::after {
  width: 10px;
  height: 10px;
  background-color: #009A78;
  left: 24px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

@media screen and (max-width: 767px) {
  label:has(input[type=radio])::after {
    left: 18px;
  }
}

label:has(input[type=radio]:checked)::after {
  opacity: 1;
}

label:not(:has(input), :has(select)) {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 2px solid #DFE3E0;
  padding-bottom: 24px;
  display: block;
}

@media screen and (max-width: 767px) {
  label:not(:has(input), :has(select)) {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 20px;
  }
}

label:has(.confirm-mini) {
  width: 386px;
}

@media screen and (max-width: 767px) {
  label:has(.confirm-mini) {
    width: 100%;
  }
}

label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7-list-item:has(input) {
  margin: 0;
  display: block;
}

.wpcf7-list-item:has(input)+.wpcf7-list-item {
  margin-top: 12px;
}

.fix-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

.fix-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fix-menu__list li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.fix-menu__list li.current .fix-menu__icon,
.fix-menu__list li.is-open .fix-menu__icon {
  background-color: rgba(0, 187, 146, 0.1);
}

.fix-menu__list li.current .hover,
.fix-menu__list li.is-open .hover {
  display: block;
}

.fix-menu__list li.current .normal,
.fix-menu__list li.is-open .normal {
  display: none;
}

.fix-menu__list li.current a,
.fix-menu__list li.is-open a {
  color: #009A78;
}

.fix-menu__list a {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 8px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.fix-menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 32px;
  border-radius: 8px;
  margin-inline: auto;
}

.fix-menu__icon .hover {
  display: none;
}

.fix-menu__label {
  margin-top: 4px;
}

.service-information__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 767px) {
  .service-information__row {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.service-information__certificate {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 128px;
  flex-basis: 128px;
}

@media screen and (max-width: 767px) {
  .service-information__certificate {
    -ms-flex-preferred-size: 72px;
    flex-basis: 72px;
  }
}

.service-information__certificate button {
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #31413E;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .service-information__certificate button {
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 8px;
    text-align: center;
    line-height: 1.5;
  }
}

.service-information__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .service-information__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

.service-information__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Noto Sans JP;
  letter-spacing: 1.2em;
  background-color: #1E7F6A;
  border-radius: 8px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service-information__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.24;
    letter-spacing: 0.08em;
    border-radius: 5px;
    -ms-flex-preferred-size: 28px;
    flex-basis: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.service-information__detail {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .service-information__detail {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.service-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

@media screen and (max-width: 767px) {
  .service-information__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(223, 227, 224, 0.8980392157);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 10px;
  }
}

.service-information__list li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 767px) and (orientation: landscape) {
  .service-information__list li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .service-information__list li+li {
    border-top: 1px solid #DFE3E0;
  }
}

.service-information__list li a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 4px 5px 20px 0px rgba(101, 108, 104, 0.0509803922);
  box-shadow: 4px 5px 20px 0px rgba(101, 108, 104, 0.0509803922);
  background-color: #fff;
  text-align: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .service-information__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 0;
    padding: 12px 0;
  }
}

.service-information__name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #D0ECE6;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .service-information__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    background-color: transparent;
    letter-spacing: 0.08em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.service-information__name--bg-blue {
  background-color: #DEEDF7;
}

@media screen and (max-width: 767px) {
  .service-information__name--bg-blue {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .service-information__name::before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    content: "";
  }
}

.service-information__name--bus {
  padding-left: 1px;
}

.service-information__name--bus::before {
  background-image: url(../img/common/icon_bus-blue.svg);
  width: 21px;
  height: 20px;
  margin-right: 7px;
}

.service-information__name--subway {
  padding-left: 3px;
}

.service-information__name--subway::before {
  background-image: url(../img/common/icon_subway-green.svg);
  width: 18px;
  height: 22px;
  margin-right: 9px;
}

.service-information__state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px 0 7px;
  letter-spacing: 0.05em;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media screen and (max-width: 767px) {
  .service-information__state {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    line-height: 1.2;
    text-align: left;
  }
}

.service-information__state::before {
  content: "";
  display: block;
  background: radial-gradient(circle, transparent 50%, #8BDE76 4px);
  width: 28px;
  height: 28px;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .service-information__state::before {
    width: 24px;
    height: 24px;
  }
}

.service-information__state--normal::before {
  background: radial-gradient(circle, transparent 50%, #8BDE76 4px);
}

.service-information__state--late::before {
  border-radius: 0;
  background: none;
  background-image: url(../img/common/late-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 29px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .service-information__state--late::before {
    width: 25px;
    height: 21px;
  }
}

.service-information__state--interruption::before {
  border-radius: 0;
  background: none;
  background-image: url(../img/common/interruption-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.menu__title {
  font-size: 26px;
  font-size: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  padding-right: 12px;
  border-bottom: 1px solid rgba(223, 227, 224, 0.8980392157);
}

@media screen and (max-width: 767px) {
  .menu__title {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 16px;
    padding-right: 0;
  }
}

.menu__content {
  margin-top: 16px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 12px;
  margin: 0 -6px;
}

@media screen and (max-width: 767px) {
  .menu__list {
    row-gap: 10px;
    margin: 0 -5px;
  }
}

.menu__list li {
  -ms-flex-preferred-size: calc(33.3333333333% - 12px);
  flex-basis: calc(33.3333333333% - 12px);
  margin: 0 6px;
}

@media screen and (max-width: 767px) {
  .menu__list li {
    -ms-flex-preferred-size: calc(33.3333333333% - 10px);
    flex-basis: calc(33.3333333333% - 10px);
    margin: 0 5px;
  }
}

.menu__list img {
  width: 100%;
}

.more {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}

.more::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 5px;
  height: 8px;
  background-image: url(../img/common/arrow_right-black.svg);
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media screen and (max-width: 767px) {
  .link-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 0 -5px;
  }
}

.link-list li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .link-list li {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px;
  }
}

.link-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922), -4px -4px 10px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922), -4px -4px 10px 0px rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .link-list a {
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 17px;
  }
}

.link-list__item {
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .link-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
}

.link-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
}

@media screen and (max-width: 767px) {
  .link-list__icon {
    height: auto;
    width: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .link-list__icon img {
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  .link-list__icon--recruit img {
    width: 14px;
  }
}

.link-list__label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.link-list__label.external-icon {
  position: relative;
}

.link-list__label.external-icon::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../img/common/icon_external-green.svg);
  margin-left: 4px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.breadcrumb {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 12px;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb__list.is-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  .breadcrumb__list.is-scroll {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 10px;
    scrollbar-width: 4px;
  }

  .breadcrumb__list.is-scroll::-webkit-scrollbar {
    height: 4px;
  }

  .breadcrumb__list.is-scroll::-webkit-scrollbar-track {
    background-color: #DEDEDE;
    border-radius: 4px;
  }

  .breadcrumb__list.is-scroll::-webkit-scrollbar-thumb {
    background: #7E7E7E;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb__list.is-scroll .breadcrumb__item:first-child {
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb__list.is-scroll .breadcrumb__item:last-child {
    margin-right: 5%;
  }
}

.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumb__item {
    -ms-flex-negative: initial;
    flex-shrink: initial;
  }
}

.breadcrumb__item+.breadcrumb__item::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/common/arrow_right-black.svg);
  width: 5px;
  min-width: 5px;
  height: 8px;
  margin: 0 16px;
  opacity: 0.6;
}

.breadcrumb__item a {
  color: rgba(49, 65, 62, 0.6);
}

.use-element h1,
.use-element h2,
.use-element h3,
.use-element h4,
.use-element h5,
.use-element h6 {
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {

  .use-element h1,
  .use-element h2,
  .use-element h3,
  .use-element h4,
  .use-element h5,
  .use-element h6 {
    letter-spacing: 0.04em;
  }
}

.use-element h1 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #009A78;
  margin: 32px 0;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .use-element h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 32px 0;
    padding-left: 18px;
  }
}

.use-element h1::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: calc(100% - 0.5em);
  background-color: #009A78;
  border-radius: 6px;
  display: block;
  left: 0;
}

@media screen and (max-width: 767px) {
  .use-element h1::before {
    width: 6px;
  }
}

.use-element h2,
.use-element h3,
.use-element h4,
.use-element h5,
.use-element h6 {
  margin: 38px 0;
}

.use-element h3 {
  margin: 18px 0;
}

.use-element h4 {
  margin: 8px 0;
}



@media screen and (max-width: 767px) {

  .use-element h2,
  .use-element h3,
  .use-element h4,
  .use-element h5,
  .use-element h6 {
    margin: 32px 0;
  }

  .use-element h3 {
    margin: 12px 0;
  }

  .use-element h4 {
    margin: 6px 0;
  }
}

.use-element h2 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFE3E0;
}

@media screen and (max-width: 767px) {
  .use-element h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 18px;
  }
}

.use-element h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .use-element h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {

  .use-element h4,
  .use-element h5,
  .use-element h6 {
    letter-spacing: 0.03em;
  }
}

.use-element h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .use-element h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.use-element h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #009A78;
}

@media screen and (max-width: 767px) {
  .use-element h5 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.use-element h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #009A78;
}

@media screen and (max-width: 767px) {
  .use-element h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.use-element p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin: 0 0 22px 0;
}

@media screen and (max-width: 767px) {
  .use-element p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 20px 0;
  }
}

/* ハイライト */
.use-element .has-ensen-navi-strong-color {
  color: #009A78;
  font-weight: 700;
}

.use-element .has-strong-color {
  color: #F56D43;
  font-weight: 700;
}

.use-element .has-ensen-navi-kids-strong-color {
  color: #FFFF70;
  font-weight: 700;
}

.use-element .note,
.use-element .is-style-note {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {

  .use-element .note,
  .use-element .is-style-note {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.use-element .note::before,
.use-element .is-style-note::before {
  content: "※";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {

  .use-element .note::before,
  .use-element .is-style-note::before {
    margin-right: 2px;
  }
}

.use-element .note br:first-child,
.use-element .is-style-note br:first-child {
  display: none;
}

.use-element a {
  color: #009A78;
  text-decoration: underline;
}

.use-element a.arrow {
  text-decoration: none;
  padding-left: 12px;
  margin: 0 4px;
  position: relative;
}

.use-element a.arrow::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 6px;
  height: 8px;
  background-image: url(../img/common/arrow_right-green.svg);
  position: absolute;
  top: 8px;
  left: 0;
}

.use-element a[href*=".pdf"]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 13px !important;
  height: 16px !important;
  display: inline-block;
  background-image: url(../img/common/icon_pdf-green.svg) !important;
  margin-left: 8px !important;
  margin-right: 2px !important;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .use-element a[href*=".pdf"]::after {
    width: 12px !important;
    height: 14px !important;
    margin-left: 4px !important;
  }
}

.use-element a[target=_blank] {
  position: relative;
}

.use-element a[target=_blank]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../img/common/icon_external-green.svg);
  margin-left: 4px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .use-element a[target=_blank]::after {
    width: 10px;
    height: 10px;
    margin-left: 3px;
  }
}

.use-element ul {
  margin: 22px 0;
}

@media screen and (max-width: 767px) {
  .use-element ul {
    margin: 20px 0;
  }
}

.use-element ul li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 17px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .use-element ul li {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 12px;
  }
}

.use-element ul li+li {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .use-element ul li+li {
    margin-top: 12px;
  }
}

.use-element ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #009A78;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .use-element ul li::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
}

.use-element ul ul {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .use-element ul ul {
    margin-top: 12px;
  }
}

.use-element ol {
  list-style-position: outside;
  padding-left: 22px;
}

@media screen and (max-width: 767px) {
  .use-element ol {
    padding-left: 18px;
  }
}

.use-element ol li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .use-element ol li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.use-element ol li+li {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .use-element ol li+li {
    margin-top: 14px;
  }
}

.use-element ol ol {
  counter-reset: ol-counter;
  list-style: none;
  margin-top: 16px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .use-element ol ol {
    margin-top: 14px;
  }
}

.use-element ol ol li {
  position: relative;
  padding-left: 22px;
}

.use-element ol ol li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: counter(ol-counter);
  counter-increment: ol-counter;
  border: 1px solid #31413E;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 70%;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .use-element ol ol li::before {
    height: 16px;
    width: 16px;
    top: 3px;
  }
}

.use-element .button,
.use-element .wp-block-button {
  margin: 12px 0;
}

@media screen and (max-width: 767px) {

  .use-element .button,
  .use-element .wp-block-button {
    margin: 10px 0;
    width: 100% !important;
  }
}

.use-element .button__column,
.use-element .wp-block-button__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 12px;
}

@media screen and (max-width: 767px) {

  .use-element .button__column,
  .use-element .wp-block-button__column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.use-element .button__item,
.use-element .wp-block-button__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.use-element .button a,
.use-element .wp-block-button a {
  font-size: 16px;
  font-size: 1rem;
  background-color: #31413E;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  border-radius: 80px;
  position: relative;
  overflow: hidden;
  padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {

  .use-element .button a,
  .use-element .wp-block-button a {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    height: 48px;
  }
}

.use-element .button a[target=_blank],
.use-element .button a[href*=".pdf"],
.use-element .button a[download],
.use-element .wp-block-button a[target=_blank],
.use-element .wp-block-button a[href*=".pdf"],
.use-element .wp-block-button a[download] {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

@media screen and (max-width: 767px) {

  .use-element .button a[target=_blank],
  .use-element .button a[href*=".pdf"],
  .use-element .button a[download],
  .use-element .wp-block-button a[target=_blank],
  .use-element .wp-block-button a[href*=".pdf"],
  .use-element .wp-block-button a[download] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.use-element .button a[target=_blank]::after,
.use-element .button a[href*=".pdf"]::after,
.use-element .button a[download]::after,
.use-element .wp-block-button a[target=_blank]::after,
.use-element .wp-block-button a[href*=".pdf"]::after,
.use-element .wp-block-button a[download]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  right: 32px;
}

@media screen and (max-width: 767px) {

  .use-element .button a[target=_blank]::after,
  .use-element .button a[href*=".pdf"]::after,
  .use-element .button a[download]::after,
  .use-element .wp-block-button a[target=_blank]::after,
  .use-element .wp-block-button a[href*=".pdf"]::after,
  .use-element .wp-block-button a[download]::after {
    right: 20px;
  }
}

.use-element .button a[href*=".pdf"]::after,
.use-element .wp-block-button a[href*=".pdf"]::after {
  width: 15px !important;
  height: 19px !important;
  background-image: url(../img/common/icon_pdf-white.svg) !important;
}

@media screen and (max-width: 767px) {

  .use-element .button a[href*=".pdf"]::after,
  .use-element .wp-block-button a[href*=".pdf"]::after {
    width: 12px !important;
    height: 15px !important;
  }
}

.use-element .button a[target=_blank]::after,
.use-element .wp-block-button a[target=_blank]::after {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon_external-white.svg);
}

@media screen and (max-width: 767px) {

  .use-element .button a[target=_blank]::after,
  .use-element .wp-block-button a[target=_blank]::after {
    width: 12px;
    height: 12px;
  }
}

.use-element .button a[download]::after,
.use-element .wp-block-button a[download]::after {
  width: 17px;
  height: 17px;
  background-image: url(../img/common/icon_download-white.svg);
}

@media screen and (max-width: 767px) {

  .use-element .button a[download]::after,
  .use-element .wp-block-button a[download]::after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {

  .use-element .button--multi .button__item,
  .use-element .wp-block-button--multi .button__item {
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
}

.use-element .button--white a,
.use-element .wp-block-button--white a {
  background-color: #fff;
  color: #31413E;
  border-radius: 50px;
  padding: 6px 3.2rem 6px 1.2rem;
}

@media screen and (max-width: 767px) {

  .use-element .button--white a,
  .use-element .wp-block-button--white a {
    padding: 6px 2.5rem;
  }
}

.use-element .button--white a::after,
.use-element .wp-block-button--white a::after {
  width: 6px;
  height: 10px;
  background-image: url(../img/common/arrow_right-black.svg);
  right: 26px;
}

@media screen and (max-width: 767px) {

  .use-element .button--white a::after,
  .use-element .wp-block-button--white a::after {
    right: 16px;
  }
}

.use-element .button.is-style-outline a,
.use-element .wp-block-button.is-style-outline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  min-height: 60px;
  padding: 6px 3.2rem 6px 1.2rem;
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  -webkit-box-shadow: 0px 0px 10px rgba(176, 189, 182, 0.1);
  box-shadow: 0px 0px 10px rgba(176, 189, 182, 0.1);
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-outline a,
  .use-element .wp-block-button.is-style-outline a {
    padding: 6px 2.5rem 6px 1.0rem;
    min-height: 56px;
  }
}

.use-element .button.is-style-outline a::after,
.use-element .wp-block-button.is-style-outline a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 10px;
  background-image: url(../img/common/arrow_right-black.svg);
  right: 26px;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-outline a::after,
  .use-element .wp-block-button.is-style-outline a::after {
    right: 16px;
  }
}

.use-element .button.is-style-round_black a,
.use-element .wp-block-button.is-style-round_black a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  min-height: 60px;
  padding: 6px 3.2rem 6px 1.2rem;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black a,
  .use-element .wp-block-button.is-style-round_black a {
    padding: 6px 2.5rem 6px 1.0rem;
    min-height: 56px;
  }
}

.use-element .button.is-style-round_black a::after,
.use-element .wp-block-button.is-style-round_black a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/arrow_circle-green.svg);
  right: 20px;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black a::after,
  .use-element .wp-block-button.is-style-round_black a::after {
    right: 12px;
  }
}

.use-element .button.is-style-round_black a[target=_blank]::after,
.use-element .button.is-style-round_black a[href*=".pdf"]::after,
.use-element .button.is-style-round_black a[download]::after,
.use-element .wp-block-button.is-style-round_black a[target=_blank]::after,
.use-element .wp-block-button.is-style-round_black a[href*=".pdf"]::after,
.use-element .wp-block-button.is-style-round_black a[download]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  right: 32px;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black a[target=_blank]::after,
  .use-element .button.is-style-round_black a[href*=".pdf"]::after,
  .use-element .button.is-style-round_black a[download]::after,
  .use-element .wp-block-button.is-style-round_black a[target=_blank]::after,
  .use-element .wp-block-button.is-style-round_black a[href*=".pdf"]::after,
  .use-element .wp-block-button.is-style-round_black a[download]::after {
    right: 20px;
  }
}

.use-element .button.is-style-round_black a[href*=".pdf"]::after,
.use-element .wp-block-button.is-style-round_black a[href*=".pdf"]::after {
  width: 15px !important;
  height: 19px !important;
  background-image: url(../img/common/icon_pdf-white.svg) !important;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black a[href*=".pdf"]::after,
  .use-element .wp-block-button.is-style-round_black a[href*=".pdf"]::after {
    width: 12px !important;
    height: 15px !important;
  }
}

.use-element .button.is-style-round_black a[target=_blank]::after,
.use-element .wp-block-button.is-style-round_black a[target=_blank]::after {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon_external-white.svg);
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black a[target=_blank]::after,
  .use-element .wp-block-button.is-style-round_black a[target=_blank]::after {
    width: 12px;
    height: 12px;
  }
}

.use-element .button.is-style-round_black a[download]::after,
.use-element .wp-block-button.is-style-round_black a[download]::after {
  width: 17px;
  height: 17px;
  background-image: url(../img/common/icon_download-white.svg);
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black a[download]::after,
  .use-element .wp-block-button.is-style-round_black a[download]::after {
    width: 14px;
    height: 14px;
  }
}

.use-element .button.is-style-round_black_dl a,
.use-element .wp-block-button.is-style-round_black_dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  padding: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  border-radius: 80px;
  margin-inline: auto;
  position: relative;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black_dl a,
  .use-element .wp-block-button.is-style-round_black_dl a {
    width: 100%;
    height: 48px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.use-element .button.is-style-round_black_dl a::after,
.use-element .wp-block-button.is-style-round_black_dl a::after {
  width: 17px;
  height: 17px;
  background-image: url(../img/common/icon_download-white.svg);
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black_dl a::after,
  .use-element .wp-block-button.is-style-round_black_dl a::after {
    width: 14px;
    height: 14px;
  }
}

.use-element .button.is-style-round_black_pdf a,
.use-element .wp-block-button.is-style-round_black_pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  padding: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  border-radius: 80px;
  margin-inline: auto;
  position: relative;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black_pdf a,
  .use-element .wp-block-button.is-style-round_black_pdf a {
    width: 100%;
    height: 48px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.use-element .button.is-style-round_black_pdf a::after,
.use-element .wp-block-button.is-style-round_black_pdf a::after {
  width: 15px;
  height: 19px;
  background-image: url(../img/common/icon_pdf-white.svg);
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black_pdf a::after,
  .use-element .wp-block-button.is-style-round_black_pdf a::after {
    width: 12px;
    height: 15px;
  }
}

.use-element .button.is-style-round_black_link a,
.use-element .wp-block-button.is-style-round_black_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  padding: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  border-radius: 80px;
  margin-inline: auto;
  position: relative;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black_link a,
  .use-element .wp-block-button.is-style-round_black_link a {
    width: 100%;
    height: 48px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.use-element .button.is-style-round_black_link a::after,
.use-element .wp-block-button.is-style-round_black_link a::after {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon_external-white.svg);
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_black_link a::after,
  .use-element .wp-block-button.is-style-round_black_link a::after {
    width: 12px;
    height: 12px;
  }
}

.use-element .button.is-style-round_white a,
.use-element .wp-block-button.is-style-round_white a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  border-radius: 80px;
  margin-inline: auto;
  position: relative;
  background-color: #fff;
  color: #31413E;
  border: 1px solid #DFE3E0;
}

@media screen and (max-width: 767px) {

  .use-element .button.is-style-round_white a,
  .use-element .wp-block-button.is-style-round_white a {
    width: 100%;
    height: 48px;
  }
}

.use-element .button.is-style-round_white a::after,
.use-element .wp-block-button.is-style-round_white a::after {
  content: none;
}

.use-element .button--more a,
.use-element .wp-block-button--more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  width: 142px;
  height: 48px;
  min-height: initial;
  border-radius: 50px;
  margin-inline: auto;
  padding: 0 !important;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

@media screen and (max-width: 767px) {

  .use-element .button--more a,
  .use-element .wp-block-button--more a {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

@media screen and (max-width: 767px) {

  .use-element .button--more a,
  .use-element .wp-block-button--more a {
    font-size: 12px;
    font-size: 0.75rem;
    width: 124px;
    height: 40px;
  }
}

.use-element .button--more a::after,
.use-element .wp-block-button--more a::after {
  width: 9px;
  height: 9px;
  background-image: url(../img/common/plus_white.svg);
  position: relative;
  -webkit-transform: none;
  transform: none;
  top: 0;
  right: 0;
  margin: 0;
}

.use-element .wp-block-button {
  margin: 12px auto;
  width: 380px;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button {
    margin: 10px 0;
    width: 100%;
  }
}

.use-element .wp-block-button a {
  font-size: 16px;
  font-size: 1rem;
  background-color: #31413E;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  border-radius: 80px;
  position: relative;
  overflow: hidden;
  padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button a {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button--multi .button__item {
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
}

.use-element .wp-block-button.is-style-outline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  min-height: 60px;
  padding: 6px 3.2rem 6px 1.2rem;
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  -webkit-box-shadow: 0px 0px 10px rgba(176, 189, 182, 0.1);
  box-shadow: 0px 0px 10px rgba(176, 189, 182, 0.1);
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-outline a {
    padding: 6px 2.5rem 6px 1.0rem;
    min-height: 56px;
  }
}

.use-element .wp-block-button.is-style-outline a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 10px;
  background-image: url(../img/common/arrow_right-black.svg);
  right: 26px;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-outline a::after {
    right: 16px;
  }
}

.use-element .wp-block-button.is-style-round_black a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  min-height: 60px;
  padding: 6px 3.2rem 6px 1.2rem;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black a {
    padding: 6px 2.5rem 6px 1.0rem;
    min-height: 56px;
  }
}

.use-element .wp-block-button.is-style-round_black a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/arrow_circle-green.svg);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black a::after {
    right: 12px;
  }
}

.use-element .wp-block-button.is-style-round_black a[target=_blank]::after,
.use-element .wp-block-button.is-style-round_black a[href*=".pdf"]::after,
.use-element .wp-block-button.is-style-round_black a[download]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  right: 32px;
}

@media screen and (max-width: 767px) {

  .use-element .wp-block-button.is-style-round_black a[target=_blank]::after,
  .use-element .wp-block-button.is-style-round_black a[href*=".pdf"]::after,
  .use-element .wp-block-button.is-style-round_black a[download]::after {
    right: 20px;
  }
}

.use-element .wp-block-button.is-style-round_black a[href*=".pdf"]::after {
  width: 15px !important;
  height: 19px !important;
  background-image: url(../img/common/icon_pdf-white.svg) !important;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black a[href*=".pdf"]::after {
    width: 12px !important;
    height: 15px !important;
  }
}

.use-element .wp-block-button.is-style-round_black a[target=_blank]::after {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon_external-white.svg);
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black a[target=_blank]::after {
    width: 12px;
    height: 12px;
  }
}

.use-element .wp-block-button.is-style-round_black a[download]::after {
  width: 17px;
  height: 17px;
  background-image: url(../img/common/icon_download-white.svg);
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black a[download]::after {
    width: 14px;
    height: 14px;
  }
}

.use-element .wp-block-button.is-style-round_black a strong {
  display: block;
  text-align: center;
}

.use-element .wp-block-button.is-style-round_black_dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  padding: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  border-radius: 80px;
  margin-inline: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black_dl a {
    width: 100%;
    height: 48px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.use-element .wp-block-button.is-style-round_black_dl a::after {
  width: 17px !important;
  height: 17px !important;
  background-image: url(../img/common/icon_download-white.svg) !important;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black_dl a::after {
    width: 14px !important;
    height: 14px !important;
  }
}

.use-element .wp-block-button.is-style-round_black_pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  padding: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  border-radius: 80px;
  margin-inline: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black_pdf a {
    width: 100%;
    height: 48px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.use-element .wp-block-button.is-style-round_black_pdf a::after {
  width: 15px;
  height: 19px;
  background-image: url(../img/common/icon_pdf-white.svg) !important;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black_pdf a::after {
    width: 12px;
    height: 15px;
  }
}

.use-element .wp-block-button.is-style-round_black_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  padding: 0;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  border-radius: 80px;
  margin-inline: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black_link a {
    width: 100%;
    height: 48px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.use-element .wp-block-button.is-style-round_black_link a::after {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon_external-white.svg);
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_black_link a::after {
    width: 12px;
    height: 12px;
  }
}

.use-element .wp-block-button.is-style-round_white a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  border-radius: 80px;
  margin-inline: auto;
  position: relative;
  background-color: #fff;
  color: #31413E;
  border: 1px solid #DFE3E0;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button.is-style-round_white a {
    width: 100%;
    height: 48px;
  }
}

.use-element .wp-block-button.is-style-round_white a::after {
  content: none;
}

.use-element .wp-block-button--more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  width: 142px;
  height: 48px;
  min-height: initial;
  border-radius: 50px;
  margin-inline: auto;
  padding: 0 !important;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button--more a {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .use-element .wp-block-button--more a {
    font-size: 12px;
    font-size: 0.75rem;
    width: 124px;
    height: 40px;
  }
}

.use-element .wp-block-button--more a::after {
  width: 9px;
  height: 9px;
  background-image: url(../img/common/plus_white.svg);
  position: relative;
  -webkit-transform: none;
  transform: none;
  top: 0;
  right: 0;
  margin: 0;
}

.group-button {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  padding: 30px 40px;
  margin: 12px 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .group-button {
    padding: 10px 20px;
    margin: 10px 0;
  }
}

.group-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F5F6F6;
  mix-blend-mode: multiply;
  border-radius: 12px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .group-button::before {
    border-radius: 8px;
  }
}

.group-button__inner {
  position: relative;
}

.use-element .box {
  background-color: #F5F6F6;
  border-radius: 8px;
  padding: 28px 28px 32px;
  margin: 28px 0;
}

@media screen and (max-width: 767px) {
  .use-element .box {
    margin: 20px 0;
    padding: 24px 20px 28px;
  }
}

.use-element .box>*:first-child {
  margin-top: 0;
}

.use-element .box>*:last-child {
  margin-bottom: 0;
}

.use-element .box__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #DFE3E0;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .use-element .box__title {
    margin-bottom: 20px;
  }
}

.use-element .box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 767px) {
  .use-element .box__row {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

.use-element .box__row-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.use-element .box__row-img img {
  width: 126px;
  height: 126px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .use-element .box__row-img img {
    width: 88px;
    height: 88px;
  }
}

.use-element .box__row-text {
  margin: -5px 0 0;
}

@media screen and (max-width: 767px) {
  .use-element .box__row-text {
    margin: -4px 0 0;
  }
}

.use-element .box__img {
  text-align: center;
  margin: 28px 0;
}

@media screen and (max-width: 767px) {
  .use-element .box__img {
    margin: 20px 0;
  }
}

.use-element .box__img img {
  border-radius: 4px;
}

.use-element .box ul li {
  font-weight: 400;
}

.use-element .box ul a {
  font-weight: 500;
}

.use-element .information {
  margin: 32px 0;
  border-radius: 8px;
  padding: 22px 28px;
}

@media screen and (max-width: 767px) {
  .use-element .information {
    margin: 28px 0;
    padding: 18px 20px;
  }
}

.use-element .information__title {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .use-element .information__title {
    margin: 0 0 16px;
  }
}

.use-element .information__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .use-element .information__text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}

.use-element .information__note {
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .use-element .information__note {
    margin: 12px 0 0;
  }
}

.use-element .information--normal {
  border: 2px solid #DFE3E0;
}

.use-element .information--highlight {
  background-color: #F5F6F6;
}

.use-element .information--important {
  background-color: #FBECE7;
}

.use-element .information--important .information__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
  color: #F56D43;
}

@media screen and (max-width: 767px) {
  .use-element .information--important .information__title {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

.use-element .information--important .information__title::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/common/exclamation_orange.svg);
  position: relative;
  top: 4px;
  left: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .use-element .information--important .information__title::before {
    width: 20px;
    height: 20px;
  }
}

.use-element .is-content-justification-center.is-scrollable {
  align-items: start;
}

.use-element table {
  width: 100%;
  margin: 18px 0;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .use-element table {
    margin: 24px 0;
  }
}

.use-element table thead th {
  font-weight: 700;
  background-color: #E6F4EE;
}

.use-element table tbody th {
  background-color: #F5F5F5;
}

.use-element table th,
.use-element table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  border: 2px solid #DFE3E0;
  font-weight: 400;
  padding: 14px;
}

.use-element table th::before,
.use-element table th::after,
.use-element table td::before,
.use-element table td::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.use-element table th::before,
.use-element table td::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.use-element table th::after,
.use-element table td::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 767px) {

  .use-element table th,
  .use-element table td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.use-element table th {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .use-element table.table-scroll {
    min-width: 390px;
    margin: 24px 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .use-element table.table-scroll thead th {
    width: 142px;
  }
}

.use-element .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.use-element .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border: 2px solid #DFE3E0;
  padding: 14px;
}

.use-element .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table thead th {
  background-color: #E6F4EE;
}

.use-element figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;

  display: inline-flex;
}

.use-element figure figcaption::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #009A78;
  border-radius: 50%;
  margin-top: 6px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .use-element figure figcaption {
    font-size: 12px;
  }

  .use-element figure figcaption::before {
    margin-top: 5px;
    margin-right: 4px;
  }
}

.use-element .page-contact {
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  .use-element .page-contact {
    margin: 28px 0;
  }
}

.use-element .page-contact__box {
  border: 1px solid #009A78;
  border-radius: 8px;
  padding: 28px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .use-element .page-contact__box {
    padding: 24px 20px;
  }
}

.use-element .page-contact__title {
  color: #009A78;
  padding-bottom: 24px;
  border-bottom: solid 1px #009A78;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .use-element .page-contact__title {
    padding-bottom: 20px;
  }
}

.use-element .page-contact__description {
  margin-top: 20px;
}

.use-element .page-contact__description p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .use-element .page-contact__description p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.use-element .accordion {
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  .use-element .accordion {
    margin: 28px 0;
  }
}

.use-element .accordion__item+.accordion__item {
  margin-top: 14px;
}

.use-element .accordion__trigger {
  font-size: 17px;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 8px;
  background-color: #009A78;
  padding: 12px 60px 12px 28px;
  width: 100%;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .use-element .accordion__trigger {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 42px 12px 16px;
  }
}

.use-element .accordion__trigger.is-open {
  border-radius: 8px 8px 0 0;
}

.use-element .accordion__trigger.is-open::after {
  background-image: url(../img/common/minus_white.svg);
}

.use-element .accordion__trigger::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.use-element .accordion__trigger::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 25px;
  height: 25px;
  background-color: #31413E;
  background-image: url(../img/common/plus_white.svg);
  background-size: 11px;
  background-position: center center;
  right: 28px;
  border-radius: 100%;
  -webkit-transition: background-image 300ms ease;
  transition: background-image 300ms ease;
}

@media screen and (max-width: 767px) {
  .use-element .accordion__trigger::after {
    width: 18px;
    height: 18px;
    right: 18px;
    background-size: 8px;
    -webkit-transition: none;
    transition: none;
  }
}

.use-element .accordion__detail {
  background-color: #F5F5F5;
  padding: 28px 28px 32px;
  border-radius: 0 0 8px 8px;
  display: none;
}

@media screen and (max-width: 767px) {
  .use-element .accordion__detail {
    padding: 12px 16px;
  }
}

.use-element .accordion__detail ul li+li {
  margin-top: 8px;
}

.use-element .accordion__detail>* {
  margin: 18px 0;
}

.use-element .accordion__detail>*:first-child {
  margin-top: 0;
}

.use-element .accordion__detail>*:last-child {
  margin-bottom: 0;
}

.use-element .accordion--note .accordion__trigger {
  background-color: #F56D43;
}

.use-element .accordion--note .accordion__trigger::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 17px;
  height: 18px;
  background-image: url(../img/common/exclamation_white.svg);
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.use-element .accordion--faq {
  counter-reset: faq-counter;
}

.use-element .accordion--faq .accordion__trigger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.use-element .accordion--faq .accordion__trigger::before {
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "Q" counter(faq-counter, decimal-leading-zero);
  counter-increment: faq-counter;
  width: 44px;
  height: 44px;
  background-color: #31413E;
  color: #fff;
  margin-right: 16px;
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
  font-weight: 700;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .use-element .accordion--faq .accordion__trigger::before {
    margin-right: 12px;
  }
}

.use-element .accordion--faq .accordion__detail {
  position: relative;
}

@media screen and (max-width: 767px) {
  .use-element .accordion--faq .accordion__detail {}
}

.use-element .accordion--faq .accordion__detail p {
  margin-top: 8px;
  margin-left: 60px;
}

.use-element .accordion--faq .accordion__detail::before {
  position: absolute;
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "A" counter(faq-counter, decimal-leading-zero);
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #009A78;
  margin-right: 16px;
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
  font-weight: 700;
  border-radius: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .use-element .accordion--faq .accordion__detail::before {
    margin-right: 12px;
  }
}



.use-element .accordion--anchor .accordion__trigger {
  background-color: #31413E;
}

.use-element .accordion--anchor .accordion__trigger::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_bookmark-green.svg);
  margin-right: 12px;
  position: relative;
  top: 4px;
}

.use-element .accordion--anchor .accordion__trigger::after {
  background-color: #009A78;
}

.use-element .accordion--anchor .accordion__detail {
  border: 2px solid #DFE3E0;
}

.use-element .accordion__anchor li {
  padding-left: 0;
}

.use-element .accordion__anchor li+li {
  border-top: 2px solid #DFE3E0;
}

.use-element .accordion__anchor li::before {
  content: none;
}

.use-element .accordion__anchor li:first-child a {
  padding-top: 0;
}

.use-element .accordion__anchor li:last-child a {
  padding-bottom: 0;
}

.use-element .accordion__anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 15px 0 6px;
  color: #31413E;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .use-element .accordion__anchor a {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.use-element .accordion__anchor a::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/common/arrow_down-green.svg);
  width: 10px;
  height: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 9px;
}

@media screen and (max-width: 767px) {
  .use-element .accordion__anchor a::before {
    top: 8px;
  }
}

/* アコーディオンの上下 */
.use-element .accordion-simple {
  margin: 0;
  /* margin: 32px 0;*/
}

@media screen and (max-width: 767px) {
  .use-element .accordion-simple {
    /* margin: 28px 0;*/
  }
}


.use-element .accordion-simple+.accordion-simple {
  margin-top: -2px;
}

.use-element h2+.accordion-simple {
  margin-top: -40px !important;
}

@media screen and (max-width: 767px) {
  .use-element h2+.accordion-simple {
    margin-top: -30px !important;
  }
}

.use-element h2+.accordion-simple .accordion-simple__item:first-child {
  border-top: none;
}



/* アコーディオンの上下終わり */

.use-element .accordion-simple h2.accordion-simple__trigger,
.use-element .accordion-simple h3.accordion-simple__trigger {
  margin: 0;
  position: relative;
  cursor: pointer;
}

.use-element .accordion-simple h2.accordion-simple__trigger {
  border-bottom: 0;
  padding: 21px 20px 21px 0;
}

.use-element .accordion-simple h3.accordion-simple__trigger {
  padding: 22px 20px 22px 0;
}

@media screen and (max-width: 767px) {
  .use-element .accordion-simple h3.accordion-simple__trigger {
    padding: 16px 20px 16px 0;
  }
}

.use-element .accordion-simple__trigger::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 17px;
  background-image: url(../img/common/plus_gray.svg);
  position: absolute;
  right: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
  .use-element .accordion-simple__trigger::after {
    width: 14px;
    height: 15px;
    -webkit-transition: none;
    transition: none;
  }
}

.use-element .accordion-simple__trigger.is-open::after {
  width: 16px;
  height: 4px;
  background-image: url(../img/common/minus_gray.svg);
}

@media screen and (max-width: 767px) {
  .use-element .accordion-simple__trigger.is-open::after {
    width: 14px;
    height: 3px;
  }
}

.use-element .accordion-simple__item {
  border-bottom: 2px solid #F5F6F6;
}

.use-element .accordion-simple__item:first-child {
  border-top: 2px solid #F5F6F6;
}

.use-element .accordion-simple__content {
  padding-bottom: 10px;
  display: none;
}

.use-element .accordion-simple__content h3 {
  margin: 24px 0;
}

.use-element .accordion-simple__content h4 {
  margin: 8px 0;
}

@media screen and (max-width: 767px) {
  .use-element .accordion-simple__content h4 {
    margin: 12px 0;
  }
}

.use-element .accordion-simple__content>* {
  margin: 18px 0;
}

.use-element .accordion-simple__content ul li+li {
  margin-top: 8px;
}

.use-element .accordion-simple--full {
  margin: 0 -40px;
}

@media screen and (max-width: 767px) {
  .use-element .accordion-simple--full {
    margin: 0 calc(50% - 50vw);
  }
}

.use-element .accordion-simple--full .accordion-simple__inner {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .use-element .accordion-simple--full .accordion-simple__inner {
    padding: 0 5%;
  }
}

.use-element .accordion-simple--full .accordion-simple__content {
  border-top: 1px solid #DFE3E0;
}

.use-element .tab {
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  .use-element .tab {
    margin: 28px 0;
  }
}

.use-element .tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.use-element .tab__list li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 0;
}

.use-element .tab__list li button {
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  height: 48px;
  color: rgba(49, 65, 62, 0.5);
  border-bottom: solid 1px rgba(49, 65, 62, 0.5);
  position: relative;
}

@media screen and (max-width: 767px) {
  .use-element .tab__list li button {
    height: 44px;
  }
}

.use-element .tab__list li::before {
  content: none;
}

.use-element .tab__list li+li {
  margin-top: 0;
}

.use-element .tab__list li.is-active button {
  background-color: rgba(34, 179, 147, 0.1);
  border-radius: 8px 8px 0 0;
  color: #009A78;
}

.use-element .tab__list li.is-active button::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #009A78;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .use-element .tab__list li.is-active button::after {
    background: linear-gradient(179.52deg, #009A78 -0.03%, #0CAA87 100.02%);
  }
}

.use-element .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
}

.use-element .pagination__list li {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
  padding-left: 0;
}

.use-element .pagination__list li::before {
  content: none;
}

.use-element .pagination__list li+li {
  margin-top: 0;
}

.use-element .pagination__list li.dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.use-element .pagination__list li.dot::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/common/dot_gray.svg);
  background-color: transparent;
  width: 20px;
  height: 4px;
  display: block;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
}

.use-element .pagination__list li.current a {
  background-color: #009A78;
  border-color: #009A78;
  color: #fff;
}

.use-element .pagination__list li.prev a,
.use-element .pagination__list li.next a {
  width: 32px;
  height: 32px;
}

.use-element .pagination__list li.prev a::before,
.use-element .pagination__list li.next a::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/common/arrow_right_thin-green.svg);
  width: 6px;
  height: 9px;
}

.use-element .pagination__list li.prev {
  margin-right: 10px;
}

.use-element .pagination__list li.prev a::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.use-element .pagination__list li.next {
  margin-left: 10px;
}

.use-element .pagination__list a {
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #F5F5F5;
  border: 1px solid #DFE3E0;
  text-decoration: none;
  border-radius: 100%;
  color: #31413E;
}

@media screen and (max-width: 767px) {
  .use-element .pagination__list a {
    font-size: 14px;
    font-size: 0.875rem;
    width: 40px;
    height: 40px;
    padding-top: 1px;
  }
}

.use-element img.aspect-43 {
  aspect-ratio: 4/3;
  width: 100%;
  max-width: 584px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.use-element figure.img {
  display: inline-block;
}

.use-element figure.img figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.05em;
  color: #009A78;
  margin-top: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .use-element figure.img figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #333;
    margin-top: 2px;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
}

@media screen and (max-width: 767px) {
  .use-element figure.img figcaption::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #7E7E7E;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: -1px;
    left: 0;
  }
}

.use-element .news-list {
  margin: 64px 0;
}

.news-list h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0;
  border: none;
  margin: 0 0 22px;
}

@media screen and (max-width: 767px) {
  .news-list h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 18px;
  }
}

.news-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 767px) {
  .news-list__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
    box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
    padding: 20px;
  }
}

.news-list__list li {
  -ms-flex-preferred-size: calc(100% - 10px);
  flex-basis: calc(100% - 10px);
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .news-list__list li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.news-list__list li+li {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .news-list__list li+li {
    border-top: solid 1px rgba(223, 227, 224, 0.8980392157);
  }
}

.news-list__list li::before {
  content: none !important;
}

.news-list__list li:first-child a {
  padding-top: 0;
}

.news-list__list li:last-child a {
  padding-bottom: 0;
}

.news-list__list a {
  color: #31413E;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news-list__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .news-list__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 94px;
    flex-basis: 94px;
  }
}

.news-list__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.23;
}

@media screen and (max-width: 767px) {
  .news-list__img img {
    border-radius: 4px;
  }
}

.news-list__detail {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .news-list__detail {
    margin-top: 0;
  }
}

.news-list__detail .news-list__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  max-height: 65px;
}

@media screen and (max-width: 767px) {
  .news-list__detail .news-list__title {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
    max-height: 38px;
  }
}

.news-list__meta {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .news-list__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

.news-list__category,
.news-list__date {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {

  .news-list__category,
  .news-list__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.news-list__date {
  display: block;
}

.use-element .recommend-page {
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  .use-element .recommend-page {
    margin: 28px 0;
  }
}

.recommend-page {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  padding: 38px 40px 40px;
  position: relative;
}

.recommend-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F5F6F6;
  mix-blend-mode: multiply;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .recommend-page::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .recommend-page {
    padding: 38px 0 40px;
    mix-blend-mode: initial;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.recommend-page__inner {
  position: relative;
}

.recommend-page .recommend-page__heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 0 -12px;
  border: none;
  padding: 0;
  padding-bottom: 25px;
  border-bottom: solid 1px #DEDEDE;
}

@media screen and (max-width: 767px) {
  .recommend-page .recommend-page__heading {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0;
  }
}

.recommend-page__content {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .recommend-page__content {
    margin-top: 38px;
  }
}

.recommend-page__list[class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
  row-gap: 14px;
}

@media screen and (max-width: 767px) {
  .recommend-page__list[class] {
    margin: 0 -5px;
    row-gap: 10px;
  }
}

.recommend-page__list[class] li {
  -ms-flex-preferred-size: calc(50% - 14px);
  flex-basis: calc(50% - 14px);
  margin: 0 7px;
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .recommend-page__list[class] li {
    -ms-flex-preferred-size: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    margin: 0 5px;
  }
}

.recommend-page__list[class] li::before {
  content: none !important;
}

.recommend-page__list[class] li+li {
  margin-top: 0 !important;
}

.recommend-page__list[class] a {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  border-radius: 40px;
  padding: 17px 32px 17px 27px;
  color: #31413E;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 767px) {
  .recommend-page__list[class] a {
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 30px;
    padding: 18px 28px 18px 16px;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922);
    box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922);
  }
}

.recommend-page__list[class] a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 10px;
  background-image: url(../img/common/arrow_right-black.svg);
  right: 24px;
}

@media screen and (max-width: 767px) {
  .recommend-page__list[class] a::after {
    width: 8px;
    height: 13px;
    right: 18px;
  }
}

.modal-delay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(49, 65, 62, 0.6);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.modal-delay.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-delay__container {
  background-color: #fff;
  border-radius: 10px;
  width: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px 28px 22px;
}

@media screen and (max-width: 767px) {
  .modal-delay__container {
    width: 85.6vw;
    padding: 44px 20px 20px;
  }
}

.modal-delay__heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.modal-delay__heading::before,
.modal-delay__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.modal-delay__heading::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.modal-delay__heading::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@media screen and (max-width: 767px) {
  .modal-delay__heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
  }

  .modal-delay__heading::before,
  .modal-delay__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }

  .modal-delay__heading::before {
    margin-top: calc((1 - 1.7) * 0.5em);
  }

  .modal-delay__heading::after {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
}

.modal-delay__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #DFE3E0;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .modal-delay__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 36px;
    padding-top: 0;
    border-top: none;
  }
}

.modal-delay__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.modal-delay__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #31413E;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  height: 60px;
  padding: 0 26px;
  border-radius: 8px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal-delay__item a {
    font-size: 14px;
    font-size: 0.875rem;
    height: 56px;
    padding: 0 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
    box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  }
}

.modal-delay__item a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/arrow_circle-green.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-delay__close::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/common/icon_close_circle-black.svg);
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media screen and (max-width: 767px) {
  .modal-delay__close::before {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
  }
}

.current-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #31413E;
  border-radius: 12px 12px 0 0;
  padding: 10px 25px 12px;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .current-list {
    border-radius: 0;
    padding: 11px 20px 11px 32px;
  }
}

.current-list_item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.current-list_item::before {
  display: none !important;
}

.current-list_item_back {
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.current-list_item_back::before {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(../img/common/arrow_left-white-bold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .current-list_item_back::before {
    width: 10px;
    height: 14px;
    margin-right: 0;
    position: relative;
    top: 2px;
  }
}

.current-list_item_title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .current-list_item_title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 auto;
  }
}

.current-list_item_favorite {
  margin-right: 3px;
  position: relative;
  top: 3px;
}

.current-list_item_favorite:hover {
  opacity: 1;
}

.current-list_item_favorite::before {
  content: "";
  width: 27px;
  height: 26px;
  display: block;
  background-image: url(../img/common/favorite-star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .current-list_item_favorite::before {
    width: 25px;
    height: 24px;
  }
}

.current-list_item_favorite.fvrtAct::before {
  background-image: url(../img/common/favorite-star-active.png);
}

.page-top {
  position: fixed;
  right: 4%;
  bottom: 15%;
}

@media screen and (max-width: 767px) {
  .page-top {
    display: none !important;
  }
}

.u-visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}