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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
}

.container {
  overflow: hidden;
}

.container__contents {
  position: relative;
  z-index: 1;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: #313534;
  background: #F7F7F7;
  position: relative;
}

p {
  line-break: strict;
  overflow-wrap: break-word;
}
@media (max-width: 430px) {
  p {
    font-size: 3.46vw;
  }
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 820px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 430px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 430px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 430px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 430px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 86.2vw;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 1440px) {
  .inner {
    max-width: 1240px;
  }
}
@media (max-width: 820px) {
  .inner {
    padding: 0 6vw;
    max-width: 100%;
  }
}

span,
cite,
figcaption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.img {
  line-height: 0;
}

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

em {
  font-style: normal;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.wbr {
  word-break: keep-all;
}

.arrow-external {
  fill: #019C9F;
  transition: fill 0.3s ease-out;
}

/*
---------------------------------------
animation
---------------------------------------
*/
.c-btn-01 a {
  width: 19.0277777778vw;
  border-radius: 8px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  padding-block: 1.1111111111vw;
  padding-inline: 1.6666666667vw;
  background: #fff;
  transition: background 0.3s ease-out;
}
@media (max-width: 1440px) {
  .c-btn-01 a {
    width: 274px;
    padding-block: 16px;
    padding-inline: 24px;
  }
}
@media (max-width: 820px) {
  .c-btn-01 a {
    margin-left: 0;
    width: 56.4102564103vw;
    padding-block: 2.9vw;
    padding-inline: 4.1025641026vw;
  }
}
@media (hover: hover) {
  .c-btn-01 a:where(:any-link, :enabled, summary):hover {
    background: #fff;
  }
  .c-btn-01 a:where(:any-link, :enabled, summary):hover .c-btn-01__txt {
    color: #019C9F;
  }
}

.c-btn-01__txt {
  color: #313534;
  font-size: 1.1111111111vw;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: color 0.3s ease-out;
}
@media (max-width: 1440px) {
  .c-btn-01__txt {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .c-btn-01__txt {
    font-size: 3.5897435897vw;
    letter-spacing: 0.14em;
  }
}

.c-btn-01__icn {
  position: relative;
  line-height: 1;
}
.c-btn-01__icn:before {
  content: "";
  background: #F0F0F0;
  width: 1px;
  height: 1.6666666667vw;
  display: block;
  position: absolute;
  left: -1.1111111111vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .c-btn-01__icn:before {
    height: 24px;
    left: -16px;
  }
}
@media (max-width: 820px) {
  .c-btn-01__icn:before {
    height: 4.1025641026vw;
    left: -4.5vw;
  }
}
@media (max-width: 820px) {
  .c-btn-01__icn .c-btn-01__icn__svg {
    width: 4.1025641026vw;
    height: auto;
  }
}

.st-footer {
  padding-inline: 1.1111111111vw;
}
@media (max-width: 1440px) {
  .st-footer {
    padding-inline: 16px;
  }
}
@media (max-width: 820px) {
  .st-footer {
    padding-inline: 3.0769230769vw;
  }
}

.st-footerInner {
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.st-footerInner.is-reveal {
  transform: translateY(0);
}

.st-footer__container {
  border-radius: 24px 24px 0 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  padding-top: 3.0555555556vw;
  padding-inline: 5vw;
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 1440px) {
  .st-footer__container {
    padding-top: 44px;
    padding-bottom: 24px;
  }
}
@media (max-width: 820px) {
  .st-footer__container {
    padding-top: 9.2vw;
    padding-inline: 4.1025641026vw;
    padding-bottom: 11.2820512821vw;
  }
}

.st-footer__grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 0 48px;
  margin-bottom: 1.9444444444vw;
}
@media (max-width: 1440px) {
  .st-footer__grid {
    margin-bottom: 28px;
  }
}
@media (max-width: 820px) {
  .st-footer__grid {
    display: block;
    margin-bottom: 9.5vw;
  }
}

@media (max-width: 820px) {
  .st-footer__left {
    padding-bottom: 5.3vw;
    margin-bottom: 10vw;
    border-bottom: 1px solid #F0F0F0;
  }
}

.st-footer__left__grid {
  display: grid;
  grid-template-columns: 1.26fr 1fr;
  gap: 3.125vw 3.6090225564vw;
  padding-bottom: 3.8888888889vw;
  margin-bottom: 3.1944444444vw;
  border-bottom: 1px solid #F0F0F0;
}
@media (max-width: 1440px) {
  .st-footer__left__grid {
    gap: 45px 48px;
    padding-bottom: 56px;
    margin-bottom: 46px;
  }
}
@media (max-width: 820px) {
  .st-footer__left__grid {
    display: none;
  }
}

@media (max-width: 820px) {
  .st-footer__navGroup:not(:last-child) {
    margin-bottom: 13vw;
  }
}

.st-footer__navGroup__ttl {
  font-size: 0.6944444444vw;
  color: #007383;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 1vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 1440px) {
  .st-footer__navGroup__ttl {
    font-size: 10px;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
}
@media (max-width: 820px) {
  .st-footer__navGroup__ttl {
    font-size: 4.1025641026vw;
    margin-bottom: 5.3vw;
  }
}

.st-footer__nav__item {
  font-size: 0.8333333333vw;
  letter-spacing: 0.06em;
}
@media (max-width: 1440px) {
  .st-footer__nav__item {
    font-size: 12px;
  }
}
@media (max-width: 820px) {
  .st-footer__nav__item {
    font-size: 3.0769230769vw;
    font-weight: 600;
  }
}
.st-footer__nav__item a {
  display: inline-block;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer__nav__item a:where(:any-link, :enabled, summary):hover {
    color: #019C9F;
  }
}

.st-footer__nav__item__svg {
  transition: fill 0.3s ease-out;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  display: inline-block;
  margin-left: 0.4166666667vw;
}
@media (max-width: 1440px) {
  .st-footer__nav__item__svg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
@media (max-width: 820px) {
  .st-footer__nav__item__svg {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-left: 2.0512820513vw;
  }
}

.st-footer__navGroup__list__ttl {
  font-size: 0.6944444444vw;
  color: #595F5E;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 1px dashed #B5B5B5;
  padding-bottom: 0.2777777778vw;
  margin-bottom: 1.1111111111vw;
}
@media (max-width: 1440px) {
  .st-footer__navGroup__list__ttl {
    font-size: 10px;
    padding-bottom: 4px;
    margin-bottom: 16px;
  }
}
@media (max-width: 820px) {
  .st-footer__navGroup__list__ttl {
    font-size: 3.0769230769vw;
    padding-bottom: 1vw;
    margin-bottom: 3.4vw;
  }
}

.st-footer__navGroup__grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 2.2222222222vw 2.2222222222vw;
}
@media (max-width: 1440px) {
  .st-footer__navGroup__grid {
    gap: 32px 32px;
  }
}
@media (max-width: 820px) {
  .st-footer__navGroup__grid {
    display: block;
  }
}

@media (max-width: 820px) {
  .st-footer__navGroup__grid__left {
    margin-bottom: 8.7vw;
  }
}

.st-footer__navGroup__grid__item:not(:last-child) {
  margin-bottom: 1.7361111111vw;
}
@media (max-width: 1440px) {
  .st-footer__navGroup__grid__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 820px) {
  .st-footer__navGroup__grid__item:not(:last-child) {
    margin-bottom: 8.8vw;
  }
}

.st-footer__navGroup__list .st-footer__nav__item:not(:last-child) {
  margin-bottom: 0.9027777778vw;
}
@media (max-width: 1440px) {
  .st-footer__navGroup__list .st-footer__nav__item:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media (max-width: 820px) {
  .st-footer__navGroup__list .st-footer__nav__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}

.st-footer__subNav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .st-footer__subNav {
    justify-content: flex-start;
    padding-inline: 2vw;
  }
}

.st-footer__subNav__item {
  font-size: 0.6944444444vw;
  letter-spacing: 0.06em;
  margin-right: 2.2222222222vw;
  position: relative;
  line-height: 2.3;
}
.st-footer__subNav__item:before {
  content: "";
  background: #B5B5B5;
  width: 1px;
  height: 0.5555555556vw;
  display: block;
  position: absolute;
  right: -1.1111111111vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .st-footer__subNav__item:before {
    height: 8px;
    right: -16px;
  }
}
@media (max-width: 820px) {
  .st-footer__subNav__item:before {
    display: none;
  }
}
@media (max-width: 1440px) {
  .st-footer__subNav__item {
    font-size: 10px;
    margin-right: 32px;
  }
}
@media (max-width: 820px) {
  .st-footer__subNav__item {
    width: 100%;
    font-size: 3.5897435897vw;
    margin-right: 0;
    line-height: 2.4;
  }
}
.st-footer__subNav__item a {
  transition: color 0.3s ease-out;
}
.st-footer__subNav__item a:hover {
  color: #019C9F;
}

.st-footer__right {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .st-footer__right {
    display: block;
  }
}

@media (max-width: 820px) {
  .st-footer__logo {
    margin-bottom: 12vw;
    padding-inline: 1vw;
  }
}
.st-footer__logo img {
  margin-left: auto;
  width: 20.6944444444vw;
}
@media (max-width: 1440px) {
  .st-footer__logo img {
    width: 298px;
  }
}
@media (max-width: 820px) {
  .st-footer__logo img {
    width: 100%;
  }
}

.st-footer__sns {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 820px) {
  .st-footer__sns {
    justify-content: center;
  }
}

.st-footer__sns__item:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 820px) {
  .st-footer__sns__item:not(:last-child) {
    margin-right: 15.5vw;
  }
}
.st-footer__sns__item a {
  display: grid;
  place-items: center;
  border: 1px solid #F0F0F0;
  background: #fff;
  border-radius: 50%;
  width: 3.0555555556vw;
  height: 3.0555555556vw;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 1440px) {
  .st-footer__sns__item a {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 820px) {
  .st-footer__sns__item a {
    width: 15.5vw;
    height: 15.5vw;
  }
}
@media (hover: hover) {
  .st-footer__sns__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
@media (max-width: 820px) {
  .st-footer__sns__item img {
    width: 6.1538461538vw;
    height: auto;
  }
}

.st-footer__copyright {
  text-align: center;
}
@media (max-width: 820px) {
  .st-footer__copyright {
    text-align: right;
  }
}
.st-footer__copyright small {
  font-size: 0.5555555556vw;
  font-weight: 500;
  color: #595F5E;
  letter-spacing: 0.06em;
}
@media (max-width: 1440px) {
  .st-footer__copyright small {
    font-size: 8px;
  }
}
@media (max-width: 820px) {
  .st-footer__copyright small {
    font-size: 2.0512820513vw;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header__logo {
  position: absolute;
  top: 2.4305555556vw;
  left: 2.1527777778vw;
  z-index: 1;
  will-change: clip-path;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  clip-path: polygon(0 0, 9% 0, 0 100%, 0% 100%);
  opacity: 0;
}
@media (max-width: 820px) {
  .st-header__logo {
    top: 6.1538461538vw;
    left: 6.1538461538vw;
  }
}
.st-header__logo img {
  width: 22.7083333333vw;
}
@media (max-width: 820px) {
  .st-header__logo img {
    width: 54.6vw;
  }
}

html.lenis .st-header__logo,
html.lenis .secMainView__catch {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
html.lenis .secMainView__catch__item__txt {
  transform: translateY(0);
  transition-delay: calc(var(--index) * 0.1s);
}
html.lenis .secMainView__scroll {
  opacity: 1;
}
html.lenis .secMainView__scroll.is-hide {
  opacity: 0;
}
@media (min-width: 821px) {
  html.lenis #g-nav {
    opacity: 1;
  }
}
@media (max-width: 820px) {
  html.lenis #sp-btn {
    opacity: 1;
  }
}

.st-header__nav {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: calc(100% - 92px);
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  padding: 1.1111111111vw 3.3333333333vw;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
@media (max-width: 1440px) {
  .st-header__nav {
    padding: 16px 48px;
  }
}
@media (max-width: 820px) {
  .st-header__nav {
    width: 87.6923076923vw;
    max-width: 100%;
    height: auto;
    bottom: 22.0512820513vw;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(40px);
    padding: 4.1025641026vw;
    box-shadow: 0px 10px 10px 0px rgba(224, 224, 224, 0.2509803922);
  }
}
.st-header__nav.is-black {
  background: rgba(57, 60, 59, 0.9);
}
.st-header__nav.is-black .st-header__globalNav__link {
  color: #fff;
}
@media (hover: hover) {
  .st-header__nav.is-black .st-header__globalNav__link:where(:any-link, :enabled, summary):hover {
    color: #30D1D5;
  }
}

.st-header__globalNav {
  display: flex;
  gap: 0 32px;
}
@media (max-width: 820px) {
  .st-header__globalNav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.0512820513vw 0;
  }
}

.st-header__globalNav__link {
  display: flex;
  align-items: center;
  height: 2.5vw;
  transition: color 0.3s ease-out;
}
@media (max-width: 1440px) {
  .st-header__globalNav__link {
    height: 36px;
  }
}
@media (max-width: 820px) {
  .st-header__globalNav__link {
    height: auto;
    padding-block: 3.5897435897vw;
    padding-inline: 4.1025641026vw;
  }
}
@media (hover: hover) {
  .st-header__globalNav__link:where(:any-link, :enabled, summary):hover {
    color: #019C9F;
  }
  .st-header__globalNav__link:where(:any-link, :enabled, summary):hover .st-header__globalNav__link__svg {
    fill: #019C9F;
  }
}

.st-header__globalNav__txt {
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 1440px) {
  .st-header__globalNav__txt {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .st-header__globalNav__txt {
    font-size: 4.1025641026vw;
  }
}

.st-header__globalNav__link__svg {
  transition: fill 0.3s ease-out;
  margin-left: 0.2777777778vw;
  transform: translateY(0.0694444444vw);
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media (max-width: 1440px) {
  .st-header__globalNav__link__svg {
    margin-left: 4px;
    transform: translateY(1px);
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 820px) {
  .st-header__globalNav__link__svg {
    color: #019C9F;
    margin-left: 3.0769230769vw;
    transform: translateY(0.2vw);
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}

#sp-btn {
  display: none;
}
@media (max-width: 820px) {
  #sp-btn {
    display: block;
    position: fixed;
    z-index: 99999999999;
    bottom: 6vw;
    left: 6vw;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }
}

@media (max-width: 820px) {
  .st-header__spBtn__line {
    width: 5.1282051282vw;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 820px) {
  .st-header__spBtn__line span {
    width: 5.1282051282vw;
    height: 0.2564102564vw;
    transition: all 0.4s;
    background: #313534;
    display: inline-block;
  }
}
@media (max-width: 820px) {
  .st-header__spBtn__line span:not(:last-child) {
    margin-bottom: 1.0256410256vw;
  }
}

@media (max-width: 820px) {
  .st-header__spBtn__txt {
    padding-left: 3.0769230769vw;
    font-size: 3.5897435897vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.3s ease-out;
  }
}

@media (max-width: 820px) {
  #sp-btn-a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 26.1538461538vw;
    height: 12.8205128205vw;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(40px);
    box-shadow: 0px 10px 10px 0px rgba(224, 224, 224, 0.2509803922);
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 820px) {
  #sp-btn-a.is-black {
    background: rgba(57, 60, 59, 0.9);
    box-shadow: 0px 10px 10px 0px rgba(32, 32, 32, 0.2509803922);
  }
  #sp-btn-a.is-black .st-header__spBtn__line span {
    background: #fff;
  }
  #sp-btn-a.is-black .st-header__spBtn__txt {
    color: #fff;
  }
}

#sp-btn-a:hover {
  opacity: 1;
}

@media (max-width: 820px) {
  #sp-btn.active .st-header__spBtn__line span:nth-of-type(1) {
    -webkit-transform: translateY(1.3vw) rotate(-25deg);
    transform: translateY(1.3vw) rotate(-25deg);
  }
}

@media (max-width: 820px) {
  #sp-btn.active .st-header__spBtn__line span:nth-of-type(2) {
    opacity: 0;
  }
}

@media (max-width: 820px) {
  #sp-btn.active .st-header__spBtn__line span:nth-of-type(3) {
    width: 100%;
    -webkit-transform: translateY(-1.3vw) rotate(25deg);
    transform: translateY(-1.3vw) rotate(25deg);
  }
}

#g-nav {
  opacity: 0;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
@media (max-width: 820px) {
  #g-nav {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #g-nav.active {
    opacity: 1;
    visibility: visible;
  }
}

