@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;
  --winered: #8E4859;
  --light-pink: #FFF1F4;
  --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 (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  color: var(--winered);
  background: var(--white);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
  background-image: url(../images/common/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

main {
  flex: 1;
}

h3,
h2 {
  font-weight: 700;
  color: var(--winered);
}

span,
p {
  color: var(--winered);
}

a {
  transition: 0.3s;
  color: var(--winered);
}
@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;
}

.row-wrapper {
  width: calc(100% - 24rem);
  margin-left: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .row-wrapper {
    width: 100%;
    margin: 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;
  }
}

.section__title {
  position: relative;
}
.section__title-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-size: 4rem;
  line-height: 1;
}
.section__title-img {
  display: block;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.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-gray02);
  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);
  }
}
.mt35 {
  margin-top: 3.5rem;
}

.mt35--sp32 {
  margin-top: 3.2rem;
}

.mt41 {
  margin-top: 4.1rem;
}

.mt41--sp46 {
  margin-top: 4.6rem;
}

.footer .footer__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 25.1rem;
  padding-bottom: 29.4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    flex-direction: column;
    padding-top: 19.6rem;
    padding-bottom: 21rem;
  }
}
.footer .footer__body {
  width: 96rem;
  height: 96rem;
  flex-shrink: 0;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
  margin-top: 37.8rem;
  margin-right: -46rem;
  padding-top: 18rem;
}
.footer .footer__body-inner {
  display: contents;
}
@media screen and (max-width: 768px) {
  .footer .footer__body {
    position: relative;
    width: 106.5rem;
    height: 106.5rem;
    margin-inline: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 7.2rem;
    padding-top: 1.6rem;
    justify-content: center;
  }
  .footer .footer__body-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding-inline: 3.4rem;
  }
}
.footer .footer__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  letter-spacing: 0;
}
.footer .footer__text dl {
  display: flex;
}
.footer .footer__text dl dt {
  flex-shrink: 0;
}
.footer .footer__text dl dd {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .footer .footer__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .footer .footer__text dl dd br {
    display: none;
  }
}
.footer .footer__text .tar {
  display: block;
  text-align: right;
}
.footer .footer__text._bold {
  font-weight: bold;
}
.footer .footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2.4rem;
}
.footer .footer__list li {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
.footer .footer__sns {
  width: 4.3rem;
  margin-inline: auto;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__sns {
    width: 3rem;
    margin-top: 1.1rem;
  }
}
.footer .footer__slider {
  position: relative;
  z-index: 10;
  width: 70rem;
  overflow: hidden;
  flex-shrink: 0;
  padding-bottom: 3rem;
}
.footer .footer__slider .swiper-notification {
  display: none;
}
.footer .footer__slider .footer__pagination {
  position: absolute;
  top: auto !important;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.footer .footer__slider .footer__pagination .swiper-pagination-bullet {
  width: 1.3rem;
  height: 1.3rem;
  background: #FBE2E8;
}
@media screen and (max-width: 768px) {
  .footer .footer__slider {
    width: 100%;
    max-width: calc(100% - 7.5rem);
    margin-inline: auto;
    padding-bottom: 2rem;
  }
  .footer .footer__slider .footer__pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 24rem;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    padding-top: 3.8rem;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
.header .header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    justify-content: center;
    gap: 0;
  }
}
.header .header__logo {
  width: 19.3rem;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    max-width: 23vh;
    width: 23.1rem;
  }
}
.header .header__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header .header__nav ul {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.9rem;
}
.header .header__nav ul li a {
  font-size: 1.6rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: var(--winered);
  font-weight: 400;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--light-pink);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header .header__nav ul {
    flex-direction: column;
    gap: min(5.6rem, 5.6vh);
  }
  .header .header__nav ul li {
    text-align: center;
  }
  .header .header__nav ul li a {
    font-size: 2rem;
    text-align: center;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 768px) {
  .header .header__nav-sns {
    margin-top: min(7.2rem, 7.2vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: min(3rem, 3vh);
  }
  .header .header__nav-sns a.header__nav-sns-item--instagram {
    width: 3rem;
  }
  .header .header__nav-sns a.header__nav-sns-item--youtube {
    width: 4rem;
  }
  .header .header__nav-sns a.header__nav-sns-item--furusato {
    width: 9.6rem;
  }
}

.hamburger {
  display: none;
  cursor: pointer;
  width: 5.5rem;
  height: 5.5rem;
  transition: 0.5s ease-in-out;
  position: fixed;
  top: 0rem;
  right: 0rem;
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--light-pink);
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburger .hamburger__text {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.hamburger .hamburger__line {
  display: grid;
  width: 2.5rem;
  height: 1.2rem;
  place-items: center;
  position: relative;
}
.hamburger .hamburger__line span {
  width: 2.5rem;
  border-radius: 1px;
  height: 0.1rem;
  display: block;
  position: absolute;
  background-color: var(--winered);
  left: 0;
}
.hamburger .hamburger__line span:nth-child(1) {
  top: 0rem;
}
.hamburger .hamburger__line span:nth-child(2) {
  top: 0.6rem;
}
.hamburger .hamburger__line span:nth-child(3) {
  top: 1.2rem;
}

.header.open .header__nav {
  opacity: 1;
  visibility: visible;
  z-index: 98;
  left: 0;
}
.header.open .hamburger {
  transition: 0.5s ease-in-out;
  background: var(--winered);
}
.header.open .hamburger .hamburger__line span {
  background-color: var(--light-pink);
  height: 0.2rem;
  width: 3.8rem;
}
.header.open .hamburger .hamburger__line span:nth-child(1) {
  transform: rotate(-45deg);
  top: -0.25rem;
  left: -0.52rem;
}
.header.open .hamburger .hamburger__line span:nth-child(2) {
  visibility: hidden;
  transition: 0s;
  opacity: 0;
}
.header.open .hamburger .hamburger__line span:nth-child(3) {
  transform: rotate(45deg);
  top: -0.25rem;
  left: -0.52rem;
}

.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 {
  margin-top: 12.6rem;
}
.price .section__title {
  margin-left: 14rem;
}
.price .section__title-text {
  bottom: 3.6rem;
  right: 36rem;
  position: absolute;
}
.price .section__title-img {
  width: 58.6rem;
}
.price__inner {
  background: var(--white);
  padding-block: 30.5rem;
  border-radius: 43rem 0 0 0;
  margin-top: -14rem;
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.price__item {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
.price__item:nth-child(even) {
  flex-direction: row-reverse;
}
.price__item:nth-child(1), .price__item:nth-child(4) {
  width: 88.5rem;
}
.price__item:nth-child(2), .price__item:nth-child(3) {
  width: 70rem;
}
.price__item-img {
  width: 50rem;
}
.price__item-body {
  flex: 1;
}
.price__item-title {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.price__item-text {
  font-size: 1.8rem;
  line-height: 1.6111111111;
}
.price__item-text dl {
  margin-top: 4rem;
}
.price__item-list {
  display: flex;
  gap: 1.8rem;
}
.price__item-list + .price__item-list {
  margin-top: 0.6rem;
}
.price__item-list dt {
  width: 7.2rem;
}
.price__item-img--slide {
  width: 50rem;
  overflow: hidden;
  padding-bottom: 3.2rem;
  position: relative;
}
.price__item-img--slide .swiper-slide {
  width: 100%;
}
.price__item-img--slide img {
  width: 100%;
}
.price__item-img--slide .swiper-notification {
  display: none;
}
.price__item-img--slide .price__pagination {
  position: absolute;
  top: auto !important;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.price__item-img--slide .price__pagination .swiper-pagination-bullet {
  width: 1.3rem;
  height: 1.3rem;
  background: #fbe2e8;
}
@media screen and (max-width: 768px) {
  .price {
    margin-top: 8rem;
  }
  .price .section__title {
    margin-left: 4.2rem;
  }
  .price .section__title-text {
    bottom: 1.5rem;
    right: 3.3rem;
  }
  .price .section__title-img {
    width: 25.8rem;
  }
  .price__inner {
    background: url(../images/sp/price-bg.png) no-repeat top center/cover;
    aspect-ratio: 375/1953;
    width: 100%;
    padding-block: 0 12.7rem;
    border-radius: 0;
    margin-top: -5.5rem;
    padding-inline: 3.3rem;
    gap: 10rem;
  }
  .price__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .price__item:nth-child(1) {
    margin-top: 14.8rem;
  }
  .price__item:nth-child(1), .price__item:nth-child(2), .price__item:nth-child(3), .price__item:nth-child(4) {
    width: 100%;
  }
  .price__item:nth-child(even) {
    flex-direction: column;
  }
  .price__item-img {
    width: 100%;
  }
  .price__item-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .price__item-text dl {
    margin-top: 1.5rem;
  }
  .price__item-list {
    gap: 1rem;
  }
  .price__item-list + .price__item-list {
    margin-top: 1rem;
  }
  .price__item-list + .price__item-list dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 1rem;
  }
  .price__item-img--slide {
    width: 100%;
    padding-bottom: 2.5rem;
  }
  .price__item-img--slide .price__pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.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 {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100vh;
  }
}
.fv .fv__inner {
  position: relative;
  width: 100%;
}
.fv .fv__text {
  position: absolute;
  width: 11.8rem;
  top: 8.8rem;
  right: 7rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv .fv__text {
    top: min(30.5rem, 35vh);
    max-width: 10vh;
    width: 8.3rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
.fv .fv__slider {
  position: relative;
  width: 100%;
  z-index: 9;
}
.fv .fv__slider .swiper-wrapper {
  width: 100%;
}
.fv .fv__slider .swiper-slide {
  width: 100%;
}
.fv .fv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv .fv__slider .swiper-slide {
    height: 100vh;
  }
  .fv .fv__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.fv__bottom {
  margin-top: 23.8rem;
}
@media screen and (max-width: 768px) {
  .fv__bottom {
    margin-top: 15rem;
  }
}
.fv__bottom .fv__bottom-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .fv__bottom .fv__bottom-inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.fv__bottom .fv__bottom-text {
  width: 54.5rem;
  height: 54.5rem;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -4.5rem;
  z-index: 9;
}
.fv__bottom .fv__bottom-text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.0625em;
  line-height: 1.75;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .fv__bottom .fv__bottom-text {
    margin-top: 10rem;
    right: auto;
  }
  .fv__bottom .fv__bottom-text p {
    line-height: 2;
  }
}
.fv__bottom .fv__bottom-img {
  position: relative;
  z-index: 10;
  width: 70rem;
}
@media screen and (max-width: 768px) {
  .fv__bottom .fv__bottom-img {
    max-width: 37.5rem;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 375/500;
  }
  .fv__bottom .fv__bottom-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

.about {
  margin-top: 22.2rem;
}
.about .section__title {
  margin-left: 4.6rem;
}
.about .section__title-text {
  bottom: 5.5rem;
  right: 23.1rem;
  position: absolute;
}
.about .section__title-img {
  width: 73.3rem;
}
.about__inner {
  background: var(--white);
  padding-block: 32.4rem 23.8rem;
  border-radius: 43rem 0 0 0;
  margin-top: -18rem;
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
.about__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding-left: 4.6rem;
}
.about__item:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 4.6rem;
}
.about__item-title {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 700;
}
.about__item-text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.625;
}
.about__item-body {
  flex: 1;
}
.about__item-img {
  width: 70rem;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 20rem;
  }
  .about .section__title {
    margin-left: 4.1rem;
  }
  .about .section__title-text {
    bottom: 1.5rem;
    right: 3.3rem;
  }
  .about .section__title-img {
    width: 25.8rem;
  }
  .about__inner {
    background: url(../images/sp/about-bg.png) no-repeat top center/cover;
    aspect-ratio: 375/3525;
    width: 100%;
    padding-block: 0 11.6rem;
    border-radius: 0;
    margin-top: -5.5rem;
    padding-inline: 3.3rem;
  }
  .about__inner + .about__item {
    padding-top: 15.7rem;
  }
  .about__item {
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 0;
  }
  .about__item:nth-child(1) {
    margin-top: 15.7rem;
  }
  .about__item:nth-child(even) {
    flex-direction: column-reverse;
    padding: 0;
  }
  .about__item-text {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
  .about__item-img {
    width: 100%;
  }
}

.introduction {
  margin-top: 15.3rem;
}
.introduction .section__title {
  width: 100%;
}
.introduction .section__title-text {
  bottom: 2.9rem;
  left: 12rem;
}
.introduction .section__title-img {
  width: 100%;
}
.introduction__inner {
  margin-top: 3.5rem;
  max-width: 101.1rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.introduction__inner > * + * {
  margin-top: -6rem;
}
.introduction__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.introduction__item-body {
  max-width: 43rem;
  flex: 1;
  display: flex;
  gap: 1.8rem;
  align-items: flex-start;
}
.introduction__item-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.55em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.introduction__item-text {
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
}
.introduction__item-text::before {
  content: "";
  display: block;
  width: 25.6rem;
  height: 25.6rem;
  background: url(../images/pc/icon02.webp) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
}
.introduction__item-img {
  width: 50rem;
}
.introduction__item:nth-child(even) {
  flex-direction: row-reverse;
}
.introduction__item:nth-child(even) .introduction__item-text::before {
  transform: scaleX(-1);
  right: initial;
}
.introduction__item:nth-child(1) {
  justify-content: left;
}
.introduction__item:nth-child(1) .introduction__item-text::before {
  right: -6.2rem;
  top: 3rem;
}
.introduction__item:nth-child(2) {
  gap: 3.7rem;
}
.introduction__item:nth-child(2) .introduction__item-body {
  align-items: center;
}
.introduction__item:nth-child(2) .introduction__item-text::before {
  left: -2rem;
  top: 1.3rem;
}
.introduction__item:nth-child(3) {
  margin-top: 3rem;
  gap: 9.2rem;
}
.introduction__item:nth-child(3) .introduction__item-body {
  max-width: 38.5rem;
}
.introduction__item:nth-child(3) .introduction__item-text::before {
  right: -9rem;
  top: 0rem;
}
.introduction__item:nth-child(4) {
  margin-top: 11rem;
  gap: 4rem;
}
.introduction__item:nth-child(4) .introduction__item-body {
  max-width: 38.5rem;
}
.introduction__item:nth-child(4) .introduction__item-text::before {
  left: -4.6rem;
  top: 4.4rem;
}
.introduction__item:nth-child(5) {
  margin-top: -2.1rem;
  gap: 2.5rem;
  justify-content: flex-start;
}
.introduction__item:nth-child(5) .introduction__item-list {
  display: flex;
  flex-direction: column;
  gap: 10.2rem;
  width: 100%;
}
.introduction__item:nth-child(5) .introduction__item-body {
  flex-direction: column;
  max-width: none;
}
.introduction__item:nth-child(5) .introduction__item-title {
  writing-mode: lr;
  letter-spacing: 0;
}
.introduction__item:nth-child(5) .introduction__item-title span {
  font-size: 1.5rem;
  font-size: 400;
  display: inline-block;
  padding-left: 2rem;
}
.introduction__item:nth-child(5) .introduction__item-text {
  margin-top: 1rem;
}
.introduction__item:nth-child(5) .introduction__item-text::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .introduction {
    margin-top: 15rem;
  }
  .introduction .section__title-text {
    bottom: -3.6rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .introduction .section__title-img {
    width: calc(100% - 1.6rem);
    margin-inline: auto;
  }
  .introduction__inner {
    margin-top: 8.2rem;
    max-width: 100%;
    padding-inline: 3.3rem;
    gap: 7rem;
  }
  .introduction__inner > * + * {
    margin-top: 0rem;
  }
  .introduction__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0rem;
    position: relative;
  }
  .introduction__item-body {
    max-width: 100%;
    gap: 0;
  }
  .introduction__item-title {
    font-size: 2rem;
    position: absolute;
    right: 3.4rem;
    top: 1rem;
  }
  .introduction__item-text {
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
  .introduction__item-text::before {
    width: 18.2rem;
    height: 18.2rem;
  }
  .introduction__item-text p + p {
    margin-top: 1.5rem;
  }
  .introduction__item-img {
    width: 20rem;
    margin-left: 1.4rem;
  }
  .introduction__item:nth-child(even) {
    flex-direction: column;
  }
  .introduction__item:nth-child(1) .introduction__item-title {
    top: 5.6rem;
  }
  .introduction__item:nth-child(1) .introduction__item-text::before {
    right: 0rem;
    top: initial;
    bottom: -0.7rem;
  }
  .introduction__item:nth-child(2) {
    gap: 0.64rem;
  }
  .introduction__item:nth-child(2) .introduction__item-title {
    top: 2rem;
    letter-spacing: 0.3em;
  }
  .introduction__item:nth-child(2) .introduction__item-text::before {
    left: 0rem;
    top: 2.5rem;
  }
  .introduction__item:nth-child(3) {
    margin-top: 0rem;
    gap: 1.2rem;
  }
  .introduction__item:nth-child(3) .introduction__item-body {
    max-width: 100%;
  }
  .introduction__item:nth-child(3) .introduction__item-title {
    top: 4rem;
  }
  .introduction__item:nth-child(3) .introduction__item-text::before {
    right: 0rem;
    top: initial;
    bottom: -0.7rem;
  }
  .introduction__item:nth-child(4) {
    margin-top: 0rem;
    gap: 1.8rem;
  }
  .introduction__item:nth-child(4) .introduction__item-body {
    max-width: 100%;
  }
  .introduction__item:nth-child(4) .introduction__item-title {
    top: 2.6rem;
  }
  .introduction__item:nth-child(4) .introduction__item-text::before {
    left: 0rem;
    top: initial;
    bottom: -0.7rem;
  }
  .introduction__item:nth-child(5) {
    margin-top: 0rem;
    gap: 0rem;
    justify-content: flex-start;
    align-items: center;
  }
  .introduction__item:nth-child(5) .introduction__item-title {
    position: initial;
  }
  .introduction__item:nth-child(5) .introduction__item-img {
    width: 25rem;
    margin-inline: auto;
  }
  .introduction__item:nth-child(5) .introduction__item-list {
    gap: 3rem;
  }
  .introduction__item:nth-child(5) .introduction__item-body {
    flex-direction: column;
    max-width: none;
  }
  .introduction__item:nth-child(5) .introduction__item-title span {
    font-size: 1.8rem;
    padding-left: 1.5rem;
  }
  .introduction__item:nth-child(5) .introduction__item-text {
    margin-top: 1.5rem;
  }
}

.no-rotate {
  writing-mode: vertical-rl;
  text-combine-upright: all;
  transform: rotate(0deg);
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .no-rotate .no-rotate {
    padding-bottom: 0.03rem;
  }
}

.shop {
  margin-top: 15.9rem;
}
.shop .section__title {
  width: 100%;
}
.shop .section__title-text {
  bottom: 0rem;
  left: 18.6rem;
  line-height: 1.625;
}
.shop .section__title-img {
  width: 58.3rem;
}
.shop__bg {
  background: url(../images/pc/shop-bg.webp) no-repeat center center/cover;
  aspect-ratio: 1205/904;
  width: 100%;
}
.shop__inner {
  margin-top: 8.8rem;
  max-width: 72.4rem;
  margin-inline: auto;
  padding-block: 16.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12.8rem;
}
.shop__item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 27.2rem;
}
.shop__item-title {
  font-size: 2.3rem;
  line-height: 1.6086956522;
  font-weight: 700;
}
.shop__item-list {
  padding-left: 5.7rem;
}
.shop__item-list > * + * {
  margin-top: 2rem;
}
.shop__item-list li {
  font-size: 1.8rem;
  line-height: 1.6111111111;
}
.shop-info {
  background: var(--winered);
  padding-block: 23.5rem;
}
.shop-info__title {
  color: var(--white);
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.shop-info__inner {
  max-width: 87.1rem;
  margin-inline: auto;
}
.shop-info--map {
  display: flex;
  gap: 6.3rem;
  margin-top: 4.1rem;
}
.shop-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
}
.shop-info__item-map {
  width: 40.4rem;
  aspect-ratio: 404/261;
}
.shop-info__item-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-info__item-text {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.shop-info__item-text span {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 500;
  color: var(--white);
  display: inline-block;
}
.shop-info__item-text span + span {
  margin-left: 0.7rem;
}
.shop-info__item-text img {
  width: 2.3rem;
  height: 2.3rem;
}
.shop-info__bottom {
  margin-top: 6.8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.shop-info__bottom-logo img {
  width: 19.3rem;
  display: block;
  margin-inline: auto;
}
.shop-info__bottom-logo-text {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6111111111;
  color: var(--white);
  text-align: center;
}
.shop-info__bottom-text {
  margin-top: 4.7rem;
}
.shop-info__bottom-text p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  color: var(--white);
  font-weight: 500;
}
.shop-info__bottom-text p + p {
  margin-top: 1.3rem;
}
.shop-info__bottom-sns {
  margin-top: 2.4rem;
  display: flex;
  gap: 2.3rem;
  align-items: center;
  justify-content: center;
}
.shop-info__bottom-sns a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
}
.shop-info__bottom-sns a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.shop-info__bottom-sns-insta {
  width: 5rem;
  height: 5rem;
}
.shop-info__bottom-sns-youtube {
  width: 6.7rem;
  height: 6.7rem;
}
.shop-info__bottom-sns-furusato {
  width: 15rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .shop {
    margin-top: 13.1rem;
  }
  .shop .section__title {
    width: 100%;
    padding-left: 3.3rem;
  }
  .shop .section__title-text {
    bottom: -3.3rem;
    left: 3.3rem;
    line-height: 1.6;
  }
  .shop .section__title-img {
    width: 20.2rem;
  }
  .shop__bg {
    background: url(../images/sp/shop-bg.webp) no-repeat top center/cover;
    aspect-ratio: 1591/1193;
    background-position: 50% 100%;
  }
  .shop__inner {
    max-width: 100%;
    padding-inline: 3.3rem;
    padding-block: 6.6rem;
    flex-direction: column;
    gap: 4rem;
  }
  .shop__item {
    width: 100%;
    min-width: none;
    padding-left: 1.7rem;
  }
  .shop__item-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .shop__item-list {
    padding-left: 0;
  }
  .shop__item-list li {
    padding-left: 1.9rem;
  }
  .shop-info {
    padding-block: 11.3rem 16rem;
  }
  .shop-info__title {
    font-size: 2rem;
  }
  .shop-info__inner {
    max-width: 100%;
    padding-inline: 3.3rem;
  }
  .shop-info--map {
    margin-top: 2.8rem;
    flex-direction: column;
    gap: 3.1rem;
  }
  .shop-info__item {
    gap: 1rem;
  }
  .shop-info__item-map {
    width: 100%;
    aspect-ratio: 300/193;
  }
  .shop-info__item-text {
    gap: 0rem;
  }
  .shop-info__item-text span + span {
    margin-left: 1rem;
  }
  .shop-info__item-text img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .shop-info__bottom {
    margin-top: 8rem;
  }
  .shop-info__bottom-logo img {
    width: 10rem;
  }
  .shop-info__bottom-logo-text {
    margin-top: 2rem;
  }
  .shop-info__bottom-text {
    margin-top: 1.6rem;
  }
  .shop-info__bottom-text p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .shop-info__bottom-text p + p {
    margin-top: 0.5rem;
  }
  .shop-info__bottom-sns-insta {
    width: 3rem;
    height: 3rem;
  }
  .shop-info__bottom-sns-youtube {
    width: 4rem;
    height: 4rem;
  }
  .shop-info__bottom-sns-furusato {
    width: 10rem;
    height: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */