@charset "UTF-8";

/*==========================================
color
===========================================*/
.c-bg--key {
  background-color: #000940;
}

.c-bg--accent {
  background-color: #A17B18;
}

.c-bg--gray {
  background: #F2F3F8;
}

.c-bg--lightorange {
  background: #fdf1e8;
}

.c-bg--white {
  background-color: white;
}

/*==========================================
global
===========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000940;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F2F3F8;
  /*overflow-x: hidden;*/
  overflow-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

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

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  /*border: 1px solid $color-table;*/
}

/*==========================================
setting
===========================================*/
/*==========================================
btn
===========================================*/
.c-btn {
  width: 100%;
  height: auto;
  color: #000940;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: none;
  background: #A17B18;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  flex-direction: row;
  place-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 30;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-btn {
    height: auto;
  }
}

.c-btn:after {
  content: " ";
  display: block;
  background: url(../images/btn_arrow.png) no-repeat top right;
  width: 100%;
  height: 4.6666666667vw;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .c-btn:after {
    width: 373px;
    height: 16px;
  }
}

.c-btn:not(:disabled) {
  cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
  outline: none;
  transform: translateY(5px);
  filter: brightness(1.1);
}

.c-btn::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.c-btn {
  padding: 6.6666666667vw 5.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.6666666667vw;
  font-weight: 500;
  line-height: 1.1428571429;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6666666667;
    padding: 3rem 5rem;
  }
}

.c-btn01 {
  background: #F3AE53;
}

.c-btn02 {
  background: #ffffff;
}

/*==========================================
title
===========================================*/
.c-heading {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 5rem;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }
}

.c-title {
  font-size: 4.9333333333vw;
  font-weight: 700;
  line-height: 1.6216216216;
  text-align: center;
  margin-bottom: 5rem;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4444444444;
  }
}

.c-title-lineBt {
  display: block;
  text-align: center;
}

.c-title-lineBt__inner {
  text-align: center;
  padding: 1.3333333333vw;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-title-lineBt__inner {
    display: inline-block;
    padding: 0 4rem;
  }
}

.c-title-lineBt__inner:before {
  content: "";
  display: block;
  background: #A17B18;
  width: 18.6666666667vw;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
}

@media screen and (min-width: 768px) {
  .c-title-lineBt__inner:before {
    width: 75px;
  }
}

.c-title-lineBt__inner:after {
  content: "";
  display: block;
  background: black;
  width: 34.6666666667vw;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
}

@media screen and (min-width: 768px) {
  .c-title-lineBt__inner:after {
    width: 60%;
  }
}

/*==========================================
setting
===========================================*/
/*==========================================
layout
===========================================*/
.l-wrapper {
  width: 100%;
}

.l-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}

@media (min-width: 1400px) {
  .l-inner {
    padding: 0;
  }
}

.l-inner--narrow {
  max-width: 1000px;
}

.l-inner--middle {
  max-width: 1300px;
}

.l-inner--wide {
  max-width: 1400px;
}

.l-inner--full {
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
  max-width: 100%;
}

/* header.css */
/*==========================================
hero
===========================================*/
.p-hero {
  width: 100%;
  height: 100vh;
  background: white;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-hero {
    position: relative;
    height: auto;
  }
}

/*==========================================
op animation
===========================================*/
.p-hero {
  width: 100vw;
  height: 100vh;
  position: relative;
  background: #F2F3F8;
}

.p-hero__bg {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .p-hero__bg {
    width: 70%;
    left: -50%;
    right: -50%;
  }
}

@media screen and (min-width: 768px) {
  .p-hero__bg {
    width: 1980px;
  }
}

.p-hero__bg img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-hero__bg img {
    max-width: inherit;
  }
}

