*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 960px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 960px) {
  .sp-hidden {
    display: none;
  }
}

.is-scroll-lock {
  overflow: hidden;
  height: 100svh;
}

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

a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a:hover {
  opacity: 50%;
}

.w1366 {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #eee;
}

.header {
  background: #eee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header.is-open .h_nav {
  right: 0;
}
.header.is-open .hamburger span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.header.is-open .hamburger span:nth-child(2) {
  opacity: 0;
}
.header.is-open .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}
.header.is-open .drawer-overlay {
  display: block;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
}
.header .h_logo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #222;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 960px) {
  .header .h_nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100svh;
    background: #fff;
    z-index: 90;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-top: 80px;
  }
}
.header .h_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .header .h_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.header .h_menu .menu-item {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #222;
}
.header .h_menu .menu-item.contact {
  border-radius: 19px;
  background: #000;
  font-size: 13px;
  text-align: center;
  padding: 11px 20px;
}
.header .h_menu .menu-item.contact a {
  color: #fff;
}
.header .hamburger {
  display: none;
  position: relative;
  z-index: 100;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .header .hamburger {
    display: block;
  }
}
.header .hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .hamburger span:nth-child(1) {
  top: 0;
}
.header .hamburger span:nth-child(2) {
  top: 11px;
}
.header .hamburger span:nth-child(3) {
  bottom: 0;
}

.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 80;
}

.fv .inner {
  width: 90%;
  margin: 0 auto;
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .fv .inner {
    width: 100%;
  }
}
.fv .inner .main {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 200;
  font-size: clamp(2.25rem, 1.659rem + 2.52vw, 3.813rem);
  letter-spacing: -0.05em;
  text-align: left;
  color: #222;
  width: 95%;
  margin: 0 auto 48px;
}
.fv .inner .scroll {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
  right: 0;
  top: 254px;
}
@media screen and (max-width: 960px) {
  .fv .inner .scroll {
    top: auto;
    bottom: 10%;
  }
}
.fv .inner .scroll .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #222;
}
.fv .inner .scroll img {
  width: 10px;
  height: 30px;
}
@media screen and (max-width: 960px) {
  .fv .inner .img {
    width: 90%;
    margin: 0 auto;
  }
}

.sec02 .inner {
  width: 89%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 258px;
}
@media screen and (max-width: 960px) {
  .sec02 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}
.sec02 .inner .text .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.313rem, 0.981rem + 1.41vw, 2.188rem);
  line-height: 1.5714285714;
  color: #222;
  margin-bottom: 38px;
}
.sec02 .inner .text .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  color: #222;
}
.sec02 .inner .img {
  max-width: 584px;
  width: 90%;
}
@media screen and (max-width: 960px) {
  .sec02 .inner .img {
    max-width: none;
    margin: 0 auto;
  }
}

.sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-title .ttl-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 1.601rem + 3.83vw, 4.875rem);
  color: #fff;
}
.sec-title .ttl-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.sec03 {
  background: rgba(39, 54, 42, 0.95);
}
.sec03 .inner {
  width: 89%;
  margin: 0 auto;
  padding: 183px 0 156px;
}
.sec03 .sec-title {
  margin-bottom: 115px;
}
@media screen and (max-width: 960px) {
  .sec03 .sec-title {
    margin-bottom: 80px;
  }
}
.sec03 .column {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 215px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .sec03 .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.sec03 .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.313rem, 0.981rem + 1.41vw, 2.188rem);
  line-height: 1.5714285714;
  color: #fff;
}
.sec03 .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2857142857;
  color: #fff;
}

.sec04 {
  background-color: #ffffff;
}
.sec04 .inner {
  width: 89%;
  margin: 0 auto;
  padding: 183px 0 172px;
}
@media screen and (max-width: 960px) {
  .sec04 .inner {
    width: 90%;
  }
}
.sec04 .sec-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .sec04 .sec-title {
    margin-bottom: 80px;
  }
}
.sec04 .sec-title .ttl-en,
.sec04 .sec-title .ttl-ja {
  color: #222222;
}
.sec04 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 66px;
}
@media screen and (max-width: 960px) {
  .sec04 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec04 .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 46px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 960px) {
  .sec04 .list .item {
    padding-right: 15px;
  }
}
.sec04 .list .item .img {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.sec04 .list .item .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 1.078rem + 0.2vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
  color: #222;
  margin-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .sec04 .list .item .item-ttl {
    margin-bottom: 30px;
  }
}
.sec04 .list .item .item-ttl .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2.1538461538;
  text-align: center;
  color: #222;
}

.sec05 .inner {
  width: 89%;
  margin: 0 auto;
  padding: 145px 0 161px;
}
@media screen and (max-width: 960px) {
  .sec05 .inner {
    width: 90%;
  }
}
.sec05 .sec-title {
  margin-bottom: 94px;
}
@media screen and (max-width: 960px) {
  .sec05 .sec-title {
    margin-bottom: 80px;
  }
}
.sec05 .sec-title .ttl-en,
.sec05 .sec-title .ttl-ja {
  color: #222222;
}
.sec05 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
.sec05 .list .item {
  display: grid;
  grid-template-columns: 20% 1fr;
  padding-bottom: 23px;
  border-bottom: 1px solid #404040;
}
@media screen and (max-width: 960px) {
  .sec05 .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.footer {
  background-color: #27362a;
}
.footer .inner {
  width: 85%;
  margin: 0 auto;
  padding: 81px 0 78px;
}
@media screen and (max-width: 960px) {
  .footer .inner {
    width: 90%;
  }
}
.footer .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
  margin-bottom: 12px;
}
.footer .f-menu .menu-item {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #4b574d;
}
.footer .text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(4.375rem, 0.094rem + 18.26vw, 15.688rem);
  letter-spacing: 0.05em;
  color: #4b574d;
  margin-bottom: 22px;
}
.footer .copy {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #4b574d;
}/*# sourceMappingURL=style.css.map */