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

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  word-wrap: break-word;
  text-decoration: underline;
  position: relative;
}
a:hover {
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #004f46;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: justify;
  background-color: #eff0e8;
  position: relative;
}

a {
  text-decoration: none;
  transition: 0.375s;
}
@media only screen and (min-width: 1000px) {
  a:hover {
    opacity: 0.7;
  }
}

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

.cm_flex,
.cm_flex2 {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .cm_flex,
  .cm_flex2 {
    flex-direction: column;
  }
}

@keyframes a_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.blurIn {
  transition: 0.75s linear;
  opacity: 0;
  filter: blur(16px);
}
.blurIn.play {
  opacity: 1;
  filter: blur(0);
}

.fadeIn {
  transition: 0.75s linear;
  opacity: 0;
}
.fadeIn.play {
  opacity: 1;
}

.slideUp {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  transform: translateY(2rem);
  opacity: 0;
}
.slideUp.play {
  transform: translateY(0);
  opacity: 1;
}

.slideLeft {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  opacity: 0;
}
.slideLeft.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .slideLeft {
    transform: translateX(2rem);
  }
}
@media only screen and (max-width: 999px) {
  .slideLeft {
    transform: translateY(2rem);
  }
}

.slideRight {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  opacity: 0;
}
.slideRight.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .slideRight {
    transform: translateX(-2rem);
  }
}
@media only screen and (max-width: 999px) {
  .slideRight {
    transform: translateY(2rem);
  }
}

@media only screen and (min-width: 1000px) {
  .slideUp.delay,
  .slideLeft.delay,
  .slideRight.delay {
    transition-delay: 0.125s;
  }
  .slideUp.delay2,
  .slideLeft.delay2,
  .slideRight.delay2 {
    transition-delay: 0.25s;
  }
  .slideUp.delay3,
  .slideLeft.delay3,
  .slideRight.delay3 {
    transition-delay: 0.375s;
  }
  .slideUp.delay4,
  .slideLeft.delay4,
  .slideRight.delay4 {
    transition-delay: 0.5s;
  }
  .slideUp.delay5,
  .slideLeft.delay5,
  .slideRight.delay5 {
    transition-delay: 0.625s;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#index {
  overflow: hidden;
  position: relative;
}
#index .header.show .menu {
  background: none;
  box-shadow: none;
}
#index .header.show .menu .bar {
  top: 50%;
  transform: rotate(320deg);
}
#index .header.show .menu .bar2 {
  top: 50%;
  transform: rotate(-320deg);
}
#index .header.show nav {
  width: 17.5rem;
  height: 28.75rem;
  transition-delay: 0s;
}
#index .header.show nav .wrap {
  pointer-events: visible;
}
#index .header.show nav .wrap .nav li {
  transform: translateX(0);
  opacity: 1;
}
#index .header.show nav .wrap .nav li:nth-child(1) {
  transition-delay: 0.125s;
}
#index .header.show nav .wrap .nav li:nth-child(2) {
  transition-delay: 0.25s;
}
#index .header.show nav .wrap .nav li:nth-child(3) {
  transition-delay: 0.375s;
}
#index .header.show nav .wrap .nav li:nth-child(4) {
  transition-delay: 0.5s;
}
#index .header.show nav .wrap .nav li:nth-child(5) {
  transition-delay: 0.625s;
}
@media only screen and (min-width: 1000px) {
  #index .header.status .name {
    opacity: 1;
  }
}
@media only screen and (min-width: 1000px) {
  #index .header.status nav {
    transform: translate(0%, 0);
    opacity: 1;
  }
}
#index .header.scroll .name {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1241px) {
  #index .header .menu {
    display: none;
  }
}
@media only screen and (max-width: 1240px) {
  #index .header .menu {
    width: 4rem;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 99;
  }
}
#index .header .menu div {
  width: 2rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #004f46;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
#index .header .menu .bar {
  top: calc(50% - 0.5rem);
}
#index .header .menu .bar2 {
  bottom: calc(50% - 0.5rem);
}
#index .header .name {
  display: block;
  position: fixed;
  top: 3.5rem;
  left: 2.5rem;
  z-index: 8;
  transition: 0.75s;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1241px) {
  #index .header .name {
    opacity: 0;
  }
  #index .header .name img {
    width: auto;
    height: 1.5rem;
  }
}
@media only screen and (max-width: 1240px) {
  #index .header .name {
    top: calc(3rem + 1px);
    left: 2rem;
  }
  #index .header .name img {
    width: auto;
    height: 1.375rem;
  }
}
@media only screen and (min-width: 1241px) {
  #index .header nav {
    width: 50rem;
    background: rgba(239, 240, 232, 0.6);
    box-shadow: 0px 0px 5px rgba(35, 68, 44, 0.6);
    border-radius: 0.625rem;
    backdrop-filter: blur(8px);
    padding: 0.3125rem;
    position: fixed;
    top: 1.75rem;
    right: 2.5rem;
    z-index: 9;
    transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(0%, 1rem);
    opacity: 0;
  }
  #index .header nav .nav {
    display: flex;
    justify-content: center;
  }
  #index .header nav .nav li a {
    display: block;
    font-weight: bold;
    padding: 1em;
    position: relative;
  }
  #index .header nav .nav li a::after {
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(32px);
    background: linear-gradient(160deg, rgb(239, 219, 211) 38.97%, rgb(114, 194, 214) 97.18%, rgb(0, 140, 155) 99.69%);
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
  }
  #index .header nav .nav li a:hover::after {
    opacity: 1;
    filter: blur(8px);
  }
}
@media only screen and (max-width: 1240px) {
  #index .header nav {
    width: 4rem;
    height: 4rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9;
    transition: 0.5s 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #index .header nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(239, 240, 232, 0.6);
    box-shadow: 0px 0px 0.75rem rgba(35, 68, 44, 0.24);
    border-radius: 1rem;
    backdrop-filter: blur(8px);
    position: absolute;
    left: 0;
    top: 0;
  }
  #index .header nav .wrap {
    pointer-events: none;
    padding: 6rem 0 0 4rem;
  }
  #index .header nav .wrap .nav li {
    margin-top: 3rem;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(1rem);
    opacity: 0;
  }
  #index .header nav .wrap .nav li:first-child {
    margin-top: 0;
  }
  #index .header nav .wrap .nav li a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
  }
  #index .header nav .wrap .nav li a::before {
    width: 1rem;
    height: 2px;
    content: "";
    background-color: #004f46;
    border-radius: 1px;
    position: absolute;
    left: -0.75rem;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
