@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*-----------------------
reset
-----------------------*/
*:focus {
  outline: none;
}

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

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

:where(body) {
  line-height: 1.5;
}

address {
  font-style: inherit;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img) {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

:where(ul, ol) {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where(a) {
  border: none;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}

:where(a:link, a:active, a:visited, a:hover) {
  color: inherit;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}

:where(p) {
  margin: 0;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(caption, th, td) {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

/*color*/
/*mediaquery*/
/*mixin*/
/* function */
/*-----------------------
base
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  position: relative;
  background: #505050;
  color: #fff;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 2;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/*-----------------------
tag
-----------------------*/
section {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  section {
    padding: 16vw 0;
  }
}

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

:where(a) {
  color: inherit;
  transition: 0.3s;
}
:where(a):hover {
  opacity: 0.6;
}

blockquote {
  font-size: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

:where(p + p) {
  margin-top: 1lh;
}

/*-----------------------
common
-----------------------*/
.inner {
  width: 96%;
  max-width: 100rem;
  margin: 0 auto;
}
.inner--short {
  max-width: 80rem;
}

/* Top */
.mT10 {
  margin-top: 1rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT70 {
  margin-top: 7rem;
}

.mT80 {
  margin-top: 8rem;
}

.mT90 {
  margin-top: 9rem;
}

.mT100 {
  margin-top: 10rem;
}

.mT110 {
  margin-top: 11rem;
}

.mT120 {
  margin-top: 12rem;
}

.mT130 {
  margin-top: 13rem;
}

.mT140 {
  margin-top: 14rem;
}

.mT150 {
  margin-top: 15rem;
}

.mT160 {
  margin-top: 16rem;
}

.mT170 {
  margin-top: 17rem;
}

.mT180 {
  margin-top: 18rem;
}

.mT190 {
  margin-top: 19rem;
}

.mT200 {
  margin-top: 20rem;
}

/* Bottom */
.mB10 {
  margin-bottom: 1rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB30 {
  margin-bottom: 3rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB50 {
  margin-bottom: 5rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB70 {
  margin-bottom: 7rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.mB90 {
  margin-bottom: 9rem;
}

.mB100 {
  margin-bottom: 10rem;
}

.mB110 {
  margin-bottom: 11rem;
}

.mB120 {
  margin-bottom: 12rem;
}

.mB130 {
  margin-bottom: 13rem;
}

.mB140 {
  margin-bottom: 14rem;
}

.mB150 {
  margin-bottom: 15rem;
}

.mB160 {
  margin-bottom: 16rem;
}

.mB170 {
  margin-bottom: 17rem;
}

.mB180 {
  margin-bottom: 18rem;
}

.mB190 {
  margin-bottom: 19rem;
}

.mB200 {
  margin-bottom: 20rem;
}

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

.tab {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.flex {
  display: flex;
}

.float--L {
  float: left;
}

.float--R {
  float: right;
}

/* font */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.has-wbr {
  word-break: keep-all;
  overflow-wrap: break-word;
}

:root {
  --btn-color: #1E1E1E;
  --btn-color-txt: #fff;
}

.btn--right {
  text-align: right;
}
.btn--left {
  text-align: left;
}
.btn--center {
  text-align: center;
}

.btn {
  min-width: 17.4736842105em;
  max-width: 100%;
  min-height: 2.8421052632em;
  padding: 0.5263157895em 1em;
  background: transparent;
  color: #23AD7B;
  border: 2px solid #25AD7B;
  border-radius: 10em;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  font-weight: 500;
  line-height: 1.4210526316;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .btn {
    font-size: 3.7333333333vw;
  }
}
.btn:hover {
  background: #fff;
  opacity: 1;
}

:where(.btn--wrap) {
  container-type: inline-size;
}
@container (max-width: 332px) {
  :where(.btn--wrap) .btn {
    width: 100%;
    min-width: auto;
  }
}

.btn--entry {
  border-width: 1px;
  border-color: transparent;
  color: #fff;
  gap: 0.6842105263em;
  overflow: hidden;
}
.btn--entry::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, #23AD7B, #7AED87);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn--entry__slash {
  width: 0.8421052632em;
  aspect-ratio: 16/21;
  position: relative;
}
.btn--entry__slash::before {
  content: "";
  width: 1px;
  height: 100%;
  background: currentColor;
  position: absolute;
  top: 0;
  left: 50%;
  transform: skewX(-33deg);
}
.btn--entry__small {
  font-size: 0.8421052632em;
}
.btn--entry:hover {
  border-color: #25AD7B;
  color: #23AD7B;
}

.link-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em 2.5em;
  font-weight: normal;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .link-logo {
    flex-direction: column;
  }
}
.link-logo__img {
  display: block;
}
.link-logo [alt=MAGO] {
  width: 5.8125em;
}
.link-logo [alt=UMITOMA] {
  width: 7.0625em;
}

.list {
  padding-left: 1em;
}
.list:where(:not(:last-child)) {
  margin-bottom: 1.4em;
}
.list > li {
  display: list-item;
}
.list > li:where(:not(:last-child)) {
  margin-bottom: 1.4em;
}
.list--dot > li {
  list-style-type: "・";
}
.list--order > li {
  list-style-type: decimal;
}
.list--tree > li {
  margin-bottom: 0;
  list-style-type: "├";
}
.list--tree > li:last-child {
  list-style-type: "└";
}

.tab__menu {
  display: inline-flex;
  position: relative;
}

.tab__btn {
  padding: 1rem;
  border: 1px solid rgba(30, 30, 30, 0.1);
  border-bottom: none;
  cursor: pointer;
}
.tab__btn.active {
  background: rgba(30, 30, 30, 0.1);
}

.tab__line {
  width: 100%;
  height: 2px;
  background: rgba(30, 30, 30, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tab__indicator {
  background: #3b82f6;
  position: absolute;
  top: 0;
  bottom: 0;
  transition-duration: 200ms;
  transition-property: transform, width;
}

.tab__contents-wrap {
  border: 1px solid rgba(30, 30, 30, 0.1);
}

.tab__contents {
  padding: 1rem;
}
.tab__contents:not(.active) {
  display: none;
}

.slide-in {
  transition: 0.7s;
  opacity: 0;
  transform: translate(-10rem, 0);
}
.slide-in.animation--on {
  opacity: 1;
}
.slide-in.animation--on {
  transform: translate(0, 0);
}

.slide-in__wrap .slide-unit {
  transform: translate(-10rem, 0);
}
.slide-in__wrap.animation--on .slide-unit {
  transform: translate(0, 0);
}
.slide-in__wrap .slide-unit {
  transition: 0.7s;
}
.slide-in__wrap .slide-unit:nth-child(1) {
  transition-delay: 0s;
}
.slide-in__wrap .slide-unit:nth-child(2) {
  transition-delay: 0.2s;
}
.slide-in__wrap .slide-unit:nth-child(3) {
  transition-delay: 0.4s;
}
.slide-in__wrap .slide-unit:nth-child(4) {
  transition-delay: 0.6s;
}
.slide-in__wrap .slide-unit:nth-child(5) {
  transition-delay: 0.8s;
}
.slide-in__wrap .slide-unit:nth-child(6) {
  transition-delay: 1s;
}

.slide-in-clip {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.3s linear 0.7s;
}
.slide-in-clip.animation--on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.slide-in-clip__wrap .slide-unit {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.3s linear 0.7s;
}
.slide-in-clip__wrap.animation--on .slide-unit {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.slide-in-clip__wrap .slide-unit:nth-child(1) {
  transition-delay: 0s;
}
.slide-in-clip__wrap .slide-unit:nth-child(2) {
  transition-delay: 0.5s;
}
.slide-in-clip__wrap .slide-unit:nth-child(3) {
  transition-delay: 1s;
}
.slide-in-clip__wrap .slide-unit:nth-child(4) {
  transition-delay: 1.5s;
}
.slide-in-clip__wrap .slide-unit:nth-child(5) {
  transition-delay: 2s;
}
.slide-in-clip__wrap .slide-unit:nth-child(6) {
  transition-delay: 2.5s;
}

.fade-up {
  display: block;
  transition: 1s;
  opacity: 0;
  transform: translate(0, 50px);
}
.fade-up.animation--on {
  opacity: 1;
}
.fade-up.animation--on {
  transform: translate(0, 0);
}

.fade-up__wrap .fade-unit {
  opacity: 0;
}
.fade-up__wrap.animation--on .fade-unit {
  opacity: 1;
}
.fade-up__wrap .fade-unit {
  transform: translate(0, 50px);
}
.fade-up__wrap.animation--on .fade-unit {
  transform: translate(0, 0);
}
.fade-up__wrap .fade-unit {
  display: inline-block;
  transition: 1s;
}
.fade-up__wrap .fade-unit:nth-child(1) {
  transition-delay: 0s;
}
.fade-up__wrap .fade-unit:nth-child(2) {
  transition-delay: 0.5s;
}
.fade-up__wrap .fade-unit:nth-child(3) {
  transition-delay: 1s;
}
.fade-up__wrap .fade-unit:nth-child(4) {
  transition-delay: 1.5s;
}
.fade-up__wrap .fade-unit:nth-child(5) {
  transition-delay: 2s;
}
.fade-up__wrap .fade-unit:nth-child(6) {
  transition-delay: 2.5s;
}
.fade-up__wrap .fade-unit:nth-child(7) {
  transition-delay: 3s;
}
.fade-up__wrap .fade-unit:nth-child(8) {
  transition-delay: 3.5s;
}
.fade-up__wrap .fade-unit:nth-child(9) {
  transition-delay: 4s;
}
.fade-up__wrap .fade-unit:nth-child(10) {
  transition-delay: 4.5s;
}
.fade-up__wrap .fade-unit:nth-child(11) {
  transition-delay: 5s;
}

.svg-symbol {
  display: none;
}

.contents--flex {
  display: flex;
}
.contents--grid {
  display: grid;
}

.ds-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.ds-grid-2.inline {
  display: inline-grid;
}
.ds-grid-2--left {
  grid-column: 1;
  grid-row: 1;
}
.ds-grid-2--right {
  grid-column: 2;
  grid-row: 1;
}

.ds-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.ds-grid-3.inline {
  display: inline-grid;
}
.ds-grid-3--left {
  grid-column: 1;
  grid-row: 1;
}
.ds-grid-3--center {
  grid-column: 2;
  grid-row: 1;
}
.ds-grid-3--right {
  grid-column: 3;
  grid-row: 1;
}

.ds-grid-justifyItemsCenter {
  justify-items: center;
}

.ds-grid-alignItemsCenter {
  align-items: center;
}

.grid-layer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 767px) {
  .grid-layer {
    grid-template-rows: auto auto;
  }
}
.grid-layer--left, .grid-layer--right {
  grid-column: 1;
  grid-row: 1;
  width: 81.6%;
  height: fit-content;
  max-width: 898px;
}
@media (max-width: 767px) {
  .grid-layer--left, .grid-layer--right {
    width: 86.9%;
    grid-column: auto;
    grid-row: auto;
  }
}
.grid-layer--left.upper, .grid-layer--right.upper {
  z-index: 35;
}
.grid-layer--right {
  margin-top: 11rem;
  justify-self: flex-end;
}
@media (max-width: 767px) {
  .grid-layer--right {
    margin-top: -3rem;
  }
}
.grid-layer--center {
  align-items: center;
}
.grid-layer--center .grid-layer--left,
.grid-layer--center .grid-layer--right {
  margin-top: 0;
}
@media (max-width: 767px) {
  .grid-layer--center .grid-layer--left {
    margin-top: -3rem;
  }
}
@media (max-width: 767px) {
  .grid-layer--center .grid-layer--right {
    grid-row: 1;
  }
}

.header {
  width: 100%;
  padding: 2.7rem 3.3rem 0;
  background: none;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .header .inner {
    width: 100%;
    max-width: none;
  }
}
.header .contents--flex {
  justify-content: space-between;
  align-items: center;
}
.header--entry {
  padding: 4.8rem 0 0;
  position: absolute;
}
@media (max-width: 767px) {
  .header--entry {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .header--entry .inner {
    width: 96%;
    max-width: 122rem;
  }
}
.header--entry .header__logo {
  width: min(11.4285714286vw, 16rem);
}
@media (max-width: 767px) {
  .header--entry .header__logo {
    width: 16vw;
  }
}

.g-menu__btn {
  width: 4rem;
  height: 4rem;
  background: none;
  border: none;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
  z-index: 50;
  cursor: pointer;
}
.g-menu__btn .button-border {
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.g-menu__btn .button-border.top {
  top: calc(50% - 10px);
}
.g-menu__btn .button-border.bottom {
  top: calc(50% + 10px);
}
.g-menu__btn.menu-active .button-border {
  background: transparent;
  transform: translate(-50%, -1px);
}
.g-menu__btn.menu-active .button-border.top {
  background: #fff;
  top: 50%;
  transform: translate(-50%, -1px) rotate(45deg);
}
.g-menu__btn.menu-active .button-border.bottom {
  background: #fff;
  top: 50%;
  transform: translate(-50%, -1px) rotate(-45deg);
}

@media (max-width: 767px) {
  #g-menu {
    display: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 4rem 1rem 1rem;
    background: #505050;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  #g-menu.menu-active {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.g-menu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 80px;
}
@media (max-width: 767px) {
  .g-menu__nav {
    display: block;
  }
}
.g-menu__nav-list {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
  line-height: 1.3333333333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.5em;
}
@media (max-width: 767px) {
  .g-menu__nav-list {
    font-size: 4.2666666667vw;
    flex-direction: column;
    row-gap: 2em;
  }
}
.g-menu__nav-list .en {
  font-weight: 600;
}
.g-menu__nav-list-item {
  position: relative;
  z-index: 1;
}
.g-menu__nav .btn--entry {
  min-width: auto;
  max-width: none;
  min-height: 1.8823529412em;
  padding: 0.2941176471em 1.7647058824em;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  line-height: 1.4705882353;
}
@media (max-width: 767px) {
  .g-menu__nav .btn--entry {
    font-size: 3.7333333333vw;
  }
}

.footer {
  padding: 9rem 0 10rem;
  background: #1E1E1E;
  color: #fff;
  position: relative;
  z-index: 10;
}
.footer__grid {
  padding-left: 4.5%;
  padding-right: 10%;
  display: grid;
  grid-template-columns: 15.7894736842% 1fr auto;
  gap: 3rem 9.0058479532%;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer__grid {
    padding: 0 1em;
    grid-template-columns: 100%;
  }
}
.footer__logo {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .footer__logo {
    grid-column: initial;
    grid-row: initial;
    justify-self: center;
  }
}
.footer__logo a {
  display: block;
}
.footer__info {
  grid-column: 2;
  grid-row: 1;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .footer__info {
    grid-column: initial;
    grid-row: initial;
  }
}
.footer__info .address {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer__info .address {
    font-size: 3.7333333333vw;
  }
}
.footer__nav {
  grid-column: 3;
  grid-row: 1;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1.5625em;
}
@media (max-width: 767px) {
  .footer__nav {
    grid-column: initial;
    grid-row: initial;
  }
}
.footer__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5625em;
}
.footer__sns a {
  display: block;
}
.footer__sns img {
  width: auto;
  height: 1em;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5625em;
  font-weight: 600;
  line-height: 1.3125;
}
.footer__menu a {
  display: block;
}
.footer__menu--sub {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer__menu--sub {
    font-size: 3.2vw;
  }
}
.footer__copyright {
  grid-column: 1/-1;
  grid-row: 2;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .footer__copyright {
    grid-column: initial;
    grid-row: initial;
    text-align: center;
  }
}

.top__bg {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.top__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(#top) {
  position: relative;
  z-index: 10;
}
:where(#top) h2 {
  margin-bottom: 1.4375em;
  font-size: clamp(1.4rem, 3.2vw, 3.2rem);
  font-weight: 500;
  line-height: 1.21875;
  text-align: center;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media (max-width: 767px) {
  :where(#top) h2 {
    font-size: 8vw;
  }
}
:where(#top) .h2-after {
  font-size: clamp(1.4rem, 4.4vw, 4.4rem);
  font-weight: bold;
  line-height: 1.4545454545;
}
@media (max-width: 767px) {
  :where(#top) .h2-after {
    font-size: 6.6666666667vw;
  }
}

section:has(.section-first) {
  padding-top: 0;
}

.section-first {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.section-first .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-first__hgroup {
  text-align: center;
}

.top__fv {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.top__fv .inner {
  height: 100%;
  padding: 2.6428571429vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .top__fv .inner {
    max-width: none;
    padding: min(3.4vh, 3.7rem) 0;
    padding: min(3.4dvh, 3.7rem) 0;
  }
}
@media (max-width: 767px) {
  .top__fv .inner {
    padding: 9.8666666667vw 0;
  }
}
.top__fv .inner img {
  max-height: 100%;
  object-fit: contain;
}
.top__fv-logo {
  max-width: 27.6rem;
}
@media (min-width: 768px) {
  .top__fv-logo {
    max-height: 28.7vh;
    max-height: 28.7dvh;
  }
}
@media (max-width: 767px) {
  .top__fv-logo {
    width: 60%;
  }
}
.top__fv-title {
  max-width: 100rem;
  margin-top: min(9.7857142857vw, 13.7rem);
}
@media (min-width: 768px) {
  .top__fv-title {
    max-height: 17.3vh;
    max-height: 17.3dvh;
    margin-top: min(12.6vh, 13.7rem);
    margin-top: min(12.6dvh, 13.7rem);
  }
}
@media (max-width: 767px) {
  .top__fv-title {
    margin-top: 26.6666666667vw;
  }
}
.top__fv-btn {
  margin-top: min(2.1428571429vw, 3rem);
}
@media (min-width: 768px) {
  .top__fv-btn {
    margin-top: min(2.7vh, 3rem);
    margin-top: min(2.7dvh, 3rem);
  }
}
@media (max-width: 767px) {
  .top__fv-btn {
    margin-top: 8vw;
  }
}

.top__introduction {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.13em;
  position: relative;
}
@media (max-width: 767px) {
  .top__introduction {
    font-size: 4.2666666667vw;
  }
}
.top__introduction::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.45), rgba(30, 30, 30, 0.45) 74%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.top__introduction .inner {
  height: 100%;
  padding: 2.6428571429vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top__introduction .inner {
    max-width: none;
  }
}

.top__about {
  background: linear-gradient(115deg, #23AD7B, #7AED87);
  overflow: hidden;
}
.top__about-first {
  background: url(../img/about-bg.jpg) no-repeat center/cover;
}
.top__about-body {
  --frame-padding: 1rem;
  padding-top: 14rem;
}
@media (max-width: 767px) {
  .top__about-body {
    padding-top: 16vw;
  }
}
.top__about-body > .inner {
  position: relative;
}
@media (max-width: 767px) {
  .top__about-body > .inner {
    padding: 0 var(--frame-padding);
  }
}
.top__about-body > .inner::before {
  content: "";
  width: 1px;
  height: calc(100% + 100vh);
  border-left: 1px solid #fff;
  position: absolute;
  top: calc(var(--frame-padding) * -1);
  left: calc(var(--frame-padding) * -1);
}
@media (max-width: 767px) {
  .top__about-body > .inner::before {
    left: 0;
  }
}
.top__about-group + .top__about-group {
  margin-top: 11rem;
}
.top__about-group-gallery {
  margin-bottom: 6.4rem;
  display: grid;
  grid-template-columns: 1fr 33.4%;
  grid-template-rows: 50% 50%;
  position: relative;
}
@media (max-width: 767px) {
  .top__about-group-gallery {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
  }
}
.top__about-group-gallery::before {
  content: "";
  width: 100vw;
  height: calc(100% + var(--frame-padding) * 2);
  border: 1px solid #fff;
  border-left: none;
  position: absolute;
  top: calc(var(--frame-padding) * -1);
  right: calc(var(--frame-padding) * -1);
}
.top__about-group-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__about-group-gallery img:nth-child(1) {
  aspect-ratio: 666/443;
  grid-column: 1;
  grid-row: 1/-1;
}
@media (max-width: 767px) {
  .top__about-group-gallery img:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.top__about-group-title {
  margin-bottom: 1.8125em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: inherit;
  line-height: 1.1875;
  letter-spacing: 0.06em;
}
.top__about-group-lead {
  margin-bottom: 2.3333333333em;
  font-weight: bold;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
}
@media (max-width: 767px) {
  .top__about-group-lead {
    font-size: 4.8vw;
  }
}
.top__about-group-mago {
  margin-top: 3.125em;
}
@media (max-width: 767px) {
  .top__about-group-mago {
    text-align: center;
  }
}

.top__company {
  background: #232323;
}
.top__company .h2-after {
  margin-bottom: 1.7916666667em;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
}
@media (max-width: 767px) {
  .top__company .h2-after {
    font-size: 4.8vw;
  }
}
.top__company-details {
  margin-top: 7.5rem;
}
.top__company-details h3 {
  margin-bottom: 1em;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .top__company-details h3 {
    font-size: 4.8vw;
  }
}
.top__company-details dl {
  --border-color: rgba(220, 220, 220, 0.5);
  border-top: 1px solid var(--border-color);
  display: grid;
  grid-template-columns: auto 1fr;
}
.top__company-details dl dt, .top__company-details dl dd {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.3125;
}
.top__company-details dl dt {
  min-width: 10em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .top__company-details dl dt {
    min-width: auto;
  }
}
.top__company-details dl dd {
  padding-left: 1.75em;
  padding-right: 0.5em;
}
.top__company-img {
  width: 100%;
  height: auto;
  margin-top: 7rem;
  margin-bottom: 5.5rem;
}
.top__company-link {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .top__company-link {
    text-align: center;
  }
}

.top__works {
  padding-bottom: 0;
}
.top__works-first {
  background: url(../img/works-bg.jpg) no-repeat center/cover;
}
.top__works-grad {
  background: linear-gradient(115deg, #23AD7B, #7AED87);
}
.top__works-body {
  padding: 8rem 0;
}
.top__works-body h3 {
  margin-bottom: 2.5em;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top__works-body h3 {
    font-size: 4.8vw;
  }
}
.top__works-body h3 .large {
  font-size: 1.5em;
}
.top__works-jobs {
  list-style-type: "・";
  margin-top: 2em;
  padding-left: 1em;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  font-weight: bold;
}
@media (max-width: 767px) {
  .top__works-jobs {
    font-size: 5.3333333333vw;
  }
}

.top__entry {
  padding: 3.5rem 0 10rem;
  background: linear-gradient(135deg, #fff, #fff 40%, transparent 100%);
  color: #23AD7B;
  text-align: center;
}
.top__entry-title {
  margin-bottom: 2rem;
  font-size: clamp(1.4rem, 12vw, 12rem);
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2166666667;
}
.top__entry-message {
  font-size: clamp(1.4rem, 4.4vw, 4.4rem);
  font-weight: bold;
  line-height: 1.4545454545;
}
@media (max-width: 767px) {
  .top__entry-message {
    line-height: 2;
  }
}
.top__entry-btn {
  margin-top: 4.5rem;
  position: relative;
  z-index: 1;
}
.top__entry-btn .btn--entry {
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
}
@media (max-width: 767px) {
  .top__entry-btn .btn--entry {
    font-size: 4.8vw;
  }
}
.top__entry-gallery {
  margin-top: 7.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .top__entry-gallery {
    gap: 1rem;
  }
}

:where(.entry) .inner {
  max-width: 90rem;
}
:where(.entry) .label-title {
  width: fit-content;
  margin-bottom: 1.6111111111em;
  padding: 0.4444444444em 1.3888888889em;
  border: 2px solid currentColor;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
}
@media (max-width: 767px) {
  :where(.entry) .label-title {
    font-size: 4.2666666667vw;
  }
}

.entry__description {
  overflow: hidden;
}
.entry__description-group + .entry__description-group {
  margin-top: 13rem;
}
.entry__description-group-title {
  height: min(9.1428571429vw, 12.8rem);
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .entry__description-group-title {
    height: auto;
  }
}
.entry__description-group-lead {
  width: fit-content;
  margin-bottom: 2.5416666667em;
  padding-bottom: 1.4rem;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4583333333;
  position: relative;
}
@media (max-width: 767px) {
  .entry__description-group-lead {
    font-size: 5.3333333333vw;
  }
}
.entry__description-group-lead::before {
  content: "";
  width: 100vw;
  height: 0;
  border-bottom: 1px solid #25AD7B;
  position: absolute;
  bottom: 0;
  right: 0;
}
.entry__description-group-points {
  margin-bottom: 6.6rem;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 0.5555555556em;
}
@media (max-width: 767px) {
  .entry__description-group-points {
    font-size: 4.2666666667vw;
  }
}
.entry__description-group-points li {
  padding-left: 2.2222222222em;
  position: relative;
}
.entry__description-group-points li::before {
  content: "";
  width: 1.3333333333em;
  aspect-ratio: 1/1;
  background: url(../img/icon-check.svg) no-repeat center/100% auto;
  position: absolute;
  top: 1em;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.entry__description-group-label {
  color: #25AD7B;
  border-width: 1px;
}
.entry__description-group-details {
  border-top: 1px solid #25AD7B;
  display: grid;
  grid-template-columns: auto 1fr;
}
.entry__description-group-details dt, .entry__description-group-details dd {
  padding: 1.1111111111em;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 500;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  .entry__description-group-details dt, .entry__description-group-details dd {
    font-size: 3.7333333333vw;
  }
}
.entry__description-group-details dt {
  min-width: 6.5em;
  background: #23AD7B;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #505050;
  color: #59514E;
  text-align: center;
}
@media (max-width: 767px) {
  .entry__description-group-details dt {
    min-width: auto;
  }
}
.entry__description-group-details dt:last-of-type {
  border-bottom: 1px solid #25AD7B;
}
.entry__description-group-details dd {
  border-bottom: 1px solid #25AD7B;
}
.entry__description-group-link {
  margin-top: 6rem;
  text-align: center;
}

.entry__form {
  padding-bottom: 0;
  background: linear-gradient(115deg, #23AD7B, #7AED87);
}

.form {
  margin-top: 6rem;
}
.form dl {
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media (max-width: 767px) {
  .form dl {
    grid-template-columns: 100%;
  }
}
.form dl dt, .form dl dd {
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}
.form dl dt {
  min-width: 14.75em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form dl dt {
    padding-top: 2em;
    border-bottom: none;
  }
}
.form dl dd {
  padding: 2.9375em 0;
}
@media (max-width: 767px) {
  .form dl dd {
    padding: 2em 0;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  display: block;
  width: 100%;
  padding: 0.6666666667em 1.3333333333em;
  background: #fff;
  border: none;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  color: #1E1E1E;
  line-height: inherit;
}
@media (max-width: 767px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel] {
    font-size: 4.2666666667vw;
  }
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder {
  color: #969696;
}
.form input[type=tel] {
  max-width: 34.4rem;
}
.form label {
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: inherit;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .form label {
    gap: 0.5em;
    font-size: 4.2666666667vw;
  }
}
.form label::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  box-shadow: inset 0 0 0 2px #A8976D;
  border-radius: 7px;
}
.form label input[type=checkbox] {
  display: none;
}
.form label:has(input[type=checkbox]:checked)::before {
  background: url(../img/input-checked.svg) no-repeat center/100% 100%;
}
.form__checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .form__checkbox {
    grid-template-columns: 100%;
    row-gap: 0.5em;
  }
}
.form__checkbox label:first-child {
  width: 14em;
}
@media (max-width: 767px) {
  .form__checkbox label:first-child {
    width: auto;
  }
}
.form__name {
  position: relative;
}
.form__name .required {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .form__name .required {
    display: block;
    position: initial;
  }
}
.form__name .required--block {
  display: block;
  position: initial;
}
.form__policy {
  margin-top: 5.6rem;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  text-align: center;
  text-decoration: underline;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .form__policy {
    font-size: 4.2666666667vw;
  }
}
.form__agree {
  margin-top: 3.6rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
  text-align: center;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .form__agree {
    font-size: 4.2666666667vw;
  }
}
.form__submit {
  margin-top: 10rem;
  padding: 10rem 0;
  background: #505050;
  text-align: center;
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */