@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");
}
@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%;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
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: #333333;
  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(51, 51, 51, 0.5);
}

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

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

.p-home__wrap {
  display: flex;
  background: #eff8ed;
}

.p-home__content {
  max-width: 37.5rem;
  flex: 0 0 auto;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__content {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .p-home__content {
    max-width: none;
    width: 100%;
  }
}

.l-footer {
  max-width: 37.5rem;
  flex: 0 0 auto;
  margin: 0 auto;
  background: #ffffff;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .l-footer {
    max-width: none;
    width: 100%;
  }
}

.l-footer img {
  width: 22.5rem;
  margin: 0 auto;
  padding: 1rem 0;
}
@media only screen and (max-width: 64em) {
  .l-footer img {
    width: 60vw;
    padding: 2.6666666667vw 0;
  }
}

.side {
  flex: 1;
  min-width: 0;
}

.p-home__mv video {
  display: block;
  width: 100%;
}

.p-home__sec01 {
  position: relative;
}

.p-home__sec01 .c-btn01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
  width: 33.4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec01 .c-btn01 {
    width: 89.0666666667vw;
  }
}

.c-btn01 {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10rem;
  transition: 0.3s;
}
@media only screen and (max-width: 64em) {
  .c-btn01 {
    border-radius: 26.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
.l-container {
  padding: 0 20px;
}

.p-home__sec02 {
  background: #f0f0f0;
  padding: 4rem 0;
}
@media only screen and (max-width: 64em) {
  .p-home__sec02 {
    padding: 10.6666666667vw 0;
  }
}

.c-btn02-wrap {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
  column-gap: 1.3rem;
}
@media only screen and (max-width: 64em) {
  .c-btn02-wrap {
    margin-top: 5.3333333333vw;
    column-gap: 3.4666666667vw;
  }
}

.c-btn02-wrap a {
  flex: 1;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1.6rem 0 1.4rem;
  border-radius: 1rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 64em) {
  .c-btn02-wrap a {
    font-size: 5.3333333333vw;
    padding: 4.2666666667vw 0 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.c-btn02-wrap a.active {
  background: #fd4f47;
}

.c-btn02-wrap a {
  background: #707070;
}

@media all and (min-width: 64.0625em) {
  .c-btn02-wrap button:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn02-wrap button:hover {
    opacity: 0.7;
  }
}
.p-home__sec19 {
  padding-top: 3rem;
  background: #f0f0f0;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec19 {
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}

.p-home__sec20 {
  background: #f0f0f0;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec20 {
    padding-bottom: 10.6666666667vw;
  }
}

.c-btn03-wrap {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 64em) {
  .c-btn03-wrap {
    margin-top: 4.8vw;
  }
}

.c-btn03 {
  display: flex;
  align-items: center;
  height: 7.4rem;
  border: 1px solid #7d54d5;
  position: relative;
  padding-left: 1.5rem;
  background: #edeaf2;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 64em) {
  .c-btn03 {
    height: 19.7333333333vw;
    padding-left: 4vw;
    margin-top: 2.6666666667vw;
  }
}

.c-btn03.active {
  background: #7d54d5;
  color: #ffffff;
}

.c-btn03:first-child {
  margin-top: 0;
}

.c-btn03 p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 3.4rem;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 64em) {
  .c-btn03 p {
    font-size: 4.8vw;
    padding-left: 9.0666666667vw;
  }
}

.c-btn03 p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../../assets/images/home/icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 64em) {
  .c-btn03 p::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.c-btn03.active p::after {
  background-image: url(../../assets/images/home/icon01v2.svg);
  width: 2.5rem;
}
@media only screen and (max-width: 64em) {
  .c-btn03.active p::after {
    width: 6.6666666667vw;
  }
}

.c-btn03 img {
  position: absolute;
  right: 0;
  top: 0;
  width: 9.3rem;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 64em) {
  .c-btn03 img {
    width: 24.8vw;
  }
}

.c-btn04 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #707070;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  width: 22.8rem;
  padding: 1.4rem 0;
  border-radius: 1rem;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 64em) {
  .c-btn04 {
    font-size: 5.3333333333vw;
    width: 60.8vw;
    padding: 3.7333333333vw 0;
    border-radius: 2.6666666667vw;
  }
}

.c-btn04.active {
  background: #fd4f47;
}

.c-btn04 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.6rem;
}
@media only screen and (max-width: 64em) {
  .c-btn04 img {
    right: 6.9333333333vw;
  }
}

