@charset "utf-8";

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

ul,
ol,
li {
  list-style-type: none;
}

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

button {
  background-color: transparent;
  border-style: none;
}

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

.top-body img {
  display: block;
  object-fit: contain;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: var(--jp);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.42;
  color: #ffffff;
}

@media(max-width:834px) {
  body {
    font-size: 1.4rem;
  }
}

body.fixed {
  height: 100%;
  overflow-y: hidden;
}

body.fixed main {
  /* filter: blur(20px); */
}

main {
  position: relative;
  z-index: 2;
}

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

:root {
  --jp: "Shippori Mincho", serif;
  --en: "Tenor Sans", sans-serif;
}

.jp {
  font-family: var(--jp);
}

.en {
  font-family: var(--en);
  font-weight: 400;
}


/* -------------------------
 * フォントサイズのroot
 * ------------------------- */
:root {
  --f10: 1rem;
  --f10all: 1rem;
  --f12: 1.2rem;
  --f12all: 1.2rem;
  --f13: 1.3rem;
  --f13all: 1.3rem;
  --f14: 1.4rem;
  --f14all: 1.4rem;
  --f15: 1.5rem;
  --f15all: 1.5rem;
  --f16: 1.6rem;
  --f17: 1.7rem;
  --f18: 1.8rem;
  --f19: 1.9rem;
  --f20: 2rem;
  --f21: 2.1rem;
  --f22: 2.4rem;
  --f24: 2.4rem;
  --f26: 2.6rem;
  --f28: 2.8rem;
  --f30: 3rem;
  --f32: 3.2rem;
  --f34: 3.4rem;
  --f36: 3.6rem;
  --f38: 3.8rem;
  --f40: 4rem;
  --f42: 4.2rem;
  --f44: 4.4rem;
  --f46: 4.6rem;
  --f48: 4.8rem;
  --f50: 5rem;
  --f52: 5.2rem;
  --f54: 5.4rem;
  --f56: 5.6rem;
  --f58: 5.8rem;
  --f60: 6rem;
  --f62: 6.2rem;
  --f64: 6.4rem;
  --f70: 7rem;
  --f80: 8rem;
  --f90: 9rem;
  --f100: 10rem;
  --f120: 12rem;
}

@media(max-width:1334px) {
  :root {
    --f10: 1rem;
    --f10all: 1rem;
    --f12: 1.2rem;
    --f12all: 1.2rem;
    --f13: 1.3rem;
    --f13all: 1.3rem;
    --f14: 1.4rem;
    --f14all: 1.4rem;
    --f15: 1.5rem;
    --f15all: 1.5rem;
    --f16: 1.6rem;
    --f17: 1.7rem;
    --f18: 1.8rem;
    --f19: 1.9rem;
    --f20: 1.85rem;
    --f21: 1.9rem;
    --f22: 2rem;
    --f24: 2.1rem;
    --f26: 2.25rem;
    --f28: 2.4rem;
    --f30: 2.6rem;
    --f32: 2.8rem;
    --f34: 2.8rem;
    --f36: 3rem;
    --f38: 3rem;
    --f40: 3.15rem;
    --f42: 3.2rem;
    --f44: 3.3rem;
    --f46: 3.4rem;
    --f48: 3.9rem;
    --f50: 4rem;
    --f52: 4.1rem;
    --f54: 4.2rem;
    --f56: 4.3rem;
    --f58: 4.4rem;
    --f60: 4.5rem;
    --f62: 4.5rem;
    --f64: 4.6rem;
    --f70: 5rem;
    --f80: 5.5rem;
    --f90: 6rem;
    --f100: 6.75rem;
    --f120: 8rem;
  }
}

@media(max-width:834px) {
  :root {
    --f10: 0.9rem;
    --f10all: 1rem;
    --f12: 1.1rem;
    --f12all: 1.2rem;
    --f13: 1.2rem;
    --f13all: 1.3rem;
    --f14: 1.3rem;
    --f14all: 1.4rem;
    --f15: 1.4rem;
    --f15all: 1.5rem;
    --f16: 1.5rem;
    --f17: 1.6rem;
    --f18: 1.6rem;
    --f19: 1.6rem;
    --f20: 1.675rem;
    --f21: 1.7rem;
    --f22: 1.75rem;
    --f24: 1.8rem;
    --f26: 1.825rem;
    --f28: 1.85rem;
    --f30: 1.875rem;
    --f32: 1.9rem;
    --f34: 2.0rem;
    --f36: 2.0rem;
    --f38: 2.1rem;
    --f40: 2.15rem;
    --f42: 2.4rem;
    --f44: 2.4rem;
    --f46: 2.4rem;
    --f48: 2.4rem;
    --f50: 2.4rem;
    --f52: 2.5rem;
    --f54: 2.6rem;
    --f56: 2.7rem;
    --f58: 2.8rem;
    --f60: 3.0rem;
    --f62: 3.1rem;
    --f64: 3.2rem;
    --f70: 3.6rem;
    --f80: 4.2rem;
    --f90: 4.6rem;
    --f100: 5rem;
    --f120: 6rem;
  }
}

