@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%;
}
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;
}

.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__section-inner {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section-inner {
    padding: 0 5.3333333333vw;
  }
}

.p-home__section01 {
  background-image: url(../../assets/images/home/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01 {
    background-image: url(../../assets/images/home/bg01_sp.png);
    padding-bottom: 10.6666666667vw;
  }
}

.bx-wrapper .bx-prev {
  background: url(../../assets/images/home/arrow02.svg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bx-wrapper .bx-next {
  background: url(../../assets/images/home/arrow01.svg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bx-wrapper .bx-controls-direction a {
  width: 3.2rem !important;
  height: 3.2rem !important;
}
@media only screen and (max-width: 47.9375em) {
  .bx-wrapper .bx-controls-direction a {
    width: 6.4vw !important;
    height: 6.4vw !important;
  }
}

.p-home__section01-title {
  width: 46%;
  margin: 0 auto;
  padding-top: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-title {
    width: 90%;
    padding-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-home__section01-txt {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-txt {
    font-size: 4.8vw;
    margin-top: 10.6666666667vw;
  }
}

.p-home__section01-item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-item-wrap {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5.3333333333vw;
    column-gap: 3.2vw;
  }
}

.p-home__section01-item {
  width: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-item {
    width: 47%;
  }
}

.p-home__btn01 {
  background-color: #39a880;
  color: #ffffff;
  padding: 4rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__btn01 {
    padding: 10.6666666667vw 0;
  }
}

.p-home__btn01 p {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__btn01 p {
    font-size: 4.8vw;
  }
}

.p-home__btn01 a {
  display: block;
  width: 50rem;
  margin: 0 auto;
  margin-top: 3rem;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__btn01 a {
    width: 90%;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.4);
    margin-top: 5.3333333333vw;
  }
}

.p-home__btn01 a img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__btn01 a img {
    width: 100%;
  }
}

.p-home__section02 {
  padding: 12rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02 {
    padding: 16vw 0;
  }
}

.p-home__section02-wrap {
  position: relative;
  width: 100%;
  border: 3px solid #28b4f0;
  border-radius: 2rem;
  padding: 0 4rem 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-wrap {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}

.p-home__section02-img01 {
  position: absolute;
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
  top: -6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-img01 {
    top: -5.3333333333vw;
    width: 50%;
  }
}

.p-home__section02-txt01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-txt01 {
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw;
    text-align: left;
  }
}

.p-home_section02-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
  row-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home_section02-item-wrap {
    margin-top: 5.3333333333vw;
    row-gap: 10.6666666667vw;
  }
}

.p-home__section02-item {
  width: 23%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-item {
    width: 47%;
  }
}

.p-home__section02-item img {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-item img {
    width: 74%;
  }
}

.p-home__section02-item h3 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #28b4f0;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-item h3 {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section02-item p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-item p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section03 {
  background-image: url(../../assets/images/home/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 8rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03 {
    background-image: url(../../assets/images/home/bg02_sp.png);
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}

.p-home__section03-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40rem;
  top: -5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-title {
    width: 50%;
    top: -6.9333333333vw;
  }
}

.p-home__section03-txt01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-txt01 {
    font-size: 4.2666666667vw;
    text-align: left;
    padding: 0 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-home__accordion-title {
  pointer-events: none;
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__accordion-title {
    pointer-events: all;
    display: block;
    position: relative;
  }
}

.p-home__accordion-title02 {
  pointer-events: none;
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__accordion-title02 {
    pointer-events: all;
    display: block;
    position: relative;
  }
}

.p-home__accordion-title03 {
  pointer-events: none;
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__accordion-title03 {
    pointer-events: all;
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 47.9375em) {
  .toggle {
    height: 0;
    transition: 0.2s;
    overflow: hidden;
  }
}

@media only screen and (max-width: 47.9375em) {
  input:checked + .toggle {
    height: auto;
  }
}

.p-home__section03-item-title {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item-title {
    column-gap: 2.6666666667vw;
  }
}

.p-home__section03-item-title h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #f5911e;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item-title h2 {
    font-size: 4.2666666667vw;
  }
}

.p-home__section03-item-title h3 {
  color: #ffffff;
  background-color: #f5911e;
  font-size: 3rem;
  font-weight: 700;
  padding: 0.4rem 3rem;
  border-radius: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item-title h3 {
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}

.p-home__section03-item-title h3 sup {
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item-title h3 sup {
    font-size: 2.9333333333vw;
  }
}

.p-home__section03-item {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item {
    display: block;
    margin-top: 5.3333333333vw;
  }
}

.item-wrap02 {
  flex-direction: row-reverse;
}

.p-home__section03-item-txt {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item-txt {
    width: 100%;
  }
}

.p-home__section03-item-img {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item-img {
    width: 90%;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section03-item ul li {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  margin-top: 3.8rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item ul li {
    font-size: 3.7333333333vw;
    column-gap: 5.3333333333vw;
    margin-top: 2.6666666667vw;
    align-items: center;
  }
}

.p-home__section03-item ul li:first-child {
  margin-top: 0;
}

.p-home__section03-item ul li sup {
  font-size: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item ul li sup {
    font-size: 2.9333333333vw;
  }
}

.p-home__section03-item ul li span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #f5911e;
  padding: 0.4rem 1.6rem;
  border-radius: 1rem;
  white-space: nowrap;
  text-align: center;
  height: fit-content;
  margin-top: 0;
  width: 17rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item ul li span {
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
    width: 37.3333333333vw;
    white-space: wrap;
    padding: 1.6vw 2.6666666667vw;
  }
}

.p-home__section03-item-last span {
  letter-spacing: 2em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item-last span {
    letter-spacing: 0.5em;
  }
}

.p-home__section03-item ul li p {
  width: 66%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item ul li p {
    width: 57%;
  }
}

.p-home__section03-line {
  width: 100%;
  margin: 8rem auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-line {
    margin: 5.3333333333vw auto;
  }
}

.p-home__section03-item02-wrap {
  width: 100%;
  margin-top: 6rem;
  background-color: #f5911e;
  border-radius: 3rem;
  padding: 4rem 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-wrap {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-home__section03-item02-wrap h3 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 2rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-wrap h3 {
    font-size: 3.7333333333vw;
    padding: 1.6vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    border: 1px solid #ffffff;
  }
}

.p-home__section03-item02 {
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__section03-item02-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__section03-item02-box {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-box {
    display: block;
    margin-bottom: 2.6666666667vw;
  }
}

.p-home__section03-item02-box ul {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-box ul {
    width: 100%;
  }
}

.p-home__section03-item02 ul li {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02 ul li {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section03-item02 ul li:first-child {
  margin-top: 0;
}

.p-home__section03-item02-img {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__section03-item02-img {
    width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-img {
    margin-top: 2.6666666667vw;
    width: 100%;
  }
}

.p-home__section03-item02-img div {
  width: 32%;
  height: fit-content;
}

.p-home__section03-item02-img div img {
  width: 100%;
}

.p-home__section03-item02-txt {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-txt {
    margin-top: 5.3333333333vw;
  }
}

.p-home__section03-item02-txt h4 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  padding: 1.6rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-txt h4 {
    font-size: 4.2666666667vw;
    text-align: center;
    padding: 5.3333333333vw 0;
  }
}

.p-home__section03-item02-box02 {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-box02 {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}

.p-home__section03-item02-box02 h4 {
  font-size: 3rem;
  font-weight: 700;
  color: #f5911e;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-box02 h4 {
    font-size: 3.7333333333vw;
  }
}

.p-home__section03-item02-box02 div {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-box02 div {
    margin-top: 5.3333333333vw;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4vw;
    row-gap: 5.3333333333vw;
  }
}

.p-home__section03-item02-box02 div img {
  width: 31%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item02-box02 div img {
    width: 44%;
  }
}

.p-home__copy {
  padding: 8rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__copy {
    padding: 10.6666666667vw 0;
  }
}

.p-home__copy img {
  width: 40rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__copy img {
    width: 40.5333333333vw;
  }
}

.p-home__copy p {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__copy p {
    font-size: 4.2666666667vw;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section04 {
  background-image: url(../../assets/images/home/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04 {
    margin-top: 8vw;
  }
}

.bg03 {
  position: absolute;
  z-index: 1;
  top: -6rem;
  width: 100%;
  height: 103%;
  object-fit: cover;
}

.p-home__section04-item01 {
  background-color: #028ad4;
  position: relative;
  padding-bottom: 12%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-item01 {
    padding-bottom: 17%;
  }
}

.p-home__section04-item01.open {
  z-index: 10;
}

.p-home__section04-item02.open {
  z-index: 10;
}

.p-home__section04-item03.open {
  z-index: 10;
}

.p-home__section04-item02 {
  background-color: #f5911e;
  position: relative;
  padding-bottom: 12%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-item02 {
    padding-bottom: 17%;
  }
}

.p-home__section04-item03 {
  background-color: #6e3ca0;
  position: relative;
  padding-bottom: 5%;
}

.wave {
  position: absolute;
  bottom: 100%;
  margin-bottom: -0.1rem;
}

.wave02 {
  position: absolute;
  top: 100%;
  margin-top: -0.1rem;
  z-index: -1;
}

.p-home__section04-title {
  width: 59%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-title {
    width: 82%;
    padding-top: 2.6666666667vw;
  }
}

.p-home__section04-title02 {
  width: 52%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-title02 {
    width: 68%;
    padding-top: 2.6666666667vw;
  }
}

.p-home__section04-item01-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
  row-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-item01-wrap {
    margin-top: 5.3333333333vw;
    display: block;
  }
}

.p-home__section04-item01-wrap .p-home__section04-item01-box {
  width: 46%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-item01-wrap .p-home__section04-item01-box {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section04-item01-wrap .p-home__section04-item01-box:first-child {
  margin-top: 0;
}

.p-home__section04-item01-wrap .modal-open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  pointer-events: none;
  width: 50%;
  height: 10rem;
  z-index: 4;
}

.p-home__section04-item01-wrap .modal-open::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.p-home__section04-item01-wrap .modal-open:hover::before {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.p-home__section04-item01-wrap .modal-open:hover::after {
  background-image: url(../../assets/images/home/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.modal {
  width: 80%;
  max-width: 1150px;
  height: 90%;
  border: 6px solid #028ad4;
  border-radius: 3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  overflow: scroll;
}
@media only screen and (max-width: 47.9375em) {
  .modal {
    border: 4px solid #028ad4;
  }
}

.p-home__section04-item02 .modal {
  border: 6px solid #f5911e;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-item02 .modal {
    border: 4px solid #f5911e;
  }
}

.p-home__section04-item03 .modal {
  border: 6px solid #6e3ca0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-item03 .modal {
    border: 4px solid #6e3ca0;
  }
}

.modal .p-home__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .modal .p-home__modal-content {
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}

.p-home__modal-content h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff0000;
  width: fit-content;
  padding: 0 3rem;
  margin: 0 auto;
  border-radius: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content h3 {
    font-size: 4.2666666667vw;
  }
}

.p-home__modal-content h4 {
  font-size: 4rem;
  font-weight: 700;
  color: #028ad4;
  line-height: 1.4;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content h4 {
    font-size: 4.8vw;
  }
}

.p-home__section04-item02 .p-home__modal-content h4 {
  color: #f5911e;
}

.p-home__section04-item03 .p-home__modal-content h4 {
  color: #6e3ca0;
}

.p-home__modal-content-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item {
    display: block;
    padding-bottom: 6.9333333333vw;
  }
}

.p-home__modal-content-item ul li {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item ul li {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__modal-content-item ul li:first-child {
  margin-top: 0;
}

.p-home__modal-content-item ul li p {
  white-space: nowrap;
}

.p-home__modal-content-item ul li span {
  display: block;
}

.p-home__modal-content-item div {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item div {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item div:last-child {
    margin-top: 5.3333333333vw;
  }
}

.p-home__modal-content-txt {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  margin-top: 3rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-txt {
    margin-top: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__modal-content-item .p-home__modal-content-box {
  margin-top: 3rem;
  border: 3px solid #028ad4;
  border-radius: 3rem;
  padding: 1rem 3rem;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item .p-home__modal-content-box {
    padding: 5.3333333333vw;
  }
}

.p-home__modal-content a {
  display: block;
  width: 50%;
  margin: 0 auto;
  border-radius: 2rem;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content a {
    width: 100%;
  }
}

.p-home__modal-content .p-home__modal-btn02 {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.p-home__modal-content .p-home__modal-btn03 {
  width: 100%;
  margin-top: 2rem;
}

.p-home__modal-content .p-home__modal-btn02 a {
  width: 100%;
}

.p-home__modal-content .p-home__modal-btn02 a:nth-child(2) {
  margin-top: 2rem;
}

.p-home__modal-btn {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-btn {
    padding-bottom: 5.3333333333vw;
  }
}

.p-home__modal-content-box h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #028ad4;
  background-color: inherit;
  width: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-box h3 {
    font-size: 4.2666666667vw;
  }
}

.p-home__modal-content-box p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-box p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__modal-line {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 3rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-line {
    padding: 5.8666666667vw 0;
  }
}

.modal-close__wrap {
  position: sticky;
  width: fit-content;
  margin-left: auto;
  margin-right: 4rem;
  top: 2rem;
  z-index: 11;
}
@media only screen and (max-width: 47.9375em) {
  .modal-close__wrap {
    margin-right: 2.6666666667vw;
    top: 2.6666666667vw;
  }
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 6rem;
  height: 6rem;
  border: 3px solid #39a880;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .modal-close {
    width: 8vw;
    height: 8vw;
  }
}

.modal-close span {
  position: relative;
  width: 74%;
  margin: 0 auto;
  height: 0.3rem;
  background: #39a880;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
  top: 0.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .modal-close span:nth-child(1) {
    top: 0.5333333333vw;
  }
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 47.9375em) {
  .modal-close span:nth-child(2) {
    top: -0.2666666667vw;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.8;
  display: none;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.modal-open {
  position: relative;
  z-index: 1;
}

.overlay.open {
  display: block;
}

.modal.open {
  display: block;
  z-index: 2;
}

.p-home__section05 {
  background-image: url(../../assets/images/home/bg04.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 8rem 0;
  margin-top: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05 {
    margin-top: 26.6666666667vw;
    padding: 10.6666666667vw 0 5.3333333333vw;
    background-image: url(../../assets/images/home/bg04_sp.png);
  }
}

.p-home__section05-txt01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-txt01 {
    font-size: 4.2666666667vw;
    padding: 0 5.3333333333vw;
    text-align: left;
    margin-bottom: 5.3333333333vw;
  }
}

.p-home__section05-title {
  top: -4.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-title {
    top: -5.3333333333vw;
  }
}

.p-home__section05-btn {
  margin-top: 2rem;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-btn {
    margin-top: 5.3333333333vw;
    border-radius: 4.5333333333vw;
    box-shadow: 4px 4px 10px 3px rgba(83, 82, 82, 0.4);
  }
}

.p-home__section05-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  row-gap: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-wrap {
    display: block;
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}

.p-home__section05-item {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-item {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.p-home__section05-item:first-child {
  margin-top: 0;
}

.p-home__section06 {
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section06 {
    padding: 10.6666666667vw 0;
  }
}

.p-home__section06-title {
  width: 24%;
  margin: 0 auto;
  max-width: 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section06-title {
    width: 40%;
  }
}

.p-home__section06-txt01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section06-txt01 {
    font-size: 4.2666666667vw;
    text-align: left;
    margin-top: 5.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-home__section06-wrap {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section06-wrap {
    display: block;
    padding: 0 !important;
    margin-bottom: 10.6666666667vw;
  }
}

.p-home__section06-item {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section06-item {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.p-home__section06-item:first-child {
  margin-top: 0;
}

.p-home__section06-item iframe {
  width: 100%;
  height: 26rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section06-item iframe {
    height: 50.6666666667vw;
  }
}

.p-home__section06-item a {
  display: block;
  margin-top: 1rem;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section06-item a {
    margin-top: 5.3333333333vw;
    box-shadow: 4px 4px 10px 3px rgba(69, 69, 69, 0.4);
    border-radius: 5.3333333333vw;
  }
}

.p-home__section07 {
  position: relative;
  background-color: #ffd1d1;
  padding: 6rem 0 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section07 {
    padding: 2.6666666667vw 0 8vw;
  }
}

.p-home__section07-txt01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section07-txt01 {
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}

.p-home__section07-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section07-wrap {
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.p-home__section07-item {
  width: 18%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section07-item {
    width: 47%;
  }
}

.p-home__section07-wrap p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section07-wrap p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.slider img {
  width: 23.9583333333vw !important;
  height: 100% !important;
  margin-left: 3.125vw;
}
@media only screen and (max-width: 47.9375em) {
  .slider img {
    width: 48vw !important;
    height: 32vw !important;
    margin-left: 10.6666666667vw;
  }
}

.slider img:first-child {
  margin-left: 0;
}

.slider {
  left: 8% !important;
}
@media only screen and (max-width: 47.9375em) {
  .slider {
    left: 17% !important;
  }
}

.bx-wrapper {
  background: inherit !important;
  border: none !important;
  box-shadow: none !important;
}

.p-home__slide {
  display: flex;
  column-gap: 60px;
  justify-content: end;
  width: auto !important;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__slide {
    column-gap: 10.6666666667vw;
  }
}

.bx-viewport {
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .bx-viewport {
    height: auto !important;
  }
}

.p-home__btn-last {
  padding: 5rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__btn-last {
    padding: 10.6666666667vw 0;
  }
}

.p-home__btn-last a {
  margin-top: 0;
}

.acParent {
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 47.9375em) {
  .acParent {
    pointer-events: all;
  }
}

.p-home__section05 .acParent {
  pointer-events: all;
}

.p-home__section06 .acParent {
  pointer-events: all;
}

.acParent .p-home__accordion-title p::before {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.8vw;
  color: #f5911e;
  font-weight: 700;
}

.acParent .p-home__accordion-title02 p::before {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.8vw;
  color: #f5911e;
  font-weight: 700;
}

.acParent .p-home__accordion-title03 p::before {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.8vw;
  color: #f5911e;
  font-weight: 700;
}

.acParent .p-home__accordion-title02 p::before {
  color: #6e3ca0;
}

.acParent .p-home__accordion-title03 p::before {
  color: #64c864;
}

.acParent.close .p-home__accordion-title p::before {
  content: "閉じる";
  transition: all 0.3s;
}

.acParent.close .p-home__accordion-title02 p::before {
  content: "閉じる";
  transition: all 0.3s;
}

.acParent.close .p-home__accordion-title03 p::before {
  content: "閉じる";
  transition: all 0.3s;
}

.acParent .p-home__accordion-title::after {
  content: "+";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 1em;
  background-color: #f5911e;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.8vw;
  font-size: 6.4vw;
}

.acParent .p-home__accordion-title02::after {
  content: "+";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 1em;
  background-color: #f5911e;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.8vw;
  font-size: 6.4vw;
}

.acParent .p-home__accordion-title03::after {
  content: "+";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 1em;
  background-color: #f5911e;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.8vw;
  font-size: 6.4vw;
}

.acParent .p-home__accordion-title02::after {
  background-color: #6e3ca0;
}

.acParent .p-home__accordion-title03::after {
  background-color: #64c864;
}

.acParent.close .p-home__accordion-title::after {
  content: "-";
  transition: all 0.3s;
  padding-bottom: 2.9333333333vw;
  font-size: 10.6666666667vw;
}

.acParent.close .p-home__accordion-title02::after {
  content: "-";
  transition: all 0.3s;
  padding-bottom: 2.9333333333vw;
  font-size: 10.6666666667vw;
}

.acParent.close .p-home__accordion-title03::after {
  content: "-";
  transition: all 0.3s;
  padding-bottom: 2.9333333333vw;
  font-size: 10.6666666667vw;
}

/*アコーディオンで現れるエリア*/
.acChild {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .acChild {
    display: none;
  }
}

.gallery .slick-list .slick-track .slick-slide {
  display: none;
}

.p-home__img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-home__modal-content-item .gallery {
  width: 100%;
}

.p-home__modal-content-item .p-home__img-box {
  width: 100%;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item .p-home__img-box {
    margin-top: 0;
  }
}

.p-home__modal-content-item .p-home__img-box {
  width: 100%;
  margin-top: 2rem !important;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item .p-home__img-box {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item .p-home__img-box .slick-list {
    margin-top: 0;
  }
}

.gallery .slick-list .slick-track {
  width: 100% !important;
}

.gallery .slick-list .slick-track .slick-active {
  width: 100% !important;
  display: block;
  left: 0 !important;
}

.p-home__modal-content-item .gallery img {
  width: 100%;
}

.p-home__img-box img {
  width: 30%;
}

/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
}

.gallery img {
  list-style: none;
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 25% !important;
  list-style: none;
}

.choice-btn img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
  cursor: pointer;
}

.choice-btn .slick-current {
  opacity: 1;
  /*選択されているものは透過しない*/
  cursor: auto;
}

.choice-btn .slick-track {
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.gallery .slick-list {
  width: 100% !important;
}

.gallery .slick-list .slick-track {
  width: 100% !important;
}

.p-home__img-box .slick-list {
  width: 100% !important;
}

.p-home__img-box .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  row-gap: 1.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__img-box .slick-track {
    row-gap: 2.6666666667vw;
  }
}

.p-home__img-box.p-home__img-box02 .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  row-gap: 1.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__img-box.p-home__img-box02 .slick-track {
    row-gap: 2.6666666667vw;
  }
}

.p-home__img-box.p-home__img-box02 .slick-track img {
  margin-right: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__img-box.p-home__img-box02 .slick-track img {
    margin-right: 2.6666666667vw;
  }
}

.p-home__img-box .slick-track img {
  width: 30% !important;
}

.slick-prev {
  display: none !important;
}

.slick-next {
  display: none !important;
}

.slick-track:before,
.slick-track:after {
  display: none;
}

.p-home__txt01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__txt01 {
    margin-top: 8vw;
  }
}

.p-home__txt01 p {
  display: flex;
  column-gap: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__txt01 p {
    font-size: 4.2666666667vw;
    column-gap: 1.6vw;
  }
}

.p-home__txt01 span {
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item div .p-home__modal-btn-mt {
    bottom: -37.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__modal-content-item02 {
    padding-bottom: 42.6666666667vw;
  }
}

body.active {
  overflow: hidden;
}

.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;
  }
}



.l-footer {
  width: 100%;
  background: #f2f2f2;
}


#footer_menu {
  width: 100%;
  background: #fff;
  height: 54px;
  line-height: 54px;
}

#footer_menu ul {
  margin: 0;
  font-size: 0;
  z-index: 20;
  text-align: center;
}

#footer_menu ul li {
  display: inline;
  font-size: 14px;
  margin: 0 19px;
}


@media only screen and (max-width: 47.9375em){
  #footer_menu ul li {
    display: block;
  }

  #footer_menu {
    width: 100%;
    background: #ffffff;
    height: auto;
    line-height: 2;
  }
}


#copyright {
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  z-index: 10;
  text-align: center;
  background: #000000;
  color: #ffffff;
}


html {
  scroll-behavior: smooth;
}

.pagetop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;

  text-decoration: none;
  background-color: #6002EE;
  display: block;
  text-align: center;
  border-radius: 24px;
  z-index: 100;
}

.pagetop::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */