@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
	  scroll-behavior: smooth;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  color: #191919;
  background-color: #fff;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

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

canvas {
  display: block;
}

.contents__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.column {
  display: flex;
}

a {
  transition: all 0.3s;
}

.grecaptcha-badge {
  display: none;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.toTopButton {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  bottom: 8rem;
  right: 5rem;
  display: block;
  width: 8.4rem;
  height: 10.9rem;
  background-image: url(../images/common/footer_totop_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.toTopButton:hover {
  transform: translateY(-1rem);
}

.toTopButton__icon {
  width: 3rem;
  margin: 2.2rem auto 0;
}

.toTopButton__text {
  margin-top: 0.3rem;
  color: #1E72BC;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 12px */
}

.footer {
  height: 38.0833333333vw;
  background-image: url(../images/common/footer_bg_01.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .footer {
    height: 37rem;
    background-size: 130% auto;
    background-position: bottom;
  }
}

.footer__inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-top: 5rem;
  }
}

.footer__text {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 150% */
  letter-spacing: 0.6em;
  color: #00532D;
  position: absolute;
  height: 40rem;
  left: 20vw;
  top: 0;
}
@media screen and (max-width: 750px) {
  .footer__text {
    top: 2rem;
    height: 24rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2; /* 150% */
    letter-spacing: 0.6em;
  }
}

.footer__icon {
  width: 12.6rem;
  position: absolute;
  right: 3.5rem;
  bottom: 8.5rem;
}
@media screen and (max-width: 750px) {
  .footer__icon {
    width: 8rem;
    right: 1rem;
    bottom: 3rem;
  }
}

.footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 12px */
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1vw;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    font-size: 0.8rem;
    width: 100%;
    bottom: 0.3rem;
  }
}

.header {
  height: 11rem;
  width: 100%;
  background: transparent;
  pointer-events: none;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .header {
    height: 7rem;
    position: fixed;
  }
  .header + .main {
    padding-top: 7rem;
  }
}
.header a {
  pointer-events: all;
}

:target {
  scroll-margin-top: 8.6rem; /* ヘッダー高さ */
}

.header__inner {
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.3rem 3.5rem 1.3rem 1rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding: 1.5rem 2rem;
    align-items: center;
  }
}

.header__logo {
  display: block;
  width: 17.8rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 11rem;
  }
}

.header__pcList {
  display: block;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  height: 100%;
  gap: 0 2rem;
  align-items: center;
}
.header__pcList .header__item {
  position: relative;
}
.header__pcList .header__link {
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4285714286; /* 21px */
  letter-spacing: 0;
  transition: all 0.3s;
  display: block;
}
.header__pcList .header__link:hover {
  color: #275A38;
}
.header__pcList .header__link.is-active {
  color: #275A38;
  text-decoration: underline;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #275A38;
  background-color: #275A38;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4285714286; /* 21px */
  letter-spacing: 0;
}
.header__pcList .header__button--color01 {
  background: #D7CCB0;
}
.header__pcList .header__button + .header__button {
  margin-left: 1rem;
}
.header__pcList .header__button:hover {
  opacity: 0.7;
}

.header__spList {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spList {
    display: block;
    pointer-events: all;
    transform: translateX(100%);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
}
.header__spList.is-active {
  transform: translateX(0);
}
.header__spList .header__list {
  padding: 12rem 3rem 12rem;
  position: relative;
  z-index: 10;
}
.header__spList .header__item:not(:first-child) {
  margin-top: 3rem;
}
.header__spList .header__item:last-child {
  margin-top: 5rem;
}
.header__spList .header__link {
  color: #333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 25.5px */
  letter-spacing: 0;
  width: 100%;
  display: block;
}
.header__spList .header__link.is-active {
  color: #275A38;
  text-decoration: underline;
}
.header__spList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #275A38;
  background-color: #275A38;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4285714286; /* 21px */
  letter-spacing: 0;
}
.header__spList .header__button--color01 {
  background: #D7CCB0;
}
.header__spList .header__button + .header__button {
  margin-left: 1rem;
}
.header__spList .header__button:hover {
  opacity: 0.7;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 4rem;
    height: auto;
    flex-shrink: 0;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    pointer-events: all;
  }
}