.txt {
  font-size: var(--f16);
  font-weight: 400;
  line-height: 1.875;
}

.txt18 {
  font-size: var(--f18);
  font-weight: 400;
  line-height: 1.777;
}

.f120 {
  font-size: var(--f120);
}

.f100 {
  font-size: var(--f100);
}

.f90 {
  font-size: var(--f90);
}

.f80 {
  font-size: var(--f80);
}

.f70 {
  font-size: var(--f70);
}

.f64 {
  font-size: var(--f64);
}

.f62 {
  font-size: var(--f62);
}

.f60 {
  font-size: var(--f60);
}

.f56 {
  font-size: var(--f56);
}

.f54 {
  font-size: var(--f54);
}

.f52 {
  font-size: var(--f52);
}

.f50 {
  font-size: var(--f50);
}

.f48 {
  font-size: var(--f48);
}

.f42 {
  font-size: var(--f42);
}

.f40 {
  font-size: var(--f40);
}

.f36 {
  font-size: var(--f36);
}

.f32 {
  font-size: var(--f32);
}

.f30 {
  font-size: var(--f30);
}

.f28 {
  font-size: var(--f28);
}

.f26 {
  font-size: var(--f26);
}

.f24 {
  font-size: var(--f24);
}

.f22 {
  font-size: var(--f22);
}

.f21 {
  font-size: var(--f21);
}

.f20 {
  font-size: var(--f20);
}

.f18 {
  font-size: var(--f18);
}

.f17 {
  font-size: var(--f17);
}

.f16 {
  font-size: var(--f16);
}

.f15 {
  font-size: var(--f15);
}

.f15all {
  font-size: var(--f15all);
}

.f14 {
  font-size: var(--f14);
}

.f14all {
  font-size: var(--f14all);
}

.f13 {
  font-size: var(--f13);
}

.f13all {
  font-size: var(--f13all);
}

.f12 {
  font-size: var(--f12);
}

.f12all {
  font-size: var(--f12all);
}

.f10 {
  font-size: var(--f10);
}

.f10all {
  font-size: var(--f10all);
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.dl {
  font-weight: 300;
}

.l {
  font-weight: 200;
}

.t {
  font-weight: 100;
}

.fcw {
  color: #fff;
}

.fcbk {
  color: #202b3b;
}

.fc-grad {
  width: fit-content;
  background: linear-gradient(360deg, #519d9a 0%, #9bc797 70%, #9bc797 100%);
  background-size: 100% 100%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.lh20 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh16 {
  line-height: 1.6;
}

.lh15 {
  line-height: 1.5;
}

.lh12 {
  line-height: 1.2;
}

.lh10 {
  line-height: 1;
}


.tac {
  text-align: center;
}

.tac_s {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

@media(max-width:600px) {
  .tac_s {
    text-align: start;
  }
}

.bgfcw {
  background: #fff;
}

.pad {
  padding: 150px 0;
}

.padtop {
  padding-top: 150px;
}

.padbtm {
  padding-bottom: 150px;
}

@media(max-width:1223px) {
  .pad {
    padding: 9vw 0;
  }

  .padtop {
    padding-top: 9vw;
  }

  .padbtm {
    padding-bottom: 9vw;
  }
}

@media(max-width:834px) {
  .pad {
    padding: 60px 0;
  }

  .padtop {
    padding-top: 60px;
  }

  .padbtm {
    padding-bottom: 60px;
  }
}


@media(max-width:500px) {
  .pad {
    padding: 50px 0;
  }

  .padtop {
    padding-top: 50px;
  }

  .padbtm {
    padding-bottom: 50px;
  }
}

.s_pad {
  padding: 100px 0;
}

.s_padtop {
  padding-top: 100px;
}

.s_padbtm {
  padding-bottom: 100px;
}

@media(max-width:1223px) {
  .s_pad {
    padding: 6vw 0;
  }

  .s_padtop {
    padding-top: 6vw;
  }

  .s_padbtm {
    padding-bottom: 6vw;
  }
}

@media(max-width:834px) {
  .s_pad {
    padding: 50px 0;
  }

  .s_padtop {
    padding-top: 50px;
  }

  .s_padbtm {
    padding-bottom: 50px;
  }
}


@media(max-width:500px) {
  .s_pad {
    padding: 50px 0;
  }

  .s_padtop {
    padding-top: 50px;
  }

  .s_padbtm {
    padding-bottom: 50px;
  }
}


@media(max-width:834px) {}

.sec-ttl__area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-ttl__area::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: #ebebeb;
}

.sec-ttl__wrap {
  position: relative;
  z-index: 2;
  padding-left: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.8em;

  padding-right: 0.5em;
  background: #fff;
}

.sec-ttl__wrap::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/common/sec-icon.webp) no-repeat center / contain;
}

.sec-ttl__intro {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.2em 0.7em 0.2em;
}

.sec-ttl__en {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
}

.tag {
  width: fit-content;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: rgba(120, 138, 185, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5647058824);
  padding: 0.1em 0.7em 0.2em;
  margin: 0 auto;
  box-shadow: 0 0 6px 0px rgba(255, 255, 255, 0.5647058824), inset 0 0 6px 0 rgba(255, 255, 255, 0.5647058824);
}

@media(max-width:834px) {
  .sec-ttl__wrap {
    padding-left: 1.5em;
    font-size: 1.7rem;
  }

  .sec-ttl__en {
    font-size: 1rem;
  }
}

@media(max-width:500px) {
  .sec-ttl__wrap {
    gap: 0.5em;
    padding-right: 0.5em;
    padding-left: 1.1em;
  }

  .sec-ttl__wrap::before {
    top: 20%;
    width: 1.1rem;
    height: 1.1rem;
  }
}

.sec-mess__wrap {
  display: flex;
  flex-direction: column;
}

.sec-mess {}

@media(max-width:834px) {}

.notes {
  display: inline-block;
  transform: translate(0, -18%);
}

.notes-detail {
  opacity: .5;
  text-align: end;
}

.arrow-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%);
  width: 34vw;
}

