@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

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

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.mb-xs {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-xs {
    margin-bottom: 30px;
  }
}

.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .mb-sm {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

.mb-lr {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 120px;
  }
}

.pd-sm {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .pd-sm {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-sm {
    padding: 50px 0;
  }
}

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 80px 0;
  }
}

.c-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0 2vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
  }
}

.hero .swiper {
  overflow: visible !important;
  height: 80vh;
}
@media screen and (min-width: 1024px) {
  .hero .swiper {
    height: 100vh;
  }
}
.hero .swiper-slide {
  overflow: hidden;
}
.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .swiper-slide .view-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero .swiper-slide .view-sp {
    display: none;
  }
  .hero .swiper-slide .view-pc {
    display: block;
  }
}
.hero .swiper-slide-active .zoom {
  animation: zoom 4.5s forwards;
}

@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 2.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(20px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

@keyframes kaiketu-logo {
  0% {
    transform: scale(0.5) rotate(-6deg);
    opacity: 0;
    filter: blur(8px);
  }
  60% {
    transform: scale(1.1) rotate(1.5deg);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: scale(0.96) rotate(-0.5deg);
  }
  88% {
    transform: scale(1.03) rotate(0.3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes kaiketu-text {
  0% {
    transform: translateX(60px) skewX(-14deg);
    opacity: 0;
  }
  55% {
    transform: translateX(-10px) skewX(3deg);
    opacity: 1;
  }
  75% {
    transform: translateX(5px) skewX(-1deg);
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}
.kaiketu .item img {
  opacity: 0;
}
.kaiketu .item span {
  display: inline-block;
  opacity: 0;
}
.kaiketu.inview .item img {
  animation: kaiketu-logo 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.kaiketu.inview .item span {
  animation: kaiketu-text 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.48s forwards;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5a5a5c;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom {
  opacity: 0;
}
.inview .img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.ac-content.is-open {
  max-height: 300px;
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding-bottom: 15px;
  border-bottom: 2px solid #09a8ed;
}
.tab-cate .tab {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  font-weight: 400;
  color: rgb(24, 24, 24);
  font-size: 0.8em;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tab-cate {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .tab-cate .tab {
    height: 70px;
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .tab-cate {
    gap: 15px;
    padding-bottom: 30px;
  }
  .tab-cate .tab {
    font-size: 1.1em;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #09a8ed;
  border: 1px solid #09a8ed;
  font-weight: bold;
}

.panel.is-show {
  display: block;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  color: rgb(24, 24, 24);
  letter-spacing: 0.05em;
  font-size: clamp(1.5rem, 1.4rem + 0.3vw, 1.9rem);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font {
  font-family: "Barlow Condensed", sans-serif;
}

.superwrapper {
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 6vw;
}
.breadcrumb li {
  color: #8c8c8e;
  padding-right: 10px;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #09a8ed;
  border-bottom: 1px solid #09a8ed;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb li:last-child {
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .breadcrumb {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.p-title {
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
}
.p-title .en {
  display: block;
  font-size: 0.8em;
  color: #09a8ed;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-title {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1280px) {
  .p-title {
    font-size: 2.2em;
  }
}

.more-btn {
  text-align: center;
  position: relative;
}
.more-btn__link {
  background-color: #f58a3d;
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #f58a3d;
  z-index: 1;
}
.more-btn__link .text {
  position: relative;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-right: 40px;
}
.more-btn__link .text::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span.bg {
  transform: scaleX(1);
  transform-origin: left;
}
.more-btn__link.slide-bg:hover span.text {
  color: #f58a3d;
}
.more-btn__link.slide-bg:hover span.text::before {
  border-top: 2px solid #f58a3d;
  border-right: 2px solid #f58a3d;
}
@media screen and (min-width: 1024px) {
  .more-btn__link {
    padding: 15px 40px;
  }
  .more-btn__link .text {
    font-size: 1.1em;
    padding-right: 50px;
  }
  .more-btn__link .text::before {
    width: 10px;
    height: 10px;
  }
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 30vh;
  min-height: 180px;
  position: relative;
}
.c-topview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #09a8ed;
  opacity: 0.4;
}
.c-topview__img img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.c-topview__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 1px 1px 0 #3a3a3c;
  line-height: 1.6;
}
.c-topview__text .ja {
  display: block;
}
.c-topview__text .en {
  text-transform: uppercase;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .c-topview__text {
    line-height: 1.4;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview__img {
    height: 40vh;
    min-height: 280px;
  }
  .c-topview__text {
    line-height: 1.3;
    font-size: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .c-topview__img {
    max-height: 360px;
  }
}
/* ==========================================================================
   ページネーション
   ========================================================================== */
.pagination {
  margin: clamp(40px, 8vw, 80px) 0;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 1vw, 10px);
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  color: #5a5a5c;
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: #09a8ed;
  border-bottom: 2px solid #09a8ed;
}
.pagination a.page-numbers.dots,
.pagination span.page-numbers.dots {
  cursor: default;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
  color: rgb(24, 24, 24);
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before,
.pagination span.page-numbers.prev::before,
.pagination span.page-numbers.next::before {
  content: "";
  display: block;
  width: clamp(6px, 1vw, 9px);
  height: clamp(6px, 1vw, 9px);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.pagination a.page-numbers.prev::before,
.pagination span.page-numbers.prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination a.page-numbers.next::before,
.pagination span.page-numbers.next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination a.page-numbers:not(.current) {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .pagination a.page-numbers:not(.current):hover {
    color: #09a8ed;
  }
}

.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-categories ul li a {
  font-size: 0.8em;
  color: #fff;
  background-color: #f58a3d;
  padding: 4px 12px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .wp-categories ul li a:hover {
    opacity: 0.7;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  width: auto;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img:hover {
    opacity: 0.7;
  }
}
.p-header .logo {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 50px;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 80px;
  }
  .p-header .logo {
    max-height: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 100px;
  }
  .p-header .logo {
    max-height: 85px;
  }
}

.sp-navbtn {
  position: fixed;
  bottom: 2vw;
  right: 0;
  width: auto;
  z-index: 9999;
  transition: all 0.3s;
}
.sp-navbtn.hide {
  transform: translateY(calc(100% + 2vw + 10px));
  transition: all 0.4s;
}
.sp-navbtn__container {
  width: calc(100% - 4vw);
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sp-navbtn__container {
    margin-left: auto;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .sp-navbtn__container {
    max-width: 650px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7490196078);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mobile-container {
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-container {
    height: 100px;
  }
}

.p-footer {
  padding: 40px 0 20px;
  position: relative;
}
.p-footer .top-back {
  position: absolute;
  top: -30px;
  right: 6vw;
  z-index: 10;
}
.p-footer .top-back a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #09a8ed;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer .top-back a:hover {
    opacity: 0.7;
  }
}
.p-footer .top-back a {
  position: relative;
}
.p-footer .top-back a::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  inset: 0;
  top: 7px;
  margin: auto;
  transform: rotate(315deg);
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 50%;
  max-width: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.p-footer__link {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.9em;
  color: #5a5a5c;
}
.p-footer__link li {
  padding-right: 20px;
  border-right: 1px solid #5a5a5c;
}
.p-footer__link li:last-child {
  padding-right: 0;
  border-right: none;
}
.p-footer__link li a {
  border-bottom: 1px solid #5a5a5c;
  display: inline-block;
  line-height: 1.2;
}
.p-footer .copyright {
  text-align: center;
  color: #ccc;
  font-size: 0.9em;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 40px 0 30px;
  }
  .p-footer .top-back {
    top: -40px;
  }
  .p-footer .top-back a {
    width: 80px;
    height: 80px;
  }
  .p-footer .top-back a::before {
    width: 22px;
    height: 22px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    top: 10px;
  }
  .p-footer .c-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .p-footer__logo {
    margin-bottom: 0;
  }
  .p-footer__logo img {
    width: 100%;
    max-width: 220px;
  }
  .p-footer__link {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer {
    padding: 60px 0 30px;
  }
  .p-footer .top-back {
    right: 8vw;
  }
  .p-footer .c-container {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .p-footer .top-back {
    right: auto;
    left: calc(50% + 600px);
    transform: translateX(-50%);
  }
}

.top-view {
  position: relative;
}
.top-view__title {
  font-size: 0.6em;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 500;
  padding: 8px 0;
  background-color: #09a8ed;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-view .view-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-view .view-sp {
    display: none;
  }
  .top-view__title {
    font-size: 0.7em;
    padding: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-view__title {
    font-size: 1em;
    padding: 12px 0;
  }
}

@keyframes campaignBtnFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.p-campaign {
  position: relative;
}
.p-campaign__btn {
  position: absolute;
  bottom: 2%;
  left: 0;
  animation: campaignBtnFloat 2s ease-in-out infinite;
}
.p-campaign__btn a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-campaign__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign .view-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-campaign .view-sp {
    display: none;
  }
  .p-campaign__btn {
    position: absolute;
    bottom: 5%;
    left: auto;
    right: 5%;
    width: 45%;
  }
  .p-campaign__btn a {
    display: inline-block;
  }
}

.p-worries {
  background: url(../images/home/img2.webp) no-repeat center/cover;
  position: relative;
  color: #fff;
}
.p-worries::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}
.p-worries__title {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.6;
}
.p-worries__list {
  position: relative;
  z-index: 10;
}
.p-worries__list__item {
  display: grid;
  grid-template-columns: 20% auto;
  grid-template-rows: auto auto;
  gap: 10px 15px;
  margin-bottom: 20px;
}
.p-worries__list__item .case {
  grid-row: 1/2;
  grid-column: 1/3;
}
.p-worries__list__item .case span {
  display: inline-block;
  background-color: #09a8ed;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  padding: 5px 30px;
  border-radius: 9999px;
}
.p-worries__list__item .Icon {
  grid-row: 2/3;
  grid-column: 1/2;
  border: 2px solid #fff;
  border-radius: 5px;
  aspect-ratio: 1/1;
  flex-basis: 20%;
}
.p-worries__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 8px;
}
.p-worries__list__item .Desc {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-worries__title br {
    display: none;
  }
  .p-worries__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-worries__list__item {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .p-worries__list__item {
    width: 45%;
    grid-template-columns: 25% auto;
    gap: 20px 25px;
    margin-bottom: 30px;
  }
  .p-worries__list__item .case span {
    font-size: 1.3em;
    padding: 5px 45px;
  }
  .p-worries__list__item .Icon {
    border-radius: 10px;
  }
  .p-worries__list__item .Icon img {
    padding: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .p-worries__list__item {
    width: 30%;
  }
}

.p-kaiketu {
  padding-top: 30px;
  background-color: #cbe0ef;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
}
.p-kaiketu h2 {
  text-align: center;
  font-size: 1.5em;
  position: relative;
}
.p-kaiketu h2 img {
  width: 60%;
  max-width: 300px;
  margin: 20px auto;
  position: relative;
}
.p-kaiketu .Img {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-kaiketu {
    padding-top: 60px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
  }
  .p-kaiketu h2 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1024px) {
  .p-kaiketu {
    padding-top: 70px;
  }
  .p-kaiketu .Wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 6vw;
  }
  .p-kaiketu h2 {
    font-size: 2.8em;
  }
  .p-kaiketu h2 img {
    width: 100%;
    max-width: 360px;
    margin: 10px auto;
    position: relative;
  }
  .p-kaiketu .Img {
    flex: 1;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-kaiketu {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  }
}

.c-points__title {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 60px;
}
.c-points__title::before {
  content: "";
  width: 100%;
  max-width: 400px;
  height: 25%;
  background-color: #e5e5e5;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.c-points__title::after {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  /* 色は任意に変更可能 */
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-points__title span {
  display: block;
  font-size: 0.9em;
  line-height: 1.3;
}
.c-points__title span strong {
  font-size: 5em;
  display: inline-block;
  line-height: 0.7;
  font-weight: 700;
  color: #09a8ed;
}
.c-points__list {
  display: grid;
  gap: 40px;
}
.c-points__list__item {
  background-color: #eff8ff;
  padding: 40px 20px 30px;
  border-radius: 20px;
  position: relative;
}
.c-points__list__item .num {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f58a3d;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 1.3em;
  font-weight: 700;
}
.c-points__list__item h3 {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #09a8ed;
}
.c-points__list__item p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-points__title {
    margin-bottom: 60px;
  }
  .c-points__title::before {
    height: 22%;
    max-width: 500px;
  }
  .c-points__title span {
    display: block;
    font-size: 1.2em;
    line-height: 1.3;
  }
  .c-points__list {
    gap: 50px;
  }
  .c-points__list__item {
    padding: 40px 50px 30px;
  }
  .c-points__list__item .num {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f58a3d;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 1.3em;
    font-weight: 700;
  }
  .c-points__list__item h3 {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #09a8ed;
  }
  .c-points__list__item h3 .onlySP {
    display: none;
  }
  .c-points__list__item p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-points__title {
    margin-bottom: 80px;
  }
  .c-points__title::before {
    height: 22%;
    max-width: 600px;
    bottom: -10px;
  }
  .c-points__title::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #e5e5e5;
    bottom: -30px;
  }
  .c-points__title span {
    display: block;
    font-size: 1.4em;
    line-height: 1.3;
  }
  .c-points__title span strong {
    font-size: 4.2em;
  }
  .c-points__list {
    gap: 50px;
  }
  .c-points__list__item {
    padding: 50px 50px 30px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .c-points__list__item .num {
    top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5em;
  }
  .c-points__list__item h3 {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-bottom: 30px;
  }
  .c-points__list__item h3 br {
    display: none;
  }
  .c-points__list__item p {
    align-self: center;
    margin-bottom: 0px;
  }
  .c-points__list__item:nth-child(2n) .Img {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-points__list__item:nth-child(2n) p {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1280px) {
  .c-points__title {
    margin-bottom: 100px;
  }
  .c-points__title::before {
    max-width: 700px;
  }
  .c-points__title span {
    font-size: 1.7em;
  }
  .c-points__title span strong {
    font-size: 4em;
  }
  .c-points__list__item {
    padding: 60px 60px 30px;
  }
  .c-points__list__item h3 {
    font-size: 1.5em;
  }
}
.p-price__box {
  border: 2px solid #5a5a5c;
  text-align: center;
  padding: 20px 0;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.p-price__box h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.p-price__box h4 {
  font-size: 1em;
}
.p-price__box h4 strong {
  font-size: 1.8em;
  display: inline-block;
  margin: 0 3px;
}
.p-price__table table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  table-layout: fixed;
  text-align: center;
}
.p-price__table table th,
.p-price__table table td {
  padding: 8px 0;
  border: 1px solid #ccc;
}
.p-price__table table thead {
  background-color: #09a8ed;
  color: #fff;
}
.p-price__table table tbody th {
  color: #09a8ed;
}
.p-price__table table tbody td strong {
  font-size: 1.3em;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .p-price .p-title {
    margin-bottom: 70px;
  }
  .p-price__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-price__list {
    margin-left: 0;
    margin-right: 0;
  }
  .p-price__list__item {
    padding: 70px 50px 30px;
  }
  .p-price__list__item .Ttl {
    width: 80%;
  }
}

.c-flow {
  background-color: #f4f4f4;
}
.c-flow__list {
  display: grid;
  gap: 30px;
}
.c-flow__list__item {
  background-color: #fff;
  padding: 20px;
  margin: 0 -3vw;
  box-shadow: 5px 5px 15px rgba(169, 169, 169, 0.3019607843);
}
.c-flow__list__item h3 {
  background-color: #09a8ed;
  margin: -20px -20px 30px;
  padding: 20px;
  color: #fff;
  font-size: 1em;
}
.c-flow__list__item h3 span {
  background-color: #fff;
  color: #09a8ed;
  display: inline-block;
  text-transform: capitalize;
  padding: 3px 20px;
  border-radius: 9999px;
  margin-right: 8px;
}
.c-flow__list__item .List {
  display: grid;
  gap: 20px;
}
.c-flow__list__item .List__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #888;
  position: relative;
}
.c-flow__list__item .List__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #888;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-flow__list__item .List__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.c-flow__list__item .List__item:last-child::before {
  display: none;
}
.c-flow__list__item .List__item h4 {
  margin-bottom: 8px;
}
.c-flow__list__item .List__item .num {
  display: inline-block;
  width: 1.4em;
  aspect-ratio: 1/1;
  background-color: #09a8ed;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  border-radius: 50%;
  font-size: 1.2em;
  margin-right: 0.4em;
}
.c-flow__list__item .Img {
  aspect-ratio: 5/4;
}
@media screen and (min-width: 768px) {
  .c-flow__list__item {
    padding: 30px;
    margin: 0;
  }
  .c-flow__list__item h3 {
    margin: -30px -30px 30px;
    padding: 30px;
    font-size: 1.3em;
  }
  .c-flow__list__item h3 span {
    padding: 3px 30px;
    margin-right: 15px;
  }
  .c-flow__list__item .List__item h4 {
    font-size: 1.2em;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .c-flow__list {
    gap: 50px;
  }
  .c-flow__list__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 30px;
  }
  .c-flow__list__item h3 {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-bottom: 0;
    font-size: 1.5em;
  }
  .c-flow__list__item .Img {
    max-width: none;
    margin: 0;
    grid-row: 3/4;
    grid-column: 1/2;
    aspect-ratio: 4/5;
    align-self: flex-end;
  }
  .c-flow__list__item .List {
    grid-row: 2/4;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .c-flow__list__item .Desc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1280px) {
  .c-flow__list__item {
    padding: 50px;
    gap: 50px;
  }
  .c-flow__list__item h3 {
    margin: -50px -50px 0;
    padding: 30px 50px;
  }
}

.c-staff__img {
  margin: 0 -6vw 30px;
}
.c-staff__img img {
  max-width: 1000px;
  margin: 0 auto;
}
.c-staff__desc {
  border: 1px solid #09a8ed;
  padding: 30px 20px;
}
.c-staff__desc h3 {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 600;
  color: #09a8ed;
  padding-left: 15px;
  border-left: 3px solid #09a8ed;
}
@media screen and (min-width: 1024px) {
  .c-staff__desc {
    padding: 40px 50px;
  }
  .c-staff__desc h3 {
    margin-bottom: 30px;
    font-size: 1.4em;
    padding-left: 20px;
    border-left: 6px solid #09a8ed;
  }
}
@media screen and (min-width: 1280px) {
  .c-staff__desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c-staff__desc p {
    margin-bottom: 0;
  }
}

.p-slide {
  overflow: hidden;
}
.p-slide .gallery {
  overflow: hidden;
}
.p-slide .gallery__track {
  display: flex;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.p-slide .gallery__item {
  width: 260px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 6px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-slide .gallery__item {
    width: 340px;
    height: 260px;
  }
}

.p-access {
  background-color: #09a8ed;
}
.p-access .p-title {
  color: #fff;
}
.p-access .p-title .en {
  color: #fff;
}
.p-access__list {
  display: grid;
  gap: 30px;
  margin: 0 -3vw;
}
.p-access__list__item {
  border: 2px solid #0787be;
  border-radius: 20px;
  padding: 20px;
  background-color: #eff8ff;
}
.p-access__list__item h3 {
  text-align: center;
  color: #09a8ed;
  font-size: 1.4em;
  letter-spacing: 0.08em;
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
.p-access__list__item h3::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #09a8ed;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-access__list__item .Img {
  margin-bottom: 20px;
}
.p-access__list__item .List {
  margin-bottom: 30px;
  display: grid;
  gap: 10px;
}
.p-access__list__item .List dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.p-access__list__item .List dl dt {
  color: #09a8ed;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-access__list__item .List dl dd a {
  color: #f58a3d;
  border-bottom: 1px solid #f58a3d;
}
.p-access__list__item .Map {
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .p-access__list {
    margin: 0;
  }
  .p-access__list__item {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 30px;
  }
  .p-access__list__item h3 {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-bottom: 0px;
  }
  .p-access__list__item .Img {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0px;
    align-self: flex-start;
  }
  .p-access__list__item .List {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-access__list__item .Map {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1024px) {
  .p-access__list {
    gap: 50px;
  }
  .p-access__list__item {
    padding: 50px;
    gap: 50px;
  }
  .p-access__list__item h3 {
    font-size: 1.7em;
  }
  .p-access__list__item .List dl {
    display: flex;
  }
  .p-access__list__item .List dl dt {
    flex-basis: 25%;
  }
  .p-access__list__item .List dl dd {
    flex-basis: 75%;
  }
  .p-access__list__item .Map {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1280px) {
  .p-access__list__item .List dl dt {
    flex-basis: 20%;
  }
  .p-access__list__item .List dl dd {
    flex-basis: 80%;
  }
  .p-access__list__item .Map {
    aspect-ratio: 2/1;
  }
}

/* ==========================================================================
   CTAセクション
   ========================================================================== */
.p-contact {
  position: relative;
}
.p-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%);
  z-index: -1;
}
.p-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0787be, #5bcaf5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.p-contact .c-container {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: bold;
}
.p-contact__desc .List {
  display: flex;
  gap: 20px 4%;
  justify-content: center;
  flex-wrap: wrap;
}
.p-contact__desc .List__item {
  flex-basis: 48%;
  max-width: 200px;
  color: #f58a3d;
  background-color: #fff;
  text-align: center;
  padding: 40px 0 10px;
  font-size: 0.9em;
  line-height: 1.5;
  position: relative;
}
.p-contact__desc .List__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  border-left: 3px solid #0787be;
  border-bottom: 3px solid #0787be;
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 50%;
  translate: -50% 0;
}
.p-contact__btn h3 {
  text-align: center;
}
.p-contact__btn .Btn {
  max-width: 600px;
  margin: 0 auto;
  animation: campaignBtnFloat 2s ease-in-out infinite;
}
.p-contact__btn .Btn a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-contact__btn .Btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__desc > p {
    text-align: center;
  }
  .p-contact__desc .List {
    gap: 20px 2%;
  }
  .p-contact__desc .List__item {
    flex-basis: 31%;
    max-width: 240px;
  }
  .p-contact__btn h3 {
    font-size: 1.4em;
  }
  .p-contact__btn h3 .onlySP {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact::before {
    background-attachment: fixed;
  }
  .p-contact__desc .List {
    gap: 20px 1%;
  }
  .p-contact__desc .List__item {
    flex-basis: 24%;
    max-width: 240px;
    font-size: 1.1em;
  }
  .p-contact__btn h3 {
    font-size: 1.6em;
  }
  .p-contact__btn .Btn {
    max-width: 800px;
  }
}

/* ==========================================================================
   サブページ共通
   ========================================================================== */
.c-staff__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}
.c-staff__photo {
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  overflow: hidden;
}
.c-staff__photo img {
  -o-object-position: top center;
     object-position: top center;
  transition: all 0.3s;
}
.c-staff__link {
  display: block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-staff__link:hover .c-staff__photo img {
    transform: scale(1.1);
  }
}
.c-staff__info {
  text-align: center;
}
.c-staff__name {
  font-weight: 500;
  font-size: 1.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-staff__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  .c-staff__name {
    font-size: 1.1em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-staff__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .c-staff__list {
    gap: 40px 25px;
  }
  .c-staff__name {
    font-size: 1.2em;
    line-height: 1.7;
  }
}

.c-staff-sl__photo {
  margin-bottom: 20px;
  text-align: center;
}
.c-staff-sl__photo img {
  aspect-ratio: 4/5;
  max-width: 500px;
  display: inline-block;
  -o-object-position: top center;
     object-position: top center;
}
.c-staff-sl__store {
  color: #09a8ed;
}
.c-staff-sl__name {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2.2;
}
.c-staff-sl__info {
  border-bottom: 2px solid #09a8ed;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .c-staff-sl__contents {
    display: flex;
    gap: 50px;
  }
  .c-staff-sl__photo {
    margin-bottom: 0;
    align-self: flex-start;
    flex-basis: 400px;
  }
  .c-staff-sl__desc {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .c-staff-sl__name {
    font-size: 1.4em;
    line-height: 2.4;
  }
}
@media screen and (min-width: 1280px) {
  .c-staff-sl__contents {
    gap: 70px;
  }
}/*# sourceMappingURL=style.css.map */