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

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  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: 138rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.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;
}
@media screen and (max-width: 750px) {
  .toTopButton {
    bottom: 4rem;
    right: 0.7rem;
  }
}
.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", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 12px */
}

.footer {
  background-image: url(../images/common/footer_bg01.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .footer {
    background-image: url(../images/common/sp-footer_bg01.png);
  }
}

.footer__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 128rem;
}

.footer__upper .footer__inner {
  padding-top: 4.7rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 750px) {
  .footer__upper .footer__inner {
    padding-top: 4.2rem;
    padding-bottom: 8rem;
  }
}

.footer__lower .footer__inner {
  border-top: 0.1rem solid #fff;
  padding-top: 3.3rem;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__lower .footer__inner {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
    max-width: 34.5rem;
    margin: 0 auto;
  }
}

.columnFooter {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4.3rem;
}
@media screen and (max-width: 750px) {
  .columnFooter {
    flex-direction: column;
    gap: 3rem;
  }
}

.columnFooter__logo {
  display: block;
  width: 25.2rem;
}
@media screen and (max-width: 750px) {
  .columnFooter__logo {
    width: 16rem;
  }
}

.listFooter {
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .listFooter {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  .listFooter__item {
    min-width: none;
  }
}
.listFooter__item:nth-child(1) {
  width: 21.8rem;
}
@media screen and (max-width: 750px) {
  .listFooter__item:nth-child(1) {
    width: 30.5rem;
  }
}
.listFooter__item:nth-child(2) {
  width: 25.8rem;
}
@media screen and (max-width: 750px) {
  .listFooter__item:nth-child(2) {
    width: 30.5rem;
  }
}
.listFooter__item:nth-child(3) {
  width: 28.8rem;
}
@media screen and (max-width: 750px) {
  .listFooter__item:nth-child(3) {
    width: 30.5rem;
  }
}
.listFooter__item:nth-child(4) {
  width: 16.8rem;
}
@media screen and (max-width: 750px) {
  .listFooter__item:nth-child(4) {
    width: 30.5rem;
  }
}
.listFooter__item:nth-child(5) {
  width: 25.6rem;
}
@media screen and (max-width: 750px) {
  .listFooter__item:nth-child(5) {
    width: 34.5rem;
  }
}
@media screen and (max-width: 750px) {
  .listFooter__item:nth-child(5) .listFooter__sub {
    display: flex;
    gap: 0 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .listFooter__item:nth-child(5) .listFooter__sub::before {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  .listFooter__item:nth-child(5) .listFooter__sub .listFooter__subLink {
    padding-left: 0;
    padding-right: 2.7rem;
  }
}
@media screen and (max-width: 750px) {
  .listFooter__item {
    min-width: none;
  }
}

.listFooter__link {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 21px */
  display: block;
  padding: 0.8rem 0;
}
.listFooter__link + .listFooter__link {
  margin-top: 2rem;
}

.listFooter__sub {
  margin-top: 0.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .listFooter__sub {
    margin-top: 0;
  }
}
.listFooter__sub::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.4rem;
  top: 0.5rem;
  height: 13.5rem;
  width: 0.1rem;
  background-color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .listFooter__sub::before {
    top: 0;
    height: 100%;
  }
}
.listFooter__item:last-child .listFooter__sub::before {
  height: 17.6rem;
}
@media screen and (max-width: 750px) {
  .listFooter__item:last-child .listFooter__sub::before {
    height: 100%;
  }
}

.listFooter__subLink {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 21px */
  display: block;
  padding: 0.8rem 2.5rem;
  position: relative;
}
.listFooter__subLink[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/blank_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 50%;
  right: 2.2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .listFooter__subLink[target=_blank]::after {
    right: 0;
  }
}

.footer__icon {
  width: 8.5rem;
  position: absolute;
  left: 0.2rem;
  top: -10.1rem;
}
@media screen and (max-width: 750px) {
  .footer__icon {
    width: 5.3rem;
    top: -6.3rem;
  }
}

.listFooterUnderNav {
  gap: 0 2.4rem;
}
@media screen and (max-width: 750px) {
  .listFooterUnderNav {
    gap: 0 1.4rem;
    justify-content: flex-end;
  }
}

.listFooterUnderNav__item {
  position: relative;
}

.listFooterUnderNav__link {
  color: #FFF;
  /* Text/Small/Link */
  font-family: "Noto Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 21px */
  text-decoration: underline;
}
.listFooterUnderNav__link:hover {
  text-decoration: none;
}

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

.footer__company,
.footer__product,
.footer__copyright {
  color: #FFF;
  /* Text/Small/Normal */
  font-family: "Noto Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 21px */
}
@media screen and (max-width: 750px) {
  .footer__company,
  .footer__product,
  .footer__copyright {
    font-size: 1.2rem;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center;
  }
}

.footer__product {
  margin-top: 0.5rem;
}

.header {
  height: 8.6rem;
  width: 100%;
  background: transparent;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 750px) {
  .header {
    height: 5.6rem;
    position: fixed;
    padding: 0.5rem;
  }
}
.header a {
  pointer-events: all;
}

:target {
  scroll-margin-top: 8.6rem; /* ヘッダー高さ */
}
@media screen and (max-width: 750px) {
  :target {
    scroll-margin-top: 5.6rem; /* ヘッダー高さ */
  }
}

.header__inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  height: 7rem;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 3.5rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding: 0 0.5rem;
    height: 100%;
    align-items: center;
  }
}