#index .contents .w800 {
  max-width: 50rem;
  margin: 0 auto;
}
#index .contents .w960 {
  max-width: 60rem;
  margin: 0 auto;
}
#index .contents .w1120 {
  width: calc(100% - 4rem);
  max-width: 70rem;
  margin: 0 auto;
}
#index .contents .w1236 {
  width: calc(100% - 4rem);
  max-width: 77.25rem;
  margin: 0 auto;
}
#index .contents .sans {
  font-family: "Noto Sans JP", sans-serif;
}
#index .contents .fs19 {
  font-size: 1.1875rem;
}
@media only screen and (max-width: 999px) {
  #index .contents .fs19 {
    font-size: 1.0625rem;
  }
}
#index .contents .fs20 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
  margin: -0.5em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents .fs20 {
    font-size: 1.0625rem;
  }
}
#index .contents .fs35 {
  font-size: 2.1875rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin: -0.25em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents .fs35 {
    font-size: 1.640625rem;
  }
}
#index .contents .fs38 {
  font-size: 2.375rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.8;
  margin: -0.4em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents .fs38 {
    font-size: 1.78125rem;
  }
}
#index .contents .fs42 {
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents .fs42 {
    font-size: 1.96875rem;
  }
}
#index .contents .fs46 {
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents .fs46 {
    font-size: 2.15625rem;
  }
}
#index .contents #fv {
  height: 88.2vh;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  #index .contents #fv {
    background-color: #004f46;
  }
  #index .contents #fv::before, #index .contents #fv::after {
    content: "";
    display: block;
    width: 100%;
    height: 11.8vh;
    background: #004f46;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 1.125s cubic-bezier(0.5, 0, 0.75, 0);
    transform-origin: top;
  }
  #index .contents #fv::after {
    top: auto;
    bottom: 0;
    transform-origin: bottom;
  }
}
@media screen and (max-width: 999px) and (min-width: 641px) {
  #index .contents #fv {
    height: calc(177.7777777778vw - 11.8vh);
  }
}
#index .contents #fv.status::before, #index .contents #fv.status::after {
  transition-delay: 1.5s;
  transform: scale(1, 0);
}
#index .contents #fv.status .img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
#index .contents #fv.status .catch .line .mask .trans {
  transform: translate(0);
  opacity: 1;
  filter: blur(0);
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(1) .trans {
  transition-delay: 1.1875s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(2) .trans {
  transition-delay: 1.25s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(3) .trans {
  transition-delay: 1.3125s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(4) .trans {
  transition-delay: 1.375s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(5) .trans {
  transition-delay: 1.4375s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(6) .trans {
  transition-delay: 1.5s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(7) .trans {
  transition-delay: 1.5625s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(8) .trans {
  transition-delay: 1.625s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(9) .trans {
  transition-delay: 1.6875s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(10) .trans {
  transition-delay: 1.75s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(11) .trans {
  transition-delay: 1.8125s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(12) .trans {
  transition-delay: 1.875s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(13) .trans {
  transition-delay: 1.9375s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(14) .trans {
  transition-delay: 2s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(15) .trans {
  transition-delay: 2.0625s;
}
#index .contents #fv.status .catch .line.line1 .mask:nth-child(16) .trans {
  transition-delay: 2.125s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(1) .trans {
  transition-delay: 1.625s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(2) .trans {
  transition-delay: 1.6875s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(3) .trans {
  transition-delay: 1.75s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(4) .trans {
  transition-delay: 1.8125s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(5) .trans {
  transition-delay: 1.875s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(6) .trans {
  transition-delay: 1.9375s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(7) .trans {
  transition-delay: 2s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(8) .trans {
  transition-delay: 2.0625s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(9) .trans {
  transition-delay: 2.125s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(10) .trans {
  transition-delay: 2.1875s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(11) .trans {
  transition-delay: 2.25s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(12) .trans {
  transition-delay: 2.3125s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(13) .trans {
  transition-delay: 2.375s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(14) .trans {
  transition-delay: 2.4375s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(15) .trans {
  transition-delay: 2.5s;
}
#index .contents #fv.status .catch .line.line2 .mask:nth-child(16) .trans {
  transition-delay: 2.5625s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(1) .trans {
  transition-delay: 1.9375s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(2) .trans {
  transition-delay: 2s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(3) .trans {
  transition-delay: 2.0625s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(4) .trans {
  transition-delay: 2.125s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(5) .trans {
  transition-delay: 2.1875s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(6) .trans {
  transition-delay: 2.25s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(7) .trans {
  transition-delay: 2.3125s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(8) .trans {
  transition-delay: 2.375s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(9) .trans {
  transition-delay: 2.4375s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(10) .trans {
  transition-delay: 2.5s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(11) .trans {
  transition-delay: 2.5625s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(12) .trans {
  transition-delay: 2.625s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(13) .trans {
  transition-delay: 2.6875s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(14) .trans {
  transition-delay: 2.75s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(15) .trans {
  transition-delay: 2.8125s;
}
#index .contents #fv.status .catch .line.line3 .mask:nth-child(16) .trans {
  transition-delay: 2.875s;
}
#index .contents #fv.status figure {
  transition-delay: 1.875s;
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
@media only screen and (max-width: 999px) {
  #index .contents #fv.status figure {
    transform: translateX(-50%) scale(1);
  }
}
#index .contents #fv .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.05);
  opacity: 0;
  filter: blur(8px);
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .img::after {
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(73, 138, 165, 0.7) 0%, rgba(73, 138, 165, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
#index .contents #fv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .contents #fv .catch {
  color: #eff0e8;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 9.3002625vw;
  top: 62.9218444444vh;
  white-space: nowrap;
  z-index: 2;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .catch {
    font-size: 2.25rem;
    top: 29.6875vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#index .contents #fv .catch .line {
  display: flex;
  align-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}
#index .contents #fv .catch .line:first-child {
  margin-top: 0;
}
#index .contents #fv .catch .line .mask {
  display: block;
  width: 1em;
}
#index .contents #fv .catch .line .mask .trans {
  display: block;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-0.5em) skewX(-16deg);
  opacity: 0;
  filter: blur(16px);
}
#index .contents #fv figure {
  position: absolute;
  width: 36vw;
  left: 46.5vw;
  bottom: -12.5rem;
  transition: 1.25s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.05);
  opacity: 0;
  filter: blur(16px);
}
@media screen and (max-width: 1279px) and (min-width: 1000px) {
  #index .contents #fv figure {
    left: 49.625vw;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #fv figure {
    width: 71.484375vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11.1328125vw;
  }
}
#index .contents #index01 {
  margin-top: 11.25vw;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 {
    margin-top: 8rem;
  }
}
#index .contents #index01 .w860 {
  max-width: 53.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w860 {
    width: fit-content;
  }
}
#index .contents #index01 .w860 .txt {
  font-size: 2.375rem;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w860 .txt {
    font-size: 2.078125rem;
  }
}
#index .contents #index01 .w860 .txt.active .line .mask .trans {
  transform: translate(0);
  opacity: 1;
  filter: blur(0);
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(1) .trans {
  transition-delay: 0.05s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(2) .trans {
  transition-delay: 0.1s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(3) .trans {
  transition-delay: 0.15s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(4) .trans {
  transition-delay: 0.2s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(5) .trans {
  transition-delay: 0.25s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(6) .trans {
  transition-delay: 0.3s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(7) .trans {
  transition-delay: 0.35s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(8) .trans {
  transition-delay: 0.4s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(9) .trans {
  transition-delay: 0.45s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(10) .trans {
  transition-delay: 0.5s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(11) .trans {
  transition-delay: 0.55s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(12) .trans {
  transition-delay: 0.6s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(13) .trans {
  transition-delay: 0.65s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(14) .trans {
  transition-delay: 0.7s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(15) .trans {
  transition-delay: 0.75s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(16) .trans {
  transition-delay: 0.8s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(17) .trans {
  transition-delay: 0.85s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(18) .trans {
  transition-delay: 0.9s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(19) .trans {
  transition-delay: 0.95s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(20) .trans {
  transition-delay: 1s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(21) .trans {
  transition-delay: 1.05s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(22) .trans {
  transition-delay: 1.1s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(23) .trans {
  transition-delay: 1.15s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(24) .trans {
  transition-delay: 1.2s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(25) .trans {
  transition-delay: 1.25s;
}
#index .contents #index01 .w860 .txt.active .line.line1 .mask:nth-child(26) .trans {
  transition-delay: 1.3s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(1) .trans {
  transition-delay: 0.5s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(2) .trans {
  transition-delay: 0.55s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(3) .trans {
  transition-delay: 0.6s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(4) .trans {
  transition-delay: 0.65s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(5) .trans {
  transition-delay: 0.7s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(6) .trans {
  transition-delay: 0.75s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(7) .trans {
  transition-delay: 0.8s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(8) .trans {
  transition-delay: 0.85s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(9) .trans {
  transition-delay: 0.9s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(10) .trans {
  transition-delay: 0.95s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(11) .trans {
  transition-delay: 1s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(12) .trans {
  transition-delay: 1.05s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(13) .trans {
  transition-delay: 1.1s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(14) .trans {
  transition-delay: 1.15s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(15) .trans {
  transition-delay: 1.2s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(16) .trans {
  transition-delay: 1.25s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(17) .trans {
  transition-delay: 1.3s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(18) .trans {
  transition-delay: 1.35s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(19) .trans {
  transition-delay: 1.4s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(20) .trans {
  transition-delay: 1.45s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(21) .trans {
  transition-delay: 1.5s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(22) .trans {
  transition-delay: 1.55s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(23) .trans {
  transition-delay: 1.6s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(24) .trans {
  transition-delay: 1.65s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(25) .trans {
  transition-delay: 1.7s;
}
#index .contents #index01 .w860 .txt.active .line.line2 .mask:nth-child(26) .trans {
  transition-delay: 1.75s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(1) .trans {
  transition-delay: 0.9s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(2) .trans {
  transition-delay: 0.95s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(3) .trans {
  transition-delay: 1s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(4) .trans {
  transition-delay: 1.05s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(5) .trans {
  transition-delay: 1.1s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(6) .trans {
  transition-delay: 1.15s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(7) .trans {
  transition-delay: 1.2s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(8) .trans {
  transition-delay: 1.25s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(9) .trans {
  transition-delay: 1.3s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(10) .trans {
  transition-delay: 1.35s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(11) .trans {
  transition-delay: 1.4s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(12) .trans {
  transition-delay: 1.45s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(13) .trans {
  transition-delay: 1.5s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(14) .trans {
  transition-delay: 1.55s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(15) .trans {
  transition-delay: 1.6s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(16) .trans {
  transition-delay: 1.65s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(17) .trans {
  transition-delay: 1.7s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(18) .trans {
  transition-delay: 1.75s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(19) .trans {
  transition-delay: 1.8s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(20) .trans {
  transition-delay: 1.85s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(21) .trans {
  transition-delay: 1.9s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(22) .trans {
  transition-delay: 1.95s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(23) .trans {
  transition-delay: 2s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(24) .trans {
  transition-delay: 2.05s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(25) .trans {
  transition-delay: 2.1s;
}
#index .contents #index01 .w860 .txt.active .line.line3 .mask:nth-child(26) .trans {
  transition-delay: 2.15s;
}
#index .contents #index01 .w860 .txt .line {
  display: flex;
  align-content: center;
  gap: 0.375rem;
  margin-top: 2.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w860 .txt .line {
    margin-top: 1.96875rem;
  }
}
#index .contents #index01 .w860 .txt .line:first-child {
  margin-top: 0;
}
#index .contents #index01 .w860 .txt .line .mask {
  display: block;
  width: 1em;
}
#index .contents #index01 .w860 .txt .line .mask .trans {
  display: block;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(0.5em) skewX(-16deg);
  opacity: 0;
  filter: blur(16px);
}
#index .contents #index01 .w620 {
  max-width: 38.75rem;
  margin: 0 auto;
}
#index .contents #index01 .w620 .fs20 {
  margin: calc(-0.5em + 4rem) 0 -0.5em;
}
#index .contents #index01 .w960 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 60rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w960 {
    flex-direction: column;
    gap: 3.5rem;
    margin: 3.5rem auto 0;
  }
}
#index .contents #index01 .w960 .img {
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
  mask-position: 0% 0%;
  mask-size: 300% 100%;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
#index .contents #index01 .w960 .img.active {
  mask-position: 100% 0%;
  opacity: 1;
}
#index .contents #index01 .w960 .img.active img {
  transform: scale(1);
}
#index .contents #index01 .w960 .img img {
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.125);
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .w960 .img1 {
    margin-top: 12.8125rem;
  }
  #index .contents #index01 .w960 .img1 img {
    width: 24.4375rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w960 .img1 {
    order: 2;
    width: 57.287109375vw;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w960 .img2 {
    order: 1;
    width: 63.97265625vw;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .w960 .img2 img {
    width: 27.3125rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .w960 .img3 {
    margin-left: 50%;
    margin-top: -4.875rem;
  }
  #index .contents #index01 .w960 .img3 img {
    width: 16.75rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w960 .img3 {
    order: 3;
    width: 39.2265625vw;
    margin-left: 48.2421875vw;
  }
}
#index .contents #index02 {
  margin-top: 11.25rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 {
    margin-top: 8rem;
  }
}
#index .contents #index02 h2 {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.25em;
}
#index .contents #index02 .w834 {
  max-width: 52.125rem;
  margin: 1.75rem auto 0;
  width: calc(100% - 4rem);
}
#index .contents #index02 .w834 .movie .img {
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index02 .w834 .movie .img {
    transition: 0.375s;
  }
  #index .contents #index02 .w834 .movie .img:hover {
    opacity: 0.8;
  }
}
#index .contents #index02 .w834 .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}
#index .contents #index02 figure {
  position: absolute;
}
#index .contents #index02 .num42 {
  width: 19.5625vw;
  left: 14.125vw;
  top: -3.75vw;
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .num42 {
    left: 12.5vw;
    top: 3.90625vw;
  }
}
#index .contents #index02 .num16 {
  width: 13.8125vw;
  left: -1.5vw;
  bottom: 4.4375vw;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .num16 {
    bottom: 21.875vw;
  }
}
#index .contents #index02 .num21 {
  width: 13.875vw;
  left: 6.25vw;
  bottom: -3.375vw;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .num21 {
    left: 89.84375vw;
    bottom: 15.625vw;
  }
}
#index .contents #index02 .num504 {
  width: 28.9375vw;
  left: 71.9375vw;
  bottom: 5.75vw;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .num504 {
    width: 32.2265625vw;
    left: 66.2109375vw;
    bottom: -7.8125vw;
  }
}
#index .contents #index02 .line {
  width: 1px;
  height: 8.25rem;
  background-color: #004f46;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-50%) scale(1, 0);
  transform-origin: top;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .line {
    height: 5.5rem;
  }
}
#index .contents #index02 .line.active {
  transform: translateX(-50%) scale(1, 1);
}
#index .contents #index03 {
  scroll-margin-top: 8rem;
  margin-top: 12.8125rem;
  padding-bottom: 20.875rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 {
    scroll-margin-top: 4rem;
    padding-bottom: 15.65625rem;
  }
}
#index .contents #index03::after {
  content: "";
  width: 100%;
  height: 92.1875rem;
  background: linear-gradient(0deg, rgba(0, 79, 70, 0.2) 5.16%, rgba(0, 79, 70, 0.2) 81.68%, rgba(0, 79, 70, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#index .contents #index03 .fs42 {
  text-align: center;
}
#index .contents #index03 h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.17em;
  margin-top: 2.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 h2 {
    font-size: 1.21875rem;
    margin-top: 1.6875rem;
  }
}
#index .contents #index03 .cm_flex {
  max-width: calc(100% - 4rem);
  justify-content: center;
  gap: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_flex {
    align-items: center;
    gap: 14.25rem;
    margin-top: 3.5rem;
  }
}
#index .contents #index03 .cm_flex.active::after {
  transform: translateX(-50%) scaleY(1);
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 .cm_flex.line100::after {
    height: calc(100% - 6rem);
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 .cm_flex::after {
    content: "";
    width: 1px;
    height: calc(100% + 7.5rem);
    background-color: #004f46;
    position: absolute;
    left: 50%;
    top: 6rem;
    transition: 1s linear;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
  }
}
#index .contents #index03 .cm_flex > div {
  width: fit-content;
  max-width: 32.25rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_flex > div:last-child::after {
    content: "";
    width: 1px;
    height: 8.25rem;
    background-color: #004f46;
    position: absolute;
    left: 50%;
    top: -11.25rem;
    transform: translateX(-50%);
  }
}
#index .contents #index03 .cm_flex > div img {
  width: 22.3125rem;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 .cm_flex > div img {
    aspect-ratio: 357/385;
    object-fit: cover;
    object-position: center bottom;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_flex > div img {
    width: 50vw;
    margin: 0 auto;
  }
}
#index .contents #index03 .cm_flex > div img.img7 {
  width: 22.3125rem;
}
#index .contents #index03 .cm_flex h3 {
  width: 100%;
  color: #eff0e8;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  background-color: #004f46;
  border-radius: 2.3125rem;
  padding: 1.5rem;
  margin-top: 4.5rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_flex h3 {
    width: calc(100vw - 4rem);
    margin-top: 1.75rem;
  }
}
#index .contents #index03 .cm_flex h3::after {
  width: 2.8125rem;
  aspect-ratio: 45/36;
  content: "";
  position: absolute;
  top: 5.25rem;
  right: 1.5rem;
  background: url(../img/10.svg) center/cover no-repeat;
}
#index .contents #index03 .cm_flex h4 {
  font-size: 1.1875rem;
  margin-top: 2rem;
  padding: 0 1rem;
}
#index .contents #index03 .cm_flex .list {
  width: calc(100% - 2rem);
  margin: calc(-0.45em + 1.25rem) auto -0.45em;
}
#index .contents #index03 .cm_flex .list li {
  color: #231815;
  font-size: 1.25rem;
  line-height: 1.9;
  text-indent: -1em;
  padding-left: 1em;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_flex .list li {
    font-size: 1.125rem;
  }
}
#index .contents #index03 .cm_flex .list li::before {
  color: #fff;
  content: "●";
}
#index .contents #index03 .cm_flex .fs20 {
  line-height: 2.3;
  margin: calc(-0.65em + 3.75rem) 0 -0.65em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_flex .fs20 {
    width: fit-content;
    margin: calc(-0.65em + 3.5rem) auto -0.65em;
  }
}
#index .contents #index03 .cm_flex .fs35 {
  margin: calc(-0.25em + 4rem) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_flex .fs35 {
    width: fit-content;
    margin: calc(-0.25em + 3rem) auto -0.25em;
  }
}
#index .contents #index03 .box {
  width: 43.75rem;
  height: 5.875rem;
  margin: 4rem auto 0;
  font-size: 2.375rem;
  text-align: center;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .box {
    width: 18.75rem;
    aspect-ratio: 173/79;
    font-size: 1.1875rem;
    line-height: 1.5;
    margin: 9.25rem auto 0;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .box::before {
    content: "";
    width: 1px;
    height: 16rem;
    background-color: #004f46;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
#index .contents #index03 .box::after {
  width: calc(100% - 6.25rem);
  aspect-ratio: 601/58;
  content: "";
  background: linear-gradient(90deg, rgb(239, 219, 211) 38.97%, rgb(114, 194, 214) 97.18%, rgb(0, 140, 155) 99.69%);
  filter: blur(0.5rem);
  border-radius: 1.8125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .box::after {
    width: calc(100% - 3rem);
    height: calc(100% - 1.5rem);
    border-radius: 1.875rem;
    aspect-ratio: unset;
  }
}
#index .contents #index03 .box .bg {
  width: 100%;
  height: 100%;
  border-radius: 2.9375rem;
  background: rgba(255, 255, 255, 0.83);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .box .bg {
    border-radius: 1.875rem;
  }
}
#index .contents #index03 .box .txt {
  display: block;
  white-space: nowrap;
  position: absolute;
  left: calc(50% + 0.375em);
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .box .txt {
    font-size: 1.5rem;
  }
}
#index .contents #index03 .w1090 {
  display: flex;
  justify-content: space-between;
  max-width: 68.125rem;
  margin: 8.75rem auto 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .w1090 {
    flex-direction: column;
    align-items: center;
  }
}
#index .contents #index03 .w1090 .fs46 {
  text-align: center;
  order: 2;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .w1090 .fs46 {
    order: 1;
  }
}
#index .contents #index03 .w1090 .img4 {
  width: 22.1875rem;
  order: 1;
  margin-top: 3rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .w1090 .img4 {
    order: 2;
  }
}
#index .contents #index03 .w1090 .img5 {
  width: 21.75rem;
  order: 3;
  margin-top: 3rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .w1090 + .cm_flex {
    margin-top: 0;
  }
}
#index .contents #index04 {
  padding: 11.25rem 0 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 {
    padding-top: 8.125rem;
  }
}
#index .contents #index04 .img1 {
  width: 37.375rem;
  position: absolute;
  left: 50%;
  top: -17.75rem;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .img1 {
    width: 25rem;
    top: 0;
    transform: translate(-50%, -75%);
  }
}
#index .contents #index04 h2 {
  text-align: center;
}
#index .contents #index04 h2 .sans {
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.17em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 h2 .sans {
    font-size: 1.3125rem;
  }
}
#index .contents #index04 h2 strong {
  display: block;
  font-size: 2.875rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 h2 strong {
    font-size: 2.0125rem;
    line-height: 1.5;
  }
}
#index .contents #index04 .w1120 .cm_flex {
  justify-content: center;
  gap: 4rem;
  margin-top: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .cm_flex {
    gap: 3.5rem;
  }
}
#index .contents #index04 .w1120 .cm_flex .img2 {
  width: 22.875rem;
  position: absolute;
  right: -11.125rem;
  top: -18.3125rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .cm_flex .img2 {
    width: 16rem;
    right: -7rem;
    top: -12.75rem;
  }
}
#index .contents #index04 .w1120 .cm_flex dl {
  padding: 2.5rem 2.25rem;
  color: #eff0e8;
  background-color: #004f46;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index04 .w1120 .cm_flex dl {
    width: calc((100% - 8rem) / 3);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .cm_flex dl {
    padding: 2.5rem 2rem;
  }
}
#index .contents #index04 .w1120 .cm_flex dl dt {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .cm_flex dl dt {
    font-size: 1.5rem;
  }
}
#index .contents #index04 .w1120 .cm_flex dl dd {
  font-size: 1.1875rem;
  line-height: 1.75;
  margin: calc(-0.375em + 2rem) 0 -0.375em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .cm_flex dl dd {
    font-size: 1.0625rem;
  }
}
#index .contents #index04 .image {
  display: block;
  max-width: 61.5625rem;
  margin: 3.5rem auto 0;
}
#index .contents #index05 {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 {
    margin-top: 3.5rem;
  }
}
#index .contents #index05 h2 {
  color: #774e3b;
  text-align: center;
}
#index .contents #index05 h2 .sans {
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.17em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 h2 .sans {
    font-size: 1.3125rem;
  }
}
#index .contents #index05 h2 strong {
  display: block;
  font-size: 2.875rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 h2 strong {
    font-size: 2.0125rem;
    line-height: 1.5;
  }
}
#index .contents #index05 .w1120 .cm_flex {
  justify-content: center;
  gap: 4rem;
  margin-top: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .w1120 .cm_flex {
    gap: 3.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index05 .w1120 .cm_flex > div {
    width: calc((100% - 8rem) / 3);
  }
}
#index .contents #index05 .w1120 .cm_flex .box1 {
  padding: 2.5rem 0;
  color: #eff0e8;
  background: #c38466;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index05 .w1120 .cm_flex .box1 {
    height: 20.75rem;
  }
}
#index .contents #index05 .w1120 .cm_flex .box1 dt {
  font-size: min(1.625rem, 1.8571428571vw);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .w1120 .cm_flex .box1 dt {
    font-size: 1.5rem;
  }
}
#index .contents #index05 .w1120 .cm_flex .box1 dd {
  font-size: 1.1875rem;
  line-height: 1.75;
  margin: calc(-0.375em + 1.375rem) 0 -0.375em;
  padding: 0 2.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .w1120 .cm_flex .box1 dd {
    font-size: 1.0625rem;
    padding: 0 2rem;
  }
}
#index .contents #index05 .w1120 .cm_flex .box2 {
  margin-top: 1.75rem;
}
#index .contents #index05 .w1120 .cm_flex .box2 dt {
  color: #eff0e8;
  font-size: min(1.25rem, 1.4285714286vw);
  font-weight: bold;
  text-align: center;
  background-color: #774e3b;
  position: relative;
  padding: 1.75rem 0;
}
#index .contents #index05 .w1120 .cm_flex .box2 dt::before {
  width: 2.5625rem;
  aspect-ratio: 41/36;
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #774e3b;
  position: absolute;
  left: 50%;
  top: 1px;
  transform: translate(-50%, -100%);
}
#index .contents #index05 .w1120 .cm_flex .box2 dd {
  color: #774e3b;
  font-size: 1.1875rem;
  line-height: 1.6;
  background-color: #fff;
  padding: 1.75rem 2.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .w1120 .cm_flex .box2 dd {
    font-size: 1.0625rem;
    padding: 1.75rem 2rem;
  }
}
#index .contents #index05 .w1120 .cm_flex .box2 dd .fs17 {
  display: block;
  font-size: 1rem;
  text-decoration: underline;
  line-height: 1.5;
  margin: calc(1.5rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .w1120 .cm_flex .box2 dd .fs17 {
    font-size: 1.0625rem;
  }
}
#index .contents #index06 {
  scroll-margin-top: 8rem;
  margin-top: 8.4375rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 {
    scroll-margin-top: 4rem;
  }
}
#index .contents #index06 h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
#index .contents #index06 h2 .en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  transform: translateX(-7.5rem);
}
#index .contents #index06 h2 .jp {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 2rem;
  line-height: 1.5;
}
#index .contents #index06 h2 .jp span {
  display: block;
  position: relative;
}
#index .contents #index06 h2 .jp span::after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #004f46;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}
#index .contents #index06 .w1236 {
  padding: 0 7.5rem 4.875rem;
  margin-top: 1.625rem;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #index .contents #index06 .w1236 {
    padding: 0 4rem 4.875rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 {
    padding: 0 0rem 4.875rem;
    margin-top: 3.5rem;
  }
}
#index .contents #index06 .w1236::after {
  content: "";
  width: 100%;
  height: calc(100% - 10rem);
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236::after {
    height: calc(100% - 3.75rem);
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#index .contents #index06 .w1236 .catch {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .catch {
    font-size: 1.875rem;
    margin: -0.2em 0;
  }
}
#index .contents #index06 .w1236 .catch::after {
  width: 19.625rem;
  aspect-ratio: 314/500;
  content: "";
  position: absolute;
  top: -5rem;
  left: 3.5rem;
  background: url(../img/16.svg) center/cover no-repeat;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .catch::after {
    display: none;
  }
}
#index .contents #index06 .w1236 .img {
  width: 20rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .img {
    width: 42.578125vw;
    margin-left: auto;
    margin-top: -5.859375vw;
  }
}
#index .contents #index06 .w1236 .img span {
  display: block;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  position: absolute;
  left: -10.5rem;
  top: 25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .img span {
    font-size: 1.0625rem;
    top: 7.5rem;
    left: -10rem;
  }
}
#index .contents #index06 .w1236 .cm_flex2 {
  gap: 4rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .cm_flex2 {
    gap: 0;
  }
}
#index .contents #index06 .w1236 .cm_flex {
  justify-content: space-between;
  margin-top: 2.8125rem;
  gap: 3.5rem;
}
@media only screen and (max-width: 1300px) {
  #index .contents #index06 .w1236 .cm_flex {
    justify-content: center;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .cm_flex {
    margin-top: 1rem;
    align-items: center;
  }
}
#index .contents #index06 .w1236 .cm_flex .fs19 {
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index06 .w1236 .cm_flex .fs19 {
    width: 27.5rem;
    padding-top: 4.25rem;
  }
  #index .contents #index06 .w1236 .cm_flex .fs19 .ls01 {
    letter-spacing: 0.1em;
  }
  #index .contents #index06 .w1236 .cm_flex .fs19 .ls015 {
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox {
    width: 29.625rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox ul li:first-child {
    width: 45.25vw;
    margin-left: auto;
  }
}
#index .contents #index06 .w1236 .cm_flex .imgBox ul li:first-child img {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox ul li:first-child img {
    width: 19.25rem;
  }
}
#index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(2) {
  margin-top: 5.1875rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(2) {
    width: 28.02734375vw;
    margin-top: 7.8125vw;
    margin-left: 12.5vw;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(2) img {
    width: 11.875rem;
  }
}
#index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(3) {
  margin-top: 4.625rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(3) {
    width: 31.541015625vw;
    margin-top: 6.25vw;
    margin-left: 37.3046875vw;
  }
}
#index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(3) img {
  margin-left: auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(3) img {
    width: 13.4375rem;
  }
}
#index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(4) {
  margin-top: -4.625rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(4) {
    width: 28.8984375vw;
    margin-top: -23.4375vw;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index06 .w1236 .cm_flex .imgBox ul li:nth-child(4) img {
    width: 12.3125rem;
  }
}
#index .contents #index07 {
  padding-top: 20rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index07 {
    padding-top: 118.5546875vw;
  }
}
#index .contents #index07 .w626 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 39.125rem;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #index07 .w626 {
    width: fit-content;
  }
}
#index .contents #index07 .w626 .fs20.right {
  margin-top: 6.625vw;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index07 .w626 .fs20.right {
    margin-left: auto;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index07 .w626 .fs20.right {
    margin-top: 3.5rem;
  }
}
#index .contents #index07 .w626 .fs20.left {
  margin-top: 14.25vw;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index07 .w626 .fs20.left {
    margin-right: auto;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index07 .w626 .fs20.left {
    margin-top: 3.5rem;
  }
}
#index .contents #index07 .img1 {
  width: 51vw;
  position: absolute;
  left: -6.75vw;
  top: calc(20rem - 11.75vw);
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index07 .img1 {
    width: 79.1015625vw;
    left: -4.1015625vw;
    top: 15.625vw;
  }
}
#index .contents #index07 .img2 {
  width: 52.5625vw;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index07 .img2 {
    position: absolute;
    right: 0;
    bottom: -19.5625vw;
    z-index: -1;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index07 .img2 {
    width: 91.2109375vw;
    margin-left: 12.5vw;
    margin-top: 3.5rem;
  }
}
#index .contents #index08 {
  margin-top: calc(19.5625vw + 8.125rem);
  padding: 11rem 0 7.625rem;
  position: relative;
  /*
     &::before {
       content: "";
       width: c_rem(57);
       aspect-ratio: 57/159;
       background: url(../img/24.svg) center / cover no-repeat;
       position: absolute;
       left: 50%;
       top: 0;
       transform: translate(-50%, -50%);
     }
  */
}
@media only screen and (max-width: 999px) {
  #index .contents #index08 {
    margin-top: 10rem;
    padding: 10rem 0 0rem;
  }
}
#index .contents #index08::after {
  content: "";
  width: 76rem;
  height: 100%;
  background: rgba(0, 79, 70, 0.15);
  filter: blur(0.25rem);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index08::after {
    width: calc(100% - 4rem);
  }
}
#index .contents #index08 .border {
  width: 1px;
  height: 10rem;
  background-color: #004f46;
  position: absolute;
  left: 50%;
  top: 0;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%) scale(1, 0);
  transform-origin: top;
}
#index .contents #index08 .border.active {
  transform: translate(-50%, -50%) scale(1, 1);
}
#index .contents #index08 .border::before, #index .contents #index08 .border::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #004f46;
  position: absolute;
  left: 1.75rem;
  top: 0;
}
#index .contents #index08 .border::after {
  left: auto;
  right: 1.75rem;
}
#index .contents #index08 .fs46 {
  text-align: center;
  position: relative;
  z-index: 1;
}
#index .contents #index08 .image {
  width: 94.375vw;
  margin: -10.5rem auto 0;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index08 .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index08 .image {
    width: 100%;
    height: 74.21875vw;
    margin: -6.25rem auto 0;
    position: relative;
  }
  #index .contents #index08 .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
  }
}
#index .contents #index08 .w960 {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  #index .contents #index08 .w960 {
    width: calc(100% - 8rem);
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index08 .w960 .txtBox {
    width: 50%;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index08 .w960 .txtBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#index .contents #index08 .w960 .txtBox .fs20 {
  margin: calc(-0.5em + 3rem) 0 -0.5em;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index08 .w960 .imgBox {
    width: 50%;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index08 .w960 .imgBox {
    width: calc(100% - 2rem);
  }
}
#index .contents #index08 .w960 .imgBox ul li {
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
  mask-position: 0% 0%;
  mask-size: 300% 100%;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
#index .contents #index08 .w960 .imgBox ul li.active {
  mask-position: 100% 0%;
  opacity: 1;
}
#index .contents #index08 .w960 .imgBox ul li.active img {
  transform: scale(1);
}
#index .contents #index08 .w960 .imgBox ul li:first-child {
  margin-top: 4.625rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index08 .w960 .imgBox ul li:first-child {
    width: 33.203125vw;
    margin-top: 3.5rem;
    margin-left: 2rem;
  }
}
#index .contents #index08 .w960 .imgBox ul li:first-child img {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index08 .w960 .imgBox ul li:first-child img {
    width: 14.1875rem;
  }
}
#index .contents #index08 .w960 .imgBox ul li:nth-child(2) {
  margin-top: 4rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index08 .w960 .imgBox ul li:nth-child(2) {
    width: 34.765625vw;
    margin-top: 2.5rem;
    margin-left: auto;
  }
}
#index .contents #index08 .w960 .imgBox ul li:nth-child(2) img {
  margin-left: auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index08 .w960 .imgBox ul li:nth-child(2) img {
    width: 14.8125rem;
  }
}
#index .contents #index08 .w960 .imgBox ul li:nth-child(3) {
  margin-top: 4.875rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index08 .w960 .imgBox ul li:nth-child(3) {
    width: 54.1015625vw;
    margin: 2.5rem auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index08 .w960 .imgBox ul li:nth-child(3) img {
    width: 23.0625rem;
  }
}
#index .contents #index08 .w960 .imgBox ul li img {
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.125);
}
#index .contents #index09 {
  margin-top: 4rem;
  padding: 6.5rem 0 0rem;
  position: relative;
}
#index .contents #index09::after {
  content: "";
  width: 76rem;
  height: calc(100% - 12.5rem);
  background: rgba(0, 79, 70, 0.15);
  filter: blur(0.25rem);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09::after {
    width: calc(100% - 4rem);
  }
}
#index .contents #index09 .w525 {
  max-width: 32.8125rem;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .w525 {
    width: calc(100% - 8rem);
  }
}
#index .contents #index09 .w525 h2 {
  font-size: 2.4375rem;
  line-height: 1.5;
  margin: -0.25em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .w525 h2 {
    font-size: 1.828125rem;
  }
}
#index .contents #index09 .w525 .subTitle {
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: bold;
  border: 1px solid #004f46;
  background: rgb(255, 255, 255);
  padding: 0.75rem 1.25rem;
  margin-top: 1.75rem;
}
#index .contents #index09 .w525 .fs19 {
  line-height: 1.75;
  margin: calc(-0.375em + 1.75rem) 0 -0.375em;
}
#index .contents #index09 .cm_flex {
  max-width: 75rem;
  margin: 3rem auto 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 5.25rem;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index09 .cm_flex .box {
    width: 28.75rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index09 .cm_flex .box:nth-child(even) {
    margin-top: 6.25rem;
  }
}
#index .contents #index09 .cm_flex .box img {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index09 .cm_flex .box img[width="457"] {
    width: 28.5625rem;
  }
  #index .contents #index09 .cm_flex .box img[width="325"] {
    width: 20.3125rem;
  }
  #index .contents #index09 .cm_flex .box img[width="378"] {
    width: 23.625rem;
  }
  #index .contents #index09 .cm_flex .box img[width="290"] {
    width: 18.125rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .cm_flex .box img {
    width: auto;
    height: 15.625rem;
  }
}
#index .contents #index09 .cm_flex .box h3 {
  font-size: 1.5625rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .cm_flex .box h3 {
    font-size: 1.328125rem;
    padding: 0 4rem;
    text-align: center;
  }
}
#index .contents #index09 .cm_flex .box .fs19 {
  line-height: 1.75;
  margin: calc(-0.375em + 1.75rem) auto -0.375em;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index09 .cm_flex .box .fs19 {
    width: 19.1875rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .cm_flex .box .fs19 {
    padding: 0 4rem;
  }
}
#index .contents #index09 h4 {
  color: #231815;
  font-size: 1.5rem;
  margin-top: 5.25rem;
  text-align: center;
}
#index .contents #index09 .col3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.125rem;
  margin-top: 1.75rem;
  color: #231815;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .col3 {
    width: calc(100% - 8rem);
    margin: 1.75rem auto 0;
  }
}
#index .contents #index09 .col3 li {
  width: 20.1875rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .col3 li {
    width: 100%;
  }
}
#index .contents #index09 .col3 li a {
  display: block;
  background-color: #fff;
  padding-top: 1.75rem;
}
#index .contents #index09 .col3 li a span {
  display: block;
}
#index .contents #index09 .col3 li a .jp {
  font-size: 1.6875rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .col3 li a .jp {
    font-size: 1.265625rem;
  }
}
#index .contents #index09 .col3 li a .en {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 1em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .col3 li a .en {
    font-size: 1rem;
  }
}
#index .contents #index09 .col3 li a img {
  margin-top: 1.75rem;
}
#index .contents #index09 .image {
  margin-top: 1rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index09 .image {
    margin-top: 2rem;
  }
}
#index .contents #index09 .image img {
  width: 100%;
}
#index .contents #index10 {
  margin-top: 11.25rem;
  padding: 7rem 0 0rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index10 {
    margin-top: 8rem;
  }
}
#index .contents #index10::after {
  content: "";
  width: 76rem;
  height: calc(100% + 12.5rem);
  background: rgba(0, 79, 70, 0.15);
  filter: blur(0.25rem);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index10::after {
    width: calc(100% - 4rem);
  }
}
#index .contents #index10 .w876 {
  max-width: 54.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #index10 .w876 {
    width: calc(100% - 8rem);
  }
}
#index .contents #index10 .w876 .cm_flex {
  justify-content: center;
  gap: 3.75rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index10 .w876 .cm_flex {
    align-items: center;
    gap: 3.5rem;
  }
}
#index .contents #index10 .w876 .cm_flex .txtBox h2 {
  font-size: 2.4375rem;
  line-height: 1.5;
  margin: -0.25em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index10 .w876 .cm_flex .txtBox h2 {
    font-size: 1.828125rem;
  }
}
#index .contents #index10 .w876 .cm_flex .txtBox .subTitle {
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: bold;
  border: 1px solid #004f46;
  background: rgb(255, 255, 255);
  padding: 0.75rem 1.25rem;
  margin-top: 1.75rem;
}
#index .contents #index10 .w876 .cm_flex .txtBox .fs19 {
  line-height: 1.75;
  margin: calc(-0.375em + 1.75rem) auto -0.375em;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index10 .w876 .cm_flex .txtBox .fs19 {
    width: 29.125rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index10 .w876 .cm_flex .imgBox {
    width: 21.3125rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index10 .w876 .cm_flex .imgBox {
    width: 17.5rem;
  }
}
#index .contents #index10 .w485 {
  max-width: 39.0625rem;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index10 .w485 {
    width: calc(100% - 8rem);
  }
}
#index .contents #index10 .w485 h3 {
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#index .contents #index10 .w485 .fs19 {
  line-height: 1.75;
  margin: calc(-0.375em + 1.75rem) auto -0.375em;
}
#index .contents #index10 .w625 {
  max-width: 39.0625rem;
  margin: 0 auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index10 .w625 {
    width: calc(100% - 8rem);
  }
}
#index .contents #index10 .w625 .cm_flex2 {
  gap: 2.25rem;
  margin-top: 2.5rem;
}
#index .contents #index10 .w625 .cm_flex2 a {
  display: block;
  width: 13.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index10 .w625 .cm_flex2 dl {
    width: calc(100% - 15.5rem);
  }
}
#index .contents #index10 .w625 .cm_flex2 dl dt {
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#index .contents #index10 .w625 .cm_flex2 dl dd {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: calc(-0.375em + 1.25rem) auto -0.375em;
}
#index .contents #index10 .w625 .box {
  border-top: 1px solid #004f46;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index10 .w625 .box {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