.top-about .arrow-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30%);
  width: 34vw;
}

/* 文字の上に点 */
.dots {
  background-image: radial-gradient(circle at center, white 16%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.2em;
  /* 点の間隔とサイズ調整 */
  padding-top: .1em;
  /* 縦方向の位置調整 */
}

.underline {
  text-decoration: underline 1px solid #fff;
}


/* .btn-link aタグ */

/* ボタン */
.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 300px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  background: #68bc4e;
  padding: 20px 25px 20px 25px;
}

.btn .btn-txt {
  font-size: 1.6rem;
  color: #fff;
}

@media(max-width:834px) {
  .btn {
    width: 250px;
    height: 65px;
    line-height: 65px;
    border-radius: 5px;
    padding: 20px 15px 20px 20px;
  }
}

/* セクション頭のみ */
.sec-ttl__link {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-left: 0.5em;
}

.bggy .sec-ttl__link {
  background: #f6f6f6;
}

@media(max-width:600px) {
  .sec-ttl__link {
    padding-left: 0;
  }
}


/* テキスト＋矢印 */
.btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-arrow {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 20px;
  height: 20px;
  line-height: 20px;

  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #25a71d;

  border-radius: 15px;
}

.btn-arrow::before,
.btn-arrow::after {
  content: '\f1df';
  font-family: "Material Symbols Outlined";
  width: 100%;
  height: 100%;
}

.btn-arrow::before {
  position: absolute;
  transform: translate(-100%, 0%);
  opacity: 0;
}

.btn-arrow::after {
  position: absolute;
  transform: translate(0, 0);
  opacity: 1;
}

.btn-link:hover .btn-arrow::before {
  transform: translate(0, 0);
  opacity: 1;
  transition: all .3s ease-in-out;
}

.btn-link:hover .btn-arrow::after {
  transform: translate(100%, 0);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.btn-txt {
  transition: all .4s ease-in-out;
}

.btn-link:hover .btn-txt {
  opacity: .7;
}

.h-gn {
  transition: all .4s ease-in-out;
}

a:hover .h-gn {
  color: #15950d;
  opacity: .7;
}


.h-line {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.h-line:hover {
  opacity: .7;
  transition: all .4s ease-in-out;
}

.h-line::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  /* background: inherit; */
  background: #fff;
  /* opacity: .8; */
}

.h-line:hover::before {
  width: 100%;
  animation: line-dash .6s ease-in-out;
}

@keyframes line-dash {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.icon-link {
  position: relative;
  padding-right: 20px;
}

.icon-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-link.webp) no-repeat center / contain;
}


.h-op {
  transition: all .3s ease-in-out;
}

.h-op:hover {
  opacity: .7;
  transition: all .3s ease-in-out;
}

