@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 20px;
  position: relative;
}
.inner-block.wide {
  max-width: 1340px;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.js--toggleArea,
.js--infoArea {
  display: none;
}
.js--toggleArea.is-active,
.js--infoArea.is-active {
  display: block;
}

.js--anotherArea.is-hide {
  display: none;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
/* --------------------------------
c-footer
----------------------------------- */
/* --------------------------------
c-ttl01
----------------------------------- */
.c-ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  position: relative;
}
.c-ttl01 .ttl-img {
  display: block;
}
.c-ttl01 .ttl-img img {
  height: 100%;
}
.c-ttl01 .ttl-txt {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.55;
}
.c-ttl01.type01 .ttl-img {
  height: 76px;
}
.c-ttl01.type02 .ttl-img {
  height: 108px;
}

/* --------------------------------
c-ttl02
----------------------------------- */
.c-ttl02 {
  border-bottom: 2px solid #02648C;
  color: #02648C;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 80px;
  padding-bottom: 15px;
}

/* --------------------------------
c-ttl03
----------------------------------- */
.c-ttl03 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
  text-align: center;
}

/* --------------------------------
c-ttl04
----------------------------------- */
.c-ttl04 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0 auto 38px;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.c-ttl04::before {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 287px;
}

/* --------------------------------
c-ttl05
----------------------------------- */
.c-ttl05 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  gap: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  margin-bottom: 43px;
  position: relative;
}
.c-ttl05::after {
  border-right: solid 4px #000;
  border-top: solid 4px #000;
  content: "";
  display: block;
  height: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 17px;
}

/* --------------------------------
c-video
----------------------------------- */
.c-video {
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-video.type--short {
  aspect-ratio: 9/16;
  border-radius: 20px;
  width: 290px;
}
.c-video .youtube-thumb,
.c-video .youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover; /* サムネの中央部分をトリミング */
}
.c-video .play-btn {
  aspect-ratio: 192/148;
  background: url("../img/common/ico-play.svg") no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 65%;
  z-index: 15;
}

/* --------------------------------
c-pin-list
----------------------------------- */
.c-pin-list {
  margin-top: 43px;
}
.c-pin-list > li + li {
  margin-top: 9px;
}
.c-pin-list > li > a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-left: 1rem;
  text-indent: -1rem;
  position: relative;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* --------------------------------
c-btn01
----------------------------------- */
.c-btn01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00A6E5;
  border-radius: 150px;
  color: #00A6E5;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  max-width: 500px;
  padding: 23px 30px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .txt {
  margin-right: -10px;
}
.c-btn01 .arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00A6E5;
  border-radius: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0;
  right: 9px;
  position: absolute;
  top: 0;
  width: 52px;
}
.c-btn01 .arrow .icon {
  aspect-ratio: 22/14;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 22px;
}
.c-btn01.type-small01 {
  max-width: 280px;
  padding: 13px 15px;
}
.c-btn01.type-small01 .txt {
  margin-right: 10px;
}
.c-btn01.type-small01 .arrow {
  height: 38px;
  right: 7px;
  width: 38px;
}
.c-btn01.type-small01 .arrow .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 17px;
}