.p-home__sec19 .c-btn04 {
  margin-top: 1.7rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec19 .c-btn04 {
    margin-top: 4.5333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn04:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn04:hover {
    opacity: 0.7;
  }
}
.p-home__sec07 {
  background: #f2fbde;
  padding: 4.5rem 0;
}
@media only screen and (max-width: 64em) {
  .p-home__sec07 {
    padding: 12vw 0;
  }
}

.p-home__sec07-item {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec07-item {
    margin-top: 1.6vw;
  }
}

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

.p-home__sec08 {
  padding: 2.4rem 0 5rem;
  background: #ffffff;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08 {
    padding: 6.4vw 0 13.3333333333vw;
  }
}

.p-home__sec08-title {
  width: 27.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-title {
    width: 72.5333333333vw;
  }
}

.txt01 {
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
}
@media only screen and (max-width: 64em) {
  .txt01 {
    font-size: 2.6666666667vw;
  }
}

.p-home__sec08 .txt01.v1 {
  padding-right: 1rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08 .txt01.v1 {
    padding-right: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}

.p-home__sec08 .txt01.v2 {
  padding-right: 2rem;
  margin-top: 17rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08 .txt01.v2 {
    padding-right: 5.3333333333vw;
    margin-top: 45.3333333333vw;
  }
}

.p-home__sec08-item {
  margin-top: 23rem;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item {
    margin-top: 61.3333333333vw;
  }
}

.p-home__sec08-item:first-child {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item:first-child {
    margin-top: 1.6vw;
  }
}

.p-home__sec08-item:last-child {
  margin-top: 25.4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item:last-child {
    margin-top: 67.7333333333vw;
  }
}

.p-home__sec08-item video {
  display: block;
  width: 22.4rem;
  height: 17.9rem;
  object-fit: cover;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item video {
    width: 59.7333333333vw;
    height: 47.7333333333vw;
  }
}

.p-home__sec08-item:first-child video,
.p-home__sec08-item:last-child video {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  object-position: center 10%;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item:first-child video,
.p-home__sec08-item:last-child video {
    border-top-right-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}

.p-home__sec08-item:last-child video {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  object-position: center 32%;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item:last-child video {
    border-top-right-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}

.p-home__sec08-item:nth-child(2) video {
  margin-left: auto;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  object-position: center 30%;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item:nth-child(2) video {
    border-top-left-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
  }
}

.p-home__sec08-item:first-child img,
.p-home__sec08-item:last-child img {
  position: absolute;
  top: 3rem;
  width: 36.5rem;
  right: 0;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item:first-child img,
.p-home__sec08-item:last-child img {
    top: 8vw;
    width: 97.3333333333vw;
  }
}

.p-home__sec08-item:nth-child(2) img {
  position: absolute;
  top: 3rem;
  width: 36.5rem;
  left: 0;
}
@media only screen and (max-width: 64em) {
  .p-home__sec08-item:nth-child(2) img {
    top: 8vw;
    width: 97.3333333333vw;
  }
}

.p-home__sec09 {
  position: relative;
}

.c-btn05-wrap {
  display: flex;
  column-gap: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  width: 33rem;
}
@media only screen and (max-width: 64em) {
  .c-btn05-wrap {
    column-gap: 2.6666666667vw;
    width: 88vw;
  }
}

.c-btn05 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1.5rem 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: linear-gradient(180deg, #707070 10%, #383838 90%);
}
@media only screen and (max-width: 64em) {
  .c-btn05 {
    font-size: 5.3333333333vw;
    padding: 4vw 0;
    border-radius: 2.6666666667vw;
  }
}

.c-btn05.active {
  background: linear-gradient(180deg, #ffa700 10%, red 90%);
}

.p-home__sec10 {
  background: #ffffff;
  padding-bottom: 4.2rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec10 {
    padding-bottom: 11.2vw;
  }
}

.c-img02 {
  width: 34.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 64em) {
  .c-img02 {
    width: 92vw;
  }
}

.p-home__sec10 .c-img02 {
  margin-top: 2rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec10 .c-img02 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec10 .c-btn06-wrap {
  margin-top: 2rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec10 .c-btn06-wrap {
    margin-top: 5.3333333333vw;
  }
}

.c-btn06-title {
  width: 19.9rem;
  margin: 0 auto;
}
@media only screen and (max-width: 64em) {
  .c-btn06-title {
    width: 53.0666666667vw;
  }
}

.c-btn06 {
  display: block;
  position: relative;
  width: 33.5rem;
  margin: 0 auto;
  margin-top: 0.6rem;
  transition: 0.3s;
}
@media only screen and (max-width: 64em) {
  .c-btn06 {
    width: 89.3333333333vw;
    margin-top: 1.6vw;
  }
}

.deco01 {
  position: absolute;
  top: -2.2rem;
  left: -1rem;
  width: 7.4rem;
}
@media only screen and (max-width: 64em) {
  .deco01 {
    top: -5.8666666667vw;
    left: -2.6666666667vw;
    width: 19.7333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn06:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn06:hover {
    opacity: 0.7;
  }
}
.p-home__sec11 {
  overflow: hidden;
}

.c-img03 {
  width: 40rem;
  display: block;
  margin: 0 auto;
  min-width: 42.4rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 64em) {
  .c-img03 {
    width: 106.6666666667vw;
    min-width: 113.0666666667vw;
  }
}

.right-img01 {
  width: 34rem;
  margin-left: 5rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 64em) {
  .right-img01 {
    width: 90.6666666667vw;
    margin-left: 13.3333333333vw;
  }
}

.p-home__sec05 {
  position: relative;
}

.c-img04 {
  display: block;
  margin: 0 auto;
  min-width: 54.6rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -13.6rem;
}
@media only screen and (max-width: 64em) {
  .c-img04 {
    min-width: 145.6vw;
    margin-top: -36.2666666667vw;
  }
}

.p-home__sec12 {
  background: #ffffff;
  padding: 3rem 0 5rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec12 {
    padding: 8vw 0 13.3333333333vw;
  }
}

.p-home__sec12 img {
  width: 94%;
  margin-left: auto;
}

.p-home__sec13 {
  overflow: hidden;
}

.c-img05 {
  display: block;
  margin: 0 auto;
  min-width: 54.2rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 64em) {
  .c-img05 {
    min-width: 144.5333333333vw;
  }
}

.p-home__sec16 {
  background: #ffffff;
  padding: 4rem 0 2rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec16 {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}

.p-home__left-wrap {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 33rem;
  margin-left: auto;
  margin-right: 5rem;
}
@media only screen and (max-width: 64em) {
  .p-home__left-wrap {
    width: 88vw;
    margin-right: 13.3333333333vw;
  }
}

.p-home__left-content h3 {
  width: 25.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 64em) {
  .p-home__left-content h3 {
    width: 67.2vw;
  }
}

.p-home__left-item {
  background: #ffffff;
  border-radius: 1rem;
  margin-top: 3.4rem;
  padding: 3.4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__left-item {
    border-radius: 2.6666666667vw;
    margin-top: 9.0666666667vw;
    padding: 9.0666666667vw;
  }
}

.p-home__left-item h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #83dd73;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 64em) {
  .p-home__left-item h4 {
    font-size: 4.2666666667vw;
  }
}

.p-home__left-item h4::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 1.2rem;
  height: 0.1rem;
  width: 20rem;
  background: #83dd73;
  margin-left: 1rem;
}
@media only screen and (max-width: 64em) {
  .p-home__left-item h4::after {
    top: 3.2vw;
    height: 0.2666666667vw;
    margin-left: 2.6666666667vw;
  }
}

.p-home__left-content h3 img {
  width: 100%;
}

.p-home__left-item ul {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 64em) {
  .p-home__left-item ul {
    margin-top: 4.8vw;
  }
}

.p-home__left-item ul li {
  font-weight: 700;
  color: #707070;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 64em) {
  .p-home__left-item ul li {
    margin-top: 1.6vw;
  }
}

.p-home__left-item ul li:first-child {
  margin-top: 0;
}

.p-home__left-item ul li a {
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .p-home__left-item ul li a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-home__left-item ul li a:hover {
    opacity: 0.7;
  }
}
.p-home__sec17 {
  padding: 3.4rem 0 4.4rem;
  background: #f0f0f0;
}
@media only screen and (max-width: 64em) {
  .p-home__sec17 {
    padding: 9.0666666667vw 0 11.7333333333vw;
  }
}

.p-home__sec18 {
  overflow: hidden;
  position: relative;
  margin-top: -13.6rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec18 {
    margin-top: -36.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.img30 {
  position: absolute;
  z-index: 1;
  display: block;
  top: 12.5rem;
  min-width: 39.2rem;
}
@media only screen and (max-width: 64em) {
  .img30 {
    top: 33.3333333333vw;
    min-width: 104.5333333333vw;
  }
}

.img31 {
  width: 33.5rem;
  margin: 0 auto;
  margin-top: -3rem;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .img31 {
    width: 89.3333333333vw;
    margin-top: -8vw;
  }
}

.img31 video {
  display: block;
  position: absolute;
  width: 31rem;
  height: 17.4rem;
  z-index: 1;
  bottom: 3.7rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 64em) {
  .img31 video {
    width: 82.6666666667vw;
    height: 46.4vw;
    bottom: 9.8666666667vw;
  }
}

.img31-img01 {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 2rem;
  width: 25.1rem;
}
@media only screen and (max-width: 64em) {
  .img31-img01 {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    width: 66.9333333333vw;
  }
}

.img31-img02 {
  position: absolute;
  bottom: 1.8rem;
  right: 0;
  width: 17rem;
}
@media only screen and (max-width: 64em) {
  .img31-img02 {
    bottom: 4.8vw;
    width: 45.3333333333vw;
  }
}

.img34 {
  width: 100%;
  height: 43.4rem;
  mask-image: url("../../assets/images/home/mask.png");
  mask-repeat: no-repeat;
  mask-position: 3% 0;
  mask-size: auto 100%;
  -webkit-mask-image: url("../../assets/images/home/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 3% 0;
  -webkit-mask-size: auto 100%;
  position: relative;
  margin-top: 1rem;
}
@media only screen and (max-width: 64em) {
  .img34 {
    margin-top: 2.6666666667vw;
    height: 115.7333333333vw;
  }
}

.img34 video {
  width: 100%;
  display: block;
}

.img34-img01 {
  position: absolute;
  bottom: 15rem;
  left: 1rem;
  width: 20.9rem;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .img34-img01 {
    bottom: 40vw;
    left: 2.6666666667vw;
    width: 55.7333333333vw;
  }
}

.p-home__sec14 {
  position: relative;
  padding: 2rem 0 2.2rem;
  background: #f8f8ea;
}
@media only screen and (max-width: 64em) {
  .p-home__sec14 {
    padding: 5.3333333333vw 0 5.8666666667vw;
  }
}

.c-img35 {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 20rem;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .c-img35 {
    top: 5.3333333333vw;
    width: 53.3333333333vw;
  }
}

.c-img36 {
  position: absolute;
  right: 0;
  bottom: 2.2rem;
  width: 24.3rem;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .c-img36 {
    bottom: 5.8666666667vw;
    width: 64.8vw;
  }
}

.p-home__sec14-video {
  width: 100%;
  height: 51rem;
  mask-image: url("../../assets/images/home/mask02.png");
  mask-repeat: no-repeat;
  mask-position: 3% 0;
  mask-size: auto 100%;
  -webkit-mask-image: url("../../assets/images/home/mask02.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 3% 0;
  -webkit-mask-size: auto 100%;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .p-home__sec14-video {
    height: 136vw;
  }
}

.p-home__sec14-video video {
  width: 100%;
  display: block;
  position: relative;
  top: -4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec14-video video {
    top: -10.6666666667vw;
  }
}

.p-home__sec18 .c-btn04 {
  margin-top: 4rem;
}
@media only screen and (max-width: 64em) {
  .p-home__sec18 .c-btn04 {
    margin-top: 10.6666666667vw;
  }
}

/* sec02以降は全部非表示 */
.p-home__sec02,
.p-home__sec03,
.p-home__sec04,
.p-home__sec05,
.p-home__sec18,
.p-home__sec17,
.p-home__sec06,
.p-home__sec07,
.p-home__sec08,
.p-home__sec09,
.p-home__sec10,
.p-home__sec11,
.p-home__sec12,
.p-home__sec13,
.p-home__sec14,
.p-home__sec15,
.p-home__sec16,
.p-home__sec17,
.p-home__sec18,
.p-home__sec19,
.p-home__sec20,
.l-footer {
  display: none;
}

video {
  pointer-events: none;
}

.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"; を出力するため日本語のコメントアウトを残す */