.h-txt {
  background-image: linear-gradient(90deg, #2b7868, #2b7868);
  /* 線の色 */
  background-position: left bottom;
  /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px;
  /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 4px;
  /* 下線を下にズラす */
  transition: background-size .6s;
  /* 変形をアニメーション化 */
}

.h-txt:hover {
  background-size: 100% 1px;
  /* 線の横幅を100%にする */
  transition: all .6s ease-in-out;
}

@media(max-width:1223px) {}


.h-sc {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.h-sc__img {
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.h-sc:hover .h-sc__img {
  transform: scale(1.03);
}

/* img 以外にも要素がある時の */
.h-sc__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.h-op {
  transition: all .4s ease-in-out;
}

.h-op:hover {
  opacity: .7;
  transition: all .4s ease-in-out;
}

@media(max-width:1223px) {}

.inner1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inner {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

@media(max-width:834px) {}

@media(max-width:500px) {}

.min1201 {
  display: block;
}

.max1200 {
  display: none;
}

@media(max-width:1200px) {
  .min1201 {
    display: none;
  }

  .max1200 {
    display: block;
  }
}

.min1101 {
  display: block;
}

.max1100 {
  display: none;
}

@media(max-width:1100px) {
  .min1101 {
    display: none;
  }

  .max1100 {
    display: block;
  }
}

.max1000 {
  display: none;
}

@media(max-width:1000px) {
  .max1000 {
    display: block;
  }
}

.max834 {
  display: none;
}

.min835 {
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.min601 {
  display: block;
}

.max600 {
  display: none;
}

@media(max-width:600px) {
  .min601 {
    display: none;
  }

  .max600 {
    display: block;
  }
}

.max550 {
  display: none;
}

@media(max-width:550px) {
  .max550 {
    display: block;
  }
}

.min501 {
  display: block;
}

.max500 {
  display: none;
}

@media(max-width:500px) {

  .min501 {
    display: none;
  }

  .max500 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media(max-width:450px) {
  .max450 {
    display: block;
  }
}

.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.max380 {
  display: none;
}

@media(max-width:380px) {
  .max380 {
    display: block;
  }
}

.max370 {
  display: none;
}

@media(max-width:370px) {
  .max370 {
    display: block;
  }
}

.max359 {
  display: none;
}

@media(max-width:359px) {
  .max359 {
    display: block;
  }
}

.loadin01 {
  opacity: 0;
  transform: scale(1.05);
}

.loadin01.show {
  opacity: 1;
  transform: scale(1);
  transition: all 1s 0s ease-in-out;
  /* transition: opacity 1s ease-in-out, transform 1s ease-in-out; */
}

.loadin02 {
  clip-path: inset(0 100% 0 0);
}

.loadin02.show {
  clip-path: inset(0);
  transition: clip-path .3s .8s ease-out;
}

.loadin03 {
  opacity: 0;
}

.loadin03.show {
  opacity: 1;
  transition: all 1.6s ease-in-out;
}

.loadin04 {
  opacity: 0;
  /* transform: translate(0, 100%); */
}

.loadin04.show {
  opacity: 1;
  /* transform: translate(0, 0); */
  transition: all 1.4s 3s ease-in-out;
}

.loadin05 {
  clip-path: polygon(0 0, -9rem 0, 0 100%, 0% 100%);
}

.loadin05.show {
  clip-path: polygon(0 0, 100% 0, calc(100% + 9rem) 100%, 0% 100%);
  transition: clip-path 1.2s 4s ease-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
}

.fadein.show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .6s ease-in-out;
}

.fadein_txt {
  clip-path: inset(0 100% 0 0);
}

.fadein_txt.show {
  clip-path: inset(0);
  transition: all 1.2s ease-out;
}

.fadein_line {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.fadein_line::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1px;
  /* background: inherit; */
  background: #fff;
}


.fadein_line.show::before {
  width: 100%;
  transition: all 0.8s .3s ease-out;
}

.fadein01 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein01.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .1s;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein02.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .2s;
}

.fadein03 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein03.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .3s;
}

.fadein04 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein04.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .4s;
}

.fadein05 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein05.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .5s;
}

.top-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 3360 / 2322;
  background: url(../img/top/fv_bg.webp) no-repeat center / cover;
}

.top-mv__cont {
  position: relative;
  height: 100%;
  padding: 9% 5%;
}

.top-mv__slogan {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.top-mv__slogan01-notes {
  transform: translate(0, -90%);
}

.top-mv__slogan02 {}

.top-mv__mess {
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.top-mv__detail-list {
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 90%;
  max-width: 420px;
}

.top-mv__detail-item {
  position: relative;
  padding-left: 3em;
}

.top-mv__detail-item::before {
  position: absolute;
  top: 0;
  left: 0;
}

.top-mv__detail-item:nth-of-type(1)::before {
  content: '※1 …';
}

.top-mv__detail-item:nth-of-type(2)::before {
  content: '※2 …';
}

/* inner 1100 */
@media(max-width:1223px) {
  .top-mv__cont {
    padding: 6% 5% 9%;
  }

  .top-mv__slogan01 {
    font-size: 3.5rem;
  }

  .top-mv__slogan02 {
    font-size: 4rem;
  }

  .top-mv__mess {
    font-size: 1.7rem;
  }

  .top-mv__detail-list {
    bottom: 3%;
    right: 3%;
    font-size: 1.1rem;
    max-width: 380px;
  }
}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-mv {
    aspect-ratio: 3 / 5;
    background: url(../img/top/fv_bg.webp) no-repeat center / cover;
  }

  .top-mv__cont {
    padding: 20% 5% 25%;
  }

  .top-mv__mess {
    font-size: 1.6rem;
    position: absolute;
    bottom: 23.5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    white-space: nowrap;
  }

  .top-mv__detail-list {
    bottom: 3%;
    right: 5%;
    font-size: 1rem;
    max-width: 380px;
    width: 90%;
  }
}

@media(max-width:500px) {
  .top-mv__cont {
    padding: 17% 5% 25%;
  }

  .top-mv__slogan01 {
    font-size: 3rem;
  }

  .top-mv__slogan02 {
    font-size: 3.3rem;
  }

  .top-mv__mess {
    font-size: 1.5rem;
    position: absolute;
    bottom: 23.5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    white-space: nowrap;
  }
}

@media(max-width:400px) {}

.top-intro {
  position: relative;
  background: #202b3b;
}

.top-intro__inner {
  position: relative;
}

.top-intro__txt {
  margin: 30px auto 0;
}

.top-intro__cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 60px auto 0;
}