.secMainView {
  height: 100svh;
  display: grid;
  place-items: center;
  padding-bottom: 1.3888888889vw;
  margin-bottom: 100vh;
}
@media (max-width: 820px) {
  .secMainView {
    padding-bottom: 22vw;
    position: relative;
    margin-bottom: 10vw;
  }
}

.secMainView__txtbox {
  width: 48.8194444444vw;
}
@media (max-width: 820px) {
  .secMainView__txtbox {
    width: 82.3076923077vw;
  }
}

.secMainView__catch {
  font-weight: 500;
  text-align: center;
  font-size: 4.4444444444vw;
  line-height: 1.09375;
  padding-bottom: 2.5vw;
}
@media (max-width: 1440px) {
  .secMainView__catch {
    padding-bottom: 33px;
  }
}
@media (max-width: 820px) {
  .secMainView__catch {
    font-size: 10.2564102564vw;
    line-height: 1.325;
    padding-bottom: 0;
  }
}

.secMainView__catch__item {
  display: block;
  height: 1.25em;
  overflow: hidden;
}
@media (max-width: 820px) {
  .secMainView__catch__item {
    height: 1.35em;
  }
}

.secMainView__catch__item__txt {
  display: inline-block;
  transform: translateY(105%);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.secMainView__scroll {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
@media (max-width: 820px) {
  .secMainView__scroll {
    position: fixed;
    bottom: 9.5vw;
    right: 6.6666666667vw;
    z-index: 10;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  }
  .secMainView__scroll.is-hide {
    opacity: 0;
  }
}

.secMainView__scrollTxt {
  font-size: 1.1111111111vw;
  font-weight: 500;
  text-align: center;
}
.secMainView__scrollTxt:after {
  content: "";
  background: url(../img/scroll_arrow.svg) no-repeat center center/cover;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  display: inline-block;
  margin-left: 0.5555555556vw;
}
@media (max-width: 1440px) {
  .secMainView__scrollTxt:after {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
@media (max-width: 820px) {
  .secMainView__scrollTxt:after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-left: 2.0512820513vw;
  }
}
@media (max-width: 1440px) {
  .secMainView__scrollTxt {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .secMainView__scrollTxt {
    font-size: 4.1025641026vw;
  }
}

.secMessage {
  padding-block-start: 9.4444444444vw;
  padding-block-end: 18.8888888889vw;
}
@media (max-width: 1440px) {
  .secMessage {
    padding-block-start: 136px;
    padding-block-end: 272px;
  }
}
@media (max-width: 820px) {
  .secMessage {
    padding-block-start: 50.2564102564vw;
    padding-block-end: 100.2564102564vw;
  }
}

.secMessage__txtbox {
  width: 37.6388888889vw;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .secMessage__txtbox {
    width: 542px;
  }
}
@media (max-width: 820px) {
  .secMessage__txtbox {
    width: 100%;
  }
}
.secMessage__txtbox .fadeup {
  display: block;
}

.secMessage__ttl {
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 3;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 1440px) {
  .secMessage__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 820px) {
  .secMessage__ttl {
    font-size: 5.1282051282vw;
    line-height: 2;
    margin-bottom: 10.2564102564vw;
  }
}

.secMessage__txt {
  font-size: 0.9722222222vw;
  line-height: 3;
  letter-spacing: 0.06em;
}
@media (max-width: 1440px) {
  .secMessage__txt {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .secMessage__txt {
    font-size: 3.5897435897vw;
    line-height: 2.8;
  }
}

.secService {
  padding-block-end: 100vh;
}
.secService__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 820px) {
  .secService__inner {
    display: block;
  }
}

.secService__txtbox {
  width: 24.5833333333vw;
}
@media (max-width: 1440px) {
  .secService__txtbox {
    width: 354px;
  }
}
@media (max-width: 820px) {
  .secService__txtbox {
    width: 100%;
    margin-bottom: 10.2564102564vw;
  }
}

.secService__ttl {
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 4.4444444444vw;
  letter-spacing: 0.06em;
}
@media (max-width: 1440px) {
  .secService__ttl {
    font-size: 20px;
    margin-bottom: 64px;
  }
}
@media (max-width: 820px) {
  .secService__ttl {
    font-size: 5.1282051282vw;
    line-height: 2;
    margin-bottom: 10.2564102564vw;
  }
}

.secService__txt {
  font-size: 0.9722222222vw;
  line-height: 2.5;
  letter-spacing: 0.06em;
}
@media (max-width: 1440px) {
  .secService__txt {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .secService__txt {
    font-size: 3.5897435897vw;
    line-height: 2.8;
  }
}

.secService__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5555555556vw 0;
}
@media (max-width: 1440px) {
  .secService__list {
    gap: 8px 0;
  }
}
@media (max-width: 820px) {
  .secService__list {
    gap: 2.0512820513vw 0;
  }
}

.secService__list__item {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  width: 38.2638888889vw;
  display: flex;
  align-items: center;
  padding-inline: 1.6666666667vw;
  padding-block: 2.2222222222vw;
}
@media (max-width: 1440px) {
  .secService__list__item {
    width: 551px;
    padding-inline: 24px;
    padding-block: 31px;
  }
}
@media (max-width: 820px) {
  .secService__list__item {
    width: 100%;
    padding-inline: 5.1282051282vw;
    padding-block: 5.1282051282vw;
    background: none;
    backdrop-filter: blur(0px);
  }
}

.secService__list__item__num {
  font-size: 0.9722222222vw;
}
@media (max-width: 1440px) {
  .secService__list__item__num {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .secService__list__item__num {
    font-size: 2.0512820513vw;
  }
}

.secService__list__item__ttl {
  flex: 1;
  padding-left: 1.1111111111vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .secService__list__item__ttl {
    padding-left: 16px;
  }
}
@media (max-width: 820px) {
  .secService__list__item__ttl {
    padding-left: 3.0769230769vw;
  }
}

.secService__list__item__ttl__txt {
  font-size: 1.8055555556vw;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (max-width: 1440px) {
  .secService__list__item__ttl__txt {
    font-size: 26px;
  }
}
@media (max-width: 820px) {
  .secService__list__item__ttl__txt {
    font-size: 4.1025641026vw;
  }
}

.secService__list__item__ttl__en {
  font-size: 0.9722222222vw;
}
@media (max-width: 1440px) {
  .secService__list__item__ttl__en {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .secService__list__item__ttl__en {
    font-size: 2.5641025641vw;
  }
}

#js-bg-change {
  width: 100%;
  height: 100vh;
}

#js-bg-change-02 {
  width: 100%;
  height: 70svh;
}
@media (max-width: 820px) {
  #js-bg-change-02 {
    height: 100vh;
  }
}

#bodyBgColor {
  width: 100%;
  height: 100%;
  background: radial-gradient(27.58% 120.84% at 50% 50%, #484D4D 0%, #3A3E3D 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.secBusiness {
  height: 100svh;
}
@media (max-width: 820px) {
  .secBusiness {
    height: auto;
    padding-block-start: 50.2564102564vw;
    padding-block-end: 100.2564102564vw;
  }
}
.secBusiness#creative .secBusiness__head, .secBusiness#human-resources .secBusiness__head {
  position: fixed;
  left: calc(6.9vw + 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .secBusiness#creative .secBusiness__head, .secBusiness#human-resources .secBusiness__head {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}
@media (max-width: 820px) {
  .secBusiness#environmental-business {
    padding-block-end: 0;
  }
}
.secBusiness#environmental-business .secBusiness__head {
  position: fixed;
  left: calc(6.9vw + 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .secBusiness#environmental-business .secBusiness__head {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}
.secBusiness#creative .secBusiness__head__inner, .secBusiness#human-resources .secBusiness__head__inner, .secBusiness#environmental-business .secBusiness__head__inner {
  opacity: 0;
  transform: translateY(40px);
}
@media (max-width: 820px) {
  .secBusiness#creative .secBusiness__head__inner, .secBusiness#human-resources .secBusiness__head__inner, .secBusiness#environmental-business .secBusiness__head__inner {
    opacity: 1;
    transform: translateY(0);
  }
}
.secBusiness#creative .secBusiness__txtbox, .secBusiness#human-resources .secBusiness__txtbox, .secBusiness#environmental-business .secBusiness__txtbox {
  padding-top: 40vh;
}
@media (max-width: 820px) {
  .secBusiness#creative .secBusiness__txtbox, .secBusiness#human-resources .secBusiness__txtbox, .secBusiness#environmental-business .secBusiness__txtbox {
    padding-top: 10.2564102564vw;
  }
}

.secBusiness__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 820px) {
  .secBusiness__inner {
    display: block;
  }
}

