@charset "UTF-8";
/*
デザインサイズ
**/
/*
パディング
**/
/*
フォント
**/
/*
最大幅
**/
/*
パディング
**/
/**************************************************
リセットCSS
**************************************************/
/* reset CSS */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

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

/* Basic
------------------------------------------ */
section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  height: auto;
}

caption {
  text-align: left;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  word-break: break-all;
}

fieldset {
  border: 0;
}

input {
  line-height: 100%;
}

ol,
ul {
  list-style-type: none;
}

label {
  cursor: pointer;
}

address {
  font-style: normal;
}

hr {
  display: none;
  visibility: hidden;
  height: 0;
  border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em {
  font-weight: bold;
  font-style: normal;
}

/* Form
------------------------------------------ */
button,
select,
textarea,
input {
  font-family: inherit;
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  /*outline: none;*/
}

/* text */
input[type=email],
input[type=tel],
input[type=text] {
  line-height: normal;
}

/* password */
input[type=password] {
  font-family: arial;
  ime-mode: disabled;
}

/* button */
input[type=submit],
input[type=reset],
input[type=button],
input[type=image] {
  cursor: pointer;
}

/* radio */
input[type=checkbox],
input[type=radio] {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: 1px;
}

/* iOS style reset */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

textarea,
input[type=email],
input[type=tel],
input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 100%;
  font-size: 16px;
}

input[type=email]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=text]::-ms-clear {
  display: none;
}

/**************************************************
グーグル関連
**************************************************/
.grecaptcha-badge {
  display: none;
}

body.contact .grecaptcha-badge {
  display: block;
}

/**************************************************
ユーティリティ
**************************************************/
.u-show-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show-pc {
    display: block;
  }
}

.u-show-tablet {
  display: none;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .u-show-tablet {
    display: block;
  }
}

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

.u-show-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-show-mobile {
    display: block;
  }
}

/**************************************************
ベース
**************************************************/
/**************************************************
共通スタイル
**************************************************/
body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #232323;
  font-style: normal;
}

p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #232323;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 17px;
  }
}

a {
  color: #232323;
}
a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}

/**************************************************
レイアウト
**************************************************/
@media screen and (max-width: 1200px) {
  .l-main {
    max-width: 100%;
    overflow-x: hidden;
  }
}
.l-main__inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-main__inner {
    max-width: 100%;
  }
}

.l-main.l-main--news .l-main__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 7.5vw;
}
@media screen and (max-width: 767px) {
  .l-main.l-main--news .l-main__inner {
    padding: 0;
  }
}

/**************************************************
コンポーネント用のCSS
**************************************************/
/**************************************************
コンポーネント用のCSS読み込み
**************************************************/
/**************************************************
コンポーネント用のCSS
**************************************************/
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-header {
  position: relative;
  padding-top: 33px;
  width: 100%;
  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;
  z-index: 2;
}
.c-header:is(body.home *) {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-header {
    padding: 28px 6.1538461538vw 0 6.1538461538vw;
  }
}
.c-header__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  .c-header__inner {
    max-width: 100%;
  }
}
.c-header__logo {
  text-align: center;
  max-width: 252px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    max-width: 151px;
  }
}
.c-header__logo:is(body.home *) {
  margin-inline: auto;
  width: 252px;
}
.c-header__logo:is(body.home *) img {
  display: none;
}
.c-header__contact {
  position: fixed;
  top: 33px;
  right: 58px;
}
@media screen and (max-width: 767px) {
  .c-header__contact {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
  }
}

body:not(.home) .c-header__logo path.-is-theme-color {
  fill: #CB3571 !important;
}

/**************************************************
site-footer
**************************************************/
.c-footer {
  position: relative;
  background: #211E1E;
  color: #fff;
  overflow: hidden;
}
.c-footer__marquee {
  background-color: #111;
  padding: 40px 0;
  white-space: nowrap;
}
.c-footer__marquee svg {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-footer__marquee {
    padding: 21px 0;
  }
}
.c-footer__inner {
  padding: min(10.8571428571vw, 152px) 40px 0 40px;
  display: grid;
  grid-template-columns: minmax(209px, 34.5794392523%) 39.2523364486% auto;
  grid-template-areas: "logo nav sub" "copyright nav sub";
  max-width: 1070px;
  margin: 0 auto;
  padding-bottom: min(14.2857142857vw, 200px);
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "logo" "nav" "sub" "copyright";
    padding: 46px 10.2564102564vw 0 10.2564102564vw;
  }
}
.c-footer__logo {
  grid-area: logo;
  margin-bottom: 40px;
}
.c-footer__logo a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-footer__logo a:hover {
  opacity: 0.8;
}
.c-footer__logo img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .c-footer__logo {
    margin-bottom: 24px;
  }
  .c-footer__logo img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    margin-bottom: 47px;
    text-align: center;
  }
  .c-footer__logo img {
    width: 182px;
  }
}
.c-footer__nav {
  grid-area: nav;
}
.c-footer__sub {
  grid-area: sub;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-footer__sub {
    margin-left: 0;
    padding-top: 38px;
  }
}
.c-footer__links {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .c-footer__links {
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__links {
    gap: 18px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.c-footer__links a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-footer__links a:hover {
  color: #DDD;
}
.c-footer__terms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-footer__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    font-size: 13px;
  }
}
.c-footer__terms a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-footer__terms a:hover {
  color: #DDD;
}
.c-footer__copyright {
  margin-top: auto;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #DDD;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 31px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 38px;
  }
}
.c-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.c-footer__social img {
  width: 38px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-footer__social {
    margin-top: 31px;
    gap: 12px;
  }
}
.c-footer__social a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-footer__social a:hover {
  opacity: 0.8;
}