.header__hbBorder {
  display: block;
  background-color: #333;
  width: 4rem;
  height: 0.1rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 1rem;
}

.header__hbInner {
  height: 2.2rem;
}

.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-45deg) translate(-0.9rem, 0.4rem);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  transform: rotate(45deg) translate(-0.3rem, 0.1rem);
}

.header__hbText {
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 12px */
  letter-spacing: 0.12rem;
  margin-top: 1rem;
}

.header__hbText--open {
  display: block;
}
.is-active .header__hbText--open {
  display: none;
}

.header__hbText--close {
  display: none;
}
.is-active .header__hbText--close {
  display: block;
}

.secCommonTextImg__inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .secCommonTextImg__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.secCommonTextImg__column {
  gap: 4rem;
}

@media screen and (max-width: 750px) {
  .columnCommonTextImg {
    flex-direction: column;
  }
}

.columnCommonTextImg__item:nth-child(2) {
  width: 42.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .columnCommonTextImg__item:nth-child(2) {
    width: 100%;
  }
}

.secCommonTpl__inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .secCommonTpl__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.secCommonTpl__column + .secCommonTpl__column {
  margin-top: 8rem;
}

.columnCommonTpl {
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl {
    flex-direction: column;
    gap: 3rem 0;
  }
}

.columnCommonTpl__item:nth-child(1) {
  position: relative;
}
.columnCommonTpl__item:nth-child(2) {
  max-width: 58rem;
}

.columnCommonTpl__content > * + * {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__content > * + * {
    margin-top: 3rem;
  }
}

.columnCommonTpl__title {
  color: #005726;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45; /* 38.4px */
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  position: sticky;
  top: 12rem;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__title {
    font-size: 1.8rem;
  }
}
.columnCommonTpl__title--withIllust {
  padding-bottom: 20rem;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__title--withIllust {
    padding-bottom: 8rem;
  }
}

.columnCommonTpl__title--icon {
  width: 4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__title--icon {
    width: 3.5rem;
  }
}

.columnCommonTpl__illust {
  position: absolute;
  bottom: 0;
  left: -1rem;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__illust {
    left: auto;
    right: 1rem;
  }
}

.columnCommonTpl__illust--01 {
  width: 36.7rem;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__illust--01 {
    width: 14rem;
  }
}

.columnCommonTpl__illust--02 {
  width: 36.5rem;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__illust--02 {
    width: 14rem;
  }
}

.columnCommonTpl__img {
  border-radius: 1rem;
  overflow: hidden;
}
.columnCommonTpl__img--radius0 {
  border-radius: 0;
}

.buttonNextPage {
  display: block;
  border: 0.2rem solid #005726;
  border-radius: 1.1rem;
  text-align: center;
  padding: 1rem 2rem;
}
@media screen and (max-width: 750px) {
  .buttonNextPage {
    padding: 1rem 2rem 2.5rem 2rem;
  }
}

.buttonNextPage__inner {
  position: relative;
}

.buttonNextPage__accent {
  position: absolute;
  transform: translateX(-100%);
  left: -1.5rem;
  bottom: 0.2rem;
  color: #005726;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 38.4px */
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .buttonNextPage__accent {
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: -0.4rem;
    width: 100%;
  }
}

.buttonNextPage__text {
  color: #005726;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45; /* 38.4px */
  letter-spacing: 0;
}

.columnCommonTpl__pageNav {
  display: flex;
  justify-content: center;
  gap: 0 1.5rem;
}

.columnCommonTpl__pageNavItem {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 38.4px */
  letter-spacing: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #DEDEDE;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.columnCommonTpl__pageNavItem.is-current {
  background-color: #005726;
  pointer-events: none;
}

.columnCommonTpl__buttons {
  gap: 0 3rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__buttons {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem 0;
  }
}