.p-hero__inner {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

.p-hero__catch {
  width: fit-content;
  height: fit-content;
  text-align: right;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #F2F3F8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  padding-right: 4vw;
}

@media screen and (min-width: 768px) {
  .p-hero__catch {
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    width: fit-content;
    padding-right: 0;
  }
}

.p-hero__copy {
  font-size: 10.6666666667vw;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-hero__copy {
    font-size: 8rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

.p-hero__en {
  font-size: 4.1333333333vw;
  font-weight: 600;
  line-height: 1.4193548387;
  margin-right: 6.6666666667vw;
  margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-hero__en {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.619047619;
    margin-right: 60px;
    margin-bottom: 12px;
  }
}

/*********** random ***********/
.p-heroRandom {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 30;
}

.p-heroRandom__wrap {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .p-heroRandom__wrap {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(8, 1fr);
  }
}

.p-heroRandom .cell {
  width: 100%;
  height: 100%;
  position: relative;
  background: #F2F3F8;
  line-height: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: inline;
  /*aspect-ratio: 1/1;*/
  /*&:after {
    content: " ";
    display: block;
    background: $gray;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: 5px;
    top: 5px;
  }*/
  /*    &:nth-child(odd) {
        background: gray;
      }

      &:nth-of-type(3n+2) {
        background: limegreen;
      }*/
}

/*********** heroEnd ***********/
.p-heroEnd {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.p-heroEnd__inner {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.p-heroEnd__title {
  width: fit-content;
  height: fit-content;
  text-align: center;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #000940;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  font-size: 12vw;
  font-weight: 600;
  line-height: 1.1111111111;
}

@media screen and (min-width: 768px) {
  .p-heroEnd__title {
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    font-size: 12.2rem;
    font-weight: 600;
    line-height: 1.5983606557;
  }
}

.p-heroEnd__title:after {
  content: " ";
  display: block;
  background: #000940;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4vw;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-heroEnd__title:after {
    bottom: 34px;
  }
}

.p-heroEnd__arrow {
  width: 40vw;
  height: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-heroEnd__arrow {
    aspect-ratio: 344/877;
    width: 344px;
  }
}

.p-heroEnd__arrow-l {
  left: -1.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-heroEnd__arrow-l {
    left: -100px;
  }
}

.p-heroEnd__arrow-r {
  right: -1.3333333333vw;
  transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .p-heroEnd__arrow-r {
    right: -100px;
  }
}

.p-heroEnd__logo {
  content: " ";
  display: block;
  aspect-ratio: 395/348;
  width: auto;
  height: 26.6666666667vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vw;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-heroEnd__logo {
    height: 348px;
    bottom: 0;
  }
}

/* footer.scss */
.p-footer {
  overflow: hidden;
  position: relative;
  padding-top: 13.3333333333vw;
  /* padding-bottom: 8vw; */
  padding-bottom: 22vw;
  background: #373C5B;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 13.6rem;
    padding-bottom: 6.75rem;
  }
}

.p-footer__heading {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 2.2058823529;
  margin-bottom: 8vw;
  color: white;
}

@media screen and (min-width: 768px) {
  .p-footer__heading {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 2.7777777778;
    margin-bottom: 6.3rem;
  }
}

.p-footer__heading .large {
  display: block;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.7857142857;
}

@media screen and (min-width: 768px) {
  .p-footer__heading .large {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.875;
  }
}

.p-footer__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.p-footer__title {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: white;
  font-size: 12vw;
  font-weight: 600;
  line-height: 1.1111111111;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  .p-footer__title {
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    font-size: 12.2rem;
    font-weight: 600;
    line-height: 1.5983606557;
    margin-bottom: 10.6rem;
  }
}

.p-footer__title:after {
  content: " ";
  display: block;
  background: white;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4vw;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-footer__title:after {
    bottom: 34px;
  }
}

.p-footer__arrow {
  width: 40vw;
  height: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-footer__arrow {
    aspect-ratio: 344/837;
    width: 344px;
  }
}

.p-footer__arrow-l {
  left: -1.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-footer__arrow-l {
    left: -100px;
  }
}

.p-footer__arrow-r {
  right: -1.3333333333vw;
  transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .p-footer__arrow-r {
    right: -100px;
  }
}

.p-footer__copy {
  padding-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.0714285714;
  text-align: center;
  color: white;
}

@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    padding-top: 0;
  }
}

.p-footer__container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 100%;
    max-width: 1368px;
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 76px;
  }
}

.p-footerInfo {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  gap: 2vw 0;
  grid-template-areas: "logo" "company" "address";
}

@media screen and (min-width: 768px) {
  .p-footerInfo {
    width: 75.8%;
    display: grid;
    grid-template-columns: auto 74%;
    grid-template-rows: auto auto;
    gap: 0px 30px;
    grid-template-areas: "logo company" "logo address";
    margin-top: 8.5rem;
  }
}

.p-footerInfo__logo {
  grid-area: logo;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.6666666667vw 0;
}

@media screen and (min-width: 768px) {
  .p-footerInfo__logo {
    text-align: left;
    transition: 0.3s all;
    padding: 0;
  }
}

.p-footerInfo__logo img {
  width: 32vw;
}

@media screen and (min-width: 768px) {
  .p-footerInfo__logo img {
    width: auto;
  }
}

.p-footerInfo__company {
  grid-area: company;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.35;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: white;
  padding-bottom: 5.0666666667vw;
  margin-bottom: 4vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-footerInfo__company {
    text-align: left;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4666666667;
    padding-bottom: 3.85rem;
    margin-bottom: 3.8rem;
  }
}

.p-footerInfo__company:after {
  content: " ";
  display: block;
  background: #A17B18;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-footerInfo__address {
  grid-area: address;
  color: white;
}

.p-footerInfo__address p {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5714285714;
}

@media screen and (min-width: 768px) {
  .p-footerInfo__address p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.9333333333;
  }
}

.p-footerLink {
  width: 100%;
  max-width: 392px;
  /*
display: flex;
flex-direction: column;
grid-gap: vw(35);*/
  color: white;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footerLink {
    /*
grid-gap: 3.5rem;*/
  }
}

.p-footerLink p {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2.1875;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .p-footerLink p {
    margin-bottom: 2.6rem;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8181818182;
  }
}

.p-footerLink__item a:hover {
  /*opacity: 0.7;*/
}

.p-footerLink__item:has(> .c-btn01) {
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .p-footerLink__item:has(> .c-btn01) {
    margin-bottom: 3.5rem;
  }
}

.p-footerLink__item:first-child {
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .p-footerLink__item:first-child {
    margin-bottom: 3.5rem;
  }
}

/*==========================================
Utility
===========================================*/
/*==========================================
hidden
===========================================*/
.u-hidden-pc {
  display: inline;
}

@media screen and (min-width: 1060px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-tab {
  display: inline;
}

@media screen and (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: inline;
  }
}

/*==========================================
visible
===========================================*/
.u-visible-pc {
  display: none;
}

@media screen and (min-width: 1060px) {
  .u-visible-pc {
    display: inline;
  }
}

.u-visible-tab {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-visible-tab {
    display: inline;
  }
}

.u-visible-sp {
  display: inline;
}

@media screen and (min-width: 768px) {
  .u-visible-sp {
    display: none;
  }
}

/*==========================================
movie
===========================================*/
.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: white;
  z-index: 50;
}

@media screen and (min-width: 480px) {
  .c-movie {
    padding-top: 53%;
  }
}