/**************************************************
.c-icon
**************************************************/
.c-icon {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-icon--arrow-left {
  background: #f4f4f4 url("../images/icon/icon-news-arrow-left.svg") no-repeat center;
  background-size: 13px;
  border-radius: 50%;
}

.c-icon--arrow-right {
  background: #f4f4f4 url("../images/icon/icon-news-arrow-right.svg") no-repeat center;
  background-size: 13px;
  border-radius: 50%;
}

.c-icon--close-black {
  width: 40px;
  height: 40px;
  background: url("../images/icon/icon-close-black.svg") no-repeat center;
  background-size: cover;
  border-radius: 50%;
}

.c-icon--btn-arrow {
  width: 11px;
  height: 11px;
  background: transparent url("../images/icon/icon-arrow-white.svg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}

/**************************************************
.c-icon hover
**************************************************/
.c-hover-icon-container {
  margin-top: 20px;
}

.c-hover-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-hover-icon {
    width: 38px;
    height: 38px;
  }
}
.c-hover-icon path {
  -webkit-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out;
  stroke: #232323;
}

.c-hover-icon__link:focus .c-news-list__icon circle {
  fill: #232323;
}
.c-hover-icon__link:focus .c-news-list__icon path {
  stroke: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-hover-icon__link:hover .c-news-list__icon circle {
    fill: #232323;
  }
  .c-hover-icon__link:hover .c-news-list__icon path {
    stroke: #fff;
  }
}

.c-hover-icon .c-hover-icon__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 50%;
  height: 11px;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-hover-icon .c-hover-icon__inner {
    height: 10px;
  }
}
.c-hover-icon .c-hover-icon__after,
.c-hover-icon .c-hover-icon__before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-size: cover;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .c-hover-icon .c-hover-icon__after,
  .c-hover-icon .c-hover-icon__before {
    width: 10px;
    height: 10px;
  }
}
.c-hover-icon .c-hover-icon__after {
  position: absolute;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.c-hover-icon__link:focus .c-hover-icon__before {
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.c-hover-icon__link:focus .c-hover-icon__after {
  -webkit-transition: -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (hover: hover) and (pointer: fine) {
  .c-hover-icon__link:hover .c-hover-icon__before {
    -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  .c-hover-icon__link:hover .c-hover-icon__after {
    -webkit-transition: -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.c-hover-icon__link:focus .c-news-list__icon.c-hover-icon--arrow-black path {
  stroke: #232323;
}
@media (hover: hover) and (pointer: fine) {
  .c-hover-icon__link:hover .c-news-list__icon.c-hover-icon--arrow-black path {
    stroke: #232323;
  }
}

/*
* アイコン画像が違う場合設定が必要なもの
*/
/**************************************************
.c-icon hover
**************************************************/
.c-icon--plus {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: relative;
  background-color: #232323;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.c-icon--plus svg {
  width: 7px;
  height: 7px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.c-icon-hover-target:focus .c-icon--plus {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.c-icon-hover-target:focus .c-icon--plus svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-icon-hover-target:hover .c-icon--plus {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .c-icon-hover-target:hover .c-icon--plus svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/**************************************************
.c-icon hover
**************************************************/
.c-icon--close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background-color: #232323;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.c-icon--close svg {
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.c-icon-hover-target:focus .c-icon--close {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-icon-hover-target:focus .c-icon--close svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .c-icon-hover-target:hover .c-icon--close {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-icon-hover-target:hover .c-icon--close svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-icon--close-white:focus .c-icon--close {
  background-color: #fff;
}
.c-icon--close-white:focus .c-icon--close svg rect {
  fill: #232323;
}
@media (hover: hover) and (pointer: fine) {
  .c-icon--close-white:hover .c-icon--close {
    background-color: #fff;
  }
  .c-icon--close-white:hover .c-icon--close svg rect {
    fill: #232323;
  }
}

/**************************************************
.c-page-header
**************************************************/
@media screen and (max-width: 1200px) {
  .c-page-header {
    padding: 0 6.1538461538vw;
  }
}
.c-page-header__desc {
  font-size: 18px;
  color: #232323;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (max-width: 1200px) {
  .c-page-header__desc {
    font-size: 14px;
  }
}

.c-page-title {
  margin: 82px 0 76px 0;
}
@media screen and (max-width: 1200px) {
  .c-page-title {
    margin: 80px 0 70px 0;
  }
}
.c-page-title__main {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 700;
  font-size: 90px;
  letter-spacing: 0.01em;
  color: #232323;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .c-page-title__main {
    font-size: 54px;
  }
}
.c-page-title__sub {
  margin-top: 6px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #232323;
  display: block;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (max-width: 1200px) {
  .c-page-title__sub {
    font-size: 15px;
  }
}

.c-breadcrumbs {
  margin: 60px 0 58px 0;
}
@media screen and (max-width: 1200px) {
  .c-breadcrumbs {
    margin: 40px 0 40px 0;
    padding: 0 6.1538461538vw 0 6.1538461538vw;
  }
}
.c-breadcrumbs__list {
  max-width: 900px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .c-breadcrumbs__list {
    max-width: 100%;
    overflow: hidden;
  }
}
.c-breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: "";
  margin-left: 12px;
  width: 10px;
  background-color: #9BA4B2;
  height: 1px;
  display: block;
}
.c-breadcrumbs__link {
  font-size: 12px;
  color: #989898;
  text-decoration: none;
}
.c-breadcrumbs__item:not(:nth-last-of-type(2)) .c-breadcrumbs__link {
  color: #232323;
}

/**************************************************
header menu
**************************************************/
.c-fixed-menu {
  position: fixed;
  top: 33px;
  left: 38px;
  z-index: 100000;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu {
    top: auto;
    bottom: 16px;
    left: 16px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 19px;
    grid-template-areas: "menu" "button";
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-menu.-is-open {
    pointer-events: auto;
  }
}
.c-fixed-menu .c-button-scroll {
  grid-area: button;
  pointer-events: auto;
}
.c-fixed-menu__vessel {
  grid-area: menu;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.24s ease;
  transition: opacity 0.24s ease;
  will-change: opacity;
  z-index: 100000;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__vessel {
    position: relative;
    pointer-events: none;
  }
}
.c-fixed-menu.-is-open .c-fixed-menu__vessel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-fixed-menu__inner {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__inner {
    padding: 0 0 0 8px;
  }
}
.c-fixed-menu__nav {
  padding: 60px 54px;
  border-radius: 40px;
  background-color: #232323;
  width: min(85vw, 335px);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__nav {
    padding-block: 45px;
    border-radius: 20px;
    font-size: 18px;
  }
}
.c-fixed-menu__close {
  position: absolute;
  top: 38px;
  right: 20px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__close {
    top: 10px;
    right: 10px;
  }
}
.c-fixed-menu__close .c-icon {
  width: 34px;
  height: 34px;
}
.c-fixed-menu__text {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-fixed-menu__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__list {
    gap: 20px;
  }
}
.c-fixed-menu__list a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-fixed-menu__list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -5.5px;
  width: 11px;
  height: 11px;
  background: url(../images/icon/icon-menu-hover.svg) no-repeat;
  background-size: 11px 11px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-11px);
          transform: translateX(-11px);
}
.c-fixed-menu__list a:focus:hover {
  color: #fcd637;
}
.c-fixed-menu__list a:focus:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-fixed-menu__list a:focus:hover .c-fixed-menu__text {
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
}
@media (hover: hover) and (pointer: fine) {
  .c-fixed-menu__list a:hover:hover {
    color: #fcd637;
  }
  .c-fixed-menu__list a:hover:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .c-fixed-menu__list a:hover:hover .c-fixed-menu__text {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
  }
}

.c-fixed-menu__background {
  width: 100%;
  height: 100svh;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
}

.c-fixed-menu.-is-open .c-fixed-menu__background {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

/**************************************************
フォーム用のCSS
**************************************************/
.c-form {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .c-form {
    margin-bottom: 80px;
  }
}
.c-form textarea, .c-form input[type=email], .c-form input[type=tel], .c-form input[type=text] {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .c-form textarea, .c-form input[type=email], .c-form input[type=tel], .c-form input[type=text] {
    font-size: 14px;
  }
}
.c-form__group {
  border-top: 1px solid #e0e0e0;
  padding: 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .c-form__group {
    -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;
    padding: 20px 0;
    gap: 16px;
  }
}
.c-form__group--radio {
  padding: 35px 0 30px 0;
}
@media screen and (max-width: 1200px) {
  .c-form__group--radio {
    padding: 20px 0;
  }
}
.c-form__group:nth-last-of-type(2) {
  border-bottom: 1px solid #e0e0e0;
}
.c-form__label {
  font-size: 16px;
  width: 300px;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .c-form__label {
    font-size: 14px;
    width: 100%;
  }
}
.c-form__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.c-form__input, .c-form__textarea {
  width: 100%;
  background: #f5f5f5;
  border-radius: 6px !important;
  padding: 20px;
}
.c-form__input:focus, .c-form__textarea:focus {
  outline: none;
  border-color: #999;
}
.c-form__input {
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .c-form__input {
    font-size: 14px;
  }
}
.c-form__textarea {
  resize: vertical;
  height: 230px;
}
@media screen and (max-width: 1200px) {
  .c-form__textarea {
    font-size: 14px;
  }
}
.c-form__note {
  display: block;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.25rem;
}
.c-form__radios {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 3px;
}
@media screen and (max-width: 1200px) {
  .c-form__radios {
    gap: 5px 3px;
    grid-template-columns: 1fr;
  }
}
.c-form__radios li label {
  cursor: pointer;
}
.c-form__radios li label input {
  margin-right: 0.5rem;
}
.c-form__privacy {
  margin-top: 38px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .c-form__privacy {
    margin-top: 22px;
  }
}
.c-form__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .c-form__btn {
    margin-top: 26px;
  }
}
.c-form__error {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #b42626;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__error::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/icon/icon-required.svg") no-repeat center center/contain;
}

.c-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-radio__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-radio__control {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #9ba4b2;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
}
.c-radio__input:checked + .c-radio__control {
  background-color: #fff;
}
.c-radio__control::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #232323;
  -webkit-transform: translate(-74%, -50%) scale(0);
          transform: translate(-74%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-radio__input:checked + .c-radio__control::after {
  -webkit-transform: translate(-74%, -50%) scale(1);
          transform: translate(-74%, -50%) scale(1);
}
.c-radio__label {
  font-size: 16px;
  color: #232323;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .c-radio__label {
    font-size: 14px;
  }
}

.c-label {
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  background: #b42626;
  border-radius: 4px;
  width: 42px;
  height: 21px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .c-label {
    width: 38px;
    height: 19px;
    font-size: 11px;
  }
}
.c-label--required {
  color: #fff;
}

.just-validate-error-field {
  border: 1px solid #B42626 !important;
}

/**************************************************
コンポーネント用のCSS
**************************************************/
.c-btn-container--center {
  text-align: center;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #ffffff;
}
.c-btn .c-icon {
  position: absolute;
  right: 37px;
}
.c-btn--submit {
  background: #232323;
  color: #fff;
  min-width: 460px;
  height: 90px;
  border-radius: 45px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.c-btn--submit:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1200px) {
  .c-btn--submit {
    max-width: 100%;
    min-width: auto;
    width: 53.8461538462vw;
    height: 65px;
    font-size: 14px;
  }
}
.c-btn--primary {
  font-size: 22px;
  color: #fff;
  min-width: 600px;
  height: 120px;
  border-radius: 60px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
@media screen and (max-width: 767px) {
  .c-btn--primary {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    line-height: 1.5;
    font-size: 17px;
    height: 90px;
  }
}
.c-btn--primary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 150%;
  background-color: #db2d6b;
  border-radius: 50% 50% 0 0;
  -webkit-transform: translateY(100%) translateX(-25%);
          transform: translateY(100%) translateX(-25%);
  -webkit-transition: -webkit-transform 0.56s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.56s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.56s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.56s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.56s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 1;
  pointer-events: none;
}
.c-btn--primary a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  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;
  z-index: 2;
}
.c-btn--primary .c-hover-icon {
  background-color: transparent;
  position: absolute;
  right: 20px;
}
.c-btn--primary .c-hover-icon svg path {
  stroke: #fff;
}
.c-btn--primary:focus::before {
  -webkit-transform: translateY(0%) translateX(-25%);
          transform: translateY(0%) translateX(-25%);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--primary:hover::before {
    -webkit-transform: translateY(0%) translateX(-25%);
            transform: translateY(0%) translateX(-25%);
    z-index: 1;
  }
}

/**************************************************
header menu button
**************************************************/
.c-button-scroll {
  padding: 0;
  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;
  border: none;
  cursor: pointer;
  width: 140px;
  height: 62px;
  border: 1px solid #333333;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  text-indent: 0.04em;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 100000;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-button-scroll {
    background-color: #232323;
  }
}
.c-button-scroll:is(body.home *) {
  background-color: rgba(255, 255, 255, 0);
}
.c-button-scroll:is(body.home *):hover {
  background-color: #333;
  border-color: #333333;
}
.c-button-scroll__text {
  display: inline-block;
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  text-decoration: none;
}
.c-button-scroll__text span {
  padding-inline: 3px;
}
.c-button-scroll:hover {
  background-color: #333;
  border-color: #333333;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-button-scroll {
    width: 80px;
    height: 50px;
    font-size: 16px;
  }
  .c-button-scroll__text span {
    padding-inline: 2px;
  }
}

body.-is-fv-scroll-end .c-button-scroll {
  background-color: rgb(255, 255, 255);
}

/**************************************************
アニメーション
**************************************************/
@-webkit-keyframes button-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes button-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-button-scroll__text {
  -webkit-animation: button-marquee 10s linear infinite;
          animation: button-marquee 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .c-button-scroll__text {
    -webkit-animation: button-marquee 5.5s linear infinite;
            animation: button-marquee 5.5s linear infinite;
  }
}

/**************************************************
アニメーション
**************************************************/
.c-button-scroll__inner {
  position: relative;
  overflow: hidden;
}
.c-button-scroll__inner .c-button-scroll__text-item--goast {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.c-fixed-menu.-is-open .c-button-scroll__text-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.c-fixed-menu.-is-open .c-button-scroll__text-item--goast {
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.63s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**************************************************
カラー変更
**************************************************/
@media screen and (max-width: 767px) {
  .c-fixed-menu .c-button-scroll:is(body.home *) {
    background-color: #232323;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-menu .c-button-scroll {
    color: #fff;
  }
}

.c-fixed-menu.-is-open .c-button-scroll {
  background-color: #232323;
  color: #fff;
}

/**************************************************
.c-pagination
**************************************************/
.c-pagination {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 24px;
    text-align: center;
  }
}
.c-pagination__list {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination__list {
    gap: 5px;
  }
}
.c-pagination__item--omission {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
}
.c-pagination__omission {
  position: relative;
  top: -7px;
}
.c-pagination__link {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  border: 1px solid #232323;
  border-radius: 50%;
  color: #232323;
  background-color: #FFE1B0;
  text-decoration: none;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .c-pagination__link {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    max-width: 60px;
    max-height: 60px;
    font-size: 13px;
  }
}
.c-pagination__link:focus {
  background-color: #232323;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link:hover {
    background-color: #232323;
    color: #fff;
  }
}
.c-pagination__link.is-current {
  background: #232323;
  border-color: #232323;
  color: #fff;
  cursor: default;
}
.c-pagination__link :not(.is-current):focus {
  background: #f0f0f0;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link :not(.is-current):hover {
    background: #f0f0f0;
  }
}
.c-pagination__link--prev, .c-pagination__link--next {
  cursor: pointer;
  background: #FFE1B0 no-repeat center;
  background-size: 20px;
  border: 1px solid #232323;
}
.c-pagination__link--prev {
  background-image: url("../images/icon/icon-pagination-arrow-left.svg");
  background-size: 20px;
}
.c-pagination__link--prev:focus {
  background-image: url("../images/icon/icon-pagination-arrow-left-white.svg");
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link--prev:hover {
    background-image: url("../images/icon/icon-pagination-arrow-left-white.svg");
  }
}
.c-pagination__link--next {
  background-image: url("../images/icon/icon-pagination-arrow-right.svg");
  background-size: 20px;
}
.c-pagination__link--next:focus {
  background-image: url("../images/icon/icon-pagination-arrow-right-white.svg");
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link--next:hover {
    background-image: url("../images/icon/icon-pagination-arrow-right-white.svg");
  }
}

/**************************************************
.c-news-list
**************************************************/
.c-news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-list {
    padding: 0 6.1538461538vw;
  }
}
.c-news-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #232323;
  border-radius: 20px;
  overflow: hidden;
}
.c-news-list__item {
  overflow: hidden;
}
.c-news-list__item:not(:last-child) {
  border-bottom: 1px solid #232323;
}
@media screen and (max-width: 767px) {
  .c-news-list__item:first-child .c-news-list__link {
    padding-top: 30px;
  }
}
.c-news-list__link {
  display: grid;
  grid-template-columns: 1fr 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 41px 29px 37px 23px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-list__link {
    padding: 20px 3px 20px 18px;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__link {
    padding: 20px 3px 20px 19px;
    gap: 5px;
  }
}
.c-news-list__link:focus {
  background-color: #67bdeb;
}
.c-news-list__link:focus .c-news-list__icon {
  background-color: #232323;
}
.c-news-list__link:focus .c-news-list__icon path {
  stroke: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__link:hover {
    background-color: #67bdeb;
  }
  .c-news-list__link:hover .c-news-list__icon {
    background-color: #232323;
  }
  .c-news-list__link:hover .c-news-list__icon path {
    stroke: #fff;
  }
}
.c-news-list__icon {
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-news-list__icon {
    width: 38px;
    height: 38px;
    justify-self: flex-end;
  }
}
.c-news-list__icon path {
  -webkit-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out;
  stroke: #232323;
}
.c-news-list__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-list__inner {
    -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: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__inner {
    -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: 8px;
  }
}
.c-news-list__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-news-list__date {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #232323;
  margin-right: 17px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-list__date {
    font-size: 13px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__date {
    font-size: 13px;
    margin-right: 12px;
  }
}
.c-news-list__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  gap: 10px;
  width: 120px;
  height: 26px;
  border: 1px solid #232323;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #232323;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-news-list__tag {
    width: auto;
    height: 20px;
    padding: 5px 13px;
    font-size: 13px;
  }
}
.c-news-list__title {
  display: inline-block;
  color: #232323;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-news-list__title {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-news-list__more-container {
  margin-top: 20px;
  text-align: right;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-news-list__more-container {
    margin-top: 3px;
    padding-right: 0;
  }
  .c-news-list__more-container .c-news-list__icon {
    width: 44px;
    height: 44px;
  }
}
.c-news-list__more {
  color: #232323;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-news-list__more {
    font-size: 16px;
    gap: 0;
    margin-right: 4px;
  }
}

/**************************************************
.c-news-filter
**************************************************/
.c-news-filter {
  width: 280px;
  background-color: #232323;
  border-radius: 20px;
  padding: 20px 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-filter {
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-news-filter {
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
.c-news-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-filter__list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .c-news-filter__list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-news-filter__list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .c-news-filter__list::-webkit-scrollbar {
    display: none;
  }
}
.c-news-filter__item a {
  text-decoration: none;
}
.c-news-filter__item + .c-news-filter__item::after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 1px;
  background: #6c6c6c;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-filter__item + .c-news-filter__item::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-news-filter__item + .c-news-filter__item::after {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-filter__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-news-filter__item:first-child {
    margin-left: 6.1538461538vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-filter__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-news-filter__item:last-child {
    margin-right: 6.1538461538vw;
  }
}
.c-news-filter__button {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  gap: 10px;
  background: #232323;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s, border-color 0.2s, color 0.2s;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-filter__button {
    width: auto;
    height: 43px;
    font-size: 16px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #232323;
    border-radius: 10px;
    padding: 0 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-filter__button {
    width: auto;
    height: 43px;
    font-size: 16px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #232323;
    border-radius: 10px;
    padding: 0 11px;
  }
}
.c-news-filter__button.-is-active {
  font-weight: 700;
}
.c-news-filter__button.-is-active {
  background: #67bdeb;
  border-color: #232323;
  color: #232323;
  border: 1px solid #232323;
  scale: 1.042;
  border-radius: 6px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-filter__button.-is-active {
    scale: 1;
    padding: 0 22px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-filter__button.-is-active {
    scale: 1;
    padding: 0 22px;
    border-radius: 10px;
  }
}
.c-news-filter__button.-is-active::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ed6868;
  border: 1px solid #232323;
  border-radius: 50%;
  position: absolute;
  right: 12px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-filter__button.-is-active::after {
    width: 6px;
    height: 6px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-filter__button.-is-active::after {
    width: 6px;
    height: 6px;
    right: 8px;
  }
}
.c-news-filter__button:hover {
  background: #67bdeb;
  border-color: #232323;
  color: #232323;
}

.js-marquee--wonder-factory .c-marquee01-01__contentItem {
  width: 2666px;
}
@media screen and (max-width: 767px) {
  .js-marquee--wonder-factory .c-marquee01-01__contentItem {
    width: 1600px;
  }
}

@media screen and (max-width: 767px) {
  .js-marquee--footer .c-marquee01-01__contentItem {
    width: 816px;
  }
}

/**************************************************
.c-marquee
**************************************************/
.c-marquee-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-marquee-container--top .c-marquee01-01 {
  position: relative;
  top: -7px;
}

.c-marquee-container--bottom .c-marquee01-01 {
  position: relative;
  bottom: -7px;
}

.c-marquee01-01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.c-marquee01-01 svg {
  display: inline-block;
}

.c-marquee01-01__wrap {
  white-space: nowrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-marquee01-01__content {
  white-space: nowrap;
  background: transparent;
}

.c-marquee01-01__contentInner {
  display: inline-block;
  will-change: transform;
}

.c-marquee01-01__contentItem {
  display: inline-block;
  padding: 0 0.25em;
}

.c-marquee-container path {
  fill: #ec6800;
}

.c-marquee--top-teams path {
  fill: #fef5e5;
}

.c-marquee--top-why path {
  fill: #e1edeb;
}

.c-marquee-container--theme-color path {
  fill: #FEF5E5;
}

body:not(.home) .c-marquee-container--theme-color path {
  fill: #FEF5E5 !important;
}

/* エディター関連 */
.c-wp-editor {
  word-break: break-all;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-wp-editor {
    padding: 0 4.7961630695vw;
  }
}
@media screen and (max-width: 767px) {
  .c-wp-editor {
    padding: 0 6.1538461538vw;
  }
}
.c-wp-editor p {
  font-weight: 400;
  line-height: 1.8;
  color: #232323;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor p {
    font-size: 14px;
  }
}
.c-wp-editor p + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor p + * {
    margin-top: 24px;
  }
}
.c-wp-editor * + p {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor * + p {
    margin-top: 24px;
  }
}
.c-wp-editor ul,
.c-wp-editor ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-wp-editor ul,
  .c-wp-editor ol {
    font-size: 14px;
  }
}
.c-wp-editor ul {
  padding-left: 0;
}
.c-wp-editor ol {
  list-style: decimal;
}
.c-wp-editor li + li {
  margin-top: 10px;
}
.c-wp-editor > blockquote {
  margin: 40px 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #ddd;
  background: #f9f9f9;
  color: #666;
}
.c-wp-editor a {
  color: #232323;
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-wp-editor a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .c-wp-editor a:hover {
    opacity: 0.8;
  }
}
.c-wp-editor a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: underline;
}
.c-wp-editor a[target=_blank]::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url("../images/icon/icon-link-blank.svg") no-repeat center center;
  background-size: contain;
}