.top-intro__person {
  width: 25%;
}

.top-intro__list-area {
  width: 75%;
}

.top-intro__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 35px;
  padding-left: 3%;
}

.top-intro__item {
  padding-top: 18px;
  text-align: center;
  aspect-ratio: 328 / 113;
  background: url(../img/top/intro_fukidashi.webp) no-repeat center / contain;
}

.top-intro_bottom {
  background: url(../img/top/intro_bottom_bg.webp) no-repeat center / cover;
}

/* inner 1100 */
@media(max-width:1223px) {}

@media(max-width:1100px) {
  .top-intro__item {
    padding-top: 14px;
  }
}

@media(max-width:1000px) {
  .top-intro__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 25px;
    padding-left: 3%;
  }

  .top-intro__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: unset;
    padding-bottom: 10px;
    text-align: center;
    aspect-ratio: 306 / 219;
    background: url(../img/top/intro_fukidashi_sp.webp) no-repeat center / contain;
  }

}

@media(max-width:650px) {
  .top-intro__cont {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 40px auto 0;
  }

  .top-intro__person {
    width: 50%;
  }

  .top-intro__list-area {
    width: 100%;
  }

  .top-intro__list {
    padding-left: 0%;
  }
}

@media(max-width:500px) {
  .top-intro__list {
    font-size: 1.6rem;
    gap: 10px 18px;
  }
}

@media(max-width:410px) {
  .top-intro__list {
    font-size: 1.55rem;
  }
}

@media(max-width:380px) {
  .top-intro__list {
    font-size: 1.5rem;
  }
}

.top-about {
  position: relative;
  background: url(../img/top/about_bg.webp) no-repeat center top / cover #202b3b;
}

.top-about__lead {
  display: inline-block;
  margin: 50px auto 15px;
}

.top-about__img {
  width: 43vw;
  margin: 20px auto -20px;
  transform: translate(-3%, 0);
}

.top-about__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.top-about__item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 60px 6%;
  background: url(../img/top/about_item_bg.webp) no-repeat center / cover;
}

.top-about__item-img__area {
  position: relative;
  width: 50%;
  padding-right: 7%;
}

.top-about__item-img__tag {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-40%, -30%);
  width: 92px;
  aspect-ratio: 1 / 1;
  border-radius: 100vmax;
  background-color: #784b57;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-about__item-cont {
  width: 50%;
}

.top-about__item-ttl {
  display: inline-block;
  margin: .4em 0 .5em;
}

.top-about__bottom-ttl {
  margin-top: 100px;
}

.top-about__bottom-txt {
  margin: 40px auto 50px;
}

/* inner 1100 */
@media(max-width:1223px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-about__img {
    width: 90%;
    max-width: 400px;
    margin: 20px auto -20px;
    transform: translate(-3%, 0);
  }

  .top-about__item-ttl {
    font-size: 2.1rem;
  }

  .top-about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding: 40px 6%;
  }

  .top-about__item-img__area {
    position: relative;
    width: 100%;
    padding-right: 0%;
  }

  .top-about__item-cont {
    width: 100%;
  }

  .top-about__item-img__tag {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(15%, -30%);
    width: 75px;
  }
}

@media(max-width:600px) {
  .top-about__lead {
    display: inline-block;
    margin: 35px auto 15px;
  }

  .top-about__img {
    margin: 20px auto -10px;
    transform: translate(-3%, 0);
  }

  .top-about__item {
    gap: 25px;
    padding: 40px 6%;
  }

  .top-about__bottom-ttl {
    margin-top: 60px;
  }

  .top-about__bottom-txt {
    margin: 30px auto 35px;
  }
}

@media(max-width:380px) {
  .top-about__bottom-ttl02 {
    font-size: 1.75rem;
  }

  .top-about__bottom-ttl03 {
    font-size: 2rem;
  }
}

.top-micro {
  background: url(../img/top/micro_bg.webp) no-repeat center / cover;
}

.top-micro__intro {
  display: inline-block;
  margin: 0 auto 15px;
}

.top-micro__txt {
  margin-top: 30px;
}