.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================================
flexbox
===========================================*/
@media screen and (min-width: 768px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-overflow {
  overflow: hidden;
}

/*==========================================
text
===========================================*/
.number {
  font-family: "Roboto", sans-serif;
  font-size: 110%;
}

.u-italic {
  font-style: italic;
}

.u-red {
  color: #c72929;
}

.u-blue {
  color: #408eff;
}

.u-key {
  color: #000940;
}

.u-black {
  color: black;
}

.u-white {
  color: white;
}

.u-yellow {
  color: #e8d77c;
}

.u-orange {
  color: #eb3200;
}

.u-bold {
  font-weight: 700;
}

.u-bold--s {
  font-weight: 500;
}

.u-bold--l {
  font-weight: 900;
}

.u-marker--red {
  background: linear-gradient(transparent 80%, rgba(196, 0, 75, 0.28) 80%);
}

.u-marker--yellow {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}

.u-marker--blue {
  background: linear-gradient(transparent 80%, rgba(0, 78, 255, 0.25) 80%);
}

.u-center,
p.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: right;
}

.u-font--s01 {
  font-size: 90%;
}

.u-font--s02 {
  font-size: 80%;
}

.u-font--s03 {
  font-size: 70%;
}

.u-font--l01 {
  font-size: 110%;
}

.u-font--l02 {
  font-size: 120%;
}

.u-font--l03 {
  font-size: 130%;
}

.u-underline {
  border-bottom: 1px solid #000;
}

.u-underline--red {
  border-bottom: 1px solid red;
}

.u-underline--orange {
  border-bottom: 3px solid #A17B18;
  text-underline-offset: 8px;
}

.u-underline--key {
  position: relative;
}

.u-underline--key:after {
  content: " ";
  display: block;
  background: #000940;
  width: 86%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  margin: auto;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align-last: justify;
  text-justify: inter-character;
}

.u-japanease {
  overflow: hidden;
  writing-mode: vertical-rl;
}

.u-word-break {
  word-break: break-all;
}

.u-white-space {
  white-space: nowrap;
}

.u-marker--yellow {
  background: rgb(253, 240, 55);
  background: linear-gradient(0deg, rgba(255, 247, 153, 0.7) 30%, rgba(255, 247, 153, 0) 30%);
}

/*==========================================
setting
===========================================*/
.ofi-cover {
  object-fit: cover;
  font-family: "object-fit: cover";
}

.c-scrolldown {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20vw;
  z-index: 50;
  width: 1px;
  height: 13.3333333333vw;
  background: #000940;
  animation: scrollDown4 2s ease infinite;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c-scrolldown {
    height: 152px;
    bottom: -178px;
  }
}

.c-scrolldown__wrap {
  position: relative;
}

.c-scrolldown__wrap.new-c-scrolldown__wrap {
  height: fit-content;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.new-c-scrolldown__wrap .c-scrolldown {
  height: 152px;
  bottom: -240px;
}

@keyframes scrollDown4 {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }

  45% {
    transform-origin: top;
    transform: scaleY(1);
  }

  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

/*==========================================
intro
===========================================*/
.p-intro {
  padding-top: 13.3333333333vw;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-intro {
    padding-top: 20rem;
  }
}

.p-intro__wrap {
  position: relative;
  background: white;
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-intro__wrap {
    padding-top: 15.4rem;
    padding-bottom: 22.1rem;
  }
}

.p-intro__wrap:after {
  content: " ";
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-intro__wrap:after {
    width: 360px;
    right: -360px;
  }
}

.p-intro__en {
  opacity: 0.09;
  position: absolute;
  top: 0;
  left: 43px;
  z-index: 10;
}

.p-intro__inner {
  padding-left: 5.3333333333vw;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-intro__inner {
    padding-left: 8.3rem;
  }
}

.p-intro__heading {
  font-size: 5.7333333333vw;
  font-weight: 700;
  line-height: 1.4186046512;
  text-align: center;
  margin-bottom: 8vw;
  color: #000940;
}

@media screen and (min-width: 768px) {
  .p-intro__heading {
    font-size: 4.3rem;
    font-weight: 700;
    line-height: 1.4186046512;
    margin-bottom: 12rem;
  }
}

.p-intro__heading .large {
  font-size: 6.5333333333vw;
  font-weight: 700;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
  .p-intro__heading .large {
    font-size: 4.9rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }
}

.p-intro__title {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.1666666667;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  text-align: left;
  margin-bottom: 8vw;
  position: relative;
  width: 120%;
}

@media screen and (min-width: 768px) {
  .p-intro__title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.44;
    margin-bottom: 6.3rem;
  }
}

.p-intro__title .frame {
  display: inline-block;
  position: relative;
  padding: 1.3333333333vw;
  margin: 1.3333333333vw 0;
}

.p-intro__title .frame:after {
  content: " ";
  display: block;
  border: 1px solid #000940;
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-intro__title .frame {
    padding: 0 10px;
    margin: 0 5px;
  }
}

.p-intro__title .no {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.1666666667;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  text-align: center;
  color: #A17B18;
}

@media screen and (min-width: 768px) {
  .p-intro__title .no {
    font-size: 6.7rem;
    font-weight: 700;
    line-height: 1.4328358209;
  }
}

.p-intro__container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 16px 45px;
  grid-auto-flow: row;
  grid-template-areas: "pic" "list";
}

@media screen and (min-width: 768px) {
  .p-intro__container {
    display: grid;
    grid-template-columns: auto 62%;
    grid-template-rows: auto;
    gap: 16px 45px;
    grid-auto-flow: row;
    grid-template-areas: "pic list";
  }
}