.columnCommonTpl__button {
  width: 100%;
  justify-content: center;
}

.buttonMain {
  background-color: #005726;
  display: block;
  border-radius: 10rem;
  padding: 2.3rem 3.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .buttonMain {
    padding: 1.6rem 3.2rem;
  }
}

.buttonMain__inner {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4285714286; /* 38.4px */
  letter-spacing: 0;
  color: #fff;
}

.buttonMain__arrow {
  display: block;
  width: 1.2rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1.8rem;
}

.columnCommonTpl__slide .swiper {
  position: relative;
}
.columnCommonTpl__slide .swiper-pagination {
  bottom: 2rem;
  right: 2rem;
  display: flex;
  gap: 1rem;
}
.columnCommonTpl__slide .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 1;
}
.columnCommonTpl__slide .swiper-pagination-bullet-active {
  background-color: #005726;
  opacity: 1;
}
.listCommonTplGallery {
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media screen and (max-width: 750px) {
  .listCommonTplGallery {
    gap: 2rem 1rem;
  }
}

.listCommonTplGallery__item {
  width: 28rem;
}
@media screen and (max-width: 750px) {
  .listCommonTplGallery__item {
    width: 15.5rem;
  }
}

.listCommonTplGallery__item--w100 {
  width: 100%;
}

.columnCommonTpl__figcaption {
  margin-top: 0.8rem;
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6666666667; /* 38.4px */
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__figcaption {
    margin-top: 0.5rem;
  }
}
.columnCommonTpl__figcaption--w100 {
  margin-right: -30rem;
}
@media screen and (max-width: 750px) {
  .columnCommonTpl__figcaption--w100 {
    margin-right: -16rem;
  }
}

.boxLineUpSecretArea {
  background-image: url(../images/top/box_lineup_upper_bg_01.png);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.boxLineUpSecretArea__inner {
  padding: 1.6rem 1.1rem 1.2rem 8rem;
}

.columnLineUpSecretArea {
  justify-content: space-between;
  gap: 0 7.8rem;
}

.columnLineUpSecretArea__title {
  margin-top: 6rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 50.4px */
  letter-spacing: -0.042rem;
}
.columnLineUpSecretArea__title--marker {
  background: linear-gradient(transparent 50%, #FFE000 50%, #FFE000 90%, transparent 90%);
}

.columnLineUpSecretArea__text {
  margin-top: 3rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 27.2px */
  letter-spacing: -0.016rem;
}

.columnLineUpSecretArea__button {
  margin-top: 2rem;
}

.columnLineUpSecretArea__img {
  width: 51.5rem;
}

.titleTopBlogSec {
  color: #191919;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 116.667% */
  text-transform: capitalize;
}
@media screen and (max-width: 750px) {
  .titleTopBlogSec {
    font-size: 2rem;
    line-height: 1.2; /* 120% */
  }
}

.titleSubTopBlogSec {
  color: #2D1F23;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .titleSubTopBlogSec {
    font-size: 1.4rem;
  }
}

.titleTopLeadSec {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.2em;
}
.titleTopLeadSec--tac {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec--spVertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec--spLarge {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.75; /* 175% */
  }
}

.titlePrivacy {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 200% */
}

.titleMaterialsDetail {
  color: #2D1F23;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; /* 175% */
}
@media screen and (max-width: 750px) {
  .titleMaterialsDetail {
    font-size: 2rem;
  }
}

.textMain {
  color: #333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.95; /* 38.4px */
  letter-spacing: 0.075em;
  word-break: break-all;
}
.textMain--small {
  font-size: 1.4rem;
  line-height: 1.8571428571; /* 38.4px */
}
.textMain--notice {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4285714286; /* 38.4px */
}
.textMain--notice a{
	 text-decoration: underline;
	color: #275A38;
	font-weight: 600
}
@media screen and (max-width: 750px) {
  .textMain {
    font-size: 1.2rem;
    line-height: 2; /* 28px */
    letter-spacing: 0.07rem;
  }
}

.headTitle__inner {
  position: relative;
}

.headTitle__columnItem:nth-child(1) {
  width: 25vw;
  flex-shrink: 0;
  padding-top: 13.0833333333vw;
}
@media screen and (max-width: 750px) {
  .headTitle__columnItem:nth-child(1) {
    width: 12rem;
    padding-top: 4rem;
  }
}
.headTitle__columnItem:nth-child(2) {
  width: 75vw;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .headTitle__columnItem:nth-child(2) {
    width: 24rem;
  }
}

.headTitle__text--jp {
  color: #191919;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286; /* 38.4px */
  letter-spacing: 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 750px) {
  .headTitle__text--jp {
    font-size: 1.4rem;
    line-height: 1.4; /* 28px */
    letter-spacing: 0.07rem;
  }
}

.headTitle__img {
  border-bottom-left-radius: 8.3333333333vw;
  overflow: hidden;
}

.headTitle__accent {
  position: absolute;
  bottom: 0;
}
.headTitle__accent--01 {
  width: 28.5833333333vw;
  left: 2.25vw;
}
@media screen and (max-width: 750px) {
  .headTitle__accent--01 {
    width: 15rem;
    left: 1rem;
    bottom: -1rem;
  }
}
.headTitle__accent--02 {
  width: 32.5vw;
  left: 2.6666666667vw;
  bottom: 3.3333333333vw;
}
@media screen and (max-width: 750px) {
  .headTitle__accent--02 {
    width: 14rem;
    left: 1rem;
    bottom: 1rem;
  }
}
.headTitle__accent--03 {
  width: 28.6666666667vw;
  left: 2.3333333333vw;
  bottom: 3.5833333333vw;
}
@media screen and (max-width: 750px) {
  .headTitle__accent--03 {
    width: 10rem;
    left: 1rem;
    bottom: 1rem;
  }
}

.JsInview {
  filter: blur(3px);
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  filter: blur(3px);
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}

.JsParallax {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.JsBright {
  filter: blur(0.8rem) brightness(0.1); /* 明るくする */
  transition: all 1.2s;
  opacity: 0;
}
.JsBright.is-active {
  filter: blur(0) brightness(1); /* 明るくする */
  opacity: 1;
}

.JsBrightBox__01, .JsBrightBox__02, .JsBrightBox__03, .JsBrightBox__04, .JsBrightBox__05, .JsBrightBox__06, .JsBrightBox__07, .JsBrightBox__08, .JsBrightBox__09, .JsBrightBox__10 {
  filter: blur(0.8rem) brightness(0.1); /* 明るくする */
  transition: all 1.2s;
  opacity: 0;
}
.is-active .JsBrightBox__01, .is-active .JsBrightBox__02, .is-active .JsBrightBox__03, .is-active .JsBrightBox__04, .is-active .JsBrightBox__05, .is-active .JsBrightBox__06, .is-active .JsBrightBox__07, .is-active .JsBrightBox__08, .is-active .JsBrightBox__09, .is-active .JsBrightBox__10 {
  filter: blur(0) brightness(1); /* 明るくする */
  opacity: 1;
}
.JsBrightBox__01 {
  transition-delay: 0;
}
.JsBrightBox__02 {
  transition-delay: 0.8s;
}
.JsBrightBox__03 {
  transition-delay: 1.6s;
}
.JsBrightBox__04 {
  transition-delay: 2.4s;
}
.JsBrightBox__05 {
  transition-delay: 3.2s;
}
.JsBrightBox__06 {
  transition-delay: 4s;
}
.JsBrightBox__07 {
  transition-delay: 4.8s;
}
.JsBrightBox__08 {
  transition-delay: 5.6s;
}
.JsBrightBox__09 {
  transition-delay: 3.2s;
}
.JsBrightBox__10 {
  transition-delay: 3.6s;
}

.JsInviewPatch.is-active {
  animation: patchStretch 900ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

@keyframes patchStretch {
  0% {
    transform: scaleX(0.85) scaleY(1.1) translateY(-8px);
    filter: blur(0.2px);
  }
  55% {
    transform: scaleX(1.08) scaleY(0.98) translateY(0);
  }
  80% {
    transform: scaleX(0.98) scaleY(1.01);
  }
  100% {
    transform: scaleX(1) scaleY(1);
    filter: none;
  }
}
.JsInviewScale {
  transform: scale(1.05);
  opacity: 0;
  transition: all 1.2s;
}
.JsInviewScale.is-active {
  opacity: 1;
  transform: scale(1);
}
.JsInviewScaleBox__01, .JsInviewScaleBox__02, .JsInviewScaleBox__03, .JsInviewScaleBox__04, .JsInviewScaleBox__05, .JsInviewScaleBox__06, .JsInviewScaleBox__07, .JsInviewScaleBox__08, .JsInviewScaleBox__09, .JsInviewScaleBox__10 {
  transform: scale(1.05);
  transition: all 1.2s;
}
.is-active .JsInviewScaleBox__01, .is-active .JsInviewScaleBox__02, .is-active .JsInviewScaleBox__03, .is-active .JsInviewScaleBox__04, .is-active .JsInviewScaleBox__05, .is-active .JsInviewScaleBox__06, .is-active .JsInviewScaleBox__07, .is-active .JsInviewScaleBox__08, .is-active .JsInviewScaleBox__09, .is-active .JsInviewScaleBox__10 {
  opacity: 1;
  transform: scale(1);
}
.JsInviewScaleBox__01 {
  transition-delay: 0;
}
.JsInviewScaleBox__02 {
  transition-delay: 0.2s;
}
.JsInviewScaleBox__03 {
  transition-delay: 0.4s;
}
.JsInviewScaleBox__04 {
  transition-delay: 0.6s;
}
.JsInviewScaleBox__05 {
  transition-delay: 0.8s;
}
.JsInviewScaleBox__06 {
  transition-delay: 1s;
}
.JsInviewScaleBox__07 {
  transition-delay: 1.2s;
}
.JsInviewScaleBox__08 {
  transition-delay: 1.4s;
}
.JsInviewScaleBox__09 {
  transition-delay: 1.6s;
}
.JsInviewScaleBox__10 {
  transition-delay: 1.8s;
}

.JsInviewToLeft {
  transform: translateX(5rem);
  opacity: 0;
  transition: all 1.2s;
}
.JsInviewToLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewToLeftBox__01, .JsInviewToLeftBox__02, .JsInviewToLeftBox__03, .JsInviewToLeftBox__04, .JsInviewToLeftBox__05, .JsInviewToLeftBox__06, .JsInviewToLeftBox__07, .JsInviewToLeftBox__08, .JsInviewToLeftBox__09, .JsInviewToLeftBox__10 {
  transform: scale(1.05);
  transition: all 1.2s;
}
.JsInviewToLeftBox__01.is-active, .JsInviewToLeftBox__02.is-active, .JsInviewToLeftBox__03.is-active, .JsInviewToLeftBox__04.is-active, .JsInviewToLeftBox__05.is-active, .JsInviewToLeftBox__06.is-active, .JsInviewToLeftBox__07.is-active, .JsInviewToLeftBox__08.is-active, .JsInviewToLeftBox__09.is-active, .JsInviewToLeftBox__10.is-active {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewToLeftBox__01 {
  transition-delay: 0;
}
.JsInviewToLeftBox__02 {
  transition-delay: 0.2s;
}
.JsInviewToLeftBox__03 {
  transition-delay: 0.4s;
}
.JsInviewToLeftBox__04 {
  transition-delay: 0.6s;
}
.JsInviewToLeftBox__05 {
  transition-delay: 0.8s;
}
.JsInviewToLeftBox__06 {
  transition-delay: 1s;
}
.JsInviewToLeftBox__07 {
  transition-delay: 1.2s;
}
.JsInviewToLeftBox__08 {
  transition-delay: 1.4s;
}
.JsInviewToLeftBox__09 {
  transition-delay: 1.6s;
}
.JsInviewToLeftBox__10 {
  transition-delay: 1.8s;
}

.JsInviewToRight {
  transform: translateX(-5rem);
  opacity: 0;
  transition: all 1.2s;
}
.JsInviewToRight.is-active {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewToRightBox__01, .JsInviewToRightBox__02, .JsInviewToRightBox__03, .JsInviewToRightBox__04, .JsInviewToRightBox__05, .JsInviewToRightBox__06, .JsInviewToRightBox__07, .JsInviewToRightBox__08, .JsInviewToRightBox__09, .JsInviewToRightBox__10 {
  transform: scale(1.05);
  transition: all 1.2s;
}
.JsInviewToRightBox__01.is-active, .JsInviewToRightBox__02.is-active, .JsInviewToRightBox__03.is-active, .JsInviewToRightBox__04.is-active, .JsInviewToRightBox__05.is-active, .JsInviewToRightBox__06.is-active, .JsInviewToRightBox__07.is-active, .JsInviewToRightBox__08.is-active, .JsInviewToRightBox__09.is-active, .JsInviewToRightBox__10.is-active {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewToRightBox__01 {
  transition-delay: 0;
}
.JsInviewToRightBox__02 {
  transition-delay: 0.2s;
}
.JsInviewToRightBox__03 {
  transition-delay: 0.4s;
}
.JsInviewToRightBox__04 {
  transition-delay: 0.6s;
}
.JsInviewToRightBox__05 {
  transition-delay: 0.8s;
}
.JsInviewToRightBox__06 {
  transition-delay: 1s;
}
.JsInviewToRightBox__07 {
  transition-delay: 1.2s;
}
.JsInviewToRightBox__08 {
  transition-delay: 1.4s;
}
.JsInviewToRightBox__09 {
  transition-delay: 1.6s;
}
.JsInviewToRightBox__10 {
  transition-delay: 1.8s;
}

.JsInviewHide {
  clip-path: inset(0 100% 0 0); /* 右側を100%隠す */
}
.JsInviewHide.is-active {
  animation: clip-ltr 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes clip-ltr {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.JsInviewHideBox__01, .JsInviewHideBox__02, .JsInviewHideBox__03, .JsInviewHideBox__04, .JsInviewHideBox__05, .JsInviewHideBox__06, .JsInviewHideBox__07, .JsInviewHideBox__08, .JsInviewHideBox__09, .JsInviewHideBox__10 {
  transform: scale(1.05);
  transition: all 1.2s;
}
.is-active .JsInviewHideBox__01, .is-active .JsInviewHideBox__02, .is-active .JsInviewHideBox__03, .is-active .JsInviewHideBox__04, .is-active .JsInviewHideBox__05, .is-active .JsInviewHideBox__06, .is-active .JsInviewHideBox__07, .is-active .JsInviewHideBox__08, .is-active .JsInviewHideBox__09, .is-active .JsInviewHideBox__10 {
  opacity: 1;
  transform: scale(1);
}
.JsInviewHideBox__01 {
  transition-delay: 0;
}
.JsInviewHideBox__02 {
  transition-delay: 0.2s;
}
.JsInviewHideBox__03 {
  transition-delay: 0.4s;
}
.JsInviewHideBox__04 {
  transition-delay: 0.6s;
}
.JsInviewHideBox__05 {
  transition-delay: 0.8s;
}
.JsInviewHideBox__06 {
  transition-delay: 1s;
}
.JsInviewHideBox__07 {
  transition-delay: 1.2s;
}
.JsInviewHideBox__08 {
  transition-delay: 1.4s;
}
.JsInviewHideBox__09 {
  transition-delay: 1.6s;
}
.JsInviewHideBox__10 {
  transition-delay: 1.8s;
}

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

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}
.secTopMv{margin-bottom: 100px;}

/*# sourceMappingURL=style.css.map */