.top-micro__box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/top/micro_box_bg.webp) no-repeat center / cover;
  padding: 60px 5%;
  margin-top: 70px;
}

.top-micro__box-img {
  max-width: 487px;
  width: 100%;
  transform: translate(-6%, 0);
}

.top-micro__box-detail {
  text-align: center;
  opacity: .5;
  margin-top: 1rem;
}

.top-micro__box-ttl {
  margin: 40px auto 20px;
}

.top-micro__box-bottom {
  display: flex;
  align-items: start;
  background: #00000060;
  max-width: 1000px;
  width: 100%;
  padding: 40px 5%;
  margin: 50px auto 0;
}

.top-micro__box-bottom__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  aspect-ratio: 1 / 1;
  background: url(../img/top/micro_bottom_circle.webp) no-repeat center / contain;
}

.top-micro__box-bottom__main {
  width: calc(100% - 125px);
  padding-left: 5%;
}

.top-micro__box-bottom__list {
  display: flex;
  justify-content: start;
  gap: 6px;
  margin: 15px 0;
}

.top-micro__box-bottom__item {
  width: fit-content;
  text-align: center;
  background-color: #d9d1c5;
  border: 1px solid #bab5ad;
  padding: 0.1em 0.5em 0.1em;
}

/* inner 1100 */
@media(max-width:1223px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-micro__box {
    padding: 30px 5% 40px;
    margin-top: 50px;
  }

  .top-micro__box-img {
    max-width: 487px;
    width: 100%;
    transform: translate(0%, 0);
  }

  .top-micro__box-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 5% 40px;
    margin: 50px auto 0;
  }

  .top-micro__box-bottom__more {
    width: 100px;
  }

  .top-micro__box-bottom__main {
    width: 100%;
    padding-left: 0;
  }

  .top-micro__box-bottom__ttl {
    font-size: 2.1rem;
  }
}

@media(max-width:500px) {}

@media(max-width:400px) {
  .top-micro__box-ttl {
    font-size: 2rem;
  }

  .top-micro__box-bottom__list {
    font-size: 1.5rem;
  }
}

@media(max-width:370px) {
  .top-micro__box-ttl {
    font-size: 1.9rem;
  }
}

.top-aging {
  width: 100%;
  aspect-ratio: 1680 / 1370;
  background: url(../img/top/aging_bg.webp) no-repeat center / cover;
}

.top-aging__cont {
  width: 50%;
  min-width: 350px;
  margin: 0 0 0 auto;
}

.top-aging__list {
  display: flex;
}

.top-aging__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 203px;
  aspect-ratio: 203 / 189;
  background: url(../img/top/aging_circle.webp) no-repeat center / contain;
  mix-blend-mode: screen;
}

.top-aging__txt {
  margin: 40px 0 40px;
}

/* inner 1100 */
@media(max-width:1223px) {
  .top-aging {
    width: 100%;
    aspect-ratio: 1680 / 1370;
    background: url(../img/top/aging_bg.webp) no-repeat center left 25% / cover;
  }
}

@media(max-width:1000px) {
  .top-aging__ttl {
    font-size: 3.5rem;
  }
}

@media(max-width:834px) {}

@media(max-width:500px) {
  .top-aging {
    position: relative;
    width: 100%;
    aspect-ratio: 1500 / 5014;
    background: url(../img/top/aging_bg_sp.webp) no-repeat center top / contain #ccb297b2;
  }

  .top-aging__cont {
    width: 90%;
    min-width: 350px;
    margin: 0 auto;
  }

  .top-aging__ttl {
    font-size: 3rem;
  }

  .top-aging__txt {
    margin: 20px 0 15px;
  }
}

@media(max-width:400px) {
  .top-aging {
    aspect-ratio: 1500 / 5300;
    padding-top: 40px;
  }

  .top-aging__list {
    width: 90%;
  }
}


.top-aging__bottom {
  display: flex;
  align-items: center;
  background: #88949990;
  padding: 15px 5% 10px 20px;
  margin-top: 80px;
}

.top-aging__bottom-l {
  position: relative;
  display: flex;
  width: 45%;
}

.top-aging__bottom-r {
  width: 55%;
  padding-left: 3%;
}

.top-aging__bottom-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 365px;
  aspect-ratio: 1 / 1;
  background: url(../img/top/aging_bottom_circle.webp) no-repeat center / contain;
  padding-bottom: 5%;
}

.top-aging__bottom-circle__notes {
  transform: translate(0, -190%);
}

.top-aging__bottom-person {
  position: absolute;
  bottom: 60px;
  right: 15px;
  width: 197px;
}

.top-aging__bottom-txt {
  margin: 20px 0 30px;
}

/* inner 1100 */
@media(max-width:1223px) {
  .top-aging__bottom {
    display: flex;
    align-items: center;
    background: #88949990;
    padding: 35px 5% 30px 20px;
    margin-top: 80px;
  }

  .top-aging__bottom-l {
    position: relative;
    display: flex;
    width: 450px;
  }

  .top-aging__bottom-r {
    width: calc(100% - 450px);
    padding-left: 3%;
  }
}

