@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-black.woff2") format("woff2"), url("../font/noto-sans/nsjp-black.woff") format("woff"), url("../font/noto-sans/nsjp-black.otf") format("opentype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .l-container {
    padding: 0 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section10 .l-container {
    padding: 0 2.6666666667vw;
  }
}

main.l-contents03 {
  top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  transition: all 0.3s;
}
@media all and (min-width: 64.0625em) {
  .header {
    background-color: inherit;
    z-index: 4;
  }
}
@media print {
  .header {
    background-color: inherit;
    z-index: 4;
  }
}

.header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1.4rem 2rem;
}
@media all and (min-width: 64.0625em) {
  .header__inner {
    padding: 2.6rem 3rem;
  }
}
@media print {
  .header__inner {
    padding: 2.6rem 3rem;
  }
}

.header03 .header__inner {
  justify-content: space-between;
}

.header04 .header__inner {
  justify-content: space-between;
  padding: 1rem 2rem;
}
@media all and (min-width: 64.0625em) {
  .header04 .header__inner {
    padding: 1.6rem 3rem;
  }
}
@media print {
  .header04 .header__inner {
    padding: 1.6rem 3rem;
  }
}

.header.header03 {
  position: relative;
}

.header.header04 {
  position: relative;
}

.change-color {
  background-color: #ffffff;
}

.logo {
  position: sticky;
  z-index: 5;
  width: 16rem;
  top: 1.5rem;
  left: 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .logo {
    width: 14%;
    top: 2rem;
    left: 2rem;
  }
}
@media print {
  .logo {
    width: 14%;
    top: 2rem;
    left: 2rem;
  }
}

.logo.logo03 {
  position: relative;
  top: auto;
  left: auto;
  width: 18rem;
}
@media only screen and (max-width: 47.9375em) {
  .logo.logo03 {
    width: 16rem;
  }
}

.logo.logo04 {
  position: relative;
  top: auto;
  left: auto;
  width: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .logo.logo04 {
    width: 8rem;
  }
}

.logo.logo05 {
  position: relative;
  top: auto;
  left: auto;
  width: 24.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .logo.logo05 {
    width: 54.4vw;
  }
}

.logo img {
  width: 100%;
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  /* メニューを開いている時もクリックできるよう設定 */
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
@media all and (min-width: 64.0625em) {
  .drawer__button > span {
    width: 4rem;
  }
}
@media print {
  .drawer__button > span {
    width: 4rem;
  }
}

.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 7px));
  transition: transform 0.3s ease;
}
@media all and (min-width: 64.0625em) {
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 12px));
  }
}
@media print {
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 12px));
  }
}

.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
  transition: transform 0.3s ease;
  transform: translate(-50%, calc(-50% + 7px));
}
@media all and (min-width: 64.0625em) {
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 12px));
  }
}
@media print {
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 12px));
  }
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.drawer__nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.drawer__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ed8f87;
  padding: 21.3333333333vw 5.3333333333vw;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
@media all and (min-width: 64.0625em) {
  .drawer__nav__inner {
    width: 48rem;
    padding: 14rem 10.5rem 8rem 4rem;
  }
}
@media print {
  .drawer__nav__inner {
    width: 48rem;
    padding: 14rem 10.5rem 8rem 4rem;
  }
}

.header04 .drawer__nav__inner {
  background-color: #ed8f87;
}

.header04 .drawer__nav__inner.drawer__nav__inner03 .p-home__section-btn {
  background-color: #fff100;
}

.drawer__nav__inner.drawer__nav__inner03 .p-home__section-btn {
  background-color: #ffd42d;
  color: #000000;
}

.drawer__nav__inner03 .drawer__nav__item div .drawer__nav__link {
  color: #000000;
}

.drawer__nav__inner.drawer__nav__inner03 {
  color: #ffffff;
}

.drawer__nav__inner::-webkit-scrollbar {
  display: none;
}

.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}

.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}

.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 5.3333333333vw 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media all and (min-width: 64.0625em) {
  .drawer__nav__link {
    font-size: 1.6rem;
    padding: 2rem 1rem;
  }
}
@media print {
  .drawer__nav__link {
    font-size: 1.6rem;
    padding: 2rem 1rem;
  }
}

.drawer__nav__item {
  border-bottom: 1px solid #000000;
}

.drawer__nav__item:first-child {
  border-top: 1px solid #000000;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  overflow: hidden;
  width: 100%;
}

.mv-active .p-home__mv-title {
  z-index: -1;
}
@media all and (min-width: 64.0625em) {
  .mv-active .p-home__mv-title {
    z-index: 2;
  }
}
@media print {
  .mv-active .p-home__mv-title {
    z-index: 2;
  }
}

.logo.active {
  z-index: 5;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  border: 2px solid #000000;
  text-decoration: none;
  color: #fff;
  width: 16vw;
  height: 16vw;
  display: block;
  border-radius: 100%;
  opacity: 0.9;
  transition: all 0.3s ease;
  position: relative;
  background-color: #ffffff;
}
@media all and (min-width: 64.0625em) {
  #page-top a {
    width: 8rem;
    height: 8rem;
  }
}
@media print {
  #page-top a {
    width: 8rem;
    height: 8rem;
  }
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#page-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46%;
}

.active02 {
  position: inherit !important;
}

.l-header05-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  background-color: #2688eb;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 900;
  width: 20rem;
  padding: 1rem 0;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .l-header05-btn {
    width: 37.3333333333vw;
    border-radius: 26.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 0;
  }
}

