@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a.link {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

:root {
  --white: #fff;
  --black: #000;
  --main: #3C3C3C;
  --navy: #003876;
  --navy02: #222D5E;
  --bluegreen: #15B0C3;
  --light-blue: #00B1C7;
  --light-blue02: #2A89BF;
  --yellow: #FEFF05;
  --gray: #707070;
  --light-gray: #F2F2F2;
  --light-gray02: #F0F0F0;
  --light-gray03: #F5F5F5;
  --orange:#eb5505;
  --liteorange:#ea5406;
  --blue: #00B1C7;
  --green: #008000;
  --mossgreen: #808000;
  --oswald: "Oswald", sans-serif;
  --nanum: "Nanum Myeongjo", serif;
  --notosans: "Noto Sans JP", sans-serif;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

/*丸ハイライト */
html {
  font-size: 0.6944444444vw;
  margin-top: 0 !important;
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  color: var(--main);
  background: var(--white);
  font-family: var(--notosans);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

h3,
h2 {
  font-weight: 700;
  color: var(--main);
  font-family: var(--notosans);
}

span,
p {
  color: var(--main);
  font-family: var(--notosans);
}

a {
  transition: 0.3s;
  color: var(--main);
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    transition: 0.3s;
  }
}

.u-flex {
  display: flex;
  justify-content: space-between;
}

.u-flex-reverse {
  flex-direction: row-reverse;
}

.u-flex {
  display: flex;
  justify-content: space-between;
}

.u-flex-reverse {
  flex-direction: row-reverse;
}

.svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.wrapper {
  max-width: min(120rem, 83.3333333333%);
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.mb-120 {
  margin-bottom: -12rem;
}
@media screen and (max-width: 768px) {
  .mb-120 {
    margin-bottom: -6rem;
  }
}

.ml0 {
  margin-left: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.gap-40 {
  gap: 4rem !important;
}
@media screen and (max-width: 768px) {
  .gap-40 {
    gap: 2rem !important;
  }
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.lh2 {
  line-height: 2 !important;
}

.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.color-blue {
  color: var(--blue);
}

.color-light-blue {
  color: var(--light-blue);
}

.cta {
  background: url(../images/pc/cta-bg.webp) no-repeat center center/cover;
  padding: 8rem 0;
}
.cta .cta__title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.875;
  letter-spacing: 0.01em;
  color: var(--white);
  text-align: center;
}
.cta .cta__link {
  background: rgba(254, 255, 5, 0.9);
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 40rem;
  margin-inline: auto;
  padding-block: 1.5rem;
}
.cta .cta__link p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--navy);
}
.cta .cta__link:hover {
  background: var(--light-gray02);
  transition: 0.5s;
}
.cta img {
  display: block;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .cta {
    background: url(../images/sp/cta-bg.webp) no-repeat center center/cover;
    padding: 6.7rem 0;
  }
  .cta .cta__inner {
    padding-inline: 2rem;
  }
  .cta .cta__title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .cta .cta__link {
    margin-top: 3.1rem;
    width: 100%;
    padding-block: 1.9rem;
  }
  .cta .cta__link p {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
  .cta img {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.c-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.c-title .c-title-jp {
  font-family: var(--notosans);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--main);
}
.c-title .c-title-jp.c-title-jp--fw400 {
  font-weight: 400;
}
.c-title .c-title-en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--oswald);
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.4833333333;
  letter-spacing: 0.04em;
  color: var(--light-gray03);
  z-index: -1;
  white-space: nowrap;
}
.c-title.c-title--white .c-title-jp {
  color: var(--white);
}
.c-title.c-title--white .c-title-en {
  color: var(--bluegreen);
}
.c-title.c-title--bg-white .c-title-en {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.4rem;
  }
  .c-title .c-title-jp {
    font-size: 2.6rem;
  }
  .c-title .c-title-en {
    font-size: 7rem;
    line-height: 1.5;
  }
}

.title-bg-right {
  position: relative;
  z-index: 1;
}
.title-bg-right::before {
  z-index: -1;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.title-bg-left {
  position: relative;
  z-index: 1;
}
.title-bg-left::before {
  z-index: -1;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn {
  padding-top: 2.4rem;
  text-align: center;
}
.c-btn a {
  margin-inline: auto;
  width: 23.6rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 5rem;
  border-radius: 3rem;
  padding-inline: 1.6rem;
  background: var(--orange);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-btn a:hover {
  background: var(--white);
  color: var(--orange);
}
@media screen and (max-width: 768px) {
  .c-btn a {
    width: 27rem;
    height: 5.8rem;
    font-size: max(1.6rem, 16px);
  }
}

.page {
  margin-top: 6rem;
}
.page h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--main);
  margin-bottom: 4rem;
}
.page p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  color: var(--main);
}
.page .page__body {
  padding: 6rem;
}
@media screen and (max-width: 768px) {
  .page {
    margin-top: 4rem;
  }
  .page h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .page p {
    font-size: 1.4rem;
  }
  .page .page__body {
    padding: 4rem 2rem;
  }
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  text-align: left;
}

table {
  border-collapse: collapse;
}

.table p {
  font-size: max(1.8rem, 18px);
}

.table th {
  background: #f7f7f7;
  padding: 4px 6px;
}

.form-table th {
  padding: 0 10px 0 10px;
  font-weight: normal;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: max(1.8rem, 18px);
  font-weight: 400;
}

.table th p {
  margin: 0;
}

.hissu {
  font-size: max(1rem, 10px);
  color: #fff;
  padding: 1px 3px;
  background-color: #eb6100;
  border-radius: 6px;
  margin: 2px 6px;
}

@media screen and (max-width: 768px) {
  .table p,
.table td,
.table th {
    font-size: max(1.6rem, 16px);
  }
}
footer {
  position: relative;
  padding-block: 5.7rem 4.55rem;
  background: var(--navy02);
}
footer .footer__inner {
  width: 96rem;
  margin-inline: auto;
}
footer .footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer__left {
  width: 12rem;
  height: 13.4rem;
}
footer .footer__right {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: 37rem;
  align-items: flex-end;
}
footer .footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
}
footer .footer__menu-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  footer .footer__menu-item:hover {
    transition: 0.3s;
    color: var(--light-blue02);
  }
}
footer .footer__logo-second {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
footer .footer__logo-second p {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  letter-spacing: 0.11em;
  color: var(--white);
}
footer .footer__logo-second::after {
  font-family: var(--notosans);
  content: "オーミト";
  position: absolute;
  bottom: -1.7rem;
  right: 3rem;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5454545455;
  color: var(--white);
  font-weight: 500;
}
footer .footer__logo-second-image {
  width: 11.5rem;
  aspect-ratio: 115/31;
}
footer .footer__copyright {
  border-top: 1px solid var(--white);
  margin-top: 6.45rem;
  padding-top: 1.75rem;
}
footer .footer__copyright .footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer__copyright p {
  color: var(--white);
  font-weight: 500;
}
footer .footer__copyright-text {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
footer .footer__ban-text {
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  line-height: 1.5454545455;
}
@media screen and (max-width: 768px) {
  footer {
    padding-block: 7.4rem 8.4rem;
  }
  footer .footer__inner {
    padding-inline: 2rem;
    width: 100%;
  }
  footer .footer__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6.3rem;
  }
  footer .footer__right {
    gap: 9.8rem;
    width: 100%;
    align-items: center;
  }
  footer .footer__menu {
    justify-content: center;
  }
  footer .footer__menu-item {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  footer .footer__menu-item--sp-line::after {
    content: " |";
  }
  footer .footer__logo-second p {
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 1.4285714286;
  }
  footer .footer__logo-second::after {
    bottom: -1rem;
    right: 2rem;
    font-size: 0.7rem;
    line-height: 1.4285714286;
  }
  footer .footer__logo-second-image {
    width: 7.4rem;
  }
  footer .footer__copyright {
    border-top: 2px solid var(--white);
    margin-top: 5.35rem;
    padding-top: 1.85rem;
  }
  footer .footer__copyright .footer__row {
    flex-direction: column;
    gap: 2rem;
  }
  footer .footer__copyright-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  footer .footer__ban-text {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.5384615385;
  }
}

.pageTop__btn {
  position: absolute;
  z-index: 100;
  top: 1.55rem;
  right: 1.7rem;
  transition: 0.3s;
  background-color: var(--orange);
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
}
.pageTop__btn .pageTop__link {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.pageTop__btn .pageTop__link img {
  width: 2.2rem;
  aspect-ratio: 22/21;
}
.pageTop__btn:hover {
  transform: translateY(-3px);
  background-color: var(--liteorange);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .pageTop__btn {
    top: -2rem;
    right: 2rem;
    width: 6.4rem;
    height: 6.4rem;
  }
  .pageTop__btn .pageTop__link img {
    width: 2.6rem;
  }
}

.header {
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
.header .header__inner {
  padding: 2rem;
  align-items: flex-start;
}
.header .header__logo {
  width: 9.1rem;
  height: 100%;
}
.header .header__logo img {
  aspect-ratio: 91/103;
}
.header .header__navbar {
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  width: 26rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: 400;
  overflow: hidden;
  padding: 2rem 1.85rem 2rem 2.4rem;
  gap: 5rem;
  background: var(--white);
  transform: translateX(100%);
}
.header .header__nav-inner {
  width: 100%;
  gap: 5.6rem;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.header .header__nav-inner {
  display: flex;
  gap: 4rem;
  margin-top: 8.8rem;
}
.header .header__menu {
  flex-direction: column;
}
.header .header__list {
  width: 100%;
  padding-top: 0rem;
}
.header .header__list:not(:first-of-type) {
  padding-top: 2.2rem;
}
.header .header__link {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
  color: var(--white);
  transition: 0.3s;
  letter-spacing: 0.07em;
  color: #1f2b61;
}
.header .header__link:hover {
  color: var(--light-blue02);
  transition: 0.5s;
}
.header .hamburger-inner {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 26rem;
  gap: 3.6rem;
  position: relative;
  z-index: 500;
}
.header .hamburger-inner .logo-images {
  width: 10.1rem;
}
.header .hamburger-inner .logo-images img {
  aspect-ratio: 101/32;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 1.2rem 1.5rem 1.2rem 1rem;
  }
  .header .header__logo {
    width: 5.3rem;
    position: relative;
    z-index: 500;
  }
  .header .header__navbar {
    width: 100%;
    padding: 1.2rem 1.85rem 1rem 8.1rem;
  }
  .header .header__nav-inner {
    gap: 0rem;
    margin-top: 11.6rem;
  }
  .header .header__list:not(:first-of-type) {
    padding-top: 3rem;
  }
  .header .hamburger-inner {
    width: 16rem;
    gap: 1.35rem;
    padding-inline: 2rem;
    border-radius: 4rem;
    background: var(--white);
  }
  .header .hamburger-inner .logo-images {
    width: 7rem;
  }
  .header .hamburger-inner .logo-images img {
    aspect-ratio: 70.6666667/19;
  }
}

.hamburger {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  transition: 0.5s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.hamburger .hamburger__line {
  display: grid;
  width: max(2rem, 20px);
  height: max(1.5rem, 15px);
  place-items: center;
  position: relative;
  transition: 0.5s;
}
.hamburger .hamburger__line span {
  width: max(2rem, 20px);
  border-radius: 1px;
  height: max(0.2rem, 2px);
  display: block;
  position: absolute;
  transition: 0.5s ease-in-out;
  background-color: var(--navy02);
  left: 0;
}
.hamburger .hamburger__line span:nth-child(1) {
  top: 0rem;
}
.hamburger .hamburger__line span:nth-child(2) {
  top: max(0.6rem, 6px);
  opacity: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.hamburger .hamburger__line span:nth-child(3) {
  top: max(1.2rem, 12px);
}

.header.open .header__navbar {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transform: translateY(0);
}
.header.open .hamburger {
  transition: 0.5s ease-in-out;
}
.header.open .hamburger__line span {
  transition: 0.5s ease-in-out;
  background-color: var(--navy02);
}
.header.open .hamburger__line span:nth-child(1) {
  transform: translateY(max(0.65rem, 6.5px)) rotate(-45deg);
}
.header.open .hamburger__line span:nth-child(2) {
  visibility: hidden;
  transition: 0s;
  opacity: 0;
}
.header.open .hamburger__line span:nth-child(3) {
  transform: translateY(max(-0.65rem, -6.5px)) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header.open .hamburger__line span {
    width: max(2.4rem, 24px);
  }
  .header.open .hamburger__line span:nth-child(1) {
    transform: translateY(max(0.6rem, 6px)) rotate(-40deg);
  }
  .header.open .hamburger__line span:nth-child(3) {
    transform: translateY(max(-0.6rem, -6px)) rotate(40deg);
  }
}

.floating {
  position: fixed;
  z-index: 500;
  bottom: 0;
  right: 0;
  width: 26rem;
  padding: 0.9rem 1rem;
  border-radius: 2rem 0px 0px 0px;
  background: linear-gradient(rgba(0, 177, 199, 0.9019607843) 0%, rgba(42, 137, 191, 0.9019607843) 100%);
}
.floating:hover {
  background: rgba(34, 45, 94, 0.9);
}
.floating .floating__inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.floating img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}
.floating p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.03em;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .floating {
    width: 100%;
    padding: 1.2rem 2rem;
    border-radius: 2rem 2rem 0px 0px;
  }
  .floating .floating__inner {
    display: flex;
    align-items: center;
    gap: 3.1rem;
  }
  .floating p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.mask {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #555;
  opacity: 0.3;
  z-index: 50;
}

.mask.active {
  opacity: 0.3;
  visibility: visible;
}

.faq {
  padding-block: 10.4rem 10rem;
  background: var(--light-gray02);
}
.faq .faq__title .faq__title-jp {
  color: var(--black);
  font-size: 4rem;
  line-height: 1.5;
}
.faq .faq__title .faq__title-en {
  color: #fefefe;
}
.faq .faq__accordion {
  margin-top: 5rem;
  width: 90rem;
  margin-inline: auto;
}
.faq .accordion_wrapper {
  width: 100%;
  cursor: pointer;
  position: relative;
  background: var(--white);
  border-radius: 1rem;
}
.faq .accordion_one:not(:first-of-type) {
  margin-top: 2.4rem;
}
.faq .accordion_header {
  padding-block: 3.5rem;
  padding-inline: 3.5rem 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .accordion_header_inner {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}
.faq .accordion__font-qa {
  font-size: 3.2rem;
  line-height: 1.5;
  color: var(--main);
  font-family: var(--oswald);
  font-weight: normal;
  width: 2.4rem;
}
.faq .accordion__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--main);
}
.faq .accordion__text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  flex: 1;
  color: var(--main);
  font-weight: normal;
}
.faq .one_i {
  width: 3.4rem;
  height: 3.4rem;
  position: relative;
  transition: 0.6s;
  rotate: 180deg;
}
.faq .one_i::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 3.4rem;
  height: 1.9rem;
  background: url(../images/common/faq-arrow.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.faq .active .one_i {
  rotate: 0deg;
  transition: 0.6s;
}
.faq .accordion_inner {
  display: none;
  padding-block: 0 3rem;
  padding-inline: 6.6rem 12rem;
}
.faq .box_one {
  display: flex;
  align-items: flex-start;
}
.faq .active.accordion_inner {
  display: block;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-block: 8rem;
  }
  .faq .faq__title .faq__title-jp {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .faq .faq__accordion {
    margin-top: 5.7rem;
    width: 100%;
    padding-inline: 2rem;
  }
  .faq .accordion_header {
    padding-block: 2rem 2.4rem;
    padding-inline: 1.6rem;
    gap: 1.9rem;
  }
  .faq .accordion__font-qa {
    font-size: 2.6rem;
    line-height: 1.5;
    width: 2.6rem;
  }
  .faq .accordion__title {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
  .faq .accordion__text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .faq .one_i {
    width: 2rem;
    height: 2rem;
  }
  .faq .one_i::before {
    width: 2rem;
    height: 1rem;
  }
  .faq .accordion_inner {
    display: none;
    padding-block: 0 2rem;
    padding-inline: 1.6rem;
  }
}

.contact {
  background-image: url(../images/pc/contact-bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-block: 6.65rem 13.25rem;
}
.contact .contact__subtitle {
  color: var(--white);
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--light-blue);
  text-align: center;
}
.contact .contact__inner {
  position: relative;
  margin-top: 30.95rem;
  max-width: 72rem;
  margin-inline: auto;
  z-index: 1;
}
.contact .contact__inner .bg-white {
  background-color: var(--white);
  padding-block: 5.4rem 6.4rem;
  padding-inline: 8.2rem;
  z-index: 1;
}
.contact .contact__title-en {
  position: absolute;
  top: -14.3rem;
  left: 50%;
  transform: translateX(-50%);
  color: #3D9ED5;
  font-size: 12rem;
  font-family: var(--oswald);
  line-height: 1.4833333333;
  letter-spacing: 0.04em;
  font-weight: 500;
  z-index: -1;
}
.contact .contact__title {
  color: var(--navy);
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
.contact .contact__text {
  margin-top: 1.1rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}
.contact .contact__form {
  margin-top: 2rem;
}
.contact .contact__form .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .contact__form .contact__form-item {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.contact .contact__form .contact__form-item + .contact__form-item {
  margin-top: 2.2rem;
}
.contact .contact__form .contact__form-item .contact__form-item-label {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: flex;
  gap: 0.8rem;
}
.contact .contact__form .contact__form-item .contact__form-item-label .hissu {
  font-size: 9px;
  line-height: 1;
  color: var(--white);
  padding: 2px 4px;
  border-radius: 62.5em;
  background: #EB6101;
  display: inline-block;
}
.contact .contact__form .contact__form-item .contact__form-item-input {
  margin-top: 1rem;
}
.contact .contact__form .contact__form-item .contact__form-item-input {
  margin-top: 0;
  display: flex;
  gap: 1.6rem;
}
.contact .contact__form .contact__form-item .contact__form-item-input p {
  flex: 1;
}
.contact .contact__form .contact__form-item .contact__form-item-input p span {
  display: block;
  width: 100%;
}
.contact .contact__form .contact__form-item .contact__form-item-input input[type=text],
.contact .contact__form .contact__form-item .contact__form-item-input input[type=tel],
.contact .contact__form .contact__form-item .contact__form-item-input input[type=email] {
  width: 100%;
  height: 3.5rem;
  padding: 0 0.8rem;
  border-bottom: 1.5px solid var(--liteorange);
  padding-bottom: 1.5px;
  background: var(--light-gray);
  font-size: 16px;
  font-weight: 400;
}
.contact .contact__form .contact__form-item .contact__form-item-input input[type=text]::-moz-placeholder, .contact .contact__form .contact__form-item .contact__form-item-input input[type=tel]::-moz-placeholder, .contact .contact__form .contact__form-item .contact__form-item-input input[type=email]::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #D8D8D8;
}
.contact .contact__form .contact__form-item .contact__form-item-input input[type=text]::placeholder,
.contact .contact__form .contact__form-item .contact__form-item-input input[type=tel]::placeholder,
.contact .contact__form .contact__form-item .contact__form-item-input input[type=email]::placeholder {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #D8D8D8;
}
.contact .contact__form .contact__form-item .contact__form-item-input textarea {
  width: 100%;
  height: 22rem;
  padding: 1.1rem 0.8rem;
  border-bottom: 1.5px solid var(--liteorange);
  background: var(--light-gray);
  resize: none;
  font-size: 16px;
  font-weight: 400;
}
.contact .contact__form .contact__form-item .contact__form-item-input textarea::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #D8D8D8;
}
.contact .contact__form .contact__form-item .contact__form-item-input textarea::placeholder {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #D8D8D8;
}
@media screen and (max-width: 768px) {
  .contact {
    background-image: url(../images/sp/contact-bg.webp);
    background-position: center 14.5rem;
    padding-block: 6.8rem 8rem;
  }
  .contact .contact__subtitle {
    font-size: 2.8rem;
    line-height: 1.2142857143;
  }
  .contact .contact__inner {
    position: relative;
    margin-top: 17.6rem;
    width: calc(100% - 4rem);
    z-index: 1;
  }
  .contact .contact__inner .bg-white {
    padding-block: 5.5rem 4.8rem;
    padding-inline: 1rem;
  }
  .contact .contact__title-en {
    top: -8.65rem;
    font-size: 7rem;
    line-height: 1.4857142857;
  }
  .contact .contact__text {
    margin-top: 1.9rem;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
  .contact .contact__form {
    margin-top: 3.4rem;
  }
  .contact .contact__form .contact__form-item + .contact__form-item {
    margin-top: 2.9rem;
  }
  .contact .contact__form .contact__form-item .contact__form-item-label {
    font-size: 16px;
    line-height: 1;
    gap: 0.6rem;
  }
  .contact .contact__form .contact__form-item .contact__form-item-label .hissu {
    font-size: 10px;
    padding: 2px 5px;
    margin-top: 0.4rem;
  }
  .contact .contact__form .contact__form-item .contact__form-item-input {
    margin-top: 1rem;
  }
  .contact .contact__form .contact__form-item .contact__form-item-input {
    margin-top: 0;
  }
  .contact .contact__form .contact__form-item .contact__form-item-input input[type=text],
.contact .contact__form .contact__form-item .contact__form-item-input input[type=email] {
    height: 3.4rem;
  }
}

.contact__form-submit {
  margin-top: -0.3rem;
  padding-top: 2.4rem;
  text-align: center;
}
.contact__form-submit.contact__form-submit--confirm p {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
.contact__form-submit.contact__form-submit--confirm p br {
  display: none;
}
.contact__form-submit p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact__form-submit p input {
  width: 23.6rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 5rem;
  border-radius: 3rem;
  padding-inline: 1.6rem;
  background: var(--orange);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact__form-submit p input.wpcf7-previous {
  background: var(--white);
  color: var(--orange);
  border: 1px solid var(--orange);
}
.contact__form-submit p input:hover {
  background: var(--white);
  color: var(--orange);
}
.contact__form-submit p input:hover.wpcf7-previous {
  background: var(--orange);
  color: var(--white);
}
.contact__form-submit p .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact__form-submit.contact__form-submit--confirm p {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .contact__form-submit p input {
    width: 27rem;
    height: 5.8rem;
    font-size: max(1.6rem, 16px);
  }
}

.company {
  background-image: url(../images/pc/company-bg.webp);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-block: 15rem 9.85rem;
}
.company .company__title .company__title-jp {
  color: var(--white);
  font-size: 4rem;
  line-height: 1.5;
}
.company .company__title .company__title-en {
  color: #06458b;
}
.company .company__container {
  margin-top: 4.85rem;
  width: 61.6rem;
  margin-inline: auto;
  padding-inline: 3.7rem;
}
.company .logo-images {
  width: 22rem;
  aspect-ratio: 220/59;
  margin-inline: auto;
}
.company .company__list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.company .company__item {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  color: var(--white);
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  -moz-text-align-last: left;
       text-align-last: left;
}
.company .company__item p {
  color: var(--white);
}
.company .company__term {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  min-width: 8.3rem;
}
.company .company__desc {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .company {
    background-image: url(../images/sp/company-bg.webp);
    padding-block: 8.2rem 12.7rem;
  }
  .company .company__title .company__title-jp {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .company .company__container {
    margin-top: 5.4rem;
    width: 100%;
    padding-inline: 2rem;
  }
  .company .logo-images {
    width: 15.6rem;
  }
  .company .company__list {
    margin-top: 4.4rem;
  }
  .company .company__item {
    display: flex;
    gap: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .company .company__term {
    min-width: 7.5rem;
  }
}

.price {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.price .price__wrapper {
  padding-block: 10.75rem 11.9rem;
  position: relative;
}
.price .price__container {
  margin-top: 8.3rem;
}
.price .price__person {
  position: absolute;
  top: 20rem;
  right: -12rem;
  width: 56.1rem;
}
.price .price__box {
  border-radius: 2rem;
  background-color: var(--light-gray02);
  padding-block: 3rem 6.4rem;
  padding-inline: 4rem;
  height: 35.4rem;
}
.price .price__box-inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.price .price__box-item.price__box-item--1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.8rem;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 .price__box-item-element-text.price__box-item-element-text--01 {
  background-image: url(../images/pc/price-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 28.8rem;
  height: 6.8rem;
  padding-right: 1.8rem;
  margin-left: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text--size-s {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--white);
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text--size-m {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--white);
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 .price__box-item-element-text.price__box-item-element-text--02 {
  font-size: 1.7rem;
  line-height: 1.1176470588;
  font-weight: 500;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 {
  display: flex;
  gap: 0.5rem;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text-num {
  font-family: var(--oswald);
  font-size: 12rem;
  line-height: 1.4833333333;
  font-weight: 700;
  color: var(--light-blue);
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 3rem;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text01 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 500;
  color: var(--light-blue);
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text-wrap02 {
  display: flex;
  align-items: flex-end;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text02 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--light-blue);
  padding-bottom: 0.3rem;
}
.price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text03 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--light-blue);
}
.price .price__box-item.price__box-item--2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.2rem;
}
.price .price__box-item.price__box-item--2 .price__box-item-element.price__box-item-element--1 {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 16rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--navy);
  color: var(--white);
  border-radius: 0.2rem;
  margin-top: 0.5rem;
}
.price .price__box-item.price__box-item--2 .price__box-item-element.price__box-item-element--2 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.price .price__box-item.price__box-item--2 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text01 {
  font-size: 3.2rem;
  line-height: 1.09375;
  font-weight: 500;
}
.price .price__box-item.price__box-item--2 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text02 {
  font-size: 1.7rem;
  line-height: 1.1176470588;
  font-weight: 500;
}
.price .price__text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--mossgreen);
  padding-top: 1.5rem;
  padding-inline: 0.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .price .price__wrapper {
    padding-block: 8.3rem 7.7rem;
    padding-inline: 2rem;
  }
  .price .price__container {
    margin-top: 4.4rem;
  }
  .price .price__person {
    position: absolute;
    top: auto;
    bottom: -1px;
    right: 0;
    width: 28rem;
  }
  .price .price__box {
    padding-block: 4rem 12.8rem;
    padding-inline: 2rem;
    height: 54.6rem;
  }
  .price .price__box-inner {
    max-width: inherit;
    width: 100%;
    gap: 4rem;
  }
  .price .price__box-item.price__box-item--1 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 {
    display: contents;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 .price__box-item-element-text.price__box-item-element-text--01 {
    background-image: url(../images/sp/price-bg.svg);
    width: 29.5rem;
    height: 7.1rem;
    padding-block: 1.8rem 2.4rem;
    padding-inline: 0;
    margin: 0;
    flex-direction: row;
    order: 1;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text--size-s {
    font-size: 1.7rem;
    line-height: 1;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text--size-m {
    font-size: 2.6rem;
    line-height: 1;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--1 .price__box-item-element-text.price__box-item-element-text--02 {
    font-size: 1.6rem;
    line-height: 1;
    order: 3;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 {
    display: flex;
    gap: 0.4rem;
    order: 2;
    margin-block: -1.8rem -1.1rem;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text-num {
    font-family: var(--oswald);
    font-size: 10rem;
    line-height: 1.48;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text01 {
    font-size: 2.4rem;
    line-height: 1.125;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text-wrap02 {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
    padding-bottom: 2.7rem;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text02 {
    font-size: 4rem;
    line-height: 1;
    padding-bottom: 0;
  }
  .price .price__box-item.price__box-item--1 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text.price__box-item-element-text--01 .price__box-item-element-text03 {
    font-size: 2rem;
    line-height: 1.15;
  }
  .price .price__box-item.price__box-item--2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
  }
  .price .price__box-item.price__box-item--2 .price__box-item-element.price__box-item-element--1 {
    font-size: 1.6rem;
    line-height: 1.1875;
    width: 29.5rem;
    height: 4rem;
    margin-top: 0rem;
  }
  .price .price__box-item.price__box-item--2 .price__box-item-element.price__box-item-element--2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
  }
  .price .price__box-item.price__box-item--2 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text01 {
    font-size: 2.4rem;
    line-height: 1.125;
  }
  .price .price__box-item.price__box-item--2 .price__box-item-element.price__box-item-element--2 .price__box-item-element-text02 {
    font-size: 1.5rem;
    line-height: 1.0666666667;
  }
  .price .price__text {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--mossgreen);
    padding-top: 1.5rem;
    padding-inline: 0.5rem 1.5rem;
  }
}

.reason {
  position: relative;
  z-index: 1;
}
.reason .reason__title .reason__title-jp {
  line-height: 1.1904761905;
}
.reason .reason__title .reason__title-jp .reason__title-jp-sub {
  color: var(--bluegreen);
  font-size: 14rem;
  line-height: 0.6428571429;
}
.reason .reason__title .reason__title-en {
  top: -0.8rem;
  transform: translate(-50%, 0);
}
.reason .reason__wrapper {
  padding-block: 10rem 0rem;
  position: relative;
}
.reason .reason__container {
  margin-top: 12.4rem;
}
.reason .reason__list {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.reason .reason__item {
  display: flex;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.reason .reason__item .reason__item-inner {
  position: relative;
  max-width: 144rem;
  width: 100%;
  height: 100%;
  margin-inline: auto;
}
.reason .reason__item.reason__item--1 {
  height: 50.2rem;
  background-image: url(../images/pc/reason-item01-bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.reason .reason__item.reason__item--1 .reason__item-img {
  width: 144rem;
  top: -9rem;
  right: 0;
}
.reason .reason__item.reason__item--2 {
  height: 50.2rem;
  background-image: url(../images/pc/reason-item02-bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.reason .reason__item.reason__item--2 .reason__item-num {
  left: auto;
  right: 1.9rem;
}
.reason .reason__item.reason__item--2 .reason__item-img {
  width: 55rem;
  left: 8rem;
}
.reason .reason__item.reason__item--2 .reason__item-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.reason .reason__item.reason__item--3 {
  height: 50.2rem;
  background-image: url(../images/pc/reason-item03-bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.reason .reason__item.reason__item--3 .reason__item-num {
  top: 9.2rem;
}
.reason .reason__item.reason__item--3 .reason__item-img {
  width: 55rem;
  top: 0.4rem;
  right: 8rem;
}
.reason .reason__item .reason__item-img {
  position: absolute;
  top: 0;
}
.reason .reason__item .reason__item-body {
  padding-top: 8.2rem;
}
.reason .reason__item .reason__item-num {
  position: absolute;
  top: 8.2rem;
  left: 0;
  font-family: var(--oswald);
  font-size: 25rem;
  line-height: 1.48;
  color: #3C9DD5;
  z-index: -1;
}
.reason .reason__item .reason__item-title {
  font-size: 4.8rem;
  line-height: 1.5;
  color: var(--white);
}
.reason .reason__item .reason__item-title .reason__item-title--yellow {
  color: var(--yellow);
}
.reason .reason__item .reason__item-text {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  color: var(--white);
  font-weight: 400;
  margin-top: 3.2rem;
}
.reason .reason__item .reason__item-text .reason__item-text--line {
  position: relative;
  color: var(--white);
}
.reason .reason__item .reason__item-text .reason__item-text--line::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--yellow);
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .reason .reason__item.reason__item--1 .reason__item-img {
    top: -9.3rem;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    overflow: hidden;
  }
  .reason .reason__title .reason__title-jp {
    line-height: 2;
  }
  .reason .reason__title .reason__title-jp .reason__title-jp-sub {
    font-size: 5.2rem;
    line-height: 1;
  }
  .reason .reason__title .reason__title-en {
    top: 0.4rem;
    transform: translate(-50%, 0);
  }
  .reason .reason__wrapper {
    padding-block: 8.7rem 0rem;
  }
  .reason .reason__container {
    margin-top: 3.2rem;
  }
  .reason .reason__list {
    gap: 5.6rem;
  }
  .reason .reason__item {
    flex-direction: column;
    gap: 1.9rem;
  }
  .reason .reason__item .reason__item-inner {
    padding-inline: 2rem;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .reason .reason__item.reason__item--1 {
    height: 56.1rem;
    background-image: url(../images/sp/reason-item01-bg.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .reason .reason__item.reason__item--1 .reason__item-img {
    width: 100%;
    right: 0;
    top: 0;
  }
  .reason .reason__item.reason__item--1 .reason__item-num {
    top: -3.2rem;
  }
  .reason .reason__item.reason__item--2 {
    height: 68.1rem;
    background-image: url(../images/sp/reason-item03-bg.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .reason .reason__item.reason__item--2 .reason__item-num {
    right: -0.4rem;
  }
  .reason .reason__item.reason__item--2 .reason__item-img {
    position: relative;
    width: 38.3rem;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 1.9rem;
  }
  .reason .reason__item.reason__item--2 .reason__item-body {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .reason .reason__item.reason__item--3 {
    height: 65.1rem;
    background-image: url(../images/sp/reason-item02-bg.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .reason .reason__item.reason__item--3 .reason__item-num {
    top: -3.5rem;
  }
  .reason .reason__item.reason__item--3 .reason__item-img {
    position: relative;
    width: 38.3rem;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 1.9rem;
  }
  .reason .reason__item .reason__item-body {
    padding-top: 9.5rem;
  }
  .reason .reason__item .reason__item-num {
    top: -3.5rem;
    left: -0.7rem;
    font-size: 14rem;
    line-height: 1.4785714286;
  }
  .reason .reason__item .reason__item-title {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
  .reason .reason__item .reason__item-text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    color: var(--white);
    font-weight: 400;
    margin-top: 2.5rem;
  }
  .reason .reason__item .reason__item-text .reason__item-text--line::before {
    width: 100%;
    bottom: -0.18rem;
  }
}

.structure {
  background-image: url(../images/pc/structure-bg.webp);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-block: 9.95rem;
}
.structure .structure__wrapper {
  background: var(--white);
  padding-block: 10.3rem 10.65rem;
  padding-inline: 8rem;
}
.structure .structure__container {
  margin-top: 4.7rem;
  margin-inline: auto;
}
.structure .structure__flow {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.structure .structure__flow .structure__flow-item {
  position: relative;
  height: 37rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--1 {
  background-image: url(../images/pc/structure-flow01-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32.978rem;
  margin-right: 4.32rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--1 .structure__flow-item-num {
  padding-left: 3.2rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--1 .structure__flow-item-img {
  width: 11rem;
  top: 1.24rem;
  right: 1.78rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--1 .structure__flow-item-text {
  width: 19.8rem;
  margin-left: 4rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--2 {
  background-image: url(../images/pc/structure-flow02-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32.978rem;
  margin-right: 3.92rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--2 .structure__flow-item-num {
  padding-left: 4.12rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--2 .structure__flow-item-img {
  width: 15.386rem;
  top: 1.85rem;
  right: 1.15rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--2 .structure__flow-item-text {
  width: 22.6rem;
  margin-left: 4.12rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--3 {
  background-image: url(../images/pc/structure-flow03-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 29.8rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--3 .structure__flow-item-num {
  padding-left: 3.6rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--3 .structure__flow-item-img {
  width: 15.386rem;
  top: 2.25rem;
  right: 0.74rem;
}
.structure .structure__flow .structure__flow-item.structure__flow-item--3 .structure__flow-item-text {
  width: 22.6rem;
  margin-left: 3.6rem;
}
.structure .structure__flow .structure__flow-item .structure__flow-item-num {
  color: var(--white);
  font-size: 8rem;
  font-family: var(--nanum);
  line-height: 1.15;
  font-weight: 500;
  padding-top: 3.3rem;
}
.structure .structure__flow .structure__flow-item .structure__flow-item-img {
  position: absolute;
}
.structure .structure__flow .structure__flow-item .structure__flow-item-text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  padding-top: 2.8rem;
  color: var(--white);
}
.structure .structure__list {
  display: flex;
  flex-direction: column;
  margin-top: 8.8rem;
}
.structure .structure__item {
  display: flex;
  flex-direction: column;
}
.structure .structure__item.structure__item--1 .structure__item-box {
  margin-top: 4.5rem;
}
.structure .structure__item.structure__item--1 .structure__item-box-img {
  width: 50rem;
}
.structure .structure__item.structure__item--2 {
  margin-top: 9.4rem;
}
.structure .structure__item.structure__item--2 .structure__item-box {
  margin-top: 4.2rem;
  padding-right: 5rem;
}
.structure .structure__item.structure__item--2 .structure__item-box-img {
  width: 50rem;
}
.structure .structure__item.structure__item--3 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 502;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  width: 128rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: min(5.8rem, 4vh) 4rem min(4rem, 3vh);
  background: var(--white);
  max-height: 92.2rem;
  height: 80.8771929825vh;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.structure .structure__item.structure__item--3.is-open {
  opacity: 1;
  visibility: visible;
}
.structure .structure__item.structure__item--3 .structure__item-title {
  z-index: 1;
}
.structure .structure__item.structure__item--3 .structure__item-box {
  margin-top: 4.2rem;
  padding-right: 5rem;
}
.structure .structure__item.structure__item--3 .structure__item-img {
  max-width: 100%;
  width: 105.2631578947vh;
  margin-inline: auto;
}
.structure .structure__item.structure__item--3 .structure__item-close {
  position: relative;
  padding-block: 1.6rem;
  padding-right: 2.2rem;
  width: 37.6rem;
  margin-inline: auto;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}
.structure .structure__item.structure__item--3 .structure__item-close .structure__item-close-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--white);
}
.structure .structure__item.structure__item--3 .structure__item-close .structure__item-close-icon {
  width: 2.15rem;
  height: 2.15rem;
  position: absolute;
  top: 50%;
  right: 1.9rem;
  transform: translateY(-50%);
}
.structure .structure__item .structure__item-title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.structure .structure__item .structure__item-title--light-blue {
  color: var(--light-blue);
  position: relative;
  z-index: 1;
}
.structure .structure__item .structure__item-title--light-blue::before {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: -0.35rem;
  background-color: var(--yellow);
  z-index: -1;
}
.structure .structure__item .structure__item-box {
  background: var(--white);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  height: 35.8rem;
  padding: 0rem 6rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
.structure .structure__item .structure__item-box-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.structure .structure__item .structure__item-box-text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
.structure .structure__item .structure__item-box-list {
  margin-top: 3rem;
  padding-left: 1.8rem;
}
.structure .structure__item .structure__item-box-list li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.structure .structure__item .structure__item-box-list li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  left: -1.8rem;
  top: 1.25rem;
  transform: translateY(-50%);
  background: var(--light-blue);
  border-radius: 50%;
}
.structure .structure__item .structure__hour-list {
  margin-top: 2.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 9.2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.9rem 2.2rem;
}
.structure .structure__item .structure__hour-list .structure__hour-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.structure .structure__item .structure__hour-list .structure__hour-item .structure__hour-item-text {
  width: 6.8rem;
  height: 2.4rem;
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 500;
  color: var(--white);
  background: #5181B0;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.structure .structure__item .structure__hour-list .structure__hour-item .structure__hour-item-price {
  font-size: 2.2rem;
  line-height: 1.0909090909;
  font-weight: 500;
  font-family: var(--oswald);
}
.structure .structure__item .structure__hour-list .structure__hour-item .structure__hour-item-price::after {
  content: "円";
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--notosans);
  padding-bottom: 0.3rem;
  margin-left: 0.2rem;
}
.structure .structure__popup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 8.55rem;
  padding-bottom: 1rem;
  border-bottom: 0.15rem solid var(--main);
}
.structure .structure__popup .structure__popup-text {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.structure .structure__popup .structure__popup-icon {
  width: 1.8rem;
  height: 1.8rem;
}
.structure .structure__item-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 501;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.structure .structure__item-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .structure .structure__wrapper {
    padding-inline: 3rem;
  }
  .structure .structure__flow .structure__flow-item {
    height: 35rem;
  }
  .structure .structure__item.structure__item--3 {
    max-width: 112.5rem;
  }
}
@media screen and (max-width: 768px) {
  .structure {
    background-image: url(../images/sp/structure-bg.webp);
    background-position: top center;
    padding-block: 5.6rem;
  }
  .structure .structure__wrapper {
    background: var(--white);
    width: calc(100% - 4rem);
    padding-block: 6.5rem 5.6rem;
    padding-inline: 1.6rem;
  }
  .structure .structure__container {
    margin-top: 4.4rem;
  }
  .structure .structure__title .structure__title-en {
    font-size: 6rem;
  }
  .structure .structure__flow {
    display: flex;
    flex-direction: column;
  }
  .structure .structure__flow .structure__flow-item {
    position: relative;
    height: 24.4rem;
    display: flex;
    align-items: flex-start;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--1 {
    background-image: url(../images/sp/structure-flow01-bg.webp);
    height: 24.4rem;
    width: 100%;
    margin: 0;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--1 .structure__flow-item-num {
    padding-left: 2.4rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--1 .structure__flow-item-img {
    width: 12.2rem;
    top: 11.8rem;
    right: 1.4rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--1 .structure__flow-item-text {
    width: 20rem;
    margin-left: 1.6rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--2 {
    background-image: url(../images/sp/structure-flow02-bg.webp);
    height: 25.9rem;
    width: 100%;
    margin: 0;
    margin-top: 1.6rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--2 .structure__flow-item-num {
    padding-left: 2.4rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--2 .structure__flow-item-img {
    width: 12rem;
    top: 17.1rem;
    right: 1.3rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--2 .structure__flow-item-text {
    width: 20rem;
    margin-left: 1.6rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--3 {
    background-image: url(../images/sp/structure-flow03-bg.webp);
    width: 100%;
    height: 35.7rem;
    margin: 0;
    margin-top: 1.6rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--3 .structure__flow-item-num {
    padding-left: 2.4rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--3 .structure__flow-item-img {
    width: 12rem;
    top: 25.2rem;
    right: 1.9rem;
  }
  .structure .structure__flow .structure__flow-item.structure__flow-item--3 .structure__flow-item-text {
    width: 20rem;
    margin-left: 1.6rem;
  }
  .structure .structure__flow .structure__flow-item .structure__flow-item-num {
    width: 6.2rem;
    font-size: 7rem;
    line-height: 1.1428571429;
    padding-top: 3.3rem;
  }
  .structure .structure__flow .structure__flow-item .structure__flow-item-img {
    position: absolute;
  }
  .structure .structure__flow .structure__flow-item .structure__flow-item-text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    padding-top: 4.05rem;
  }
  .structure .structure__list {
    display: flex;
    flex-direction: column;
    margin-top: 4.5rem;
  }
  .structure .structure__item {
    display: flex;
    flex-direction: column;
  }
  .structure .structure__item.structure__item--1 .structure__item-box {
    margin-top: 2.4rem;
    gap: 2.85rem;
  }
  .structure .structure__item.structure__item--1 .structure__item-box-img {
    width: 28.65rem;
  }
  .structure .structure__item.structure__item--1 .structure__item-box-list li {
    white-space: nowrap;
  }
  .structure .structure__item.structure__item--2 {
    margin-top: 4.5rem;
  }
  .structure .structure__item.structure__item--2 .structure__item-box {
    margin-top: 1.9rem;
    padding-right: 1.4rem;
    gap: 2.65rem;
    padding-bottom: 3.2rem;
  }
  .structure .structure__item.structure__item--2 .structure__item-box-img {
    width: 24.95rem;
  }
  .structure .structure__item.structure__item--3 {
    max-height: 100rem;
    height: calc(100vh - 4rem);
    max-width: inherit;
    width: 33.5rem;
    padding: 3.1rem 1.4rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
  }
  .structure .structure__item.structure__item--3 .structure__item-title {
    text-align: center;
  }
  .structure .structure__item.structure__item--3 .structure__item-body {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    flex: 1;
    overflow: auto;
  }
  .structure .structure__item.structure__item--3 .structure__item-img {
    width: 100%;
  }
  .structure .structure__item.structure__item--3 .structure__item-close {
    position: relative;
    margin-top: 2rem;
    padding-block: 1.7rem;
    padding-right: 1.3rem;
    width: 100%;
  }
  .structure .structure__item.structure__item--3 .structure__item-close .structure__item-close-text {
    font-size: 1.6rem;
    line-height: 1;
  }
  .structure .structure__item.structure__item--3 .structure__item-close .structure__item-close-icon {
    width: 1.6rem;
    height: 1.6rem;
    right: 3.4rem;
  }
  .structure .structure__item .structure__item-title {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500;
  }
  .structure .structure__item .structure__item-title--light-blue {
    color: var(--light-blue);
    position: relative;
    z-index: 1;
  }
  .structure .structure__item .structure__item-title--light-blue::before {
    height: 0.5rem;
    bottom: -0.1rem;
  }
  .structure .structure__item .structure__item-box {
    height: auto;
    padding: 3.2rem 1.4rem 2.85rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .structure .structure__item .structure__item-box-text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
  .structure .structure__item .structure__item-box-list {
    margin-top: 1.5rem;
    padding-left: 1.7rem;
  }
  .structure .structure__item .structure__item-box-list li {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
  .structure .structure__item .structure__item-box-list li::before {
    width: 1.2rem;
    height: 1.2rem;
    left: -1.7rem;
    top: 1rem;
  }
  .structure .structure__item .structure__hour-list {
    margin-top: 2.05rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 8.6rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.9rem 1.5rem;
  }
  .structure .structure__item .structure__hour-list .structure__hour-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .structure .structure__item .structure__hour-list .structure__hour-item .structure__hour-item-text {
    width: 5.8rem;
    height: 2.2rem;
    font-size: max(1rem, 10px);
  }
  .structure .structure__item .structure__hour-list .structure__hour-item .structure__hour-item-price {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    align-items: center;
  }
  .structure .structure__item .structure__hour-list .structure__hour-item .structure__hour-item-price::after {
    content: "円";
    font-size: 1.2rem;
    margin-left: 0.3rem;
  }
  .structure .structure__popup {
    gap: 0.8rem;
    margin-top: 4.2rem;
    padding-bottom: 0.7rem;
  }
  .structure .structure__popup .structure__popup-text {
    font-size: 1.5rem;
    line-height: 1;
  }
  .structure .structure__popup .structure__popup-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.use {
  position: relative;
  z-index: 1;
  background-image: url(../images/pc/use-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.use .use__wrapper {
  padding-block: 10.2rem 8.5rem;
  position: relative;
}
.use .use__container {
  margin-top: 5.6rem;
}
.use .use__list {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.use .swiper-wrapper {
  align-items: center;
}
.use .swiper-slide {
  padding-inline: 7.5rem;
}
.use .swiper-button-prev,
.use .swiper-button-next {
  width: 6.8229rem;
  height: 12.9387rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.use .swiper-button-prev {
  background-image: url(../images/common/arrow-left-white.svg);
  left: 16.8rem;
}
.use .swiper-button-next {
  background-image: url(../images/common/arrow-right-white.svg);
  right: 16.8rem;
}
.use .swiper-button-prev::after,
.use .swiper-button-next::after {
  display: none;
}
.use .use__item {
  max-width: 90rem;
  width: 100%;
  background-color: var(--white);
  border-radius: 1rem;
  height: 36.6rem;
  padding-top: 2.9rem;
  padding-inline: 2.6rem;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}
.use .use__item.use__item--1 .use__item-body {
  margin-top: 2.2rem;
}
.use .use__item.use__item--2 .use__item-body {
  margin-top: 2.1rem;
}
.use .use__item.use__item--3 {
  height: 56.4rem;
}
.use .use__item.use__item--3 .use__item-body {
  margin-top: 2.1rem;
}
.use .use__item-head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.use .use__item-head-case {
  width: 7rem;
  height: 2.6rem;
}
.use .use__item-head-case img {
  width: 100%;
  height: 100%;
}
.use .use__item-head-title {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 500;
  padding-top: 0.4rem;
}
.use .use__text {
  font-size: 1.3rem;
  line-height: 1.0769230769;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .use .swiper-button-prev,
.use .swiper-button-next {
    width: 4.2643125rem;
    height: 8.0866875rem;
  }
  .use .swiper-button-prev {
    left: 8.125rem;
  }
  .use .swiper-button-next {
    right: 8.125rem;
  }
  .use .swiper-slide {
    padding-inline: 3.75rem;
  }
  .use .use__item {
    max-width: 100rem;
    height: 45.75rem;
    padding-top: 3.625rem;
    padding-inline: 3.25rem;
  }
  .use .use__item.use__item--3 {
    height: 70.5rem;
  }
}
@media screen and (max-width: 768px) {
  .use {
    background-image: url(../images/sp/use-bg.webp);
  }
  .use .use__wrapper {
    padding-block: 6.3rem 5.5rem;
  }
  .use .use__title .use__title-jp {
    font-size: 2.6rem;
  }
  .use .use__title .use__title-en {
    font-size: 6rem;
    line-height: 1.5;
  }
  .use .use__container {
    margin-top: 6.2rem;
  }
  .use .use__list {
    gap: 1.8rem;
  }
  .use .swiper-slide {
    padding-inline: 2rem;
  }
  .use .swiper-wrapper {
    align-items: flex-start;
  }
  .use .swiper-button-prev,
.use .swiper-button-next {
    width: 2.9rem;
    height: 5.9rem;
  }
  .use .swiper-button-prev {
    background-image: url(../images/common/arrow-left-navy.svg);
    left: -0.48rem;
  }
  .use .swiper-button-next {
    background-image: url(../images/common/arrow-right-navy.svg);
    right: -0.48rem;
  }
  .use .use__item {
    max-width: 33.5rem;
    width: 100%;
    height: inherit;
    padding-top: 2rem;
    padding-inline: 2rem;
  }
  .use .use__item.use__item--1 {
    height: 72.3rem;
  }
  .use .use__item.use__item--1 .use__item-body {
    margin-top: 2.1rem;
  }
  .use .use__item.use__item--2 {
    height: 75.8rem;
  }
  .use .use__item.use__item--2 .use__item-body {
    margin-top: 2.1rem;
  }
  .use .use__item.use__item--3 {
    height: 75.8rem;
  }
  .use .use__item.use__item--3 .use__item-body {
    margin-top: 2rem;
  }
  .use .use__item-head {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
  }
  .use .use__item-head-case {
    width: 5.8rem;
    height: 2.2rem;
    flex-shrink: 0;
  }
  .use .use__item-head-case img {
    width: 100%;
    height: 100%;
  }
  .use .use__item-head-title {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 0rem;
  }
  .use .use__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  /*  img {
     height: 100vh;
     aspect-ratio: 1440/804;
   } */
}
.fv .fv_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
  }
}

.pro {
  background: url(../images/pc/pro-bg.webp) no-repeat center center/cover;
  width: 100%;
  padding-block: 12rem 10.7rem;
  overflow: hidden;
  margin-top: -0.3rem;
}
.pro .pro__inner {
  position: relative;
  z-index: 1;
}
.pro .pro__inner::before {
  content: "";
  position: absolute;
  right: -28rem;
  bottom: -11rem;
  background: url(../images/pc/pro-person.webp) no-repeat center center/cover;
  aspect-ratio: 1032/606;
  width: 103.2rem;
}
@media (768px <= width <= 1024px) {
  .pro .pro__inner::before {
    right: -27rem;
    bottom: -11rem;
    width: 91rem;
  }
}
.pro .pro__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  gap: 4rem;
}
.pro .pro__title-text {
  font-size: 6rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  color: var(--main);
}
.pro .pro__title-text--weight {
  font-weight: 700;
}
.pro .pro__title-text-color {
  color: var(--light-blue);
}
.pro .pro__title-text-sub {
  font-size: 2rem;
  line-height: 1.6;
  color: var(--main);
  font-weight: normal;
}
.pro .pro__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 50rem;
  gap: 1.6rem;
}
.pro .pro__list li {
  background: var(--light-blue);
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 2rem;
  line-height: 1.5;
  color: var(--white);
  padding-block: 0.5rem;
  padding-inline: 1.3rem 1.5rem;
}
.pro .pro__list li::before {
  content: "";
  background: url(../images/common/check-white.webp) no-repeat center center/contain;
  width: 2.1rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .pro {
    background: url(../images/sp/pro-bg.webp) no-repeat center center/cover;
    padding-block: 4rem 0rem;
    aspect-ratio: 375/525;
    min-height: 58.5rem;
    overflow: hidden;
  }
  .pro .pro__inner::before {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    bottom: min(-23rem, -230px);
    background: url(../images/sp/pro-person.webp) no-repeat center center/cover;
    aspect-ratio: 375/222;
    width: 37.5rem;
  }
  .pro .pro__title-wrapper {
    align-items: center;
    width: 100%;
    gap: 1.6rem;
  }
  .pro .pro__title-text {
    font-size: 2.5rem;
    line-height: 1.0909090909;
    text-align: center;
    white-space: nowrap;
  }
  .pro .pro__title-text span {
    display: inline;
  }
  .pro .pro__title-text-color {
    color: var(--light-blue);
    font-size: 3.3rem;
    line-height: 1.4545454545;
  }
  .pro .pro__title-text-sub {
    padding-inline: 2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    order: 1;
    padding-bottom: 3rem;
  }
  .pro .pro__list {
    padding-inline: 2rem;
    max-width: 100%;
    gap: 0.6rem;
    justify-content: center;
  }
  .pro .pro__list li {
    border-radius: 1.7rem;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-block: 0.5rem;
    padding-inline: 1.2rem 1.3rem;
  }
  .pro .pro__list li::before {
    content: "";
    width: 1.4rem;
    height: 1.2rem;
  }
  .pro .pro__title-text-size {
    font-size: 3.3rem;
    line-height: 1.4545454545;
    color: .pro .pro__title-text-size main;
  }
}

.worries {
  /* @include mq(xlpc) {
    .worries__bottom-title {
         height: auto;
         margin-top: -23%;
       }
     .worries__top-wrapper {
         margin-top: -8%;
       }

     } */
}
.worries .worries__title {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.5;
  color: var(--white);
  padding-block: 8.8rem;
  aspect-ratio: 1440/260;
  width: 100%;
  text-align: center;
  background: url(../images/pc/worries-header-bg.webp) no-repeat center center/cover;
}
.worries .worries__top-wrapper {
  aspect-ratio: 1440/750;
  background: url(../images/pc/worries-bg.webp) no-repeat center center/cover;
  width: 100%;
  margin-top: -10.5rem;
  padding-top: 17.6rem;
}
.worries .worries__mask {
  overflow: hidden;
}
.worries .worries__inner {
  position: relative;
  z-index: 1;
}
.worries .worries__inner::before {
  z-index: -1;
  content: "";
  background: url(../images/pc/worries-person.webp) no-repeat center center/cover;
  position: absolute;
  width: 76rem;
  aspect-ratio: 410/273;
  bottom: -6.5rem;
  left: -25.7rem;
}
.worries .worries__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 72.3rem;
  margin-left: auto;
}
.worries .worries__item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.4rem;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  padding-block: 2.6rem 1.8rem;
  padding-inline: 3.2rem;
  min-width: 62.5rem;
  font-size: 2.4rem;
  line-height: 1.75;
  color: var(--white);
  font-weight: 500;
  text-align: center;
}
.worries .worries__item:nth-of-type(even) {
  margin-left: auto;
}
.worries .worries__item-color {
  color: var(--yellow);
}
.worries .worries__bottom-wrapper {
  position: relative;
  padding-bottom: 8rem;
}
.worries .worries__bottom-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: url(../images/pc/worries-bg02.webp) no-repeat center center/cover;
  aspect-ratio: 1440/501;
  width: 100%;
  height: 100%;
  top: 15rem;
  -webkit-clip-path: inset(2% 0 0 0);
          clip-path: inset(2% 0 0 0);
}
.worries .worries__bottom-title {
  position: relative;
  z-index: 1;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--white);
  display: grid;
  place-items: center;
  background: url(../images/pc/worries-header02-bg.webp) no-repeat center center/cover;
  aspect-ratio: 1440/421;
  height: 42.1rem;
  width: 100%;
  text-align: center;
  margin-top: -15.5rem;
}
.worries .worries__bottom-list {
  position: relative;
  z-index: 1;
  margin-top: -18rem;
  padding-top: 9.7rem;
  display: flex;
  width: 100%;
  gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}
.worries .worries__bottom-item {
  padding-block: 8.8rem 4rem;
  padding-inline: 3rem;
  border-radius: 0.6rem;
  background: var(--gray);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: calc((100% - 7.5rem) / 4);
  position: relative;
}
.worries .worries__bottom-item::before, .worries .worries__bottom-item::after {
  content: "";
  position: absolute;
  display: block;
}
.worries .worries__bottom-item::before {
  background: url(../images/pc/worries-hukidasi.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 13.3rem;
  aspect-ratio: 133/101;
}
.worries .worries__bottom-item::after {
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11rem;
  aspect-ratio: 110/110;
}
.worries .worries__bottom-item:nth-of-type(1)::after {
  background: url(../images/common/worries-item01.webp) no-repeat center center/contain;
}
.worries .worries__bottom-item:nth-of-type(2)::after {
  background: url(../images/common/worries-item02.webp) no-repeat center center/contain;
}
.worries .worries__bottom-item:nth-of-type(3)::after {
  background: url(../images/common/worries-item03.webp) no-repeat center center/contain;
}
.worries .worries__bottom-item:nth-of-type(4)::after {
  background: url(../images/common/worries-item04.webp) no-repeat center center/contain;
}
.worries .worries__bottom-item:nth-of-type(even) {
  margin-top: 3.2rem;
}
.worries .worries__bottom-item-title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--yellow);
  text-align: center;
}
.worries .worries__bottom-item-text {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  color: var(--white);
}
.worries .worries__item-line {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
  -webkit-text-decoration-color: var(--yellow);
          text-decoration-color: var(--yellow);
  color: var(--white);
  display: inline;
}
@media (769px <= width <= 1024px) {
  .worries .worries__title {
    min-height: 168px;
    height: 27rem;
  }
  .worries .worries .worries__bottom-title {
    margin-top: 15.5rem;
  }
  .worries .worries__top-wrapper {
    aspect-ratio: 1440/830;
  }
  .worries .worries__inner::before {
    left: -30rem;
  }
}
@media screen and (max-width: 768px) {
  .worries .worries__title {
    font-size: 2.6rem;
    line-height: 1.5;
    padding-block: 4.2rem 7.8rem;
    aspect-ratio: 375/198;
    background: url(../images/sp/worries-header-bg.webp) no-repeat center center/cover;
  }
  .worries .worries__top-wrapper {
    aspect-ratio: 375/490;
    background: url(../images/sp/worries-bg.webp) no-repeat top center/cover;
    margin-top: -6.5rem;
    padding-top: 5.7rem;
  }
  .worries .worries__inner {
    position: relative;
    z-index: 1;
  }
  .worries .worries__inner::before {
    z-index: -1;
    content: "";
    background: url(../images/sp/worries-person.webp) no-repeat center center/cover;
    position: absolute;
    width: 39rem;
    aspect-ratio: 390/289;
    bottom: -21.5rem;
    left: unset;
    right: 0;
    -webkit-clip-path: inset(0 0 0 10%);
            clip-path: inset(0 0 0 10%);
  }
  .worries .worries__list {
    align-items: center;
    gap: 1.6rem;
    width: 100%;
    padding-inline: 1rem;
    margin-inline: auto;
  }
  .worries .worries__item {
    padding-block: 1.3rem 1rem;
    padding-inline: 1.6rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 1.3rem;
    background: var(--gray);
    line-height: 1;
  }
  .worries .worries__item:nth-of-type(even) {
    margin-left: 0;
  }
  .worries .worries__bottom-wrapper {
    padding-bottom: 4.8rem;
  }
  .worries .worries__bottom-wrapper::before {
    background: url(../images/sp/worries-bg02.webp) no-repeat center center/cover;
    aspect-ratio: 375/744;
    top: 6rem;
    -webkit-clip-path: inset(0% 0 0 0);
            clip-path: inset(0% 0 0 0);
  }
  .worries .worries__bottom-title {
    font-size: 2.6rem;
    line-height: 1.5;
    background: url(../images/sp/worries-header02-bg.webp) no-repeat center center/cover;
    aspect-ratio: 375/233;
    height: 23.3rem;
    margin-top: -12rem;
    padding-bottom: 1.15rem;
  }
  .worries .worries__bottom-list {
    padding-inline: 2rem;
    margin-top: 1rem;
    padding-top: 0rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 5.6rem;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .worries .worries__bottom-item {
    padding-block: 4.8rem 2.3rem;
    padding-inline: 1rem 1.3rem;
    width: calc((100% - 0.75rem) / 2);
    position: relative;
    z-index: 0;
  }
  .worries .worries__bottom-item::before {
    background: url(../images/sp/worries-hukidasi.webp) no-repeat center center/cover;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 13.3rem;
    aspect-ratio: 133/101;
  }
  .worries .worries__bottom-item::after {
    top: -4.4rem;
    width: 8.8rem;
    aspect-ratio: 110/110;
  }
  .worries .worries__bottom-item:nth-of-type(1)::after {
    background: url(../images/sp/worries-item01.webp) no-repeat center center/contain;
  }
  .worries .worries__bottom-item:nth-of-type(2)::after {
    background: url(../images/sp/worries-item02.webp) no-repeat center center/contain;
  }
  .worries .worries__bottom-item:nth-of-type(3)::after {
    background: url(../images/sp/worries-item03.webp) no-repeat center center/contain;
  }
  .worries .worries__bottom-item:nth-of-type(4)::after {
    background: url(../images/sp/worries-item04.webp) no-repeat center center/contain;
  }
  .worries .worries__bottom-item:nth-of-type(even) {
    margin-top: 0rem;
  }
  .worries .worries__bottom-item-title {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    z-index: 1;
    position: relative;
  }
  .worries .worries__bottom-item-text {
    margin-top: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .worries .worries__item-line {
    text-decoration: underline;
    text-decoration-thickness: 0.2rem;
    text-underline-offset: 0.5rem;
    -webkit-text-decoration-color: var(--yellow);
            text-decoration-color: var(--yellow);
    color: var(--white);
    display: inline;
  }
}

.solution .solution__title {
  background: url(../images/pc/solution-header-bg.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 1440/340;
  position: relative;
  padding-block: 11.3rem 8.8rem;
  text-align: center;
  z-index: 1;
}
.solution .solution__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 56, 118, 0.9);
  z-index: -1;
}
.solution .solution__title-midasi {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.875;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 3.1rem;
  position: relative;
}
.solution .solution__title-midasi::before, .solution .solution__title-midasi::after {
  content: "";
  position: absolute;
  bottom: 2.4rem;
  width: 3.5rem;
  height: 2px;
  background: var(--white);
}
.solution .solution__title-midasi::before {
  rotate: 63deg;
  left: -3.3rem;
}
.solution .solution__title-midasi::after {
  rotate: -63deg;
  right: -3.3rem;
}
.solution .solution__title-text {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: var(--white);
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.solution .solution__title-text-color {
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--yellow);
}
.solution .solution__content {
  background: url(../images/pc/solution-bg.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 1440/1381;
  padding-block: 10.4rem 9.2rem;
}
.solution .solution__content-inner h3 {
  color: var(--white);
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.5111111111;
  text-align: center;
}
.solution .solution__list {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.solution .solution__item {
  background: var(--white);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.solution .solution__item img {
  aspect-ratio: 384/200;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution .solution__item h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding-block: 1rem;
  color: var(--white);
  background-color: var(--light-blue02);
  border-radius: 2.8rem;
  width: 33.6rem;
  margin-inline: auto;
}
.solution .solution__content-text-wrapper {
  padding-inline: 3rem;
  padding-bottom: 3.3rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.7rem;
}
.solution .solution__content-text-wrapper p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--main);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.solution .solution__content-text-wrapper p::before {
  content: "";
  background: url(../images/common/check-light-blue.webp) no-repeat center center/contain;
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
@media (769px <= width <= 1024px) {
  .solution .solution__content-text-wrapper p {
    font-size: 1.5rem;
  }
}
.solution .solution__item--center .solution__content-text-wrapper {
  justify-content: center;
  padding-inline: 0;
}
.solution .solution__content-text-wrapper--01 {
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.solution .solution__content-text-wrapper--01 p {
  min-width: 12rem;
}
.solution .solution__content-text-wrapper--03 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 34.3rem;
}
.solution .solution__content-text-wrapper--04 {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  width: 29rem;
}
.solution .solution__content-text-wrapper--05 {
  max-width: 31rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.solution .solution__content-text-wrapper--05 p {
  min-width: 11.6rem;
}
.solution .solution__content-note {
  margin-top: 8.3rem;
  text-align: center;
  color: var(--white);
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.solution .solution__content-link-wrapper {
  margin-top: 3rem;
  text-align: center;
}
.solution .solution__content-link {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.solution .solution__content-link::after {
  content: "";
  background: url(../images/common/pdf-icon.webp) no-repeat center/contain;
  width: 2.4rem;
  height: 2.8rem;
  display: block;
}
@media screen and (min-width: 1921px) {
  .solution .solution__content {
    max-height: 138.1rem;
  }
}
@media screen and (max-width: 768px) {
  .solution .solution__title {
    background: url(../images/sp/solution-header-bg.webp) no-repeat center center/cover;
    aspect-ratio: 375/253;
    padding-block: 4.2rem 3.3rem;
  }
  .solution .solution__title-midasi {
    font-size: 2rem;
    line-height: 3;
    margin-bottom: 0.7rem;
  }
  .solution .solution__title-midasi::before, .solution .solution__title-midasi::after {
    bottom: 2.4rem;
    width: 2.4rem;
  }
  .solution .solution__title-midasi::before {
    left: -3.3rem;
  }
  .solution .solution__title-midasi::after {
    right: -3.3rem;
  }
  .solution .solution__title-text {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    flex-direction: column;
    gap: 0.1rem;
  }
  .solution .solution__title-text-color {
    font-size: 4.8rem;
    line-height: 1.5;
  }
  .solution .solution__content {
    background: url(../images/sp/solution-bg.webp) no-repeat center center/cover;
    aspect-ratio: 375/2547;
    padding-block: 5rem 4.8rem;
  }
  .solution .solution__content-inner {
    padding-inline: 2rem;
  }
  .solution .solution__content-inner h3 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .solution .solution__list {
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
  .solution .solution__item {
    gap: 1.6rem;
  }
  .solution .solution__item h4 {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    padding-block: 1.3rem;
    border-radius: 2.4rem;
    width: 29.5rem;
  }
  .solution .solution__content-text-wrapper {
    padding-inline: 3.2rem;
    padding-bottom: 2.1rem;
    row-gap: 0.6rem;
  }
  .solution .solution__content-text-wrapper p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    gap: 0.6rem;
  }
  .solution .solution__content-text-wrapper p::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .solution .solution__item--center .solution__content-text-wrapper {
    justify-content: center;
    padding-inline: inherit;
  }
  .solution .solution__content-text-wrapper--01 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-inline: 3.2rem !important;
  }
  .solution .solution__content-text-wrapper--01 p {
    min-width: 9.9rem;
  }
  .solution .solution__content-text-wrapper--03 {
    width: 30.3rem;
  }
  .solution .solution__content-text-wrapper--04 {
    width: 24rem;
  }
  .solution .solution__content-text-wrapper--05 {
    max-width: 26.4rem;
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
  .solution .solution__content-text-wrapper--05 p {
    min-width: auto;
  }
  .solution .solution__content-text-wrapper--06 {
    padding-right: 2.5rem;
  }
  .solution .solution__content-note {
    margin-top: 5rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .solution .solution__content-link-wrapper {
    margin-top: 2.4rem;
  }
  .solution .solution__content-link {
    text-decoration-thickness: 0.15rem;
    text-underline-offset: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.3333333333;
    gap: 0.7rem;
  }
  .solution .solution__content-link::after {
    width: 1.8rem;
    height: 2.1rem;
  }
}

.page .page-404 {
  padding-top: 12rem;
  text-align: center;
}
.page .page-404 .page-404__title {
  font-size: 4rem;
  line-height: 1.45;
}
.page .page-404 .page-404__text {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 4rem;
}
.page .page-404 .page-404__link {
  display: inline-block;
  margin-top: 6rem;
  width: 26rem;
  height: 5.3rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2A89BF;
  border-radius: 60px;
  opacity: 0.9;
  font-size: 1.5rem;
  color: #2A89BF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  transition: all 0.3s ease;
}
.page .page-404 .page-404__link:hover {
  background: #2A89BF;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .page-404 {
    padding-top: 8rem;
  }
  .page .page-404 .page-404__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .page .page-404 .page-404__text {
    font-size: 1.5rem;
  }
  .page .page-404 .page-404__link {
    width: 20rem;
    height: 4rem;
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */