@charset "UTF-8";
@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;
}

:where(#top) section {
  background-color: #fff;
}

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: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
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: 1rem;
  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;
}

.l-container01 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container03 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container04 {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-title01 {
  font-size: 1.8125rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  color: #db9d90;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 {
    font-size: 6.9333333333vw;
  }
}

.c-title02 {
  font-size: 1.625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 {
    font-size: 6.1333333333vw;
  }
}

.c-title03 {
  width: fit-content;
  font-size: 0.9375rem;
  background: #b5d4d2;
  border-radius: 6.25rem;
  padding: 0.1875rem 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 {
    width: 100%;
    text-align: center;
    border-radius: 26.6666666667vw;
    padding: 1.0666666667vw 3.7333333333vw;
    font-size: 4.2666666667vw;
  }
}

.c-title04 {
  font-size: 1.375rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 {
    font-size: 4.5333333333vw;
  }
}

.c-title05-wrap h3 {
  font-size: 1.125rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  padding-left: 1.625rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05-wrap h3 {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.c-title05-wrap h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4375rem;
  height: 100%;
  background: #aad4d2;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05-wrap h3::after {
    width: 1.6vw;
  }
}

.c-title05-wrap p {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05-wrap p {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.c-title06 p {
  text-align: center;
  font-size: 3.625rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  color: #db9d90;
}
@media only screen and (max-width: 47.9375em) {
  .c-title06 p {
    font-size: 10.6666666667vw;
  }
}

.c-title06 h2 {
  text-align: center;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title06 h2 {
    font-size: 3.7333333333vw;
    margin-top: -1.6vw;
  }
}

.c-title07 {
  text-align: center;
  font-size: 1.625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-title07 {
    font-size: 4.2666666667vw;
  }
}

.c-title08 {
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title08 {
    font-size: 3.7333333333vw;
  }
}

.c-title08 a {
  text-decoration: underline;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .c-title08 a:hover {
    opacity: 0.8;
  }
}
@media print {
  .c-title08 a:hover {
    opacity: 0.8;
  }
}
.c-box01 {
  background: #f7f0ea;
  padding: 2.5rem 1.875rem 1.875rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01 {
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}

.c-box01 h3 {
  font-size: 0.9375rem;
  color: #ffffff;
  background: #db9d90;
  padding: 0.125rem 0.375rem;
  width: fit-content;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01 h3 {
    font-size: 3.7333333333vw;
    padding: 0.5333333333vw 1.6vw;
    top: -3.2vw;
    left: -2.6666666667vw;
  }
}

.c-box02 {
  padding: 0.875rem 1.125rem;
  border: 1px solid #999999;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02 {
    padding: 3.2vw 4.2666666667vw;
  }
}

.c-box02 h3 {
  font-size: 1.125rem;
  color: #db9d90;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02 h3 {
    font-size: 4.2666666667vw;
  }
}

.c-box02 p {
  font-size: 1rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02 p {
    font-size: 3.7333333333vw;
  }
}

.c-box03 {
  display: flex;
  justify-content: space-between;
  column-gap: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03 {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.c-box03__txt {
  width: 42%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__txt {
    width: 100%;
  }
}

.c-box03__img {
  width: 58%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__img {
    width: 100%;
  }
}

.c-box03__txt-title {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__txt-title {
    padding-bottom: 5.3333333333vw;
  }
}

.c-box03__txt-title h3 {
  font-size: 1.125rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__txt-title h3 {
    font-size: 4vw;
  }
}

.c-box03__txt-title h4 {
  font-size: 1.125rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__txt-title h4 {
    font-size: 4vw;
    margin-top: 3.7333333333vw;
  }
}

.c-box03__txt-txt01 {
  font-size: 0.9375rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  margin-top: 2.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__txt-txt01 {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

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

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

.c-box04__item h3 {
  background: #f7f0ea;
  font-size: 1.125rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  padding: 1rem 1.625rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__item h3 {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

.c-box04__item p {
  margin-top: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__item p {
    font-size: 3.4666666667vw;
    margin-top: 3.7333333333vw;
  }
}

.c-box05__item {
  display: flex;
  justify-content: space-between;
  column-gap: 2.5rem;
  margin-top: 4.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item {
    flex-direction: column-reverse;
    row-gap: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

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

.c-box05__item:nth-child(2) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.c-box05__item-txt {
  width: 38%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item-txt {
    width: 100%;
  }
}

.c-box05__item-txt p {
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item-txt p {
    font-size: 3.4666666667vw;
  }
}

.c-box05__item-img {
  width: 62%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item-img {
    width: 100%;
  }
}

.c-box06 {
  display: flex;
  column-gap: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06 {
    flex-wrap: wrap;
    row-gap: 4vw;
  }
}

.c-box06 a {
  display: block;
  flex: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06 a {
    flex: auto;
    width: 100%;
  }
}

@media all and (min-width: 64.0625em) {
  .c-box06 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box06 a:hover {
    opacity: 0.7;
  }
}
.c-box06 a img {
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .c-box07-wrap {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.c-box07 {
  display: flex;
  column-gap: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07 {
    overflow: scroll;
    padding-right: 10.6666666667vw;
    column-gap: 5.3333333333vw;
  }
}

.c-box07__item {
  flex: 1;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__item {
    flex: auto;
    width: 69.3333333333vw;
    min-width: 69.3333333333vw;
  }
}

.c-box07__item h3 {
  text-align: center;
  background: #db9d90;
  color: #ffffff;
  padding: 0.375rem;
  font-size: 1.0625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__item h3 {
    padding: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}

.c-box07__item-txt {
  background: #f8f7f4;
  text-align: center;
  padding: 1.375rem;
  font-weight: 500;
  font-size: 0.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__item-txt {
    padding: 4.8vw 1.6vw;
  }
}

.c-box07__item:nth-child(1) {
  transition-delay: 0s;
}

.c-box07__item:nth-child(2) {
  transition-delay: 0.3s;
}

.c-box07__item:nth-child(3) {
  transition-delay: 0.6s;
}

.c-box08 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08 {
    flex-direction: column-reverse;
    row-gap: 4.8vw;
  }
}

.c-box08__txt {
  width: 39%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__txt {
    width: 100%;
  }
}

.c-box08__img {
  width: 56%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__img {
    width: 100%;
  }
}

.c-list01 li {
  position: relative;
  padding-left: 0.75rem;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li {
    padding-left: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}

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

.c-list01 li::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100%;
  background: #333333;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li::after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.6666666667vw;
  }
}

.c-list02 li {
  position: relative;
  padding-left: 0.75rem;
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li {
    padding-left: 3.2vw;
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

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

.c-list02 li::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100%;
  background: #333333;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li::after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.6666666667vw;
  }
}

.c-list03 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8125rem;
  row-gap: 0.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list03 {
    column-gap: 3.4666666667vw;
    row-gap: 3.2vw;
  }
}

.c-list03 li {
  width: fit-content;
  background: #ffffff;
  border-radius: 6.25rem;
  padding: 0.4375rem 1.5rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-list03 li {
    padding: 1.8666666667vw 6.4vw;
  }
}

.p-home__sec01 .c-table01 {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 .c-table01 {
    margin-top: 5.3333333333vw;
  }
}

.c-table01 {
  border: 1px solid #999999;
}

.c-table01 tr {
  border-bottom: 1px solid #999999;
}

.c-table01 tr td {
  width: 12.5rem;
  text-align: center;
  padding: 1rem;
  background: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 tr td {
    width: 48vw;
    padding: 3.7333333333vw;
  }
}

.c-table01 tr td:first-child {
  border-right: 1px dotted #999999;
}

.c-txt01 {
  font-size: 1.0625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt01 {
    font-size: 3.7333333333vw;
  }
}

.c-txt01 span {
  background: linear-gradient(transparent 40%, rgba(255, 250, 225, 0.5) 40%);
}

.c-txt02 {
  font-size: 1.1875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt02 {
    font-size: 4vw;
  }
}

.c-txt03 {
  font-size: 1rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt03 {
    font-size: 3.7333333333vw;
  }
}

.p-home__mv {
  /* margin-top: 5.25rem; */
  width: 80%;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    width: 100%;
    /* margin-top: 16vw; */
  }
}

.p-home__mv-txt {
  position: absolute;
  bottom: 10%;
  left: -2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt {
    left: 5.3333333333vw;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-home__mv-txt p {
  font-size: 1.875vw;
  background: #ffffff;
  width: fit-content;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  padding: 0.125rem 0.625rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt p {
    font-size: 4.5333333333vw;
    padding: 0.5333333333vw 2.6666666667vw;
  }
}

.p-home__mv-txt p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: 1s;
  transform-origin: right center;
}

.p-home__mv-txt p.active::after {
  scale: 0 1;
}

.p-home__mv-txt p.active {
  opacity: 1;
}

.p-home__mv-txt h2 {
  font-size: 2.7777777778vw;
  background: #ffffff;
  width: fit-content;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  padding: 0.125rem 0.625rem;
  position: relative;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt h2 {
    font-size: 6.4vw;
    padding: 0.5333333333vw 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__mv-txt h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: 1s;
  transform-origin: right center;
}

.p-home__mv-txt h2.active::after {
  scale: 0 1;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img {
    width: 90%;
    margin-left: auto;
    height: 60.8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 37.3333333333vw;
    border-top-left-radius: 37.3333333333vw;
  }
}

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

.p-home__sec01-item {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.p-home__sec01-item-img {
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-img {
    width: 100%;
  }
}

.p-home__sec01-item-img img {
  position: relative;
  z-index: 1;
}

.p-home__sec01-item-img span {
  display: block;
  width: 35vw;
  height: 21.875rem;
  background: #b5d4d2;
  position: absolute;
  left: min(calc(570px - 50vw - 20px), -20px);
  top: 6.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-img span {
    width: 73.6vw;
    height: 66.1333333333vw;
    top: 26.6666666667vw;
  }
}

.p-home__sec01-item-txt {
  width: 55%;
  position: relative;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt {
    width: 100%;
    margin-top: 0;
  }
}

.p-home__sec01-item h2 {
  font-size: 1.5625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item h2 {
    font-size: 4.8vw;
  }
}

.p-home__sec01-item-txt p {
  font-size: 1.0625rem;
  margin-top: 3.75rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt p {
    font-size: 3.7333333333vw;
    margin-top: 0;
  }
}

.p-home__sec01-item-txt .c-box02 p {
  margin-top: 0;
  font-size: 1rem;
  margin-top: 0.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt .c-box02 p {
    font-size: 4vw;
    margin-top: 1.0666666667vw;
  }
}

.p-home__sec01-item-txt .c-box02 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt .c-box02 {
    margin-top: 8vw;
  }
}

.p-home__sec01-item-txt span {
  display: block;
  width: 26.125rem;
  height: 18.125rem;
  background: #f7f0ea;
  position: absolute;
  right: -6.25rem;
  bottom: -10.625rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt span {
    width: 80vw;
    height: 53.3333333333vw;
    right: -16vw;
    bottom: -16vw;
  }
}

.p-home__sec01-item-txt span.v2 {
  bottom: -7.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt span.v2 {
    bottom: -16vw;
  }
}

.p-home__sec01-item-txt span.v3 {
  bottom: 2.5rem;
  top: 16.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt span.v3 {
    bottom: 10.6666666667vw;
    top: 23vw;
  }
}

.p-home__sec02 {
  margin-top: 15rem;
  position: relative;
  padding-top: 3.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    margin-top: 32vw;
    padding-top: 10.6666666667vw;
  }
}

.p-home__sec02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 29.1875rem;
  width: 73%;
  background: #db9d90;
  z-index: -1;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02::after {
    width: 94%;
    height: 102.9333333333vw;
    border-top-right-radius: 8vw;
    border-bottom-right-radius: 8vw;
  }
}

.p-home__title01 {
  text-align: center;
}

.p-home__title01 p {
  font-size: 1.9375rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__title01 p {
    font-size: 6.9333333333vw;
  }
}

.p-home__title01 h2 {
  font-size: 1.5625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  margin-top: 0.625rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__title01 h2 {
    font-size: 5.8666666667vw;
    margin-top: 1.6vw;
  }
}

.p-home__sec02-content-wrap {
  position: relative;
}
.p-home__sec02-content-wrap::before,
.p-home__sec02-content-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #d3d3d3;
  border-left: 3px solid #d3d3d3;
  z-index: 1;
  opacity: 0.7;
}
.p-home__sec02-content-wrap::before {
  left: -3%;
  rotate: -45deg;
  animation: arrow-left 2s ease infinite;
}
.p-home__sec02-content-wrap::after {
  right: -3%;
  rotate: 135deg;
  animation: arrow-right 2s ease infinite;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content-wrap {
    width: calc(100vw - 20px);
    margin-right: calc(50% - 50vw);
  }
  .p-home__sec02-content-wrap::before,
  .p-home__sec02-content-wrap::after {
    width: 1.5rem;
    height: 1.5rem;
    border-top: 5px solid #d3d3d3;
    border-left: 5px solid #d3d3d3;
  }
  .p-home__sec02-content-wrap::before {
    left: -1%;
  }
  .p-home__sec02-content-wrap::after {
    right: 2%;
  }
}
.p-home__sec02-content {
  display: flex;
  column-gap: 1.25rem;
  margin-top: 3.125rem;
  overflow: scroll;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content {
    margin-top: 10.6666666667vw;
    column-gap: 5.3333333333vw;
  }
}

.p-home__sec02-item {
  width: 14.5rem;
  min-width: 14.5rem;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item {
    width: 70.9333333333vw;
    min-width: 70.9333333333vw;
  }
}

.p-home__sec02-item-txt {
  background: #ffffff;
  padding: 0.625rem;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item-txt {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__sec02-item-txt span {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
}

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

@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-home__sec03-item {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

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

.p-home__sec03-item-img {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-img {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item:first-child .p-home__sec03-item-img {
    width: 94%;
  }
}

.p-home__sec03-item-txt {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-txt {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.p-home__sec03-item-txt .c-title02 {
  margin-top: 1.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-txt .c-title02 {
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec03-item-txt-wrap {
  margin-top: 2.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-txt-wrap {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec03-item-txt-wrap p {
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-txt-wrap p {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec03-item-txt .c-box01 {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-txt .c-box01 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec03-item:nth-child(2) {
  margin-left: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item:nth-child(2) {
    margin-left: 0;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item:nth-child(2) .p-home__sec03-item-img {
    width: 94%;
    margin-left: auto;
  }
}

.p-home__sec04 {
  margin-top: 7.5rem;
  background: #f7f0ea;
  border-top-right-radius: 2.5rem;
  border-top-left-radius: 2.5rem;
  padding: 6.25rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 {
    margin-top: 26.6666666667vw;
    border-top-right-radius: 10.6666666667vw;
    border-top-left-radius: 10.6666666667vw;
    padding: 21.3333333333vw 0;
  }
}

.p-home__sec04-content {
  display: flex;
  width: 54.75rem;
  margin: 0 auto;
  margin-top: 4.625rem;
  flex-wrap: wrap;
  column-gap: 2.25rem;
  row-gap: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-content {
    width: 100%;
  }
}

.p-home__sec04-item {
  width: 30.5%;
  background: #ffffff;
  border-radius: 1.875rem;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-item {
    width: 99%;
    margin: 0 auto;
    padding: 5.3333333333vw 0;
    border-radius: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__sec04-item::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  bottom: -0.9375rem;
  background-image: url(../../assets/images/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-item::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    bottom: -4vw;
    right: 21.3333333333vw;
  }
}

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

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

.swiper-wrapper {
  transition-timing-function: linear;
}

.p-home__sec06 {
  padding-top: 8.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06 {
    padding-top: 16vw;
  }
}
/* ======================================
   slide 個別 margin-top（PC）
====================================== */
/* margin */
.p-home__sec06-swiper .swiper-slide.is-mt-sm {
  margin-top: 2.5rem;
}

.p-home__sec06-swiper .swiper-slide.is-mt-md {
  margin-top: 3.75rem;
}

.p-home__sec06-swiper .swiper-slide.is-mt-lg {
  margin-top: 6.25rem;
}

.p-home__sec06-swiper .swiper-slide.is-mt-xl {
  margin-top: 8.75rem;
}

/* width */
.p-home__sec06-swiper .swiper-slide.is-wide {
  width: 20rem;
}

.p-home__sec06-swiper .swiper-slide.is-narrow {
  width: 12.5rem;
}

/* ======================================
   slide 個別 margin-top（SP）
====================================== */
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-swiper .swiper-slide.is-mt-sm {
    margin-top: 8vw;
  }

  .p-home__sec06-swiper .swiper-slide.is-mt-md {
    margin-top: 18.6666666667vw;
  }

  .p-home__sec06-swiper .swiper-slide.is-mt-lg {
    margin-top: 16vw;
  }

  .p-home__sec06-swiper .swiper-slide.is-mt-xl {
    margin-top: 26.6666666667vw;
  }
  /* width */
  .p-home__sec06-swiper .swiper-slide.is-wide {
    width: 41vw;
  }

  .p-home__sec06-swiper .swiper-slide.is-narrow {
    width: 28.6vw;
  }
}
/* ======================================
   Swiper（マルキー用 共通）
====================================== */
/* マルキーは linear が必須 */
.p-home__sec06-swiper .swiper02 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-home__sec06-swiper .swiper02 {
  overflow: hidden;
  pointer-events: none;
}

/* スライド幅を固定（autoでも安定） */
.p-home__sec06-swiper .swiper02 .swiper-slide {
  flex-shrink: 0;
}

.p-home__sec06-swiper .swiper02 img {
  display: block;
  width: 100%;
  height: auto;
}

.p-home__sec07 {
  margin-top: 7.5rem;
  padding: 6.25rem 0;
  background: #f8f7f4;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07 {
    margin-top: 16vw;
    padding: 21.3333333333vw 0;
  }
}

.p-home__sec07-content {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-content {
    flex-wrap: wrap;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    row-gap: 5.3333333333vw;
  }
}

.p-home__sec07-item {
  display: block;
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-item {
    width: 50%;
    flex: auto;
  }
}

.p-home__sec07-item-txt {
  padding: 0.375rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-item-txt {
    padding: 1.6vw 4.2666666667vw;
  }
}

.p-home__sec07-item-txt span {
  font-size: 0.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-item-txt span {
    font-size: 3.2vw;
  }
}

.p-home__sec07-item-txt p {
  font-size: 1.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-item-txt p {
    font-size: 4.2666666667vw;
  }
}

.p-home__sec08 {
  padding: 6.25rem 0;
  background: #f7f0ea;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08 {
    padding: 0;
  }
}

.p-home__sec08-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-content {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.p-home__sec08-link {
  display: block;
  width: 23%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-link {
    width: 48%;
  }
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
  visibility: hidden;
  /* ←これを追加 */
}

.fade.is-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  /* ←表示されるときだけ見えるように */
}

.p-home__sec03.v2 {
  margin-top: 13.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03.v2 {
    margin-top: 37.3333333333vw;
  }
}

.p-home__sec03.v2 .p-home__sec03-content {
  margin-top: 5.625rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03.v2 .p-home__sec03-content {
    margin-top: 10.6666666667vw;
  }
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.p-under__mv {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv {
    height: 72vw;
  }
}
.p-under__mv-img img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-img {
    height: 100%;
    width: 100%;
  }
}

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

.p-under__mv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.p-under__mv-txt p {
  font-size: 1.25rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-txt p {
    font-size: 4.8vw;
  }
}

.p-under__mv-txt h2 {
  font-size: 1.625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-txt h2 {
    font-size: 5.3333333333vw;
  }
}

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

.p-under__nav01-content {
  margin-top: 4.6875rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav01-content {
    margin-top: 13.3333333333vw;
    flex-wrap: wrap;
  }
}

.p-under__nav01-content a {
  display: block;
  text-align: center;
  flex: 1;
  border-right: 1px solid #b3b3b3;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav01-content a {
    flex: auto;
    width: 100%;
    border-right: none;
    border-bottom: 0.2666666667vw solid #b3b3b3;
    padding: 5.3333333333vw 0;
  }
}

.p-under__nav01-content a:first-child {
  border-left: 1px solid #b3b3b3;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav01-content a:first-child {
    border-left: none;
    border-top: 0.2666666667vw solid #b3b3b3;
  }
}

.p-under__nav01-content a h3 {
  font-size: 1.125rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #db9d90;
}

.p-under__nav01-content a p {
  font-size: 0.75rem;
  margin-top: 1rem;
  line-height: 1.8;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}

@media all and (min-width: 64.0625em) {
  .p-under__nav01-content a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-under__nav01-content a:hover {
    opacity: 0.7;
  }
}
.p-under__sec01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01 {
    margin-top: 21.3333333333vw;
  }
}

.p-under__sec01-title {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #f7f0ea;
  padding: 2.5rem 0;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-title {
    padding: 8vw 0;
  }
}

.p-under__sec01-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: 2s;
  transform-origin: right center;
}

.p-under__sec01-title.active::after {
  scale: 0 1;
}

.p-under__sec01-title p {
  font-size: 1.3125rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #db9d90;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-title p {
    font-size: 4.8vw;
  }
}

.p-under__sec01-title h3 {
  font-size: 1.125rem;
  margin-top: 1.375rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-title h3 {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-under__sec01-content {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-content {
    margin-top: 21.3333333333vw;
  }
}

.p-under__sec01-content:first-child {
  margin-top: 0;
}

.p-under__sec01-content .c-box03 {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-content .c-box03 {
    margin-top: 16vw;
  }
}

.p-under__sec01-content .c-box04 {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-content .c-box04 {
    margin-top: 8vw;
  }
}

.p-under__link {
  margin-top: 7.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__link {
    margin-top: 21.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}

.p-under__link-wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__link-wrap {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.p-under__link-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #b5d4d2;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  transition: 0.3s;
  padding: 1.25rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__link-wrap a {
    flex: auto;
    width: 100%;
    font-size: 4.8vw;
    padding: 4.2666666667vw 0;
  }
}

@media all and (min-width: 64.0625em) {
  .p-under__link-wrap a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-under__link-wrap a:hover {
    opacity: 0.7;
  }
}
.p-under__sec01-content .c-title05-wrap {
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-content .c-title05-wrap {
    margin-top: 10.6666666667vw;
  }
}

.p-under__sec01-content .c-title05-wrap:first-child {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-content .c-title05-wrap:first-child {
    margin-top: 10.6666666667vw;
  }
}

.p-under__sec01-content .c-box05 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01-content .c-box05 {
    margin-top: 5.3333333333vw;
  }
}

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

.p-under__sec02 .c-box06 {
  margin-top: 1.25rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec02 .c-box06 {
    margin-top: 4.2666666667vw;
  }
}

.p-under__sec03 {
  margin-top: 3.75rem;
  background: #f7f0ea;
  border-top-right-radius: 12.5rem;
  border-top-left-radius: 12.5rem;
  padding: 5rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec03 {
    padding: 18.6666666667vw 0;
    border-top-right-radius: 16vw;
    border-top-left-radius: 16vw;
    margin-top: 18.6666666667vw;
  }
}

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

.p-under__sec03-box {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec03-box {
    margin-top: 6.6666666667vw;
    flex-wrap: wrap;
    row-gap: 7.4666666667vw;
  }
}

.p-uder__sec03-box-txt {
  width: 40%;
}
@media only screen and (max-width: 47.9375em) {
  .p-uder__sec03-box-txt {
    width: 100%;
  }
}

.p-uder__sec03-box-img {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-uder__sec03-box-img {
    width: 100%;
  }
}

.fade02 {
  position: relative;
}

.fade02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f0ea;
  transition: 1s;
  transform-origin: right center;
}

.p-under__sec06-content .fade02::after {
  background: #ffffff;
}

.c-box08 .fade02::after {
  background: #ffffff;
  height: 100%;
}

.p-under__sec12-head .fade02::after {
  background: #f8f7f4;
}

.fade02.is-active::after {
  scale: 0 1;
}

.p-under_sec03-box-txt-wrap {
  margin-top: 2.1875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under_sec03-box-txt-wrap {
    margin-top: 6.9333333333vw;
  }
}

.p-under_sec03-box-txt-wrap a {
  display: block;
  margin-top: 1.25rem;
  background: #aad4d2;
  color: #ffffff;
  font-size: 1.4375rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  text-align: center;
  padding: 1.375rem 0;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-under_sec03-box-txt-wrap a {
    margin-top: 4.8vw;
    padding: 5.3333333333vw 0;
    font-size: 4.5333333333vw;
  }
}

.p-under_sec03-box-txt-wrap a:first-child {
  margin-top: 0;
}

.p-under__sec04 {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec04 {
    padding: 14.9333333333vw 0;
  }
}

.p-under__sec04 .c-txt02 {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec04 .c-txt02 {
    font-size: 4.2666666667vw;
  }
}

.p-under__sec04 .c-txt03 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec04 .c-txt03 {
    margin-top: 8.5333333333vw;
  }
}

.p-under__sec04 .c-box07-wrap {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec04 .c-box07-wrap {
    margin-top: 8.5333333333vw;
  }
}

.p-under__sec04 .c-txt01 {
  text-align: center;
  margin-top: 3.125rem;
}

.p-under__sec05-item-link {
  margin-top: 2.1875rem;
  display: flex;
  column-gap: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec05-item-link {
    margin-top: 4.2666666667vw;
    flex-wrap: wrap;
    row-gap: 3.7333333333vw;
  }
}

.p-under__sec05-item-link a {
  display: block;
  flex: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec05-item-link a {
    flex: auto;
    width: 100%;
  }
}

@media all and (min-width: 64.0625em) {
  .p-under__sec05-item-link a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-under__sec05-item-link a:hover {
    opacity: 0.7;
  }
}
.p-under__sec05 {
  padding: 6.25rem 0 12.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec05 {
    padding: 14.9333333333vw 0 19.7333333333vw;
  }
}

.p-under__sec05-item {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec05-item {
    margin-top: 17.3333333333vw;
  }
}

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

.p-under__sec05-item h3 {
  font-size: 1.5625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec05-item h3 {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}

.p-under__sec06 {
  margin-top: 6.25rem;
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec06 {
    margin-top: 11.7333333333vw;
    margin-bottom: 11.7333333333vw;
  }
}

.p-under__sec06-txt01 {
  font-size: 1.25rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec06-txt01 {
    font-size: 4vw;
  }
}

.p-under__sec06-content {
  margin-top: 2.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec06-content {
    margin-top: 4.8vw;
  }
}

.p-under__sec06-content a {
  display: block;
  margin-top: 4.375rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec06-content a {
    margin-top: 6.9333333333vw;
  }
}

.p-under__sec06-content a:first-child {
  margin-top: 0;
}

@media all and (min-width: 64.0625em) {
  .p-under__sec06-content a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-under__sec06-content a:hover {
    opacity: 0.7;
  }
}
.p-under__sec07 {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec07 {
    margin-top: 11.7333333333vw;
  }
}

.p-under__sec07-title {
  text-align: center;
  font-size: 1.625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec07-title {
    font-size: 4.2666666667vw;
  }
}

.p-under__sec07-content {
  margin-top: 3.125rem;
  display: flex;
  column-gap: 1.625rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec07-content {
    margin-top: 9.3333333333vw;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.p-under__sec07-content div {
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec07-content div {
    flex: auto;
    width: 100%;
  }
}

.p-under__sec07-content div:nth-child(1) {
  transition-delay: 0s;
}

.p-under__sec07-content div:nth-child(2) {
  transition-delay: 0.3s;
}

.p-under__sec07-content div:nth-child(3) {
  transition-delay: 0.6s;
}

.p-under__sec07 .c-list01 {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec07 .c-list01 {
    margin-top: 5.3333333333vw;
  }
}

.p-under__sec07-btn {
  display: block;
  width: 49.5rem;
  margin: 0 auto;
  margin-top: 3.5rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec07-btn {
    width: 100%;
    margin-top: 8vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-under__sec07-btn:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-under__sec07-btn:hover {
    opacity: 0.7;
  }
}
.p-under__sec08 {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec08 {
    margin-top: 16vw;
  }
}

.p-under__sec08-item:first-child,
.p-under__sec08-item:nth-child(3) {
  background: #f8f7f4;
}

.p-under__sec08-item {
  margin-top: 3.75rem;
  padding: 3.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec08-item {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 0;
  }
}

.p-under__sec08-item:nth-child(2) {
  padding: 0;
}

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

.p-under__sec08-item h2 {
  font-size: 1.25rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec08-item h2 {
    font-size: 4.2666666667vw;
  }
}

.p-under__sec08-item p {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec08-item p {
    margin-top: 5.3333333333vw;
  }
}

.p-under__sec08-item a {
  display: block;
  width: fit-content;
  margin-top: 2.375rem;
  padding: 0.75rem 2.5rem;
  border: 1px solid #000000;
  border-radius: 6.25rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec08-item a {
    margin-top: 5.8666666667vw;
    padding: 3.2vw 9.6vw;
    border-radius: 26.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-under__sec08-item a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-under__sec08-item a:hover {
    opacity: 0.7;
  }
}
.p-home__sec06v2 {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06v2 {
    margin-bottom: 13.3333333333vw;
  }
}

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

.p-under__sec09 .c-box08 {
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec09 .c-box08 {
    margin-bottom: 4.8vw;
    margin-top: 6.9333333333vw;
  }
}

.p-under__sec09 p {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec09 p {
    font-size: 3.7333333333vw;
  }
}

.p-under__sec10 {
  background: #f7f0ea;
  padding: 7.5rem 0;
  border-top-right-radius: 6.25rem;
  border-top-left-radius: 6.25rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec10 {
    margin-top: 16vw;
    border-top-right-radius: 16vw;
    border-top-left-radius: 16vw;
    padding: 16vw 0;
  }
}

.p-under__sec10-item {
  margin-top: 4.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec10-item {
    margin-top: 10.1333333333vw;
  }
}

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

.p-under__sec10-item h2 {
  font-size: 1rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec10-item h2 {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-under__sec10-item h3 {
  font-size: 1.25rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec10-item h3 {
    font-size: 4vw;
    margin-bottom: 3.7333333333vw;
  }
}

.p-under__sec10-item h3.v2 {
  margin-top: 1.625rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec10-item h3.v2 {
    margin-top: 5.3333333333vw;
  }
}

.p-under__sec10-item .c-list03 {
  margin-top: 1.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec10-item .c-list03 {
    margin-top: 4vw;
  }
}

.p-under__sec11 {
  padding: 6.875rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec11 {
    padding: 17.3333333333vw 0;
  }
}

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

.p-under__sec11-img01 {
  margin-top: 4.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec11-img01 {
    margin-top: 9.0666666667vw;
  }
}

.p-under__sec12 {
  background: #f8f7f4;
  padding: 5rem 0 3.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec12 {
    padding: 10.6666666667vw 0;
  }
}

.p-under__sec12-head {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec12-head {
    column-gap: 4.8vw;
    align-items: flex-end;
  }
}

.p-under__sec12-head-img {
  width: 7.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec12-head-img {
    width: 24.8vw;
  }
}

.p-under__sec12-head h2 {
  font-size: 1.625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec12-head h2 {
    font-size: 4vw;
  }
}

.p-under__sec12 .c-txt01 {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec12 .c-txt01 {
    margin-top: 5.3333333333vw;
  }
}

.p-under__sec13 {
  padding: 8.125rem 0 6.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec13 {
    padding: 18.6666666667vw 0 21.3333333333vw;
  }
}

.p-under__sec13 form {
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec13 form {
    margin-top: 16vw;
  }
}

.form__btn {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .form__btn {
    margin-top: 26.6666666667vw;
  }
}

.form__btn button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #aad4d2;
  color: #ffffff;
  font-size: 1.4375rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  padding: 1.125rem 3.75rem;
  border-radius: 6.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .form__btn button {
    font-size: 4.5333333333vw;
    width: 100%;
    padding: 4.8vw;
    border-radius: 26.6666666667vw;
  }
}

/* ロード時にフェードインする要素 */
.fade-mv {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s ease;
  /* ちょっとゆっくり目でもOK */
  visibility: hidden;
}

.fade-mv.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-top__bg {
  background-image: url(../../assets/images/home/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  width: 100%;
  aspect-ratio: 0.98 / 1;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top__bg::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: linear-gradient(180deg, transparent 0% 60%, #fff 70% 100%);
  z-index: 2;
}
.p-top__bg::after {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__bg {
    aspect-ratio: 0.5 / 1;
    background-image: url(../../assets/images/home/bg01_sp.png);
    background-position: center bottom;
  }
  .p-top__bg::before {
    background: linear-gradient(180deg, transparent 0% 65%, #fff 75% 100%);
  }
  .p-top__bg::after {
    content: "";
    background: linear-gradient(180deg, transparent 0% 65%, rgb(181 212 210 / 0.3) 70% 80%, transparent 87% 100%);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

.p-top__mv {
  width: 80%;
  margin-left: auto;
  margin-top: 7.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__mv {
    margin-top: 18.6666666667vw;
    width: 92%;
  }
}

.p-top__mv-swiper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  border-radius: 23vw 0 0 0;

  * {
    height: 100%;
  }
}
.p-top__mv-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__mv-swiper {
    aspect-ratio: 0.8 / 1;
    border-radius: 53vw 0 0 0;
  }
  .p-top__mv-swiper img {
  }
}
.p-top__mv-logo {
  position: absolute;
  top: 3%;
  left: -11%;
  width: 19.1666666667vw;
  z-index: 1;
}
.p-top__mv-txt p {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-top__mv-txt p span {
  display: block;
  margin-bottom: 0.6em;
  padding: 0 0.4em;
  width: fit-content;
  background-color: rgb(255 255 255 / 0.9);
}
@media only screen and (max-width: 47.9375em) {
  .p-top__mv-txt p {
    letter-spacing: 0em;
  }
  .p-top__mv-txt p span {
    padding: 0 0.45em;
  }
}

.p-top__mv-txt01 {
  position: absolute;
  left: -11%;
  top: 34%;
  /* width: 24.6527777778vw; */
  z-index: 1;
}
.p-top__mv-txt01 p {
  font-size: 2.3vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__mv-txt01 {
    /* width: 59.7333333333vw; */
    left: -3.4666666667vw;
    top: 12.3333333333vw;
  }
  .p-top__mv-txt01 p {
    font-size: 5.73vw;
  }
}

.p-top__mv-txt02 {
  position: absolute;
  left: -11%;
  top: 64%;
  /* width: 40.8333333333vw; */
  z-index: 1;
}
.p-top__mv-txt02 p {
  font-size: 1.67vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__mv-txt02 {
    /* width: 86.1333333333vw; */
    left: -3.4666666667vw;
    top: 98%;
  }
  .p-top__mv-txt02 p {
    font-size: 3.47vw;
  }
}

.p-top__sec01 {
  position: relative;
  z-index: 1;
  margin-top: 8.75rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec01 {
    margin-top: 37.3333333333vw;
  }
}

.p-top__news-wrap {
  margin-top: 4.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__news-wrap {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-top: 10.1333333333vw;
  }
}

.p-top__news {
  display: flex;
  column-gap: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__news {
    overflow: scroll;
    column-gap: 5.3333333333vw;
  }
}

.p-top__news a {
  display: block;
  flex: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__news a {
    flex: auto;
    width: 52.8vw;
    min-width: 52.8vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-top__news a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-top__news a:hover {
    opacity: 0.7;
  }
}
.p-top__news a h3 {
  font-size: 1.0625rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__news a h3 {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}

.p-top__news a p {
  font-size: 0.9375rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__news a p {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
}

.p-top__img01 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  pointer-events: none;
}
.p-top__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-top__sec02 {
  margin-top: 17.375rem;
  padding-top: 14rem;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02 {
    margin-top: 30.2666666667vw;
    padding-top: 21.3vw;
  }
}

.p-top__sec02-wrapper {
  position: relative;
  background: #f7f0ea;
  border-top-right-radius: 3.75rem;
  border-top-left-radius: 3.75rem;
  padding: 6.25rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-wrapper {
    padding: 14.4vw 0;
    border-top-right-radius: 13.3333333333vw;
    border-top-left-radius: 13.3333333333vw;
  }
}

.p-top__sec02-title {
  position: absolute;
  top: -0.85em;
  left: 50%;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 5rem;
  color: #db9d90;
  transform: translateX(-50%);
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-title {
    font-size: 9.0666666667vw;
    top: -7.5vw;
  }
}

.p-top__sec02-title02 {
  font-size: 1.875rem;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-title02 {
    font-size: 4vw;
  }
}

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

.p-top__sec02-item {
  display: flex;
  align-items: flex-start;
  column-gap: 2.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-item {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.p-top__sec02-item:nth-of-type(even) {
  justify-content: flex-end;
  margin-top: 6.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-item:nth-of-type(even) {
    align-items: flex-end;
    margin-top: 26.6666666667vw;
    flex-direction: column-reverse;
  }
}

.p-top__sec02-item-img {
  width: 41.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-item-img {
    width: 88.5333333333vw;
  }
}
.p-top__sec02-item-txt {
  position: relative;
}

.p-top__sec02-item-txt img {
  position: absolute;
  scale: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-item-txt img {
    top: -88vw;
    left: -17.0666666667vw;
    z-index: 1;
  }
}

/* 筆記体の画像の位置 */
.p-top__sec02-item:nth-of-type(odd) .p-top__sec02-item-txt img {
  top: 0;
  left: -23%;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-item:nth-of-type(odd) .p-top__sec02-item-txt img {
    top: -84vw;
    left: initial;
    right: -12vw;
  }
}
.p-top__sec02-item:nth-of-type(even) .p-top__sec02-item-txt img {
  top: 0;
  right: -11%;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-item:nth-of-type(even) .p-top__sec02-item-txt img {
    top: -88vw;
    left: -12vw;
    right: initial;
  }
}

.p-top__sec02-item:nth-of-type(odd) .p-top__sec02-item-img {
  margin-left: calc(50% - 50vw);
}
.p-top__sec02-item:nth-of-type(even) .p-top__sec02-item-img {
  margin-right: calc(50% - 50vw);
}

.p-top__sec02-item-txt p {
  margin-top: 9.5rem;
  font-size: 1.0625rem;
  line-height: 2.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec02-item-txt p {
    margin-top: 0;
    font-size: 4vw;
    line-height: 2;
  }
}

.p-top__sec02-item-txt p span {
  background: linear-gradient(transparent 60%, rgba(219, 157, 144, 0.5) 60%);
}

.p-top__sec03 {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03 {
  }
}
.p-top__sec03 .l-container02 {
  position: relative;
  z-index: 2;
}
.p-top__sec03::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/home/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 91%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03::after {
    background-image: url(../../assets/images/home/bg02_sp.png);
    height: 378vw;
  }
}
.p-top__sec03 .p-home__title01 {
  padding-top: 22.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03 .p-home__title01 {
    padding-top: 38vw;
  }
}
.p-top__sec03 .c-txt01 {
  text-align: center;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03 .c-txt01 {
    margin-top: 10.6666666667vw;
  }
}
.p-top__sec03-content {
  margin-top: 5.625rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-content {
    margin-top: 13.3333333333vw;
  }
}
.p-top__sec03-content h2 {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 3.625rem;
  color: #8cd1cf;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-content h2 {
    font-size: 8.2666666667vw;
  }
}
.p-top__sec03-item-wrap {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-item-wrap {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
  }
}
.p-top__sec03-item {
  margin-top: 5rem;
}
.p-top__sec03-item:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-item {
    margin-top: 10.6666666667vw;
    width: 83.2vw;
  }
} /* 福岡県の店舗 */
.p-top__sec03-content--fukuoka .p-top__sec03-item:nth-of-type(2) {
  margin-right: calc(50% - 50vw);
  margin-top: -3.75rem;
}
.p-top__sec03-content--fukuoka .p-top__sec03-item:nth-of-type(2) .p-top__sec03-item-txt {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-content--fukuoka .p-top__sec03-item:nth-of-type(2) {
    margin-right: -20px;
    margin-top: 10.6666666667vw;
    margin-left: auto;
  }
  .p-top__sec03-content--fukuoka .p-top__sec03-item:nth-of-type(2) .p-top__sec03-item-txt {
    margin-top: 0;
  }
}
.p-top__sec03-content--fukuoka .p-top__sec03-item:nth-of-type(2) .p-top__sec03-item-wrap {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-content--fukuoka .p-top__sec03-item:nth-of-type(2) .p-top__sec03-item-wrap {
    flex-direction: row;
  }
} /* 熊本県の店舗 */
.p-top__sec03-content--kumamoto .p-top__sec03-item:nth-of-type(1) .p-top__sec03-item-txt {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-content--kumamoto .p-top__sec03-item:nth-of-type(1) .p-top__sec03-item-img {
    margin-left: -5.3333333333vw;
  }
  .p-top__sec03-content--kumamoto .p-top__sec03-item:nth-of-type(1) .p-top__sec03-item-txt {
    margin-top: 0;
  }
}
.p-top__sec03-content--kumamoto {
  margin-left: max(-6.25rem, calc((min(1040px, 100vw) - 100vw) / 2));
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-content--kumamoto {
    margin-left: 0;
  }
}
.p-top__sec03-content--kumamoto h2 {
  margin-left: 3.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-content--kumamoto h2 {
    margin-left: 0;
  }
}

.p-top__sec03-item-img {
  width: 36.75rem;
  overflow: hidden;
}
.p-top__sec03-item-img img {
  transition:
    transform 0.6s,
    opacity 0.6s;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-item-img {
    width: 100%;
  }
}
.p-top__sec03-item-img:focus-visible img {
  transform: scale(1.05);
  opacity: 0.5;
}
@media (any-hover) {
  .p-top__sec03-item-img:hover img {
    transform: scale(1.05);
    opacity: 0.5;
  }
}

.p-top__sec03-item-txt h3 {
  font-size: 1.4375rem;
  color: #db9d90;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  margin-bottom: 0.6875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec03-item-txt h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.p-top__sec03-item-txt .c-txt01 {
  text-align: left;
  margin-top: 0;
}

.p-top__sec04 {
  margin-top: 6.875rem;
  background: #db9d90;
  border-radius: 3.75rem;
  padding: 5rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec04 {
    margin-top: 13.3333333333vw;
    padding: 16vw 0;
    border-radius: 10.6666666667vw;
  }
}

.p-top__sec04-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  row-gap: 4.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec04-content {
    row-gap: 4.2666666667vw;
    margin-top: 12.8vw;
  }
}

.p-top__sec04-item {
  display: flex;
  align-items: center;
  column-gap: 1.125rem;
  color: #ffffff;
  width: 25%;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec04-item {
    width: 50%;
    column-gap: 2.6666666667vw;
  }
}

.p-top__sec04-item-img {
  width: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec04-item-img {
    width: 17.6vw;
  }
}

.p-top__sec04-item-txt h3 {
  font-size: 1.1875rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec04-item-txt h3 {
    font-size: 3.4666666667vw;
  }
}

.p-top__sec04-item-txt p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__sec04-item-txt p {
    margin-top: 0;
    font-size: 3.2vw;
  }
}

.p-top__link {
  background-color: #fff;
  padding: 7.5rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__link {
    padding: 13.3333333333vw 0;
  }
}

.p-top__link-wrap {
  display: flex;
  column-gap: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__link-wrap {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}

.p-top__link-wrap a {
  display: block;
  flex: 1;
  transition: 0.3s;
}
.p-top__link-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__link-wrap a {
    flex: 0 auto;
    width: 48%;
  }
}

@media all and (min-width: 64.0625em) {
  .p-top__link-wrap a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-top__link-wrap a:hover {
    opacity: 0.7;
  }
}
.u-c-test {
  color: rgba(255, 0, 0, 0.25);
}

.u-c-default {
  color: #333333;
}

.u-c-white-nl {
  color: #ffffff;
}

.u-c-black-nl {
  color: #000000;
}

.u-c-gray01 {
  color: #b5d4d2;
}

.u-c-gray02 {
  color: #f7f0ea;
}

.u-c-gray03 {
  color: #b3b3b3;
}

.u-c-pink01 {
  color: #db9d90;
}

.u-bg-test {
  background-color: rgba(255, 0, 0, 0.25);
}

.u-bg-default {
  background-color: #333333;
}

.u-bg-white-nl {
  background-color: #ffffff;
}

.u-bg-black-nl {
  background-color: #000000;
}

.u-bg-gray01 {
  background-color: #b5d4d2;
}

.u-bg-gray02 {
  background-color: #f7f0ea;
}

.u-bg-gray03 {
  background-color: #b3b3b3;
}

.u-bg-pink01 {
  background-color: #db9d90;
}

.u-bdc-test {
  border-color: rgba(255, 0, 0, 0.25);
}

.u-bdc-default {
  border-color: #333333;
}

.u-bdc-white-nl {
  border-color: #ffffff;
}

.u-bdc-black-nl {
  border-color: #000000;
}

.u-bdc-gray01 {
  border-color: #b5d4d2;
}

.u-bdc-gray02 {
  border-color: #f7f0ea;
}

.u-bdc-gray03 {
  border-color: #b3b3b3;
}

.u-bdc-pink01 {
  border-color: #db9d90;
}

.u-bdtc-test {
  border-top-color: rgba(255, 0, 0, 0.25);
}

.u-bdtc-default {
  border-top-color: #333333;
}

.u-bdtc-white-nl {
  border-top-color: #ffffff;
}

.u-bdtc-black-nl {
  border-top-color: #000000;
}

.u-bdtc-gray01 {
  border-top-color: #b5d4d2;
}

.u-bdtc-gray02 {
  border-top-color: #f7f0ea;
}

.u-bdtc-gray03 {
  border-top-color: #b3b3b3;
}

.u-bdtc-pink01 {
  border-top-color: #db9d90;
}

.u-bdrc-test {
  border-right-color: rgba(255, 0, 0, 0.25);
}

.u-bdrc-default {
  border-right-color: #333333;
}

.u-bdrc-white-nl {
  border-right-color: #ffffff;
}

.u-bdrc-black-nl {
  border-right-color: #000000;
}

.u-bdrc-gray01 {
  border-right-color: #b5d4d2;
}

.u-bdrc-gray02 {
  border-right-color: #f7f0ea;
}

.u-bdrc-gray03 {
  border-right-color: #b3b3b3;
}

.u-bdrc-pink01 {
  border-right-color: #db9d90;
}

.u-bdbc-test {
  border-bottom-color: rgba(255, 0, 0, 0.25);
}

.u-bdbc-default {
  border-bottom-color: #333333;
}

.u-bdbc-white-nl {
  border-bottom-color: #ffffff;
}

.u-bdbc-black-nl {
  border-bottom-color: #000000;
}

.u-bdbc-gray01 {
  border-bottom-color: #b5d4d2;
}

.u-bdbc-gray02 {
  border-bottom-color: #f7f0ea;
}

.u-bdbc-gray03 {
  border-bottom-color: #b3b3b3;
}

.u-bdbc-pink01 {
  border-bottom-color: #db9d90;
}

.u-bdlc-test {
  border-left-color: rgba(255, 0, 0, 0.25);
}

.u-bdlc-default {
  border-left-color: #333333;
}

.u-bdlc-white-nl {
  border-left-color: #ffffff;
}

.u-bdlc-black-nl {
  border-left-color: #000000;
}

.u-bdlc-gray01 {
  border-left-color: #b5d4d2;
}

.u-bdlc-gray02 {
  border-left-color: #f7f0ea;
}

.u-bdlc-gray03 {
  border-left-color: #b3b3b3;
}

.u-bdlc-pink01 {
  border-left-color: #db9d90;
}

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

/* トップページLesson追記 */

.p-top__lesson {
  position: relative;
  padding-top: 8rem;
  z-index: 1;
}
.p-top__lesson-pin {
  position: sticky;
  top: var(--lesson-sticky-top, 80px);
  will-change: transform;
}
.p-top__lesson-box {
  position: relative;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.p-top__lesson-categories {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.p-top__lesson-category {
  font-size: 1.25rem;
  color: #333333;
  transition: color 0.4s ease;
}
.p-top__lesson-category.is-active {
  color: #7ebcba;
}
.p-top__lesson-contents {
  position: relative;
}
.p-top__lesson-content {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.p-top__lesson-content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.p-top__lesson-thumb {
}
.p-top__lesson-body {
  text-align: center;
}
.p-top__lesson-title {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  color: #8cd1cf;
}
.p-top__lesson-text {
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 2.5;
}
.p-top__lesson-button {
  padding: 0.75em 2em;
  border-radius: 2rem;
  border: 1px solid #333;
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
}
.p-top__lesson-button:hover {
  text-decoration: none;
  opacity: 0.5;
}
.p-top__lesson-decor {
  margin: 0 auto 1rem;
  width: 4.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__lesson {
    padding-top: 4rem;
  }
  .p-top__lesson-pin {
    position: sticky;
    top: var(--lesson-sticky-top, 80px);
    will-change: transform;
  }
  .p-top__lesson .p-home__title01 {
    /* line-height: 1.4; */
  }
  .p-top__lesson-box {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }
  .p-top__lesson-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 0.5rem;
    margin: 0 auto;
  }
  .p-top__lesson-category {
    font-size: 0.75rem;
  }
  .p-top__lesson-contents {
  }
  .p-top__lesson-content {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .p-top__lesson-thumb {
    margin-right: -150px;
  }
  .p-top__lesson-body {
    margin-left: -80px;
    padding: 1rem;
    background-color: rgb(255 255 255 / 0.9);
  }
  .p-top__lesson-title {
    margin-bottom: 1em;
    font-size: 1.125rem;
  }
  .p-top__lesson-text {
    margin-bottom: 2em;
    font-size: 0.75rem;
  }
  .p-top__lesson-button {
    border: 1px solid #333;
    font-size: 0.675rem;
  }
  .p-top__lesson-decor {
    width: 2rem;
  }
}
@media only screen and (max-width: 28.0625em) {
  .p-top__lesson-content {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .p-top__lesson-thumb {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
    width: 100%;
  }
  .p-top__lesson-body {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
    justify-self: right;
    width: 70%;
  }
}

/* トップページアニメーション追記 */
.p-top__anim {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background-color: #fff;
  z-index: 9999;
}
.p-top__anim-text {
  display: block;
  color: #8cd1cf;
  font-size: 3rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.p-top__anim-text:first-child {
  align-self: end;
}
.p-top__anim-text:last-child {
  align-self: start;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__anim {
  }
  .p-top__anim-text {
    font-size: 4.2vw;
  }
}

/* 3-trial */
.p-3trial__sec {
  padding: 4rem 0;
}
.p-3trial__sec--primary {
  background-color: rgb(247 240 234 / 0.7);
}
.p-3trial__secondary {
  background-color: #ffffff;
}
.p-3trial__sec-title {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.p-3trial__sec-title-en {
  display: block;
}
.p-3trial__sec-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.p-3trial__sec-list {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.p-3trial__sec-buttons {
  display: flex;
  gap: 2rem;
}
.p-3trial__sec-button {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  font-size: 1rem;
  background-color: #ffffff;
  color: #db9d90;
  border: 1px solid currentColor;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.p-3trial__sec-button img {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.25em;
}
.p-3trial__reserve {
  padding: 5rem 20px;
  text-align: center;
}
.p-3trial__reserve a {
  display: inline-block;
  max-width: 480px;
}
@media only screen and (max-width: 47.9375em) {
  .p-3trial__sec {
    padding: 17vw 0;
  }
  .p-3trial__sec--primary {
  }
  .p-3trial__secondary {
  }
  .p-3trial__sec-title {
    margin-bottom: 1.5em;
    font-size: 4.2667vw;
  }
  .p-3trial__sec-title-en {
  }
  .p-3trial__sec-price {
    display: flex;
    justify-content: initial;
    align-items: flex-start;
    flex-direction: column;
    gap: 5.333vw;
  }
  .p-3trial__sec-list {
    font-size: 3.73333vw;
  }
  .p-3trial__sec-buttons {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 5.3333vw;
    width: 90%;
  }
  .p-3trial__sec-button {
    justify-content: center;
    font-size: 3.73333vw;
  }
  .p-3trial__sec-button img {
  }
  .p-3trial__reserve {
    padding: 21.3333vw 20px;
  }
  .p-3trial__reserve a {
  }
}