.secBusiness__head {
  color: #fff;
  width: 29.5833333333vw;
}
@media (max-width: 1440px) {
  .secBusiness__head {
    width: 425px;
  }
}
@media (max-width: 820px) {
  .secBusiness__head {
    width: 100%;
  }
}

.secBusiness__head__inner {
  transition: opacity 0.3s ease-out;
}

.secBusiness__ttl {
  font-size: 1.3888888889vw;
  font-weight: 400;
  line-height: 2.8;
}
@media (max-width: 1440px) {
  .secBusiness__ttl {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .secBusiness__ttl {
    font-size: 4.1025641026vw;
    line-height: 1;
    margin-bottom: 2.6vw;
  }
}

.secBusiness__ttl__en {
  font-size: 4.3055555556vw;
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  .secBusiness__ttl__en {
    font-size: 64px;
  }
}
@media (max-width: 820px) {
  .secBusiness__ttl__en {
    font-size: 8.2051282051vw;
    font-weight: 400;
  }
}

.secBusiness__txtbox {
  width: 27.9861111111vw;
  padding-top: 3.8888888889vw;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .secBusiness__txtbox {
    width: 403px;
    padding-top: 56px;
  }
}
@media (max-width: 820px) {
  .secBusiness__txtbox {
    width: 100%;
    padding-top: 10.2564102564vw;
    margin-left: 0;
  }
}

#js-secEnvBusinessTxtbox {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#js-secEnvBusinessTxtbox.visible {
  opacity: 1;
}

