@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%;
}
html.is-open {
  overflow: hidden;
}
body {
  position: relative;
  width: 100%;
  min-width: 1200px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2.13;
  word-wrap: break-word;
  color: #000000;
  background: #FFFCF8;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.14;
    min-width: 0;
    overflow: auto;
    -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: #000000;
  -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;
  color: inherit;
  cursor: pointer;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
.c-text-bold {
  font-family: "TazuganeGothicStdN-Book";
}
.c-text-regular {
  font-family: "TazuganeGothicStdN-Regular";
}
.c-text-light {
  font-family: "TazuganeGothicStdN-Light";
}
.c-text-regular--en {
  font-family: "HelveticaLTPro-Roman";
}
.c-text-light--en {
  font-family: "HelveticaLTPro-Light";
}
.c-text-center {
  text-align: center;
}

.c-title-add-english {
  font-size: 34px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.c-title-add-english small {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 834px) {
  .c-title-add-english {
    font-size: calc(22 / 414 * 100vw);
    margin-bottom: calc(60 / 414 * 100vw);
  }
  .c-title-add-english small {
    font-size: calc(13 / 414 * 100vw);
    margin-top: calc(10 / 414 * 100vw);
  }
}

.c-nav__list {
  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: 40px;
}
.c-language {
  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;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
}
.c-language__item:not(:first-of-type) {
  border-left: 1px solid #000000;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

@media only screen and (max-width: 834px) {
  .c-nav__list {
    gap: calc(40 / 414 * 100vw);
  }
  .c-language {
    gap: calc(10 / 414 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
  }
  .c-language__item:not(:first-of-type) {
    border-top: 1px solid #fff;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: calc(10 / 414 * 100vw);
  }
}
/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-inner {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

@media screen and (max-width: 834px) {
  .c-full {
    padding: 0 calc(14 / 414 * 100vw);
  }
  .c-outer {
    padding: 0 calc(14 / 414 * 100vw);
  }
  .c-inner {
    padding: 0 calc(24 / 414 * 100vw);
  }
}
.c-link-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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%;
  padding: 0 25px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.c-link-arrow__jpn {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 2.08;
}
.c-link-arrow__eng {
  font-size: 1.7rem;
  letter-spacing: 0em;
  line-height: 1;
}
.c-link-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 40px;
  height: 20px;
  background: #000000;
  -webkit-mask-image: url("../img/common/arrow_link.svg");
          mask-image: url("../img/common/arrow_link.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-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 835px) {
  .c-link-arrow:hover {
    opacity: 1;
  }
  .c-link-arrow:hover::after {
    -webkit-transform: translateY(-50%) translateX(20px);
            transform: translateY(-50%) translateX(20px);
  }
}

@media only screen and (max-width: 834px) {
  .c-link-arrow {
    padding-left: calc(20 / 414 * 100vw);
  }
  .c-link-arrow__jpn {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 2.22;
  }
  .c-link-arrow__eng {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1;
  }
  .c-link-arrow::after {
    content: "";
    right: 30px;
    width: calc(28 / 414 * 100vw);
    height: calc(14 / 414 * 100vw);
  }
}
/* 共通テキスト
-----------------------------------------*/
/* 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(2, 117, 60, 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: #02753C;
}
.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-inview > img {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.u-vision-line {
  background-position: left center;
}
@media only screen and (min-width: 835px) {
  .u-vision-line--top {
    -webkit-animation: animate-vision-top-pc 25s linear forwards infinite;
            animation: animate-vision-top-pc 25s linear forwards infinite;
  }
}
@media only screen and (max-width: 834px) {
  .u-vision-line--top {
    -webkit-animation: animate-vision-top-sp 25s linear forwards infinite;
            animation: animate-vision-top-sp 25s linear forwards infinite;
  }
}
@media only screen and (min-width: 835px) {
  .u-vision-line--bottom {
    -webkit-animation: animate-vision-bottom-pc 15s linear forwards infinite;
            animation: animate-vision-bottom-pc 15s linear forwards infinite;
  }
}
@media only screen and (max-width: 834px) {
  .u-vision-line--bottom {
    -webkit-animation: animate-vision-bottom-sp 15s linear forwards infinite;
            animation: animate-vision-bottom-sp 15s linear forwards infinite;
  }
}

@-webkit-keyframes animate-vision-top-pc {
  to {
    background-position: -4850px center;
  }
}

@keyframes animate-vision-top-pc {
  to {
    background-position: -4850px center;
  }
}
@-webkit-keyframes animate-vision-top-sp {
  to {
    background-position: calc(-2425 / 414 * 100vw) center;
  }
}
@keyframes animate-vision-top-sp {
  to {
    background-position: calc(-2425 / 414 * 100vw) center;
  }
}
@-webkit-keyframes animate-vision-bottom-pc {
  to {
    background-position: -4233px center;
  }
}
@keyframes animate-vision-bottom-pc {
  to {
    background-position: -4233px center;
  }
}
@-webkit-keyframes animate-vision-bottom-sp {
  to {
    background-position: calc(-2116.5 / 414 * 100vw) center;
  }
}
@keyframes animate-vision-bottom-sp {
  to {
    background-position: calc(-2116.5 / 414 * 100vw) center;
  }
}
.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;
  }
}
/*===================================
transform
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}

.u-image-in {
  display: block;
  overflow: hidden;
}
.u-image-in img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: animate-transform ease-in-out 2s forwards;
          animation: animate-transform ease-in-out 2s forwards;
}
.u-image-out {
  display: block;
  overflow: hidden;
}
.u-image-out img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: animate-transform ease-in-out 2s forwards;
          animation: animate-transform ease-in-out 2s forwards;
}

.u-roll-z {
  -webkit-transform: rotateX(60deg);
          transform: rotateX(60deg);
  -webkit-animation: animate-transform ease-in-out 5s forwards infinite alternate;
          animation: animate-transform ease-in-out 5s forwards infinite alternate;
}

@-webkit-keyframes animate-transform {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-transform {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*===================================
回転
===================================*/
.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
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFFCF8;
  border-bottom: 1px solid #707070;
  z-index: 10;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.is-show {
  -webkit-transform: none;
          transform: none;
}
.l-header__wrap {
  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: 100%;
  z-index: 1;
}
.l-header-logo {
  width: 330px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  margin-right: auto;
}
.l-header-nav {
  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;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
}
.l-header-nav a {
  position: relative;
  cursor: pointer;
}
.l-header-nav a::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 835px) {
  .l-header-nav a:hover {
    opacity: 1;
  }
  .l-header-nav a:hover::before {
    -webkit-transform: none;
            transform: none;
  }
}
.l-header-nav .c-nav__list {
  margin-right: 40px;
}
.l-header-nav .c-nav__item--haspage > a {
  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: 0.5em;
}
.l-header-nav .c-nav__item--haspage > a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.l-header-nav .c-nav__item--haspage > a.is-open::after {
  -webkit-transform: rotate(135deg) translate(-35%, 35%);
          transform: rotate(135deg) translate(-35%, 35%);
}
.l-header-nav .c-nav-subpage {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100vw;
  height: 90px;
  background: #02753C;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.l-header-nav .c-nav-subpage.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.l-header-nav .c-nav-subpage::after {
  content: "";
  position: absolute;
  top: -14px;
  right: calc(50% - 250px);
  width: 22px;
  height: 15px;
  background: #02753C;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 10;
}
.l-header-nav .c-nav-subpage a {
  color: #fff;
}
.l-header-nav .c-nav-subpage a::before {
  background: #fff;
}
.l-header-nav .c-nav-subpage__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;
  width: 100%;
  height: 100%;
  gap: 100px;
}
.l-header-hamburger {
  display: none;
}
.l-header-float {
  display: none;
}

@media only screen and (max-width: 834px) {
  .l-header {
    height: 60px;
  }
  .l-header-logo {
    width: calc(257 / 414 * 100vw);
  }
  .l-header-nav {
    display: none;
  }
  .l-header-hamburger {
    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(30 / 414 * 100vw);
    height: calc(30 / 414 * 100vw);
    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: calc(9 / 414 * 100vw);
  }
  .l-header-hamburger__line::before, .l-header-hamburger__line::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #000000;
  }
  .l-header-hamburger__line::before {
    top: 0;
  }
  .l-header-hamburger__line::after {
    width: calc(17 / 414 * 100vw);
    bottom: 0;
  }
  .l-header-float {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: block;
    pointer-events: none;
    overflow: hidden;
  }
  .l-header-float a {
    color: #fff;
  }
  .l-header-float.is-open > * {
    right: 0;
    opacity: 1;
    pointer-events: visible;
  }
  .l-header-float .c-language {
    position: absolute;
    top: calc(110 / 414 * 100vw);
    right: calc(24 / 414 * 100vw);
  }
  .l-header-float__wrap {
    position: fixed;
    top: 0;
    right: -101%;
    width: calc(100% - 100 / 414 * 100vw);
    height: 100dvh;
    display: block;
    background: #2F2F2F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1010;
    opacity: 0;
  }
  .l-header-float__close {
    position: absolute;
    top: calc(20 / 414 * 100vw);
    right: calc(24 / 414 * 100vw);
    width: calc(30 / 414 * 100vw);
    height: calc(30 / 414 * 100vw);
    padding: 0;
    background: none;
    border: none;
    z-index: 10;
  }
  .l-header-float__close::before, .l-header-float__close::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: calc(22 / 414 * 100vw);
    height: 1px;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .l-header-float__close::after {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
  }
  .l-header-float__nav {
    position: relative;
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.18;
    height: 100dvh;
    overflow: auto;
    padding: 0 calc(24 / 414 * 100vw) 0 calc(52 / 414 * 100vw);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .l-header-float__nav .c-nav__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(25 / 414 * 100vw);
    margin-top: calc(110 / 414 * 100vw);
  }
  .l-header-float__nav .c-nav__item--haspage > a {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.29;
    color: #C9C9C9;
  }
  .l-header-float__nav .c-nav-subpage {
    text-indent: 1em;
  }
  .l-header-float__nav .c-nav-subpage__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 414 * 100vw);
    margin-top: calc(15 / 414 * 100vw);
  }
  .l-header-float__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 414 * 100vw);
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.13;
    margin-top: calc(50 / 414 * 100vw);
  }
  .l-header-float__list--row {
    -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-bottom: calc(50 / 414 * 100vw);
  }
  .l-header-float__icon {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100dvh;
    padding-left: calc(17 / 414 * 100vw);
    padding-bottom: calc(60 / 414 * 100vw);
    background: #EBEBEB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
    opacity: 0;
  }
  .l-header-float__icon img {
    width: calc(66 / 414 * 100vw);
  }
}
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  position: relative;
  color: #fff;
  background: linear-gradient(to bottom, transparent, transparent 95px, #2F2F2F 95px);
  padding-bottom: 30px;
  z-index: 2;
}
.l-footer a {
  color: #fff;
}
@media only screen and (min-width: 835px) {
  .l-footer .l-footer-none {
    display: none !important;
  }
}
.l-footer-background {
  width: 100%;
  height: 100px;
  background: url(../img/common/footer_back_pc.svg) no-repeat top center/100% 100px;
  margin-top: -100px;
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__wrap--nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-footer__wrap--info {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
  pointer-events: none;
  margin-top: -32px;
}
.l-footer__wrap--info > * {
  pointer-events: visible;
}
.l-footer-links__item:nth-of-type(n+2) {
  margin-top: 35px;
}
.l-footer-links__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 390px;
  height: 145px;
  color: #fff;
  padding-left: 20px;
}
.l-footer-links__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #484848;
  -webkit-transform: scale(0.02, 1);
          transform: scale(0.02, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-links__button::after {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
  display: block;
  width: 28px;
  height: 14px;
  background: #fff;
  -webkit-mask-image: url("../img/common/arrow_link.svg");
          mask-image: url("../img/common/arrow_link.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-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 835px) {
  .l-footer-links__button:hover {
    opacity: 1;
  }
  .l-footer-links__button:hover::before, .l-footer-links__button:hover::after {
    -webkit-transform: none;
            transform: none;
  }
}
.l-footer-links__button > * {
  position: relative;
}
.l-footer-links__heading {
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.21;
}
.l-footer-links__heading span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.13;
}
.l-footer-links__body {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.86;
  margin-top: auto;
}
.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
}
.l-footer-nav .c-nav__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45;
}
.l-footer-nav .c-nav__list .js-nav-haspage {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #C9C9C9;
}
.l-footer-nav .c-nav__list.c-text-regular {
  font-family: "TazuganeGothicStdN-Book" !important;
}
.l-footer-nav .c-nav-subpage {
  margin-top: 1em;
  padding-left: 1em;
}
.l-footer-nav .c-nav-subpage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.l-footer__inner {
  position: absolute;
  bottom: 0;
  right: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
}
.l-footer__language {
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-footer__language .c-language__item:not(:first-of-type) {
  border-left-color: #fff;
}
.l-footer__tel {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
.l-footer__plicy {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.14;
}
.l-footer__copy {
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.33;
}

@media only screen and (max-width: 834px) {
  .l-footer {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#2F2F2F));
    background: linear-gradient(to bottom, transparent, transparent calc(35 / 414 * 100vw), #2F2F2F calc(35 / 414 * 100vw));
    padding-bottom: calc(30 / 414 * 100vw);
  }
  .l-footer-background {
    height: calc(40 / 414 * 100vw);
    background: url(../img/common/footer_back_sp.svg) no-repeat top center/100% calc(40 / 414 * 100vw);
    margin-top: calc(-40 / 414 * 100vw);
  }
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: calc(65 / 414 * 100vw);
  }
  .l-footer__wrap--nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__wrap--info {
    gap: calc(15 / 414 * 100vw);
    margin-top: calc(65 / 414 * 100vw);
    padding-top: calc(50 / 414 * 100vw);
  }
  .l-footer-links {
    width: calc(386 / 414 * 100vw);
    margin: 0 auto;
  }
  .l-footer-links__item:nth-of-type(n+2) {
    margin-top: calc(25 / 414 * 100vw);
  }
  .l-footer-links__button {
    width: calc(366 / 414 * 100vw);
    height: calc(145 / 414 * 100vw);
    padding-left: calc(20 / 414 * 100vw);
  }
  .l-footer-links__button::before {
    width: calc(8 / 414 * 100vw);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .l-footer-links__button::after {
    content: "";
    top: calc(50% - 14 / 414 * 100vw);
    right: calc(0 / 414 * 100vw);
    width: calc(28 / 414 * 100vw);
    height: calc(14 / 414 * 100vw);
    -webkit-transform: translateX(calc(0 / 414 * 100vw));
            transform: translateX(calc(0 / 414 * 100vw));
  }
  .l-footer-links__heading {
    font-size: calc(28 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.21;
  }
  .l-footer-links__heading span {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.13;
  }
  .l-footer-links__body {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
  .l-footer-nav {
    display: block;
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin-top: 50px;
    padding: 0 calc(24 / 414 * 100vw);
  }
  .l-footer-nav .c-nav__list {
    display: block;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .l-footer-nav .c-nav__list .js-nav-haspage {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.29;
  }
  .l-footer-nav .c-nav__list--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 414 * 100vw);
    margin-top: calc(20 / 414 * 100vw);
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .l-footer-nav .c-nav__list--column li {
    margin-bottom: 0;
  }
  .l-footer-nav .c-nav__item {
    margin-bottom: calc(40 / 414 * 100vw);
  }
  .l-footer-nav .c-nav-subpage {
    margin-top: 0.5em;
    padding-left: 1em;
  }
  .l-footer-nav .c-nav-subpage__list {
    gap: 0.8em;
  }
  .l-footer__logo {
    width: calc(308 / 414 * 100vw);
    margin: 0 auto;
    line-height: 1;
  }
  .l-footer__inner {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: calc(60 / 414 * 100vw);
    margin-top: calc(15 / 414 * 100vw);
  }
  .l-footer__language {
    top: 0;
    bottom: auto;
    right: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-top: none;
  }
  .l-footer__language .c-language__item:not(:first-of-type) {
    padding-top: 0;
    padding-left: calc(10 / 414 * 100vw);
    border-top: none !important;
    border-left: 1px solid #fff;
  }
  .l-footer__plicy {
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
  }
  .l-footer__tel {
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.07;
  }
  .l-footer__copy {
    font-size: calc(10 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.4;
    text-align: center;
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.l-main-background {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/subpage_background.jpg) no-repeat center/cover;
  background-image: -webkit-image-set(url("../img/common/subpage_background.webp") type("image/webp"), url("../img/common/subpage_background.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/common/subpage_background.webp") type("image/webp"), url("../img/common/subpage_background.jpg") type("image/jpeg"));
  opacity: 0.03;
}
.l-main-cover {
  margin-top: -100vh;
}
.l-main-content {
  position: relative;
  padding-bottom: 285px;
}
.l-main-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-main-heading-text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  margin-top: 340px;
  z-index: 1;
}
@media only screen and (min-width: 835px) {
  .l-main-heading-text {
    height: 460px;
  }
}
.l-main-heading-text--noimage {
  height: auto;
  margin-top: 140px;
}
@media only screen and (min-width: 835px) {
  .l-main-heading-text--noimage {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 835px) {
  .l-main-heading-text--single {
    position: relative;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-main-heading-text--single .p-top-news__info {
    position: absolute;
    top: 10px;
    left: -185px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    width: 185px;
  }
  .l-main-heading-text--single h1 {
    white-space: wrap;
  }
}
.l-main-heading-text__title {
  font-size: 5rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.l-main-heading-text__sub {
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  line-height: 1.39;
}
.l-main-heading-text__eng {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 1em;
}
.l-main-heading-text__lead {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.89;
  margin-top: 50px;
}
.l-main-heading-image {
  position: absolute;
  top: 0;
  left: 560px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 835px) {
  .l-main-heading-image {
    width: calc(640px + (100vw - 1200px) / 2);
    min-width: 640px;
    height: 800px;
  }
  .l-main-heading-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
}
.l-main-about {
  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: 100px;
  margin-top: 110px;
}
.l-main-about__title {
  font-size: 3.2rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media only screen and (min-width: 835px) {
  .l-main-about__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    padding-left: 190px;
  }
}
.l-main-about__body {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 2.44;
}

@media only screen and (max-width: 834px) {
  .l-main-content {
    padding-bottom: calc(145 / 414 * 100vw);
  }
  .l-main-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-main-heading-text {
    position: relative;
    margin-top: calc(90 / 414 * 100vw);
  }
  .l-main-heading-text--noimage {
    margin-top: calc(90 / 414 * 100vw);
  }
  .l-main-heading-text--single h1 {
    margin-top: calc(20 / 414 * 100vw);
    white-space: wrap;
  }
  .l-main-heading-text__title {
    font-size: calc(32 / 414 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.13;
  }
  .l-main-heading-text__sub {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .l-main-heading-text__eng {
    position: absolute;
    top: 0;
    right: 0;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    margin-top: 0;
  }
  .l-main-heading-text__lead {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.86;
    margin-top: calc(35 / 414 * 100vw);
  }
  .l-main-heading-image {
    position: static;
    width: 100%;
    margin-top: calc(40 / 414 * 100vw);
  }
  .l-main-about {
    display: block;
    margin-top: calc(110 / 414 * 100vw);
  }
  .l-main-about__title {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.05;
    text-align: center;
  }
  .l-main-about__body {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
    margin-top: calc(40 / 414 * 100vw);
  }
}
.p-top {
  background: #EBEBEB;
}
.p-top .l-header {
  background: #EBEBEB;
}
.p-top-fv {
  position: relative;
}
.p-top-fv__back {
  display: block;
  width: 100%;
  height: 100vh;
}
.p-top-fv__back img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-fv-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  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: 35px;
  z-index: 5;
}
.p-top-fv-logo__icon {
  width: 130px;
}
.p-top-fv-logo__text {
  width: 420px;
}
.p-top-fv-text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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%;
  color: #fff;
  padding-left: 80px;
}
.p-top-fv-text__main {
  font-size: 9rem;
  letter-spacing: 0em;
  line-height: 1.14;
  margin-top: 1.3em;
}
.p-top-fv-text__body {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 70px;
}
.p-top-lead__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: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
  margin-top: 90px;
}
@media only screen and (min-width: 835px) {
  .p-top-lead__wrap {
    padding-left: 0;
  }
}
.p-top-lead__text {
  width: 100%;
}
.p-top-lead__heading {
  font-size: 2.6rem;
  letter-spacing: 0em;
  line-height: 1.73;
}
.p-top-lead__body {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 2.44;
  margin-top: 80px;
}
.p-top-lead__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 540px;
}
.p-top-feature {
  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;
  height: 100vh;
  background: #2F2F2F;
  overflow: hidden;
  margin-top: 200px;
}
.p-top-feature__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  mix-blend-mode: color-burn;
}
.p-top-feature__back img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-feature__wrap {
  position: sticky;
  top: 0;
  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: 10px;
  z-index: 2;
}
.p-top-feature__heading {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 5;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 2.25;
  -webkit-transition: 1s;
  transition: 1s;
}
.p-top-feature__heading span {
  display: block;
  font-size: 2.3rem;
  letter-spacing: 0em;
  line-height: 1.35;
}
.p-top-feature__heading.is-first {
  top: 445px;
  font-size: 4.6rem;
  letter-spacing: 0em;
  line-height: 2.5;
}
.p-top-feature__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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 110px;
  width: 100%;
  max-width: 1120px;
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.p-top-feature__block > *:not(picture) {
  display: none;
}
.p-top-feature__block picture {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
}
@media only screen and (min-width: 835px) {
  .p-top-feature__block--1st {
    position: absolute;
    right: calc(100% - 380px - 20px);
    width: 380px;
    z-index: 3;
  }
  .p-top-feature__block--1st .p-top-feature__picture {
    width: 380px;
  }
  .p-top-feature__block--1st.is-set {
    right: 40px;
    width: 100%;
  }
  .p-top-feature__block--1st.is-set .p-top-feature__picture {
    width: 430px;
  }
  .p-top-feature__block--1st.is-set picture {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .p-top-feature__block--2nd {
    position: absolute;
    right: calc(50% - 190px);
    width: 380px;
    z-index: 2;
  }
  .p-top-feature__block--2nd .p-top-feature__picture {
    width: 380px;
  }
  .p-top-feature__block--2nd.is-set {
    right: 40px;
    width: 100%;
  }
  .p-top-feature__block--2nd.is-set .p-top-feature__picture {
    width: 430px;
  }
  .p-top-feature__block--2nd.is-set picture {
    -webkit-filter: grayscale(100%) blur(10px);
            filter: grayscale(100%) blur(10px);
  }
  .p-top-feature__block--3rd {
    right: -20px;
    z-index: 1;
  }
  .p-top-feature__block--3rd .p-top-feature__picture {
    width: 380px;
  }
  .p-top-feature__block--3rd.is-set {
    right: 0;
    width: 100%;
  }
  .p-top-feature__block--3rd.is-set .p-top-feature__picture {
    width: 430px;
  }
  .p-top-feature__block--3rd.is-set picture {
    -webkit-filter: grayscale(100%) blur(10px);
            filter: grayscale(100%) blur(10px);
  }
}
.p-top-feature__block.is-start {
  padding: 0;
}
.p-top-feature__block.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-top-feature__block.is-view {
  opacity: 1;
}
.p-top-feature__block.is-view picture {
  -webkit-filter: none;
          filter: none;
}
.p-top-feature__picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 430px;
  margin-left: auto;
}
.p-top-feature__picture img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-feature__text {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-top-feature__jpn {
  position: absolute;
  top: -2em;
  left: 0;
  font-size: 4.2rem;
  letter-spacing: 0em;
  line-height: 1.62;
  white-space: nowrap;
  text-align: left;
}
.p-top-feature__jpn span {
  display: block;
}
@media only screen and (min-width: 835px) {
  .p-top-feature__jpn span {
    position: relative;
    right: -5em;
    text-align: right;
  }
}
.p-top-feature__eng {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 2.59;
  text-align: right;
}
.p-top-feature__eng--1st {
  top: 3em;
}
.p-top-feature__list {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2.57;
}
.p-top-feature__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;
  gap: 38px;
  color: #808080;
}
.p-top-feature__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #808080;
  border-radius: 100vmax;
}
.p-top-feature__item.is-current {
  color: #fff;
}
.p-top-feature__item.is-current::before {
  background: #fff;
}
.p-top-feature__trigger {
  width: 100%;
  height: 600px;
  position: sticky;
  top: 0;
  background: #FFF;
}
.p-top-vision {
  overflow-x: hidden;
  padding-top: 220px;
}
.p-top-vision__heading {
  position: relative;
  overflow: hidden;
  font-size: 3rem;
  letter-spacing: 0em;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
.p-top-vision__catch {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 2.19;
  margin-top: 85px;
}
.p-top-vision__catch strong {
  font-size: 4rem;
  letter-spacing: 0.16em;
  line-height: 1.75;
}
.p-top-vision__catch span {
  display: block;
}
.p-top-vision__catch p {
  position: relative;
}
.p-top-vision__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background-position: left center;
  background-repeat: repeat-x;
  border: none;
}
.p-top-vision__line--top {
  top: calc(50% - 185px);
  height: 370px;
  background-image: url(../img/top/vision_line_1.svg);
  background-size: 4850px auto;
}
.p-top-vision__line--bottom {
  top: calc(50% - 185px);
  height: 340px;
  background-image: url(../img/top/vision_line_2.svg);
  background-size: 4233px auto;
}
.p-top-vision__slide {
  margin-top: 300px;
}
.p-top-vision__slide .splide__slide {
  width: 700px;
}
.p-top-vision__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 2.44;
  margin: 100px auto 0;
}
.p-top-vision__button {
  width: 625px;
  height: 111px;
  margin: 80px auto 0;
}
.p-top-service {
  margin-top: 70px;
}
.p-top-service__heading {
  font-size: 3rem;
  letter-spacing: 0em;
  line-height: 1.2;
  text-align: center;
}
.p-top-service__heading span {
  display: block;
  font-size: 3.4rem;
  letter-spacing: 0em;
  line-height: 1.32;
  margin-top: 20px;
}
.p-top-service__image {
  display: block;
  margin-top: 45px;
  margin-top: -20px;
}
.p-top-news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
  margin-top: 210px;
}
@media only screen and (min-width: 835px) {
  .p-top-news {
    padding-right: 0;
  }
}
.p-top-news__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 288px;
  font-size: 3.4rem;
  letter-spacing: 0em;
  line-height: 2.35;
}
.p-top-news__heading span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.2;
}
.p-top-news__list {
  width: 100%;
}
.p-top-news__item:nth-of-type(n+2) {
  margin-top: 100px;
}
.p-top-news__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  gap: 40px;
}
@media only screen and (min-width: 835px) {
  .p-top-news__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-news__link:hover {
    opacity: 1;
  }
  .p-top-news__link:hover > * {
    opacity: 1;
  }
  .p-top-news__link:hover::before {
    -webkit-transform: none;
            transform: none;
  }
}
.p-top-news__link > * {
  position: relative;
  z-index: 1;
}
.p-top-news__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-news__info {
  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: 20px;
  line-height: 1;
}
.p-top-news__category {
  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;
  min-width: 94px;
  height: 26px;
  color: #fff;
  background: #02753C;
  padding: 0 0.5em;
}
.p-top-news__title {
  font-size: 2.6rem;
  letter-spacing: 0em;
  line-height: 1.73;
  margin-top: 30px;
}
.p-top-news__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: auto;
  color: #717171;
}
.p-top-news__tag li {
  display: inline-block;
}
.p-top-news__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  height: 300px;
}
.p-top-news__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-news__button {
  position: absolute;
  top: 200px;
  left: 40px;
  width: 288px;
  height: 111px;
}

@media only screen and (max-width: 834px) {
  .p-top__inner {
    height: calc(100dvh - 60px);
    margin-bottom: calc(-100dvh + 60px);
  }
  .p-top-fv__back {
    height: calc(500 / 414 * 100vw);
  }
  .p-top-fv-logo {
    top: calc(22 / 414 * 100vw);
    left: calc(14 / 414 * 100vw);
    gap: calc(20 / 414 * 100vw);
  }
  .p-top-fv-logo__icon {
    width: calc(72 / 414 * 100vw);
  }
  .p-top-fv-logo__text {
    width: calc(293 / 414 * 100vw);
  }
  .p-top-fv-text {
    padding-left: calc(33 / 414 * 100vw);
  }
  .p-top-fv-text__main {
    font-size: calc(36 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.47;
  }
  .p-top-fv-text__body {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.69;
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-top-lead__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(25 / 414 * 100vw);
    margin-top: calc(56 / 414 * 100vw);
    padding: 0 calc(24 / 414 * 100vw);
  }
  .p-top-lead__heading {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.64;
  }
  .p-top-lead__body {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
    margin-top: calc(35 / 414 * 100vw);
  }
  .p-top-lead__image {
    width: 100%;
  }
  .p-top-feature {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(100vh - 60px);
    margin-top: calc(120 / 414 * 100vw);
  }
  .p-top-feature__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    mix-blend-mode: color-burn;
  }
  .p-top-feature__back img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-feature__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 414 * 100vw);
    min-height: calc(616 / 414 * 100vw);
  }
  .p-top-feature__heading {
    position: absolute;
    top: calc(10 / 414 * 100vw);
    left: calc(24 / 414 * 100vw);
    color: #fff;
    z-index: 5;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.86;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-top-feature__heading span {
    display: block;
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.83;
  }
  .p-top-feature__heading.is-first {
    top: calc(310 / 414 * 100vw);
    font-size: calc(28 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.86;
  }
  .p-top-feature__block {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(35 / 414 * 100vw);
    width: calc(386 / 414 * 100vw);
    height: calc(506 / 414 * 100vw);
    padding: 0;
    margin-top: calc(60 / 414 * 100vw);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .p-top-feature__block picture {
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
  }
  .p-top-feature__block--1st {
    z-index: 3;
  }
  .p-top-feature__block--1st.is-set {
    margin-top: calc(100 / 414 * 100vw);
  }
  .p-top-feature__block--1st.is-set picture {
    -webkit-filter: none;
            filter: none;
  }
  .p-top-feature__block--2nd {
    position: absolute;
    top: calc(210 / 414 * 100vw);
    left: calc(14 / 414 * 100vw);
    z-index: 2;
  }
  .p-top-feature__block--2nd.is-set {
    top: calc(40 / 414 * 100vw);
  }
  .p-top-feature__block--2nd.is-set picture {
    -webkit-filter: grayscale(100%) blur(5px);
            filter: grayscale(100%) blur(5px);
  }
  .p-top-feature__block--3rd {
    position: absolute;
    top: calc(420 / 414 * 100vw);
    z-index: 1;
  }
  .p-top-feature__block--3rd.is-set {
    top: calc(40 / 414 * 100vw);
  }
  .p-top-feature__block--3rd.is-set picture {
    -webkit-filter: grayscale(100%) blur(5px);
            filter: grayscale(100%) blur(5px);
  }
  .p-top-feature__block.is-start {
    padding: 0;
  }
  .p-top-feature__block.is-hidden {
    opacity: 0;
  }
  .p-top-feature__block.is-view {
    opacity: 1;
  }
  .p-top-feature__block.is-view picture {
    -webkit-filter: none;
            filter: none;
  }
  .p-top-feature__picture {
    left: calc(14 / 414 * 100vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
  .p-top-feature__picture img {
    width: calc(386 / 414 * 100vw);
    height: calc(200 / 414 * 100vw);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .p-top-feature__text {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .p-top-feature__jpn {
    position: static;
    font-size: calc(23 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.57;
  }
  .p-top-feature__jpn span {
    display: block;
    text-align: right;
  }
  .p-top-feature__eng {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 4.07;
    text-align: left;
  }
  .p-top-feature__eng--1st {
    top: 0;
  }
  .p-top-feature__list {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.57;
  }
  .p-top-feature__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;
    gap: calc(38 / 414 * 100vw);
    color: #808080;
  }
  .p-top-feature__item::before {
    content: "";
    display: block;
    width: calc(8 / 414 * 100vw);
    height: calc(8 / 414 * 100vw);
    background: #808080;
    border-radius: 100vmax;
  }
  .p-top-feature__item.is-current {
    color: #fff;
  }
  .p-top-feature__item.is-current::before {
    background: #fff;
  }
  .p-top-feature__trigger {
    width: 100%;
    height: calc(600 / 414 * 100vw);
    position: sticky;
    top: 0;
    background: #FFF;
  }
  .p-top-vision {
    padding-top: calc(130 / 414 * 100vw);
  }
  .p-top-vision__heading {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.19;
  }
  .p-top-vision__catch {
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0.16em;
    line-height: 1.67;
    margin-top: calc(35 / 414 * 100vw);
  }
  .p-top-vision__catch strong {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0.16em;
    line-height: 1.36;
  }
  .p-top-vision__catch span {
    display: block;
  }
  .p-top-vision__catch p {
    position: relative;
  }
  .p-top-vision__line--top {
    top: calc(50% - 92.5 / 414 * 100vw);
    height: calc(185 / 414 * 100vw);
    background-size: calc(2425 / 414 * 100vw) auto;
  }
  .p-top-vision__line--bottom {
    top: calc(50% - 85 / 414 * 100vw);
    height: calc(170 / 414 * 100vw);
    background-size: calc(2116.5 / 414 * 100vw) auto;
  }
  .p-top-vision__slide {
    margin-top: calc(160 / 414 * 100vw);
  }
  .p-top-vision__slide .splide__slide {
    width: calc(280 / 414 * 100vw);
  }
  .p-top-vision__text {
    width: calc(386 / 414 * 100vw);
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
    margin: calc(60 / 414 * 100vw) auto 0;
  }
  .p-top-vision__button {
    width: calc(386 / 414 * 100vw);
    height: calc(83 / 414 * 100vw);
    margin: calc(25 / 414 * 100vw) auto 0;
  }
  .p-top-service {
    margin-top: calc(120 / 414 * 100vw);
  }
  .p-top-service__heading {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.19;
  }
  .p-top-service__heading span {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.05;
    margin-top: calc(0 / 414 * 100vw);
  }
  .p-top-service__image {
    width: calc(386 / 414 * 100vw);
    margin: calc(45 / 414 * 100vw) auto 0;
  }
  .p-top-news {
    display: block;
    margin-top: calc(120 / 414 * 100vw);
  }
  .p-top-news__heading {
    width: 100%;
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.05;
  }
  .p-top-news__heading span {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.23;
  }
  .p-top-news__item {
    margin-top: calc(35 / 414 * 100vw);
  }
  .p-top-news__item:nth-of-type(n+2) {
    margin-top: calc(35 / 414 * 100vw);
  }
  .p-top-news__link {
    gap: calc(25 / 414 * 100vw);
  }
  .p-top-news__info {
    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(20 / 414 * 100vw);
    line-height: 1;
  }
  .p-top-news__category {
    min-width: calc(80 / 414 * 100vw);
    height: calc(23 / 414 * 100vw);
  }
  .p-top-news__title {
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
    margin-top: calc(15 / 414 * 100vw);
  }
  .p-top-news__tag {
    gap: 0;
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: calc(15 / 414 * 100vw);
  }
  .p-top-news__tag li {
    margin-right: 0.5em;
  }
  .p-top-news__image {
    width: calc(120 / 414 * 100vw);
    height: calc(120 / 414 * 100vw);
  }
  .p-top-news__button {
    position: static;
    width: calc(386 / 414 * 100vw);
    height: calc(83 / 414 * 100vw);
    margin-top: calc(45 / 414 * 100vw);
  }
}
.p-about-section {
  padding: 100px 0;
}
.p-about-lead {
  padding-top: 200px;
  position: relative;
}
.p-about-lead__background {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.p-about-lead__background01 {
  position: relative;
  display: block;
  z-index: 1;
}
.p-about-lead__background01 img {
  width: 100%;
  height: auto;
  max-width: unset;
}
.p-about-lead__background02 {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.p-about-lead__background02 img {
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-lead__background02.is-visible {
  opacity: 1;
}
.p-about-lead__textarea {
  color: #ffffff;
  width: 100%;
  padding: 0 0 400px;
  margin-top: -100px;
}
.p-about-lead__title {
  font-size: 3.2rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}
.p-about-lead__title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  left: 0;
}
.p-about-lead__text {
  margin-top: 60px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 5;
  text-align: center;
  position: relative;
}
.p-about-lead__text span {
  display: block;
}
.p-about-philosophy {
  position: relative;
}
.p-about-philosophy dl {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-philosophy dl:nth-of-type(n+2) {
  margin-top: 50px;
}
.p-about-philosophy dl dt {
  width: 160px;
}
.p-about-philosophy dl dd {
  width: calc(100% - 160px);
  font-size: 26px;
  line-height: 1.4;
}
.p-about-support__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.p-about-history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-about-history dl dt,
.p-about-history dl dd {
  padding: vw(35);
  border-top: 1px solid #CBDC95;
}
.p-about-history dl dt {
  width: 200px;
  font-size: 28px;
  border-color: #02753C;
  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;
  padding: vw(20);
}
.p-about-history dl dt:last-of-type {
  border-bottom: 1px solid #02753C;
}
.p-about-history dl dd {
  width: calc(100% - 200px);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 70px;
}
.p-about-history dl dd:last-of-type {
  border-bottom: 1px solid #CBDC95;
}
.p-about-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 125px;
}
.p-about-message__img {
  width: calc((100% - 125px) * 0.38);
}
.p-about-message__textarea {
  width: calc((100% - 125px) * 0.62);
  max-width: 600px;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 80px;
}
.p-about-message__title small {
  display: inline-block;
  margin-left: 20px;
}
.p-about-message__text {
  font-size: 18px;
  line-height: 2.5;
}
.p-about-message__name {
  margin-top: 50px;
  font-size: 26px;
  text-align: right;
}
.p-about-message__name small {
  font-size: 16px;
  margin-left: 10px;
}
.p-about-company {
  padding-bottom: 0;
}
.p-about-company__title {
  float: left;
  margin-right: 70px;
}
.p-about-company__pcbox {
  display: block;
  height: 50px;
  width: 100%;
}
.p-about-company__table th,
.p-about-company__table td {
  padding: 17px 20px;
  border-top: 1px solid #CBDC95;
  border-bottom: 1px solid #CBDC95;
  text-align: left;
  vertical-align: top;
}
.p-about-company__table th {
  padding-left: 65px;
  width: 34%;
}
.p-about-company__table td {
  width: 66%;
}

@media only screen and (max-width: 834px) {
  .p-about-section {
    padding: calc(60 / 414 * 100vw) 0;
  }
  .p-about-lead {
    padding-top: calc(120 / 414 * 100vw);
    position: relative;
  }
  .p-about-lead__textarea {
    padding: 0 0 calc(350 / 414 * 100vw);
    margin-top: 0px;
  }
  .p-about-lead__title {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.05;
    padding-left: 20px;
    position: relative;
  }
  .p-about-lead__title::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 18px;
    left: 0;
  }
  .p-about-lead__text {
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 4.67;
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-about-philosophy {
    position: relative;
    padding: calc(60 / 414 * 100vw) 0;
  }
  .p-about-philosophy dl {
    display: block;
    text-align: center;
  }
  .p-about-philosophy dl:nth-of-type(n+2) {
    margin-top: calc(50 / 414 * 100vw);
  }
  .p-about-philosophy dl dt {
    width: 100%;
    font-size: calc(15 / 414 * 100vw);
    margin-bottom: calc(30 / 414 * 100vw);
  }
  .p-about-philosophy dl dd {
    width: 100%;
    font-size: calc(20 / 414 * 100vw);
    line-height: 2;
  }
  .p-about-support {
    padding-inline: calc(14 / 414 * 100vw);
  }
  .p-about-support__title {
    font-size: calc(17 / 414 * 100vw);
    margin-bottom: calc(40 / 414 * 100vw);
  }
  .p-about-history dl dt,
  .p-about-history dl dd {
    padding: calc(20 / 414 * 100vw);
    border-top: calc(2 / 414 * 100vw) solid #CBDC95;
  }
  .p-about-history dl dt {
    width: calc(66 / 414 * 100vw);
    font-size: calc(20 / 414 * 100vw);
    border-color: #02753C;
    padding: vw(20);
  }
  .p-about-history dl dt:last-of-type {
    border-bottom: calc(2 / 414 * 100vw) solid #02753C;
  }
  .p-about-history dl dd {
    width: calc(100% - 66 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    padding: calc(20 / 414 * 100vw);
  }
  .p-about-history dl dd:last-of-type {
    border-bottom: calc(2 / 414 * 100vw) solid #CBDC95;
  }
  .p-about-message__flex {
    display: block;
    gap: calc(0 / 414 * 100vw);
  }
  .p-about-message__img {
    width: calc(230 / 414 * 100vw);
    margin: 0 auto calc(40 / 414 * 100vw);
  }
  .p-about-message__textarea {
    width: 100%;
    font-size: calc(16 / 414 * 100vw);
    line-height: 1.8;
    margin-top: calc(0 / 414 * 100vw);
  }
  .p-about-message__title {
    text-align: center;
  }
  .p-about-message__title small {
    display: block;
    margin-left: calc(0 / 414 * 100vw);
  }
  .p-about-message__text {
    font-size: calc(16 / 414 * 100vw);
    line-height: 2.5;
  }
  .p-about-message__name {
    margin-top: calc(35 / 414 * 100vw);
    font-size: calc(22 / 414 * 100vw);
    text-align: right;
  }
  .p-about-message__name small {
    font-size: calc(16 / 414 * 100vw);
    margin-left: calc(10 / 414 * 100vw);
  }
  .p-about-company__title {
    float: unset;
    margin-right: calc(0 / 414 * 100vw);
    text-align: center;
  }
  .p-about-company__pcbox {
    display: none;
  }
  .p-about-company__table th,
  .p-about-company__table td {
    padding: calc(15 / 414 * 100vw) calc(15 / 414 * 100vw);
    border-top: calc(1 / 414 * 100vw) solid #000000;
    border-bottom: calc(1 / 414 * 100vw) solid #000000;
    font-size: calc(14 / 414 * 100vw);
    line-height: 1.6;
  }
  .p-about-company__table th {
    padding-left: calc(15 / 414 * 100vw);
    width: 40%;
  }
  .p-about-company__table td {
    width: 60%;
    text-align: left;
  }
}
.p-support-lead-movie {
  margin-top: 130px;
}
.p-support-lead-movie__title {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 2.25;
  text-align: center;
}
.p-support-lead-movie__content {
  width: 960px;
  height: 540px;
  margin: 15px auto 0;
}
.p-support-lead-movie__content iframe {
  width: 100%;
  height: 100%;
}
.p-support-artive {
  margin-top: 120px;
}
.p-support-artive__list {
  border-top: 1px solid #02753C;
}
.p-support-artive__item {
  background: rgba(255, 252, 248, 0.22);
  border-bottom: 1px solid #02753C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 835px) {
  .p-support-artive__item:hover {
    background: rgba(203, 220, 149, 0.22);
  }
  .p-support-artive__item:hover .p-support-artive__content {
    height: auto;
    opacity: 1;
  }
  .p-support-artive__item:hover .p-support-artive__image {
    max-height: 520px;
  }
  .p-support-artive__item:hover .p-support-artive__arrow::before,
  .p-support-artive__item:hover .p-support-artive__arrow::after {
    opacity: 1;
  }
}
.p-support-artive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 65px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-support-artive__link:hover {
  opacity: 1;
}
.p-support-artive__text {
  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;
  width: 100%;
}
.p-support-artive__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
}
.p-support-artive__title span {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
.p-support-artive__content {
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  height: 0;
  margin-left: auto;
  margin-right: 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.p-support-artive__content a {
  text-decoration: underline;
}
.p-support-artive__catch {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.89;
}
.p-support-artive__lead {
  margin-top: 30px;
}
.p-support-artive__arrow {
  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;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-left: 25px;
}
.p-support-artive__arrow::before {
  content: "詳細はこちら";
  position: absolute;
  top: 50%;
  right: 50px;
  font-family: "TazuganeGothicStdN-Regular";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.p-support-artive__arrow::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: #000000;
  -webkit-mask-image: url("../img/common/arrow_link.svg");
          mask-image: url("../img/common/arrow_link.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-support-artive__arrow:hover {
  opacity: 1;
}
.p-support-artive__arrow:hover::after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.p-support-artive__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 520px;
  max-height: 330px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-support-artive__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 834px) {
  .p-support-lead-movie {
    margin-top: calc(80 / 414 * 100vw);
  }
  .p-support-lead-movie__title {
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.65;
  }
  .p-support-lead-movie__content {
    width: calc(386 / 414 * 100vw);
    height: auto;
    margin: calc(30 / 414 * 100vw) calc(-10 / 414 * 100vw) 0;
  }
  .p-support-artive {
    margin-top: calc(80 / 414 * 100vw);
  }
  .p-support-artive__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(25 / 414 * 100vw);
    padding: calc(30 / 414 * 100vw) calc(24 / 414 * 100vw);
  }
  .p-support-artive__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 414 * 100vw);
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.2;
  }
  .p-support-artive__title span {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-support-artive__content {
    max-width: none;
    height: auto;
    display: block;
    text-overflow: inherit;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    margin-top: calc(30 / 414 * 100vw);
    opacity: 1;
  }
  .p-support-artive__catch {
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.87;
  }
  .p-support-artive__lead {
    margin-top: calc(15 / 414 * 100vw);
  }
  .p-support-artive__arrow {
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.17;
    margin-top: calc(30 / 414 * 100vw);
    padding-left: calc(0 / 414 * 100vw);
  }
  .p-support-artive__arrow::before {
    right: calc(50 / 414 * 100vw);
  }
  .p-support-artive__arrow::after {
    width: calc(40 / 414 * 100vw);
    height: calc(20 / 414 * 100vw);
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .p-support-artive__image {
    width: 100%;
    height: calc(162 / 414 * 100vw);
  }
}
.p-support-detail-mv {
  position: relative;
  padding: 0;
}
.p-support-detail-mv__title {
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  width: 100%;
  line-height: 1.4;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.p-support-detail-mv__title small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.p-support-detail-mv__background {
  display: block;
  width: 100%;
  height: 400px;
}
.p-support-detail-mv__background img {
  width: 100%;
  height: 100%;
  max-width: auto;
  max-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.p-support-detail-mv__background--yeast, .p-support-detail-mv__background--whisky-fans {
  background: #000;
}
.p-support-detail-mv__background--yeast img, .p-support-detail-mv__background--whisky-fans img {
  opacity: 0.4;
}
.p-support-detail-lead {
  padding-block: 110px 180px;
}
.p-support-detail-lead__title {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.p-support-detail-lead__text {
  font-size: 18px;
  max-width: 750px;
  margin-inline: auto;
  line-height: 2.5;
}
.p-support-detail-lead__text a {
  text-decoration: underline;
}
.p-support-detail-tab-area {
  position: relative;
  margin-bottom: 140px;
  padding-left: 19%;
}
.p-support-detail-tab-area__wrap {
  position: sticky;
  top: 100px;
  z-index: 1;
  pointer-events: none;
}
.p-support-detail-tab-area__wrap--point02 .p-support-detail-tab-area__tab {
  margin-left: 124px;
}
.p-support-detail-tab-area__wrap--point02 .p-support-detail-tab-area__tab-link {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.p-support-detail-tab-area__wrap--point02 .p-support-detail-tab-area__contents {
  border-top: 1px solid #FFF;
}
.p-support-detail-tab-area__wrap--point03 .p-support-detail-tab-area__tab {
  margin-left: 246px;
}
.p-support-detail-tab-area__wrap--point03 .p-support-detail-tab-area__tab-link {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.p-support-detail-tab-area__wrap--point03 .p-support-detail-tab-area__contents {
  border-top: 1px solid #FFF;
}
.p-support-detail-tab-area__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-support-detail-tab-area__tab-link {
  position: relative;
  bottom: -1px;
  width: 124px;
  height: 44px;
  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;
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
  background: #2F2F2F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: visible;
  z-index: 2;
}
.p-support-detail-tab-area__tab-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/barrel/maintenance_back.jpg) no-repeat center top/1280px auto;
  mix-blend-mode: color-burn;
}
.p-support-detail-tab-area__contents {
  position: relative;
  background: #2F2F2F;
  padding: 40px 0px 40px 55px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.p-support-detail-tab-area__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/barrel/maintenance_back.jpg) no-repeat center top/cover;
  mix-blend-mode: color-burn;
}
.p-support-detail-tab-area__text-area {
  position: relative;
  width: 35%;
  line-height: 1.4;
  padding-top: 40px;
}
.p-support-detail-tab-area__text-title {
  font-size: 30px;
  margin-bottom: 30px;
}
.p-support-detail-tab-area__text-main {
  line-height: 2.5;
}
.p-support-detail-tab-area__img-area {
  position: relative;
  width: 62%;
}
.p-support-detail-bottom-text {
  max-width: 830px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.5;
}

@media only screen and (max-width: 834px) {
  .p-support-detail-mv {
    padding-inline: 0;
  }
  .p-support-detail-mv__title {
    font-size: calc(22 / 414 * 100vw);
  }
  .p-support-detail-mv__title small {
    font-size: calc(14 / 414 * 100vw);
  }
  .p-support-detail-mv__background {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .p-support-detail-mv__background img {
    display: block;
    width: 150%;
    margin-left: -25%;
    max-width: unset;
  }
  .p-support-detail-lead {
    padding-block: calc(100 / 414 * 100vw) calc(80 / 414 * 100vw);
  }
  .p-support-detail-lead__title {
    font-size: calc(18 / 414 * 100vw);
    margin-bottom: calc(20 / 414 * 100vw);
  }
  .p-support-detail-lead__text {
    font-size: calc(16 / 414 * 100vw);
    max-width: calc(750 / 414 * 100vw);
  }
  .p-support-detail-tab-area {
    margin-bottom: calc(70 / 414 * 100vw);
    padding-left: 0;
  }
  .p-support-detail-tab-area__inner {
    padding-inline: 0;
  }
  .p-support-detail-tab-area__wrap {
    position: sticky;
    top: 60px;
    pointer-events: none;
  }
  .p-support-detail-tab-area__wrap--point02 .p-support-detail-tab-area__tab {
    margin-left: calc(123 / 414 * 100vw);
  }
  .p-support-detail-tab-area__wrap--point03 .p-support-detail-tab-area__tab {
    margin-left: calc(245 / 414 * 100vw);
  }
  .p-support-detail-tab-area__tab-link {
    width: calc(122 / 414 * 100vw);
    height: calc(30 / 414 * 100vw);
    padding: 0;
  }
  .p-support-detail-tab-area__contents {
    display: block;
    padding: calc(40 / 414 * 100vw) calc(40 / 414 * 100vw) calc(80 / 414 * 100vw);
  }
  .p-support-detail-tab-area__text-area {
    width: 100%;
    padding-top: calc(0 / 414 * 100vw);
  }
  .p-support-detail-tab-area__text-title {
    font-size: calc(20 / 414 * 100vw);
    margin-bottom: calc(25 / 414 * 100vw);
  }
  .p-support-detail-tab-area__text-main {
    line-height: 2.5;
  }
  .p-support-detail-tab-area__img-area {
    width: 90%;
    margin-top: calc(30 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-support-detail-bottom-text {
    max-width: calc(830 / 414 * 100vw);
    margin: calc(80 / 414 * 100vw) auto 0;
    font-size: calc(16 / 414 * 100vw);
  }
}
@media only screen and (min-width: 835px) {
  .p-aging {
    margin-inline: auto;
  }
  .p-aging-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin-top: 97px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-aging-main__sticky {
    position: sticky;
    top: 35px;
    height: 100%;
    width: 280px;
    padding-left: 40px;
    padding-top: 90px;
  }
  .p-aging-main__sticky-item a {
    color: #969696;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-aging-main__sticky-item.-current a {
    color: #000;
  }
  .p-aging-main__sticky-item:not(:first-of-type) {
    margin-top: 16px;
  }
  .p-aging-main__contents {
    width: calc(100% - 280px);
    padding-left: 42px;
    padding-top: 90px;
  }
  .p-aging-main__contents > * + * {
    margin-top: 178px;
  }
  .p-aging-main__contents-title {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
    line-height: 1.76;
    border-bottom: 1px solid #000;
    padding-bottom: 17px;
  }
  .p-aging-main__contents-title-small {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    line-height: 1.92;
  }
  .p-aging-main__contents-title-bottom {
    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;
    padding-top: 20px;
    padding-right: 38px;
  }
  .p-aging-main__contents-title-bottom-left {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 2.07;
    padding-top: 4px;
  }
  .p-aging-main__contents-title-bottom-right {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 2;
  }
  .p-aging-main__contents-flex {
    margin-top: 78px;
    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;
  }
  .p-aging-main__contents-flex-textarea {
    width: 383px;
  }
  .p-aging-main__contents-flex-textarea-title {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
    line-height: 1.38;
  }
  .p-aging-main__contents-flex-textarea-text {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.25;
    margin-top: 44px;
  }
  .p-aging-main__contents-flex-img {
    width: 500px;
    padding-top: 90px;
    margin-left: 30px;
  }
  .p-aging-main__contents-about {
    margin-top: 35px;
    max-width: 860px;
    margin-inline: auto;
  }
  .p-aging-main__contents-about > * + * {
    margin-top: 70px;
  }
  .p-aging-main__contents-about-title {
    color: #fff;
    text-align: center;
    background-color: #02753C;
    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: 44px;
    font-size: 2.2rem;
    letter-spacing: 0em;
    line-height: 1.64;
  }
  .p-aging-main__contents-about-text {
    text-align: center;
    margin-top: 19px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.25;
  }
  .p-aging-main__contents-about-img {
    margin-top: 20px;
  }
  .p-aging-main__contents-kinds {
    margin-inline: auto;
    max-width: 855px;
    margin-top: 110px;
  }
  .p-aging-main__contents-kinds > * + * {
    margin-top: 70px;
  }
  .p-aging-main__contents-kinds-block-title {
    font-size: 2.2rem;
    letter-spacing: 0em;
    line-height: 1.64;
    border: 1px solid #02753C;
    text-align: center;
    color: #02753C;
    height: 43px;
    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;
  }
  .p-aging-main__contents-kinds-block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .p-aging-main__contents-kinds-block-flex:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-aging-main__contents-kinds-block-flex:nth-of-type(even) .p-aging-main__contents-kinds-block-flex-textarea {
    width: calc(100% - 300px);
    padding-left: 0;
    padding-right: 35px;
  }
  .p-aging-main__contents-kinds-block-flex-img {
    width: 300px;
  }
  .p-aging-main__contents-kinds-block-flex-textarea {
    width: calc(100% - 300px);
    padding-left: 35px;
  }
  .p-aging-main__contents-kinds-block-flex-textarea-title {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 2.22;
    padding-left: 11px;
    position: relative;
  }
  .p-aging-main__contents-kinds-block-flex-textarea-title:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 20px;
    top: 9px;
    left: 0;
    background-color: #7BAF4E;
  }
  .p-aging-main__contents-kinds-block-flex-textarea-text {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.25;
    margin-top: 4px;
  }
  .p-aging-main__contents-flavor {
    margin-top: 87px;
    margin-inline: auto;
    max-width: 880px;
    padding-left: 12px;
  }
  .p-aging-main__contents-flavor > * + * {
    margin-top: 75px;
  }
  .p-aging-main__contents-flavor-block-title {
    font-size: 2.2rem;
    letter-spacing: 0em;
    line-height: 1.64;
    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: 1em;
  }
  .p-aging-main__contents-flavor-block-title span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-aging-main__contents-flavor-block-title::after {
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 138px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #000;
  }
  .p-aging-main__contents-flavor-block-flex-area {
    margin-top: 42px;
    padding-right: 10px;
  }
  .p-aging-main__contents-flavor-block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-aging-main__contents-flavor-block-flex:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-aging-main__contents-flavor-block-flex:nth-of-type(even) .p-aging-main__contents-flavor-block-flex-textarea {
    padding-left: 0;
    padding-right: 54px;
  }
  .p-aging-main__contents-flavor-block-flex.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-aging-main__contents-flavor-block-flex.-reverse .p-aging-main__contents-flavor-block-flex-textarea {
    padding-left: 0;
    padding-right: 54px;
  }
  .p-aging-main__contents-flavor-block-flex:not(:first-of-type) {
    margin-top: 40px;
  }
  .p-aging-main__contents-flavor-block-flex-img {
    width: 300px;
  }
  .p-aging-main__contents-flavor-block-flex-textarea {
    width: calc(100% - 300px);
    padding-left: 37px;
  }
  .p-aging-main__contents-flavor-block-flex-textarea-title {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 2.22;
  }
  .p-aging-main__contents-flavor-block-flex-textarea-text {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.25;
    margin-top: 5px;
  }
  .p-aging-main__contents-methods-flex-area {
    margin-top: 80px;
    margin-inline: auto;
    max-width: 860px;
  }
  .p-aging-main__contents-methods-flex-area > * + * {
    margin-top: 20px;
  }
  .p-aging-main__contents-methods-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-aging-main__contents-methods-flex:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-aging-main__contents-methods-flex:nth-of-type(even) .p-aging-main__contents-methods-flex-textarea {
    padding-left: 0;
    padding-right: 54px;
  }
  .p-aging-main__contents-methods-flex.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-aging-main__contents-methods-flex.-reverse .p-aging-main__contents-methods-flex-textarea {
    padding-left: 0;
    padding-right: 54px;
  }
  .p-aging-main__contents-methods-flex:not(:first-of-type) {
    margin-top: 40px;
  }
  .p-aging-main__contents-methods-flex-img {
    width: 300px;
  }
  .p-aging-main__contents-methods-flex-textarea {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
  .p-aging-main__contents-methods-flex-textarea-title {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 2.22;
  }
  .p-aging-main__contents-methods-flex-textarea-text {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.25;
    margin-top: 5px;
  }
  .p-aging-main__contents-handling-flex-area {
    max-width: 878px;
    margin-top: 55px;
  }
  .p-aging-main__contents-handling-flex-area > * + * {
    margin-top: 20px;
  }
  .p-aging-main__contents-handling-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-aging-main__contents-handling-flex-img {
    width: 400px;
  }
  .p-aging-main__contents-handling-flex-textarea {
    width: 400px;
  }
  .p-aging-main__contents-handling-flex-textarea-title {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
    line-height: 1.38;
  }
  .p-aging-main__contents-handling-flex-textarea-text {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.25;
    margin-top: 40px;
  }
  .p-aging-main__contents-handling-flex-textarea-text a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 834px) {
  .p-aging {
    margin-inline: auto;
  }
  .p-aging-main {
    margin-top: calc(106 / 414 * 100vw);
  }
  .p-aging-main__sticky {
    position: sticky;
    top: calc(50 / 414 * 100vw);
    height: 100%;
    width: calc(280 / 414 * 100vw);
    padding-left: calc(40 / 414 * 100vw);
    display: none;
  }
  .p-aging-main__sticky-item a {
    color: #969696;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-aging-main__sticky-item.-current a {
    color: #000;
  }
  .p-aging-main__sticky-item:not(:first-of-type) {
    margin-top: calc(16 / 414 * 100vw);
  }
  .p-aging-main__contents > * + * {
    margin-top: calc(104 / 414 * 100vw);
  }
  .p-aging-main__contents-block {
    margin-inline: auto;
    width: calc(386 / 414 * 100vw);
  }
  .p-aging-main__contents-title {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.05;
    border-bottom: 1px solid #000;
    padding: 0 calc(10 / 414 * 100vw) calc(15 / 414 * 100vw);
  }
  .p-aging-main__contents-title-small {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 2.5;
  }
  .p-aging-main__contents-title-bottom {
    padding-top: calc(4 / 414 * 100vw);
    padding-left: calc(10 / 414 * 100vw);
    padding-right: calc(10 / 414 * 100vw);
  }
  .p-aging-main__contents-title-bottom-left {
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.42;
    padding-top: calc(4 / 414 * 100vw);
  }
  .p-aging-main__contents-title-bottom-right {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
    margin-top: calc(21 / 414 * 100vw);
  }
  .p-aging-main__contents-flex {
    margin-top: calc(47 / 414 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-inline: auto;
    width: calc(366 / 414 * 100vw);
  }
  .p-aging-main__contents-flex-textarea {
    width: calc(366 / 414 * 100vw);
    margin-top: calc(27 / 414 * 100vw);
  }
  .p-aging-main__contents-flex-textarea-title {
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.5;
  }
  .p-aging-main__contents-flex-textarea-text {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.14;
    margin-top: calc(9 / 414 * 100vw);
  }
  .p-aging-main__contents-flex-img {
    padding-top: 0;
    margin-left: 0;
  }
  .p-aging-main__contents-about {
    margin-top: calc(52 / 414 * 100vw);
    margin-inline: auto;
    width: calc(340 / 414 * 100vw);
  }
  .p-aging-main__contents-about > * + * {
    margin-top: calc(59 / 414 * 100vw);
  }
  .p-aging-main__contents-about-title {
    color: #fff;
    text-align: center;
    background-color: #02753C;
    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: calc(37 / 414 * 100vw);
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.12;
  }
  .p-aging-main__contents-about-text {
    margin-top: calc(14 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.86;
    width: calc(266 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-aging-main__contents-about-img {
    margin-top: calc(14 / 414 * 100vw);
  }
  .p-aging-main__contents-kinds {
    margin-inline: auto;
    margin-top: calc(56 / 414 * 100vw);
    width: calc(340 / 414 * 100vw);
  }
  .p-aging-main__contents-kinds > * + * {
    margin-top: calc(70 / 414 * 100vw);
  }
  .p-aging-main__contents-kinds-block-title {
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.12;
    border: 1px solid #02753C;
    text-align: center;
    color: #02753C;
    height: calc(36 / 414 * 100vw);
    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;
  }
  .p-aging-main__contents-kinds-block-flex {
    margin-top: calc(28 / 414 * 100vw);
  }
  .p-aging-main__contents-kinds-block-flex-img {
    width: calc(214 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-aging-main__contents-kinds-block-flex-textarea {
    margin-top: calc(10 / 414 * 100vw);
  }
  .p-aging-main__contents-kinds-block-flex-textarea-title {
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2.67;
    padding-left: calc(8 / 414 * 100vw);
    position: relative;
  }
  .p-aging-main__contents-kinds-block-flex-textarea-title:before {
    position: absolute;
    content: "";
    width: calc(3 / 414 * 100vw);
    height: calc(17 / 414 * 100vw);
    top: calc(10 / 414 * 100vw);
    left: 0;
    background-color: #7BAF4E;
  }
  .p-aging-main__contents-kinds-block-flex-textarea-text {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.14;
    margin-top: calc(2 / 414 * 100vw);
  }
  .p-aging-main__contents-flavor {
    margin-top: calc(42 / 414 * 100vw);
    margin-inline: auto;
    width: calc(340 / 414 * 100vw);
  }
  .p-aging-main__contents-flavor > * + * {
    margin-top: calc(75 / 414 * 100vw);
  }
  .p-aging-main__contents-flavor-block-title {
    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: 1em;
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.12;
  }
  .p-aging-main__contents-flavor-block-title span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-aging-main__contents-flavor-block-title:after {
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: calc(111 / 414 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #000;
  }
  .p-aging-main__contents-flavor-block-flex-area {
    margin-top: calc(27 / 414 * 100vw);
    padding-right: 0;
  }
  .p-aging-main__contents-flavor-block-flex:not(:first-of-type) {
    margin-top: calc(58 / 414 * 100vw);
  }
  .p-aging-main__contents-flavor-block-flex-img {
    width: calc(215 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-aging-main__contents-flavor-block-flex-textarea {
    margin-top: calc(10 / 414 * 100vw);
  }
  .p-aging-main__contents-flavor-block-flex-textarea-title {
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2.67;
  }
  .p-aging-main__contents-flavor-block-flex-textarea-text {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.14;
    margin-top: calc(2 / 414 * 100vw);
  }
  .p-aging-main__contents-methods-flex-area {
    margin-top: calc(51 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-aging-main__contents-methods-flex-area > * + * {
    margin-top: calc(20 / 414 * 100vw);
  }
  .p-aging-main__contents-methods-flex:not(:first-of-type) {
    margin-top: calc(30 / 414 * 100vw);
  }
  .p-aging-main__contents-methods-flex-img {
    width: calc(215 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-aging-main__contents-methods-flex-textarea {
    width: calc(340 / 414 * 100vw);
    margin-inline: auto;
    margin-top: calc(8 / 414 * 100vw);
  }
  .p-aging-main__contents-methods-flex-textarea-title {
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2.67;
  }
  .p-aging-main__contents-methods-flex-textarea-text {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.14;
    margin-top: calc(3 / 414 * 100vw);
  }
  .p-aging-main__contents-handling-flex-area {
    max-width: calc(878 / 414 * 100vw);
    margin-top: calc(55 / 414 * 100vw);
  }
  .p-aging-main__contents-handling-flex-area > * + * {
    margin-top: calc(20 / 414 * 100vw);
  }
  .p-aging-main__contents-handling-flex-img {
    width: calc(220 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-aging-main__contents-handling-flex-textarea {
    width: calc(366 / 414 * 100vw);
    margin-inline: auto;
    margin-top: calc(23 / 414 * 100vw);
  }
  .p-aging-main__contents-handling-flex-textarea-title {
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.5;
  }
  .p-aging-main__contents-handling-flex-textarea-text {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.14;
    margin-top: calc(9 / 414 * 100vw);
  }
  .p-aging-main__contents-handling-flex-textarea-text a {
    text-decoration: underline;
  }
}
.p-barrel-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  margin-top: 130px;
  overflow: hidden;
}
.p-barrel-process__heading {
  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: 30px;
  font-size: 2.6rem;
  letter-spacing: 0em;
  line-height: 1.73;
}
.p-barrel-process__heading span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-barrel-process__heading::before, .p-barrel-process__heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
}
.p-barrel-process__slide {
  margin-top: 30px;
}
.p-barrel-process__wrap {
  max-width: 1120px;
}
@media only screen and (min-width: 835px) {
  .p-barrel-process__wrap {
    padding: 0;
  }
}
.p-barrel-process__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.p-barrel-process__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 600px;
}
.p-barrel-process__text {
  margin-top: 40px;
  padding-left: 25px;
  color: #000000;
  border-left: 3px solid #7BAF4E;
}
.p-barrel-process__title {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-barrel-process__body {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.88;
  margin-top: 20px;
}
@media screen and (max-height: 650px) {
  .p-barrel-process__item {
    width: 400px;
  }
  .p-barrel-process__text {
    margin-top: 30px;
    padding-left: 15px;
    border-left: 2px solid #7BAF4E;
  }
  .p-barrel-process__title {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .p-barrel-process__body {
    margin-top: 20px;
  }
}
.p-barrel-maintenance {
  position: relative;
  margin-top: 200px;
  color: #fff;
  background-color: #2F2F2F;
}
.p-barrel-maintenance::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/barrel/maintenance_back.jpg) no-repeat center top/cover;
  mix-blend-mode: color-burn;
}
.p-barrel-maintenance__wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}
.p-barrel-maintenance__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.p-barrel-maintenance__title {
  font-size: 4.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
.p-barrel-maintenance__title span {
  display: block;
  font-size: 2.3rem;
  letter-spacing: 0em;
  line-height: 1.35;
  margin-top: 20px;
}
.p-barrel-maintenance__lead {
  width: 375px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 30px;
}
.p-barrel-maintenance-content {
  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: 80px;
  margin-top: 80px;
}
.p-barrel-maintenance-content:not(:first-of-type) {
  margin-top: 140px;
}
.p-barrel-maintenance-content:nth-of-type(odd) {
  margin-left: 70px;
}
.p-barrel-maintenance-content__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 350px;
  height: 420px;
}
.p-barrel-maintenance-content__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-barrel-maintenance-content__text {
  width: 100%;
}
.p-barrel-maintenance-content__title {
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.p-barrel-maintenance-content__title span {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.p-barrel-maintenance-content__body {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2.25;
  margin-top: 45px;
}
.p-barrel-inheritance {
  margin-top: 200px;
}
.p-barrel-inheritance__title {
  font-size: 3.4rem;
  letter-spacing: 0em;
  line-height: 1.32;
  text-align: center;
}
.p-barrel-inheritance__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 980px;
  height: 313px;
  margin: 45px auto 0;
}
.p-barrel-inheritance__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-barrel-inheritance__body {
  max-width: 865px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 2.44;
  margin: 80px auto 0;
}

@media only screen and (max-width: 834px) {
  .p-barrel-process {
    height: auto;
    margin-top: 0;
    padding-top: calc(80 / 414 * 100vw);
  }
  .p-barrel-process__heading {
    gap: calc(10 / 414 * 100vw);
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.5;
  }
  .p-barrel-process__slide {
    margin-top: calc(25 / 414 * 100vw);
  }
  .p-barrel-process__item {
    width: calc(307 / 414 * 100vw) !important;
  }
  .p-barrel-process__slide {
    margin-top: calc(30 / 414 * 100vw);
  }
  .p-barrel-process__container {
    gap: calc(40 / 414 * 100vw);
  }
  .p-barrel-process__text {
    margin-top: calc(30 / 414 * 100vw);
    padding-left: calc(25 / 414 * 100vw);
    border-left: calc(3 / 414 * 100vw) solid #7BAF4E;
  }
  .p-barrel-process__title {
    font-size: calc(19 / 414 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .p-barrel-process__body {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2;
    margin-top: calc(20 / 414 * 100vw);
  }
  .p-barrel-maintenance {
    position: relative;
    margin-top: calc(120 / 414 * 100vw);
  }
  .p-barrel-maintenance__wrap {
    padding-top: calc(60 / 414 * 100vw);
    padding-bottom: calc(80 / 414 * 100vw);
  }
  .p-barrel-maintenance__heading {
    display: block;
    padding-bottom: calc(45 / 414 * 100vw);
    border-bottom: 1px solid #fff;
  }
  .p-barrel-maintenance__title {
    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;
    font-size: calc(25 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.44;
  }
  .p-barrel-maintenance__title span {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.07;
    margin-top: calc(0 / 414 * 100vw);
  }
  .p-barrel-maintenance__lead {
    width: 100%;
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
    margin-top: calc(30 / 414 * 100vw);
  }
  .p-barrel-maintenance-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(25 / 414 * 100vw);
    margin-top: calc(140 / 414 * 100vw);
  }
  .p-barrel-maintenance-content:not(:first-of-type) {
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-barrel-maintenance-content:not(:first-of-type)::before {
    content: "";
    display: block;
    width: calc(50 / 414 * 100vw);
    height: 1px;
    background: #fff;
    margin: 0 auto calc(15 / 414 * 100vw);
  }
  .p-barrel-maintenance-content:nth-of-type(odd) {
    margin-left: calc(0 / 414 * 100vw);
  }
  .p-barrel-maintenance-content__image {
    width: calc(300 / 414 * 100vw);
    height: calc(360 / 414 * 100vw);
  }
  .p-barrel-maintenance-content__text {
    width: 100%;
  }
  .p-barrel-maintenance-content__title {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
  }
  .p-barrel-maintenance-content__title span {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.06em;
    line-height: 2.14;
  }
  .p-barrel-maintenance-content__body {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.06em;
    line-height: 2.14;
    margin-top: calc(15 / 414 * 100vw);
  }
  .p-barrel-inheritance {
    margin-top: calc(120 / 414 * 100vw);
  }
  .p-barrel-inheritance__title {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-barrel-inheritance__image {
    width: 100%;
    height: calc(200 / 414 * 100vw);
    margin: calc(40 / 414 * 100vw) auto 0;
  }
  .p-barrel-inheritance__image img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-barrel-inheritance__body {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
    margin: calc(40 / 414 * 100vw) auto 0;
  }
}
.p-product-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  max-width: 972px;
  margin: 95px auto 0;
}
.p-product-category__item {
  width: 220px;
  height: 24px;
  border-bottom: 1px solid #C9C9C9;
  max-width: 772px;
}
.p-product-category__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}
@media only screen and (min-width: 835px) {
  .p-product-category__item:nth-of-type(n+5) {
    margin-top: 26px;
  }
  .p-product-category__item:hover {
    border-color: #000000;
  }
  .p-product-category__item:hover a {
    opacity: 1;
  }
}
.p-product-group {
  margin-top: 160px;
}
.p-product-group:first-of-type {
  margin-top: 80px;
}
.p-product-group__title {
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  text-align: center;
}
.p-product-group__description {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2.07;
}
.p-product-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 35px;
  margin-top: 50px;
}
.p-product-group__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 350px;
  padding: 20px 20px 60px;
  border-bottom: 2px solid #02753C;
  overflow: hidden;
}
.p-product-group__item.is-open {
  width: 100%;
}
.p-product-group__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 310px;
}
.p-product-group__heading {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-bottom: 18px;
}
.p-product-group__name {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.18;
  margin-top: auto;
}
.p-product-group__note {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.53;
}
.p-product-group__picture {
  display: block;
  width: 310px;
  height: 340px;
  margin-top: auto;
}
.p-product-group__picture img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-group__content {
  display: none;
  width: 100%;
  padding: 20px 85px 0 0;
}
.p-product-group__content h1,
.p-product-group__content h2,
.p-product-group__content h3,
.p-product-group__content h4,
.p-product-group__content h5 {
  font-family: "TazuganeGothicStdN-Book", sans-serif;
  margin-top: 30px;
}
.p-product-group__content figure {
  margin-top: 15px;
}
.p-product-group__content figure:nth-of-type(n+2) {
  margin-top: 30px;
}
.p-product-group__content table {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 3;
  font-family: "TazuganeGothicStdN-Book", sans-serif;
  border: none;
  background: none;
}
.p-product-group__content tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.p-product-group__content td {
  line-height: 1.25 !important;
  text-align: center !important;
  background: none !important;
  padding: 0.5em 0.25em !important;
  border: none !important;
}
.p-product-group__button {
  position: absolute;
  bottom: 15px;
  right: 50%;
  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: 142px;
  height: 28px;
  background: none;
  border: 1px solid #000000;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.p-product-group__button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.p-product-group__button::before {
  content: "詳細はこちら";
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "TazuganeGothicStdN-Light";
}
.p-product-group__button.is-open::before {
  content: "閉じる";
}

@media only screen and (max-width: 834px) {
  .p-product-category {
    gap: calc(4 / 414 * 100vw);
    margin: calc(95 / 414 * 100vw) auto 0;
  }
  .p-product-category__item {
    width: calc(181 / 414 * 100vw);
    height: calc(34 / 414 * 100vw - 0.75em);
    border-bottom: calc(2 / 414 * 100vw) solid #C9C9C9;
  }
  .p-product-category__item:nth-of-type(n+3) {
    margin-top: calc(18 / 414 * 100vw);
  }
  .p-product-group {
    margin-top: calc(160 / 414 * 100vw);
    padding: 0 calc(24 / 414 * 100vw);
  }
  .p-product-group:first-of-type {
    margin-top: calc(80 / 414 * 100vw);
  }
  .p-product-group__title {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0.08em;
    line-height: 2.05;
  }
  .p-product-group__description {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.23;
  }
  .p-product-group__list {
    gap: calc(6 / 414 * 100vw);
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-product-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(180 / 414 * 100vw);
    padding: 0 calc(5 / 414 * 100vw) calc(40 / 414 * 100vw);
  }
  .p-product-group__item:nth-of-type(n+3) {
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-product-group__item.is-open {
    display: block;
    width: 100%;
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-product-group__item.is-open .p-product-group__main {
    width: calc(366 / 414 * 100vw);
    height: auto;
  }
  .p-product-group__item.is-open .p-product-group__picture {
    height: auto;
    margin-top: 0;
  }
  .p-product-group__item.is-open + .p-product-group__item {
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-product-group__main {
    width: calc(170 / 414 * 100vw);
  }
  .p-product-group__picture {
    width: 100%;
    height: calc(170 / 414 * 100vw);
  }
  .p-product-group__heading {
    margin-bottom: calc(10 / 414 * 100vw);
  }
  .p-product-group__name {
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
  }
  .p-product-group__note {
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .p-product-group__content {
    margin-top: calc(20 / 414 * 100vw);
    padding: 0;
  }
  .p-product-group__content figure {
    margin-top: calc(15 / 414 * 100vw);
  }
  .p-product-group__content figure:nth-of-type(n+2) {
    margin-top: calc(30 / 414 * 100vw);
  }
  .p-product-group__button {
    bottom: calc(10 / 414 * 100vw);
    width: calc(110 / 414 * 100vw);
    height: calc(20 / 414 * 100vw);
  }
  .p-product-group__button::before {
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 835px) {
  .p-financie-supporter {
    margin-top: 246px;
    max-width: 1050px;
  }
  .p-financie-supporter__title {
    text-align: center;
  }
  .p-financie-supporter__title-japanese {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
    line-height: 1.76;
    display: block;
  }
  .p-financie-supporter__title-english {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.55;
    display: block;
  }
  .p-financie-supporter__text {
    margin-top: 46px;
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 2.44;
  }
  .p-financie-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 187px;
  }
  .p-financie-about__img {
    width: 600px;
  }
  .p-financie-about__textarea {
    width: calc(100% - 600px);
    padding: 17px 40px 0 84px;
  }
  .p-financie-about__block:not(:first-of-type) {
    margin-top: 60px;
  }
  .p-financie-about__title {
    font-size: 4rem;
    letter-spacing: 0em;
    line-height: 2;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
  }
  .p-financie-about__text {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 2.44;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 834px) {
  .p-financie-supporter {
    margin-top: calc(106 / 414 * 100vw);
  }
  .p-financie-supporter__title {
    text-align: center;
  }
  .p-financie-supporter__title-japanese {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.05;
    display: block;
  }
  .p-financie-supporter__title-english {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.23;
    display: block;
  }
  .p-financie-supporter__text {
    margin-top: calc(38 / 414 * 100vw);
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
  }
  .p-financie-about {
    margin-top: calc(110 / 414 * 100vw);
  }
  .p-financie-about__img {
    margin-inline: auto;
    width: calc(300 / 414 * 100vw);
  }
  .p-financie-about__textarea {
    margin-top: calc(56 / 414 * 100vw);
  }
  .p-financie-about__block:not(:first-of-type) {
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-financie-about__title {
    font-size: calc(30 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
    padding-bottom: calc(4 / 414 * 100vw);
    border-bottom: calc(1 / 414 * 100vw) solid #000;
  }
  .p-financie-about__text {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
    margin-top: calc(20 / 414 * 100vw);
  }
}
.p-news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 95px;
}
.p-news-category__item {
  width: 83px;
  height: 24px;
  border-bottom: 1px solid #C9C9C9;
}
.p-news-category__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.p-news-category__item.is-active {
  border-color: #000000;
}
.p-news-artive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
.p-news-artive__item {
  width: 360px;
}
.p-news-artive__item .p-top-news__info {
  margin-top: 25px;
}
@media only screen and (min-width: 835px) {
  .p-news-artive__item:nth-of-type(n+4) {
    margin-top: 100px;
  }
}
.p-news-artive__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .p-news-artive__link > * {
    position: relative;
    z-index: 1;
  }
  .p-news-artive__link::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-news-artive__link:hover {
    opacity: 1;
  }
  .p-news-artive__link:hover::before {
    -webkit-transform: none;
            transform: none;
  }
}
.p-news-artive__title {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 35px;
}
.p-news-artive__picture {
  display: block;
  width: 360px;
  height: 300px;
  overflow: hidden;
}
.p-news-artive__picture img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-article {
  max-width: 830px;
  margin-top: 80px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 2.22;
}
.p-news-article > * {
  margin-top: 1em;
}
.p-news-article picture {
  display: block;
  margin: 70px 0;
}
.p-news-article p {
  font-family: "HelveticaLTPro-Light", "TazuganeGothicStdN-Light", sans-serif;
}
.p-news-article .p-top-news__tag {
  width: 100%;
  margin-top: 80px;
  padding: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-news-article__back {
  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: 180px;
  height: 56px;
  margin: 100px auto 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-news-article__back:hover {
  background: rgba(0, 0, 0, 0.05);
}
.p-news-pagination {
  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;
  margin-top: 175px;
}
.p-news-pagination .nav-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;
  gap: 10px;
}
.p-news-pagination .nav-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;
  gap: 10px;
  width: 30px;
  height: 36px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-news-pagination .nav-links .page-numbers:hover, .p-news-pagination .nav-links .page-numbers.current {
  background-color: rgba(0, 0, 0, 0.05);
}
.p-news-pagination .nav-links .page-numbers.prev {
  background: #000000;
  -webkit-mask-image: url("../img/common/arrow_link.svg");
          mask-image: url("../img/common/arrow_link.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-size: 24px 14px;
          mask-size: 24px 14px;
  border: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}
.p-news-pagination .nav-links .page-numbers.next {
  background: #000000;
  -webkit-mask-image: url("../img/common/arrow_link.svg");
          mask-image: url("../img/common/arrow_link.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-size: 24px 14px;
          mask-size: 24px 14px;
  margin-left: 10px;
  border: none;
}

@media only screen and (max-width: 834px) {
  .p-news-category {
    gap: calc(4 / 414 * 100vw);
    margin-top: calc(55 / 414 * 100vw);
  }
  .p-news-category__item {
    width: calc(83 / 414 * 100vw);
    height: calc(24 / 414 * 100vw);
    border-bottom: calc(1 / 414 * 100vw) solid #C9C9C9;
  }
  .p-news-artive {
    display: block;
    width: calc(330 / 414 * 100vw);
    margin: calc(60 / 414 * 100vw) auto 0;
  }
  .p-news-artive__item {
    width: 100%;
  }
  .p-news-artive__item .p-top-news__info {
    margin-top: calc(25 / 414 * 100vw);
  }
  .p-news-artive__item:nth-of-type(n+2) {
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-news-artive__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .p-news-artive__title {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.6;
    margin-top: calc(20 / 414 * 100vw);
    margin-bottom: calc(0 / 414 * 100vw);
  }
  .p-news-artive__picture {
    width: 100%;
    height: calc(275 / 414 * 100vw);
  }
  .p-news-article {
    margin-top: calc(30 / 414 * 100vw);
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.13;
  }
  .p-news-article picture {
    display: block;
    margin: calc(50 / 414 * 100vw) 0;
  }
  .p-news-article .p-top-news__tag {
    margin-top: calc(80 / 414 * 100vw);
    padding: calc(20 / 414 * 100vw);
  }
  .p-news-article__back {
    width: calc(180 / 414 * 100vw);
    height: calc(56 / 414 * 100vw);
    margin: calc(100 / 414 * 100vw) auto 0;
  }
  .p-news-pagination {
    margin-top: calc(175 / 414 * 100vw);
  }
  .p-news-pagination .nav-links {
    gap: calc(10 / 414 * 100vw);
  }
  .p-news-pagination .nav-links > * {
    gap: calc(10 / 414 * 100vw);
    width: calc(30 / 414 * 100vw);
    height: calc(36 / 414 * 100vw);
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-news-pagination .nav-links .page-numbers.prev {
    -webkit-mask-size: calc(24 / 414 * 100vw) calc(14 / 414 * 100vw);
            mask-size: calc(24 / 414 * 100vw) calc(14 / 414 * 100vw);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: calc(10 / 414 * 100vw);
  }
  .p-news-pagination .nav-links .page-numbers.next {
    -webkit-mask-size: calc(24 / 414 * 100vw) calc(14 / 414 * 100vw);
            mask-size: calc(24 / 414 * 100vw) calc(14 / 414 * 100vw);
    margin-left: calc(10 / 414 * 100vw);
  }
}
@media only screen and (min-width: 835px) {
  .p-policy-area {
    max-width: 830px;
    margin-top: 84px;
  }
  .p-policy-area__title {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.7;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 10px;
  }
  .p-policy-area__text {
    margin-top: 26px;
    color: #2f2f2f;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.13;
  }
  .p-policy-area__list {
    margin-top: 45px;
  }
  .p-policy-area__list > * + * {
    margin-top: 26px;
  }
  .p-policy-area__list-item {
    margin-left: 2em;
    text-indent: -2em;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.63;
  }
  .p-policy-area__year-name {
    text-align: right;
    margin-top: 45px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.13;
  }
  .p-policy-area__link {
    margin-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-policy-area__link-item {
    width: 230px;
    height: 70px;
  }
  .p-policy-area__link-item a {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    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%;
    height: 100%;
    text-indent: -1em;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.75;
  }
  .p-policy-area__link-item a img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media only screen and (max-width: 834px) {
  .p-policy-area {
    margin-top: calc(49 / 414 * 100vw);
  }
  .p-policy-area__title {
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.56;
    border-bottom: calc(1 / 414 * 100vw) solid #2f2f2f;
    padding-bottom: calc(10 / 414 * 100vw);
    letter-spacing: 0.14em;
  }
  .p-policy-area__text {
    margin-top: calc(18 / 414 * 100vw);
    color: #2f2f2f;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2;
  }
  .p-policy-area__list {
    margin-top: calc(49 / 414 * 100vw);
  }
  .p-policy-area__list > * + * {
    margin-top: calc(22 / 414 * 100vw);
  }
  .p-policy-area__list-item {
    margin-left: 2em;
    text-indent: -2em;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.57;
  }
  .p-policy-area__year-name {
    text-align: right;
    margin-top: calc(50 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2.14;
  }
  .p-policy-area__link {
    margin-top: calc(70 / 414 * 100vw);
  }
  .p-policy-area__link-item {
    width: calc(230 / 414 * 100vw);
    height: calc(50 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-policy-area__link-item:not(:first-of-type) {
    margin-top: calc(19 / 414 * 100vw);
  }
  .p-policy-area__link-item a {
    border-top: calc(1 / 414 * 100vw) solid #707070;
    border-bottom: calc(1 / 414 * 100vw) solid #707070;
    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%;
    height: 100%;
    text-indent: -1em;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 3.14;
  }
  .p-policy-area__link-item a img {
    -webkit-transform: translateX(calc(23 / 414 * 100vw));
            transform: translateX(calc(23 / 414 * 100vw));
  }
}