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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade_in01 {
  -webkit-animation: fadein 1s 0.3s forwards;
          animation: fadein 1s 0.3s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 1.8s 1s forwards;
          animation: fadein 1.8s 1s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1s forwards;
          animation: fadein 0.6s 1s forwards;
}

@-webkit-keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@-webkit-keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@-webkit-keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@-webkit-keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@-webkit-keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ext_lr {
  -webkit-animation: extendright 0.5s 0.3s forwards;
          animation: extendright 0.5s 0.3s forwards;
}

.ext_lr2 {
  -webkit-animation: extendright 0.5s 0.7s forwards;
          animation: extendright 0.5s 0.7s forwards;
}

.ext_lr3 {
  -webkit-animation: extendright 0.5s 1.1s forwards;
          animation: extendright 0.5s 1.1s forwards;
}

.ext_lr0 {
  -webkit-animation: extendright 0.5s 0s forwards;
          animation: extendright 0.5s 0s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
  0% {
    clip-path: inset(0% 0% 100% 0 round 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
@keyframes extendright {
  0% {
    clip-path: inset(0% 0% 100% 0 round 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
body {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

.img-basic figcaption {
  color: #000000;
}
.img-basic figcaption.-tal {
  text-align: left;
}

.bg-area {
  background-color: rgba(174, 164, 153, 0.7);
  position: relative;
  padding-top: 180px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .bg-area {
    padding-top: 80px;
  }
}

.section-heading {
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 2;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    font-size: 18px;
    text-align: center;
  }
}
.section-heading.-center {
  text-align: center;
}

.section-text {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 3.18;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-text {
    font-size: 12px;
    line-height: 2;
    margin-top: 18px;
  }
}
.section-text.-center {
  text-align: center;
}
.section-text.-mt_0 {
  margin-top: 0;
}
.section-text span {
  font-size: 10px;
}

.intro__logo {
  max-width: 450px;
  margin: auto;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .intro__logo {
    width: 80%;
  }
}

.intro__copy {
  text-align: center;
  margin-top: 120px;
  font-size: 45px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .intro__copy {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 26px;
    margin-top: 20px;
  }
}

.tokyu {
  margin-top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .tokyu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}

.tokyu__logo {
  width: 346px;
}
@media print, screen and (max-width: 1023.9px) {
  .tokyu__logo {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

.tokyu__text {
  margin-left: 110px;
  padding-left: 110px;
  border-left: 1px solid #707070;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 2.7;
}
@media print, screen and (max-width: 1023.9px) {
  .tokyu__text {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
  }
}

.intro__row {
  margin-top: 150px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .intro__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
  .intro__row figure {
    width: 48%;
  }
}
.intro__row .-cen {
  -ms-grid-column-align: center;
      justify-self: center;
}

.concept {
  margin-top: 250px;
}
@media print, screen and (max-width: 1023.9px) {
  .concept {
    margin-top: 50px;
  }
}

.concept__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 30px 1fr;
  grid-template-columns: 55% 1fr;
  gap: 30px;
  margin-top: 65px;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.concept__points {
  margin-top: 120px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media print, screen and (max-width: 1023.9px) {
  .concept__points {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.concept__points li {
  padding: 20px 40px;
  border-left: 1px solid #707070;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__points li {
    border-left: none;
    border-top: 1px solid #707070;
    padding: 40px 15px;
  }
}
.concept__points li:last-child {
  border-right: 1px solid #707070;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__points li:last-child {
    border-right: none;
  }
}

.concept__point-copy {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__point-copy {
    font-size: 20px;
  }
}

.concept__point-sub {
  text-align: center;
  margin-top: 15px;
  font-size: 19px;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__point-sub {
    font-size: 16px;
    margin-top: 10px;
  }
}

.concept__point-text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__point-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.torikumi {
  padding-top: 150px;
  margin-top: 175px;
  border-top: 1px solid #707070;
}
@media print, screen and (max-width: 1023.9px) {
  .torikumi {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.torikumi__img {
  margin-top: 90px;
}
@media print, screen and (max-width: 1023.9px) {
  .torikumi__img {
    margin-top: 30px;
  }
}

.zeh {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #707070;
}
@media print, screen and (max-width: 1023.9px) {
  .zeh {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.zeh__img {
  margin-top: 100px;
  padding-top: 65px;
  padding-bottom: 86px;
  background-color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .zeh__img {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.zeh__img img {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .zeh__img img {
    width: 99%;
    padding-left: 25px;
  }
}

.support {
  margin-top: 150px;
}
@media print, screen and (max-width: 1023.9px) {
  .support {
    margin-top: 80px;
  }
}

.support__img {
  margin-top: 90px;
}
@media print, screen and (max-width: 1023.9px) {
  .support__img {
    margin-top: 30px;
  }
}