.p-intro__pic {
  grid-area: pic;
  margin-left: -5.3333333333vw;
  margin-right: -6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-intro__pic {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-intro__name {
  width: 100%;
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.0666666667;
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-intro__name {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4666666667;
    margin-top: 1.6rem;
  }
}

.p-intro__list {
  grid-area: list;
  counter-reset: number;
}

.p-intro__list li {
  position: relative;
  font-size: 4.9333333333vw;
  font-weight: 700;
  line-height: 1.3243243243;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  list-style: none;
  position: relative;
  margin-bottom: 2.6666666667vw;
  padding: 4vw 0;
  padding-left: 6.6666666667vw;
  border-bottom: 1px solid #000940;
}

@media screen and (min-width: 768px) {
  .p-intro__list li {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4444444444;
    margin-bottom: 2.75rem;
    padding: 2.35rem 0;
    padding-left: 6.5rem;
  }
}

.p-intro__list li:before {
  counter-increment: number;
  content: counter(number) ".";
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  top: 4.6vw;
  position: absolute;
  background: none;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-intro__list li:before {
    font-size: 4.3rem;
    font-weight: 700;
    line-height: 1.6046511628;
    top: 8.5px;
    width: 65px;
    height: 69px;
  }
}

.p-intro__list li a {
  display: block;
  text-decoration: none;
  padding-right: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-intro__list li a {
    padding-right: 4rem;
  }
}

.p-intro__list li a:after {
  content: " ";
  display: block;
  background: url(../images/arrow01.png) no-repeat;
  background-size: contain;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  right: 0;
  bottom: 2vw;
}

@media screen and (min-width: 768px) {
  .p-intro__list li a:after {
    width: 30px;
    height: 30px;
    bottom: 13.5px;
  }
}

.p-intro__list li a:hover {
  opacity: 0.7;
}

/*********** introCompany ***********/
.p-introCompany {
  background: #000940;
  padding: 4vw 8vw 9.3333333333vw;
  color: white;
  position: relative;
  top: -6.6666666667vw;
  left: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-introCompany {
    padding: 3.5rem 6.5rem 7rem;
    top: -16.8rem;
    left: 8rem;
  }
}

.p-introCompany:after {
  content: " ";
  display: block;
  background: #000940;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-introCompany:after {
    width: 280px;
    right: -280px;
  }
}

.p-introCompany__container {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "name" "title" "text" "pic";
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-introCompany__container {
    display: grid;
    grid-template-columns: 64% auto;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "name pic" "title pic" "text pic";
  }
}

.p-introCompany__name {
  grid-area: name;
  font-size: 5.4666666667vw;
  font-weight: 700;
  line-height: 1.487804878;
  padding-bottom: 5.3333333333vw;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  border-bottom: 1px solid #A17B18;
}

@media screen and (min-width: 768px) {
  .p-introCompany__name {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.6451612903;
    padding-bottom: 3.75rem;
  }
}

.p-introCompany__title {
  grid-area: title;
  font-size: 4.6666666667vw;
  font-weight: 600;
  line-height: 1.4285714286;
  margin-top: 2.6666666667vw;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .p-introCompany__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.65;
    margin-top: 2.15rem;
  }
}

.p-introCompany__text {
  grid-area: text;
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-introCompany__text {
    margin-top: 5.1rem;
    margin-right: 3.3rem;
  }
}

.p-introCompany__text p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
  .p-introCompany__text p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

.p-introCompany__pic {
  grid-area: pic;
  position: relative;
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-introCompany__pic {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-introCompany__pic img {
    max-width: inherit;
    position: absolute;
    left: 0;
    top: 5.1rem;
  }
}

/*==========================================
premium-section
===========================================*/
.p-premium01 {
  padding-bottom: 13.3333333333vw;
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .p-premium01 {
    padding-bottom: 110px;
  }
}

.p-premium01__inner {
  padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-premium01__inner {
    padding-bottom: 19.5rem;
  }
}

.p-premium02 {
  padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-premium02 {
    padding-bottom: 110px;
  }
}

.p-premium02__inner {
  padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-premium02__inner {
    padding-bottom: 15.3rem;
  }
}

.p-premium03 {
  padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-premium03 {
    padding-bottom: 110px;
  }
}

.p-premium03__inner {
  padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-premium03__inner {
    padding-bottom: 13.5rem;
  }
}

.p-premium04 {
  padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-premium04 {
    padding-bottom: 110px;
  }
}

.p-premium04__inner {
  padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-premium04__inner {
    padding-bottom: 9.3rem;
  }
}

.p-premium05 {
  position: relative;
  padding-bottom: 26.6666666667vw;
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .p-premium05 {
    padding-bottom: 29.5rem;
  }
}

.p-premium05:after {
  content: " ";
  display: block;
  background: rgb(242, 243, 248);
  background: linear-gradient(180deg, rgb(242, 243, 248) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 13.3333333333vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-premium05:after {
    height: 264px;
  }
}

.p-premium05__inner {
  /*
  padding-bottom: vw(100);

  @include media(m) {
    padding-bottom: 22.4rem;
  }*/
}

/*==========================================
typeA
===========================================*/
.c-typeA__wrap {
  width: 100%;
  display: grid;
  grid-gap: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
  .c-typeA__wrap {
    grid-gap: 10.6666666667vw;
  }
}

.c-typeA__block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  position: relative;
  grid-gap: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-typeA__block {
    flex-direction: row;
    grid-gap: 0;
  }
}

.c-typeA__block:after {
  content: " ";
  display: block;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 150%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
}

.c-typeA__body {
  width: 100%;
  max-width: 700px;
  padding-right: 6.6666666667vw;
  padding-bottom: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-typeA__body {
    width: 62.5%;
    padding: 0;
  }
}

.c-typeA__body p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-left: 1.7333333333vw;
}