.secBusiness__txt {
  font-size: 0.9722222222vw;
  letter-spacing: 0.06em;
  text-align: right;
  line-height: 2.6;
  color: #fff;
}
@media (max-width: 1440px) {
  .secBusiness__txt {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .secBusiness__txt {
    text-align: left;
    font-size: 3.5897435897vw;
    line-height: 2.2;
  }
}

.secBusiness__btn {
  margin-top: 2.7777777778vw;
}
@media (max-width: 820px) {
  .secBusiness__btn {
    margin-top: 8.2051282051vw;
  }
}

.secGroup {
  padding-block: calc((100svh - 730px) / 2);
  margin-bottom: 70svh;
}
@media (max-width: 820px) {
  .secGroup {
    padding-block: 25vw 5vw;
    margin-bottom: 50svh;
  }
}

.secGroup__container {
  width: 7243px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 40px;
  padding-inline: 5.5555555556vw;
}
@media (max-width: 1440px) {
  .secGroup__container {
    padding-inline: 80px;
  }
}
@media (max-width: 820px) {
  .secGroup__container {
    width: 100%;
    display: block;
    padding-inline: 0;
  }
}

.secGroup__box {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  padding: 48px;
}
@media (max-width: 820px) {
  .secGroup__box {
    border-radius: 0;
    backdrop-filter: blur(0px);
    padding: 6vw;
  }
}
.secGroup__box.box-01 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0 80px;
}
@media (max-width: 820px) {
  .secGroup__box.box-01 {
    display: block;
    margin-bottom: 20.5128205128vw;
  }
}
.secGroup__box.box-02 .secGroup__box__group {
  grid-template-columns: repeat(1, auto);
}