#index .contents #index10 .w625 .box dl dt {
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  #index .contents #index10 .w625 .box dl dt {
    line-height: 1.5;
    text-align: center;
  }
}
#index .contents #index10 .w625 .box dl .fs19 {
  line-height: 1.75;
  margin: calc(-0.375em + 1.25rem) auto -0.375em;
}
#index .contents #index11 {
  padding-top: 21vw;
  padding-right: 9.625vw;
  position: relative;
}
@media only screen and (max-width: 1599px) {
  #index .contents #index11 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 {
    padding-top: 50vw;
    padding-right: 0;
  }
}
#index .contents #index11.active::before, #index .contents #index11.active::after {
  filter: blur(0);
  opacity: 1;
}
#index .contents #index11::before {
  width: 98.0625vw;
  aspect-ratio: 1569/1310;
  content: "";
  background: url(../img/41_2.webp) center/cover no-repeat;
  position: absolute;
  top: 4.9375vw;
  right: -10.75vw;
  z-index: -1;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  filter: blur(16px);
  opacity: 0;
}
@media only screen and (max-width: 1599px) {
  #index .contents #index11::before {
    width: 98.0625rem;
    right: -10.75rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index11::before {
    width: 81.4453125vw;
    left: 22.8515625vw;
    top: 19.5vw;
  }
}
#index .contents #index11::after {
  width: 74vw;
  aspect-ratio: 1184/1791;
  content: "";
  background: url(../img/41.webp) center/cover no-repeat;
  position: absolute;
  top: -9.8125vw;
  left: -32.0625vw;
  z-index: -1;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  filter: blur(16px);
  opacity: 0;
}
@media only screen and (max-width: 1599px) {
  #index .contents #index11::after {
    left: calc(50% - 8.375rem);
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index11::after {
    width: 61.328125vw;
    left: -13.28125vw;
    top: 11.25vw;
    transform: translate(0);
  }
}
#index .contents #index11 h2 {
  font-size: 2.4375rem;
  line-height: 1.5;
  margin: -0.25em 0;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index11 h2 {
    margin-left: 44.6875vw;
  }
}
@media only screen and (max-width: 1279px) {
  #index .contents #index11 h2 {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 h2 {
    font-size: 1.70625rem;
    margin-left: 45vw;
    white-space: nowrap;
  }
}
#index .contents #index11 .subTitle {
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: bold;
  border: 1px solid #004f46;
  background: rgb(255, 255, 255);
  padding: 0.75rem 1.25rem;
  margin-top: 1.75rem;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index11 .subTitle {
    margin-left: 44.6875vw;
  }
}
@media only screen and (max-width: 1279px) {
  #index .contents #index11 .subTitle {
    margin-left: calc((100vw - 25rem) / 2);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 .subTitle {
    margin-left: 45vw;
  }
}
#index .contents #index11 .w900 {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: 2rem;
}
@media only screen and (max-width: 1279px) {
  #index .contents #index11 .w900 {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 .w900 {
    width: calc(100% - 4rem);
    margin: 5rem auto 0;
  }
}
#index .contents #index11 .w900 h3 {
  width: 17.1875rem;
  font-size: 1.875rem;
  text-align: center;
  margin: 4.5rem auto 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #004f46;
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 .w900 h3 {
    font-size: 1.5rem;
  }
}
#index .contents #index11 .w900 .cm_flex {
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.6875rem 5.9375rem;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1279px) {
  #index .contents #index11 .w900 .cm_flex {
    flex-direction: column;
    margin-top: 4.6875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 .w900 .cm_flex {
    gap: 3.5rem;
    margin-top: 3.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index11 .w900 .cm_flex .box {
    width: 25rem;
  }
}
#index .contents #index11 .w900 .cm_flex .box .sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 .w900 .cm_flex .box .sans {
    text-align: center;
  }
}
#index .contents #index11 .w900 .cm_flex .box .fs23 {
  font-size: 1.4375rem;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 .w900 .cm_flex .box .fs23 {
    font-size: 1.25rem;
  }
}
#index .contents #index11 .w900 .cm_flex .box .fs37 {
  font-size: 2.3125rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 .w900 .cm_flex .box .fs37 {
    font-size: 1.734375rem;
  }
}
#index .contents #index11 .w900 .cm_flex .box .fs37 span {
  display: inline-block;
  padding-right: 0.875rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index11 .w900 .cm_flex .box .fs37 span {
    font-size: 1rem;
  }
}
#index .contents #index11 .w900 .cm_flex .box .fs17 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin: calc(-0.2em + 1.25rem) 0 -0.2em;
}
#index .contents #index11 .w900 .cm_flex .box .fs18 {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.09em;
  margin: calc(-0.5em + 1.875rem) 0 -0.5em;
}
#index .contents #index11 .w900 .cm_flex .box .fs16 {
  font-size: 1rem;
  line-height: 1.75;
  margin: calc(-0.375em + 1.25rem) 0 -0.375em;
}
#index .contents #index12 {
  padding: 13.125rem 0;
  background: linear-gradient(138deg, rgb(239, 219, 211) 38.97%, rgb(114, 194, 214) 97.18%);
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 {
    padding: 8rem 0;
  }
}
#index .contents #index12 .w1376 {
  max-width: 86rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 7rem 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 {
    padding: 5rem 0;
  }
}
#index .contents #index12 .w1376::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 79, 70, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#index .contents #index12 .w1376::after {
  content: "";
  width: calc(100% - 7.5rem);
  height: 100%;
  background: rgba(0, 79, 70, 0.89);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  filter: blur(2.5rem);
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376::after {
    width: calc(100% - 5rem);
  }
}
#index .contents #index12 .w1376 h2 {
  color: #fff5d7;
  text-align: center;
}
#index .contents #index12 .w1376 h2 .sans {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6875rem;
  letter-spacing: 0.17em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 h2 .sans {
    font-size: 1.25rem;
  }
}
#index .contents #index12 .w1376 h2 strong {
  display: block;
  font-size: 2.75rem;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 h2 strong {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
}
#index .contents #index12 .w1376 h2 img {
  width: auto;
  height: 6.625rem;
  margin: 1.6875rem auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 h2 img {
    height: 6rem;
  }
}
#index .contents #index12 .w1376 .w1020 {
  max-width: 63.75rem;
  width: calc(100% - 8rem);
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 .w1020 {
    width: calc(100% - 4rem);
  }
}
#index .contents #index12 .w1376 .w1020 .cm_flex {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 .w1020 .cm_flex {
    gap: 1rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index12 .w1376 .w1020 .cm_flex h3 {
    width: 9.375rem;
  }
}
#index .contents #index12 .w1376 .w1020 .cm_flex h3 img {
  width: auto;
  height: 2.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 .w1020 .cm_flex h3 img {
    height: 2rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index12 .w1376 .w1020 .cm_flex .txtBox {
    width: calc(100% - 9.375rem);
  }
}
#index .contents #index12 .w1376 .w1020 .cm_flex .txtBox .fs25 {
  color: #fff5d7;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: -0.125em;
  margin-bottom: -0.125em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 .w1020 .cm_flex .txtBox .fs25 {
    font-size: 1.375rem;
    text-align: center;
  }
}
#index .contents #index12 .w1376 .w1020 .cm_flex .txtBox .fs19 {
  line-height: 1.75;
  margin: calc(-0.375em + 1.75rem) 0 -0.375em;
}
#index .contents #index12 .w1376 .w1020 .cm_flex .txtBox a {
  text-decoration: underline;
}
#index .contents #index12 .w1376 .w1020 .cm_flex .txtBox a:hover {
  text-decoration: none;
}
#index .contents #index12 .w1376 .w1020 .cm_flex .txtBox .fs19 + .fs16 {
  margin-top: 2rem;
}
#index .contents #index12 .w1376 .w1020 .cm_flex .txtBox .fs16 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1rem;
}
#index .contents #index12 .w1376 .w1020 .cm_flex .col2 {
  display: flex;
  gap: 6.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index12 .w1376 .w1020 .cm_flex .col2 {
    flex-direction: column;
    gap: 3.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index12 .w1376 .w1020 .cm_flex .col2 > div {
    width: calc((100% - 6.25rem) / 2);
  }
}
#index .contents #soudan {
  scroll-margin-top: 8rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #soudan {
    scroll-margin-top: 4rem;
    padding: 0 2rem;
  }
}
#index .contents #soudan h2 {
  font-size: 2.375rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.33em;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #index .contents #soudan h2 {
    font-size: 1.78125rem;
  }
}
#index .contents #soudan h2 + h3 {
  margin-top: 3.75rem;
}
#index .contents #soudan h3 {
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.33em;
  text-align: center;
  display: table;
  border-bottom: 1px solid #004f46;
  margin: 6rem auto 0;
  padding: 0 1rem 1rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #soudan h3 {
    font-size: 1.21875rem;
  }
}
#index .contents #soudan .w1225 {
  max-width: 76.5625rem;
  margin: 0 auto;
}
#index .contents #soudan .w1225 .fs19 {
  text-align: center;
  line-height: 1.6;
  margin: calc(-0.3em + 1.5rem) 0 -0.3em;
}
@media only screen and (max-width: 999px) {
  #index .contents #soudan .w1225 .fs19 {
    text-align: justify;
  }
}
#index .contents #soudan .w1225 .col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 3.375rem;
  margin-top: 2.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #soudan .w1225 .col3 {
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}
#index .contents #soudan .w1225 .col3 li {
  width: 23.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #index .contents #soudan .w1225 .col3 li {
    width: 100%;
  }
}
#index .contents #soudan .w1225 .col3 li .bg {
  padding: 1.875rem;
  background: rgba(0, 79, 70, 0.12);
}
#index .contents #soudan .w1225 .col3 li .bg.col2 {
  display: none;
}
#index .contents #soudan .w1225 .col3 li .bg.middle {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1224px) {
  #index .contents #soudan .w1225 .col3 li .bg.col2 {
    display: block;
    margin-top: 1.5rem;
  }
  #index .contents #soudan .w1225 .col3 li .bg.last {
    display: none;
  }
}
@media only screen and (max-width: 1224px) and (min-width: 1000px) {
  #index .contents #soudan .w1225 .col3 li .bg.wide2 dd {
    padding: 0.75rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #soudan .w1225 .col3 li dl.wide dd {
    padding: 0.75rem 0;
  }
}
#index .contents #soudan .w1225 .col3 li dl dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.375rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  white-space: nowrap;
  font-feature-settings: "palt" 1;
}
#index .contents #soudan .w1225 .col3 li dl dt .area {
  display: block;
  width: 4.875rem;
  height: 4.875rem;
  flex-shrink: 0;
  background-color: #004f46;
  position: relative;
}
#index .contents #soudan .w1225 .col3 li dl dt .area span {
  display: inline-block;
  font-size: 1.625rem;
  letter-spacing: 0.15em;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.125rem);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1000px) {
  #index .contents #soudan .w1225 .col3 li dl dt .w {
    transform: scale(0.85, 1);
    transform-origin: top left;
  }
}
#index .contents #soudan .w1225 .col3 li dl dd {
  font-size: 1.0625rem;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  margin: calc(-0.25em + 1.5rem) 0 -0.25em;
}
#index .contents #soudan .w1225 .col3 li dl dd span {
  display: inline-block;
  font-size: 75%;
  letter-spacing: 0;
}
#index .contents #soudan .w1225 .col3 li dl dd span.fs0875 {
  font-size: 87.5%;
}
#index .contents #soudan .w1225 .col3 li .station {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  gap: 0.5rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1000px) {
  #index .contents #soudan .w1225 .col3 li .station {
    min-height: 4.8125rem;
  }
}
#index .contents #soudan .w1225 .col3 li .station .dt {
  width: 4.5rem;
  color: #004f46;
  font-size: 1.0625rem;
  text-align: center;
  padding: 0.375rem 0 0.4375rem;
  background-color: #fff;
}
#index .contents #soudan .w1225 .col3 li .station .dd {
  font-size: 1.0625rem;
  line-height: 1.5;
}
#index .contents #soudan .w800 h4 {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 5.75rem;
}
#index .contents #soudan .w800 .bnr {
  display: block;
  margin-top: 2.8125rem;
}
#index .contents .fxdImg {
  display: block;
  height: 47.6875vw;
  margin-top: 8.375rem;
  position: relative;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
  mask-position: 0% 0%;
  mask-size: 300% 100%;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents .fxdImg {
    height: 66.6015625vw;
    margin-top: 5rem;
  }
}
#index .contents .fxdImg.active {
  mask-position: 100% 0%;
  opacity: 1;
}
#index .contents .fxdImg.active img {
  transform: translateX(-50%) scale(1);
}
#index .contents .fxdImg.mgt0 {
  margin-top: 0;
}
#index .contents .fxdImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 0;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-50%) scale(1.0625);
}
#index footer {
  margin-top: 8.5rem;
  padding-bottom: 6.875rem;
}
@media only screen and (max-width: 999px) {
  #index footer {
    margin-top: 8rem;
  }
}
#index footer.active .footerImage::after {
  opacity: 1;
  filter: blur(0);
}
#index footer .footerImage {
  position: relative;
}
#index footer .footerImage::after {
  width: 52.5vw;
  aspect-ratio: 840/614;
  content: "";
  background: url(../img/50.webp) center/cover no-repeat;
  position: absolute;
  top: 32.375vw;
  left: 50%;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-50%);
  opacity: 0;
  filter: blur(16px);
}
#index footer .footerImage .fxdImg {
  height: 56.25vw;
  position: relative;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
  mask-position: 0% 0%;
  mask-size: 300% 100%;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