@media screen and (min-width: 768px) {
  .c-typeA__body p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

@media screen and (min-width: 768px) {
  .c-typeA__body p {
    margin-left: 1.3rem;
  }
}

.c-typeA__pic {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-typeA__pic {
    width: auto;
  }
}

.c-typeA__pic img {
  position: relative;
  right: -4vw;
  bottom: -5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-typeA__pic img {
    right: -23px;
    bottom: -43px;
  }
}

.c-typeA__block:nth-child(even):after {
  left: inherit;
  right: -50%;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-typeA__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.c-typeA__block:nth-child(even) .c-typeA__body {
  align-items: flex-start;
  padding-left: 6.6666666667vw;
  padding-right: 0;
}

.c-typeA__block:nth-child(even) .c-typeA__pic img {
  position: relative;
  right: inherit;
  left: -23px;
  bottom: -43px;
}

.c-typeA__title {
  width: 100%;
  margin-bottom: 4.6666666667vw;
  text-align: left;
  border-left: 1px solid #A17B18;
  padding-left: 3.4666666667vw;
}

@media screen and (min-width: 768px) {
  .c-typeA__title {
    margin-bottom: 4rem;
    padding-left: 2.6rem;
  }
}

/*==========================================
comment
===========================================*/
.c-comment__block {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  gap: 2.6666666667vw 0px;
  grid-template-areas: "icon" "title" "info" "text";
  padding: 5.3333333333vw 4vw;
}

@media screen and (min-width: 768px) {
  .c-comment__block {
    grid-template-columns: 106px auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "icon title" "icon info" "text text";
    gap: 26px 22px;
    padding: 4.3rem 3.6rem;
  }
}

.c-comment__block:after {
  content: " ";
  display: block;
  background: #000940;
  width: 1px;
  height: 6.6666666667vw;
  position: absolute;
  left: 0;
  top: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-comment__block:after {
    top: 43px;
    height: 65px;
  }
}

.c-comment__title {
  grid-area: title;
  font-size: 4.9333333333vw;
  font-weight: 700;
  line-height: 1.6216216216;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .c-comment__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4583333333;
  }
}

.c-comment__info {
  grid-area: info;
  text-align: left;
  padding-left: 8vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
  .c-comment__info {
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.9333333333;
  }
}

.c-comment__info .deco {
  position: relative;
}

.c-comment__info .deco:after {
  content: " ";
  display: block;
  background: #000940;
  width: 7.6vw;
  height: 1px;
  position: absolute;
  left: -8vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .c-comment__info .deco:after {
    width: 57px;
    left: -62.5px;
  }
}

.c-comment__icon {
  grid-area: icon;
  text-align: center;
}

.c-comment__text {
  grid-area: text;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.7857142857;
}

@media screen and (min-width: 768px) {
  .c-comment__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

.commentSwiper .swiper-wrapper {
  /* position: relative;
  right: vw(-50);*/
}

@media screen and (min-width: 768px) {
  .commentSwiper .swiper-wrapper {
    margin: 0 0 0 -550px;
    padding: 0 550px 0 0;
  }
}

.commentSwiper .swiper-slide {
  background: #F2F3F8;
  padding: 30px;
  border: 1px solid #000940;
  width: 80vw;
}

@media screen and (min-width: 768px) {
  .commentSwiper .swiper-slide {
    width: 570px !important;
  }
}

.commentSwiper .swiper-button-prev,
.commentSwiper .swiper-button-next {
  position: inherit;
  margin: 0 15px;
  top: inherit;
  left: inherit;
  right: inherit;
  width: 32px;
  height: 29px;
  display: inline-block;
}

.commentSwiper .swiper-button-prev:hover,
.commentSwiper .swiper-button-next:hover {
  opacity: 0.7;
}

.commentSwiper .swiper-button-prev {
  background: url("../images/arrow_slider.png") 50% 50% no-repeat;
  background-size: contain;
}

.commentSwiper .swiper-button-next {
  background: url("../images/arrow_slider.png") 50% 50% no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}

.commentSwiper .swiper-button-prev:after,
.commentSwiper .swiper-button-next:after {
  display: none;
}

.commentSwiper .swiper_control {
  text-align: right;
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 46px auto 0;
  position: relative;
}

/*==========================================
typeB
===========================================*/
.c-typeB__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-gap: 13.3333333333vw 0;
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-typeB__wrap {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 0 3rem;
    margin-top: 0;
  }
}

.c-typeB__block {
  width: 100%;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-typeB__block {
    width: calc((100% - 3rem) / 2);
    margin-top: 10rem;
  }
}

.c-typeB__block:nth-child(odd) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-typeB__block:nth-child(odd) {
    margin-top: -10rem;
  }
}

.c-typeB__body {
  width: 100%;
  padding: 0 4vw;
  padding-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  .c-typeB__body {
    padding: 0 3rem;
    padding-bottom: 6.8rem;
  }
}

.c-typeB__body p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
  .c-typeB__body p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

.c-typeB__pic {
  width: 100%;
  position: relative;
}

.c-typeB__pic img {
  position: relative;
  top: -5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-typeB__pic img {
    top: -42px;
  }
}

.c-typeB__title {
  width: 100%;
  margin-bottom: 5.3333333333vw;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-typeB__title {
    margin-bottom: 4.6rem;
  }
}

.c-typeB__text {
  width: 100%;
}

/*==========================================
typeC
===========================================*/
.c-typeC__wrap {
  width: 100%;
  display: grid;
  grid-gap: 24vw;
}

@media screen and (min-width: 768px) {
  .c-typeC__wrap {
    grid-gap: 5rem;
  }
}