@media(max-width:1000px) {
  .top-aging__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 5% 30px 20px;
    margin-top: 80px;
  }

  .top-aging__bottom-l {
    width: 100%;
    max-width: 370px;
  }

  .top-aging__bottom-r {
    width: 100%;
    padding-left: 0;
  }

  .top-aging__bottom-circle {
    width: 280px;
    padding-bottom: 5%;
  }

  .top-aging__bottom-circle__notes {
    transform: translate(0, -90%);
  }

  .top-aging__bottom-person {
    position: absolute;
    bottom: 30px;
    right: 15px;
    width: 150px;
  }

  .top-aging__bottom-ttl {
    font-size: 2.2rem;
  }
}

@media(max-width:834px) {}

@media(max-width:500px) {
  .top-aging__bottom {
    position: absolute;
    width: 90%;
    bottom: 50px;
    left: 5%;
  }

  .top-aging__bottom-l {
    width: 100%;
    max-width: 310px;
  }

  .top-aging__bottom-circle {
    width: 230px;
    padding-bottom: 5%;
  }

  .top-aging__bottom-circle__notes {
    transform: translate(0, -90%);
  }

  .top-aging__bottom-person {
    position: absolute;
    bottom: 30px;
    right: 15px;
    width: 120px;
  }
}

@media(max-width:400px) {}

.top-evidence {
  background: #202b3b;
}

.top-evidence__intro {
  display: inline-block;
  margin-bottom: 10px;
}

.top-evidence__txt {
  margin-top: 25px;
}

.top-evidence__about {
  background: #636b76cc;
  padding: 50px 8%;
  margin-top: 60px;
}

.top-evidence__about-txt {
  margin: 30px 0 40px;
}

.top-evidence__about-dl {
  display: grid;
  grid-template-columns: 103px auto;
  gap: 25px 30px;
  margin: 50px auto 60px;
}

.top-evidence__about-dt__ttl {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #d9d1c5;
  border: 1px solid #bab5ad;
  padding: 0.1em 0.5em 0.1em;
}

.top-evidence__about-detail {
  margin: 30px auto 0;
}

/* inner 1100 */
@media(max-width:1223px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {}

@media(max-width:500px) {
  .top-evidence__about {
    padding: 40px 8%;
    margin-top: 40px;
  }

  .top-evidence__about-dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 40px auto 0px;
  }

  .top-evidence__about-dd {
    margin: 15px 0 35px;
  }

  .top-evidence__about-detail {
    margin: 0px auto 0;
  }
}

@media(max-width:400px) {}

.top-evidence__4w {
  background: #fff;
  padding: 70px 5%;
  margin-top: 40px;
}

.top-evidence__4w-txt {
  margin: 20px auto 50px;
}

.top-evidence__4w-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.top-evidence__4w-item__ttl {
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: #636b76;
}

.top-evidence__4w-item__cont {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-top: 35px;
  border-bottom: 1px solid #ddd;
}

.top-evidence__4w-item__img {
  width: 50%;
}

.top-evidence__4w-item__main {
  width: 50%;
  padding-left: 6%;
}

.top-evidence__4w-item__data-ttl {
  margin: 40px 0 25px;
}

.top-evidence__4w-item01__data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.top-evidence__4w-item__data-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.evidence__data-item {
  width: 323px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 325 / 185;
  border: 1px solid #ddd;
  background-color: #fff;
}

.top-evidence__4w-item__data-item {}

.evidence__data-img {
  width: 94%;
}

.top-evidence__4w-item__txt {
  margin-top: 10px;
}

.top-evidence__more {
  background: #edf2f4;
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  padding: 40px 5%;
  margin: 60px auto 0;
}

.top-evidence__more-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  aspect-ratio: 1 / 1;
  border-radius: 100vmax;
  border: 1px solid #ddd;
  margin: 0 auto;
}

.top-evidence__more-ttl {
  margin: 15px auto 25px;
}

.top-evidence__more-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  margin-top: 50px;
}

.top-evidence__more-item:nth-of-type(1) {
  width: 100%;
}

.top-evidence__more-item:nth-of-type(2),
.top-evidence__more-item:nth-of-type(3) {
  width: calc(50% - 15px);
}

.top-evidence__more-item__ttl {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #636b76;
}

.top-evidence__more-item__mess {
  margin-top: 25px;
}

.top-evidence__more-item__txt {
  margin: 10px 0 30px;
}

.top-evidence__more-item__data-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.top-evidence__subjective {
  background: #edf2f4;
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  padding: 40px 5%;
  margin: 60px auto 0;
}

.top-evidence__subjective-mess {
  margin: 30px 0 15px;
}

.top-evidence__subjective-txt {
  max-width: 656px;
  width: 100%;
  margin: 0 auto;
}