.l-header05-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header05-btn img {
    width: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.header.header05 {
  background-color: #ffffff;
}

.header.header05 .header__inner {
  justify-content: space-between;
  padding: 1.3rem 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .header.header05 .header__inner {
    padding: 2.6666666667vw;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  html {
    scroll-padding-top: 5.3333333333vw;
  }
}

.l-footer {
  background-color: #000000;
  position: relative;
  top: 93.3333333333vw;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .l-footer {
    top: 70rem;
  }
}
@media print {
  .l-footer {
    top: 70rem;
  }
}

.l-footer04 .l-footer__item-wrap {
  align-items: center;
}

.l-footer04 .l-footer__item div:last-child {
  margin-top: 0;
}

.l-footer__item-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #ffffff;
  padding: 4vw 0;
}
@media all and (min-width: 64.0625em) {
  .l-footer__item-wrap {
    padding: 2.2rem 0;
  }
}
@media print {
  .l-footer__item-wrap {
    padding: 2.2rem 0;
  }
}

.l-footer__item {
  text-align: right;
  font-size: 3.2vw;
}
@media all and (min-width: 64.0625em) {
  .l-footer__item {
    font-size: 1.4rem;
  }
}
@media print {
  .l-footer__item {
    font-size: 1.4rem;
  }
}

.l-footer__item div a {
  border-bottom: 1px solid #ffffff;
}

.l-footer__item div:last-child {
  margin-top: 2.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .l-footer__item div:last-child {
    margin-top: 1rem;
  }
}
@media print {
  .l-footer__item div:last-child {
    margin-top: 1rem;
  }
}

small {
  font-size: 2.1333333333vw;
}
@media all and (min-width: 64.0625em) {
  small {
    font-size: 1.2rem;
  }
}
@media print {
  small {
    font-size: 1.2rem;
  }
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd42d;
  color: #000000;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  width: 33.5rem;
  padding: 1.5rem 0;
  border-radius: 1rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    width: 89.3333333333vw;
    padding: 4vw 0;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

.c-btn01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 2.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 img {
    right: 4vw;
    width: 5.8666666667vw;
  }
}

.c-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff100;
  color: #000000;
  font-size: 2.6rem;
  font-weight: 900;
  position: relative;
  width: 44rem;
  padding: 2rem 0;
  border-radius: 1rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 {
    width: 89.3333333333vw;
    padding: 4vw 0;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

.c-btn02 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 img {
    right: 4vw;
    width: 5.8666666667vw;
  }
}

.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

html {
  overflow: auto;
}

body {
  overflow-x: clip;
}

.p-home__mv {
  position: relative;
}

.mv-img01 {
  position: absolute;
  top: -50.6666666667vw;
  left: -48vw;
  z-index: 2;
}
@media all and (min-width: 64.0625em) {
  .mv-img01 {
    top: -37.4rem;
    left: -35rem;
    width: 62%;
  }
}
@media print {
  .mv-img01 {
    top: -37.4rem;
    left: -35rem;
    width: 62%;
  }
}

.mv-img02 {
  position: absolute;
  top: -40vw;
  left: 69.3333333333vw;
  width: 70%;
}
@media all and (min-width: 64.0625em) {
  .mv-img02 {
    width: 22%;
    top: -21rem;
    left: auto;
    right: 1rem;
  }
}
@media print {
  .mv-img02 {
    width: 22%;
    top: -21rem;
    left: auto;
    right: 1rem;
  }
}

.mv-img03 {
  position: absolute;
  top: 24vw;
  left: 57.0666666667vw;
  width: 26%;
}
@media all and (min-width: 64.0625em) {
  .mv-img03 {
    width: 9%;
    top: 9.6rem;
    left: 63%;
  }
}
@media print {
  .mv-img03 {
    width: 9%;
    top: 9.6rem;
    left: 63%;
  }
}

.mv-img04 {
  position: absolute;
  top: 36.2666666667vw;
  left: 32vw;
  width: 18%;
}
@media all and (min-width: 64.0625em) {
  .mv-img04 {
    width: 7%;
    top: 23rem;
    left: 42%;
  }
}
@media print {
  .mv-img04 {
    width: 7%;
    top: 23rem;
    left: 42%;
  }
}

@media all and (min-width: 64.0625em) {
  .mv-img05 {
    position: absolute;
    top: -2.2rem;
    left: 54%;
  }
}
@media print {
  .mv-img05 {
    position: absolute;
    top: -2.2rem;
    left: 54%;
  }
}

.p-home__mv-title {
  position: absolute;
  left: 0;
  top: 10.6666666667vw;
  width: 88%;
  z-index: 3;
}
@media all and (min-width: 64.0625em) {
  .p-home__mv-title {
    width: 48%;
    top: 4.6rem;
  }
}
@media print {
  .p-home__mv-title {
    width: 48%;
    top: 4.6rem;
  }
}

.p-home__mv-title img {
  box-shadow: 3px 3px 8px 0px rgba(129, 129, 129, 0.3);
}

.p-home__mv-title img:last-child {
  width: 52%;
  margin-top: 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__mv-title img:last-child {
    margin-top: 1.6rem;
    width: 45%;
  }
}
@media print {
  .p-home__mv-title img:last-child {
    margin-top: 1.6rem;
    width: 45%;
  }
}

.p-home__mv-wrap {
  position: absolute;
  background-color: #e9b000;
  top: 51.7333333333vw;
  display: flex;
  padding: 2.1333333333vw 0;
  justify-content: space-between;
  width: 100%;
}
@media all and (min-width: 64.0625em) {
  .p-home__mv-wrap {
    right: 0;
    width: 98.7rem;
    padding: 2rem 0;
    top: 30rem;
    z-index: 2;
  }
}
@media print {
  .p-home__mv-wrap {
    right: 0;
    width: 98.7rem;
    padding: 2rem 0;
    top: 30rem;
    z-index: 2;
  }
}

.p-home__mv-img-wrap {
  width: 54%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img-wrap {
    width: 52%;
  }
}

.p-home__mv-img-wrap img {
  width: 90%;
  padding-left: 2.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__mv-img-wrap img {
    padding-left: 5rem;
  }
}
@media print {
  .p-home__mv-img-wrap img {
    padding-left: 5rem;
  }
}

.p-home__mv-img-wrap img:last-child {
  margin-top: 1.3333333333vw;
}

.p-home__mv-human {
  position: absolute;
  bottom: 1.6vw;
  right: 0;
  width: 50%;
}
@media all and (min-width: 64.0625em) {
  .p-home__mv-human {
    bottom: 0.6rem;
    width: 42%;
    right: 1.8rem;
  }
}
@media print {
  .p-home__mv-human {
    bottom: 0.6rem;
    width: 42%;
    right: 1.8rem;
  }
}

.p-home__mv-human img:first-child {
  width: 100%;
}

.p-home__mv-human img:last-child {
  width: 100%;
}

main {
  position: relative;
  top: 93.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  main {
    top: 70rem;
  }
}
@media print {
  main {
    top: 70rem;
  }
}

.p-home__section-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section-wrap {
    padding: 0 1.5rem;
  }
}
@media print {
  .p-home__section-wrap {
    padding: 0 1.5rem;
  }
}

.p-home__section01 {
  position: relative;
}

.p-home__section01-wrap {
  padding: 16vw 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-wrap {
    padding: 12rem 1.5rem;
    max-width: 1000px;
  }
}
@media print {
  .p-home__section01-wrap {
    padding: 12rem 1.5rem;
    max-width: 1000px;
  }
}

.p-home__section01-deco01 {
  position: absolute;
  width: 44%;
  left: -15.4666666667vw;
  top: -16vw;
  z-index: -1;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-deco01 {
    width: 26%;
    left: 0;
    top: -9rem;
  }
}
@media print {
  .p-home__section01-deco01 {
    width: 26%;
    left: 0;
    top: -9rem;
  }
}

.p-home__section01-deco02 {
  position: absolute;
  width: 44%;
  left: 77.8666666667vw;
  top: 22.9333333333vw;
  z-index: -1;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-deco02 {
    width: 17%;
    top: 16rem;
    left: auto;
    right: 0;
  }
}
@media print {
  .p-home__section01-deco02 {
    width: 17%;
    top: 16rem;
    left: auto;
    right: 0;
  }
}

.p-home__section01-deco03 {
  position: absolute;
  width: 44%;
  z-index: -1;
  top: 141.8666666667vw;
  left: -26.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-deco03 {
    top: 58.4rem;
    width: 14%;
    left: 0;
  }
}
@media print {
  .p-home__section01-deco03 {
    top: 58.4rem;
    width: 14%;
    left: 0;
  }
}

.p-home__section01-deco04 {
  position: absolute;
  z-index: -1;
  bottom: 11.2vw;
  left: 69.3333333333vw;
  width: 44%;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-deco04 {
    width: 17%;
    left: auto;
    right: 0;
    bottom: 4rem;
  }
}
@media print {
  .p-home__section01-deco04 {
    width: 17%;
    left: auto;
    right: 0;
    bottom: 4rem;
  }
}

.p-home__section01-img01 {
  margin-top: 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-img01 {
    margin: 4rem auto 0;
    width: 60%;
  }
}
@media print {
  .p-home__section01-img01 {
    margin: 4rem auto 0;
    width: 60%;
  }
}

.p-home__section01-title {
  width: fit-content;
  margin: 0 auto;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-title {
    width: 56%;
  }
}
@media print {
  .p-home__section01-title {
    width: 56%;
  }
}

.p-home__section01-title img {
  width: 100%;
}

.p-home__section01-wrap p {
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 500;
  margin-top: 2.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-wrap p {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media print {
  .p-home__section01-wrap p {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.p-home__section01-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10.6666666667vw;
  row-gap: 8vw;
  margin-bottom: 13.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section01-icon {
    margin: 8rem auto 6rem;
    width: 70%;
    row-gap: 4rem;
  }
}
@media print {
  .p-home__section01-icon {
    margin: 8rem auto 6rem;
    width: 70%;
    row-gap: 4rem;
  }
}

.p-home__section01-icon img {
  width: 30%;
  margin-top: 0;
}

.p-home__section-btn {
  background-color: #e4020f;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  position: relative;
  border-radius: 10px;
}
@media all and (min-width: 64.0625em) {
  .p-home__section-btn {
    width: 38%;
    font-size: 2.4rem;
    margin: 0 auto;
  }
}
@media print {
  .p-home__section-btn {
    width: 38%;
    font-size: 2.4rem;
    margin: 0 auto;
  }
}

@media all and (min-width: 64.0625em) {
  .form-btn {
    width: 31rem;
    font-size: 2.2rem;
  }
}
@media print {
  .form-btn {
    width: 31rem;
    font-size: 2.2rem;
  }
}

.p-home__section-btn a,
.p-home__section-btn button {
  display: block;
  padding: 4.2666666667vw;
  text-align: center;
}
@media all and (min-width: 64.0625em) {
  .p-home__section-btn a,
.p-home__section-btn button {
    padding: 1.6rem;
  }
}
@media print {
  .p-home__section-btn a,
.p-home__section-btn button {
    padding: 1.6rem;
  }
}

.p-home__section-btn.form-btn {
  box-shadow: 0px 3px 0px 0px #a00009;
  border-radius: 10px;
}

.p-home__section-btn a {
  box-shadow: 3px 3px 4px 0px rgba(163, 57, 47, 0.31);
  border-radius: 10px;
}

.p-home__section-btn button {
  margin: 10.6666666667vw auto 0;
}
@media all and (min-width: 64.0625em) {
  .p-home__section-btn button {
    margin-top: 5rem;
    margin-bottom: 0;
    width: 31rem;
  }
}
@media print {
  .p-home__section-btn button {
    margin-top: 5rem;
    margin-bottom: 0;
    width: 31rem;
  }
}

.p-home__section-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.3333333333vw;
  width: 9%;
}
@media all and (min-width: 64.0625em) {
  .p-home__section-btn img {
    right: 2rem;
    width: 8%;
  }
}
@media print {
  .p-home__section-btn img {
    right: 2rem;
    width: 8%;
  }
}

.p-home__section02-wrap {
  padding: 5.3333333333vw 5.3333333333vw 26.6666666667vw;
  background-color: #e24e42;
  margin-top: -1px;
  position: relative;
}
@media all and (min-width: 64.0625em) {
  .p-home__section02-wrap {
    margin-top: -0.2rem;
    padding: 0 1.5rem 27rem;
  }
}
@media print {
  .p-home__section02-wrap {
    margin-top: -0.2rem;
    padding: 0 1.5rem 27rem;
  }
}

@media all and (min-width: 64.0625em) {
  .wave {
    width: 100%;
  }
}
@media print {
  .wave {
    width: 100%;
  }
}

.p-home__section02-deco01 {
  position: absolute;
  top: 199.4666666667vw;
  left: -30.9333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section02-deco01 {
    width: 26%;
    left: 0;
    top: 8rem;
  }
}
@media print {
  .p-home__section02-deco01 {
    width: 26%;
    left: 0;
    top: 8rem;
  }
}

.p-home__section02-deco02 {
  position: absolute;
  bottom: 18.6666666667vw;
  left: 49.0666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section02-deco02 {
    bottom: 66.4rem;
    width: 22%;
    right: 0;
    left: auto;
  }
}
@media print {
  .p-home__section02-deco02 {
    bottom: 66.4rem;
    width: 22%;
    right: 0;
    left: auto;
  }
}

@media all and (min-width: 64.0625em) {
  .p-home__section02-deco03 {
    position: absolute;
    left: 0;
    width: 20%;
    bottom: 14rem;
  }
}
@media print {
  .p-home__section02-deco03 {
    position: absolute;
    left: 0;
    width: 20%;
    bottom: 14rem;
  }
}

.p-home__section-title {
  color: #ffffff;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media all and (min-width: 64.0625em) {
  .p-home__section-title {
    font-size: 4rem;
  }
}
@media print {
  .p-home__section-title {
    font-size: 4rem;
  }
}

.p-home__section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background-color: #ffffff;
  right: 100%;
  margin-right: 2.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section-title::before {
    width: 4rem;
    height: 3px;
    margin-right: 1rem;
  }
}
@media print {
  .p-home__section-title::before {
    width: 4rem;
    height: 3px;
    margin-right: 1rem;
  }
}

.p-home__section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background-color: #ffffff;
  left: 100%;
  margin-left: 2.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section-title::after {
    width: 4rem;
    height: 3px;
    margin-left: 1rem;
  }
}
@media print {
  .p-home__section-title::after {
    width: 4rem;
    height: 3px;
    margin-left: 1rem;
  }
}

