@charset "UTF-8";
/* ===================
 オリジナル
==================== */
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/* ====================
header height
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/*----------------------------------------
	BACE
-----------------------------------------*/
:root {
  --pc-header-h: 94px;
  --sp-header-h: 50px;
}

.pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}
html.is-open {
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  position: relative;
  width: 100%;
  min-width: 1280px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.87;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-wrap: break-word;
  color: #949494;
  background: #FCFAFF;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.87;
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
body.is-open {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #949494;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
.is-soon {
  display: none !important;
}

/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-inner {
  width: 100%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .c-inner {
    width: calc(354 / 414 * 100vw);
  }
}
.c-back-cyaan {
  position: relative;
  background-color: #39c5e5;
  z-index: 0;
}
.c-back-cyaan::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: 100%;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-cyaan::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-sky {
  position: relative;
  background-color: #60bde2;
  z-index: 0;
}
.c-back-sky::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: 100%;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-sky::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-blue {
  position: relative;
  background-color: #757575;
  z-index: 0;
}
.c-back-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: 100%;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-blue::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-wave {
  -webkit-mask-image: url(../img/common/background_wave_pc.svg);
          mask-image: url(../img/common/background_wave_pc.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 3500px;
          mask-size: 100% 3500px;
}
@media only screen and (max-width: 834px) {
  .c-back-wave {
    -webkit-mask-image: url(../img/common/background_wave_sp.svg);
            mask-image: url(../img/common/background_wave_sp.svg);
    -webkit-mask-size: 100% calc(3500 / 414 * 100vw);
            mask-size: 100% calc(3500 / 414 * 100vw);
  }
}

.c-link-cover {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 43px 0;
}
.c-link-cover * {
  position: relative;
}
.c-link-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #6E539D;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.c-link-cover:hover {
  opacity: 1;
  color: #fff !important;
}
.c-link-cover:hover::before {
  -webkit-transform: none;
          transform: none;
}
.c-link-cover:hover * {
  color: #fff !important;
}
.c-link-cover:hover *::before {
  color: #fff !important;
}
@media only screen and (min-width: 835px) {
  .c-link-all {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 500;
    margin-top: 60px;
    text-indent: 0.5em;
  }
  .c-link-all::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: -258px;
    width: 36px;
    height: 2px;
    background: #6E539D;
  }
  .c-link-button {
    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;
    width: 320px;
    height: 66px;
    font-size: 2.1rem;
    letter-spacing: 0.03em;
    line-height: 1.43;
    color: #fff;
    background: #6E539D;
    border-radius: 100vmax;
  }
}
.c-link-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.46;
  margin-top: 80px;
}
.c-link-category a {
  color: #757575;
}
.c-link-topics li {
  margin-left: -16px;
}
.c-link-topics li:nth-of-type(n+2) {
  margin-top: 90px;
}
.c-link-topics a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  padding: 4px;
}
.c-link-topics img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-link-topics-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 28px 16px 0;
}
.c-link-topics-text__title {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  line-height: 1.43;
  color: #000;
}
.c-link-topics-text__body {
  margin-top: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.c-link-topics-text__info {
  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;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.42;
  margin-top: auto;
}
.c-link-topics-text__info span {
  color: #757575;
}
.c-link-topics-text__info time {
  margin-left: auto;
}
.c-link-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #D1C1ED;
  border-left: 1px solid #D1C1ED;
}
.c-link-voice__item {
  padding: 12px;
  border-bottom: 1px solid #D1C1ED;
  border-right: 1px solid #D1C1ED;
}
.c-link-voice a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 42px 24px 24px;
  background: #fff;
  -webkit-column-break-before: 0;
     -moz-column-break-before: 0;
          break-before: 0;
}
@media only screen and (min-width: 835px) {
  .c-link-voice a:hover {
    border-radius: 0 0 43px 0;
  }
  .c-link-voice a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-link-voice__name {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  color: #757575;
}
.c-link-voice__job {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.46;
  margin-top: 4px;
}
.c-link-voice figure {
  display: block;
  width: 360px;
  height: pc(272);
  margin-top: 48px;
  overflow: hidden;
}
.c-link-voice img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-link-voice-button {
  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;
  width: 100%;
  max-width: 832px;
  height: 66px;
  margin: 56px auto 0;
}
.c-link-voice-button__button {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-link-voice .splide__list > .splide__slide {
  width: 33.3333% !important;
}
.c-link-voice .splide__arrow {
  width: 32px;
  height: 32px;
  bottom: -121px;
  top: auto;
}
.c-link-voice .splide__arrow * {
  display: none;
}
.c-link-voice .splide__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.c-link-voice .splide__arrow--prev {
  left: calc(50% - 422px);
  background: url(../img/common/arrow_pager_prev.svg) no-repeat center/contain;
}
.c-link-voice .splide__arrow--next {
  right: calc(50% - 422px);
  background: url(../img/common/arrow_pager_next.svg) no-repeat center/contain;
}

@media only screen and (max-width: 834px) {
  .c-link-cover {
    border-radius: 0 0 calc(30 / 414 * 100vw) 0;
  }
  .c-link-all, .c-link-button {
    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;
    gap: calc(30 / 414 * 100vw);
    font-size: calc(21 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.43;
    color: #9070AF;
    background: none;
    border: none;
    margin-top: calc(50 / 414 * 100vw);
  }
  .c-link-all::before, .c-link-all::after, .c-link-button::before, .c-link-button::after {
    content: "";
    display: block;
    width: calc(36 / 414 * 100vw);
    height: 1px;
    background: #9070AF;
  }
  .c-link-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(25 / 414 * 100vw);
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
    margin-top: calc(80 / 414 * 100vw);
  }
  .c-link-topics {
    max-width: calc(320 / 414 * 100vw);
    margin: 0 auto;
  }
  .c-link-topics li {
    margin-left: 0;
  }
  .c-link-topics li:nth-of-type(n+2) {
    margin-top: calc(55 / 414 * 100vw);
  }
  .c-link-topics li:nth-of-type(even) img {
    margin-left: auto;
  }
  .c-link-topics li:nth-of-type(even) .c-link-topics-text__title {
    text-align: right;
  }
  .c-link-topics a {
    display: block;
    padding: 0;
    border-radius: 0;
  }
  .c-link-topics img {
    display: block;
    width: calc(240 / 414 * 100vw);
    height: calc(240 / 414 * 100vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-link-topics-text {
    margin-top: calc(40 / 414 * 100vw);
    padding: 0;
  }
  .c-link-topics-text__title {
    font-size: calc(21 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.43;
  }
  .c-link-topics-text__body {
    margin-top: calc(40 / 414 * 100vw);
    -webkit-line-clamp: 6;
  }
  .c-link-topics-text__info {
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.42;
    margin-top: calc(26 / 414 * 100vw);
  }
  .c-link-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
  .c-link-voice li {
    width: 100%;
    padding: calc(12 / 414 * 100vw);
    border-top: 1px solid #D1C1ED;
    border-bottom: 1px solid #D1C1ED;
    border-right: none;
  }
  .c-link-voice li:nth-of-type(n+2) {
    margin-top: calc(24 / 414 * 100vw);
  }
  .c-link-voice a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: calc(42 / 414 * 100vw) calc(24 / 414 * 100vw) calc(24 / 414 * 100vw);
    background: #fff;
    -webkit-column-break-before: 0;
       -moz-column-break-before: 0;
            break-before: 0;
  }
  .c-link-voice__name {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.45;
  }
  .c-link-voice__job {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
    margin-top: calc(4 / 414 * 100vw);
  }
  .c-link-voice figure {
    display: block;
    width: calc(360 / 414 * 100vw);
    height: pc(272);
    margin-top: calc(48 / 414 * 100vw);
    overflow: hidden;
  }
  .c-link-voice img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-link-voice-button {
    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;
    height: auto;
    margin: calc(50 / 414 * 100vw) auto 0;
    padding: 0 calc(30 / 414 * 100vw);
  }
  .c-link-voice-button__prev, .c-link-voice-button__next {
    width: calc(17 / 414 * 100vw);
    height: calc(32 / 414 * 100vw);
  }
  .c-link-voice-button__button {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
}
/* 共通テキスト
-----------------------------------------*/
.c-text-mincho {
  font-family: "Zen Old Mincho", serif;
}
.c-text-lato {
  font-family: YakuHanJP, "Lato", sans-serif;
}
.c-text-mont {
  font-family: YakuHanJP, "Montserrat", sans-serif;
}
.c-text-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.c-text-logo {
  -webkit-mask-image: url("../img/common/logo_fujiidaimaru.svg");
          mask-image: url("../img/common/logo_fujiidaimaru.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-text-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 28px;
}
.c-text-sns a {
  display: block;
  width: 28px;
  height: 28px;
}
.c-text-sns__instagram {
  -webkit-mask-image: url("../img/common/icon_instagram.svg");
          mask-image: url("../img/common/icon_instagram.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-text-sns__line {
  -webkit-mask-image: url("../img/common/icon_line.svg");
          mask-image: url("../img/common/icon_line.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-text-sns__x {
  -webkit-mask-image: url("../img/common/icon_x.svg");
          mask-image: url("../img/common/icon_x.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-text-sns__facebook {
  width: 15px !important;
  -webkit-mask-image: url("../img/common/icon_facebook.svg");
          mask-image: url("../img/common/icon_facebook.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-text-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6E539D;
}
.c-text-time__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 5.2rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.c-text-time__block:not(:first-child) {
  padding-left: 32px;
}
.c-text-time__block:not(:first-child)::before {
  content: ":";
  position: absolute;
  top: -0.1em;
  left: 0;
  display: block;
  width: 32px;
  text-align: center;
  font-weight: 700;
}
.c-text-time__block dt {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: 500;
  text-align: center;
  margin-top: 20px;
}
.c-text-time__block dd {
  min-width: 80px;
  font-weight: 700;
  text-align: center;
}
.c-text-seeyou {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 60px);
  height: 186px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #6E539D !important;
  background: #fff;
  margin: 25px -30px 0;
}
.c-text-seeyou img {
  width: 273px;
}
.c-text-heading__section {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #6E539D;
}
.c-text-heading__catch {
  position: relative;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: left;
  font-weight: 500;
  color: #757575;
  margin-bottom: 35px;
  margin-top: -0.5em;
}
.c-text-heading__catch::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -98px;
  display: block;
  width: 10px;
  height: 72px;
  background: #6E539D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-text-heading__catch span {
  display: block;
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.c-text-article__heading {
  margin-top: 90px;
}
.c-text-article__heading strong {
  color: #000;
}
.c-text-nav__item a.is-current {
  color: #D1C1ED !important;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .c-text-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(28 / 414 * 100vw);
  }
  .c-text-sns a {
    width: calc(28 / 414 * 100vw);
    height: calc(28 / 414 * 100vw);
  }
  .c-text-sns__facebook {
    width: calc(15 / 414 * 100vw) !important;
    -webkit-mask-image: url("../img/common/icon_facebook.svg");
            mask-image: url("../img/common/icon_facebook.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .c-text-time__block {
    font-size: calc(43 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .c-text-time__block:not(:first-child) {
    padding-left: calc(32 / 414 * 100vw);
  }
  .c-text-time__block:not(:first-child)::before {
    top: -0.1em;
    width: calc(32 / 414 * 100vw);
  }
  .c-text-time__block dt {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.42;
    margin-top: calc(20 / 414 * 100vw);
  }
  .c-text-time__block dd {
    min-width: calc(55 / 414 * 100vw);
  }
  .c-text-seeyou {
    width: 100%;
    height: calc(186 / 414 * 100vw);
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin: calc(25 / 414 * 100vw) calc(-30 / 414 * 100vw) 0;
  }
  .c-text-seeyou img {
    width: calc(273 / 414 * 100vw);
  }
  .c-text-heading__section {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
  .c-text-heading__catch {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
    margin-bottom: calc(35 / 414 * 100vw);
  }
  .c-text-heading__catch::before {
    display: none;
  }
  .c-text-article__heading {
    margin-top: calc(48 / 414 * 100vw);
  }
  .c-text-article__heading strong {
    font-size: calc(26 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.42;
    font-weight: normal;
  }
  .c-text-article__heading span {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.43;
    margin-top: 0.5em;
  }
}
/* MODAL
===================================*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.c-modal__wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-modal__back {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(110, 83, 157, 0.97);
  pointer-events: visible;
}
.c-modal-button {
  position: fixed;
  top: 50%;
  left: 50%;
  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;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.c-modal-button__arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  pointer-events: visible;
}
.c-modal-button__arrow--prev {
  -webkit-mask-image: url("../img/common/arrow_pager_prev.svg");
          mask-image: url("../img/common/arrow_pager_prev.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left;
          mask-position: left;
}
.c-modal-button__arrow--next {
  -webkit-mask-image: url("../img/common/arrow_pager_next.svg");
          mask-image: url("../img/common/arrow_pager_next.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right;
          mask-position: right;
}
.c-modal-button__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  background: #3C3C3C;
  border: none;
  -webkit-mask-image: url("../img/common/button_close.svg");
          mask-image: url("../img/common/button_close.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-modal-voice {
  position: relative;
  display: none;
  max-width: 868px;
  padding: 36px;
  background: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 10;
  pointer-events: visible;
}
.c-modal-voice__profile {
  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;
  gap: 36px;
}
.c-modal-voice__profile img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
}
.c-modal-voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 398px;
}
.c-modal-voice__wrap:first-child {
  width: 360px;
}
.c-modal-voice__interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
  margin-top: 38px;
}
.c-modal-voice__interview dl:nth-of-type(n+2) {
  margin-top: 25px;
}
.c-modal-voice__interview dt {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #6E539D;
}
.c-modal-voice__text {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.62;
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .c-modal-button {
    position: relative;
    top: 0;
    left: 0;
    width: calc(354 / 414 * 100vw);
    height: auto;
    margin-top: calc(25 / 414 * 100vw);
    -webkit-transform: none;
            transform: none;
    z-index: 20;
  }
  .c-modal-button__arrow {
    width: calc(30 / 414 * 100vw);
    height: calc(30 / 414 * 100vw);
  }
  .c-modal-button__close {
    top: calc(2.5 / 414 * 100vw);
    right: calc(50% - 12.5 / 414 * 100vw);
    width: calc(25 / 414 * 100vw);
    height: calc(25 / 414 * 100vw);
    background: #fff;
  }
  .c-modal-voice {
    max-width: calc(354 / 414 * 100vw);
    max-height: 80vh;
    padding: calc(36 / 414 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
  .c-modal-voice__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(36 / 414 * 100vw);
  }
  .c-modal-voice__profile img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(360 / 414 * 100vw);
  }
  .c-modal-voice__wrap {
    width: 100%;
  }
  .c-modal-voice__wrap:first-child {
    width: 100%;
  }
  .c-modal-voice__interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(36 / 414 * 100vw);
    margin-top: calc(38 / 414 * 100vw);
  }
  .c-modal-voice__interview dl:nth-of-type(n+2) {
    margin-top: calc(36 / 414 * 100vw);
  }
  .c-modal-voice__interview dt {
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .c-modal-voice__text {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin-top: calc(20 / 414 * 100vw);
  }
}
.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
  will-change: mask-position;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
    will-change: mask-position;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
  will-change: mask-position;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
フェードイン
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-fadein 0.8s 0.5 forwards;
          animation: animate-fadein 0.8s 0.5 forwards;
  will-change: transform opacity;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
  will-change: transform opacity;
}

@-webkit-keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
#front-page .l-header {
  background: #6E539D;
}
#front-page .l-header * {
  color: #fff;
}
#front-page .l-header h1 {
  background: #fff;
}
#front-page .l-header-nav__sns a {
  background: #fff;
}
#front-page .l-header-nav__time {
  padding-bottom: 36px;
  border-bottom: 9px solid #fff;
}
#front-page .l-header-catch {
  display: block;
}
#front-page .l-header-catch__japanese::before {
  background: #fff;
}

.l-header__wrap {
  position: relative;
  padding-top: 175px;
}
.l-header__time {
  display: none;
}
.l-header-logo {
  width: 100%;
  height: 106px;
  background: #6E539D;
}
.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
.l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.67;
}
.l-header-nav__list a {
  color: #6E539D;
}
.l-header-nav__sns {
  position: absolute;
  top: 50px;
  right: 0;
}
.l-header-nav__sns a {
  background: #6E539D;
}
@media only screen and (min-width: 835px) {
  .l-header-nav__sns a:nth-of-type(n+3) {
    display: none;
  }
}
.l-header-catch {
  font-family: "Zen Old Mincho", serif;
  color: #6E539D;
}
.l-header-catch__japanese {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 3rem;
  letter-spacing: 0.03em;
  line-height: 1.47;
}
.l-header-catch__japanese::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -98px;
  display: block;
  width: 10px;
  height: 72px;
  background: #6E539D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-catch__english {
  position: absolute;
  top: 382px;
  left: 0;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.42;
}
.l-header-float {
  position: fixed;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 85px;
  padding: 0 96px;
  background: #6E539D;
  z-index: 1000;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-float.is-active {
  -webkit-transform: none;
          transform: none;
}
.l-header-float__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.67;
  margin-left: auto;
}
.l-header-float__list a {
  color: #fff;
}
.l-header-float__list a.is-current {
  color: #D1C1ED;
  pointer-events: none;
}
.l-header-float__sns {
  margin-left: 68px;
}
.l-header-float__sns a {
  background: #fff;
}
@media only screen and (min-width: 835px) {
  .l-header-float__sns a:nth-of-type(n+3) {
    display: none;
  }
}
.l-header__logo {
  width: 256px;
  height: 25px;
  background: #fff;
}
.l-header-hamburger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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;
  width: 32px;
  height: 25px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.l-header-hamburger__line {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-hamburger__line:nth-of-type(2), .l-header-hamburger__line:nth-of-type(3) {
  position: absolute;
  right: 0;
}
.l-header-hamburger__line:nth-of-type(2) {
  width: 20px;
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}
.l-header-hamburger__line:nth-of-type(3) {
  width: 13px;
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
}
.l-header-hamburger.is-open .l-header-hamburger__line {
  background: #fff;
}
.l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(1) {
  -webkit-transform: translate(0, 11px) rotate(-30deg);
          transform: translate(0, 11px) rotate(-30deg);
}
.l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(2) {
  -webkit-transform: translate(0, 11px) rotate(-30deg);
          transform: translate(0, 11px) rotate(-30deg);
  opacity: 0;
}
.l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(3) {
  -webkit-transform: translate(0, 11px) rotate(30deg);
          transform: translate(0, 11px) rotate(30deg);
  width: 100%;
}
.l-header-menu {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  max-width: 500px;
  padding: 5px 30px 0;
  background: rgba(110, 83, 157, 0.97);
  z-index: 999;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-menu.is-open {
  -webkit-transform: none;
          transform: none;
}
.l-header-menu__list {
  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;
  gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  font-weight: 500;
}
.l-header-menu__links {
  position: relative;
  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;
  gap: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-top: 65px;
}
.l-header-menu__links::before {
  content: "";
  position: absolute;
  top: 30px;
  display: block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.l-header-menu__sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.l-header-menu__sns a {
  background: #fff;
}
.l-header-menu__text {
  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;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.l-header-menu__time {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .l-header__wrap {
    padding-top: 85px;
    width: 100%;
  }
  .l-header__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(20 / 414 * 100vw);
  }
  .l-header-logo, .l-header-nav {
    display: none;
  }
  .l-header-hero img {
    width: 100%;
    height: calc(365 / 414 * 100vw);
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-header-catch {
    display: none;
    width: calc(356 / 414 * 100vw);
    margin: calc(10 / 414 * 100vw) auto 0;
  }
  .l-header-catch__japanese {
    position: static;
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .l-header-catch__japanese::before {
    display: none;
  }
  .l-header-catch__english {
    position: static;
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.42;
    margin: calc(20 / 414 * 100vw) auto 0;
  }
  .l-header-catch__english br {
    display: none;
  }
  .l-header-float {
    padding: 0 7%;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .l-header-float.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .l-header-menu {
    top: 85px;
    max-width: none;
    max-height: calc(100vh - 85px);
    padding: calc(5 / 414 * 100vw) calc(30 / 414 * 100vw) 0;
    overflow: auto;
  }
  .l-header-menu * {
    color: #fff;
  }
  .l-header-menu__list {
    gap: calc(25 / 414 * 100vw);
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.45;
  }
  .l-header-menu__links {
    gap: calc(40 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1;
    padding-top: calc(65 / 414 * 100vw);
  }
  .l-header-menu__links::before {
    top: calc(30 / 414 * 100vw);
    width: calc(36 / 414 * 100vw);
  }
  .l-header-menu__sns {
    margin-top: calc(25 / 414 * 100vw);
  }
  .l-header-menu__text {
    margin-top: calc(25 / 414 * 100vw);
    padding-top: calc(15 / 414 * 100vw);
  }
  .l-header-menu__time {
    margin-top: calc(20 / 414 * 100vw);
  }
  .l-header-menu__seeyou {
    width: 100vw;
  }
}
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  overflow: hidden;
  position: relative;
}
.l-footer-seeyou {
  position: relative;
  height: 220px;
  margin: 0 auto;
  background: none;
}
.l-footer-seeyou::before, .l-footer-seeyou::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 640px);
  display: block;
  width: 10px;
  height: 72px;
  background: #6E539D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer-seeyou::after {
  left: auto;
  right: calc(50% - 640px);
}
.l-footer-info {
  color: #fff;
  background: #6E539D;
}
.l-footer-info a {
  color: #fff;
}
.l-footer-info__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
}
.l-footer-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100px;
}
.l-footer-info-logo {
  width: 237px;
  height: 24px;
  background: #fff;
}
.l-footer-info__list {
  display: none;
}
.l-footer-info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.l-footer-info__links li:not(:last-of-type)::before {
  content: "|";
  margin: 0 1em;
}
.l-footer-info__links li:first-of-type::before {
  display: none;
}
.l-footer-info__sns {
  position: absolute;
  top: 60px;
  right: 0;
  gap: 20px;
}
.l-footer-info__sns a {
  width: 22px;
  background: #fff;
}
.l-footer-info__sns a:last-of-type {
  width: 13px !important;
}
.l-footer-info__copy {
  position: absolute;
  bottom: 60px;
  left: 0;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .l-footer {
    position: relative;
  }
  .l-footer-seeyou {
    height: calc(185 / 414 * 100vw);
    margin-bottom: calc(40 / 414 * 100vw);
    border-top: 1px solid #D1C1ED;
    border-bottom: 1px solid #D1C1ED;
  }
  .l-footer-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(320 / 414 * 100vw);
    padding: calc(40 / 414 * 100vw) 0;
  }
  .l-footer-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    margin-top: 40px;
  }
  .l-footer-info-logo {
    width: calc(320 / 414 * 100vw);
    height: calc(32 / 414 * 100vw);
  }
  .l-footer-info__list {
    display: block;
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.44;
  }
  .l-footer-info__list li:nth-of-type(n+2) {
    margin-top: calc(20 / 414 * 100vw);
  }
  .l-footer-info__links {
    display: block;
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.44;
  }
  .l-footer-info__links li:nth-of-type(n+2) {
    margin-top: calc(20 / 414 * 100vw);
  }
  .l-footer-info__links li:not(:last-of-type)::before {
    display: none;
  }
  .l-footer-info__sns {
    position: static;
    gap: calc(20 / 414 * 100vw);
  }
  .l-footer-info__sns p {
    display: none;
  }
  .l-footer-info__sns a {
    width: calc(22 / 414 * 100vw);
  }
  .l-footer-info__sns a:last-of-type {
    width: calc(13 / 414 * 100vw) !important;
  }
  .l-footer-info__copy {
    position: static;
    font-size: calc(10 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: center;
    margin-top: calc(40 / 414 * 100vw);
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.l-main {
  padding-bottom: 60px;
  border-bottom: 1px solid #D1C1ED;
}
.l-main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-main-flex__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 258px;
}
.l-main-flex__right {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .l-main {
    padding-bottom: calc(50 / 414 * 100vw);
  }
  .l-main-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(50 / 414 * 100vw);
  }
  .l-main-flex__left {
    width: 100%;
  }
  .l-main-breadcrumbs {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
  .l-main-breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-main-breadcrumbs__item:not(:first-of-type)::before {
    content: "/";
    margin: 0 0.75em;
  }
}
.p-top-message {
  color: #fff;
  padding-bottom: 60px;
  background: #6E539D;
  border-radius: 0 0 43px 0;
}
.p-top-message-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 59px;
}
.p-top-message-heading__title {
  border-color: #fff;
}
.p-top-message-heading__text {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-top-message-heading__text span {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
}
.p-top-message-text {
  padding-top: 50px;
  border-top: 9px solid #fff;
}
.p-top-message-text__catch {
  color: #fff;
}
.p-top-message__slide {
  margin-top: 44px;
}
.p-top-message__slide img {
  width: 320px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-feature {
  margin-top: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D6D6D6;
}
.p-top-feature-main__our {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.43;
  font-weight: 500;
  color: #757575;
  margin-top: 55px;
}
.p-top-feature-main__list {
  margin-top: 5px;
}
.p-top-feature-main__list li {
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px solid #D6D6D6;
}
.p-top-feature-main__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 77px;
  padding: 0 10px;
}
.p-top-feature-main__list span {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.46;
}
.p-top-feature-main__list strong {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.46;
  color: #757575;
}
.p-top-feature-main__list time::before {
  content: "/";
  margin: 0 0.5em;
  color: #000;
}
.p-top-topics {
  margin-top: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D6D6D6;
}
.p-top-voice {
  margin-top: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D1C1ED;
}
.p-top-voice__list {
  margin-top: 50px;
  border-top: 1px solid #D1C1ED;
  border-left: 1px solid #D1C1ED;
}
.p-top-history {
  margin-top: 120px;
}
.p-top-history-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.p-top-history-figure__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 256px;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  color: #757575;
}
@media only screen and (min-width: 835px) {
  .p-top-history-figure__1st figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
  }
  .p-top-history-figure__2nd {
    margin-top: 80px;
  }
  .p-top-history-figure__2nd figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 110px;
  }
  .p-top-history-figure__2nd h3 {
    width: auto;
    text-align: right;
    margin-top: 60px;
  }
  .p-top-history-figure__2nd p {
    width: 380px;
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
  .p-top-history-figure__3rd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 130px;
    margin-left: 120px;
  }
  .p-top-history-figure__3rd h3 {
    width: auto;
    margin-bottom: 32px;
  }
}
.p-top-history__links {
  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;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #D1C1ED;
}

@media only screen and (max-width: 834px) {
  .p-top {
    overflow: hidden;
  }
  .p-top-message {
    margin-top: -1px;
    padding-bottom: calc(40 / 414 * 100vw);
    border-radius: 0 0 calc(30 / 414 * 100vw) 0;
  }
  .p-top-message-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: calc(54 / 414 * 100vw);
  }
  .p-top-message-heading__text {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .p-top-message-heading__text span {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    line-height: 1.45;
  }
  .p-top-message-text {
    padding-top: 0;
    border: 0;
  }
  .p-top-message-text__catch {
    font-size: calc(28 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.43;
  }
  .p-top-message__slide {
    margin-top: calc(38 / 414 * 100vw);
  }
  .p-top-message__slide img {
    width: calc(320 / 414 * 100vw);
    height: calc(320 / 414 * 100vw);
  }
  .p-top-feature {
    margin-top: calc(56 / 414 * 100vw);
    padding-bottom: calc(56 / 414 * 100vw);
  }
  .p-top-feature-main__our {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.43;
    text-align: center;
    margin-top: calc(35 / 414 * 100vw);
  }
  .p-top-feature-main__list {
    margin-top: calc(10 / 414 * 100vw);
  }
  .p-top-feature-main__list li {
    padding: calc(4 / 414 * 100vw) 0;
  }
  .p-top-feature-main__list a {
    height: calc(77 / 414 * 100vw);
    padding: 0 calc(10 / 414 * 100vw);
  }
  .p-top-feature-main__list span {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.45;
  }
  .p-top-feature-main__list strong {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.45;
  }
  .p-top-topics {
    margin-top: calc(56 / 414 * 100vw);
    padding-bottom: calc(56 / 414 * 100vw);
  }
  .p-top-topics-heading__category {
    display: none;
  }
  .p-top-voice {
    margin-top: calc(56 / 414 * 100vw);
    padding-bottom: calc(56 / 414 * 100vw);
  }
  .p-top-voice-main__catch {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .p-top-voice__list {
    margin-top: 0;
    padding-bottom: calc(20 / 414 * 100vw);
    border-left: none;
    border-bottom: 1px solid #D1C1ED;
  }
  .p-top-voice-links .c-link-voice-button__prev,
  .p-top-voice-links .c-link-voice-button__next {
    display: none;
  }
  .p-top-history {
    margin-top: calc(56 / 414 * 100vw);
    padding-bottom: calc(0 / 414 * 100vw);
  }
  .p-top-history-main__catch {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .p-top-history-figure {
    margin-top: 0;
  }
  .p-top-history-figure__title {
    width: 100%;
    font-size: calc(21 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.43;
    text-align: center;
    margin-bottom: calc(36 / 414 * 100vw);
  }
  .p-top-history-figure__body {
    width: calc(354 / 414 * 100vw);
    margin: 0 auto;
  }
  .p-top-history-figure figcaption {
    display: block;
    margin-top: calc(32 / 414 * 100vw);
  }
  .p-top-history-figure__1st {
    width: 100%;
  }
  .p-top-history-figure__2nd {
    width: calc(388 / 414 * 100vw);
    margin: calc(40 / 414 * 100vw) auto 0;
  }
  .p-top-history-figure__2nd img {
    display: block;
  }
  .p-top-history-figure__3rd {
    display: none;
  }
  .p-top-history__links {
    margin-top: 0;
    padding-top: calc(0 / 414 * 100vw);
    border-top: none;
  }
}
/*----------------------------------------
	LIST
-----------------------------------------*/
.p-list-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.p-list-news__item:nth-of-type(n+2) {
  margin-top: 25px;
}
.p-list-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  font-weight: 700;
}
.p-list-news__text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 834px) {
  .p-list-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.63;
    padding-bottom: calc(15 / 414 * 100vw);
  }
  .p-list-news__item:nth-of-type(n+2) {
    margin-top: calc(15 / 414 * 100vw);
  }
  .p-list-news__date {
    width: 100%;
  }
  .p-list-news__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: wrap;
  }
}
/*----------------------------------------
	POST
-----------------------------------------*/
.p-post .l-header-hero {
  display: none;
}
@media only screen and (max-width: 834px) {
  .p-post .l-header-catch,
  .p-post .l-header__time {
    display: none;
  }
}
.p-post-feature-list__item {
  margin-top: 96px;
}
.p-post-feature-list__item:first-of-type {
  margin-top: 20px;
}
.p-post-feature-list__time {
  position: relative;
  width: 82px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.69;
  font-weight: 500;
}
.p-post-feature-list__time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 1px;
  background: #6E539D;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.p-post-feature-list__title {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.46;
}
.p-post-feature-list__title strong {
  color: #757575;
}
.p-post-feature-list__figure {
  display: block;
  margin-top: 60px;
}
.p-post-topics__list {
  margin-top: 90px;
}
.p-post-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 96px;
}
.p-post-links__line {
  display: block;
  width: 36px;
  height: 1px;
  margin: 0;
  background: #6E539D;
  border: none;
}
.p-post-links__wrap {
  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;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 1em;
}
.p-post-links__wrap a {
  color: #757575;
}
.p-post-links__next {
  margin-left: auto;
}
.p-post-links__back {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-post-single__wrap {
  margin-top: 20px;
}
.p-post-single__time {
  position: relative;
  width: 82px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.69;
  font-weight: 500;
}
.p-post-single__time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 1px;
  background: #6E539D;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.p-post-single__title {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.46;
}
.p-post-single__title strong {
  color: #757575;
}
.p-post-single__figure {
  display: block;
  margin-top: 60px;
}
.p-post-single__article > * {
  margin-top: 60px;
}
.p-post-single .wp-block-gallery-splide {
  width: 100%;
}
.p-post-single .splide__slide {
  width: 100%;
}
.p-post-single .splide__arrow {
  width: 32px;
  height: 32px;
}
.p-post-single .splide__arrow * {
  display: none;
}
.p-post-single .splide__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.p-post-single .splide__arrow--prev {
  left: -80px;
  background: url(../img/common/arrow_pager_prev.svg) no-repeat center/contain;
}
.p-post-single .splide__arrow--next {
  right: -80px;
  background: url(../img/common/arrow_pager_next.svg) no-repeat center/contain;
}

@media only screen and (max-width: 834px) {
  .p-post-feature__catch strong {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
  }
  .p-post-feature-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 414 * 100vw);
    margin-top: calc(24 / 414 * 100vw);
  }
  .p-post-feature-list__item:first-of-type {
    margin-top: calc(10 / 414 * 100vw);
  }
  .p-post-feature-list__item:not(:last-of-type)::after {
    content: "";
    width: calc(36 / 414 * 100vw);
    height: 1px;
    background: #6E539D;
    margin: 0 auto;
  }
  .p-post-feature-list__left {
    display: none;
  }
  .p-post-feature-list__time {
    position: static;
    width: 100%;
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2.69;
    text-align: center;
  }
  .p-post-feature-list__time::after {
    display: none;
  }
  .p-post-feature-list__title {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
    text-align: center;
  }
  .p-post-feature-list__figure {
    margin-top: calc(30 / 414 * 100vw);
    margin-inline: calc(-30 / 414 * 100vw);
  }
  .p-post-topics .c-link-category {
    display: none;
  }
  .p-post-topics__list {
    margin-top: 0;
  }
  .p-post-voice__catch strong {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .p-post-voice__list {
    border-left: none;
  }
  .p-post-links {
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-post-links__line {
    display: none;
  }
  .p-post-links__wrap {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding: 0;
  }
  .p-post-single__wrap {
    width: 100%;
    margin-top: calc(0 / 414 * 100vw);
  }
  .p-post-single__time {
    position: static;
    width: 100%;
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2.69;
    text-align: center;
  }
  .p-post-single__time::after {
    display: none;
  }
  .p-post-single__title {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
    text-align: center;
  }
  .p-post-single__figure {
    margin-top: calc(36 / 414 * 100vw);
  }
  .p-post-single__article > * {
    margin-top: calc(36 / 414 * 100vw);
  }
  .p-post-single__article h2,
  .p-post-single__article h3,
  .p-post-single__article h4,
  .p-post-single__article h5,
  .p-post-single__article p {
    width: 85.5072463768vw;
    margin-inline: auto;
  }
  .p-post-single .splide__arrow {
    top: auto;
    bottom: 0;
    width: calc(32 / 414 * 100vw);
    height: calc(32 / 414 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .p-post-single .splide__arrow--prev {
    left: 7vw;
  }
  .p-post-single .splide__arrow--next {
    right: 7vw;
  }
}
.p-page .l-header-hero {
  display: none;
}
@media only screen and (max-width: 834px) {
  .p-page .l-header-catch {
    display: none;
  }
}
.p-page-base__content {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
.p-page-base__content > *:not(:first-child) {
  margin-top: 32px;
}
.p-page-history__block {
  margin-top: 20px;
}
.p-page-history__block:nth-of-type(n+2) {
  margin-top: 96px;
}
.p-page-history__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.p-page-history__flex figure {
  margin-top: 0;
}
.p-page-history__flex figure + figure {
  margin-top: 32px;
}
.p-page-history__flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.p-page-history__flex--column p {
  margin-top: 0;
}
.p-page-history__flex--column figure {
  margin-top: 60px;
}
.p-page-history__figure {
  display: block;
  margin-top: 60px;
}
.p-page-history__figure img:nth-of-type(n+2) {
  margin-top: 32px;
}
.p-page-history__figure figcaption {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  margin-top: 1em;
}
@media only screen and (min-width: 835px) {
  .p-page-history__figure--367 {
    width: 367px;
  }
  .p-page-history__figure--416 {
    width: 416px;
  }
  .p-page-history__figure--480 {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-page-history__figure--half {
    width: 392px;
  }
}
.p-page-history__year {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #000;
}
.p-page-history__year::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 66px;
  display: block;
  width: 36px;
  height: 1px;
  background: #6E539D;
}
.p-page-history__year::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -98px;
  display: block;
  width: 10px;
  height: 72px;
  background: #6E539D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-page-history__year span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
.p-page-history__title {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.46;
  color: #757575;
  margin-bottom: 40px;
}
.p-page-history__body {
  margin-top: 32px;
  color: #757575;
}

@media only screen and (max-width: 834px) {
  .p-page-base__content {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
  .p-page-base__content > *:not(:first-child) {
    margin-top: calc(32 / 414 * 100vw);
  }
  .p-page-history__catch {
    white-space: nowrap;
  }
  .p-page-history__block {
    gap: calc(15 / 414 * 100vw);
    margin-top: calc(10 / 414 * 100vw);
  }
  .p-page-history__block:nth-of-type(n+2) {
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-page-history__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(32 / 414 * 100vw);
  }
  .p-page-history__flex figure {
    margin-top: calc(0 / 414 * 100vw);
  }
  .p-page-history__flex figure + figure {
    margin-top: calc(32 / 414 * 100vw);
  }
  .p-page-history__flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-page-history__flex--column p {
    margin-top: calc(16 / 414 * 100vw);
  }
  .p-page-history__flex--column figure {
    margin-top: calc(0 / 414 * 100vw);
  }
  .p-page-history__figure {
    margin-top: calc(24 / 414 * 100vw);
    margin-inline: calc(-30 / 414 * 100vw);
  }
  .p-page-history__figure--100 {
    margin-inline: auto;
  }
  .p-page-history__figure--mt {
    margin-top: calc(32 / 414 * 100vw) !important;
  }
  .p-page-history__figure img:nth-of-type(n+2) {
    margin-top: calc(32 / 414 * 100vw);
  }
  .p-page-history__figure figcaption {
    font-size: calc(11 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.45;
    text-align: center;
  }
  .p-page-history__year {
    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;
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
  }
  .p-page-history__year::before {
    display: none;
  }
  .p-page-history__year::after {
    left: calc(-30 / 414 * 100vw);
    width: calc(9 / 414 * 100vw);
    height: calc(35 / 414 * 100vw);
  }
  .p-page-history__year span {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .p-page-history__title {
    text-align: left;
    margin-bottom: calc(26 / 414 * 100vw);
  }
  .p-page-history__body {
    margin-top: calc(16 / 414 * 100vw);
  }
}