/*
* エディターの装飾系のスタイル
*/
.c-wp-editor .aligncenter {
  text-align: center;
}
.c-wp-editor .has-text-align-right {
  text-align: right;
}

.c-wp-editor.c-wp-editor--news p + * {
  margin-top: 33px;
}

.c-wp-editor h2.wp-block-heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #232323;
  margin: 40px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .c-wp-editor h2.wp-block-heading {
    margin: 30px 0 12px 0;
    font-size: 18px;
  }
}
.c-wp-editor h3.wp-block-heading {
  margin: 12px 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-wp-editor h3.wp-block-heading {
    font-size: 16px;
  }
}

.c-wp-editor.c-wp-editor--news h2.wp-block-heading {
  margin: 63px 0 33px 0;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--news h2.wp-block-heading {
    margin: 48px 0 24px 0;
    font-size: 24px;
  }
}
.c-wp-editor.c-wp-editor--news h3.wp-block-heading {
  margin: 33px 0 33px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--news h3.wp-block-heading {
    margin: 24px 0 24px 0;
    font-size: 18px;
  }
}

.c-wp-editor figure.wp-block-image {
  margin: 33px 0;
}
@media screen and (max-width: 767px) {
  .c-wp-editor figure.wp-block-image {
    margin: 24px 0;
  }
}
.c-wp-editor figure.wp-block-gallery {
  margin: 0;
  text-align: center;
}
.c-wp-editor figure.wp-block-gallery img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 0.5rem;
}
.c-wp-editor figure.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-wp-editor figure.wp-block-gallery .wp-block-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
          flex: 1 1 calc(50% - 1rem);
  max-width: 100%;
}
.c-wp-editor figcaption.wp-element-caption {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 14px;
  color: #818B9A;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-wp-editor figcaption.wp-element-caption {
    font-size: 12px;
    padding: 0 16px;
  }
}