.secGroup__box__group {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: start;
  gap: 0 80px;
}
@media (max-width: 820px) {
  .secGroup__box__group {
    display: block;
  }
}
.secGroup__box__group.group-01 {
  grid-template-columns: repeat(3, auto);
}
@media (max-width: 820px) {
  .secGroup__box__group.group-01 {
    margin-bottom: 18.4615384615vw;
  }
}
@media (max-width: 820px) {
  .secGroup__box__group.group-01 .secGroup__box__group__grid:not(.--spSmall) {
    margin-bottom: 10.2564102564vw;
  }
}
@media (max-width: 820px) {
  .secGroup__box__group.group-02 {
    margin-bottom: 18.4615384615vw;
  }
}
@media (max-width: 820px) {
  .secGroup__box__group__item.item-main {
    margin-bottom: 10.2564102564vw;
  }
}
.secGroup__box__group__item.item-main .secGroup__box__group__item__txt {
  width: 640px;
}
@media (max-width: 820px) {
  .secGroup__box__group__item.item-main .secGroup__box__group__item__txt {
    width: 100%;
  }
}

.secGroup__box__group__item__img {
  margin-bottom: 8px;
}
@media (max-width: 820px) {
  .secGroup__box__group__item__img {
    margin-bottom: 2.0512820513vw;
  }
  .secGroup__box__group__item__img img {
    width: 100%;
  }
}