.c-typeC__block {
  width: 100%;
  max-width: 1200px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  position: relative;
  grid-gap: 9.3333333333vw;
  padding: 6.6666666667vw 4vw;
}

@media screen and (min-width: 768px) {
  .c-typeC__block {
    flex-direction: row;
    grid-gap: 5rem;
    padding: 7rem 5rem;
  }
}

.c-typeC__block:first-child {
  position: relative;
}

.c-typeC__block:first-child:after {
  content: " ";
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: url(../images/cross.png) no-repeat center center;
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29.3333333333vw;
  margin: auto;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .c-typeC__block:first-child:after {
    width: 110px;
    height: 110px;
    bottom: -8rem;
  }
}

.c-typeC__body {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-typeC__body {
    flex: 1;
  }
}

.c-typeC__body p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
  .c-typeC__body p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

.c-typeC__pic {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-typeC__pic {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-typeC__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.c-typeC__block:nth-child(even) .c-typeC__body {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .c-typeC__block:nth-child(even) .c-typeC__body-inner {
    margin-right: inherit;
    margin-left: 18.5%;
  }
}

.c-typeC__title {
  width: 100%;
  padding-bottom: 3.7333333333vw;
  margin-bottom: 3.7333333333vw;
  text-align: left;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-typeC__title {
    padding-bottom: 2.85rem;
    margin-bottom: 2.85rem;
  }
}

.c-typeC__title:after {
  content: " ";
  display: block;
  background: #A17B18;
  width: 18.6666666667vw;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .c-typeC__title:after {
    width: 142px;
  }
}

.c-typeC__text {
  width: 100%;
}

/*==========================================
typeD
===========================================*/
.c-typeD__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-gap: 10.6666666667vw 0;
  margin-top: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
  .c-typeD__wrap {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 0 3rem;
    margin-top: 0;
  }
}

.c-typeD__block {
  width: 100%;
  background: white;
  border: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-typeD__block {
    width: calc((100% - 3rem) / 2);
    margin-top: 10rem;
  }
}

.c-typeD__block:nth-child(odd) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-typeD__block:nth-child(odd) {
    margin-top: -10rem;
  }
}

.c-typeD__body {
  width: 100%;
  padding: 0;
}

.c-typeD__body p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
  .c-typeD__body p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

.c-typeD__pic {
  width: 100%;
  position: relative;
}

.c-typeD__title {
  width: 100%;
  padding: 5.3333333333vw 4vw;
  margin-bottom: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-typeD__title {
    padding: 4.1rem 3rem 4.4rem;
  }
}

.c-typeD__title .deco {
  position: relative;
  display: inline-block;
  padding-left: 4vw;
}

@media screen and (min-width: 768px) {
  .c-typeD__title .deco {
    padding-left: 4rem;
  }
}

.c-typeD__title .deco:after {
  content: " ";
  display: block;
  background: #A17B18;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-typeD__text {
  width: 100%;
  padding: 4.9333333333vw 4vw;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-typeD__text {
    padding: 3.7rem 3rem 4.4rem;
  }
}

/*==========================================
premium04 accodion
===========================================*/
/*==========================================
example
===========================================*/
.p-example__wrap {
  width: 100%;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-example__wrap {
    margin-top: 9.6rem;
  }
}

.p-example__heading {
  font-size: 4.9333333333vw;
  font-weight: 700;
  line-height: 1.3243243243;
  text-align: center;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  padding: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-example__heading {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4444444444;
    padding: 4rem;
  }
}

.p-example__inner {
  padding: 6.6666666667vw 4vw;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}

@media screen and (min-width: 768px) {
  .p-example__inner {
    padding: 5.9rem 5rem 0;
  }
}

.p-example__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-example__block {
    width: 90%;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-left: 10%;
    margin-bottom: 5.89rem;
  }
}

.p-example__title {
  width: 100%;
  text-align: center;
  font-size: 4.9333333333vw;
  font-weight: 700;
  line-height: 1.3243243243;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .p-example__title {
    width: 16%;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4444444444;
    padding-right: 3.15rem;
  }
}

.p-example__body {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-example__body {
    width: 84%;
  }
}

.p-example__list-wrap {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-example__list-wrap {
    margin-top: 0;
    padding-left: 5.5rem;
    border-left: 1px solid #A17B18;
  }
}

.p-example__end {
  width: 100%;
  max-width: 600px;
  margin-top: 4vw;
  text-align: right;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.3928571429;
}

@media screen and (min-width: 768px) {
  .p-example__end {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
    margin-top: 3.7rem;
  }
}

.p-example__label {
  width: fit-content;
  display: block;
  position: relative;
  background: #000940;
  color: white;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.0714285714;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  padding: 1.3333333333vw 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-example__label {
    display: inline;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4285714286;
    padding-right: 3.15rem;
    padding: 3px 21px;
    margin-right: 4.4rem;
  }
}

.p-example__label:after {
  content: " ";
  display: block;
  background: #A17B18;
  width: 4vw;
  height: 1px;
  position: absolute;
  right: -2.6666666667vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-example__label:after {
    width: 3rem;
    right: -20px;
  }
}

/*==========================================
exampleSystem
===========================================*/
.p-exampleSystem__heading {
  padding-top: 9.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-exampleSystem__heading {
    padding-top: 6.96rem;
  }
}

.p-exampleSystem__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 0px 82px;
  grid-auto-flow: row;
  grid-template-areas: "body" "pic";
  padding: 0 6.6666666667vw;
  padding-bottom: 9.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-exampleSystem__wrap {
    grid-template-columns: 48% 1fr;
    grid-template-rows: auto;
    grid-template-areas: "pic body";
    padding-bottom: 6.88rem;
  }
}