.wp-block-columns.is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.wp-block-columns.is-layout-flex > .wp-block-column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.is-layout-flex > .wp-block-column {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .wp-block-columns.is-layout-flex *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .wp-block-columns.is-layout-flex *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .wp-block-columns.is-layout-flex figure.wp-block-image {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .wp-block-columns.is-layout-flex figure.wp-block-image {
    margin: 0;
  }
}
.wp-block-columns.is-layout-flex + .wp-block-columns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.is-layout-flex + .wp-block-columns {
    margin-top: 24px;
  }
}

.wp-block-table {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .wp-block-table {
    font-size: 14px;
  }
}
.wp-block-table table.has-fixed-layout {
  width: 100%;
}
.wp-block-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.wp-block-table tr:first-child {
  border-top: 1px solid #e0e0e0;
}
.wp-block-table th,
.wp-block-table td {
  padding: 35px 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .wp-block-table th,
  .wp-block-table td {
    padding: 20px 0;
    font-size: 14px;
  }
}
.wp-block-table td:first-child {
  width: 184px;
  padding-left: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wp-block-table td:first-child {
    width: 20.5128205128vw;
    padding-left: 0;
    padding-right: 12px;
  }
}

/* singleページ エディター関連 */
body.single .wp-block-table th,
body.single .wp-block-table td {
  padding: 16px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.single .wp-block-table th,
  body.single .wp-block-table td {
    padding: 10px 0;
  }
}
body.single .wp-block-table td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  body.single .wp-block-table td:first-child {
    padding-right: 12px;
  }
}

/**************************************************
ページ用のCSS
**************************************************/
/**************************************************
top/section
**************************************************/
.c-section {
  overflow: hidden;
}
.c-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 7.5vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .c-section__inner {
    padding: 0 6.1538461538vw;
  }
}

/**************************************************
top/head
**************************************************/
.c-top-head {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-top-head {
    display: block;
    text-align: center;
  }
}

.c-top-head-en {
  display: inline-block;
  font-size: 18px;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
.c-top-head-en .c-top-head-en__text {
  padding-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-top-head-en .c-top-head-en__text {
    font-size: 18px;
  }
}
.c-top-head-en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 420px;
  height: 15px;
  background-image: url(../images/common/h2-bg-line--black.svg);
  background-size: 560px 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation: header_line_animation 16s linear infinite;
          animation: header_line_animation 16s linear infinite;
}

@-webkit-keyframes header_line_animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -280px 0;
  }
}

@keyframes header_line_animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -280px 0;
  }
}
/**************************************************
top/layout
**************************************************/
.c-top-head-baloon {
  position: absolute;
  top: -2.5em;
  left: calc(100% - 60px);
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #232323;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-top-head-baloon {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16px;
    top: -46px;
  }
}
.c-top-head-baloon__text {
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #FCD637;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-top-head-baloon__text {
    padding: 5px 15px;
  }
}
.c-top-head-baloon__bg {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 60px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-top-head-baloon__bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-top-head-baloon__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #FCD637;
  position: absolute;
  top: 0px;
}

.c-top-head-baloon--green .c-top-head-baloon__text {
  background-color: #99E3BF;
}
.c-top-head-baloon--green .c-top-head-baloon__bg::before {
  background-color: #99E3BF;
}
.c-top-head-baloon--green .c-top-head-baloon__bg path {
  fill: #99E3BF;
}

.c-top-head-baloon--blue .c-top-head-baloon__text {
  background-color: #67BDEB;
}
.c-top-head-baloon--blue .c-top-head-baloon__bg::before {
  background-color: #67BDEB;
}
.c-top-head-baloon--blue .c-top-head-baloon__bg path {
  fill: #67BDEB;
}

.c-top-head-baloon {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .c-top-head-baloon {
    -webkit-transform: translateY(20px) translateX(-50%);
            transform: translateY(20px) translateX(-50%);
  }
}

.-is-baloon-display .c-top-head-baloon {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .-is-baloon-display .c-top-head-baloon {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

/**************************************************
top/fv
**************************************************/
.c-top-fv {
  position: relative;
}
.c-top-fv__vessel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ec6800;
  width: 100%;
  min-height: 880px;
  max-height: 1200px;
  height: 100svh;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-top-fv__vessel {
    max-height: 170vw;
    min-height: auto;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
  }
}

/**************************************************
背景
**************************************************/
.c-top-fv__bg-right, .c-top-fv__bg-left {
  position: absolute;
  -webkit-animation: anime-bg-round 4s ease-in-out infinite alternate;
          animation: anime-bg-round 4s ease-in-out infinite alternate;
  width: 36.2142857143vw;
  max-width: 537.7272727273px;
  min-width: 460.9090909091px;
}
.c-top-fv__bg-right svg, .c-top-fv__bg-left svg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-top-fv__bg-right, .c-top-fv__bg-left {
    display: none;
  }
}
.c-top-fv__bg-right {
  top: -133px;
  right: -208px;
}
.c-top-fv__bg-left {
  bottom: -115px;
  left: -223px;
}

