@charset "UTF-8";
/*! 
Theme Name: Nagaoka Densetsu
Author: on White
*/
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Afacad", "Zen Kaku Gothic New";
  scroll-behavior: smooth;
}

.pageName {
  display: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
  font-family: "Afacad", "Zen Kaku Gothic New";
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
  color: #383a3f;
  letter-spacing: 0.03em;
}
body::selection {
  background-color: #EED759;
  color: white;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

.pageTop {
  display: none;
}

main {
  display: block;
  line-height: 2;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
  color: #383a3f;
  letter-spacing: 0.03em;
  overflow: hidden;
}
main::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url(./img/common/noise.webp);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.9;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
}

tbody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

th {
  display: inline-block;
  text-align: left;
  padding-right: 1em;
}

td {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "Afacad", "Zen Kaku Gothic New";
}

p {
  font-size: clamp(1.39rem, 13.9px + (16 - 13.9) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-weight: normal;
  font-style: normal;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  right: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
  top: clamp(30px, 30px + (38 - 30) * (100vw - 375px) / 1065, 38px);
  z-index: 210;
  padding: 5px;
}

.burgerWrap {
  width: 20px;
  height: 15px;
  position: relative;
}

.burgerBar {
  height: 3px;
  width: 30px;
  background-color: #383a3f;
  position: absolute;
  left: 50%;
  transition: all 0.2s cubic-bezier(0.24, 0.63, 0.57, 1.5);
}
.burgerBar:nth-of-type(1) {
  top: 0%;
  transform: translate(-50%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .burgerBar:nth-of-type(1).-active {
    background: white;
  }
}
.burgerBar:nth-of-type(2) {
  top: 100%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .burgerBar:nth-of-type(2).-active {
    background: white;
  }
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
}

.breadcrumbItem {
  font-size: clamp(1.1rem, 11px + (14 - 11) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 300;
  line-height: 1.2;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1.2;
  }
}
.breadcrumbItem:not(:last-of-type)::after {
  color: black;
  content: "/";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.pagination {
  padding-top: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(24px, 24px + (60 - 24) * (100vw - 375px) / 1065, 60px);
}

.paginationPrev,
.paginationNext {
  display: none;
}
.paginationPrev.-hide,
.paginationNext.-hide {
  pointer-events: none;
  opacity: 0;
}

.paginationPrev::after {
  rotate: 180deg;
}

.paginationInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
}

.paginationNumber {
  position: relative;
  font-size: clamp(1.6rem, 16px + (22 - 16) * (100vw - 375px) / 1065, 2.2rem);
  font-weight: 500;
  line-height: 1.25;
}
.paginationNumber.-current::after {
  content: "";
  display: block;
  width: clamp(24px, 24px + (34 - 24) * (100vw - 375px) / 1065, 34px);
  height: 1px;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.btn {
  position: relative;
  z-index: 99;
}
.btn:hover {
  opacity: 1;
}
.btn:hover .btnBody::before {
  transform: translateX(5px);
}
.btn:hover .btnBody::after {
  transform: translateX(5px);
}
.btn.-empty {
  pointer-events: none;
}

.btnBody {
  background-color: #383a3f;
  border-radius: 10px;
  color: white;
  border-radius: 10px;
  padding-left: clamp(28px, 28px + (40 - 28) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(28px, 28px + (40 - 28) * (100vw - 375px) / 1065, 40px);
  padding-top: clamp(9.6px, 9.6px + (12 - 9.6) * (100vw - 375px) / 1065, 12px);
  padding-bottom: clamp(9.6px, 9.6px + (12 - 9.6) * (100vw - 375px) / 1065, 12px);
  font-size: clamp(1.3rem, 13px + (16 - 13) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: 16px;
  letter-spacing: 0.02625em;
  position: relative;
  z-index: 1;
}
.btnBody.-back::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(./img/common/icon_btn_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 180deg;
  transition: all 0.3s ease;
}
.btnBody.-forward::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(./img/common/icon_btn_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.btnBody.-empty::after {
  content: "×";
  color: red;
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  line-height: 1;
}

.btnShadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 300vw;
  height: 300vh;
  background-color: black;
  z-index: -2;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
.btnShadow::after {
  content: "";
  display: block;
  width: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
  height: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease;
  filter: blur(43px);
}

.head {
  margin-top: clamp(112px, 112px + (224 - 112) * (100vw - 375px) / 1065, 224px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .head {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.headInner {
  width: 100%;
}

.headBody {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
}

.headBodyTtl {
  text-align: center;
}
.headBodyTtl.-en {
  font-size: clamp(4.4rem, 44px + (96 - 44) * (100vw - 375px) / 1065, 9.6rem);
  line-height: 1;
  font-weight: 700;
}
@keyframes headBodyTtl {
  0% {
    opacity: 0;
    filter: brightness(0.5);
  }
  50% {
    opacity: 1;
    filter: brightness(1.5);
  }
  75% {
    opacity: 1;
    filter: brightness(0.5);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}
.headBodyTtl.-ja {
  color: #FFF;
  font-size: clamp(1.67rem, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  background-color: #EED759;
  padding-left: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  padding-right: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  padding-top: 0.3em;
  padding-bottom: 0.1em;
  opacity: 0;
}
.headBodyTtl.-ja.-active {
  animation: headBodyTtl 0.2s steps(1, end) forwards 2.4s;
}

.headBodyWrap {
  display: inline-block;
  overflow: hidden;
}

.headBodyInline {
  display: inline-block;
  transform: translateY(120%);
  transition: transform 0.3s ease 2.1s;
}
.headBodyInline.-active {
  transform: translateY(0);
}

.ttl {
  position: relative;
}
.ttl span {
  display: inline-block;
  font-size: clamp(1.95rem, 19.5px + (28 - 19.5) * (100vw - 375px) / 1065, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  background-color: #383a3f;
  color: #FFF;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.1em;
  padding-bottom: 0.05em;
}

.ttlCord {
  position: absolute;
  left: 0;
  z-index: 0;
  width: clamp(300px, 300px + (500 - 300) * (100vw - 375px) / 1065, 500px);
  object-fit: contain;
}
.ttlCord.-type1 {
  top: clamp(20px, 20px + (29 - 20) * (100vw - 375px) / 1065, 29px);
  transform: translate(-100%, -50%);
}
.ttlCord.-type2 {
  top: clamp(20px, 20px + (31 - 20) * (100vw - 375px) / 1065, 31px);
  transform: translate(-100%, -50%);
}
.ttlCord.-type3 {
  top: clamp(16px, 16px + (23 - 16) * (100vw - 375px) / 1065, 23px);
  transform: translate(-100%, -50%);
}
.ttlCord.-type4 {
  top: clamp(18px, 18px + (27 - 18) * (100vw - 375px) / 1065, 27px);
  transform: translate(-100%, -50%);
}

.stalker {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  border-radius: 50%;
  z-index: 100;
  transition: all 0.2s ease;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease-out;
  border: 1px solid #383a3f;
  z-index: 98;
  width: 10px;
  height: 10px;
  filter: blur(0px);
  opacity: 0;
  background: radial-gradient(circle at 55% 45%, #fff 55%, #fffbe8 70%, #f7e286 85%, #f4c542 93%, #ad9301 100%);
}
.stalker.-show {
  width: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
  height: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
  filter: blur(43px);
  border: 1px solid transparent;
}
.stalker.-active {
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .stalker {
    display: none;
  }
}

.stalkerHeader {
  position: fixed;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 50%;
  transition: opacity 0.2s ease, width 0.3s ease, height 0.3s ease;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  z-index: 201;
  transition-timing-function: ease-out;
  mix-blend-mode: normal;
  width: clamp(140px, 140px + (200 - 140) * (100vw - 375px) / 1065, 200px);
  height: clamp(140px, 140px + (200 - 140) * (100vw - 375px) / 1065, 200px);
  background: radial-gradient(circle at 55% 45%, #fff 55%, #fffbe8 70%, #f7e286 85%, #f4c542 93%, #ad9301 100%);
  filter: blur(43px);
  opacity: 0 !important;
}
.stalkerHeader.-show {
  width: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
  height: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
}
.stalkerHeader.-active {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .stalkerHeader {
    display: none;
  }
}

.stalkerBg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 10;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
.stalkerBg.-show {
  opacity: 0.5;
}
.stalkerBg.-active {
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .stalkerBg {
    display: none;
  }
}

.transitionBefore,
.transitionAfter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  transition: opacity 0.3s ease;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.transitionBefore.-hide,
.transitionAfter.-hide {
  opacity: 0;
  pointer-events: none;
}
.transitionBefore svg,
.transitionBefore img,
.transitionAfter svg,
.transitionAfter img {
  width: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
  object-fit: contain;
}

.headerInner {
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.2s ease;
  opacity: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100lvh;
  z-index: 201;
  pointer-events: none;
}
.headerInner.-active {
  opacity: 1;
  pointer-events: auto;
}

.headerBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0s ease, width 0.1s ease, height 0.1s ease, filter 0.1s ease;
  z-index: 199;
}
.headerBg.-active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.95);
}

.headerBlur {
  display: block;
  width: 130vw;
  height: 130vw;
  background: radial-gradient(circle at 55% 45%, #fff 55%, #fffbe8 70%, #f7e286 85%, #f4c542 93%, #ad9301 100%);
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -50%);
  filter: blur(43px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0s ease 0.4s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .headerBlur.-active {
    opacity: 1;
  }
}

.headerTtl {
  display: contents;
}

.headerLogo {
  position: fixed;
  left: clamp(16px, 16px + (50 - 16) * (100vw - 375px) / 1065, 50px);
  top: clamp(26px, 26px + (30 - 26) * (100vw - 375px) / 1065, 30px);
  z-index: 100;
  width: clamp(144px, 144px + (180 - 144) * (100vw - 375px) / 1065, 180px);
}

.headerNav {
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 209;
}

.headerList {
  width: 100%;
  padding-left: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  padding-right: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / 1065, 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 140px;
  row-gap: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
}

.headerItem {
  position: relative;
  transform: translateY(-50px);
  transition: transform 0.2s ease;
}
.headerItem.-active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .headerItem {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.headerLink {
  letter-spacing: 0.0714285714em;
  white-space: nowrap;
  font-size: clamp(1.67rem, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  color: #383a3f;
}
.headerLink:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .headerLink {
    max-width: 100vw;
    font-size: 1.6rem;
    white-space: wrap;
  }
}

.footer {
  margin-top: clamp(140px, 140px + (200 - 140) * (100vw - 375px) / 1065, 200px);
  position: relative;
  width: 100%;
  background-color: #383a3f;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./img/common/grid.svg);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.footerInner {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  padding-bottom: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  color: white;
}
@media (max-width: 767px) {
  .footerInner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footerBody {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.footerBodyHome {
  width: fit-content;
  height: fit-content;
}

.footerBodyLogo {
  width: clamp(168px, 168px + (240 - 168) * (100vw - 375px) / 1065, 240px);
  max-width: 100%;
  object-fit: contain;
}

.footerBodyTxt {
  margin-top: 12px;
  background-color: #EED759;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.25;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 3px;
  border-radius: 8px;
}

.footerBodyList {
  margin-top: clamp(28.8px, 28.8px + (36 - 28.8) * (100vw - 375px) / 1065, 36px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  row-gap: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
}

.footerBodyItem {
  font-size: clamp(1.28rem, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footerBodyItem {
    min-width: calc((100% - clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px) * 2) / 3);
  }
}

.footerBodyCopyright {
  margin-top: clamp(5.6px, 5.6px + (8 - 5.6) * (100vw - 375px) / 1065, 8px);
}

.footerViews {
  margin-top: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
  font-size: clamp(1.32rem, 13.2px + (15 - 13.2) * (100vw - 375px) / 1065, 1.5rem);
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
}
.footerViews span {
  font-size: clamp(1.51rem, 15.1px + (18 - 15.1) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 1.5;
  font-weight: 500;
  color: #EED759;
}

.footerViewsIcon {
  width: clamp(12.6px, 12.6px + (18 - 12.6) * (100vw - 375px) / 1065, 18px);
}
.footerViewsIcon.-left {
  transform: rotate(90deg);
}
.footerViewsIcon.-right {
  transform: rotate(-90deg);
}

.error {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .error {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.errorInner {
  width: 100%;
  min-height: 100lvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.errorWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.errorTtl {
  text-align: center;
  font-size: clamp(6.71rem, 67.1px + (96 - 67.1) * (100vw - 375px) / 1065, 9.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.errorDesc {
  margin-top: 8px;
  text-align: center;
  font-weight: 500;
}

.errorLink {
  margin-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
}

.greeting {
  margin-top: clamp(162.3px, 162.3px + (232 - 162.3) * (100vw - 375px) / 1065, 232px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  opacity: 0;
  transition: all 1s ease 2.6s;
  transform: translateY(50px);
}
@media (max-width: 767px) {
  .greeting {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.greeting.-active {
  opacity: 1;
  transform: translateY(0);
}

.greetingInner {
  width: 100%;
}

.greetingBody {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  column-gap: clamp(80px, 80px + (160 - 80) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .greetingBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.greetingBodyImage {
  width: clamp(240px, 240px + (400 - 240) * (100vw - 375px) / 1065, 400px);
  min-width: clamp(240px, 240px + (400 - 240) * (100vw - 375px) / 1065, 400px);
  position: relative;
}
@media (max-width: 767px) {
  .greetingBodyImage {
    width: calc(100% - 32px);
    order: 2;
  }
}

.greetingBodyImg {
  pointer-events: none;
  width: 100%;
  height: clamp(384px, 384px + (640 - 384) * (100vw - 375px) / 1065, 640px);
  display: block;
  z-index: 1;
  position: relative;
  object-fit: contain;
  object-position: top center;
}
@media (max-width: 767px) {
  .greetingBodyImg {
    margin-top: 32px;
  }
}

.greetingBodyColor {
  background-color: #EED759;
  width: calc(100% + clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px) * 2);
  height: clamp(170.7px, 170.7px + (244 - 170.7) * (100vw - 375px) / 1065, 244px);
  border-top-left-radius: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
  border-bottom-right-radius: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .greetingBodyColor {
    width: calc(100% + 32px);
  }
}

.greetingBodyContents {
  width: calc(100% - clamp(240px, 240px + (400 - 240) * (100vw - 375px) / 1065, 400px) - clamp(80px, 80px + (160 - 80) * (100vw - 375px) / 1065, 160px));
}
@media (max-width: 767px) {
  .greetingBodyContents {
    display: contents;
  }
}

.greetingBodyContainer {
  width: 100%;
}
@media (max-width: 767px) {
  .greetingBodyContainer {
    order: 3;
  }
}

.greetingBodyTtl.-first {
  display: inline-block;
  background-color: #383a3f;
  color: #FFF;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.1em;
  padding-bottom: 0.05em;
  font-size: clamp(1.95rem, 19.5px + (28 - 19.5) * (100vw - 375px) / 1065, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .greetingBodyTtl.-first {
    order: 1;
  }
}
.greetingBodyTtl.-second {
  margin-top: clamp(56.7px, 56.7px + (81 - 56.7) * (100vw - 375px) / 1065, 81px);
  font-size: clamp(2rem, 20px + (22 - 20) * (100vw - 375px) / 1065, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
}

.greetingBodyTxt {
  margin-top: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  font-weight: 500;
}

.greetingBodyCeo {
  border-top: 1px solid #b0b0b0;
  padding-top: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  margin-top: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  font-weight: 500;
  text-align: right;
}

.archive {
  padding-top: clamp(123.2px, 123.2px + (176 - 123.2) * (100vw - 375px) / 1065, 176px);
  position: relative;
  opacity: 0;
  z-index: 99;
  transition: all 1s ease 2.6s;
  transform: translateY(50px);
}
.archive.-active {
  opacity: 1;
  transform: translateY(0);
}

.archiveInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (200 - 16) * (100vw - 375px) / 1065, 200px);
  padding-right: clamp(16px, 16px + (200 - 16) * (100vw - 375px) / 1065, 200px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .archiveInner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.archiveList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(45.5px, 45.5px + (65 - 45.5) * (100vw - 375px) / 1065, 65px);
  width: 100%;
}

.archiveItem {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: clamp(45.5px, 45.5px + (65 - 45.5) * (100vw - 375px) / 1065, 65px);
  position: relative;
  width: 100%;
}

.postNumber {
  position: absolute;
  top: -100px;
  left: 0;
  height: 1px;
  width: 1px;
  opacity: 0;
  pointer-events: none;
}

.archiveHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / 1065, 20px);
  flex-wrap: wrap;
}

.archiveDate {
  font-size: clamp(1.6rem, 16px + (20 - 16) * (100vw - 375px) / 1065, 2rem);
  font-weight: 500;
  line-height: 1;
}

.archiveNew {
  font-size: clamp(1.5rem, 15px + (18 - 15) * (100vw - 375px) / 1065, 1.8rem);
  font-weight: 500;
  line-height: 1;
  background-color: #EED759;
  color: white;
  border-radius: clamp(16px, 16px + (23 - 16) * (100vw - 375px) / 1065, 23px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-bottom: 0.3em;
}

.archiveTtl {
  font-size: clamp(2rem, 20px + (28 - 20) * (100vw - 375px) / 1065, 2.8rem);
  font-weight: 600;
  line-height: 1.5;
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
}

.archiveContentsTxt {
  margin-top: clamp(25.2px, 25.2px + (36 - 25.2) * (100vw - 375px) / 1065, 36px);
  line-height: 2;
}
.archiveContentsTxt p {
  width: 100%;
}
.archiveContentsTxt a {
  text-decoration: underline;
}

.archiveContentsImg {
  max-width: 100%;
  width: 100%;
  margin-top: clamp(25.2px, 25.2px + (36 - 25.2) * (100vw - 375px) / 1065, 36px);
  object-fit: contain;
}

.case {
  margin-top: clamp(162.3px, 162.3px + (232 - 162.3) * (100vw - 375px) / 1065, 232px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .case {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.caseInner {
  width: 100%;
}

.caseBody {
  width: 100%;
}
@media (max-width: 767px) {
  .caseBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.caseMiddle {
  margin-top: clamp(67.1px, 67.1px + (96 - 67.1) * (100vw - 375px) / 1065, 96px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.caseSlider {
  width: 100vw;
}

.caseSliderItem {
  width: clamp(280px, 280px + (350 - 280) * (100vw - 375px) / 1065, 350px);
  max-width: 90%;
}
.caseSliderItem:nth-of-type(3n - 2) {
  margin-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
}
.caseSliderItem:nth-of-type(3n - 1) {
  margin-top: clamp(89.6px, 89.6px + (128 - 89.6) * (100vw - 375px) / 1065, 128px);
}

.caseSliderImg {
  width: 100%;
  aspect-ratio: 417/647;
  max-height: 60vh;
}
@media (max-width: 767px) {
  .caseSliderImg {
    aspect-ratio: 417/600;
  }
}

.caseSliderTxt {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  font-size: clamp(1.3rem, 13px + (15 - 13) * (100vw - 375px) / 1065, 1.5rem);
  line-height: 1.5;
}
.caseSliderTxt::before {
  margin-top: 7px;
  content: "";
  display: block;
  width: clamp(5px, 5px + (7 - 5) * (100vw - 375px) / 1065, 7px);
  min-width: clamp(5px, 5px + (7 - 5) * (100vw - 375px) / 1065, 7px);
  height: clamp(5px, 5px + (7 - 5) * (100vw - 375px) / 1065, 7px);
  border-radius: 50%;
  background-color: #EED759;
}

.about {
  margin-top: clamp(88px, 88px + (176 - 88) * (100vw - 375px) / 1065, 176px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .about {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.aboutInner {
  width: 100%;
}

.aboutBody {
  width: 100%;
}
@media (max-width: 767px) {
  .aboutBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.aboutBodyTable {
  margin-top: clamp(56px, 56px + (80 - 56) * (100vw - 375px) / 1065, 80px);
  width: 100%;
}
.aboutBodyTable tbody {
  width: 100%;
}
.aboutBodyTable tr {
  width: 100%;
  padding-top: clamp(9.7px, 9.7px + (14 - 9.7) * (100vw - 375px) / 1065, 14px);
  padding-bottom: clamp(9.7px, 9.7px + (14 - 9.7) * (100vw - 375px) / 1065, 14px);
  column-gap: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / 1065, 40px);
}
.aboutBodyTable tr:not(:last-of-type) {
  border-bottom: 1px solid #b0b0b0;
}
.aboutBodyTable th,
.aboutBodyTable td {
  font-size: clamp(1.26rem, 12.6px + (18 - 12.6) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 2;
}
.aboutBodyTable th p,
.aboutBodyTable th a,
.aboutBodyTable td p,
.aboutBodyTable td a {
  font-size: clamp(1.26rem, 12.6px + (18 - 12.6) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 2;
}
.aboutBodyTable th a,
.aboutBodyTable td a {
  text-decoration: underline;
}
.aboutBodyTable th {
  font-weight: 600;
  min-width: clamp(90px, 90px + (160 - 90) * (100vw - 375px) / 1065, 160px);
  width: clamp(90px, 90px + (160 - 90) * (100vw - 375px) / 1065, 160px);
  padding-left: clamp(14px, 14px + (43 - 14) * (100vw - 375px) / 1065, 43px);
  text-align-last: justify;
}
.aboutBodyTable td {
  font-weight: 500;
}

.aboutBodyTxt {
  margin-top: 32px;
  font-size: clamp(1.67rem, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 2.4rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #EED759;
  color: white;
  width: 100%;
}

.aboutBodyMap {
  margin-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  width: 100%;
  position: relative;
  display: flex;
}
.aboutBodyMap iframe {
  aspect-ratio: 1920/1080;
  width: 100%;
}
@media (max-width: 767px) {
  .aboutBodyMap iframe {
    aspect-ratio: 1080/1920;
  }
}
.aboutBodyMap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EED759;
  opacity: 0.8;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: hue;
}
@media (max-width: 767px) {
  .aboutBodyMap::after {
    display: none;
  }
}

.faq {
  margin-top: clamp(88px, 88px + (176 - 88) * (100vw - 375px) / 1065, 176px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  position: relative;
}
@media (max-width: 767px) {
  .faq {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.faqInner {
  width: 100%;
}

.faqBody {
  width: 100%;
}
@media (max-width: 767px) {
  .faqBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.faqBodyContents {
  margin-top: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
}

.faqBodyList {
  width: 100%;
}

.faqBodyQuestion {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 16px;
}

.faqBodyTxt {
  margin-top: clamp(15px, 15px + (40 - 15) * (100vw - 375px) / 1065, 40px);
  font-size: clamp(1.3rem, 13px + (16 - 13) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 500;
  line-height: 2;
}

.faqBodyQ {
  display: inline-block;
  font-size: clamp(4.8rem, 48px + (96 - 48) * (100vw - 375px) / 1065, 9.6rem);
  font-weight: 700;
  line-height: 1;
  color: #EED759;
}

.faqBodyAnswer {
  font-size: clamp(1.3rem, 13px + (16 - 13) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 500;
  line-height: 2;
  background: #dbe8f3;
  margin-left: auto;
  width: calc(100% - clamp(39px, 39px + (87 - 39) * (100vw - 375px) / 1065, 87px));
  padding-top: clamp(8px, 8px + (20 - 8) * (100vw - 375px) / 1065, 20px);
  padding-bottom: clamp(8px, 8px + (20 - 8) * (100vw - 375px) / 1065, 20px);
  padding-left: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  padding-right: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
}

.faqBottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  margin-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
}

.together {
  margin-top: clamp(88px, 88px + (176 - 88) * (100vw - 375px) / 1065, 176px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .together {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.togetherInner {
  width: 100%;
}

.togetherBody {
  width: 100%;
}
@media (max-width: 767px) {
  .togetherBody {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.togetherBodyTxt {
  font-size: clamp(4.8rem, 48px + (96 - 48) * (100vw - 375px) / 1065, 9.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.togetherBodyAnimation {
  margin-top: clamp(125.9px, 125.9px + (180 - 125.9) * (100vw - 375px) / 1065, 180px);
  margin-bottom: clamp(125.9px, 125.9px + (180 - 125.9) * (100vw - 375px) / 1065, 180px);
  width: 100%;
  object-fit: contain;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.togetherBodyAnimation svg {
  max-width: clamp(546px, 546px + (780 - 546) * (100vw - 375px) / 1065, 780px);
}

.togetherBottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .togetherBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.mind {
  margin-top: clamp(123.2px, 123.2px + (176 - 123.2) * (100vw - 375px) / 1065, 176px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  opacity: 0;
  transition: all 1s ease 2.6s;
  transform: translateY(50px);
}
@media (max-width: 767px) {
  .mind {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mind.-active {
  opacity: 1;
  transform: translateY(0);
}

.mindInner {
  width: 100%;
}

.mindBody {
  width: 100%;
}
@media (max-width: 767px) {
  .mindBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.mindBodyTtl.-second {
  text-align: center;
  margin-top: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  font-size: clamp(2.56rem, 25.6px + (32 - 25.6) * (100vw - 375px) / 1065, 3.2rem);
  font-weight: 700;
  line-height: 2;
}
.mindBodyTtl.-third {
  text-align: center;
  margin-top: clamp(4px, 4px + (8 - 4) * (100vw - 375px) / 1065, 8px);
  font-size: clamp(1.26rem, 12.6px + (18 - 12.6) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 1.5;
}

.mindBodyList {
  margin-top: clamp(84px, 84px + (120 - 84) * (100vw - 375px) / 1065, 120px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
}
@media (max-width: 540px) {
  .mindBodyList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 40px;
  }
}

.mindBodyItem {
  width: calc((100% - clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px) * 2) / 3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 540px) {
  .mindBodyItem {
    width: 100%;
  }
}

.mindBodyIcon {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: clamp(96px, 96px + (160 - 96) * (100vw - 375px) / 1065, 160px);
  object-position: center 75%;
}

.works {
  margin-top: clamp(162.3px, 162.3px + (232 - 162.3) * (100vw - 375px) / 1065, 232px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .works {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.worksInner {
  width: 100%;
}

.worksBody {
  width: 100%;
}
@media (max-width: 767px) {
  .worksBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.worksContents {
  width: 100%;
}

.worksContentsList {
  margin-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  column-gap: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
}

.worksContentsItem {
  width: calc((100% - clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px) * 3) / 4);
  cursor: pointer;
}
@media (max-width: 767px) {
  .worksContentsItem {
    width: calc((100% - clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px) * 1) / 2);
  }
}
.worksContentsItem img {
  aspect-ratio: 16/9;
}

.worksDisplay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
  width: 100vw;
  height: 100vh;
  padding-left: clamp(16px, 16px + (128 - 16) * (100vw - 375px) / 1065, 128px);
  padding-right: clamp(16px, 16px + (128 - 16) * (100vw - 375px) / 1065, 128px);
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .worksDisplay {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.worksDisplay.-active {
  opacity: 1;
  pointer-events: auto;
}

.worksDisplayList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100vh;
}

.worksDisplayItem {
  padding-top: clamp(16px, 16px + (128 - 16) * (100vw - 375px) / 1065, 128px);
  padding-bottom: clamp(16px, 16px + (128 - 16) * (100vw - 375px) / 1065, 128px);
  display: none;
  width: 100%;
  row-gap: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / 1065, 16px);
}
.worksDisplayItem.-active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.worksDisplayImg {
  width: 100%;
  max-height: 90vh;
}

.worksDisplayTxt {
  font-size: clamp(1.26rem, 12.6px + (18 - 12.6) * (100vw - 375px) / 1065, 1.8rem);
  font-weight: 500;
  line-height: 1.3;
  color: white;
  text-align: left;
  width: 100%;
}

.mv {
  width: 100%;
  padding-top: clamp(81px, 81px + (97 - 81) * (100vw - 375px) / 1065, 97px);
  padding-bottom: calc(clamp(81px, 81px + (97 - 81) * (100vw - 375px) / 1065, 97px) / 3);
  padding-left: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
  padding-right: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
  height: 100vh;
}

.mvInner {
  width: 100%;
  height: 100%;
}

.mvBody {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mvBody::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.mvBodyImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  object-position: 40% 40%;
  transform: scale(1.1);
  transition: all 1.5s ease 1.8s;
  filter: brightness(0.5);
  opacity: 0;
}
.mvBodyImg.-active {
  transform: scale(1);
  filter: brightness(1);
  opacity: 1;
}

.mvBodyContents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  padding-left: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
  padding-right: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
}
@media (max-width: 767px) {
  .mvBodyContents {
    bottom: 16px;
    top: auto;
    transform: translateY(0);
  }
}

.mvBodyTtl.-en {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: clamp(4rem, 40px + (96 - 40) * (100vw - 375px) / 1065, 9.6rem);
  font-weight: 700;
  line-height: 1;
  color: #EED759;
}
.mvBodyTtl.-ja {
  margin-top: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  color: white;
  font-size: clamp(1.92rem, 19.2px + (32 - 19.2) * (100vw - 375px) / 1065, 3.2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.mvBodyWrap {
  overflow: hidden;
}
.mvBodyWrap span {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 0.3s ease 2.2s;
}
.mvBodyWrap span.-active {
  transform: translateY(0);
}

.intro {
  margin-top: clamp(90px, 90px + (180 - 90) * (100vw - 375px) / 1065, 180px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / 1065, 0px);
}
@media (max-width: 767px) {
  .intro {
    padding-left: 16px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
    padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
    padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .intro {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.introInner {
  width: 100%;
}

.introHead {
  width: 100%;
}
@media (max-width: 767px) {
  .introHead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.introBody {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .introBody {
    margin-top: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: 64px;
  }
}

.introBodyLogo {
  margin-top: clamp(112px, 112px + (160 - 112) * (100vw - 375px) / 1065, 160px);
  width: clamp(140px, 140px + (280 - 140) * (100vw - 375px) / 1065, 280px);
  min-width: clamp(140px, 140px + (280 - 140) * (100vw - 375px) / 1065, 280px);
  aspect-ratio: 1/1;
  object-fit: contain;
  padding-left: clamp(0px, 0px + (24 - 0) * (100vw - 375px) / 1065, 24px);
}
@media (max-width: 767px) {
  .introBodyLogo {
    margin-top: 0;
    padding-left: 0;
  }
}

.introBodyList {
  width: calc(100% - clamp(16px, 16px + (180 - 16) * (100vw - 375px) / 1065, 180px) - clamp(140px, 140px + (280 - 140) * (100vw - 375px) / 1065, 280px));
  min-width: calc(100% - clamp(16px, 16px + (180 - 16) * (100vw - 375px) / 1065, 180px) - clamp(140px, 140px + (280 - 140) * (100vw - 375px) / 1065, 280px));
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(81.1px, 81.1px + (116 - 81.1) * (100vw - 375px) / 1065, 116px);
}
@media (max-width: 767px) {
  .introBodyList {
    width: 100%;
  }
}

.introBodyItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
}

.introBodyImg {
  width: clamp(392.7px, 392.7px + (561 - 392.7) * (100vw - 375px) / 1065, 561px);
  max-width: calc(100% - 88px);
  padding-left: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  padding-bottom: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px);
  position: relative;
}
@media (max-width: 767px) {
  .introBodyImg {
    margin-right: -16px;
    width: 100%;
    max-width: calc(100% - 66px);
  }
}
.introBodyImg::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - clamp(8px, 8px + (16 - 8) * (100vw - 375px) / 1065, 16px));
  background-color: #EED759;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  transition: all 0.3s ease;
}
@media (min-width: 1441px) {
  .introBodyImg::before {
    border-radius: 16px;
    width: calc(100% - 16px);
  }
}

.introBodyMedia {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (min-width: 1441px) {
  .introBodyMedia {
    border-radius: 16px;
  }
}
.introBodyMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
  aspect-ratio: 578/336;
}

.introBodyContent {
  margin-top: calc(-100% + 100% - clamp(42px, 42px + (64 - 42) * (100vw - 375px) / 1065, 64px));
  width: 100%;
  padding-right: clamp(0px, 0px + (160 - 0) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .introBodyContent {
    padding-right: 0;
  }
}

.introBodyNum {
  font-size: clamp(4.48rem, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 6.4rem);
  font-weight: 600;
  line-height: 1;
  color: #EED759;
}

.introBodyTtl {
  font-size: clamp(1.92rem, 19.2px + (32 - 19.2) * (100vw - 375px) / 1065, 3.2rem);
  font-weight: 700;
  line-height: 1.8;
  margin-top: clamp(28px, 28px + (40 - 28) * (100vw - 375px) / 1065, 40px);
}

.introBodyTxt {
  font-size: clamp(1.28rem, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 500;
  line-height: 2;
  margin-top: 16px;
}

.introBodyLink {
  margin-top: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
}

.more {
  margin-top: clamp(125.9px, 125.9px + (180 - 125.9) * (100vw - 375px) / 1065, 180px);
  width: 100%;
}

.moreInner {
  width: 100%;
}

.moreBody {
  width: 100%;
  position: relative;
  background-color: #2D2F34;
  color: white;
}

.moreBodyContent {
  padding-top: clamp(61.6px, 61.6px + (88 - 61.6) * (100vw - 375px) / 1065, 88px);
  padding-bottom: clamp(61.6px, 61.6px + (88 - 61.6) * (100vw - 375px) / 1065, 88px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: 16px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .moreBodyContent {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.moreBodyWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
}

.moreBodyTtl {
  color: white;
}
.moreBodyTtl.-en {
  font-size: clamp(1.67rem, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 2.4rem);
  font-weight: 600;
  line-height: 1;
}
.moreBodyTtl.-ja {
  font-size: clamp(2.52rem, 25.2px + (36 - 25.2) * (100vw - 375px) / 1065, 3.6rem);
  font-weight: 600;
  line-height: 1.5;
}

.moreBodyLink {
  width: clamp(54.6px, 54.6px + (78 - 54.6) * (100vw - 375px) / 1065, 78px);
  min-width: clamp(54.6px, 54.6px + (78 - 54.6) * (100vw - 375px) / 1065, 78px);
  height: clamp(54.6px, 54.6px + (78 - 54.6) * (100vw - 375px) / 1065, 78px);
  position: relative;
}
.moreBodyLink:hover .moreBodyIcon.-white {
  opacity: 0;
}
.moreBodyLink:hover .moreBodyIcon.-black {
  opacity: 1;
}

.moreBodyIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.1s ease;
}
.moreBodyIcon.-white {
  opacity: 1;
}
.moreBodyIcon.-black {
  opacity: 0;
}

.moreBodyImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 0.13;
}

.news {
  margin-top: clamp(140px, 140px + (200 - 140) * (100vw - 375px) / 1065, 200px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
}
@media (max-width: 767px) {
  .news {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.newsInner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .newsInner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 32px;
  }
}

.newsHead {
  width: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
  padding-right: 32px;
}
@media (max-width: 767px) {
  .newsHead {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.newsBody {
  width: calc(100% - clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px));
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 767px) {
  .newsBody {
    width: 100%;
  }
}

.newsBodyList {
  width: 100%;
}

.newsBodyItem {
  width: 100%;
  border-bottom: 1px solid #383a3f;
}
.newsBodyItem:not(:first-of-type) .newsBodyLink.-first {
  padding-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}

.newsBodyLink {
  position: relative;
  z-index: 99;
}
.newsBodyLink.-first {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: 16px;
  padding-bottom: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}
.newsBodyLink.-second {
  margin-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}

.newsBodyContents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
}

.newsBodyTime {
  font-size: clamp(1.67rem, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 2.4rem);
  font-weight: 600;
  line-height: 1;
  color: #EED759;
}

.newsBodyTtl {
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsBodyArrow {
  width: clamp(37.8px, 37.8px + (54 - 37.8) * (100vw - 375px) / 1065, 54px);
  min-width: clamp(37.8px, 37.8px + (54 - 37.8) * (100vw - 375px) / 1065, 54px);
  height: clamp(37.8px, 37.8px + (54 - 37.8) * (100vw - 375px) / 1065, 54px);
  object-fit: contain;
}

.flow {
  margin-top: clamp(160px, 160px + (200 - 160) * (100vw - 375px) / 1065, 200px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  padding-right: clamp(16px, 16px + (160 - 16) * (100vw - 375px) / 1065, 160px);
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .flow {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.flowInner {
  width: 100%;
}

.flowContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .flowContainer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 32px;
  }
}

.flowHead {
  width: clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px);
  padding-right: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .flowHead {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.flowBody {
  width: calc(100% - clamp(210px, 210px + (300 - 210) * (100vw - 375px) / 1065, 300px));
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.flowBody::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px) + clamp(94px, 94px + (188 - 94) * (100vw - 375px) / 1065, 188px));
  background-color: #EED759;
  position: absolute;
  top: calc(-100% + 100% - clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px));
  left: calc(-100% + 100% - clamp(140px, 140px + (200 - 140) * (100vw - 375px) / 1065, 200px));
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (max-width: 767px) {
  .flowBody::before {
    height: calc(100% + clamp(131.6px, 131.6px + (188 - 131.6) * (100vw - 375px) / 1065, 188px) * 2);
    top: calc(-100% + 100% - clamp(131.6px, 131.6px + (188 - 131.6) * (100vw - 375px) / 1065, 188px));
    left: -16px;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: calc(100% + 16px);
  }
}
.flowBody.-disable::before {
  opacity: 0;
}
@media (max-width: 767px) {
  .flowBody.-disable::before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .flowBody {
    width: 100%;
  }
}

.flowBodyList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
}

.flowBodyItem {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-left: clamp(16px, 16px + (48 - 16) * (100vw - 375px) / 1065, 48px);
  padding-top: clamp(16px, 16px + (48 - 16) * (100vw - 375px) / 1065, 48px);
  padding-bottom: clamp(16px, 16px + (48 - 16) * (100vw - 375px) / 1065, 48px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(25.6px, 25.6px + (32 - 25.6) * (100vw - 375px) / 1065, 32px);
  row-gap: clamp(25.6px, 25.6px + (32 - 25.6) * (100vw - 375px) / 1065, 32px);
}
.flowBodyItem::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (max-width: 767px) {
  .flowBodyItem::before {
    background-color: rgba(241, 237, 217, 0.8);
  }
}
.flowBodyItem:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(./img/top/icon_triangle_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 60%;
  transform: translate(-50%, calc(50% + clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px) / 2));
}
@media (max-width: 767px) {
  .flowBodyItem:not(:last-of-type)::after {
    left: 45%;
  }
}

.flowBodyIcon {
  width: clamp(61.6px, 61.6px + (88 - 61.6) * (100vw - 375px) / 1065, 88px);
  min-width: clamp(61.6px, 61.6px + (88 - 61.6) * (100vw - 375px) / 1065, 88px);
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.flowBodyIcon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  aspect-ratio: 1/1;
}
.flowBodyIcon.-first svg {
  width: 170%;
  transform: translate(-35%, -66%);
}
.flowBodyIcon.-second svg {
  width: 70%;
  transform: translate(-50%, -48%);
}
.flowBodyIcon.-third svg {
  width: 70%;
  transform: translate(-50%, -48%);
}

.flowBodyTtl {
  font-size: clamp(1.4rem, 14px + (20 - 14) * (100vw - 375px) / 1065, 2rem);
  font-weight: 600;
  line-height: 1.5;
}

.flowBodyTxt {
  margin-top: clamp(9.6px, 9.6px + (12 - 9.6) * (100vw - 375px) / 1065, 12px);
  font-size: clamp(1.3rem, 13px + (14 - 13) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 500;
  line-height: 1.7;
}

.flowLinks {
  margin-top: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(32px, 32px + (40 - 32) * (100vw - 375px) / 1065, 40px);
  row-gap: 16px;
}
@media (max-width: 767px) {
  .flowLinks {
    padding-right: 16px;
  }
}

.flowSlider {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: clamp(61.6px, 61.6px + (88 - 61.6) * (100vw - 375px) / 1065, 88px);
  width: 100%;
}

.flowSliderInner {
  overflow: visible;
}

.flowSliderItem {
  width: clamp(336px, 336px + (578 - 336) * (100vw - 375px) / 1065, 578px);
  max-width: 100%;
}

.flowSliderImg {
  aspect-ratio: 578/336;
  border-radius: 16px;
}