@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #37383c;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

.inner {
  padding-top: 60px;
  padding-inline: 20px;
}
@media only screen and (min-width: 1024px) {
  .inner {
    max-width: 1140px;
    width: calc(100% - 300px);
    margin-inline: auto;
  }
}

.wrapper {
  overflow: hidden;
}

.button {
  padding-block: 7px;
  padding-right: 21px;
  padding-left: 42px;
  border-radius: 30px;
  border: 1px solid #739090;
  color: #739090;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1024px) {
  .button {
    padding-right: 21px;
    padding-left: 61px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .button-w-brand {
    padding-block: 10px;
    padding-right: 20px;
  }
}
@media (hover: hover) {
  .button:hover {
    background: #739090;
    color: #fff;
  }
  .button:hover::before {
    background-image: url(../image/shopping-w.svg);
  }
}
.button::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url(../image/shopping.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media only screen and (min-width: 1024px) {
  .button::before {
    width: 22px;
    height: 22px;
    left: 34px;
  }
}
.button-w {
  color: #fff;
  border: 1px solid #fff;
}
.button-w-brand::before {
  left: 20px;
}
.button-w::before {
  background-image: url(../image/shopping-w-sp.svg);
}
@media only screen and (min-width: 1024px) {
  .button-w::before {
    background-image: url(../image/shopping-w.svg);
  }
}
@media only screen and (min-width: 1024px) {
  .button-w-brand {
    padding-left: 47px;
  }
}

.view-more__button {
  color: #739090;
  font-family: "Didact Gothic";
  font-weight: 400;
  letter-spacing: 0.32px;
  padding-right: 57px;
  position: relative;
}
.view-more__button.w {
  color: #fdfdfd;
}
.view-more__button.w::after {
  content: "";
  width: 44px;
  height: 44px;
  background: url(../image/view-button-w.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media (hover: hover) {
  .view-more__button:hover::after {
    background-image: url(../image/view-button-w.svg);
  }
}
.view-more__button::after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../image/view-button.svg);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.prev__button {
  color: #739090;
  font-family: "Didact Gothic";
  font-weight: 400;
  letter-spacing: 0.32px;
  padding-left: 57px;
  position: relative;
}
@media (hover: hover) {
  .prev__button:hover::before {
    background: #f4f3ea;
  }
  .prev__button:hover::after {
    left: 7px;
  }
}
.prev__button::after, .prev__button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.prev__button::before {
  width: 44px;
  height: 44px;
  background-color: #739090;
  border-radius: 50%;
  left: 0;
}
.prev__button::after {
  width: 15.5px;
  height: 3.5px;
  background: url(../image/prev-arrow.svg) no-repeat center center/contain;
  left: 14.5px;
}

.next__button {
  color: #739090;
  font-family: "Didact Gothic";
  font-weight: 400;
  letter-spacing: 0.32px;
  padding-right: 57px;
  position: relative;
}
@media (hover: hover) {
  .next__button:hover::after {
    background-image: url(../image/view-button-w.svg);
  }
}
.next__button::after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../image/view-button.svg);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.title {
  color: #739090;
}
.title-w {
  color: #fdfdfd;
}
.title.c {
  text-align: center;
  color: #37383c;
}

.sp-h {
  position: absolute;
  top: 88px;
  left: 48px;
  color: #fdfdfd;
}
@media only screen and (min-width: 500px) {
  .sp-h {
    top: 50px;
    left: 48px;
  }
}
@media only screen and (min-width: 700px) {
  .sp-h {
    top: 80px;
    left: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .sp-h {
    top: 90px;
    left: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .sp-h {
    top: 172px;
    left: 150px;
  }
}

.title__main {
  font-family: "Didact Gothic";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.52px;
}
@media only screen and (min-width: 1024px) {
  .title__main {
    font-size: 40px;
    letter-spacing: 2px;
  }
}

.title__sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .title__sub {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

@media only screen and (min-width: 1024px) {
  .title-sp {
    display: none;
  }
}

.title-pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .title-pc {
    display: block;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 1s;
  transition: opacity 2s, -webkit-transform 1s;
  transition: opacity 2s, transform 1s;
  transition: opacity 2s, transform 1s, -webkit-transform 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}

.scale {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media (hover: hover) {
  .scale:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.hidden-sp {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hidden-sp {
    display: block;
  }
}

.hidden-sp-tb {
  display: none;
}
@media only screen and (min-width: 700px) {
  .hidden-sp-tb {
    display: block;
  }
}

@media only screen and (min-width: 700px) {
  .display-sp-tb {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  background-color: #fdfdfd;
  z-index: 20;
}
@media only screen and (min-width: 1024px) {
  .header {
    padding-top: 20px;
    padding-bottom: 12px;
    height: 80px;
  }
}

.header__inner {
  padding-inline: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1200px) {
  .header__inner {
    width: calc(100% - 154px);
    max-width: 1286px;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.header-logo {
  max-width: 122px;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .header-logo__img {
    width: 135px;
  }
  .header-logo__img img {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .header-logo__text {
    color: #655045;
    font-family: "Classico URW";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}

.header__links {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}

.header-link__text {
  color: #739090;
}
@media only screen and (min-width: 1024px) {
  .header-link__text {
    font-weight: 700;
    letter-spacing: 0.8px;
  }
}

@media only screen and (min-width: 1024px) {
  .header__btn {
    display: none;
  }
}

.container {
  width: 33.545px;
  height: 18.393px;
}

.hbgButton {
  position: relative;
  display: block;
  width: 33.545px;
  height: 18.393px;
  cursor: pointer;
}
.hbgButton__fig {
  display: block;
  position: absolute;
  width: 100%;
  height: 3.2px;
}
.hbgButton__fig--01 {
  top: -10.5px;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.hbgButton__fig--02 {
  top: -3px;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.hbgButton__fig--03 {
  top: 4.5px;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.hbgButton__fig svg {
  width: 100%;
  height: 100%;
}
.hbgButton__fig svg path {
  fill: none;
  stroke: #655045;
  stroke-width: 2px;
  -webkit-transition: d 0.3s ease;
  transition: d 0.3s ease;
}
.hbgButton.is-open .hbgButton__fig--01 {
  top: 0;
  left: 10px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  -webkit-transition: top 0.3s 0.2s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
}
.hbgButton.is-open .hbgButton__fig--01 svg path {
  d: path("M0 2L36 2");
}
.hbgButton.is-open .hbgButton__fig--02 {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.hbgButton.is-open .hbgButton__fig--03 {
  top: 0;
  left: -10px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  -webkit-transition: top 0.3s 0.2s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
}
.hbgButton.is-open .hbgButton__fig--03 svg path {
  d: path("M0 2L36 2");
}

.drawer {
  position: fixed;
  top: 60px;
  width: 100%;
  height: calc(100dvh - 10px);
  z-index: 20;
  background-color: #fff;
}

.drawer__content {
  padding-block: 20px;
  padding-inline: 20px;
}

.drawer__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.drawer__list {
  padding-bottom: 23px;
  border-bottom: 1px solid #c6d3d3;
}

.drawer__link {
  color: #739090;
  font-family: "Didact Gothic";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1.3px;
}

.link__text {
  color: #739090;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.button__drawer {
  padding-left: 31px;
  color: #739090;
  font-family: "Didact Gothic";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1.3px;
  position: relative;
}
.button__drawer::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 3px;
  background-image: url(../image/shopping.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.fixed {
  position: fixed;
}

@media only screen and (min-width: 1024px) {
  .footer {
    margin-top: 80px;
    padding-top: 94px;
    padding-bottom: 26px;
    background-color: #fdfdfd;
  }
  .footer.other {
    position: relative;
    margin-top: 0;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__info {
    width: 202px;
  }
}

.footer__logo {
  width: 139px;
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    width: 194px;
    text-align: center;
  }
  .footer__logo img {
    width: 100%;
  }
}

.footer__sns {
  margin-top: 20px;
  width: 84.552px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .footer__sns {
    margin-top: 34px;
  }
  .footer__sns img {
    width: 32px;
  }
}

.footer__text {
  color: #739090;
  font-family: YuGothic;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.5px;
}
.footer__text:nth-of-type(1) {
  margin-top: 37px;
}
@media only screen and (min-width: 1024px) {
  .footer__text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .footer__text:nth-of-type(1) {
    margin-top: 25px;
  }
  .footer__text:nth-of-type(3) {
    margin-top: 9px;
  }
}

.footer__links {
  margin-top: 31.87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 700px) {
  .footer__links {
    display: grid;
    grid-template-columns: 150px 200px;
    grid-template-rows: 60px 60px;
  }
}

.footer__link-text {
  color: #739090;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .footer__link-text {
    color: #739090;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.footer__end {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 24px;
  padding-top: 18.88px;
  padding-inline: 20px;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (min-width: 700px) {
  .footer__end {
    margin-top: 78px;
    padding-inline: 118px;
    padding-top: 50px;
    border-top: 1px solid #d9d9d9;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 21px;
  }
}

.footer__privacy {
  display: block;
  color: #739090;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration-line: underline;
}
@media only screen and (min-width: 700px) {
  .footer__privacy {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.footer__copyright {
  display: block;
  color: #739090;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 700px) {
  .footer__copyright {
    font-size: 14px;
    letter-spacing: 0.7;
  }
}

.fv {
  width: 100%;
  max-height: 559px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .fv {
    max-height: 736px;
  }
}

.fv__inner {
  height: inherit;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .fv__inner {
    width: calc(100% - 100px);
    margin-inline: auto;
    max-width: 1340px;
    z-index: -1;
  }
}

.fv__image {
  height: inherit;
  width: 100%;
}
.fv__image img {
  width: 100%;
}

.fv__description {
  color: #37383c;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 42px;
  left: 55px;
}
.fv__description:nth-child(3) {
  left: 25px;
}
@media only screen and (min-width: 400px) {
  .fv__description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 500px) {
  .fv__description {
    left: 100px;
  }
  .fv__description:nth-child(3) {
    left: 70px;
  }
}
@media only screen and (min-width: 700px) {
  .fv__description {
    left: 120px;
    font-size: 25px;
  }
  .fv__description:nth-child(3) {
    left: 90px;
  }
}
@media only screen and (min-width: 900px) {
  .fv__description {
    left: 150px;
  }
  .fv__description:nth-child(3) {
    left: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .fv__description {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 3px;
    top: 60px;
    left: calc(50% - 321px);
  }
  .fv__description:nth-child(3) {
    left: calc(50% - 370px);
  }
}
@media only screen and (min-width: 1200px) {
  .fv__description {
    top: 92px;
    left: calc(50% - 405px);
  }
  .fv__description:nth-child(3) {
    left: calc(50% - 467px);
  }
}

.fv__description-en {
  position: absolute;
  -webkit-transform: rotate(-14.915deg);
          transform: rotate(-14.915deg);
  color: #fdfdfd;
  font-size: 22px;
  font-family: "adobe-handwriting-ernie";
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: 3.96px;
  bottom: 93px;
  right: 0;
}
.fv__description-en:nth-child(5) {
  bottom: 65px;
}
@media only screen and (min-width: 400px) {
  .fv__description-en {
    font-size: 12px;
    bottom: 50px;
    right: 10px;
  }
  .fv__description-en:nth-child(5) {
    bottom: 30px;
  }
}
@media only screen and (min-width: 700px) {
  .fv__description-en {
    font-size: 20px;
    bottom: 80px;
    right: 50px;
  }
  .fv__description-en:nth-child(5) {
    bottom: 60px;
  }
}
@media only screen and (min-width: 900px) {
  .fv__description-en {
    font-size: 32px;
    right: calc(50% - 360px);
    bottom: 100px;
  }
  .fv__description-en:nth-child(5) {
    bottom: 60px;
    right: calc(50% - 381px);
  }
}
@media only screen and (min-width: 1200px) {
  .fv__description-en {
    font-size: 42px;
    right: calc(50% - 590px);
    bottom: 120px;
  }
  .fv__description-en:nth-child(5) {
    bottom: 80px;
    right: calc(50% - 630px);
  }
}

.news {
  margin-bottom: 60px;
}

.news__content {
  margin-top: 48px;
}
@media only screen and (min-width: 1024px) {
  .news__content {
    margin-top: 60px;
  }
}

.news__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media only screen and (min-width: 1024px) {
  .news__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 46px;
  }
}

.news-card {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .news-card {
    width: 349px;
    height: 333px;
  }
}

.news-card__image {
  border-radius: 3%;
  overflow: hidden;
}
.news-card__image img {
  width: 100%;
}

.news-card__body {
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .news-card__body {
    height: 83px;
  }
}

.news-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-card__date {
  font-size: 14px;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .news-card__date {
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
}

.news-card__link {
  color: #739090;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  border-radius: 20px;
  border: 1px solid #739090;
  padding-inline: 10px;
}

.news-card__text {
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .news-card__text {
    line-height: 2;
    letter-spacing: 0.32px;
  }
}

.news__button {
  margin-top: 66px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .news__button {
    margin-top: 54px;
  }
}

.concept {
  margin-top: 62px;
  margin-bottom: 161px;
}
@media only screen and (min-width: 1024px) {
  .concept {
    margin-top: 100px;
    margin-bottom: 254px;
  }
}

.concept__inner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
}
@media only screen and (min-width: 1024px) {
  .concept__inner {
    margin-top: 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 138px;
  }
}

@media only screen and (min-width: 1024px) {
  .concept__body {
    max-width: 461px;
    width: 34.4029850746%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.concept__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 1024px) {
  .concept__title {
    margin-top: 60px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.concept__text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .concept__text {
    margin-top: 0;
    padding-block: 40px;
    letter-spacing: 0.8px;
  }
}

.concept__images {
  position: relative;
  width: 100%;
  margin-bottom: 72.47px;
}
.concept__images img {
  width: 100%;
  border-radius: 2%;
}
.concept__images img:nth-of-type(1) {
  max-width: 251.1657867432px;
}
.concept__images img:nth-of-type(2) {
  max-width: 176.48px;
  position: absolute;
  left: calc(50% - 10px);
  top: 108.43px;
  z-index: -1;
}
@media only screen and (min-width: 500px) {
  .concept__images {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .concept__images {
    margin-bottom: 0;
    width: 43.8059701493%;
  }
  .concept__images img {
    width: 100%;
    border-radius: 2%;
  }
  .concept__images img:nth-of-type(1) {
    max-width: 454px;
  }
  .concept__images img:nth-of-type(2) {
    max-width: 319px;
    position: absolute;
    top: 160px;
    right: 0;
    z-index: -1;
  }
}

.concept__button {
  margin-top: 28px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .concept__button {
    text-align: left;
  }
}

.brand {
  position: relative;
}
.brand::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%; /* 必須 */
  bottom: 0; /* フッターのように下に固定 */
  background: #f4f7f7;
  z-index: -1; /* 背景に回す */
}

.brand__bg {
  position: relative;
  overflow: hidden;
}

.brand__bg-wave img {
  width: 100%;
}

.brand__bg-image {
  position: absolute;
}
.brand__bg-image:nth-of-type(1) {
  top: 0;
  left: 0;
}
.brand__bg-image:nth-of-type(2) {
  bottom: -38px;
  right: 0;
}
.brand__bg-image:nth-of-type(3), .brand__bg-image:nth-of-type(4) {
  display: none;
}
@media only screen and (min-width: 900px) {
  .brand__bg-image:nth-of-type(1), .brand__bg-image:nth-of-type(2) {
    display: none;
  }
  .brand__bg-image:nth-of-type(3), .brand__bg-image:nth-of-type(4) {
    display: block;
  }
  .brand__bg-image:nth-of-type(3) {
    top: 0;
    left: 0;
  }
  .brand__bg-image:nth-of-type(4) {
    bottom: 0;
    right: 0;
  }
}
.brand__bg-image img {
  width: 100%;
}

.brand__inner {
  position: absolute;
  top: 61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 341px;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .brand__inner {
    top: 200px;
    min-width: 500px;
  }
}
@media only screen and (min-width: 700px) {
  .brand__inner {
    top: 40px;
    max-width: 700px;
  }
}
@media only screen and (min-width: 900px) {
  .brand__inner {
    top: 60px;
    max-width: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .brand__inner {
    top: 99px;
    max-width: 945px;
  }
}

.brand__title {
  text-align: center;
}

.brand__content {
  margin-top: 25.85px;
}
@media only screen and (min-width: 700px) {
  .brand__content {
    margin-top: 9.82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .brand__content {
    margin-top: 9.82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 109px;
  }
}

.brand__image {
  margin-inline: auto;
  width: 340.279px;
  height: 295.786px;
  clip-path: url(#myClipPath);
}
.brand__image img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .brand__image {
    width: 562px;
    height: 488px;
  }
}

.brand__body {
  margin-top: 19.59px;
  max-width: 288px;
  margin-inline: auto;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .brand__body {
    max-width: 319px;
    font-size: 16px;
  }
}

.brand__main-title-1 {
  width: 182px;
  margin-inline: auto;
  padding-bottom: 25px;
  position: relative;
}
.brand__main-title-1::after {
  content: "";
  position: absolute;
  width: 48.916px;
  height: 10.092px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../image/mini-wave.png) no-repeat center center/contain;
}
@media only screen and (min-width: 1024px) {
  .brand__main-title-1 {
    display: none;
  }
}

.brand__main-title-2 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .brand__main-title-2 {
    display: block;
    width: 273px;
    margin-inline: auto;
    padding-bottom: 27px;
    position: relative;
  }
  .brand__main-title-2::after {
    content: "";
    position: absolute;
    width: 78px;
    height: 14.084px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../image/mini-wave-pc.png) no-repeat center center/contain;
  }
}

.brand__sub-title {
  margin-top: 3px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .brand__sub-title {
    margin-top: 11.92px;
  }
}

.brand__text {
  margin-top: 20px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (min-width: 700px) {
  .brand__text {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .brand__text {
    margin-top: 32px;
    letter-spacing: 0.8px;
  }
}

.brand__button {
  margin-top: 31px;
}
@media only screen and (min-width: 500px) {
  .brand__button {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 700px) {
  .brand__button {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .brand__button {
    margin-top: 40px;
  }
}

.about {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4f7f7;
}
@media only screen and (min-width: 1024px) {
  .about {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.about__inner {
  padding-top: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .about__inner {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1024px) {
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about__image {
  margin-top: 34px;
}
@media only screen and (min-width: 1024px) {
  .about__image {
    margin-top: 0;
    max-width: 495px;
  }
}
.about__image img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .about__body {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 447px;
  }
}

.about__title {
  margin-top: 29px;
  color: #37383c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 1024px) {
  .about__title {
    margin-top: 52px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.about__text {
  margin-top: 20px;
  color: #37383c;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .about__text {
    margin-top: 0;
    font-size: 16px;
    padding-block: 32px;
    letter-spacing: 0.8px;
  }
}

.about__button {
  margin-top: 35px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .about__button {
    margin-top: 7px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.join1 {
  background: #f4f7f7;
  padding-bottom: 70px;
}
@media only screen and (min-width: 1024px) {
  .join1 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.join__base {
  padding-top: 60px;
  padding-inline: 20px;
}
@media only screen and (min-width: 1024px) {
  .join__base {
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 0;
    max-width: 1440px;
    width: calc(100% - 300px);
    margin-inline: auto;
  }
}

.join__head {
  margin-top: 9px;
}
.join1__inner {
  margin-top: 31px;
}
@media only screen and (min-width: 1024px) {
  .join1__inner {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 94px;
  }
}

@media only screen and (min-width: 1024px) {
  .join1__image {
    max-width: 495px;
  }
}
.join1__image img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .join__body {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 453px;
  }
}

.join__title {
  margin-top: 19px;
  font-family: YuGothic;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 1024px) {
  .join__title {
    margin-top: 51px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.join__text {
  margin-top: 20px;
  color: #37383c;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .join__text {
    margin-top: 0;
    font-size: 16px;
    padding-block: 32px;
    letter-spacing: 0.8px;
  }
}

.join__button {
  margin-top: 37px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .join__button {
    margin-top: 8px;
    text-align: left;
  }
}

.end {
  background: #fdfdfd;
}
@media only screen and (min-width: 1024px) {
  .end {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
  }
}

.end__slider {
  width: 100%;
  max-width: 263px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .end__slider {
    max-width: 1140px;
    width: calc(100% - 100px);
    margin-inline: auto;
    z-index: -1;
  }
}

.end__pic img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
}

.news__header {
  position: relative;
  width: 100%;
}
.news__header img {
  width: 100%;
}

.news__category {
  margin-top: 60px;
  padding-left: 21px;
  padding-right: 21px;
}
@media only screen and (min-width: 700px) {
  .news__category {
    max-width: 900px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .news__category {
    margin-top: 98px;
    padding-left: 65px;
    padding-right: 157px;
    padding-bottom: 18.5px;
    max-width: 1140px;
    gap: 82.43px;
    border-bottom: solid #d9d9d9;
  }
}

.n-c__text {
  padding-bottom: 16px;
  color: #378989;
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .n-c__text {
    letter-spacing: 0.28px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .tabs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
  }
}

.news__inner {
  margin-top: 40px;
  padding-inline: 20px;
  margin-bottom: 60px;
  margin-inline: auto;
}
@media only screen and (min-width: 700px) {
  .news__inner {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1024px) {
  .news__inner {
    max-width: 1140px;
  }
}

.tabs__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .tabs__item.is-active .news-card__tab {
    font-weight: bold;
  }
}

.news-card__tab {
  color: #739090;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  border-radius: 20px;
  border: 1px solid #739090;
  padding-inline: 10px;
}
.news-card__tab.is-active {
  color: #fff;
  background-color: #739090;
}
@media (hover: hover) {
  .news-card__tab:hover {
    color: #fff;
    background-color: #739090;
  }
}

@media only screen and (min-width: 1024px) {
  .tabs__content {
    margin-top: 75px;
  }
}

.tabs__cards {
  display: grid;
  row-gap: 40px;
}
@media only screen and (min-width: 1024px) {
  .tabs__cards {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
    row-gap: 80px;
  }
}

.news__card.active {
  display: block;
}

.news-pagenavi {
  margin-top: 49px;
  width: 100%;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13.92px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
}

.page {
  width: 39.763px;
  height: 40px;
  border-radius: 50%;
  background: #dadada;
  display: grid;
  place-items: center;
}
.page.active {
  background: #378989;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .page {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0 10px;
  }
}

.page__text {
  color: #fdfdfd;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.28px;
}

.extend {
  color: #dadada;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.32px;
}

.news2 {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-inline: 20px;
}
@media only screen and (min-width: 1024px) {
  .news2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .news2__inner {
    margin-inline: auto;
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1024px) {
  .news2__article {
    max-width: 670px;
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .news2__heading {
    padding-bottom: 60px;
  }
}

.news2__title {
  color: #37383c;
  font-family: YuGothic;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 36px */
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 1024px) {
  .news2__title {
    font-size: 36px;
    line-height: 2;
    letter-spacing: 1.8px;
  }
}

.news2__img {
  margin-block: 48px;
}
@media only screen and (min-width: 1024px) {
  .news2__img {
    margin-block: 0;
    padding-bottom: 32px;
  }
  .news2__img.second {
    margin-top: 32px;
  }
}
.news2__img img {
  border-radius: 5px;
}

.news2-article {
  color: #37383c;
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 28px */
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .news2-article {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.8px;
  }
}

.article__head {
  margin-top: 30px;
  border-bottom: #739090 solid 2px;
  padding-left: 18px;
  margin-bottom: 35px;
  position: relative;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.3px;
}
@media only screen and (min-width: 1024px) {
  .article__head {
    margin-top: 62.17px;
    font-size: 26px;
  }
}
.article__head::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 33px;
  background: #739090;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .article__head::before {
    top: 5.83px;
    height: 46px;
  }
}

.article__sub {
  padding-left: 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .article__sub {
    font-size: 20px;
    margin-bottom: 31.83px;
  }
}
.article__sub::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 25px;
  background: #739090;
  top: 3px;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .article__sub::before {
    height: 46px;
  }
}

.article__bottom {
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .article__bottom {
    margin-top: 20.5px;
  }
}

.article-link {
  color: #739090;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
  -webkit-text-decoration: underline solid 0.5px;
          text-decoration: underline solid 0.5px;
}

.list__buttons {
  margin-top: 60px;
  height: 80px;
  border-top: #d9d9d9 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recomend {
  margin-top: 60px;
  color: #37383c;
  font-family: "Didact Gothic";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.recomend-ja {
  font-family: YuGothic;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .recomend-ja {
    margin-bottom: 40px;
  }
}

.r-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (min-width: 1024px) {
  .r-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
  }
}

.section {
  padding-block: 60px;
  text-align: left;
  padding-inline: 20px;
  background: #fdfdfd;
}
@media only screen and (min-width: 1024px) {
  .section {
    padding-block: 100px;
    text-align: center;
  }
}

.concept__text1 {
  color: #37383c;
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1; /* 29.4px */
  letter-spacing: 0.7px;
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .concept__text1 {
    padding-top: 60px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 0.9px;
  }
}
.concept__text1:nth-of-type(2) {
  padding-top: 34px;
}
@media only screen and (min-width: 1024px) {
  .concept__text1:nth-of-type(2) {
    padding-top: 56px;
  }
}

.brand {
  position: relative;
}
.brand::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%; /* 必須 */
  bottom: 0; /* フッターのように下に固定 */
  background: #f4f7f7;
  z-index: -1; /* 背景に回す */
}
.brand--concept::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%; /* 必須 */
  bottom: 0; /* フッターのように下に固定 */
  background: #fdfdfd;
}

.about-us__title1 {
  margin-top: 40px;
  color: var(--, #37383c);
  font-family: YuGothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 36px */
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 1024px) {
  .about-us__title1 {
    margin-top: 60px;
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}

.about-us__text1 {
  color: var(--, #37383c);
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1; /* 29.4px */
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .about-us__text1 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.9px;
  }
}

.future {
  margin-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .future {
    padding-top: 100px;
  }
}
.future::after {
  content: "";
  position: absolute;
  background-color: #f4f7f7;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: -10;
}

.bg-image-f {
  position: absolute;
  top: 0;
  z-index: -5;
}
.bg-image-f img {
  width: 100%;
}

.future__inner {
  padding-inline: 20px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .future__inner {
    max-width: 1140px;
    width: calc(100% - 300px);
    margin-inline: auto;
  }
}

.future__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1024px) {
  .future__cards {
    margin-top: 60px;
  }
}

.future__card {
  position: relative;
}
@media only screen and (min-width: 900px) {
  .future__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 105px;
  }
}
.future__card::before {
  content: "";
  width: 0;
}
@media only screen and (min-width: 900px) {
  .future__card::before {
    position: absolute;
    width: 141px;
    height: 141px;
    background: url(../image/no-01.png) no-repeat center center/contain;
    top: 0;
    left: calc(50% + 17px);
    z-index: -1;
  }
}
.future__card.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.future__card.second::before {
  background: url(../image/no-02.png) no-repeat center center/contain;
  left: 0;
}
.future__card.third::before {
  background: url(../image/no-03.png) no-repeat center center/contain;
}

.future__image {
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .future__image {
    width: 50%;
  }
}
.future__image img {
  width: 100%;
}

.future__card-contents {
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 900px) {
  .future__card-contents {
    margin-top: 0;
    width: 40.7894736842%;
  }
}

.future__card-title1 {
  font-family: YuGothic;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 1024px) {
  .future__card-title1 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.future__card-text {
  color: #37383c;
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .future__card-text {
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.future__button {
  margin-top: 12px;
}
@media only screen and (min-width: 700px) {
  .future__button {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .future__button {
    margin-top: 32px;
  }
}

.message {
  padding-block: 60px;
}
@media only screen and (min-width: 1024px) {
  .message {
    padding-block: 100px;
    background: #fdfdfd;
  }
}

.message__inner {
  width: 100%;
  padding-inline: 20px;
}
@media only screen and (min-width: 1024px) {
  .message__inner {
    max-width: 1019px;
    margin-inline: auto;
  }
}

.message__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 700px) {
  .message__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .message__body {
    max-width: 539px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.message__image {
  width: 100%;
  overflow: hidden;
}
.message__image img {
  width: 100%;
}

.message__message {
  margin-top: 32px;
  color: var(--, #37383c);
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .message__message {
    padding-right: 120px;
    margin-top: 60px;
    letter-spacing: 0.8px;
  }
}

.message__sign {
  margin-top: 32px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .message__sign {
    margin-top: 16px;
    padding-right: 54px;
  }
}

.message__sign-image {
  margin-top: 8px;
  max-width: 57px;
  margin-left: auto;
}
@media only screen and (min-width: 500px) {
  .message__sign-image {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .message__sign-image {
    margin-top: 16px;
    max-width: 159px;
  }
}
.message__sign-image img {
  width: 100%;
}

.corporate {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #f9f9f9;
}
@media only screen and (min-width: 1024px) {
  .corporate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.corporate__table {
  max-width: 1020px;
  margin-inline: auto;
}

.c-table {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .c-table {
    margin-top: 88px;
    table-layout: fixed;
  }
}

.c-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: #dadada solid 1px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .c-table__row {
    padding-block: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    margin-bottom: 0;
  }
}
.c-table__row:nth-of-type(6) {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) {
  .c-table__row:nth-of-type(6) {
    margin-bottom: 20px;
  }
}
.c-table__row:nth-of-type(7), .c-table__row:nth-of-type(8) {
  border-bottom: none;
}

@media only screen and (min-width: 1024px) {
  .c-table--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 0;
  }
}

.c-table__header {
  color: var(--, #37383c);
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1024px) {
  .c-table__header {
    letter-spacing: 0.8px;
    width: 200px;
    text-align: left;
  }
}

.c-table__data {
  color: var(--, #37383c);
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  padding-bottom: 9px;
}
@media only screen and (min-width: 1024px) {
  .c-table__data {
    letter-spacing: 0.32px;
  }
}

.c-image {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .c-image {
    margin-top: 71px;
    max-width: 703px;
  }
}
.c-image img {
  width: 100%;
}

.interview {
  position: relative;
  height: 1838px;
}
@media only screen and (min-width: 700px) {
  .interview {
    background-color: #f4f7f7;
    padding-block: 100px;
    height: 696px;
  }
}
@media only screen and (min-width: 1200px) {
  .interview {
    height: 950px;
  }
}
.interview::before {
  content: "";
  position: absolute;
  background-color: #fdfdfd;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.interview__inner {
  padding-inline: 20px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .interview__inner {
    max-width: 1140px;
    width: calc(100% - 300px);
    margin-inline: auto;
  }
}

.interview__content {
  margin-top: 60px;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-inline: 20px;
}
@media only screen and (min-width: 500px) {
  .interview__content {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 700px) {
  .interview__content {
    max-width: 680px;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1024px) {
  .interview__content {
    max-width: 1140px;
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width: 700px) {
  .i-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .i-cards {
    gap: 40px;
  }
}
.i-cards.o {
  margin-top: 32px;
  gap: 60px;
}

@media only screen and (min-width: 1024px) {
  .i-card {
    max-width: 350px;
  }
}

.i-card__image {
  border-radius: 10px;
  max-width: 350px;
  margin-inline: auto;
}
.i-card__job {
  color: #378989;
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  border-radius: 50px;
  border: 1px solid #378989;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 12px;
}
@media only screen and (min-width: 1024px) {
  .i-card__job {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.i-card__job.o {
  margin-top: 19px;
}

.i-card__name {
  margin-top: 8px;
  color: var(--, #37383c);
  font-family: YuGothic;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1024px) {
  .i-card__name {
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.i-card__text {
  color: var(--, #37383c);
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7; /* 23.8px */
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 700px) {
  .i-card__text {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .i-card__text {
    line-height: 2;
    letter-spacing: 0.8px;
    height: 100px;
  }
}

.i-card__button {
  margin-block: 25px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .i-card__button {
    margin-block: 0;
  }
}

.join-bg {
  position: relative;
  background: #fdfdfd;
}
@media only screen and (min-width: 500px) {
  .join-bg {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 700px) {
  .join-bg {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 900px) {
  .join-bg {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .join-bg {
    margin-bottom: 250px;
  }
}

.bg-image-j {
  position: absolute;
  top: 0;
}

.join-bg__inner {
  padding-top: 50px;
}
@media only screen and (min-width: 500px) {
  .join-bg__inner {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 700px) {
  .join-bg__inner {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 900px) {
  .join-bg__inner {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .join-bg__inner {
    padding-top: 190px;
    max-width: 808px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .join-bg__inner {
    padding-top: 220px;
  }
}

.join-bg__image {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 500px) {
  .join-bg__image {
    top: 30px;
  }
}
@media only screen and (min-width: 700px) {
  .join-bg__image {
    top: 40px;
  }
}
@media only screen and (min-width: 900px) {
  .join-bg__image {
    top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .join-bg__image {
    top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .join-bg__image {
    top: 80px;
  }
}
.join-bg__image img {
  width: 100%;
}

.circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 500px) {
  .circles {
    gap: 20px;
  }
}
@media only screen and (min-width: 700px) {
  .circles {
    gap: 30px;
  }
}
@media only screen and (min-width: 900px) {
  .circles {
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .circles {
    gap: 80px;
  }
}

.circle {
  position: relative;
  width: 165px;
  height: 165px;
  border-radius: 349px;
  background: #739090;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .circle {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .circle {
    width: 349px;
    height: 349px;
  }
}
.circle.g {
  color: #fdfdfd;
}
.circle.w {
  color: #739090;
  border: 1px solid #739090;
  background: #fdfdfd;
}

.circle__body {
  position: absolute;
  top: 25px;
  width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 700px) {
  .circle__body {
    top: 50px;
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .circle__body {
    width: 248px;
    top: 99px;
  }
}

.circle__title {
  text-align: center;
  font-family: YuGothic;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 700px) {
  .circle__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .circle__title {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}

.circle__text {
  font-family: YuGothic;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 700px) {
  .circle__text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 1024px) {
  .circle__text {
    margin-top: 12px;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 1024px) {
  .circle__text.w {
    padding-bottom: 24px;
  }
}

.circle__button {
  margin-top: 10px;
}
@media only screen and (min-width: 700px) {
  .circle__button {
    margin-top: 20px;
  }
}

.join2__inner {
  padding-block: 100px;
}

.link-tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hp-link {
  color: #37383c;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.hp-link:nth-of-type(3) {
  color: #739090;
}

.next-link {
  padding-right: 20px;
  position: relative;
}
@media (hover: hover) {
  .next-link:hover {
    text-decoration: underline;
  }
}
.next-link::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: url(../image/arrow-right.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.join-article__inner {
  margin-top: 27px;
  max-width: 671px;
  margin-inline: auto;
}

.articles {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}

.article__q {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
}

.article__a {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
}

.other__inner {
  margin-top: 129px;
}

.contact-sign {
  width: 268px;
  height: 42px;
  margin-top: 68px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
.contact-sign::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 1px;
  background: #d9d9d9;
  top: 5px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-sign__text {
  font-weight: 700;
  letter-spacing: 0.8px;
  position: relative;
}
.contact-sign__text::before, .contact-sign__text::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-sign__text::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-sign__text.this::after {
  background: #739090;
}

.contact__inner {
  padding-inline: 20px;
}
@media only screen and (min-width: 700px) {
  .contact__inner {
    padding-inline: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__inner {
    max-width: 742px;
    width: 100%;
    margin-inline: auto;
  }
}

.contact__fields {
  margin-top: 60px;
}

.form-field {
  margin-top: 44px;
}

.form-field__head {
  padding-right: 14px;
  color: #37383c;
  font-family: YuGothic;
  font-weight: 700;
  letter-spacing: 0.8px;
  position: relative;
}
.form-field__head.none::after {
  display: none;
}
.form-field__head::after {
  content: "*";
  color: #f24343;
  right: 0;
}

.form-text,
.form-textarea {
  margin-top: 4px;
  width: 100%;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid var(--BW-Grey, #c7c7c7);
  background: #fdfdfd;
}
.form-text::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.form-text:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.form-text::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.form-text::placeholder,
.form-textarea::placeholder {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media (hover: hover) {
  .form-text:hover, .form-text:focus,
  .form-textarea:hover,
  .form-textarea:focus {
    border-color: #fabe00;
    outline: none;
  }
  .form-text:hover.is-error, .form-text:focus.is-error,
  .form-textarea:hover.is-error,
  .form-textarea:focus.is-error {
    border-color: #ce2073 !important; /* フォーカス時もエラースタイルを優先 */
  }
}
.form-text.is-error,
.form-textarea.is-error {
  background-color: #fff0f7 !important;
  border-color: #ce2073 !important;
}

.form-textarea {
  height: 276px;
}

.contact__privacy {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .contact__privacy {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__privacy {
    margin-top: 38px;
    max-width: 429px;
    margin-inline: auto;
  }
}

.form-checkbox:hover .form-checkbox__text::before {
  border-color: #fabe00;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #fabe00;
}

.form-checkbox__text {
  padding-left: 23px;
  padding-bottom: 1px;
  position: relative;
}
.form-checkbox__text a {
  border-bottom: solid 1px #37383c;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #37383c;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__text::after {
  width: 18px;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  background: url(../image/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text:hover a {
  border-color: #fabe00;
  color: #fabe00;
}

.contact__button {
  margin-top: 80px;
  text-align: center;
}

.button-contact {
  padding: 20px 100px;
  border-radius: 50px;
  background: #739090;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(18, 26, 19, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(18, 26, 19, 0.1);
  color: var(--BW-White, #fff);
  font-family: YuGothic;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.8px;
  border: #fff;
}

.not-found {
  margin-block: 47px;
}

.not-found__inner {
  max-width: 1142px;
  margin-inline: auto;
  background: #f2f6f6;
  text-align: center;
}

.not-found__content {
  padding-top: 84px;
  padding-bottom: 124px;
}

.not-found__image img {
  width: 209px;
}

.not-found__text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1024px) {
  .not-found__text {
    margin-top: 46px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.8px;
  }
}

.not-found__button {
  margin-top: 32px;
}

.button-404 {
  width: 281px;
  padding: 12px 50px;
  color: #fff;
  font-family: YuGothic;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.8px;
  border-radius: 50px;
  background: #739090;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(18, 26, 19, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(18, 26, 19, 0.1);
}
@media only screen and (min-width: 1024px) {
  .button-404 {
    width: 281px;
    padding: 20px 100px;
    line-height: 16px;
    letter-spacing: 0.8px;
    border-radius: 50px;
  }
}