/* --------------------------------
c-swiper01
----------------------------------- */
.c-swiper01 {
  margin-bottom: 38px;
}
.c-swiper01 .swiper-wrapper {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-swiper01 .swiper-slide {
  padding-inline: 30px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.c-swiper01 .swiper-slide.swiper-slide-active .c-video {
  pointer-events: auto;
}
.c-swiper01 .swiper-slide.swiper-slide-active .play-btn {
  opacity: 1;
  pointer-events: auto;
}
.c-swiper01 .swiper-button-prev,
.c-swiper01 .swiper-button-next {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 3px solid #00A9EA;
  border-radius: 100%;
  bottom: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #00A9EA;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 70px;
  z-index: 10;
}
.c-swiper01 .swiper-button-prev .arrow,
.c-swiper01 .swiper-button-next .arrow {
  aspect-ratio: 36/18;
  width: 36px;
}
.c-swiper01 .swiper-button-prev {
  left: 24%;
}
.c-swiper01 .swiper-button-next {
  right: 24%;
}
.c-swiper01 .swiper-button-next .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-swiper01 .swiper-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.c-swiper01 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100%;
  cursor: pointer;
  height: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 15px;
}
.c-swiper01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #02648C;
  cursor: initial;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
main.home {
  margin-top: 67px;
}
main.home .mv-section {
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(135, 213, 240)), to(rgb(21, 117, 218)));
  background: linear-gradient(to bottom right, rgb(135, 213, 240), rgb(21, 117, 218));
  padding: 2rem 0;
  position: relative;
}
main.home .mv-section .bg {
  aspect-ratio: 1920/420;
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 100%;
}
main.home .mv-section .bg::before {
  background: url(../img/common/wave01.png.webp) no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
main.home .mv-section .mv-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.home .mv-section .txt-wrap .ttl-img {
  display: block;
  width: 36.8229166667vw;
}
main.home .mv-section .txt-wrap .txt {
  font-family: "Meirio", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  margin: -1.3541666667vw 0 0 1.5625vw;
}
main.home .mv-section .swiper-wrap {
  margin-left: auto;
  width: 56.5104166667vw;
}
main.home .mv-section .mv-swiper .swiper-slide {
  margin-right: 5.2083333333vw;
  max-width: 26.1979166667vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
main.home .mv-section .mv-swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
main.home .mv-section .mv-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
main.home .mv-section .mv-swiper .swiper-slide.swiper-slide-next {
  opacity: 0.54;
}
main.home .mv-section .mv-swiper .swiper-slide .video-wrap {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  width: 23.4375vw;
}
main.home .mv-section .mv-swiper .swiper-slide .video {
  aspect-ratio: 4/5;
  cursor: pointer;
  width: 100%;
}
main.home .mv-section .mv-swiper .swiper-slide .ttl {
  bottom: 1.5625vw;
  height: 8.59375vw;
  left: 1.5625vw;
  position: absolute;
}
main.home .mv-section .mv-swiper .swiper-button-prev,
main.home .mv-section .mv-swiper .swiper-button-next {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 3px solid #00A9EA;
  border-radius: 100%;
  bottom: 0;
  color: #00A9EA;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 70px;
  z-index: 10;
}
main.home .mv-section .mv-swiper .swiper-button-prev .arrow,
main.home .mv-section .mv-swiper .swiper-button-next .arrow {
  aspect-ratio: 36/18;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 36px;
}
main.home .mv-section .mv-swiper .swiper-button-prev {
  left: 0;
}
main.home .mv-section .mv-swiper .swiper-button-prev .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main.home .mv-section .mv-swiper .swiper-button-next {
  right: 43%;
}
main.home .mv-bottom {
  padding: 0 0 35px;
}
main.home .mv-bottom .scroll-img {
  display: block;
  margin: 0 auto 74px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.home .mv-bottom .info-txt {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.76;
  padding: 0 10px;
}
main.home .mv-bottom .info-txt + .info-txt {
  margin-top: 20px;
}
main.home .main-section {
  background: #EAF3FB;
  margin-top: 11.1458333333vw;
  padding: 100px 0 274px;
  position: relative;
}
main.home .main-section .bg {
  aspect-ratio: 1920/214;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main.home .main-section .bg::before {
  background: url(../img/common/wave02.png.webp) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -100%;
  width: 100%;
}
main.home .main-section .main-txt {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 92px 0 38px;
  text-align: left;
}
main.home .main-section .main-box {
  margin: 0 auto 115px;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.home .main-section .main-box .video-wrap {
  aspect-ratio: 9/16;
  border-radius: 34px;
  margin-inline: auto;
  max-height: 535px;
  overflow: hidden;
}
main.home .main-section .main-box .video-wrap .c-video {
  width: 100%;
}
main.home .main-section .sub-box {
  margin-bottom: 110px;
}
main.home .main-section .sub-box .c-pin-list {
  margin: 30px auto 0;
}
main.home .main-section .sub-box .c-btn01 {
  margin-top: 44px;
}
main.home .main-section .related-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 40px 0 20px;
}
main.home .main-section .related-list > li {
  width: calc((100% - 20px) / 2);
}
main.home .main-section .related-list .related-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
main.home .main-section .related-list .related-img {
  border-radius: 28px;
  margin-bottom: 28px;
}
main.home .main-section .related-list .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main.home .main-section .related-list .related-ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-bottom: 22px;
  text-align: center;
}
main.home .main-section .related-list .c-btn01 {
  width: 100%;
}
main.home .another-section {
  background: #fff;
  padding: 95px 0 100px;
  position: relative;
}
main.home .another-section .bg {
  aspect-ratio: 1920/214;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main.home .another-section .bg::before {
  background: url(../img/common/wave03.png.webp) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -100%;
  width: 100%;
}
main.home .another-section .c-ttl01 {
  margin-bottom: 92px;
}
main.home .another-section .another-category-block {
  background: #EAF3FB;
  border-radius: 40px;
  margin-top: 50px;
  padding: 93px 0 100px;
}
main.home .another-section .another-category-block .c-btn01 + .c-btn01 {
  margin-top: 20px;
}
main.home .old-section {
  background: #EAF3FB;
  margin-top: 214px;
  padding: 48px 0 160px;
  position: relative;
}
main.home .old-section .bg {
  aspect-ratio: 1920/214;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main.home .old-section .bg::before {
  background: url(../img/common/wave04.png.webp) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -100%;
  width: 100%;
}
main.home .old-section .c-ttl04 {
  margin-bottom: 50px;
}
main.home .old-section .desc {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
main.home .old-section .c-video {
  margin-inline: auto;
  max-width: 825px;
}
main.home .old-section .c-btn01 {
  margin: 40px auto 0;
}
main.home .old-section .c-btn01 + .c-ttl04 {
  margin-top: 62px;
}
main.home .old-section .website-list {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  padding: 10px 5px;
}
main.home .old-section .website-list > li {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: calc((100% - 24px) / 3);
}
main.home .old-section .website-list > li img {
  aspect-ratio: 325/100;
  width: 100%;
}
main.home .old-section .website-list .website-link {
  display: block;
}
main.home .old-section .website-list .website-ttl {
  bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 18px;
  margin: auto 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block.wide {
    padding-inline: 12px;
  }
  .pc {
    display: none !important;
  }
  .c-ttl01 {
    gap: 17px;
  }
  .c-ttl01 .ttl-txt {
    font-size: 19px;
    line-height: 1.26;
  }
  .c-ttl01.type01 .ttl-img {
    height: 52px;
  }
  .c-ttl01.type02 .ttl-img {
    height: 73px;
  }
  .c-ttl02 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 23px;
    padding-bottom: 10px;
  }
  .c-ttl03 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .c-ttl04 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .c-ttl04::before {
    width: 220px;
  }
  .c-ttl05 {
    font-size: 18px;
    gap: 8px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .c-ttl05::after {
    border-width: 2px;
    height: 10px;
    width: 10px;
  }
  .c-video.type--short {
    border-radius: 10px;
    width: 100%;
  }
  .c-video .play-btn {
    width: 70%;
  }
  .c-pin-list {
    margin-top: 26px;
  }
  .c-pin-list > li + li {
    margin-top: 2px;
  }
  .c-pin-list > li > a {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .c-btn01 {
    font-size: 17px;
    max-width: 320px;
    padding: 12px 20px;
  }
  .c-btn01 .arrow {
    height: 35px;
    right: 4px;
    width: 35px;
  }
  .c-btn01 .arrow .icon {
    width: 18px;
  }
  .c-btn01.type-small01 {
    max-width: 320px;
    padding: 12px 20px;
  }
  .c-btn01.type-small01 .txt {
    margin-right: -4px;
  }
  .c-btn01.type-small01 .arrow {
    height: 35px;
    right: 4px;
    width: 35px;
  }
  .c-btn01.type-small01 .arrow .icon {
    width: 18px;
  }
  .c-swiper01 {
    margin-bottom: 32px;
  }
  .c-swiper01 .swiper-button-prev,
  .c-swiper01 .swiper-button-next {
    border-width: 2px;
    bottom: -10px;
    height: 40px;
    width: 40px;
  }
  .c-swiper01 .swiper-button-prev .arrow,
  .c-swiper01 .swiper-button-next .arrow {
    width: 20px;
  }
  .c-swiper01 .swiper-button-prev {
    left: 0;
  }
  .c-swiper01 .swiper-button-next {
    right: 0;
  }
  .c-swiper01 .swiper-pagination {
    margin-top: 18px;
    gap: 18px;
  }
  .c-swiper01 .swiper-pagination .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
  }
  main.home {
    margin-top: 60px;
  }
  main.home .mv-section .mv-swiper .swiper-button-prev,
  main.home .mv-section .mv-swiper .swiper-button-next {
    border-width: 2px;
    bottom: 12px;
    height: 35px;
    width: 35px;
  }
  main.home .mv-section .mv-swiper .swiper-button-prev .arrow,
  main.home .mv-section .mv-swiper .swiper-button-next .arrow {
    width: 18px;
  }
  main.home .mv-section .mv-swiper .swiper-button-prev {
    left: 8px;
  }
  main.home .mv-section .mv-swiper .swiper-button-next {
    right: 8px;
  }
  main.home .mv-bottom {
    padding: 29px 0 15px;
  }
  main.home .mv-bottom .scroll-img {
    margin-bottom: 38px;
    width: 61px;
  }
  main.home .mv-bottom .info-txt {
    font-size: 16px;
    line-height: 1.59;
  }
  main.home .mv-bottom .info-txt + .info-txt {
    margin-top: 16px;
  }
  main.home .main-section {
    margin-top: 63px;
    padding: 82px 0 125px;
  }
  main.home .main-section .main-txt {
    font-size: 16px;
    line-height: 1.3;
    margin: 72px 0 28px;
    padding: 0;
  }
  main.home .main-section .main-box {
    margin-bottom: 65px;
    padding: 0;
  }
  main.home .main-section .main-box .video-wrap {
    border-radius: 17px;
  }
  main.home .main-section .sub-box {
    margin-bottom: 42px;
  }
  main.home .main-section .sub-box .c-pin-list {
    margin: 22px auto 0;
  }
  main.home .main-section .sub-box .c-btn01 {
    margin-top: 34p26pxx;
  }
  main.home .main-section .related-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin: -4px 0 0;
  }
  main.home .main-section .related-list > li {
    width: 100%;
  }
  main.home .main-section .related-list .related-img {
    border-radius: 14px;
    margin-bottom: 18px;
  }
  main.home .main-section .related-list .related-ttl {
    margin-bottom: 25px;
  }
  main.home .another-section {
    padding: 78px 0 120px;
  }
  main.home .another-section .bg::before {
    background: url(../img/common/wave03_sp.png.webp) no-repeat;
    background-size: cover;
  }
  main.home .another-section .c-ttl01 {
    margin-bottom: 63px;
  }
  main.home .another-section .another-category-block {
    border-radius: 20px;
    margin-top: 30px;
    padding: 52px 0 64px;
  }
  main.home .another-section .another-category-block .inner-block {
    padding-inline: 8px;
  }
  main.home .old-section {
    margin-top: 0;
    padding-bottom: 80px;
  }
  main.home .old-section .bg::before {
    background: url(../img/common/wave04_sp.png.webp) no-repeat;
    background-size: cover;
  }
  main.home .old-section .c-ttl04 {
    margin-bottom: 40px;
  }
  main.home .old-section .desc {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.42;
  }
  main.home .old-section .c-btn01 {
    margin: 34px auto 0;
    max-width: 220px;
  }
  main.home .old-section .c-btn01 + .c-ttl04 {
    margin-top: 30px;
  }
  main.home .old-section .website-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  main.home .old-section .website-list > li {
    width: 100%;
  }
  main.home .old-section .website-list .website-ttl {
    font-size: 24px;
    letter-spacing: 0.02em;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-swiper01 .swiper-slide {
    aspect-ratio: 9/16;
  }
  .c-swiper01 .swiper-slide.swiper-slide-prev .c-video, .c-swiper01 .swiper-slide.swiper-slide-next .c-video {
    bottom: -15px;
  }
  .c-swiper01 .swiper-slide.swiper-slide-prev {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: rotate(-5deg) scale(0.9) translateX(10px);
            transform: rotate(-5deg) scale(0.9) translateX(10px);
  }
  .c-swiper01 .swiper-slide.swiper-slide-next {
    -webkit-transform: rotate(5deg) scale(0.9) translateX(-10px);
            transform: rotate(5deg) scale(0.9) translateX(-10px);
  }
  .c-swiper01 .swiper-slide .c-video {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    pointer-events: none;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
  }
  .c-swiper01 .swiper-slide .play-btn {
    opacity: 0;
    pointer-events: none;
  }
  main.home .main-section .sub-box .c-pin-list {
    padding-left: 30px;
    width: 420px;
  }
}
@media only screen and (max-width: 979px) {
  .base-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 980px) {
  .base-sp {
    display: none !important;
  }
}
@media (hover: hover) {
  .c-ttl05:hover {
    opacity: 0.5;
  }
  .c-pin-list > li > a[href]:hover {
    text-decoration: none;
  }
  .c-btn01:hover {
    opacity: 0.7;
  }
  .c-swiper01 .swiper-button-prev:hover,
  .c-swiper01 .swiper-button-next:hover {
    opacity: 0.7;
  }
  main.home .mv-section .mv-swiper .swiper-button-prev:hover,
  main.home .mv-section .mv-swiper .swiper-button-next:hover {
    opacity: 0.5;
  }
  main.home .old-section .website-list .website-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1000px) {
  main.home .mv-section {
    padding: 0 0 1.0666666667vw;
  }
  main.home .mv-section::after {
    background-position: bottom left;
  }
  main.home .mv-section .mv-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 0 20px;
  }
  main.home .mv-section .txt-wrap .ttl-img {
    margin-inline: auto;
    width: 82%;
  }
  main.home .mv-section .txt-wrap .txt {
    display: block;
    font-size: 15px;
    margin: -4.2666666667vw auto 0;
    text-align: left;
    width: 82%;
  }
  main.home .mv-section .swiper-wrap {
    width: 100%;
  }
  main.home .mv-section .mv-swiper {
    padding: 0 46px;
  }
  main.home .mv-section .mv-swiper .swiper-slide {
    margin-right: 18.9333333333vw;
    max-width: initial;
    width: 100%;
  }
  main.home .mv-section .mv-swiper .swiper-slide .video-wrap {
    border-radius: 30px;
    width: 100%;
  }
  main.home .mv-section .mv-swiper .swiper-slide .ttl {
    bottom: -7px;
    height: 80px;
    left: 18px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 767px) {
  main.home .mv-section {
    padding-top: 8vw;
  }
}
@media only screen and (min-width: 1001px) {
  main.home .mv-section .txt-wrap {
    left: 0;
    padding: 7.2916666667vw 0 0 4.1666666667vw;
    position: absolute;
    top: 0;
    z-index: 15;
  }
  main.home .mv-section .mv-swiper .swiper-wrapper {
    padding-inline: 3.6458333333vw;
  }
}