.header__logo {
  display: block;
  width: 24.6rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 14.4rem;
  }
}
.header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.header__pcList {
  display: block;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  height: 100%;
  gap: 0 3rem;
  align-items: center;
}
.header__pcList .header__item {
  position: relative;
}
.header__pcList .header__link {
  color: #333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 21px */
  letter-spacing: 0.14rem;
  transition: all 0.3s;
  display: block;
}
.header__pcList .header__link--ac {
  padding-right: 2.4rem;
  position: relative;
}
.header__pcList .header__link--ac::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 0.1rem solid #333;
  border-left: 0.1rem solid #333;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
}
.header__pcList .header__link--ac:hover + .header__sub {
  opacity: 1;
  visibility: visible;
}
.header__pcList .header__sub {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  padding-top: 3rem;
  pointer-events: all;
}
.header__pcList .header__sub:hover {
  opacity: 1;
  visibility: visible;
}
.header__pcList .header__subInner {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.4rem;
  padding: 0.4rem 0;
}
.header__pcList .header__subLink {
  display: block;
  color: #333;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 21px */
  letter-spacing: 0.14rem;
  transition: all 0.3s;
  padding: 0.8rem 2rem;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
}
.header__pcList .header__sns {
  gap: 1rem;
}
.header__pcList .header__snsLink:nth-child(1) {
  width: 1.6rem;
}
.header__pcList .header__snsLink:nth-child(2) {
  width: 1.4rem;
}
.header__pcList .header__snsLink:nth-child(3) {
  width: 2.2rem;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: 4.6rem;
  height: 4rem;
  min-width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #333;
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
  letter-spacing: 0.16rem;
}
.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__pcList .header__button--icon {
  width: 1.8rem;
}
.header__pcList .header__button--icon img {
  display: block;
}

.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: 8rem 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.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 25.5px */
  letter-spacing: 0.17rem;
  border-bottom: 0.1rem solid #333;
  padding-bottom: 1.1rem;
  width: 100%;
  display: block;
}
.header__spList .header__sub {
  padding: 2rem 0 0 2.2rem;
}
.header__spList .header__subLink {
  color: #333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 21px */
  letter-spacing: 0.14rem;
  display: block;
}
.header__spList .header__subLink:not(:first-child) {
  margin-top: 1.5rem;
}
.header__spList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 4.8rem;
  width: 26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #333;
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
  letter-spacing: 0.16rem;
}
.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__spList .header__button--icon {
  width: 1.8rem;
}
.header__spList .header__button--icon img {
  display: block;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 3.2rem;
    height: 3.2rem;
    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 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #333;
  border-radius: 10rem;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}
.header__hbBorder:nth-child(1) {
  top: 0;
}
.header__hbBorder:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hbBorder:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.header__hbInner {
  position: relative;
  width: 1.8rem;
  height: 1.3rem;
}

.header__hb.is-active .header__hbBorder:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.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;
}

.buttonMain {
  display: block;
  background-color: #FFE000;
  position: relative;
  padding: 1rem 5.3rem 1rem 4rem;
  border-radius: 10rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  transition: all 0.6s;
}
.buttonMainContainer {
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .buttonMainContainer {
    width: 100%;
  }
}
.buttonMain::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../images/common/arrow_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 50%;
  right: 2.9rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .buttonMain::after {
    width: 1.3rem;
    height: 1rem;
    right: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .buttonMain {
    padding: 1.5rem 4rem 1.5rem 2rem;
    min-width: 25rem;
  }
}
.buttonMain:hover {
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.buttonMain:hover::after {
  right: 1.9rem;
}
.buttonMain .buttonMain__inner {
  color: #004979;
  font-family: "Noto Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 43.2px */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 750px) {
  .buttonMain .buttonMain__inner {
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0.11rem;
  }
}
.buttonMain--return {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4rem;
}
.buttonMain--return::after {
  content: none;
}
.buttonMain--return::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2rem;
  background-image: url(../images/common/arrow_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.buttonMain--return.buttonMain--color01::before {
  background-image: url(../images/common/arrow_white_icon01.png);
}
.buttonMain--answer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4rem;
}
.buttonMain--answer::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2rem;
  background-image: url(../images/common/arrow_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
  transform: inherit;
  transition: all 0.3s;
}
.buttonMain--answer.buttonMain--color01::after {
  background-image: url(../images/common/arrow_white_icon01.png);
}
.buttonMain--color01 {
  background-color: #2F7BBE;
}
.buttonMain--color01 .buttonMain__inner {
  color: #fff;
}
.buttonMain--color01::after {
  background-image: url(../images/common/arrow_white_icon01.png);
}
.buttonMain--color01[target=_blank] {
  padding: 1rem 7rem 1rem 4rem;
}
@media screen and (max-width: 750px) {
  .buttonMain--color01[target=_blank] {
    padding: 1.5rem 4rem 1.5rem 2rem;
  }
}
.buttonMain--color01[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/blank_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 50%;
  right: 2.2rem;
  transition: all 0.3s;
}

.buttonSecondary {
  display: block;
  border: 0.2rem solid #1E72BC;
  background: #2F7BBE;
  text-align: center;
  position: relative;
  padding: 1rem 4.5rem 1rem 2.5rem;
  border-radius: 10rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  transition: all 0.6s;
}
.buttonSecondaryContainer {
  width: fit-content;
}
.buttonSecondary::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../images/common/arrow_white_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 50%;
  right: 2.2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .buttonSecondary::after {
    width: 1.3rem;
    height: 1.1rem;
    right: 2.3rem;
  }
}
@media screen and (max-width: 750px) {
  .buttonSecondary {
    padding: 0.6rem 5rem 0.6rem 2rem;
  }
}
.buttonSecondary:hover {
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.buttonSecondary:hover::after {
  right: 1.9rem;
}
.buttonSecondary .buttonSecondary__inner {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 30.6px */
  letter-spacing: 0.34rem;
}
@media screen and (max-width: 750px) {
  .buttonSecondary .buttonSecondary__inner {
    font-size: 1.7rem;
  }
}
.buttonSecondary[target=_blank] {
  padding: 1rem 7rem 1rem 4rem;
}
.buttonSecondary[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/blank_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 50%;
  right: 2.2rem;
  transition: all 0.3s;
}

.buttonCircle {
  display: block;
  width: 20rem;
  height: 20rem;
  background: #FFE000;
  text-align: center;
  position: relative;
  padding-top: 4.1rem;
  border-radius: 10rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  transition: all 0.6s;
}
.buttonCircleContainer {
  width: fit-content;
}
.buttonCircle::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../images/common/arrow_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
  bottom: 4.5rem;
  left: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .buttonCircle::after {
    width: 1.3rem;
    bottom: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .buttonCircle {
    width: 18rem;
    height: 18rem;
    padding-top: 3.6rem;
  }
}
.buttonCircle:hover {
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.buttonCircle:hover::after {
  left: calc(50% + 1rem);
}

.buttonCircle__inner {
  display: block;
  color: #004979;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 38.4px */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 750px) {
  .buttonCircle__inner {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.listBanner {
  gap: 2.2rem;
}
@media screen and (max-width: 750px) {
  .listBanner {
    flex-direction: column;
  }
}

.listBanner__item {
  width: 62.6rem;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .listBanner__item {
    width: 100%;
  }
}

.buttonBanner {
  display: block;
  border-radius: 1rem;
  border: 0.3rem solid #4076A6;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  background-image: url(../images/common/banner_bg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 17rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .buttonBanner {
    border-width: 0.2rem;
    height: 11rem;
  }
}
.buttonBanner::after {
  content: "";
  display: block;
  width: 4.9rem;
  height: 4.8rem;
  background-image: url(../images/common/arrow_circle_icon02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  right: 2rem;
  top: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .buttonBanner::after {
    width: 2.7rem;
    height: 2.6rem;
    right: 1.1rem;
  }
}
.buttonBanner:hover {
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.buttonBanner:hover::after {
  right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .buttonBanner:hover::after {
    right: 0.6rem;
  }
}

.buttonBanner--bg01 {
  background-image: url(../images/common/banner_bg_01.png);
}

.buttonBanner--bg02 {
  background-image: url(../images/common/banner_bg_02.png);
}

.buttonBanner--bg03 {
  background-image: url(../images/common/banner_bg_03.png);
}
@media screen and (max-width: 750px) {
  .buttonBanner--bg03 {
    background-image: url(../images/common/sp-banner_bg_03.png);
  }
}

.buttonBanner--bg04 {
  background-image: url(../images/common/banner_bg_04.png);
}
@media screen and (max-width: 750px) {
  .buttonBanner--bg04 {
    background-image: url(../images/common/sp-banner_bg_04.png);
  }
}

.buttonBanner--bg05 {
  background-image: url(../images/common/banner_bg_05.png);
}
@media screen and (max-width: 750px) {
  .buttonBanner--bg05 {
    background-image: url(../images/common/sp-banner_bg_05.png);
  }
}

.buttonBanner__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  padding-left: 2.5rem;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .buttonBanner__inner {
    gap: 0.8rem;
    padding-left: 1.4rem;
  }
}

.buttonBanner__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 21px */
}
@media screen and (max-width: 750px) {
  .buttonBanner__text {
    font-size: 1rem;
  }
}

.buttonBanner__title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 41.6px */
  letter-spacing: -0.032rem;
}
@media screen and (max-width: 750px) {
  .buttonBanner__title {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
  }
}

.boxLineUpSecretArea {
  background-image: url(../images/top/box_lineup_upper_bg_01.png);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .boxLineUpSecretArea {
    background-image: url(../images/top/sp-box_lineup_upper_bg_01.png);
  }
}

.boxLineUpSecretArea__inner {
  padding: 1.6rem 1.1rem 1.2rem 8rem;
}
@media screen and (max-width: 750px) {
  .boxLineUpSecretArea__inner {
    padding: 3.5rem 2.5rem;
  }
}

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

.columnLineUpSecretArea__title {
  margin-top: 6rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 50.4px */
  letter-spacing: -0.042rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretArea__title {
    margin-top: 0;
    font-size: 3.2rem;
    letter-spacing: -0.032rem;
  }
}
.columnLineUpSecretArea__title--marker {
  background: linear-gradient(transparent 50%, #FFE000 50%, #FFE000 90%, transparent 90%);
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretArea__title--marker {
    background: linear-gradient(transparent 60%, #FFE000 60%, #FFE000 90%, transparent 90%);
  }
}

.columnLineUpSecretArea__text {
  margin-top: 3rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  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;
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretArea__button {
    margin-top: 4rem;
  }
}

.columnLineUpSecretArea__img {
  width: 51.5rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretArea__img {
    margin-top: 4.2rem;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  }
}

.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.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4; /* 38.4px */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 750px) {
  .textMain {
    font-size: 1.4rem;
    line-height: 2; /* 28px */
    letter-spacing: 0.07rem;
  }
}

.headTitle {
  position: relative;
}

.headTitle__bg {
  display: block;
  width: 100%;
  height: 109.3rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: linear-gradient(180deg, #56B8E8 0%, rgba(86, 184, 232, 0) 100%);
  pointer-events: none;
}

.headTitle__inner {
  padding-top: 7.6rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .headTitle__inner {
    padding-top: 5.6rem;
  }
}

.breadcrumbList {
  display: flex;
  position: relative;
  z-index: 100;
  padding: 1rem 6rem;
}
@media screen and (max-width: 750px) {
  .breadcrumbList {
    padding: 1rem 1.5rem 1.5rem;
  }
}

.breadcrumbList__item {
  color: #0B0308;
  /* Text/Small/Normal */
  font-family: "Noto Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 21px */
  position: relative;
}
@media screen and (max-width: 750px) {
  .breadcrumbList__item:first-child {
    flex-shrink: 0;
  }
}
.breadcrumbList__item:not(:last-child) {
  padding-right: 3.2rem;
}
.breadcrumbList__item:not(:last-child)::after {
  content: "";
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 0.1rem #0B0308;
  border-right: solid 0.1rem #0B0308;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.3rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .breadcrumbList__item:not(:first-child) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.headTitle__content {
  position: relative;
}

.headTitle__photo {
  background-image: url(../images/common/headtitle_bg_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  height: 25vw;
  border-radius: 2rem;
}
@media screen and (max-width: 750px) {
  .headTitle__photo {
    background-image: url(../images/common/sp-headtitle_bg_01.jpg);
  }
}
@media screen and (max-width: 750px) {
  .headTitle__photo {
    height: 33rem;
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .headTitle__photo--spHeightLarge {
    height: 44rem;
  }
}
.headTitle__photo--02 {
  background-image: url(../images/common/headtitle_bg_02.jpg);
}
@media screen and (max-width: 750px) {
  .headTitle__photo--02 {
    height: 33rem;
    background-image: url(../images/common/sp-headtitle_bg_02.jpg);
  }
}
.headTitle__photo--03 {
  background-image: url(../images/common/headtitle_bg_03.jpg);
}
@media screen and (max-width: 750px) {
  .headTitle__photo--03 {
    height: 33rem;
    background-image: url(../images/common/sp-headtitle_bg_03.jpg);
  }
}
.headTitle__photo--04 {
  background-image: url(../images/common/headtitle_bg_04.jpg);
}
@media screen and (max-width: 750px) {
  .headTitle__photo--04 {
    background-image: url(../images/common/sp-headtitle_bg_04.jpg);
  }
}
.headTitle__photo--05 {
  background-image: url(../images/common/headtitle_bg_05.jpg);
}
@media screen and (max-width: 750px) {
  .headTitle__photo--05 {
    background-image: url(../images/common/sp-headtitle_bg_05.jpg);
  }
}
.headTitle__photo--06 {
  background-image: url(../images/common/headtitle_bg_06.jpg);
}
@media screen and (max-width: 750px) {
  .headTitle__photo--06 {
    background-image: url(../images/common/sp-headtitle_bg_06.jpg);
  }
}
.headTitle__photo--07 {
  background-image: url(../images/common/headtitle_bg_07.jpg);
}
@media screen and (max-width: 750px) {
  .headTitle__photo--07 {
    background-image: url(../images/common/sp-headtitle_bg_07.jpg);
  }
}
.headTitle__photo--08 {
  background-image: url(../images/common/headtitle_bg_08.jpg);
}
@media screen and (max-width: 750px) {
  .headTitle__photo--08 {
    background-image: url(../images/common/sp-headtitle_bg_08.jpg);
  }
}
.headTitle__photo--09 {
  background-image: url(../images/common/headtitle_bg_09.jpg);
}
@media screen and (max-width: 750px) {
  .headTitle__photo--09 {
    background-image: url(../images/common/sp-headtitle_bg_09.jpg);
  }
}

.headTitle__accent {
  width: 76.3rem;
  transform: rotate(-15deg);
  position: absolute;
  top: -18rem;
  left: -8.3rem;
}
@media screen and (max-width: 750px) {
  .headTitle__accent {
    width: 38.8rem;
    top: -10.3rem;
    left: -20.4rem;
  }
}

.headTitle__contentInner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .headTitle__contentInner {
    position: absolute;
    top: 0;
  }
}

.headTitle__column {
  max-width: 116rem;
  width: 100%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -2rem;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .headTitle__column {
    width: calc(100% - 3rem);
    bottom: auto;
    top: 12rem;
  }
}
@media screen and (max-width: 750px) {
  .headTitle__column--spTopSmall {
    top: 11rem;
  }
}
.headTitle__column--pattern01, .headTitle__column--pattern02 {
  max-width: 77.2rem;
  height: 35.5rem;
  transform: inherit;
  left: 5rem;
  bottom: -7.3rem;
}
@media screen and (max-width: 750px) {
  .headTitle__column--pattern01, .headTitle__column--pattern02 {
    height: auto;
    left: 1.5rem;
    bottom: auto;
    top: 12rem;
  }
}

.columnHeadTitle {
  gap: 0 8rem;
  border-radius: 3rem;
  overflow: hidden;
  padding: 5.2rem 3rem;
}
@media screen and (max-width: 750px) {
  .columnHeadTitle {
    flex-direction: column;
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
.columnHeadTitle::before {
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.columnHeadTitle--pattern01 {
  padding: 6.5rem 5.1rem 6.5rem 3.8rem;
  background-image: url(../images/common/headtitle_content_bg_01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  align-items: flex-end;
}
.columnHeadTitle--pattern01::before {
  content: none;
}
@media screen and (max-width: 750px) {
  .columnHeadTitle--pattern01 {
    padding: 3rem 2rem;
    align-items: flex-start;
    background-image: url(../images/common/sp-headtitle_content_bg_01.png);
  }
}
.columnHeadTitle--pattern01 .columnHeadTitle__img {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .columnHeadTitle--pattern01 .columnHeadTitle__img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .columnHeadTitle--pattern01 .columnHeadTitle__upperTitle {
    font-size: 3.2rem;
  }
}
.columnHeadTitle--pattern02 {
  gap: 0 6rem;
  padding: 2.7rem 5.1rem 2.7rem 3.8rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnHeadTitle--pattern02 {
    padding: 3rem 2rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .columnHeadTitle--pattern02 .headTitle__upperText {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .columnHeadTitle--pattern02 .columnHeadTitle__upperTitle {
    font-size: 3.2rem;
  }
}

.columnHeadTitle__item {
  position: relative;
  z-index: 10;
}

.columnHeadTitle__img {
  width: 11.3rem;
}
@media screen and (max-width: 750px) {
  .columnHeadTitle__img {
    width: 6.3rem;
  }
}

@media screen and (max-width: 750px) {
  .columnHeadTitle__upper {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  .columnHeadTitle__upperContent {
    width: 21.2rem;
  }
}
@media screen and (max-width: 750px) {
  .columnHeadTitle__upperContent--spWidthLarge {
    width: 22.2rem;
  }
}

.headTitle__upperText {
  color: #0B0308;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 16.8px */
  letter-spacing: 0.07rem;
}
.headTitle__upperText + .columnHeadTitle__upperTitle {
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .headTitle__upperText + .columnHeadTitle__upperTitle {
    margin-top: 0.8rem;
  }
}

.columnHeadTitle__upperTitle {
  color: #0B0308;
  font-family: "M PLUS 1";
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 67.2px */
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 750px) {
  .columnHeadTitle__upperTitle {
    font-size: 3.6rem;
    line-height: 120%; /* 43.2px */
    letter-spacing: 0.18rem;
  }
}
.columnHeadTitle__upperTitle--spLsSmall {
  letter-spacing: 0;
}

.headTitle__lead {
  margin-top: 2.4rem;
  color: #0B0308;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 30.6px */
}
@media screen and (max-width: 750px) {
  .headTitle__lead {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .headTitle__lead--spMtSmall {
    margin-top: 2rem;
  }
}

.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;
  }
}
/*# sourceMappingURL=style.css.map */