.secGroup__box__group__item__txt {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  width: 400px;
  text-align: justify;
}
@media (max-width: 820px) {
  .secGroup__box__group__item__txt {
    width: 100%;
    font-size: 3.5897435897vw;
  }
}

.secGroup__box__group__grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 32px 40px;
}
@media (max-width: 820px) {
  .secGroup__box__group__grid {
    display: block;
  }
}
@media (max-width: 820px) {
  .secGroup__box__group__grid .secGroup__box__group__item:not(:last-child) {
    margin-bottom: 6.1538461538vw;
  }
}
@media (max-width: 820px) {
  .secGroup__box__group__grid.--spSmall .secGroup__box__group__item {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 0 4.1025641026vw;
  }
  .secGroup__box__group__grid.--spSmall .secGroup__box__group__item:not(:last-child) {
    margin-bottom: 4.1025641026vw;
  }
}
.secGroup__box__group__grid.--spSmall .secGroup__box__group__item__txt {
  width: 320px;
}
@media (max-width: 820px) {
  .secGroup__box__group__grid.--spSmall .secGroup__box__group__item__txt {
    width: 100%;
    font-size: 3.0769230769vw;
  }
}
.secGroup__box__group__grid.--clm3 {
  grid-template-columns: repeat(3, auto);
}
.secGroup__box__group__grid.--clm4 {
  grid-template-columns: repeat(4, auto);
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structure ------------ */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