.p-exampleSystem__pic-wrap {
  grid-area: pic;
}

@media screen and (min-width: 768px) {
  .p-exampleSystem__pic-wrap {
    display: flex;
    flex-direction: column;
  }
}

.p-exampleSystem__pic {
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-exampleSystem__pic {
    margin-bottom: 0;
  }
}

.p-exampleSystem__body {
  grid-area: body;
}

.p-exampleSystem__body-inner {
  width: 100%;
}

.p-exampleSystem__title {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.28125;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .p-exampleSystem__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4090909091;
    margin-bottom: 2.1rem;
  }
}

.p-exampleSystem__system-title {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2.6666666667vw;
  color: #6D6D6D;
}

@media screen and (min-width: 768px) {
  .p-exampleSystem__system-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
    margin-bottom: 1.8rem;
  }
}

.p-exampleSystem__system {
  width: 100%;
  max-width: 405px;
  margin-left: auto;
}

/*==========================================
list
===========================================*/
.c-list-dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  grid-gap: 1.5rem 0;
}

.c-list-dl dt,
.c-list-dl dd {
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.3928571429;
}

@media screen and (min-width: 768px) {

  .c-list-dl dt,
  .c-list-dl dd {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

.c-list-dl dt {
  width: 65px;
  text-align: left;
}

.c-list-dl dt .label {
  border: 1px solid #D6D6D6;
  padding: 2px 16px;
}

.c-list-dl dd {
  width: calc(100% - 65px);
  padding-left: 11px;
}

.c-list-dl--s {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 0.48rem 0;
}

.c-list-dl--s dt,
.c-list-dl--s dd {
  /*width: calc((100% - 4.8rem) /2);*/
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.5714285714;
  border-bottom: 1px solid #C5C5C5;
  color: #6D6D6D;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {

  .c-list-dl--s dt,
  .c-list-dl--s dd {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

.c-list-dl--s dt {
  width: 40%;
  text-align: left;
}

.c-list-dl--s dd {
  width: 60%;
}

/*********** c-list ***********/
.c-list {
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-list {
    margin-bottom: 3rem;
  }
}

.c-list li {
  position: relative;
  padding-left: 4vw;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.1rem;
  text-align: left;
  margin-bottom: 2.2666666667vw;
}

@media screen and (min-width: 768px) {
  .c-list li {
    padding-left: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 1.7rem;
  }
}

.c-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  background: #A17B18;
  position: absolute;
  left: 0;
  top: calc((5.8666666667vw - 7px) / 2);
}

@media screen and (min-width: 768px) {
  .c-list li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

/*==========================================
accodion
===========================================*/
.accordion {
  margin-top: 10px;
}

.accordion__container {
  width: 100%;
  margin: 0 auto;
}

.accordion__title {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.425;
  padding-bottom: 2.6666666667vw;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  border-bottom: 1px solid #000940;
  margin-top: 13.3333333333vw;
  position: relative;
  cursor: pointer;
  user-select: none;
}

@media screen and (min-width: 768px) {
  .accordion__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5666666667;
    padding-bottom: 1.85rem;
    margin-top: 14.7rem;
  }
}

.accordion__title::before,
.accordion__title::after {
  content: "";
  display: block;
  background-color: #000940;
  position: absolute;
  top: 40%;
  width: 20px;
  height: 1px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.accordion__content.is-open {
  padding: 1rem 0;
  line-height: normal;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

/*==========================================
bold
===========================================*/
.p-bold {
  position: relative;
}

.p-bold:after {
  content: " ";
  display: block;
  background: white;
  width: 100%;
  height: 12vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12vw;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-bold:after {
    height: 9.3rem;
    bottom: -9.3rem;
  }
}

.p-bold__inner {
  position: relative;
  top: -5.3333333333vw;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-bold__inner {
    top: -40px;
  }
}

.p-bold__heading {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.28125;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .p-bold__heading {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.4285714286;
    margin-bottom: 2.2rem;
  }
}

.p-bold__en {
  display: block;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.6666666667;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-bold__en {
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    font-size: 7.8rem;
    font-weight: 600;
    line-height: 1.6025641026;
    margin-bottom: 0.7rem;
  }
}

.p-bold__catch {
  text-align: center;
  padding-bottom: 4vw;
  margin-bottom: 5.3333333333vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-bold__catch {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.p-bold__catch:after {
  content: " ";
  display: block;
  background: #A17B18;
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-bold__catch p {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.65;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .p-bold__catch p {
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6363636364;
  }
}

.p-bold__discription {
  text-align: left;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-bold__discription {
    text-align: center;
  }
}

.p-bold__discription:after {
  content: " ";
  display: block;
  background: #000940;
  width: 1px;
  height: 10.6666666667vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13.3333333333vw;
  margin: auto;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .p-bold__discription:after {
    height: 88px;
    bottom: -103px;
  }
}

/*==========================================
bold slider
===========================================*/
.loopSwiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 6.6666666667vw;
  margin-bottom: 12vw;
  background: rgb(61, 66, 97);
  background: linear-gradient(180deg, rgb(61, 66, 97) 0%, rgb(255, 255, 255) 100%);
}

@media screen and (min-width: 768px) {
  .loopSwiper {
    padding-top: 5.5rem;
    margin-bottom: 9.3rem;
  }
}

.loopSwiper .swiper-slide {
  width: 100%;
  height: 101.3333333333vw;
}

@media screen and (min-width: 768px) {
  .loopSwiper .swiper-slide {
    height: auto;
  }
}

.loopSwiper .swiper-wrapper {
  transition-timing-function: linear;
}

/*==========================================
section deco En
===========================================*/
.c-en-img--skills {
  width: 53.3333333333vw;
  height: auto;
  aspect-ratio: 626/181;
  position: absolute;
  right: -6.6666666667vw;
  top: -13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-en-img--skills {
    width: 626px;
    right: -300px;
    top: -160px;
  }
}

.c-en-img--resourcefulness {
  width: 80vw;
  height: auto;
  aspect-ratio: 1070/218;
  position: absolute;
  left: -6.6666666667vw;
  top: -13.3333333333vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-en-img--resourcefulness {
    width: 1070px;
    left: -300px;
    top: -330px;
  }
}

.c-en-img--project {
  width: 53.3333333333vw;
  height: auto;
  aspect-ratio: 782/319;
  position: absolute;
  left: -6.6666666667vw;
  top: -13.3333333333vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-en-img--project {
    width: 1070px;
    left: -400px;
    top: -330px;
  }
}

/*==========================================
section
===========================================*/
.c-section__mv {
  height: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.c-section__heading {
  width: 100%;
  margin: 0 auto;
  /*mix-blend-mode: overlay;*/
  padding: 6.6666666667vw;
  transition: all 0.4s;
}

@media screen and (min-width: 768px) {
  .c-section__heading {
    max-width: 1200px;
    padding: 6rem 0 9rem;
  }
}

.c-section__heading .c-heading {
  text-align: left;
  margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .c-section__heading .c-heading {
    margin-bottom: 2.2rem;
  }
}

.c-section__heading p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
  .c-section__heading p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9333333333;
  }
}

.c-section__heading.js-color {
  color: rgba(223, 227, 255, 0.65);
}

.c-section__heading.js-active {
  color: #000940;
}

.c-section__heading.js-active .line:after {
  background: #000940;
}

.c-section__heading {
  /*
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;*/
}

.c-section__heading-label {
  display: block;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 13.3333333333vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .c-section__heading-label {
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    font-size: 12.2rem;
    font-weight: 600;
    line-height: 1.5983606557;
    margin-bottom: 12px;
  }
}

.c-section__heading-label .number {
  width: 16.9333333333vw;
  height: 20vw;
  clip-path: polygon(61% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-left: 5.7333333333vw;
}

@media screen and (min-width: 768px) {
  .c-section__heading-label .number {
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    clip-path: polygon(61% 0, 100% 0, 100% 100%, 0 100%, 0 54%);
    width: 127px;
    height: 150px;
    margin-left: 30px;
  }
}

.c-section__heading-label .line {
  position: relative;
}

.c-section__heading-label .line:after {
  content: " ";
  display: block;
  background: #cdc5dc;
  clip-path: polygon(98% 0, 100% 0%, 2% 100%, 0 100%);
  width: 23.3333333333vw;
  height: 22.9333333333vw;
  position: absolute;
  right: -18.2666666667vw;
  top: -4.1333333333vw;
  /*transform: rotate(-50deg);*/
}

@media screen and (min-width: 768px) {
  .c-section__heading-label .line:after {
    width: 185px;
    height: 192px;
    right: -137px;
    top: -31px;
  }
}

.c-section__heading-r .c-section__heading-label {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .c-section__heading-r .c-section__heading-label {
    text-align: right;
  }
}

.c-section__heading-r .c-heading {
  text-align: right;
}

.c-section__heading-r p {
  text-align: right;
}

.js-active {
  color: #000940;
}

.c-section__heading.js-active {
  color: #000940;
}

.c-section__heading {
  color: rgba(223, 227, 255, 0.65);
}

.is-in .c-section__heading {
  color: #000940;
}

/*===========
inview
===========*/
.js-fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s;
}

.js-fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.classActive {
  color: white;
}

.c-sticky__wrap {
  position: relative;
}

.c-sticky__item {
  position: sticky;
  top: 30%;
  width: 100%;
  height: 93.3333333333vw;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .c-sticky__item {
    height: auto;
  }
}

.box {
  clip-path: inset(0);
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
  margin: auto;*/
}

.box .img {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100% !important;
  height: auto;
  object-fit: cover;
  object-position: center;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .box .img {
    width: 100% !important;
  }
}

.box .img2 {
  top: 7%;
}

.c-start {
  height: 93.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-start {
    height: 600px;
  }
}

.c-section__mv {
  height: 93.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-section__mv {
    height: 600px;
  }
}

.dark {
  width: 100%;
  height: 93.3333333333vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .dark {
    height: 700px;
  }
}

.dark:after {
  content: " ";
  display: block;
  background: rgba(1, 10, 65, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.scroll {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-color1.change-color1,
.js-color2.change-color2,
.js-color3.change-color3,
.js-color4.change-color4,
.js-color5.change-color5 {
  color: #000940;
}

.js-color1.change-color1 .c-section__heading-label .line:after,
.js-color2.change-color2 .c-section__heading-label .line:after,
.js-color3.change-color3 .c-section__heading-label .line:after,
.js-color4.change-color4 .c-section__heading-label .line:after,
.js-color5.change-color5 .c-section__heading-label .line:after {
  background: #000940;
}

.p-fixedLink {
  bottom: 0;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding: 0 1rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .p-fixedLink {
    top: 10px;
    right: 10px;
    bottom: inherit;
    max-width: 392px;
    flex-direction: column;
    padding: 0;
  }
}

.p-fixedLink__item .c-btn {
  font-size: 1.2rem;
  padding: 4vw 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-fixedLink__item .c-btn {
    font-size: 1.8rem;
    padding: 3rem 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fixedLink__item:has(> .c-btn01) {
    margin-bottom: 1rem;
  }
}