.p-home__section02-content {
  margin-top: 10.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section02-content {
    max-width: 1000px;
    margin: 6rem auto 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6rem;
    justify-content: space-around;
  }
}
@media print {
  .p-home__section02-content {
    max-width: 1000px;
    margin: 6rem auto 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6rem;
    justify-content: space-around;
  }
}

.p-home__section02-item {
  background-color: #fff0f0;
  border-radius: 10px;
  padding: 4vw;
  position: relative;
  margin-top: 13.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section02-item {
    margin-top: 0;
    width: 40%;
    padding: 2.4rem;
  }
}
@media print {
  .p-home__section02-item {
    margin-top: 0;
    width: 40%;
    padding: 2.4rem;
  }
}

.p-home__section02-item :first-child {
  margin-top: 0;
}

.p-home__section02-item03 {
  border: 1px solid #e24e42;
}

.p-home__section02-point {
  position: absolute;
  left: 1.8666666667vw;
  top: 1.8666666667vw;
  width: 20%;
}
@media all and (min-width: 64.0625em) {
  .p-home__section02-point {
    left: 0.8rem;
    top: 0.8rem;
  }
}
@media print {
  .p-home__section02-point {
    left: 0.8rem;
    top: 0.8rem;
  }
}

.p-home__section02-item-wrap img {
  border-radius: 10px;
  width: 100%;
}