.top-evidence__subjective-item__data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: fit-content;
  margin: 40px auto 0;
}

.top-evidence__subjective-detail {
  text-align: end;
  max-width: 656px;
  width: 100%;
  margin: 15px auto 0;
}

/* inner 1100 */
@media(max-width:1223px) {

  .top-evidence__4w-item01__data-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
  }
}

@media(max-width:900px) {
  .top-evidence__subjective-item__data-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: fit-content;
    margin: 30px auto 0;
  }
}

@media(max-width:834px) {
  .top-evidence__4w {
    padding: 50px 5%;
    margin-top: 30px;
  }

  .top-evidence__4w-item__cont {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px;
    padding-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
  }

  .top-evidence__4w-item__img {
    width: 100%;
  }

  .top-evidence__4w-item__main {
    width: 100%;
    padding-left: 0%;
  }

  .top-evidence__4w-item__ttl {
    height: 45px;
    line-height: 45px;
  }

  .top-evidence__4w-item01__data-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
  }

  .top-evidence__4w-item__data-ttl {
    margin: 30px 0 20px;
  }

  .top-evidence__more-item:nth-of-type(2),
  .top-evidence__more-item:nth-of-type(3) {
    width: 100%;
  }

  .top-evidence__more-item__ttl {
    height: 45px;
    line-height: 45px;
  }

  .top-evidence__more-item__mess {
    margin-top: 18px;
  }

  .top-evidence__more-item__txt {
    margin: 10px 0 20px;
  }

  .top-evidence__subjective {
    margin: 30px auto 0;
  }
}

@media(max-width:500px) {

  .top-evidence__4w-list {
    gap: 40px;
  }

  .top-evidence__more {
    padding: 30px 5% 40px;
    margin: 40px auto 0;
  }

  .top-evidence__more-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-top: 35px;
  }
}

@media(max-width:450px) {
  .evidence__data-item {
    width: 300px;
  }
}

@media(max-width:410px) {
  .evidence__data-item {
    width: 280px;
  }
}

@media(max-width:380px) {
  .evidence__data-item {
    width: 270px;
  }
}

@media(max-width:370px) {
  .evidence__data-item {
    width: 260px;
  }
}

.top-evidence__bottom {
  position: relative;
  padding-top: 200px;
  overflow: hidden;
}

.top-evidence__bottom-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 34vw;
}

.top-evidence__bottom-ttl {
  display: block;
  margin: 0 auto;
}

.top-evidence__bottom-txt {
  margin-top: 25px;
}

.top-evidence__bottom-point {
  display: inline-block;
  width: fit-content;
  background-color: #a98969;
  padding: 0.1em 0.7em 0.2em;
  margin: 20px auto;
}

/* inner 1100 */
@media(max-width:1223px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-evidence__bottom {
    padding-top: 100px;
  }
}

@media(max-width:500px) {}

@media(max-width:400px) {}

.footer {
  position: relative;
  width: 100%;
  aspect-ratio: 1680 / 837;
  background: url(../img/top/footer_bg.webp) no-repeat center / cover;
}

.footer__txt {
  line-height: 1.2;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 auto;
}

.footer__txt01-notes {
  transform: translate(0, -90%);
}

.footer__detail {
  position: absolute;
  bottom: 40px;
  right: 30px;
  width: 90%;
  max-width: 420px;
  padding-left: 3em;
  opacity: .5;
}

.footer__detail::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※1 …';
}

/* inner 1100 */
@media(max-width:1223px) {}

@media(max-width:1000px) {}


@media(max-width:834px) {}

@media(max-width:600px) {
  .footer {
    aspect-ratio: 1680 / 1200;
    aspect-ratio: 3 / 4.2;
    background: url(../img/top/footer_bg.webp) no-repeat center / cover;
    background: url(../img/top/fv_bg.webp) no-repeat center / cover;
  }

  .footer__txt {
    line-height: 1;
    text-align: center;
    height: calc(100% - 80px);
    width: 90%;
    justify-content: end;
    margin: 0 auto;
  }

  .footer__txt01 {
    font-size: 2rem;
  }

  .footer__txt02 {
    font-size: 2.6rem;
  }

  .footer__txt01-notes {
    font-size: 0.9rem;
    transform: translate(0, -40%);
  }

  .footer__detail {
    position: absolute;
    bottom: 30px;
    right: 5%;
    width: 90%;
    max-width: 380px;
    padding-left: 3em;
  }
}

@media(max-width:400px) {
  .footer__txt01 {
    font-size: 1.6rem;
  }

  .footer__txt02 {
    font-size: 2.1rem;
  }

  .footer__detail {
    font-size: 1rem;
    position: absolute;
    bottom: 20px;
    right: 5%;
    width: 90%;
    max-width: 380px;
    padding-left: 3em;
  }
}

@media(max-width:359px) {}


/* inner 1100 */
@media(max-width:1223px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {}

@media(max-width:500px) {}

@media(max-width:359px) {}