/* 垂直方向（上下）に往復するアニメーション */
@-webkit-keyframes anime-bg-round {
  0% {
    -webkit-transform: translate(-4%, -4%);
            transform: translate(-4%, -4%);
  }
  100% {
    -webkit-transform: translate(4%, 4%);
            transform: translate(4%, 4%);
  }
}
@keyframes anime-bg-round {
  0% {
    -webkit-transform: translate(-4%, -4%);
            transform: translate(-4%, -4%);
  }
  100% {
    -webkit-transform: translate(4%, 4%);
            transform: translate(4%, 4%);
  }
}
/**************************************************
// タイトル
**************************************************/
.c-top-fv__h2 {
  position: absolute;
  bottom: 100%;
  left: 48px;
  width: 100svh;
  min-width: 880px;
  max-width: 1200px;
  font-size: 18px;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  letter-spacing: 0.04em;
}
.c-top-fv__h2 span {
  position: relative;
  left: 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-top-fv__h2 {
    display: none;
  }
}

/**************************************************
お知らせ
**************************************************/
.c-top-fv__news {
  position: absolute;
  bottom: 100%;
  left: calc(100% - 1em - 45px);
  width: 100svh;
  min-width: 880px;
  max-width: 1200px;
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-top-fv__news {
    display: none;
  }
}
.c-top-fv__news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18px;
  position: relative;
  left: 42px;
}
.c-top-fv__news-list-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.c-top-fv__news-list-title-text {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #232323;
  border-radius: 4px;
  width: 120px;
  height: 26px;
  text-align: center;
}
.c-top-fv__news-list-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
.c-top-fv__news-list-link {
  color: #232323;
  text-decoration: none;
}
.c-top-fv__news-list-item-text {
  line-height: 1.1;
  height: 1.1em;
  overflow: hidden;
}

.c-linkHover01 {
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 2em;
  overflow: hidden;
}

.c-linkHover01__inner {
  display: inline-block;
  line-height: 1.1;
  min-width: 300px;
  max-width: 31vh;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/**************************************************
スクロール
**************************************************/
.c-top-fv__scroll {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-indent: 0.04em;
  letter-spacing: 0.04em;
}
.c-top-fv__scroll a {
  color: #232323;
  text-decoration: none;
}
.c-top-fv__scroll span {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  overflow: hidden;
}
.c-top-fv__scroll span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 560px;
  height: 15px;
  background-image: url(../images/common/h2-bg-line--black.svg);
  background-size: 560px 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation: fv_scroll 16s linear infinite;
          animation: fv_scroll 16s linear infinite;
}

.c-top-fv__scroll a:focus span::after {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
@media (hover: hover) and (pointer: fine) {
  .c-top-fv__scroll a:hover span::after {
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
  }
}

@-webkit-keyframes fv_scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -280px 0;
  }
}

@keyframes fv_scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -280px 0;
  }
}
/**************************************************
swiperの上書き
**************************************************/
#js-top-fv-slider.swiper {
  overflow: visible;
}
#js-top-fv-slider.swiper .swiper-wrapper {
  height: auto;
}
#js-top-fv-slider.swiper .swiper-slide {
  visibility: hidden;
}
#js-top-fv-slider.swiper .swiper-slide.swiper-slide-active {
  visibility: visible;
}

/**************************************************
top/fv
// スライダー本体
**************************************************/
.c-top-fv-slider {
  margin-inline: auto;
  width: 47.1428571429vw;
  max-width: 700px;
  min-width: 600px;
  position: relative;
  top: 47px;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider {
    width: 100%;
    width: 87.6923076923vw;
    max-width: 100%;
    min-width: auto;
    top: 0;
  }
}
.c-top-fv-slider__item {
  position: relative;
  z-index: 100;
}
.c-top-fv-slider__item-image {
  border-radius: 100px 100px 270px 270px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__item-image {
    border-radius: 52px 52px 140px 140px;
  }
}
.c-top-fv-slider__item-contents {
  position: absolute;
  bottom: 60px;
  left: -47px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__item-contents {
    left: 0;
    bottom: -26px;
  }
}

/**************************************************
  No、タイトル
**************************************************/
.c-top-fv-slider__item-num {
  position: relative;
  z-index: 10;
  left: -25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 9999px;
  border: 1px solid #232323;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  font-family: "Cabinet Grotesk", sans-serif;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__item-num {
    font-size: 10px;
    left: 0;
  }
}
.c-top-fv-slider__item-title {
  position: relative;
  top: -10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 220px;
  max-width: 420px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 14px 11px 14px 20px;
  border-radius: 9999px;
  border: 1px solid #232323;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #232323;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__item-title {
    width: auto;
    min-width: 43.0769230769vw;
    max-width: calc(100vw - 48px);
    left: 12px;
    font-size: 16px;
  }
}
.c-top-fv-slider__item-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

/**************************************************
  キャッチコピー
**************************************************/
.c-top-fv-slider__text-img01, .c-top-fv-slider__text-img02 {
  position: absolute;
  z-index: 10;
}
.c-top-fv-slider__text-img01 {
  width: 51.9696969697%;
  top: -12.96875%;
  left: -10.9375%;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__text-img01 {
    display: none;
  }
}
.c-top-fv-slider__text-img02 {
  width: 36.6666666667%;
  bottom: -9.53125%;
  right: -0.625%;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__text-img02 {
    display: none;
  }
}
.c-top-fv-slider__text--sp {
  width: 71.5384615385vw;
}

/**************************************************
swiper-wrapper
**************************************************/
@media screen and (max-width: 767px) {
  .c-top-fv-slider .swiper-wrapper {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider .swiper-slide {
    width: 100% !important;
  }
}
.c-top-fv-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

body.home:not(.-is-fv-slider-init) #js-top_fv_slider {
  opacity: 0;
}

#js-top_fv_slider {
  -webkit-transition: opacity 0.3s ease-in-out 0.1s;
  transition: opacity 0.3s ease-in-out 0.1s;
}

/*
* チューニング
*/
.c-top-fv-slider__item-bg {
  will-change: scale;
}

body[data-bg-image="01"] .c-top-fv-slider__item-bg01 {
  scale: 0;
  -webkit-transition: none;
  transition: none;
}

.c-top-fv__bg-right,
.c-top-fv__bg-left {
  will-change: opacity;
  opacity: 0;
}
.c-top-fv__bg-right svg,
.c-top-fv__bg-left svg {
  will-change: scale;
  scale: 0;
}

/*
* 初期化時の指定
*/
body.-is-fv-slider-init-end[data-bg-image="01"] .c-top-fv-slider__item-bg01 {
  scale: 1;
  -webkit-transition: scale 0.74s cubic-bezier(0.08, 0.82, 0.17, 1) 0.1s;
  transition: scale 0.74s cubic-bezier(0.08, 0.82, 0.17, 1) 0.1s;
}

body.-is-fv-slider-init-end .c-top-fv__bg-right,
body.-is-fv-slider-init-end .c-top-fv__bg-left {
  opacity: 1;
}
body.-is-fv-slider-init-end .c-top-fv__bg-right svg,
body.-is-fv-slider-init-end .c-top-fv__bg-left svg {
  scale: 1;
  -webkit-transition: scale 0.85s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: scale 0.85s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}

/*
* スライド切り替え時の指定
*/
body.-is-fv-slider-change .c-top-fv-slider__item-bg {
  scale: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

body.-is-fv-slider-change-end[data-bg-image="01"] .c-top-fv-slider__item-bg01 {
  scale: 1;
  -webkit-transition: scale 0.74s cubic-bezier(0.08, 0.82, 0.17, 1) 0.24s;
  transition: scale 0.74s cubic-bezier(0.08, 0.82, 0.17, 1) 0.24s;
}

body.-is-fv-slider-change-end[data-bg-image="02"] .c-top-fv-slider__item-bg02 {
  scale: 1;
  -webkit-transition: scale 0.74s cubic-bezier(0.08, 0.82, 0.17, 1) 0.24s;
  transition: scale 0.74s cubic-bezier(0.08, 0.82, 0.17, 1) 0.24s;
}

body.-is-fv-slider-change-end[data-bg-image="03"] .c-top-fv-slider__item-bg03 {
  scale: 1;
  -webkit-transition: scale 0.74s cubic-bezier(0.08, 0.82, 0.17, 1) 0.24s;
  transition: scale 0.74s cubic-bezier(0.08, 0.82, 0.17, 1) 0.24s;
}

/* 左右の背景の指定*/
body.-is-fv-slider-change .c-top-fv__bg-right svg,
body.-is-fv-slider-change .c-top-fv__bg-left svg {
  scale: 0;
  -webkit-transition: none;
  transition: none;
}

body.-is-fv-slider-change-end .c-top-fv__bg-right svg,
body.-is-fv-slider-change-end .c-top-fv__bg-left svg {
  scale: 1;
  -webkit-transition: scale 0.85s cubic-bezier(0.08, 0.82, 0.17, 1) 0.14s;
  transition: scale 0.85s cubic-bezier(0.08, 0.82, 0.17, 1) 0.14s;
}

body[data-bg-image="01"] .c-top-fv-slider__item-bg01 {
  pointer-events: auto;
}

body[data-bg-image="02"] .c-top-fv-slider__item-bg02 {
  pointer-events: auto;
}

body[data-bg-image="03"] .c-top-fv-slider__item-bg03 {
  pointer-events: auto;
}

/**************************************************
swiper-bg
**************************************************/
.c-top-fv-slider__item-bgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-top-fv-slider__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 140.7575757576%;
  -webkit-transition: scale 0.98s cubic-bezier(1, 0, 0, 1);
  transition: scale 0.98s cubic-bezier(1, 0, 0, 1);
  scale: 0;
  opacity: 0;
  will-change: opacity, scale;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__item-bg {
    width: 120vw;
  }
}
.c-top-fv-slider__item-bg svg {
  overflow: visible;
}
.c-top-fv-slider__item-bg01 {
  width: 140.7575757576%;
  max-width: 149.2883379247%;
  min-width: 127.9614325069%;
  top: -11.3636363636%;
  left: -13.0303030303%;
}
.c-top-fv-slider__item-bg01 svg {
  width: 100%;
}
.c-top-fv-slider__item-bg02 {
  width: 129.696969697%;
  max-width: 137.5573921028%;
  min-width: 117.9063360882%;
  top: -46px;
  left: -13.4848484848%;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__item-bg02 {
    top: -7vw;
    left: -20vw;
  }
}
.c-top-fv-slider__item-bg03 {
  width: 134.5454545455%;
  max-width: 142.6997245179%;
  min-width: 122.3140495868%;
  top: -129px;
  left: -15.4545454545%;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__item-bg03 {
    top: -15vw;
    left: -20vw;
  }
}