.p-home__section02-item-wrap h3 {
  color: #e24e42;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  margin-top: 4vw;
  line-height: 1.5;
}
@media all and (min-width: 64.0625em) {
  .p-home__section02-item-wrap h3 {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}
@media print {
  .p-home__section02-item-wrap h3 {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}

.p-home__section02-item-wrap p {
  font-size: 3.7333333333vw;
  margin-top: 4vw;
  text-align: justify;
  line-height: 1.5;
}
@media all and (min-width: 64.0625em) {
  .p-home__section02-item-wrap p {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
@media print {
  .p-home__section02-item-wrap p {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}

.p-home__section03 {
  position: relative;
  z-index: 1;
  margin-top: -10.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03 {
    margin-top: -16rem;
  }
}
@media print {
  .p-home__section03 {
    margin-top: -16rem;
  }
}

.p-home__section03-wrap {
  background-color: #008f95;
  margin-top: -1px;
  padding-top: 5.3333333333vw;
  padding-bottom: 16vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-wrap {
    margin-top: -0.2rem;
    padding-bottom: 10rem;
    padding-top: 0;
  }
}
@media print {
  .p-home__section03-wrap {
    margin-top: -0.2rem;
    padding-bottom: 10rem;
    padding-top: 0;
  }
}

.p-home__section03-item01 {
  background-color: #eb6e80;
  border-radius: 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 6.1333333333vw 0;
  position: relative;
  margin-top: 10.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item01 {
    max-width: 1000px;
    margin: 6rem auto 0;
    padding: 4rem 6rem;
  }
}
@media print {
  .p-home__section03-item01 {
    max-width: 1000px;
    margin: 6rem auto 0;
    padding: 4rem 6rem;
  }
}

.p-home__section03-item01::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  height: 13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  top: 42.1333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item01::after {
    height: 8rem;
    top: 18rem;
  }
}
@media print {
  .p-home__section03-item01::after {
    height: 8rem;
    top: 18rem;
  }
}

.p-home__section03-item01::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  height: 13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  top: 110.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item01::before {
    content: none;
  }
}
@media print {
  .p-home__section03-item01::before {
    content: none;
  }
}

.p-home__section03-item01 h3 {
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  padding: 0 4vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item01 h3 {
    font-size: 2rem;
  }
}
@media print {
  .p-home__section03-item01 h3 {
    font-size: 2rem;
  }
}

.p-home__section03-item01-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5.3333333333vw !important;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item01-wrap {
    margin-top: 4rem !important;
    justify-content: center;
    column-gap: 3rem;
  }
}
@media print {
  .p-home__section03-item01-wrap {
    margin-top: 4rem !important;
    justify-content: center;
    column-gap: 3rem;
  }
}

.p-home__section03-item01-wrap div {
  width: 100%;
  text-align: center;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item01-wrap div {
    width: 22%;
  }
}
@media print {
  .p-home__section03-item01-wrap div {
    width: 22%;
  }
}

.p-home__section03-item01-wrap div img {
  border-radius: 100%;
  height: auto;
}

.p-home__section03-item01-wrap div p {
  font-size: 3.4666666667vw;
  margin-top: 2.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item01-wrap div p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
@media print {
  .p-home__section03-item01-wrap div p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.p-home__section03-item01-wrap div p:last-child {
  margin-top: 0;
}

.p-home__section03-item01-wrap div p span {
  font-weight: 500;
}

.p-home__section03-item02-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.p-home__section03-item02 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 16vw;
  margin-bottom: 13.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item02 {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}
@media print {
  .p-home__section03-item02 {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}

.p-home__section03-item02-title {
  background-color: #e9b000;
  padding: 3.2vw 0;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item02-title {
    font-size: 2.3rem;
    padding: 3rem 0;
  }
}
@media print {
  .p-home__section03-item02-title {
    font-size: 2.3rem;
    padding: 3rem 0;
  }
}

.p-home__section03-item02-title img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-title img {
    width: 8.8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section12 .p-home__section03-item02-img {
    height: 53.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-img.p-home__section03-item02-img03 {
    height: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section12 .p-home__section03-item02-img.p-home__section03-item02-img02 {
    height: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section12 .p-home__section03-item02-img.p-home__section03-item02-img02 img {
    object-fit: contain;
    object-position: inherit !important;
    height: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section12 .p-home__section03-item02-img img {
    height: 100%;
    object-fit: cover;
  }
}

.p-home__section03-item02-img {
  position: relative;
}

@media all and (min-width: 64.0625em) {
  .p-home__section03-item02-img img {
    width: 100%;
  }
}
@media print {
  .p-home__section03-item02-img img {
    width: 100%;
  }
}

.p-home__section03-item02-img p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  bottom: 4vw;
  width: 100%;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item02-img p {
    font-size: 2rem;
    bottom: 4rem;
  }
}
@media print {
  .p-home__section03-item02-img p {
    font-size: 2rem;
    bottom: 4rem;
  }
}

.p-home__section04 {
  position: relative;
}

@media all and (min-width: 64.0625em) {
  .p-home__section04 img {
    width: 100%;
  }
}
@media print {
  .p-home__section04 img {
    width: 100%;
  }
}

@media all and (min-width: 64.0625em) {
  .section04-img {
    object-fit: cover;
    aspect-ratio: 6/4;
  }
}
@media print {
  .section04-img {
    object-fit: cover;
    aspect-ratio: 6/4;
  }
}

.p-home__section04-wrap {
  position: absolute;
  top: 10.6666666667vw;
  text-align: center;
}
@media all and (min-width: 64.0625em) {
  .p-home__section04-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
  }
}
@media print {
  .p-home__section04-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
  }
}

.p-home__section04-wrap h2 {
  font-size: 12.2666666667vw;
  font-weight: 700;
}
@media all and (min-width: 64.0625em) {
  .p-home__section04-wrap h2 {
    font-size: 8rem;
  }
}
@media print {
  .p-home__section04-wrap h2 {
    font-size: 8rem;
  }
}

.p-home__section04-txt p:first-child {
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-top: 2.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section04-txt p:first-child {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
@media print {
  .p-home__section04-txt p:first-child {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}

.p-home__section04-txt p:last-child {
  font-size: 8vw;
  font-weight: 900;
  white-space: nowrap;
  margin-top: -1.6vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section04-txt p:last-child {
    font-size: 4.6rem;
    margin-top: 0;
  }
}
@media print {
  .p-home__section04-txt p:last-child {
    font-size: 4.6rem;
    margin-top: 0;
  }
}

.p-home__section04-txt p:last-child span:first-child {
  font-size: 3.2vw;
  font-weight: 700;
  writing-mode: vertical-lr;
  letter-spacing: 0em;
}
@media all and (min-width: 64.0625em) {
  .p-home__section04-txt p:last-child span:first-child {
    font-size: 2.1rem;
    margin-bottom: -1rem;
  }
}
@media print {
  .p-home__section04-txt p:last-child span:first-child {
    font-size: 2.1rem;
    margin-bottom: -1rem;
  }
}

.p-home__section04-txt p:last-child span:last-child {
  font-size: 4.8vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section04-txt p:last-child span:last-child {
    font-size: 2.9rem;
  }
}
@media print {
  .p-home__section04-txt p:last-child span:last-child {
    font-size: 2.9rem;
  }
}

.p-home__section04-img {
  margin: 5.3333333333vw auto 0;
  width: 66%;
}
@media all and (min-width: 64.0625em) {
  .p-home__section04-img {
    margin: 4rem auto 0;
    width: 50%;
  }
}
@media print {
  .p-home__section04-img {
    margin: 4rem auto 0;
    width: 50%;
  }
}

.p-home__section04-img img {
  width: 100%;
  border-radius: 13px;
}
@media all and (min-width: 64.0625em) {
  .p-home__section04-img img {
    border-radius: 28px;
  }
}
@media print {
  .p-home__section04-img img {
    border-radius: 28px;
  }
}

.title02 {
  color: #000000;
}

.title02::before,
.title02::after {
  background-color: #000000;
}

.p-home__section05-wrap {
  padding-top: 16vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-wrap {
    margin: 0 auto;
    padding-top: 8rem;
    max-width: 1000px;
  }
}
@media print {
  .p-home__section05-wrap {
    margin: 0 auto;
    padding-top: 8rem;
    max-width: 1000px;
  }
}

@media all and (min-width: 64.0625em) {
  .p-home__section05-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
    row-gap: 2rem;
  }
}
@media print {
  .p-home__section05-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
    row-gap: 2rem;
  }
}

.p-home__section05-item {
  margin-top: 5.3333333333vw;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-item {
    margin-top: 0;
    width: 46rem;
    padding-bottom: 2rem;
  }
}
@media print {
  .p-home__section05-item {
    margin-top: 0;
    width: 46rem;
    padding-bottom: 2rem;
  }
}

.p-home__section05-item:first-child {
  margin-top: 10.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-item:first-child {
    margin-top: 0;
  }
}
@media print {
  .p-home__section05-item:first-child {
    margin-top: 0;
  }
}

.p-home__section05-table {
  font-size: 3.7333333333vw;
  margin-top: 2.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-table {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
@media print {
  .p-home__section05-table {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}

.p-home__section05-table tr {
  margin-top: 1.6vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-table tr {
    margin-top: 1rem;
  }
}
@media print {
  .p-home__section05-table tr {
    margin-top: 1rem;
  }
}

.p-home__section05-table tr:first-child {
  margin-top: 0;
}

.p-home__section05-item h3 {
  font-size: 4.8vw;
  font-weight: 900;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-item h3 {
    font-size: 2rem;
  }
}
@media print {
  .p-home__section05-item h3 {
    font-size: 2rem;
  }
}

.p-home__section05-item h3 span {
  font-size: 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-item h3 span {
    font-size: 2.2rem;
  }
}
@media print {
  .p-home__section05-item h3 span {
    font-size: 2.2rem;
  }
}

.p-home__section05-item h3 span.color-red {
  color: #e24f42;
  display: inline;
  font-size: 4.2666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-item h3 span.color-red {
    font-size: 1.8rem;
  }
}
@media print {
  .p-home__section05-item h3 span.color-red {
    font-size: 1.8rem;
  }
}

.p-home__section05-table th {
  width: 21%;
  text-align: right;
  font-weight: 500;
}

.p-home__section05-table td span {
  background-color: #0e58e2;
  border-radius: 2px;
  padding: 0.5333333333vw 2.6666666667vw;
  margin-left: 2.6666666667vw;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
}
@media all and (min-width: 64.0625em) {
  .p-home__section05-table td span {
    margin-left: 1rem;
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
  }
}
@media print {
  .p-home__section05-table td span {
    margin-left: 1rem;
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
  }
}

.p-home__section06-wrap {
  padding-top: 16vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-wrap {
    padding-top: 8rem;
    max-width: 1000px;
  }
}
@media print {
  .p-home__section06-wrap {
    padding-top: 8rem;
    max-width: 1000px;
  }
}

.p-home__section06-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8vw;
  margin-top: 10.6666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-item-wrap {
    justify-content: flex-start;
    column-gap: 6rem;
    row-gap: 6rem;
    margin: 0 auto;
    margin-top: 6rem;
    width: 50%;
  }
}
@media print {
  .p-home__section06-item-wrap {
    justify-content: flex-start;
    column-gap: 6rem;
    row-gap: 6rem;
    margin: 0 auto;
    margin-top: 6rem;
    width: 50%;
  }
}

.p-home__section06-item {
  width: 46%;
  text-align: center;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-item {
    width: 43%;
  }
}
@media print {
  .p-home__section06-item {
    width: 43%;
  }
}

.p-home__section06-item img {
  width: 100%;
}

.p-home__section06-item h3 {
  font-size: 3.2vw;
  font-weight: 500;
  margin-top: 1.0666666667vw;
  line-height: 1;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-item h3 {
    font-size: 1.4rem;
    margin-top: 0.4rem;
    white-space: nowrap;
  }
}
@media print {
  .p-home__section06-item h3 {
    font-size: 1.4rem;
    margin-top: 0.4rem;
    white-space: nowrap;
  }
}

.p-home__section06-item div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6vw;
  column-gap: 2.1333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-item div {
    margin-top: 0.6rem;
    column-gap: 0.8rem;
  }
}
@media print {
  .p-home__section06-item div {
    margin-top: 0.6rem;
    column-gap: 0.8rem;
  }
}

.p-home__section06-item p {
  font-size: 2.6666666667vw;
  background-color: #008f95;
  border-radius: 2px;
  padding: 0.2666666667vw 0.5333333333vw;
  color: #ffffff;
  line-height: 1;
  width: fit-content;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-item p {
    font-size: 1.2rem;
    padding: 0.1rem 0.2rem;
    width: fit-content;
  }
}
@media print {
  .p-home__section06-item p {
    font-size: 1.2rem;
    padding: 0.1rem 0.2rem;
    width: fit-content;
  }
}

.p-home__section06-item-label p {
  width: 25.6vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-item-label p {
    width: auto;
    padding: 0.1rem 1.8rem;
  }
}
@media print {
  .p-home__section06-item-label p {
    width: auto;
    padding: 0.1rem 1.8rem;
  }
}

.p-home__section07 {
  background-color: #e9b000;
  margin-top: 16vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section07 {
    margin-top: 8rem;
  }
}
@media print {
  .p-home__section07 {
    margin-top: 8rem;
  }
}

.p-home__section07-confirm {
  margin-top: 0;
}

.p-home__section07-wrap-confirm {
  position: relative !important;
  z-index: 2 !important;
}

.p-home__section07-wrap {
  padding-top: 10.6666666667vw;
  padding-bottom: 16vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section07-wrap {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .p-home__section07-wrap {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}

.p-home__section07-form-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10.6666666667vw 5.3333333333vw;
  margin-top: 8vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section07-form-wrap {
    margin: 4rem auto 0;
    padding: 4rem 6rem 4rem 4rem;
    max-width: 1000px;
    width: 73.8rem;
  }
}
@media print {
  .p-home__section07-form-wrap {
    margin: 4rem auto 0;
    padding: 4rem 6rem 4rem 4rem;
    max-width: 1000px;
    width: 73.8rem;
  }
}

.p-home__fotm-item {
  margin-top: 4vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__fotm-item {
    margin-top: 2.5rem;
    display: flex;
    justify-content: normal;
    column-gap: 5%;
  }
}
@media print {
  .p-home__fotm-item {
    margin-top: 2.5rem;
    display: flex;
    justify-content: normal;
    column-gap: 5%;
  }
}

.p-home__fotm-item:first-child {
  margin-top: 0;
}

.p-home__fotm-item select,
.p-home__fotm-item input {
  margin-top: 0.5333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__fotm-item select,
.p-home__fotm-item input {
    margin-top: 0;
  }
}
@media print {
  .p-home__fotm-item select,
.p-home__fotm-item input {
    margin-top: 0;
  }
}

.p-home__fotm-item input {
  width: 100%;
  border-radius: 5px;
  padding: 2.6666666667vw;
  border: 1px solid #000000;
}
@media all and (min-width: 64.0625em) {
  .p-home__fotm-item input {
    width: 32rem;
    padding: 1rem;
  }
}
@media print {
  .p-home__fotm-item input {
    width: 32rem;
    padding: 1rem;
  }
}

.p-home__fotm-item label {
  font-size: 4.2666666667vw;
  display: block;
}
@media all and (min-width: 64.0625em) {
  .p-home__fotm-item label {
    font-size: 1.8rem;
    width: 26rem;
    text-align: right;
  }
}
@media print {
  .p-home__fotm-item label {
    font-size: 1.8rem;
    width: 26rem;
    text-align: right;
  }
}

.form-label {
  background-color: #e9b000 !important;
}

.p-home__fotm-item label span {
  background-color: #e24e42;
  color: #ffffff;
  border-radius: 2px;
  font-size: 2.6666666667vw;
  font-weight: 700;
  padding: 0.2666666667vw 1.0666666667vw;
  margin-left: 1.0666666667vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__fotm-item label span {
    font-size: 1rem;
    padding: 0.1rem 0.4rem;
    margin-left: 0.4rem;
  }
}
@media print {
  .p-home__fotm-item label span {
    font-size: 1rem;
    padding: 0.1rem 0.4rem;
    margin-left: 0.4rem;
  }
}

.p-home__form-select-item span {
  font-size: 4.2666666667vw;
  margin-left: 0.5333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__form-select-item span {
    font-size: 1.6rem;
    margin-left: 0.2rem;
  }
}
@media print {
  .p-home__form-select-item span {
    font-size: 1.6rem;
    margin-left: 0.2rem;
  }
}

.p-home__form-select-item:first-child select {
  width: 21.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__form-select-item:first-child select {
    width: 8rem;
  }
}
@media print {
  .p-home__form-select-item:first-child select {
    width: 8rem;
  }
}

.p-home__form-select-item select {
  width: 17.0666666667vw;
  padding: 1.6vw 2.6666666667vw;
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
@media all and (min-width: 64.0625em) {
  .p-home__form-select-item select {
    width: 6.4rem;
    padding: 0.6rem 1rem;
  }
}
@media print {
  .p-home__form-select-item select {
    width: 6.4rem;
    padding: 0.6rem 1rem;
  }
}

.p-home__form-select-item-wrap {
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 64.0625em) {
  .p-home__form-select-item-wrap {
    width: 32rem;
    justify-content: flex-start;
    column-gap: 1rem;
  }
}
@media print {
  .p-home__form-select-item-wrap {
    width: 32rem;
    justify-content: flex-start;
    column-gap: 1rem;
  }
}

input::placeholder {
  font-size: 4.2666666667vw;
}
@media all and (min-width: 64.0625em) {
  input::placeholder {
    font-size: 1.6rem;
  }
}
@media print {
  input::placeholder {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 64.0625em) {
  .p-home__form-select-item02 {
    width: 32rem;
  }
}
@media print {
  .p-home__form-select-item02 {
    width: 32rem;
  }
}

.p-home__form-select-item02 select {
  width: 48vw;
  border-radius: 5px;
  border: 1px solid #000000;
  padding: 1.8666666667vw 2.6666666667vw;
  background-color: #fcfcfc;
  color: #000000;
}
@media all and (min-width: 64.0625em) {
  .p-home__form-select-item02 select {
    width: 18rem;
    padding: 0.7rem 1rem;
  }
}
@media print {
  .p-home__form-select-item02 select {
    width: 18rem;
    padding: 0.7rem 1rem;
  }
}

.select-st {
  width: 53.3333333333vw !important;
}
@media all and (min-width: 64.0625em) {
  .select-st {
    width: 22rem !important;
  }
}
@media print {
  .select-st {
    width: 22rem !important;
  }
}

select {
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.p-home__form-select-item02 {
  position: relative;
  width: fit-content;
}
.p-home__form-select-item02 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.p-home__form-select-item {
  position: relative;
}

.p-home__form-select-item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8.5333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__form-select-item img {
    right: 3.2rem;
  }
}
@media print {
  .p-home__form-select-item img {
    right: 3.2rem;
  }
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

button {
  transition: all 0.3s;
}

button:hover {
  opacity: 0.7;
}

.p-home__section06-wrap p {
  font-size: 5.3333333333vw;
  text-align: center;
  margin-top: 16vw;
  color: #e4020f;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-wrap p {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
@media print {
  .p-home__section06-wrap p {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}

.p-home__section06-item-wrap .p-home__section06-item div p {
  color: #ffffff;
  font-size: 2.6666666667vw;
  margin-top: 2.1333333333vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__section06-item-wrap .p-home__section06-item div p {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
@media print {
  .p-home__section06-item-wrap .p-home__section06-item div p {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.amazon-txt {
  font-size: 2.6666666667vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  font-weight: 500;
  line-height: 1.4;
  padding: 0 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .amazon-txt {
    font-size: 1.2rem;
    width: auto;
    margin: auto;
    padding: 0;
  }
}
@media print {
  .amazon-txt {
    font-size: 1.2rem;
    width: auto;
    margin: auto;
    padding: 0;
  }
}

.drawer__nav__item:last-child {
  border-bottom: none;
  margin-top: 5.3333333333vw;
}
@media all and (min-width: 64.0625em) {
  .drawer__nav__item:last-child {
    margin-top: 2rem;
  }
}
@media print {
  .drawer__nav__item:last-child {
    margin-top: 2rem;
  }
}

.drawer__nav__item div {
  margin: auto;
  width: 100%;
}

.drawer__nav__item div .drawer__nav__link {
  color: #ffffff;
}

.p-home__section03-item02-wrap:nth-child(2) .p-home__section03-item02-img img {
  object-position: bottom;
}

.p-home__section04 img {
  width: 100%;
}

.table-span {
  background-color: #0e58e2 !important;
}
@media only screen and (max-width: 47.9375em) {
  .table-span {
    margin-left: 0 !important;
  }
}

.error-message {
  color: #e4020f;
  font-size: 3.4666666667vw;
}
@media all and (min-width: 64.0625em) {
  .error-message {
    font-size: 1.4rem;
  }
}
@media print {
  .error-message {
    font-size: 1.4rem;
  }
}

.contact-confirm {
  padding: 0 !important;
  border: none !important;
}

.p-home__complate {
  margin-top: 16vw;
  text-align: center;
  margin-bottom: 16vw;
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
@media all and (min-width: 64.0625em) {
  .p-home__complate {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media print {
  .p-home__complate {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.p-home__complate h2 {
  font-size: 4.8vw;
}
@media all and (min-width: 64.0625em) {
  .p-home__complate h2 {
    font-size: 2.2rem;
  }
}
@media print {
  .p-home__complate h2 {
    font-size: 2.2rem;
  }
}

.p-home__complate p {
  margin-top: 3rem;
}

.l-footer-confirm {
  top: 0 !important;
}

.p-home__confirm-st {
  position: relative;
  z-index: 10;
}

.color-gray {
  color: #000000 !important;
}

@media only screen and (max-width: 47.9375em) {
  .flex-start {
    justify-content: flex-start;
    column-gap: 5.3333333333vw;
  }

  input[type=text].color-gray {
    color: #000000 !important;
  }
}
.p-home__ten {
  width: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
}

.p-home__ten span {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000000;
  border-radius: 100%;
}

.p-home__ten span:nth-child(2) {
  margin: 2rem 0;
}

.p-home__mv02 {
  margin-top: 4.5rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv02 {
    margin-top: 8vw;
  }
}

.p-home__mv02-img01 {
  width: 76%;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv02-img01 {
    padding-top: 30.9333333333vw;
  }
}

.p-home__mv02-img02 {
  position: absolute;
  top: -8%;
  width: 69%;
  left: -0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv02-img02 {
    top: -4%;
    width: 96%;
    left: 0;
  }
}

.p-home__mv02-img03 {
  position: absolute;
  bottom: 2rem;
  width: 17%;
  left: 5%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv02-img03 {
    width: 41%;
    left: 5%;
    bottom: 3.2vw;
  }
}

.p-home02__main {
  top: 0;
}

.p-home02__section01 h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section01 h3 {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section01-title.home02 {
  width: 39rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-title.home02 {
    width: 75.2vw;
  }
}

.p-home02__section01-item-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 8rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section01-item-wrap {
    margin-top: 45.3333333333vw;
  }
}

.p-home02__section01-item-wrap p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section01-item-wrap p {
    text-align: left;
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
  }
}

.p-home02__section01-item-wrap p span {
  font-size: 2.2rem;
  color: #e9b000;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section01-item-wrap p span {
    font-size: 4vw;
  }
}

.p-home02__section01-item-wrap img {
  position: absolute;
  top: 54%;
  left: 51.5%;
  transform: translate(-50%, -50%);
  width: 129rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section01-item-wrap img {
    left: 50%;
    top: 51%;
  }
}

.p-home02__section01-icon {
  margin-top: 16.7rem;
}

.p-home02__btn-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home02__btn-txt p {
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #e4020f;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__btn-txt p {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.p-home02__section-btn {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section-btn {
    margin-top: 2.6666666667vw;
  }
}

.p-home02__section02-wrap {
  background-color: #fcedeb;
  padding: 8rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section02-wrap {
    padding: 16vw 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home02__section-title {
    width: 80.5333333333vw;
  }
}

.p-home02__section-title::after {
  content: none;
}

.p-home02__section-title::before {
  content: none;
}

.p-home02__section02-wrap .p-home__section02-item {
  background-color: #e24e42;
  color: #ffffff;
  border-radius: 0;
  padding: 0.5rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section02-wrap .p-home__section02-item {
    padding: 1.3333333333vw;
    padding-bottom: 4vw;
  }
}

.p-home02__section02-wrap .p-home__section02-item-wrap h3 {
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section02-wrap .p-home__section02-item-wrap h3 {
    margin-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}

.p-home02__section02-wrap .p-home__section02-item-wrap p {
  padding: 0 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home02__section02-wrap .p-home__section02-item-wrap p {
    padding: 0 2.6666666667vw;
  }
}

.p-home02__section02-wrap .p-home__section02-item-wrap img {
  border-radius: 0;
}

.p-home02__section02-item-wrap {
  width: 40%;
  background-color: #e24e42;
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home02__section02-item-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .p-home02__section02-item-wrap {
    width: 100%;
    margin-top: 22.6666666667vw;
  }
}

.p-home02__section02-item-wrap .p-home__section02-item {
  width: 100%;
  margin-top: -0.1rem;
}
@media only screen and (max-width: 64em) {
  .p-home02__section02-item-wrap .p-home__section02-item {
    margin-top: -0.5333333333vw;
  }
}

.p-home02-img-point {
  position: absolute;
  bottom: 100%;
  left: 0.5rem;
}
@media only screen and (max-width: 64em) {
  .p-home02-img-point {
    width: 52%;
    left: 1.3333333333vw;
  }
}

.p-home02__section02-wrap .p-home__section02-content {
  margin-top: 14rem;
  row-gap: 12rem;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .p-home02__section02-wrap .p-home__section02-content {
    margin-top: 26.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}

.p-home02__section02-bg01 {
  position: absolute;
  right: 102%;
  top: -20%;
  width: 11%;
}
@media only screen and (max-width: 64em) {
  .p-home02__section02-bg01 {
    right: auto;
    left: -7.4666666667vw;
    top: -3.2%;
    width: 21%;
  }
}

.p-home02__section02-bg02 {
  position: absolute;
  left: 102%;
  top: -14%;
  width: 16%;
}
@media only screen and (max-width: 64em) {
  .p-home02__section02-bg02 {
    left: auto;
    right: -7.4666666667vw;
    width: 23%;
    top: -1.7%;
  }
}

.p-home02__section02-deco01 {
  position: absolute;
  width: 40%;
  right: 85%;
  top: -7rem;
}

.p-home02__section02-deco02 {
  position: absolute;
  width: 36%;
  left: 86%;
  top: 31%;
}

.p-home02__section02-deco03 {
  position: absolute;
  width: 40%;
  right: 86%;
  top: 67%;
}

.p-home02__section05-item-wrap {
  justify-content: flex-start;
  row-gap: 4.5rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 64em) {
  .p-home02__section05-item-wrap {
    margin-left: 0;
  }
}

.p-home02__section05-item-wrap .p-home__section05-item:nth-child(2n+1) {
  margin-right: 8rem;
}
@media only screen and (max-width: 64em) {
  .p-home02__section05-item-wrap .p-home__section05-item:nth-child(2n+1) {
    margin-right: 0;
    width: 100%;
  }
}

.p-home02__section05-item-wrap .p-home__section05-item {
  width: 44%;
  border-bottom: 1px solid #d3d3d3;
}
@media only screen and (max-width: 64em) {
  .p-home02__section05-item-wrap .p-home__section05-item {
    width: 100%;
  }
}

.p-home02__section05-item-wrap .p-home__section05-item span {
  display: block;
  width: fit-content;
  margin-left: 0;
}
@media only screen and (max-width: 64em) {
  .p-home02__section05-item-wrap .p-home__section05-item span {
    margin-top: 1.0666666667vw;
  }
}

.p-home02__section05-item-wrap .p-home__section05-item:last-child .p-home__section05-table td span:last-child {
  margin-left: 0;
}

.p-home02__section05-item-wrap .p-home__section05-item td,
.p-home02__section05-item-wrap .p-home__section05-item th {
  padding-top: 1rem;
}
@media only screen and (max-width: 64em) {
  .p-home02__section05-item-wrap .p-home__section05-item td,
.p-home02__section05-item-wrap .p-home__section05-item th {
    margin-top: 1.3333333333vw;
  }
}

.p-home02__section06-wrap {
  max-width: max-content;
}

.p-home02__section06-wrap .p-home__section06-item-wrap {
  margin: 0;
  margin-top: 6rem;
  row-gap: 0;
  column-gap: 40px;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 64em) {
  .p-home02__section06-wrap .p-home__section06-item-wrap {
    column-gap: 26.6666666667vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 0;
  }
}

.p-home02__section06-wrap .p-home__section06-item-wrap .p-home__section06-item {
  width: 30rem !important;
  height: fit-content !important;
}
@media only screen and (max-width: 64em) {
  .p-home02__section06-wrap .p-home__section06-item-wrap .p-home__section06-item {
    width: 45.3333333333vw !important;
  }
}

.p-home02__section06-wrap .p-home__section06-item-wrap .p-home__section06-item img {
  width: 80%;
  margin: 0 auto;
}

.l-footer02 {
  top: 0;
}

.p-home02__section-btn-footer button {
  margin-top: 1rem;
}
@media only screen and (max-width: 64em) {
  .p-home02__section-btn-footer button {
    margin-top: 2.6666666667vw;
  }
}

.p-home02__btn-txt.btn02 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 4rem;
}
@media only screen and (max-width: 64em) {
  .p-home02__btn-txt.btn02 {
    margin-top: 10.6666666667vw;
  }
}

.slider {
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 64em) {
  .slick-track {
    width: 2133.3333333333vw !important;
  }
}

.p-home__section03-item01-human img {
  height: 100%;
  padding-top: 0;
  margin-top: 10px;
}
@media all and (min-width: 64.0625em) {
  .p-home__section03-item01-human img {
    padding-top: 0;
    margin-top: 0;
  }
}
@media print {
  .p-home__section03-item01-human img {
    padding-top: 0;
    margin-top: 0;
  }
}

.splide__slide {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1.5;
}

.p-home__mv-banner {
  position: absolute;
  bottom: 2rem;
  right: 7%;
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-banner {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    column-gap: 1.0666666667vw;
  }
}

.p-home__mv-banner img {
  width: 20rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-banner img {
    width: 24vw;
  }
}

.p-home__section09 {
  padding: 6rem 0;
  background: linear-gradient(90deg, #e24f42 0%, #e24f42 50%, #008f95 50%, #008f95 100%);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section09 {
    padding: 10.6666666667vw 0;
  }
}

.p-home__section09-title {
  width: 68rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section09-title {
    width: 90%;
  }
}

.p-home__section09-subtitle {
  margin-top: 4rem;
  background-color: #e9b000;
  padding: 0.8rem 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section09-subtitle {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 0;
    margin-top: 8vw;
  }
}

.p-home__section09-wrap {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section09-wrap {
    margin-top: 5.3333333333vw;
    justify-content: space-around;
  }
}

.p-home__section09-item {
  width: 32rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section09-item {
    width: 44%;
  }
}

.p-home__section09-item h4 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section09-item h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-home__section09 p {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section09 p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__mv03 {
  position: relative;
}

.p-home__mv03--img {
  width: 100%;
}

.p-home__mv03-box {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61.2005856515vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv03-box {
    width: 94%;
    top: 50%;
  }
}

.p-home__mv03-btn {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv03-btn {
    margin-top: 10.6666666667vw;
  }
}

.p-home__mv03-box02 {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  position: absolute;
  top: 87%;
  right: 6%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv03-box02 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 9.0666666667vw;
    justify-content: space-between;
  }
}

.p-home__mv03-box02 div {
  width: 12.4450951684vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv03-box02 div {
    width: 32%;
  }
}

.p-home__section10 {
  background-image: url(../../assets/images/03/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section10 {
    padding: 8vw 0 16vw;
    background-image: url(../../assets/images/03/bg01_sp.png);
  }
}

.p-home__section10-title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section10-title {
    font-size: 6.4vw;
    letter-spacing: -0.03em;
  }
}

.p-home__section10-title .p-home__section10-span01 {
  background-color: #d10d0e;
  color: #ffffff;
  padding: 0 0.7rem;
  font-size: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section10-title .p-home__section10-span01 {
    font-size: 8vw;
    padding: 0 1.8666666667vw;
  }
}

.p-home__section10-title .p-home__section10-span02 {
  color: #d10d0e;
  padding: 0 0.7rem;
  font-size: 4.8rem;
  background: linear-gradient(transparent 70%, #ffd42d 0%);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section10-title .p-home__section10-span02 {
    font-size: 8vw;
    padding: 0 1.8666666667vw;
  }
}

.p-home__section10-img {
  width: 56rem;
  margin: 0 auto;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section10-img {
    width: 100%;
    margin-top: 4.2666666667vw;
  }
}

.p-home__section11-txt {
  margin-top: 5rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-txt {
    margin-top: 8vw;
  }
}

.p-home__section11-txt p {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-txt p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.p-home__section11-txt p:first-child {
  margin-top: 0;
}

.p-home__section11-txt p span {
  font-size: 2.6rem;
  font-weight: 900;
  color: #d10d0e;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-txt p span {
    font-size: 4.2666666667vw;
  }
}

.p-home__section11-btn {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-btn {
    margin-top: 10.6666666667vw;
  }
}

.p-home__section11-img01 {
  background-image: url(../../assets/images/03/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem 0;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-img01 {
    padding: 6.9333333333vw 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 10.6666666667vw;
    background-image: url(../../assets/images/03/bg02_sp.png);
  }
}

.p-home__section11-img01 h3 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-img01 h3 {
    font-size: 6.4vw;
  }
}

.p-home__section11-img01 h3 .p-home__section11-span01 {
  background-color: #d10d0e;
  color: #ffffff;
  padding: 0 0.7rem;
  font-size: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-img01 h3 .p-home__section11-span01 {
    font-size: 8vw;
  }
}

.p-home__section11-img01 h3 .p-home__section11-span01 span {
  color: #ffd42d;
}

.p-home__section11-img01 h3 .p-home__section11-span01 small {
  font-size: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-img01 h3 .p-home__section11-span01 small {
    font-size: 6.4vw;
  }
}

.p-home__section11-img01 h3 .p-home__section11-span02 {
  font-size: 3.6rem;
  color: #d10d0e;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-img01 h3 .p-home__section11-span02 {
    font-size: 6.9333333333vw;
  }
}

.p-home__section11-box {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-box {
    display: block;
    margin-top: 16vw;
  }
}

.p-home__section11-item {
  width: 28%;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(121, 121, 121, 0.35);
  border-radius: 1rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-item {
    width: 100%;
    margin-top: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section11-item:first-child {
    margin-top: 0;
  }
}

.p-home__section11-item:first-child::after,
.p-home__section11-item:nth-child(2):after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-color: #d10d0e;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-item:first-child::after,
.p-home__section11-item:nth-child(2):after {
    top: 97.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: auto;
  }
}

.p-home__section11-item:first-child::before,
.p-home__section11-item:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 100%;
  height: 0.4rem;
  background-color: #d10d0e;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-item:first-child::before,
.p-home__section11-item:nth-child(2)::before {
    width: 1.0666666667vw;
    height: 16vw;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }
}

.p-home__section11-item h3 {
  background-color: #d10d0e;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 900;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-item h3 {
    height: 20vw;
    font-size: 4.8vw;
  }
}

.p-home__section11-item h3 span {
  font-size: 1.8rem;
  color: #ffd42d;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-item h3 span {
    font-size: 5.3333333333vw;
  }
}

.p-home__section11-item-txt {
  padding: 1.5rem;
}

.p-home__section11-item-txt p {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section11-item-txt p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    line-height: 1.6;
  }
}

.p-home__section11-item-txt p span {
  color: #d10d0e;
  font-weight: 500;
}

.p-home__section03.p-home__section12 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03.p-home__section12 {
    margin-top: 16vw;
  }
}

.p-home__section12 .p-home__section03-wrap {
  background-color: inherit;
  padding-bottom: 0;
}
@media only screen and (max-width: 64em) {
  .p-home__section12 .p-home__section03-wrap {
    padding: 0;
  }
}

.p-home__section12 .p-home__section03-item02 {
  margin: 0;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.p-home__section12 .p-home__section03-item02-title {
  background-color: #d10d0e;
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section12 .p-home__section03-item02-title {
    font-size: 4.8vw;
    padding: 5.3333333333vw 0;
  }
}

.p-home__section13 {
  background-image: url(../../assets/images/03/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section13 {
    padding: 10.6666666667vw 0;
  }
}

.p-home__section13 .amazon-txt {
  margin-top: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section13 .amazon-txt {
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section13 .p-home__section04-wrap h2 {
    font-size: 9.6vw;
  }
}

.p-home__section13 .p-home__section04-wrap {
  transform: none;
  position: unset;
}

.p-home__section12.p-home__section14 {
  margin-top: 0;
}

.p-home__section14 .p-home__section09 {
  background: linear-gradient(90deg, #f96598 0%, #f96598 50%, #32aef0 50%, #32aef0 100%);
}

.p-home__section14 .p-home__section09-wrap {
  margin-top: 0;
}

.p-home__section14 .p-home__section03-item02-img p {
  position: inherit;
  transform: none;
  margin-top: 3.6rem;
}

.p-home__section15 table {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section15 table {
    padding: 0;
    margin-top: 10.6666666667vw;
  }
}

.p-home__section15 table th,
.p-home__section15 table td {
  text-align: left;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section15 table th,
.p-home__section15 table td {
    display: block;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section15 table th {
  width: 20%;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section15 table th {
    width: auto;
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
  }
}

.p-home__section15 table th::after {
  content: "";
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #000000;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section15 table th::after {
    bottom: 1.6vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

.p-home__section15 table td {
  width: 80%;
  display: flex;
  column-gap: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section15 table td {
    margin-top: 2.6666666667vw;
    column-gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__section15 table td a {
  background-color: #0e58e2;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.2rem 1rem 0;
  border-radius: 0.2rem;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section15 table tr:nth-child(3) td {
    display: block;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section15 table tr:nth-child(3) td p {
    margin-top: 1.6vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-img.p-home__section03-item02-img03 img {
    height: auto;
    object-fit: unset;
  }
}

.p-home__mv04 {
  position: relative;
  background-color: #ff031b;
  padding: 4rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv04 {
    padding-top: 5.3333333333vw;
    height: 136vw;
  }
}

.p-home__mv04-img01 {
  width: 58.5651537335vw;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv04-img01 {
    width: 89.3333333333vw;
  }
}

.p-home__mv04-img02 {
  position: absolute;
  top: 4rem;
  left: 2%;
  width: 63.2503660322vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv04-img02 {
    width: 96%;
    top: 43.5%;
  }
}

.p-home__mv04-img03 {
  position: absolute;
  bottom: 2%;
  right: 0;
  width: 21.5226939971vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv04-img03 {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    bottom: auto;
    width: 36.2666666667vw;
  }
}

.p-home__mv04 .c-btn02 {
  position: absolute;
  width: 32.5036603221vw;
  padding: 1.4641288433vw 0;
  top: 74%;
  left: 2%;
  font-size: 1.9033674963vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv04 .c-btn02 {
    width: 89.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5.3333333333vw;
    padding: 4vw 0;
    top: 80%;
  }
}

.p-home__mv04 .c-btn02 img {
  width: 2.1229868228vw;
  right: 1.4641288433vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv04 .c-btn02 img {
    width: 5.8666666667vw;
    right: 4vw;
  }
}

.p-home__section16-title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section16-title {
    font-size: 7.4666666667vw;
    margin-top: 8vw;
    line-height: 1.4;
  }
}

.p-home__section16 {
  background-image: url(../../assets/images/04/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 7.6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section16 {
    background-image: url(../../assets/images/04/bg02_sp.png);
    padding-top: 12.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section17 {
  background-color: #ff031b;
  padding: 4rem 0;
}

.p-home__section17 h2 {
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  color: #fff100;
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17 h2 {
    font-size: 10.6666666667vw;
    line-height: 1.3;
  }
}

.p-home__section17-img01 {
  width: 96rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-img01 {
    width: 98vw;
    margin: 0 calc(50% - 50vw);
    margin-left: -3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section17-wrap01 {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-wrap01 {
    margin-top: 8vw;
  }
}

.p-home__section17-box01 {
  background-color: #ffffff;
  padding: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01 {
    padding: 8vw 5.3333333333vw;
  }
}

.p-home__section17-box01 h3 {
  font-size: 6rem;
  font-weight: 900;
  color: #ff031b;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01 h3 {
    font-size: 9.6vw;
  }
}

.p-home__section17-box01 h3 small {
  font-size: 4.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01 h3 small {
    font-size: 7.4666666667vw;
  }
}

.p-home__section17-box01-content {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01-content {
    display: block;
  }
}

.p-home__section17-box01-content div {
  width: 32%;
  border: 4px solid #ff031b;
  border-radius: 1rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01-content div {
    width: 100%;
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01-content div:first-child {
    margin-top: 0;
  }
}

.p-home__section17-box01-content div img {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01-content div img {
    border-top-left-radius: 1.6vw;
    border-top-right-radius: 1.6vw;
  }
}

.p-home__section17-box01-content div h4 {
  font-size: 1.6rem;
  font-weight: 900;
  background-color: #fff100;
  padding: 0.4rem 2.8rem;
  width: fit-content;
  margin: 0 auto;
  border-radius: 1rem;
  margin-top: -1.6rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01-content div h4 {
    font-size: 4.2666666667vw;
    margin-top: -4.2666666667vw;
    border-radius: 2.6666666667vw;
    padding: 1.0666666667vw 7.4666666667vw;
  }
}

.p-home__section17-box01-content div h5 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #ff031b;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.3;
  padding: 0 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01-content div h5 {
    font-size: 6.4vw;
    margin-top: 2.6666666667vw;
    padding: 0 4vw;
  }
}

.p-home__section17-box01-content div p {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 2rem;
  margin-top: 1rem;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-box01-content div p {
    font-size: 3.7333333333vw;
    padding: 0 4vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section17-box01-content div p span {
  color: #ff031b;
}

.p-home__section17-img02 {
  width: 60rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-img02 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-home__section17-img03 {
  width: 38rem;
  margin: 0 auto;
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-img03 {
    width: 88vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section17-img04 {
  width: 38rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-img04 {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section17-img05 {
  width: 6rem;
  margin: 4rem auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-img05 {
    width: 16vw;
    margin: 5.3333333333vw auto;
  }
}

.p-home__section17-img06 {
  width: 45rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-img06 {
    width: 100%;
  }
}

.p-home__section17-img07 {
  display: flex;
  column-gap: 4rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-img07 {
    display: block;
    margin-top: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section17-img07 div:last-child {
    margin-top: 5.3333333333vw;
  }
}

.p-home__section17-txt01 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17-txt01 {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section17 .c-btn02 {
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section17 .c-btn02 {
    margin-top: 8vw;
  }
}

.p-home__section18 .p-home__section11-img01 h3 .p-home__section11-span01 {
  background-color: #ff031b;
}

.p-home__section18 .p-home__section11-img01 {
  margin-top: 0;
  background-image: url(../../assets/images/04/bg03.png);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section18 .p-home__section11-img01 {
    background-image: url(../../assets/images/04/bg03_sp.png);
  }
}

.p-home__section18 .p-home__section11-img01 .color-yellow {
  color: #fff100;
}

.p-home__section18-box {
  padding: 6rem 0;
  background-color: #e1e6ee;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section18-box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 10.6666666667vw 0;
  }
}

.p-home__section18-box img {
  width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section18-box img {
    width: 89.3333333333vw;
  }
}

.p-home__section19.p-home__section07 {
  background-color: #ff031b;
}

.p-home__section19.p-home__section07 .p-home__section-btn {
  background-color: #fff100;
  color: #000000;
  box-shadow: 0px 3px 0px 0px #a58401;
  width: 35.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__section19.p-home__section07 .p-home__section-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section19.p-home__section07 .p-home__section-btn {
    width: 78.6666666667vw;
  }
}

.p-home__mv05 {
  position: relative;
  margin-top: 6.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv05 {
    margin-top: 13.8666666667vw;
  }
}

.p-home__mv05-btn {
  display: block;
  width: 44rem;
  margin: 0 auto;
  margin-top: -8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__mv05-btn {
    width: 40rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv05-btn {
    width: 85.3333333333vw;
    margin-top: -4.8vw;
  }
}

.p-home__section20 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section20 {
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section20 .l-container {
    padding: 0 2.6666666667vw;
  }
}

.p-home__section20 h2 {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section20 h2 {
    font-size: 6.4vw;
  }
}

.p-home__section20-swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 4rem;
}

.p-home__section20-txt {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section20-txt {
    margin-top: 8vw;
  }
}

.p-home__section20-txt p {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section20-txt p {
    font-size: 4.2666666667vw;
    margin-top: 1.0666666667vw;
    letter-spacing: -0.05em;
  }
}

.p-home__section20-txt p:first-child {
  margin-top: 0;
}

.p-home__section20-txt p span {
  background: linear-gradient(transparent 70%, #ff3e30 70%);
}

.p-home__section21 {
  padding: 8rem 0;
  background-image: url(../../assets/images/05/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section21 {
    margin-top: 8vw;
    padding: 8vw 0;
    background-image: url(../../assets/images/05/bg01_sp.png);
  }
}

.p-home__section21 h2 {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section21 h2 {
    font-size: 7.4666666667vw;
  }
}

.p-home__section21-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section21-wrap {
    row-gap: 8vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 8vw;
  }
}

.p-home__section21-item {
  width: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section21-item {
    width: 97.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section21-item:first-child,
.p-home__section21-item:nth-child(3),
.p-home__section21-item:nth-child(5) {
    margin-right: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section21-item:nth-child(2),
.p-home__section21-item:nth-child(4) {
    margin-left: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section22-item:nth-child(2),
.p-home__section22-item:nth-child(4) {
    margin-left: auto;
  }
}

.p-home__section22 {
  padding: 18rem 0 8rem;
  background-color: #ff3e30;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section22 {
    padding: 18.6666666667vw 0 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section22 .l-container {
    padding: 0 2.6666666667vw;
  }
}

.p-home__section22-bg01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-home__section22-title {
  text-align: center;
  color: #ffffff;
}

.p-home__section22-title p {
  font-size: 2.4rem;
  font-weight: 900;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section22-title p {
    font-size: 4.8vw;
  }
}

.p-home__section22-title p span {
  background: linear-gradient(transparent 70%, #fed801 70%);
}

.p-home__section22-title h2 {
  font-size: 4rem;
  font-weight: 900;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section22-title h2 {
    font-size: 7.4666666667vw;
  }
}

.p-home__section22-wrap {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section22-wrap {
    row-gap: 8vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 5.3333333333vw;
  }
}

.p-home__section22-item {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section22-item {
    width: 97.3333333333vw;
  }
}

.p-home__section23 {
  padding: 8rem 0;
  background-image: url(../../assets/images/05/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section23 {
    padding: 10.6666666667vw 0;
  }
}

.p-home__section23-img01 {
  width: 60rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section23-img01 {
    width: 85.3333333333vw;
  }
}

.p-home__section23-img02 {
  width: 33.5rem;
  margin: 0 auto;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section23-img02 {
    width: 89.3333333333vw;
  }
}

.p-home__section23-img03 {
  width: 6rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section23-img03 {
    width: 16vw;
    margin: 2.6666666667vw auto;
  }
}

.p-home__section23-img04 {
  display: flex;
  justify-content: center;
  column-gap: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section23-img04 {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
  }
}

.p-home__section23-img04 div {
  width: 33.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section23-img04 div {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.p-home__section23-txt01 {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section23-txt01 {
    margin-top: 5.3333333333vw;
    font-size: 1.6vw;
  }
}

.p-home__section23-btn {
  display: block;
  width: 44rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section23-btn {
    width: 85.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section24-title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section24-title {
    font-size: 7.4666666667vw;
  }
}

.p-home__section24 .p-home__section06-item-wrap {
  width: 100%;
}

.p-home__section24 .p-home__section06-item {
  width: 20%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section24 .p-home__section06-item {
    width: 48%;
  }
}

.p-home__section07.p-home__section25 {
  background-color: #fed801;
}

.p-home__section25 .p-home__section-title {
  color: #000000;
}

.p-home__section25 .p-home__section-title::before {
  background-color: #000000;
}

.p-home__section25 .p-home__section-title::after {
  background-color: #000000;
}

.p-home__section25 .p-home__section-btn {
  background-color: inherit;
}

.p-home__section25-btn {
  width: 44rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section25-btn {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-home__section26 .p-home__section-title::before {
  content: none;
}

.p-home__section26 .p-home__section-title::after {
  content: none;
}

.p-home__section20-swiper .swiper-pagination {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section20-swiper .swiper-pagination {
    margin-bottom: 0;
  }
}

.p-home__section20-swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section20-swiper .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.p-home__section20-swiper .swiper-pagination-bullet-active {
  background-color: #2688eb;
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */