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

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

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #231815;
}

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

/*! 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;
}

.footer {
  width: 100%;
  overflow: hidden;
}
.footer__button {
  margin: 155px auto 0;
  max-width: 380px;
}
@media screen and (max-width: 1200px) {
  .footer__button {
    max-width: 280px;
  }
}
@media screen and (max-width: 750px) {
  .footer__button {
    margin: 84px auto 0;
    max-width: 155px;
  }
}
.footer__logo {
  width: 248px;
  margin: 108px auto 0;
  position: relative;
  left: 14px;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 124px;
    margin: 43px auto 0;
    position: relative;
    left: 0;
  }
}
.footer__copyright {
  margin-top: 160px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 400;
  padding-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    margin-top: 80px;
    font-size: 10px;
    transform: scale(0.8) translateX(-50%);
    width: 150%;
    position: relative;
    left: 35%;
  }
}

.snslist {
  display: flex;
  justify-content: center;
}
.snslist__item {
  width: 51px;
}
@media screen and (max-width: 750px) {
  .snslist__item {
    width: 34px;
  }
}
.snslist__item + .snslist__item {
  margin-left: 32px;
}
@media screen and (max-width: 750px) {
  .snslist__item + .snslist__item {
    margin-left: 20px;
  }
}

.header {
  background-color: #fff;
}
.header__inner {
  padding: 113px 60px 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding: 80px 20px 65px 20px;
  }
}
.header__logo {
  width: 307px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 153px;
  }
}

.main {
  overflow: hidden;
  position: relative;
}

.campaign {
  background: rgb(227, 186, 46);
  background: linear-gradient(180deg, rgb(227, 186, 46) 0%, rgb(240, 213, 74) 40%, rgb(237, 175, 53) 100%);
}

.campaign__inner {
  padding: 12px 20px;
}
@media screen and (max-width: 750px) {
  .campaign__inner {
    padding: 1.7rem 2rem;
  }
}

.campaign__img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign__img {
    max-width: 29.9rem;
  }
}

.mv {
  background-image: url(../images/mv-bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 63.4rem;
  min-height: 634px;
}
@media screen and (max-width: 750px) {
  .mv {
    height: 44rem;
    min-height: initial;
  }
}

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

.mv__img01 {
  position: absolute;
  left: 9.8rem;
  bottom: 0;
  width: 38.4rem;
}
@media screen and (max-width: 750px) {
  .mv__img01 {
    left: 3.6rem;
    width: 18.1rem;
  }
}

.mv__img02 {
  position: absolute;
  right: -3.3rem;
  bottom: 0;
  width: 34.7rem;
}
@media screen and (max-width: 750px) {
  .mv__img02 {
    right: 0;
    width: 16.4rem;
  }
}

.mv__text01 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mv__text01 {
    font-size: 1.3rem;
    line-height: 2.1538461538;
    letter-spacing: 0.03em;
  }
}

.mv__text02 {
  margin-top: 38px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.07em;
  font-style: normal;
  font-weight: bold;
  color: #2F2F2F;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mv__text02 {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    line-height: 2.1538461538;
    letter-spacing: 0.03em;
  }
}

.sec01 {
  background-image: url(../images/sec01-bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -1.1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec01 {
    background-image: url(../images/sp-sec01-bg01.jpg);
  }
}

.sec01__inner {
  padding: 115px 60px 0;
  max-width: 1022px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec01__inner {
    padding: 6.5rem 0 0;
  }
}

.sec01__lead01 {
  margin-top: 35px;
  color: #2F2F2F;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.039em;
  line-height: 1.6111111111;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec01__lead01 {
    font-size: 1.4rem;
    text-align: left;
    width: 31rem;
    margin: 3.4rem auto 0;
  }
}

.sec01__blk + .sec01__blk {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  .sec01__blk + .sec01__blk {
    margin-top: 8rem;
  }
}

.sec01__img01 {
  width: 59.6rem;
  max-width: 596px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec01__img01 {
    margin: 0 auto;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec01__list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  justify-content: center;
  max-width: 901px;
  padding-left: 3px;
  margin: 31px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec01__list01 {
    margin: 2.5rem auto 0;
    gap: 1.3rem 0;
  }
}

.sec01__item01 {
  width: 44.2rem;
  max-width: 442px;
}
.sec01__item01--w100 {
  width: 89.2rem;
  max-width: 892px;
}
@media screen and (max-width: 750px) {
  .sec01__item01 {
    width: 33rem;
    max-width: initial;
    position: relative;
  }
  .sec01__item01--w100 {
    width: 33rem;
  }
}

.sec01__img02 {
  width: 73.8rem;
  max-width: 738px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec01__img02 {
    margin: 0 auto;
    max-width: initial;
    width: 28.7rem;
    position: relative;
    z-index: 10;
  }
}

.sec01__list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  justify-content: center;
  max-width: 901px;
  padding-left: 2px;
  margin: 31px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec01__list02 {
    margin: 2rem auto 0;
    gap: 1.8rem 0;
  }
}

.sec01__item02 {
  width: 29rem;
  max-width: 290px;
}
@media screen and (max-width: 750px) {
  .sec01__item02 {
    margin: 0 auto;
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}
.sec01__item02Link {
  opacity: 1;
  transition: all 0.3s;
}
.sec01__item02Link:hover {
  opacity: 0.7;
}

.sec02 {
  position: relative;
  z-index: 10;
  margin-top: -12.4rem;
}
@media screen and (max-width: 750px) {
  .sec02 {
    margin-top: 0;
  }
}

.sec02__bg01 {
  background-image: url(../images/sec02-bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 750px) {
  .sec02__bg01 {
    background-image: url(../images/sp-sec02-bg01.jpg);
  }
}

.sec02__inner {
  padding-bottom: 35.3rem;
}
@media screen and (max-width: 750px) {
  .sec02__inner {
    padding-bottom: 12.1rem;
  }
}

.sec02__img02 {
  width: 65.4rem;
  max-width: 594px;
  margin: -22px auto 0;
}
@media screen and (max-width: 750px) {
  .sec02__img02 {
    padding-top: 5.6rem;
    margin: 0 auto;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec02__img03 {
  border: 4px solid #2F2F2F;
  width: 80rem;
  max-width: 800px;
  margin: 25px auto 0;
}
@media screen and (max-width: 750px) {
  .sec02__img03 {
    margin: 2.3rem auto 0;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec02__button01 {
  width: 100%;
  max-width: 420px;
  margin: 33px auto 0;
}
@media screen and (max-width: 750px) {
  .sec02__button01 {
    margin: 1.9rem auto 0;
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec03 {
  position: relative;
  z-index: 10;
  margin-top: -28.5rem;
}
@media screen and (max-width: 750px) {
  .sec03 {
    margin-top: -5.8rem;
  }
}

.sec03__bg01 {
  background-color: #FFF1D4;
}

.sec03__inner {
  padding-bottom: 22.5rem;
}
@media screen and (max-width: 750px) {
  .sec03__inner {
    padding-bottom: 8.3rem;
  }
}

.sec03__img01 {
  width: 88.2rem;
  max-width: 882px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec03__img01 {
    margin: 0 auto;
    padding-top: 1.8rem;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec03__list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  justify-content: center;
  max-width: 901px;
  padding-left: 3px;
  margin: 31px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec03__list01 {
    margin: 2rem auto 0;
    gap: 1.3rem 0;
  }
}

.sec03__item01 {
  width: 44.2rem;
  max-width: 442px;
}
.sec03__item01--w100 {
  width: 89.2rem;
  max-width: 892px;
}
@media screen and (max-width: 750px) {
  .sec03__item01 {
    width: 33.5rem;
    max-width: initial;
    position: relative;
  }
  .sec03__item01--w100 {
    width: 33.5rem;
  }
}

.sec03__img02 {
  width: 73.8rem;
  max-width: 738px;
  margin: 121px auto 0;
}
@media screen and (max-width: 750px) {
  .sec03__img02 {
    margin: 7.1rem auto 0;
    max-width: initial;
    width: 35.1rem;
    position: relative;
    z-index: 10;
  }
}

.sec03__list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  justify-content: center;
  max-width: 901px;
  padding-left: 2px;
  margin: 31px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec03__list02 {
    margin: 2rem auto 0;
    gap: 1.8rem 0;
  }
}

.sec03__item02 {
  width: 29rem;
  max-width: 290px;
}
@media screen and (max-width: 750px) {
  .sec03__item02 {
    margin: 0 auto;
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}
.sec03__item02Link {
  opacity: 1;
  transition: all 0.3s;
}
.sec03__item02Link:hover {
  opacity: 0.7;
}

.sec04 {
  margin-top: -16rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec04 {
    margin-top: -5rem;
  }
}

.sec04__bg01 {
  background-image: url(../images/sec04-bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 750px) {
  .sec04__bg01 {
    background-image: url(../images/sp-sec04-bg01.png);
  }
}

.sec04__inner {
  padding-top: 23px;
  padding-bottom: 19.8rem;
}
@media screen and (max-width: 750px) {
  .sec04__inner {
    padding-top: 0;
    padding-bottom: 7.7rem;
  }
}

.sec04__img01 {
  width: 89.1rem;
  max-width: 891px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec04__img01 {
    margin: 0 auto;
    padding-top: 0.9rem;
    max-width: initial;
    width: 36.5rem;
    position: relative;
    z-index: 10;
  }
}

.sec04__blk + .sec04__blk {
  margin-top: 77px;
}

.sec04__img02 {
  width: 71.8rem;
  max-width: 718px;
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .sec04__img02 {
    margin: 2.8rem auto;
    max-width: initial;
    width: 33.1rem;
    position: relative;
    z-index: 10;
  }
}

.sec04__img03 {
  display: block;
  width: 100%;
  z-index: 10;
  max-width: 800px;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec04__img03 {
    margin: 1.4rem auto;
    max-width: initial;
    width: 33.5rem;
    position: relative;
    z-index: 10;
  }
}
.sec04__img03Inner {
  position: relative;
  z-index: 10;
  background-color: #9D9D9D;
  border: 4px solid #2F2F2F;
  border-radius: 12px;
  overflow: hidden;
}
.sec04__img03::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2F2F2F;
  border-radius: 12px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
}

.sec04__img04 {
  width: 67.1rem;
  max-width: 671px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec04__img04 {
    margin: 3.5rem auto 0;
    max-width: initial;
    width: 33.1rem;
    position: relative;
    z-index: 10;
  }
}

.sec04__img05 {
  display: block;
  width: 100%;
  z-index: 10;
  max-width: 800px;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec04__img05 {
    margin: 1.4rem auto;
    max-width: initial;
    width: 33.5rem;
    position: relative;
    z-index: 10;
  }
}
.sec04__img05Inner {
  position: relative;
  z-index: 10;
  background-color: #9D9D9D;
  border: 4px solid #2F2F2F;
  border-radius: 12px;
  overflow: hidden;
}
.sec04__img05::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2F2F2F;
  border-radius: 12px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
}

.sec04__img06 {
  width: 82.1rem;
  max-width: 821px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec04__img06 {
    margin: 3.5rem auto 0;
    max-width: initial;
    width: 33.1rem;
    position: relative;
    z-index: 10;
  }
}

.sec04__img07 {
  display: block;
  width: 100%;
  z-index: 10;
  max-width: 800px;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec04__img07 {
    margin: 1.4rem auto;
    max-width: initial;
    width: 33.5rem;
    position: relative;
    z-index: 10;
  }
}
.sec04__img07Inner {
  position: relative;
  z-index: 10;
  background-color: #9D9D9D;
  border: 4px solid #2F2F2F;
  border-radius: 12px;
  overflow: hidden;
}
.sec04__img07::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2F2F2F;
  border-radius: 12px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
}

.sec04__button01 {
  width: 100%;
  max-width: 420px;
  margin: 33px auto 0;
}
@media screen and (max-width: 750px) {
  .sec04__button01 {
    margin: 1.9rem auto 0;
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec05 {
  position: relative;
}

.sec05__edge {
  width: 134.5rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .sec05__edge {
    top: -0.7rem;
    width: 54.8rem;
  }
}

.sec05__inner {
  padding: 127px 0 136px;
}
@media screen and (max-width: 750px) {
  .sec05__inner {
    padding: 5rem 0 7.5rem;
  }
}

.sec05__img01 {
  width: 80rem;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec05__img01 {
    margin: 0 auto;
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec05__list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 14px;
  justify-content: center;
  max-width: 892px;
  margin: 47px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec05__list01 {
    margin: 2.3rem auto 0;
    gap: 2.2rem 0;
    max-width: initial;
    position: relative;
    z-index: 10;
  }
}

.sec05__item01 {
  width: 28.7rem;
  max-width: 287px;
}
@media screen and (max-width: 750px) {
  .sec05__item01 {
    margin: 0 auto;
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec05__cardThumb {
  border: 3px solid #2F2F2F;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.sec05__cardThumb iframe, .sec05__cardThumb video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec05__cardTitle {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.039em;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec05__cardTitle {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.sec05__img02 {
  width: 78.6rem;
  max-width: 786px;
  margin: 109px auto 0;
}
@media screen and (max-width: 750px) {
  .sec05__img02 {
    margin: 7.5rem auto 0;
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.sec05__blk {
  width: 89.2rem;
  max-width: 892px;
  margin: 0 auto;
  border-radius: 10px;
  border: 4px solid #2F2F2F;
  position: relative;
}
.sec05__blk + .sec05__blk {
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  .sec05__blk + .sec05__blk {
    margin-top: 4.1rem;
  }
}
.sec05__blk::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2F2F2F;
  border-radius: 12px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .sec05__blk {
    margin: 7.5rem auto 0;
    max-width: initial;
    width: 33rem;
    position: relative;
  }
}

.sec05__blk--01 {
  margin-top: 27px;
  background-image: url(../images/sec05-bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 750px) {
  .sec05__blk--01 {
    background-image: url(../images/sp-sec05-bg01.jpg);
  }
}

.sec05__blk--02 {
  margin-top: 27px;
  background-color: #F7CFC6;
}

.sec05__blk--03 {
  margin-top: 27px;
  background-image: url(../images/sec05-bg02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 750px) {
  .sec05__blk--03 {
    background-image: url(../images/sp-sec05-bg02.jpg);
  }
}

.sec05__blkInner {
  padding: 0 45px;
}
@media screen and (max-width: 750px) {
  .sec05__blkInner {
    padding: 0;
  }
}

.sec05__head {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.07em;
  background-color: #2F2F2F;
  color: #fff;
  padding: 20px 20px 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec05__head {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: -0.02em;
    padding: 1.7rem 2rem 1.6rem;
  }
}
.sec05__head::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 13px solid #2f2f2f;
  border-bottom: 0;
}

.sec05__img03 {
  width: 80rem;
  max-width: 800px;
  margin: 52px auto 0;
}
@media screen and (max-width: 750px) {
  .sec05__img03 {
    margin: 2.4rem auto 0;
    max-width: initial;
    width: 27.1rem;
    position: relative;
    z-index: 10;
  }
}

.sec05__flex01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .sec05__flex01 {
    flex-direction: column;
  }
}

.sec05__text01 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 19px;
  line-height: 1.5789473684;
  letter-spacing: 0.039em;
  font-style: normal;
  font-weight: bold;
  color: #2F2F2F;
  width: 50rem;
  max-width: 500px;
}
@media screen and (max-width: 750px) {
  .sec05__text01 {
    font-size: 1.7rem;
    line-height: 1.6470588235;
    letter-spacing: 0.04em;
    width: 26.3rem;
    max-width: initial;
  }
}

.sec05__img04 {
  width: 26.7rem;
  max-width: 267px;
  border: 4px solid #2F2F2F;
}
@media screen and (max-width: 750px) {
  .sec05__img04 {
    margin-top: 2.2rem;
    width: 26.7rem;
    max-width: initial;
  }
}

.sec05__img05 {
  width: 100%;
  margin-top: 33px;
  padding-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .sec05__img05 {
    margin: 1.9rem auto 0;
    width: 26.7rem;
    max-width: initial;
    padding-bottom: 1.9rem;
  }
}

.sec05__img06 {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .sec05__img06 {
    margin: 2rem auto 0;
    width: 29.2rem;
    max-width: initial;
  }
}

.sec05__img07 {
  margin-top: 33px;
  width: 80rem;
  max-width: 800px;
}
@media screen and (max-width: 750px) {
  .sec05__img07 {
    margin: 2.2rem auto 0;
    width: 26.3rem;
    max-width: initial;
  }
}

.sec05__img08 {
  margin-top: 41px;
  width: 80rem;
  max-width: 800px;
}
@media screen and (max-width: 750px) {
  .sec05__img08 {
    margin: 2.2rem auto 0;
    width: 27.1rem;
    max-width: initial;
  }
}

.sec05__box01 {
  background-color: #fff;
  border: 4px solid #2F2F2F;
  border-radius: 10px;
  margin-top: 41px;
  margin-bottom: 43px;
}
@media screen and (max-width: 750px) {
  .sec05__box01 {
    margin: 2rem auto 2.7rem;
    width: 27.1rem;
    max-width: initial;
  }
}

.sec05__box01Head {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.07em;
  background-color: #2F2F2F;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec05__box01Head {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}

.sec05__box01Inner {
  padding: 30px 20px;
}
@media screen and (max-width: 750px) {
  .sec05__box01Inner {
    padding: 1.9rem 0 2.5rem;
  }
}

.sec05__box01Flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 38px;
}
@media screen and (max-width: 750px) {
  .sec05__box01Flex {
    flex-direction: column;
  }
}

.sec05__img09 {
  width: 32.3rem;
  max-width: 323px;
}
@media screen and (max-width: 750px) {
  .sec05__img09 {
    margin: 0 auto;
    width: 21.7rem;
    max-width: initial;
  }
}

.sec05__box01Detail {
  width: 30rem;
  max-width: 300px;
}
@media screen and (max-width: 750px) {
  .sec05__box01Detail {
    width: auto;
    max-width: initial;
  }
}

.sec05__box01Text01 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #2F2F2F;
}
@media screen and (max-width: 750px) {
  .sec05__box01Text01 {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    text-align: center;
  }
}

.sec05__box01Text02 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2666666667;
  letter-spacing: 0.07em;
  color: #2F2F2F;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .sec05__box01Text02 {
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    margin-top: 1.2rem;
  }
}

.sec05__box01Link01 {
  margin-top: 33px;
}
@media screen and (max-width: 750px) {
  .sec05__box01Link01 {
    text-align: center;
    margin-top: 1rem;
  }
}

.sec05__box01Link01Text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.07em;
  color: #2F2F2F;
  text-decoration: underline;
}
.sec05__box01Link01Text:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .sec05__box01Link01Text {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.sec05__img10 {
  margin-top: 48px;
  border: 4px solid #2F2F2F;
}
@media screen and (max-width: 750px) {
  .sec05__img10 {
    margin: 2.5rem auto 0;
    width: 26.9rem;
    max-width: initial;
  }
}

.sec05__lead01 {
  margin-top: 47px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  line-height: 1.6111111111;
  letter-spacing: 0.039em;
  font-style: normal;
  font-weight: bold;
  color: #2F2F2F;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec05__lead01 {
    margin: 2.3rem auto 0;
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.04em;
    width: 26.3rem;
    text-align: left;
  }
}

.sec05__img11 {
  margin-top: 39px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .sec05__img11 {
    margin: 2.3rem auto 0;
    width: 26.9rem;
    max-width: initial;
    padding-bottom: 2.2rem;
  }
}

.sec06 {
  margin-top: -12.4rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec06 {
    margin-top: -3.2rem;
  }
}

.sec06__inner {
  margin-top: -2px;
  padding: 109px 0 191px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 750px) {
  .sec06__inner {
    padding: 5.1rem 2.2rem 13.5rem;
  }
}

.sec06__lead {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-style: normal;
  font-weight: bold;
  color: #2F2F2F;
  text-align: center;
  margin: 0 auto;
  width: 100rem;
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  .sec06__lead {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 1.2rem;
    text-align: center;
    width: 100%;
    max-width: initial;
  }
}

.sec06__img01 {
  margin: 64px auto 0;
  width: 89rem;
  max-width: 890px;
}
@media screen and (max-width: 750px) {
  .sec06__img01 {
    margin: 2.9rem auto 0;
    width: 100%;
    max-width: initial;
  }
}

.sec06__list01 {
  margin: 31px auto 0;
  width: 89rem;
  max-width: 890px;
  display: flex;
  gap: 0 32px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .sec06__list01 {
    margin: 1.5rem auto 0;
    width: 100%;
    max-width: initial;
    gap: 1.5rem 0;
    flex-direction: column;
  }
}

.sec06__item01 {
  width: 42.9rem;
  max-width: 429px;
}
@media screen and (max-width: 750px) {
  .sec06__item01 {
    width: 100%;
    max-width: initial;
  }
}

.sec06__button01 {
  margin: 38px auto 0;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 750px) {
  .sec06__button01 {
    width: 100%;
    max-width: initial;
  }
}

.toTop {
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 65px;
  right: 99px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .toTop {
    bottom: 4.8rem;
    right: 2.2rem;
    width: 6.9rem;
    height: 6.9rem;
  }
}
.toTop::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #2F2F2F;
  position: absolute;
  left: 4px;
  bottom: -4px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .toTop::after {
    left: 0.4rem;
    bottom: -0.4rem;
    border-radius: 5rem;
  }
}
.toTop:hover .toTop__mark {
  left: 4px;
  bottom: -4px;
}
@media screen and (max-width: 750px) {
  .toTop:hover .toTop__mark {
    left: 0.4rem;
    bottom: -0.4rem;
  }
}

.toTop__mark {
  transition: all 0.3s;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 4px solid #2F2F2F;
  position: relative;
  z-index: 10;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .toTop__mark {
    border-radius: 5rem;
    padding: 1rem;
  }
}

.toTop__icon {
  width: 17px;
}
@media screen and (max-width: 750px) {
  .toTop__icon {
    width: 1.5rem;
  }
}

.toTop__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: bold;
  color: #2F2F2F;
  text-align: center;
  margin-top: 2px;
}
@media screen and (max-width: 750px) {
  .toTop__text {
    font-size: 1.4rem;
  }
}

.main {
  overflow: hidden;
  position: relative;
}

.articleSec01__inner {
  padding-bottom: 104px;
}
@media screen and (max-width: 750px) {
  .articleSec01__inner {
    padding-bottom: 3.8rem;
  }
}

.articleSec01__img01 {
  max-width: 892px;
  margin: 44px auto 0;
  width: 120rem;
}
@media screen and (max-width: 750px) {
  .articleSec01__img01 {
    margin: 4.1rem auto 0;
    width: 36.5rem;
    position: relative;
    z-index: 10;
  }
}

.articleSec01__title {
  margin-top: 56px;
  font-size: min(4.4rem, 36px);
  line-height: 1.2777777778;
  letter-spacing: 0.07em;
  font-weight: 900;
  color: #2F2F2F;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 28px;
}
@media screen and (max-width: 750px) {
  .articleSec01__title {
    font-size: 2.2rem;
    gap: 0 0.5rem;
  }
}
.articleSec01__title::before, .articleSec01__title::after {
  content: "";
  display: block;
  width: 4.8rem;
  max-width: 48px;
  height: 3.9rem;
  max-height: 39px;
  background-image: url(../images/common/fukidashi01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .articleSec01__title::before, .articleSec01__title::after {
    background-image: url(../images/common/sp-fukidashi01.svg);
    width: 3.1rem;
    max-width: initial;
    height: 3.3rem;
    max-height: initial;
    margin-bottom: -0.4rem;
  }
}
.articleSec01__title::after {
  content: "";
  display: block;
  width: 4.8rem;
  max-width: 48px;
  height: 3.9rem;
  max-height: 39px;
  background-image: url(../images/common/fukidashi02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .articleSec01__title::after {
    background-image: url(../images/common/sp-fukidashi02.svg);
    width: 3.1rem;
    max-width: initial;
    height: 3.3rem;
    max-height: initial;
    margin-bottom: -0.4rem;
  }
}

.articleSec01__lead {
  max-width: 892px;
  margin: 44px auto 0;
  width: 120rem;
  border-top: 4px solid #2F2F2F;
  border-bottom: 4px solid #2F2F2F;
  padding: 11px 0;
}
@media screen and (max-width: 750px) {
  .articleSec01__lead {
    padding: 1.1rem 0;
    margin: 2rem auto 0;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.articleSec01__leadInner {
  border-top: 2px solid #2F2F2F;
  border-bottom: 2px solid #2F2F2F;
  padding: 26px 0;
}
@media screen and (max-width: 750px) {
  .articleSec01__leadInner {
    padding: 1.6rem 0;
  }
}

.articleSec01__leadText {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #2F2F2F;
}
@media screen and (max-width: 750px) {
  .articleSec01__leadText {
    font-size: 1.4rem;
  }
  .articleSec01__leadText--small {
    font-size: 1.2rem;
  }
}

.articleSec01__list01 {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  max-width: 892px;
  margin: 67px auto 0;
  width: 120rem;
}
@media screen and (max-width: 750px) {
  .articleSec01__list01 {
    flex-wrap: wrap;
    margin: 4.2rem auto 0;
    width: 33rem;
    position: relative;
    z-index: 10;
    gap: 2rem 0;
  }
}

.articleSec01__item01 {
  max-width: 284px;
  width: 38.5rem;
}
@media screen and (max-width: 750px) {
  .articleSec01__item01 {
    max-width: initial;
    width: 100%;
  }
}

.articleSec01__card01 {
  background-color: #FFF1D4;
  border-radius: 10px;
  padding: 34px 25px 40px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .articleSec01__card01 {
    padding: 3.4rem 2.5rem;
  }
}

.articleSec01__cardImg01 {
  width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .articleSec01__cardImg01 {
    width: 18rem;
  }
}

.articleSec01__cardName01 {
  margin-top: 18px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  line-height: 1.9166666667;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .articleSec01__cardName01 {
    margin-top: 1.8rem;
    font-size: 2.4rem;
  }
}

.articleSec01__cardText01 {
  margin-top: 21px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #2F2F2F;
}
@media screen and (max-width: 750px) {
  .articleSec01__cardText01 {
    margin-top: 1.7rem;
    font-size: 1.4rem;
  }
}

.articleSec01__chatbox {
  margin: 42px auto 0;
  max-width: 892px;
  width: 120rem;
}
@media screen and (max-width: 750px) {
  .articleSec01__chatbox {
    margin: 3.2rem auto 0;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.chatbox__blk {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}
.chatbox__blk + .chatbox__blk {
  margin-top: 22px;
}
@media screen and (max-width: 750px) {
  .chatbox__blk + .chatbox__blk {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .chatbox__blk {
    gap: 0.5rem 0;
    flex-direction: column;
  }
}
.chatbox__blk--separator {
  margin-bottom: 27px;
}
.chatbox__blk + .chatbox__blk--separator {
  margin-top: 33px;
}
@media screen and (max-width: 750px) {
  .chatbox__blk + .chatbox__blk--separator {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .chatbox__blk--separator {
    margin-top: 2rem;
  }
}

.chatbox__name {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  width: 64px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
@media screen and (max-width: 750px) {
  .chatbox__name {
    font-size: 1.2rem;
    width: 6.2rem;
    height: 2.1rem;
    border-radius: 100px;
  }
}
.chatbox__name--small {
  font-size: 12px;
  letter-spacing: -0.12em;
  align-self: flex-end;
  margin-bottom: 2px;
}
@media screen and (max-width: 750px) {
  .chatbox__name--small {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.chatbox__name--01 {
  background-color: #CC1414;
  font-size: 15px;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 750px) {
  .chatbox__name--01 {
    font-size: 1.2rem;
  }
}
.chatbox__name--02 {
  background-color: #DEB300;
}
.chatbox__name--03 {
  font-size: 14px;
  line-height: 1.9285714286;
  background-color: #0074BF;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 750px) {
  .chatbox__name--03 {
    font-size: 1.2rem;
    letter-spacing: -0.11em;
  }
}

.chatbox__separator {
  width: 100%;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #2F2F2F;
  border-top: 3px dotted #2F2F2F;
  border-bottom: 3px dotted #2F2F2F;
  padding: 4px 0;
}
@media screen and (max-width: 750px) {
  .chatbox__separator {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    padding: 0.2rem 0;
  }
}

.chatbox__text {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #2F2F2F;
}
@media screen and (max-width: 750px) {
  .chatbox__text {
    font-size: 1.4rem;
  }
}

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

.articleSec02__bg01 {
  background-image: url(../images/articleSec02-bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 750px) {
  .articleSec02__bg01 {
    background-image: url(../images/sp-articleSec02-bg01.png);
  }
}

.articleSec02__inner {
  padding-bottom: 126px;
}
@media screen and (max-width: 750px) {
  .articleSec02__inner {
    padding-bottom: 7rem;
    padding-top: 0.5rem;
  }
}

.articleSec02__title {
  border-top: 3px solid #2F2F2F;
  border-bottom: 3px solid #2F2F2F;
  padding: 11px 0;
  display: flex;
  align-items: center;
  gap: 0 12px;
  max-width: 892px;
  margin: -23px auto 0;
  width: 120rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .articleSec02__title {
    flex-direction: column;
    max-width: initial;
    margin: 0 auto;
    width: 33rem;
    padding: 0 0 1.2rem;
  }
}

.articleSec02__titleIcon {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  width: 109px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  background-color: #2F2F2F;
}
@media screen and (max-width: 750px) {
  .articleSec02__titleIcon {
    font-size: 1.2rem;
    gap: 0 0.2rem;
    width: 11.8rem;
    height: 2.3rem;
    margin-top: -1.2rem;
  }
}

.articleSec02__titleIcon--large {
  font-size: 23px;
  letter-spacing: 0.07em;
  margin-bottom: 2px;
}
@media screen and (max-width: 750px) {
  .articleSec02__titleIcon--large {
    font-size: 1.8rem;
  }
}

.articleSec02__titleText {
  font-size: 28px;
  line-height: 1.6428571429;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #2F2F2F;
}
@media screen and (max-width: 750px) {
  .articleSec02__titleText {
    margin-top: 0.4rem;
    font-size: 2.4rem;
    line-height: 1.2916666667;
  }
}

.articleSec02__thumb01 {
  max-width: 892px;
  margin: 32px auto 0;
  width: 120rem;
  aspect-ratio: 16/9;
  background-color: #B9B9B9;
}
@media screen and (max-width: 750px) {
  .articleSec02__thumb01 {
    margin: 2.5rem auto 0;
    width: 33rem;
  }
}

.articleSec02__chatbox {
  margin: 42px auto 0;
  max-width: 892px;
  width: 120rem;
}
@media screen and (max-width: 750px) {
  .articleSec02__chatbox {
    margin: 3.2rem auto 0;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.articleSec02__blk {
  margin-top: 98px;
}
@media screen and (max-width: 750px) {
  .articleSec02__blk {
    margin-top: 6.5rem;
  }
}

.articleSec02__img01 {
  width: 88.2rem;
  max-width: 882px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .articleSec02__img01 {
    margin: 6.5rem auto 0;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.articleSec02__list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  justify-content: center;
  max-width: 901px;
  padding-left: 3px;
  margin: 31px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .articleSec02__list01 {
    margin: 2rem auto 0;
    gap: 1.4rem 0;
  }
}

.articleSec02__item01 {
  width: 44.2rem;
  max-width: 442px;
}
.articleSec02__item01--w100 {
  width: 89.2rem;
  max-width: 892px;
}
@media screen and (max-width: 750px) {
  .articleSec02__item01 {
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
  .articleSec02__item01--w100 {
    width: 33rem;
  }
}

.articleSec02__notice {
  background-color: #F5DDAA;
  border-radius: 10px;
  padding: 20px 25px;
  max-width: 892px;
  margin: 14px auto 0;
  width: 90rem;
  max-width: 900px;
}
@media screen and (max-width: 750px) {
  .articleSec02__notice {
    max-width: initial;
    width: 33rem;
    position: relative;
    z-index: 10;
  }
}

.articleSec02__noticeText {
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.039em;
  font-weight: 500;
  color: #2F2F2F;
}
@media screen and (max-width: 750px) {
  .articleSec02__noticeText {
    font-size: 1.2rem;
  }
}

.articleSec02__noticeText--indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.articleSec02__button01 {
  width: 100%;
  max-width: 420px;
  margin: 27px auto 0;
}

.articleSec02__img02 {
  width: 66.4rem;
  max-width: 664px;
  margin: 122px auto 0;
}
@media screen and (max-width: 750px) {
  .articleSec02__img02 {
    margin: 8.2rem auto 0;
    max-width: initial;
    width: 33rem;
  }
}

.articleSec02__list02 {
  display: flex;
  justify-content: space-between;
  gap: 0 21px;
  margin: 43px auto 0;
  max-width: 892px;
  width: 120rem;
}
@media screen and (max-width: 750px) {
  .articleSec02__list02 {
    margin: 2.3rem auto 0;
    flex-direction: column;
    gap: 3.2rem 0;
    max-width: initial;
    width: 33rem;
  }
}

.articleSec02__item02 {
  max-width: 435px;
  width: 58rem;
}
@media screen and (max-width: 750px) {
  .articleSec02__item02 {
    max-width: initial;
    width: 100%;
  }
}

.articleSec02__movieTitle {
  margin-top: 12px;
  font-size: min(3rem, 22px);
  line-height: 1.3636363636;
  letter-spacing: 0.039em;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 750px) {
  .articleSec02__movieTitle {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    gap: 0 0.5rem;
    margin: 1.2rem -2rem 0;
  }
}

.articleSec02__thumb02 {
  background-color: #9D9D9D;
  border: 3px solid #2F2F2F;
}
@media screen and (max-width: 750px) {
  .articleSec02__thumb02 {
    margin: 0 auto;
    width: 33rem;
  }
}
.articleSec02__thumb02Link {
  opacity: 1;
  transition: all 0.3s;
}
.articleSec02__thumb02Link:hover {
  opacity: 0.7;
}

.button01 {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.button01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2F2F2F;
  border-radius: 12px;
  position: absolute;
  top: 7px;
  left: 7px;
}
@media screen and (max-width: 1200px) {
  .button01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .button01 {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
}
.button01__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
  background-color: #E70012;
  border: 4px solid #2F2F2F;
  border-radius: 12px;
  color: #fff;
  padding: 18px 20px;
  width: 100%;
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .button01__inner {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.07em;
    padding: 1.4rem 2rem;
  }
}
.button01__inner::after {
  content: "";
  display: block;
  background-image: url(../images/common/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 750px) {
  .button01__inner::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.button01:hover .button01__inner {
  top: 7px;
  left: 7px;
}
.button02 {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.button02__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
  background-color: #0090D6;
  border-radius: 100px;
  color: #fff;
  padding: 18px 20px;
  width: 100%;
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .button02__inner {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    padding: 1.1rem 2rem;
  }
}
.button02:hover {
  opacity: 0.7;
}

.JsInview {
  filter: blur(3px);
  overflow: hidden;
  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);
  overflow: hidden;
  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;
}

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

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

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