/**************************************************
背景の切り替え
**************************************************/
body[data-bg-image="01"] .c-top-fv-slider__item-bg01 {
  opacity: 1;
}

body[data-bg-image="02"] .c-top-fv-slider__item-bg02 {
  opacity: 1;
}

body[data-bg-image="03"] .c-top-fv-slider__item-bg03 {
  opacity: 1;
}

/**************************************************
アニメーション
**************************************************/
.c-img-slide-bg.anime-horizon {
  -webkit-animation: anime-horizon 2s ease-in-out infinite alternate;
          animation: anime-horizon 2s ease-in-out infinite alternate;
}

.c-img-slide-bg.anime-vertical {
  -webkit-animation: anime-vertical 3s ease-in-out infinite alternate;
          animation: anime-vertical 3s ease-in-out infinite alternate;
}

.c-img-slide-bg.anime-around {
  -webkit-animation: anime-around 5s linear infinite;
          animation: anime-around 5s linear infinite;
}

.c-img-slide-bg.anime-duration-A {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.c-img-slide-bg.anime-duration-B {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.c-img-slide-bg.anime-duration-C {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.c-img-slide-bg.anime-duration-D {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.c-img-slide-bg.anime-duration-E {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

@-webkit-keyframes anime-horizon {
  0% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}

@keyframes anime-horizon {
  0% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}
/* 垂直方向（上下）に往復するアニメーション */
@-webkit-keyframes anime-vertical {
  0% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
}
@keyframes anime-vertical {
  0% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
}
/* 円を描くようにぐるぐると動くアニメーション */
@-webkit-keyframes anime-around {
  0% {
    -webkit-transform: translate(0, -2%);
            transform: translate(0, -2%);
  }
  25% {
    -webkit-transform: translate(2%, 0);
            transform: translate(2%, 0);
  }
  50% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
  75% {
    -webkit-transform: translate(-2%, 0);
            transform: translate(-2%, 0);
  }
  100% {
    -webkit-transform: translate(0, -2%);
            transform: translate(0, -2%);
  }
}
@keyframes anime-around {
  0% {
    -webkit-transform: translate(0, -2%);
            transform: translate(0, -2%);
  }
  25% {
    -webkit-transform: translate(2%, 0);
            transform: translate(2%, 0);
  }
  50% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
  75% {
    -webkit-transform: translate(-2%, 0);
            transform: translate(-2%, 0);
  }
  100% {
    -webkit-transform: translate(0, -2%);
            transform: translate(0, -2%);
  }
}
/**************************************************
swiper-modal layout
**************************************************/
.c-top-fv-slider__modal {
  position: absolute;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  min-height: 880px;
  max-height: 1200px;
  height: 100svh;
  z-index: 9999;
  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;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal {
    min-height: auto;
    max-height: 100svh;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-top-fv-slider__modal-contens {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 50px 0 130px 0;
  max-width: 660px;
  border-radius: 40px;
  min-height: 740px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-contens {
    position: fixed;
    border-radius: 20px;
    max-width: calc(100vw - 32px);
    min-height: calc(100svh - 48px);
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.09);
    top: 24px;
    left: 50%;
  }
}
.c-top-fv-slider__modal-contens a:active,
.c-top-fv-slider__modal-contens a:visited,
.c-top-fv-slider__modal-contens a:focus {
  text-decoration: underline;
}
.c-top-fv-slider__modal-close {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-close {
    width: 100%;
    height: 30px;
    bottom: 17px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-close .c-icon--close-black {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-close::before {
    position: absolute;
    top: -45px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18.89%, rgba(255, 255, 255, 0)), color-stop(84.44%, #FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18.89%, #FFFFFF 84.44%);
  }
}
.c-top-fv-slider__modal-title-container {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-title-container {
    margin-bottom: 24px;
    gap: 18px;
  }
}
.c-top-fv-slider__modal-item-num {
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #232323;
  color: #fff;
  padding: 0 9px;
  border-radius: 9999px;
  border: 1px solid #232323;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  font-family: "Cabinet Grotesk", sans-serif;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-item-num {
    left: 0;
  }
}
.c-top-fv-slider__modal-item-num-text {
  position: relative;
  top: 1px;
}
.c-top-fv-slider__modal-item-title {
  position: relative;
  background-color: #fff;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #232323;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-item-title {
    font-size: 18px;
    line-height: 1.4;
    padding: 0 4.1025641026vw;
    text-align: center;
  }
}
.c-top-fv-slider__modal-item-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-top-fv-slider__modal-text {
  padding: 0 50px;
  font-weight: 500;
  color: #232323;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-text {
    font-size: 14px;
    padding: 0 4.1025641026vw;
  }
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-text.-is-scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-contens {
    max-height: calc(100svh - 52px);
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-contents-inner {
    padding: 40px 0 22px 0;
    height: 100%;
    max-height: calc(100svh - 113px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/**************************************************
表示するモーダル
**************************************************/
.c-top-fv-slider__modal, .c-top-fv-slider__modal-contens {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}

body.-is-modal-open .c-top-fv-slider__modal {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="1"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="1"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="2"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="2"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="3"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="3"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="4"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="4"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="5"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="5"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="6"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="6"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="7"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="7"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="8"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="8"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="9"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="9"] {
  opacity: 1;
  pointer-events: auto;
}

body[data-slide-num="10"].-is-modal-open .c-top-fv-slider__modal-contens[data-slide-num="10"] {
  opacity: 1;
  pointer-events: auto;
}

/**************************************************
swiper-modal swiper
**************************************************/
.c-top-fv-slider__modal-swiper {
  margin-bottom: 40px;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-swiper {
    margin-bottom: 15px;
  }
}
.c-top-fv-slider__modal-swiper .swiper-slide {
  width: 375px;
  aspect-ratio: 375/250;
  border-radius: 9999px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider__modal-swiper .swiper-slide {
    width: 69.7435897436vw;
    aspect-ratio: 272/181;
  }
}

/**************************************************
モーダル表示時の他要素の調整
**************************************************/
@media screen and (max-width: 767px) {
  body.-is-modal-open {
    overflow: hidden;
  }
}
body.-is-modal-open .c-fixed-menu {
  z-index: 10;
}

/**************************************************
swiper-buttons
**************************************************/
.c-top-fv-slider .swiper-buttons {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: -21.5151515152%;
  right: -53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider .swiper-buttons {
    top: -58px;
    right: -6px;
    gap: 4px;
  }
}
.c-top-fv-slider .swiper-button-prev,
.c-top-fv-slider .swiper-button-next {
  width: 12.4242424242%;
  min-width: 72px;
  min-height: 72px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider .swiper-button-prev,
  .c-top-fv-slider .swiper-button-next {
    width: 48px;
    height: 48px;
    min-width: auto;
    min-height: auto;
  }
}
.c-top-fv-slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-top-fv-slider .c-hover-icon {
  width: 100%;
  min-width: 72px;
  height: auto;
  min-height: 72px;
  aspect-ratio: 1/1;
  background-color: #232323;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider .c-hover-icon {
    width: 48px;
    height: 48px;
    min-width: auto;
    min-height: auto;
  }
}
.c-top-fv-slider .c-hover-icon path {
  -webkit-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out;
  stroke: #fff;
}
.c-top-fv-slider .c-hover-icon .c-hover-icon__inner {
  height: 11px;
}
.c-top-fv-slider .c-hover-icon .c-hover-icon__after,
.c-top-fv-slider .c-hover-icon .c-hover-icon__before {
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider .c-hover-icon .c-hover-icon__after,
  .c-top-fv-slider .c-hover-icon .c-hover-icon__before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-top-fv-slider .c-hover-icon {
    width: 48px;
    height: 48px;
  }
}
.c-top-fv-slider .c-hover-icon__after {
  -webkit-transform: translateX(-310%);
          transform: translateX(-310%);
}
.c-top-fv-slider .c-hover-icon__link:focus .c-hover-icon__before {
  -webkit-transform: translateX(310%);
          transform: translateX(310%);
}
.c-top-fv-slider .c-hover-icon__link:focus .c-hover-icon__after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (hover: hover) and (pointer: fine) {
  .c-top-fv-slider .c-hover-icon__link:hover .c-hover-icon__before {
    -webkit-transform: translateX(310%);
            transform: translateX(310%);
  }
  .c-top-fv-slider .c-hover-icon__link:hover .c-hover-icon__after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/**************************************************
top/fv
**************************************************/
.c-top-fv__vessel {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-top-fv-slider__item-num {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-top-fv__bg-right rect {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.c-top-fv__bg-left rect {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.c-top-fv-slider__item-bg rect {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.c-marquee-container--theme-color path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

body[data-theme-color=yellow] .c-header__logo path.-is-theme-color {
  fill: #cb3571;
}
body[data-theme-color=yellow] .c-top-fv__vessel {
  background-color: #ffdb4f;
}
body[data-theme-color=yellow] .c-top-fv-slider__item-num {
  background-color: #ffdb4f;
}
body[data-theme-color=yellow] .c-top-fv__bg-right rect {
  fill: #cb3571;
}
body[data-theme-color=yellow] .c-top-fv__bg-left rect {
  fill: #cb3571;
}
body[data-theme-color=yellow] .c-top-fv-slider__item-bg rect {
  fill: #cb3571;
}
body[data-theme-color=yellow] .c-marquee-container--theme-color path {
  fill: #ffdb4f;
}
body[data-theme-color=yellow] .c-top-fv-slider__modal-item-num {
  background-color: #cb3571;
}

body[data-theme-color=mizuiro] .c-header__logo path.-is-theme-color {
  fill: #dd7a56;
}
body[data-theme-color=mizuiro] .c-top-fv__vessel {
  background-color: #c1e4e9;
}
body[data-theme-color=mizuiro] .c-top-fv-slider__item-num {
  background-color: #c1e4e9;
}
body[data-theme-color=mizuiro] .c-top-fv__bg-right rect {
  fill: #dd7a56;
}
body[data-theme-color=mizuiro] .c-top-fv__bg-left rect {
  fill: #dd7a56;
}
body[data-theme-color=mizuiro] .c-top-fv-slider__item-bg rect {
  fill: #dd7a56;
}
body[data-theme-color=mizuiro] .c-marquee-container--theme-color path {
  fill: #c1e4e9;
}
body[data-theme-color=mizuiro] .c-top-fv-slider__modal-item-num {
  background-color: #dd7a56;
}

body[data-theme-color=hadairo] .c-header__logo path.-is-theme-color {
  fill: #028760;
}
body[data-theme-color=hadairo] .c-top-fv__vessel {
  background-color: #f1bf99;
}
body[data-theme-color=hadairo] .c-top-fv-slider__item-num {
  background-color: #f1bf99;
}
body[data-theme-color=hadairo] .c-top-fv__bg-right rect {
  fill: #028760;
}
body[data-theme-color=hadairo] .c-top-fv__bg-left rect {
  fill: #028760;
}
body[data-theme-color=hadairo] .c-top-fv-slider__item-bg rect {
  fill: #028760;
}
body[data-theme-color=hadairo] .c-marquee-container--theme-color path {
  fill: #f1bf99;
}
body[data-theme-color=hadairo] .c-top-fv-slider__modal-item-num {
  background-color: #028760;
}

/**************************************************
top/what-we-do
**************************************************/
.c-section--what-we-do {
  padding: 106px 0 116px 0;
}
@media screen and (max-width: 767px) {
  .c-section--what-we-do {
    padding: 54px 0 80px 0;
  }
}

.c-top-what-we-do .c-top-head {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-head {
    text-align: left;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-head-en .c-top-head-en__text {
    font-size: 16px;
  }
}
.c-top-what-we-do .c-top-head-ja {
  display: block;
  margin-top: 55px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-head-ja {
    margin-top: 28px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-head-ja img {
    width: 47.9487179487vw;
  }
}
.c-top-what-we-do .c-top-what-we-do__vessel {
  display: grid;
  grid-template-columns: 46.94% 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-what-we-do__vessel {
    display: block;
  }
}
.c-top-what-we-do .c-top-what-we-do__text {
  font-weight: 500;
  font-size: 16px;
}
.c-top-what-we-do .c-top-what-we-do__text p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-what-we-do__text p {
    font-size: 16px;
  }
}
.c-top-what-we-do .c-top-what-we-do__text p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-what-we-do__text p + p {
    margin-top: 30px;
  }
}
.c-top-what-we-do .c-top-what-we-do__bottom {
  width: 100%;
  height: 74px;
}
.c-top-what-we-do .c-top-what-we-do__img {
  max-width: 758px;
  width: 758px;
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-what-we-do__img {
    max-width: 145.1282051282vw;
    width: 145.1282051282vw;
    margin-top: -4px;
    will-change: transform;
  }
}
.c-top-what-we-do .c-top-what-we-do__img img {
  position: relative;
  top: 20px;
  right: -26px;
}
@media screen and (max-width: 767px) {
  .c-top-what-we-do .c-top-what-we-do__img img {
    right: auto;
    top: 0;
    left: 0;
  }
}

/**************************************************
アニメーション
**************************************************/
.c-top-what-we-do__img img {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.42s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, -webkit-transform 0.42s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, transform 0.42s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, transform 0.42s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.42s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

.-is-display-image .c-top-what-we-do__img img {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .-is-display-image .c-top-what-we-do__img img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/**************************************************
top/our-teams
**************************************************/
.c-section--our-teams {
  background: #fef5e5;
}

.c-top-teams {
  padding: 130px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .c-top-teams {
    padding: 100px 0 60px 0;
  }
}
.c-top-teams__intro {
  display: grid;
  grid-template-columns: 1fr 56.21%;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-top-teams__intro {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-top-teams__text-container {
    margin-top: 14px;
  }
}
.c-top-teams__main {
  margin-top: 70px;
  margin-inline: auto;
  width: min(100%, 1400px);
}
@media screen and (max-width: 767px) {
  .c-top-teams__main {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-top-teams__text {
    font-size: 16px;
  }
}

.c-top-teams-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 40px;
}
@media screen and (max-width: 767px) {
  .c-top-teams-list {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
  }
}
.c-top-teams-list__item {
  position: relative;
  padding: 0 62px 0 62px;
  /* サブグリッド */
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .c-top-teams-list__item {
    display: block;
    padding: 5px 16px 0 16px;
    border-top: 1px solid #232323;
  }
}
.c-top-teams-list__item:nth-child(even) {
  border-left: 1px solid #232323;
}
@media screen and (max-width: 767px) {
  .c-top-teams-list__item:nth-child(even) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .c-top-teams-list__item:not(:last-child) {
    padding-bottom: 60px;
  }
}
.c-top-teams-list__no {
  position: absolute;
  bottom: 100%;
  left: 16px;
  width: 100%;
  font-size: 16px;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (max-width: 767px) {
  .c-top-teams-list__no {
    position: relative;
    bottom: auto;
    left: -16px;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 34px;
    font-size: 13px;
  }
}
.c-top-teams-list__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 32px;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-top-teams-list__title {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
.c-top-teams-list__logo {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 767px) {
  .c-top-teams-list__logo {
    margin-bottom: 12px;
    width: 54.358974359vw;
  }
}
.c-top-teams-list__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-top-teams-list__text {
    font-size: 16px;
  }
}

.c-top-team-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-top-team-tags:is(* + *) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-top-team-tags:is(* + *) {
    margin-top: 12px;
    gap: 6px;
  }
}
.c-top-team-tags span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #232323;
  border-radius: 9999px;
  background: #fcd637;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-top-team-tags span {
    font-size: 14px;
    padding: 7px 10px;
  }
}

/**************************************************
top/our-solutions
**************************************************/
.c-section--our-solutions {
  padding: 136px 0 104px 0;
}
@media screen and (max-width: 767px) {
  .c-section--our-solutions {
    padding: 110px 0 60px 0;
  }
}
.c-section--our-solutions .c-btn-container {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-section--our-solutions .c-btn-container {
    margin-top: 80px;
    padding: 0 6.1538461538vw;
  }
}

.c-top-solutions__intro {
  display: grid;
  grid-template-columns: 1fr 56.21%;
}
@media screen and (max-width: 767px) {
  .c-top-solutions__intro {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-top-solutions__text-container {
    margin-top: 22px;
  }
}
.c-top-solutions__main {
  margin-top: 60px;
  padding-inline: 100px;
}
@media screen and (max-width: 767px) {
  .c-top-solutions__main {
    margin-top: 28px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-top-solutions__text {
    font-size: 16px;
  }
}

.c-top-solutions-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-inline: auto;
  width: min(100%, 1400px);
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-top-solutions-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 999px) {
  .c-top-solutions-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-top-solutions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    overflow-x: scroll;
  }
}
.c-top-solutions-list__item {
  padding: 41px 32px 48px 32px;
  border: 1px solid #232323;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-top-solutions-list__item {
    width: 56.4102564103vw;
    min-width: 220px;
    padding: 7.6923076923vw 5.1282051282vw 7.6923076923vw 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .c-top-solutions-list__item:first-child {
    margin-left: 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .c-top-solutions-list__item:last-child {
    margin-right: 6.1538461538vw;
  }
}
.c-top-solutions-list__mark {
  margin: 0 auto 27px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-top-solutions-list__mark {
    margin: 0 auto 20px auto;
    width: 42px;
  }
}
.c-top-solutions-list__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.9;
  text-align: center;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-top-solutions-list__title {
    font-size: 20px;
  }
}
.c-top-solutions-list__text {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-top-solutions-list__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.c-section--why {
  background: #e1edeb;
  padding: 106px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .c-section--why {
    padding: 60px 0;
  }
}
.c-section--why .c-section__inner {
  max-width: none;
  padding: 0 0 0 7.5vw;
}
@media screen and (max-width: 767px) {
  .c-section--why .c-section__inner {
    padding: 0 6.1538461538vw;
  }
}

/**************************************************
top/why-wonder-factory
**************************************************/
.c-top-why .c-top-head {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .c-top-why .c-top-head {
    margin-bottom: 30px;
  }
}
.c-top-why .c-top-head-ja {
  display: block;
  margin-top: 55px;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.24;
  letter-spacing: 0.02em;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .c-top-why .c-top-head-ja {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-top-why .c-top-head-ja img {
    margin: 0 auto;
  }
}
.c-top-why__vessel {
  display: grid;
  grid-template-columns: 41.91% 1fr;
  grid-template-rows: auto;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .c-top-why__vessel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-top-why__text {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-top-why__text p {
    font-size: 16px;
  }
}
.c-top-why__text p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-top-why__text p + p {
    margin-top: 22px;
  }
}
.c-top-why__text--strong {
  color: #f5605d;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-top-why__text--strong {
    font-size: 16px;
    text-align: center;
  }
}
.c-top-why__vision {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 112px 90px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-top-why__vision {
    padding: 50px 36px 60px 36px;
    border-radius: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-top-why__vision-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-top-why__vision-item + .c-top-why__vision-item {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .c-top-why__vision-item + .c-top-why__vision-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-top-why__vision-item-title {
    text-align: center;
  }
}
.c-top-why__vision-item-title img {
  height: 12.5px;
}
.c-top-why__vision-item-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-top-why__vision-item-text {
    margin-top: 8px;
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-section--news .c-section__inner {
    padding: 0;
  }
}

/**************************************************
top/news
**************************************************/
.c-section--news {
  padding: 150px 0 140px 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-section--news {
    padding: 120px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section--news {
    padding: 112px 0 80px 0;
  }
}
.c-section--news .c-news-container {
  margin-top: 70px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-section--news .c-news-container {
    margin-top: 24px;
  }
}
.c-section--news .c-btn-container {
  margin-top: 208px;
}
@media screen and (max-width: 767px) {
  .c-section--news .c-btn-container {
    padding: 0 6.1538461538vw;
    margin-top: 68px;
  }
}

.c-top-news__intro {
  display: grid;
  grid-template-columns: 1fr 56.21%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-top-news__intro {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-top-news__intro {
    grid-template-columns: 1fr;
  }
}

/**************************************************
top/news 切り替え
**************************************************/
#js-top-news-list .c-news-list__items {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}
#js-top-news-list .c-news-list__items.-is-active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

/**************************************************
/news/用のCSS
**************************************************/
@media screen and (max-width: 1200px) and (min-width: 768px) {
  body.news .c-page-header {
    padding: 0;
  }
}
body.news .c-breadcrumbs {
  padding: 0;
}
body.news .c-breadcrumbs__list {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 7.5vw;
}
@media screen and (max-width: 767px) {
  body.news .c-breadcrumbs__list {
    padding: 0 6.1538461538vw;
  }
}

.c-news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
}

/**************************************************
ニュース詳細用のCSS
**************************************************/
body.news-detail .c-page-header {
  margin: 46px 0 50px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  body.news-detail .c-page-header {
    margin: 50px 0 36px 0;
    padding-bottom: 36px;
  }
}
body.news-detail .c-page-title {
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.news-detail .c-page-title {
    margin-top: 16px;
  }
}
body.news-detail .c-page-title__main--news {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.6;
  color: #232323;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  body.news-detail .c-page-title__main--news {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  body.news-detail .c-page-title__main--news {
    font-size: 24px;
  }
}

.c-wp-editor--news {
  padding-bottom: 110px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-wp-editor--news {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-wp-editor--news {
    padding-bottom: 80px;
  }
}

.c-news-detail-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 60px 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c-news-detail-nav {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "areaA areaB" "areaC areaC";
    gap: 40px 0;
    max-width: 100%;
    overflow: hidden;
    padding: 40px 6.1538461538vw;
    margin-bottom: 80px;
  }
}
.c-news-detail-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  text-decoration: none;
  -webkit-transition: background 0.2s, opacity 0.2s;
  transition: background 0.2s, opacity 0.2s;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #232323;
}
.c-news-detail-nav__link--prev, .c-news-detail-nav__link--next {
  background: transparent;
  color: #232323;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .c-news-detail-nav__link--prev, .c-news-detail-nav__link--next {
    min-width: auto;
  }
}
.c-news-detail-nav__link--prev:focus, .c-news-detail-nav__link--next:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-detail-nav__link--prev:hover, .c-news-detail-nav__link--next:hover {
    opacity: 0.8;
  }
}
.c-news-detail-nav__link--prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-area: areaA;
}
.c-news-detail-nav__link--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-area: areaB;
}
.c-news-detail-nav__link--list {
  grid-area: areaC;
  background: #232323;
  color: #fff;
  width: 280px;
  height: 70px;
  border-radius: 35px;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-news-detail-nav__link--list {
    font-size: 14px;
    width: 66.1538461538vw;
    height: 62px;
    margin: 0 auto;
  }
}
.c-news-detail-nav__link--list::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/icon/icon-news-archives.svg") no-repeat center;
}
@media screen and (max-width: 767px) {
  .c-news-detail-nav__link--list::before {
    width: 20px;
    height: 20px;
  }
}
.c-news-detail-nav__link--list:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-detail-nav__link--list:hover {
    opacity: 0.8;
  }
}

/**************************************************
利用規約のCSS
**************************************************/
.l-main--terms {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-main--terms {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-wp-editor.c-wp-editor--terms {
    padding: 0 4.7961630695vw;
  }
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--terms {
    padding: 0 6.1538461538vw;
  }
}
.c-wp-editor.c-wp-editor--terms p + .wp-block-columns {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--terms p + .wp-block-columns {
    margin-top: 20px;
  }
}
.c-wp-editor.c-wp-editor--terms .wp-block-columns {
  padding: 0 20px;
}
.c-wp-editor.c-wp-editor--terms .wp-block-columns p + * {
  margin-top: 4px;
}
.c-wp-editor.c-wp-editor--terms .wp-block-columns + .wp-block-columns {
  margin-top: 16px;
}

/**************************************************
利用規約のCSS
**************************************************/
.c-wp-editor.c-wp-editor--privacy {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--privacy {
    margin-bottom: 80px;
  }
}
.c-wp-editor.c-wp-editor--privacy .wp-block-columns:nth-of-type(1) {
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--privacy .wp-block-columns:nth-of-type(1) {
    margin-top: 40px;
  }
}
.c-wp-editor.c-wp-editor--privacy .wp-block-columns {
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0 50px 0;
}
.c-wp-editor.c-wp-editor--privacy .wp-block-columns:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--privacy .wp-block-columns {
    padding: 30px 0 40px 0;
  }
}
.c-wp-editor.c-wp-editor--privacy .wp-block-columns h2.wp-block-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}
.c-wp-editor.c-wp-editor--privacy .wp-block-columns a {
  color: #232323;
}
.c-wp-editor.c-wp-editor--privacy .wp-block-columns ul.wp-block-list li::before {
  content: "・";
  margin-right: 0;
}

/**************************************************
利用規約のCSS
**************************************************/
.c-wp-editor.c-wp-editor--company {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--company {
    margin-bottom: 80px;
  }
}
.c-wp-editor.c-wp-editor--company .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-wp-editor.c-wp-editor--company .wp-block-columns {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--company .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 64px;
  }
}
.c-wp-editor.c-wp-editor--company .wp-block-columns h2.wp-block-heading {
  margin: 0 0 30px 0;
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--company .wp-block-columns h2.wp-block-heading {
    font-size: 22px;
  }
}
.c-wp-editor.c-wp-editor--company .wp-block-columns figure.wp-block-image {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--company .wp-block-columns figure.wp-block-image {
    padding: 0 20px;
  }
}
.c-wp-editor.c-wp-editor--company h2.wp-block-heading {
  margin: 0 0 13px 0;
  font-size: 30px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .c-wp-editor.c-wp-editor--company h2.wp-block-heading {
    font-size: 24px;
  }
}

/**************************************************
利用規約のCSS
**************************************************/
@media screen and (max-width: 1200px) {
  .page-contact__form {
    padding: 0 6.1538461538vw;
  }
}

body.contact-complete .l-main p + p {
  margin-top: 1em;
}

body.contact-error .l-main p + p {
  margin-top: 1em;
}/*# sourceMappingURL=../../maps/assets/styles/style.css.map */