#index footer .footerImage .fxdImg.active {
  mask-position: 100% 0%;
  opacity: 1;
}
#index footer .footerImage .fxdImg.active img {
  transform: translateX(-50%) scale(1);
}
#index footer .footerImage .fxdImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 0;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-50%) scale(1.0625);
}
#index footer h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 17.5vw;
}
@media only screen and (max-width: 999px) {
  #index footer h3 {
    margin-top: 22.5vw;
  }
}
#index footer .fs19 {
  font-weight: bold;
  text-align: center;
  line-height: 1.68;
  margin: calc(-0.34em + 2.5rem) 0 -0.34em;
}
#index footer .bnr {
  display: flex;
  justify-content: center;
  gap: 2.5rem 3.75rem;
  flex-wrap: wrap;
  margin-top: 8rem;
}
@media only screen and (max-width: 999px) {
  #index footer .bnr {
    width: calc(100% - 4rem);
    margin: 5rem auto 0;
    gap: 2rem 3rem;
  }
}
#index footer .bnr li a {
  display: block;
}
#index footer .bnr li a img {
  width: auto;
  height: 3.75rem;
}
#index footer .bnr li.w {
  width: 100%;
}
#index footer .bnr li.w a img {
  height: 2.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #index footer .bnr li.w a img {
    height: 2rem;
  }
}
#index footer .copy {
  margin-top: 1.875rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #index footer .copy {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1000px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 999px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.125vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */