@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: min(100px, 9.09vw);
}

body {
  margin: 0;
}

h1, h2, h3, p, span, a, th, td {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

p {
  color: #333;
}


/* --- コンテナ設定 --- */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

/* 消してる要素 */
.sp-br, .sp-img, .sp-footer-fixed {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* 画面に入った時に動くためのトリガー */
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー */
.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(100px, 7.14vw);
  z-index: 9999;
  display: block;
  transition: background-color 0.3s ease;
  background-color: transparent;
}

.sp-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

.sp-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: min(5px, 0.36vw);
}

.sp-header-logo img {
  height: min(100px, 7.14vw);
  width: auto;
}

.hrader-box {
  display: flex;
}

.header-link {
  display: flex;
  align-items: center;
}

.header-inst img {
  width: min(70px, 5vw);
  height: auto;
  display: block;
}

.header-you {
  margin-left: min(15px, 1.07vw);
  margin-right: min(10px, 0.71vw);
}

.header-you img {
  width: min(96px, 6.86vw);
  height: auto;
  display: block;
}

.header-tel img {
  width: min(268px, 19.14vw);
  height: auto;
  display: block;
}

.header-web img {
  width: min(179px, 12.79vw);
  height: auto;
  display: block;
}

.sp-menu-btn {
  position: relative;
  width: min(100px, 7.14vw);
  height: min(100px, 7.14vw);
  background-color: #3C2CFD;
  border: none;
  z-index: 1000;
  cursor: pointer;
  margin-left: min(10px, 0.71vw);
}

.sp-menu-btn span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(40px, 2.86vw);
  height: min(4px, 0.29vw);
  background-color: #fff;
  transition: 0.3s;
}

.sp-menu-btn span:nth-child(1) { top: min(30px, 2.14vw); }
.sp-menu-btn span:nth-child(2) { top: min(42px, 3vw); }
.sp-menu-btn span:nth-child(3) { top: min(54px, 3.86vw); }

.sp-menu-btn::after {
  content: "MENU";
  position: absolute;
  bottom: min(15px, 1.07vw);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: min(16px, 1.14vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.3s;
}

.sp-menu-btn.is-active span:nth-child(1),
.sp-menu-btn.is-active span:nth-child(3) {
  top: min(42px, 3vw);
}

.sp-menu-btn.is-active span:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}

.sp-menu-btn.is-active span:nth-child(2) {
  opacity: 0;
}

.sp-menu-btn.is-active span:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
}

.sp-header-nav {
  position: fixed;
  top: min(100px, 7.14vw);
  right: min(-643px, -64.3vw);
  width: min(643px, 64.3vw);
  height: calc(100vh - min(100px, 7.14vw));
  background-color: rgba(255, 255, 255, 0.94);
  transition: 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.sp-header-nav.is-active {
  right: 0;
}

.sp-nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sp-nav-list li {
  margin: min(15px, 1.5vw) 0;
}

.sp-nav-list li a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: min(16px, 1.6vw);
  position: relative;
}

.sp-nav-list li a::before {
  content: "▶"; 
  color: #3f31d1;
  font-size: min(12px, 1.2vw);
  margin-right: min(10px, 1vw);
}


/* トップ */
.main-v {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-v-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.slide-img.is-active {
  opacity: 1;
}

/* 背景画像パスの設定 */
.slide1 { background-image: url(../image/top-back1.png); }
.slide2 { background-image: url(../image/top-back2.png); }
.slide3 { background-image: url(../image/top-back3.png); }

/* タイトルを左下に配置 */
.main-v-container {
  position: absolute;
  left: min(70px, 5vw);
  bottom: min(180px, 12.86vw);
  z-index: 10;
}

.main-v-title h1 {
  font-size: min(50px, 3.57vw);
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  margin: 0;
}

.main-v-title p {
  font-size: min(30px, 2.14vw);
  color: #fff;
  margin-top: min(10px, 0.71vw);
}

.slider-dots {
  position: absolute;
  bottom: min(20px, 1.43vw);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: max(5px, 0.71vw);
  z-index: 20;
}

.dot {
  width: max(8px, 0.86vw);
  height: max(8px, 0.86vw);
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.dot.is-active {
  background-color: #3C2CFD;
  width: max(8px, 0.86vw);
  height: max(8px, 0.86vw);
  border-radius: 50%;
}

.p1-a {
  background-color: #4A3FC0;
}

.p1-a-container {
  padding-top: min(30px, 2.5vw);
  padding-bottom: min(65px, 5.42vw);
}

.p1-a-title {
  text-align: center;
  padding-bottom: min(15px, 1.25vw);
}

.p1-a-h2 {
  border-top: min(5px, 0.42vw) solid #4136B4;
  border-bottom: min(5px, 0.42vw) solid #4136B4;
}

.p1-a-h2 img {
  max-width: min(760px, 63.33vw);
  width: 100%;
  height: auto;
  margin-top: min(2px, 0.17vw);
  margin-bottom: min(2px, 0.17vw);
}

.p1-a-h3 {
  text-align: center;
}

.p1-a-h3 h3 {
  font-size: min(30px, 2.5vw);
  color: #fff;
}

.p1-a-span img {
  width: min(17px, 1.42vw);
  height: min(18px, 1.5vw);
  margin-top: min(2px, 0.17vw);
  margin-right: min(10px, 0.83vw);
}

.p1-a-item {
  display: flex;
  justify-content: center;
  gap: min(85px, 7.08vw);
  margin-top: min(30px, 2.5vw);
}

.p1-a-left .p1-a-span {
  width: min(500px, 41.67vw);
}

.p1-a-right .p1-a-span {
  width: min(465px, 38.75vw);
}

.p1-a-span {
  display: flex;
  align-items: center;
  padding: min(15px, 1.25vw) 0 min(15px, 1.25vw) min(10px, 0.83vw);
  box-shadow: min(4px, 0.33vw) min(4px, 0.33vw) 0px #2B21B5;
  margin-bottom: min(28px, 2.33vw);
}

.p1-a-span:last-child {
  margin-bottom: 0;
}

.p1-a-item .blue {
  background-color: #A099FF;
}

.p1-a-item .kon {
  background-color: #1467E8;
}

.p1-a-item span {
  font-size: min(16px, 1.33vw);
  color: #fff;
}

.p1-c {
  background-image: url(../image/top-back4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p1-c-container {
  background-image: url(../image/part2.png), url(../image/part3.png);
  background-repeat: no-repeat;
  background-size: auto min(320px, 23.7vw), auto min(320px, 23.7vw);
  background-position: left top min(-10px, -0.74vw), right top min(-10px, -0.74vw);
  padding-top: min(100px, 7.41vw);
  padding-bottom: min(115px, 8.52vw);
}

.p1-c-title {
  text-align: center;
}

.p1-c-h2 img {
  max-width: min(870px, 64.44vw);
  width: 100%;
  height: auto;
}

.p1-c-h3 {
  text-align: center;
  margin-top: min(25px, 1.85vw);
}

.p1-c-h3 h3 {
  font-size: clamp(10px, 2.22vw, 30px);
}

.p1-c-item {
  width: min(1280px, 94.81vw);
  margin-top: min(40px, 2.96vw);
  margin-left: auto;
  margin-right: auto;
}

.p1-c-item-title {
  position: relative;
  background-color: #2B21B5;
}

.p1-c-step {
  width: min(85px, 6.3vw);
  height: min(85px, 6.3vw);
  position: absolute;
  bottom: 0;
  left: min(5px, 0.37vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3FC9FF;
  border-radius: 50%;
}

.p1-c-step p:first-child {
  font-size: clamp(10px, 1.33vw, 18px);
  color: #fff;
}

.p1-c-step p:last-child {
  font-size: clamp(10px, 2.67vw, 36px);
  color: #fff;
  line-height: 1;
}

.p1-c-p {
  padding: min(10px, 0.74vw) 0 min(10px, 0.74vw) min(100px, 7.41vw);
}

.p1-c-p p {
  color: #fff;
  font-size: clamp(10px, 1.78vw, 24px);
}

.p1-c-imgbox {
  display: flex;
  justify-content: space-between;
  padding: min(14px, 1.04vw) min(30px, 2.22vw) min(16px, 1.19vw) min(100px, 7.41vw);
  border-left: 1px solid #2B21B5;
  border-right: 1px solid #2B21B5;
  border-bottom: 1px solid #2B21B5;
}

.p1-c-img-p {
  line-height: 2;
  padding-top: min(25px, 1.85vw);
}

.p1-c-img-p p {
  font-size: clamp(9.5px, 1.19vw, 16px);
}

.p1-c-img1 img {
  width: min(428px, 31.7vw);
  height: auto;
}

.p1-c-next {
  text-align: center;
  padding-top: min(30px, 2.22vw);
  padding-bottom: min(30px, 2.22vw);
}

.p1-c-next img {
  width: min(80px, 5.93vw);
  height: auto;
}

.p1-c-last .p1-c-img-p p:first-child {
  padding-bottom: min(13px, 0.96vw);
}

.p1-c-last .p1-c-img-p p:last-child {
  padding-top: min(13px, 0.96vw);
}

.p1-d {
  background-color: #ECEFF0;
}

.p1-d-container {
  background-image: url(../image/top-back5.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding-top: min(100px, 7.41vw);
  padding-bottom: min(120px, 8.89vw);
}

.p1-d-title {
  text-align: center;
}

.p1-d-h2 img {
  width: min(760px, 56.3vw);
  height: auto;
}

.p1-d-h3 {
  padding-top: min(15px, 1.11vw);
}

.p1-d-h3 p {
  font-size: clamp(10px, 2.22vw, 30px);
}

.p1-d-h3 h3 {
  font-size: clamp(10px, 3.7vw, 50px);
  font-weight: 400;
  color: #160B67;
}

.p1-d-h3 h3 span {
  font-size: clamp(10px, 2.22vw, 30px);
}

.p1-d-img1 {
  margin-left: max(-170px, -12.59vw);
}

.p1-d-img1 img {
  width: min(664px, 49.19vw);
  height: auto;
}

.p1-d-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: min(77px, 5.7vw);
}

.p1-d-text {
  background-color: #fff;
  padding: min(22px, 1.63vw);
  margin-top: min(35px, 2.59vw);
}

.p1-d-p {
  background-color: #fff;
  padding: min(25px, 1.85vw) min(170px, 12.59vw) min(25px, 1.85vw) min(30px, 2.22vw);
  border: 1px solid #291EA7;
}

.p1-d-p p:first-child {
  font-size: clamp(10px, 1.78vw, 24px);
  font-weight: bold;
  color: #160B67;
  line-height: 1.5em;
  padding-bottom: min(30px, 2.22vw);
}

.p1-d-p p:last-child {
  font-size: clamp(10px, 1.19vw, 16px);
  line-height: 2em;
}

.p1-d-center {
  text-align: center;
  margin-top: min(66px, 4.89vw);
}

.p1-d-img2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(15px, 1.11vw);
}

.p1-d-img2 img {
  width: min(116px, 8.59vw);
  height: auto;
}

.p1-d-img2-p {
  display: inline-block;
  position: relative;
  z-index: 10;
  background-image: url(../image/part5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: min(18px, 1.33vw) min(110px, 8.15vw);
}

.p1-d-img2-p p {
  font-size: clamp(10px, 2.37vw, 32px);
  color: #160B67;
}

.p1-d-img2-p p span {
  font-size: clamp(10px, 1.78vw, 24px);
  color: #160B67;
}

.p1-d-center-p {
  text-align: left;
  display: inline-block;
  background-color: #fff;
  padding: min(50px, 3.7vw) min(60px, 4.44vw);
  margin-top: max(-15px, -1.11vw);
  line-height: 2em;
  box-shadow: 0 min(10px, 0.74vw) min(10px, 0.74vw) max(-5px, -0.37vw) rgba(0, 0, 0, 0.3);
  font-size: clamp(10px, 1.19vw, 16px);
}

.p1-d-p2 {
  width: min(540px, 40vw);
}

.p1-d .rverce {
  flex-direction: row-reverse;
}

.p1-d .rverce .p1-d-img1 {
  position: relative;
  z-index: 1;
  margin: min(80px, 5.93vw) max(-170px, -12.59vw) 0 0;
}

.p1-d .rverce .p1-d-p {
  padding: min(25px, 1.85vw) min(30px, 2.22vw) min(25px, 1.85vw) min(180px, 13.33vw);
}

.p1-e {
  background-color: #FFFBF5;
  background-image: url(../image/top-back6.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p1-e-container {
  padding-top: min(80px, 6.15vw);
  padding-bottom: min(110px, 8.46vw);
}

.p1-e-title {
  text-align: center;
}

.p1-e-h2 img {
  width: min(726px, 55.85vw);
  height: auto;
}

.p1-e-h3 {
  margin-top: min(30px, 2.31vw);
}

.p1-e-h3 h3 {
  font-size: clamp(10px, 3.08vw, 40px);
  color: #fff;
}

.p1-e-h3 h3 span {
  font-size: clamp(10px, 2.46vw, 32px);
  color: #fff;
}

.p1-e-p {
  width: min(600px, 46.15vw);
  padding-top: min(20px, 1.54vw);
  padding-bottom: min(30px, 2.31vw);
  margin: 0 auto;
}

.p1-e-p p {
  font-size: clamp(10px, 1.23vw, 16px);
  color: #fff;
  line-height: 2;
}

.p1-e-move {
  text-align: center;
}

.p1-e-move iframe {
  width: 100%;
  max-width: min(732px, 56.31vw);
  height: min(412px, 31.69vw);
  border-radius: min(10px, 0.77vw);
}

.p1-g {
  background-image: url(../image/part6.png), url(../image/part7.png);
  background-repeat: no-repeat, no-repeat;
  background-size: min(339px, 25.11vw) auto, min(339px, 25.11vw) auto;
  background-position: top left, top right;
}

.p1-g-container {
  padding-top: min(95px, 7.04vw);
  padding-bottom: min(125px, 9.26vw);
}

.p1-g-title {
  text-align: center;
}

.p1-g-h2 img {
  width: min(635px, 47.04vw);
  height: auto;
}

.p1-g-box {
  width: min(1280px, 94.81vw);
  position: relative;
  border: 1px solid #291EA7;
  padding: min(90px, 6.67vw) min(50px, 3.7vw) min(50px, 3.7vw);
  margin: min(100px, 7.41vw) auto 0;
}

.p1-g-h3 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  padding: min(10px, 0.74vw);
  border: 1px solid #160B67;
}

.p1-g-h3 h3 {
  font-size: clamp(10px, 2.37vw, 32px);
  color: #fff;
  background-color: #160B67;
  padding: min(10px, 0.74vw) min(80px, 5.93vw);
}

.p1-g-box2 {
  display: flex;
  justify-content: space-between;
  gap: min(20px, 1.48vw);
}

.p1-g-item {
  width: min(547px, 40.52vw);
}

.p1-g-span {
  text-align: center;
}

.p1-g-span span {
  display: inline-block;
  font-size: clamp(10px, 2.22vw, 30px);
  font-weight: bold;
  color: #160B67;
  padding: min(14px, 1.04vw) min(15px, 1.11vw);
  border: 1px solid #160B67;
}

.p1-g-p {
  padding: min(25px, 1.85vw) 0 min(37px, 2.74vw);
}

.p1-g-p p {
  font-size: clamp(10px, 1.19vw, 16px);
  font-weight: 600;
  line-height: 2em;
  padding-left: min(10px, 0.74vw);
  padding-right: min(10px, 0.74vw);
}

.p1-g-img1 img {
  width: min(547px, 40.52vw);
  height: auto;
}

.p1-h {
  background-color: #160B67;
}

.p1-h-container {
  background-image: url(../image/part8.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  padding-top: min(120px, 8.33vw);
  padding-bottom: min(120px, 8.33vw);
}

.p1-h-h2 {
  width: min(737px, 51.18vw);
  height: auto;
  margin: 0 auto;
}

.p1-h-h3 {
  text-align: center;
  margin-top: min(30px, 2.08vw);
  margin-bottom: min(50px, 3.47vw);
}

.p1-h-h3 h3 {
  /* 最小10px、標準2.08vw、最大30px */
  font-size: clamp(10px, 2.08vw, 30px);
  font-weight: 400;
  color: #fff;
}

.p1-h-box1 {
  width: min(1440px, 100vw);
  background-color: #fff;
  margin: 0 auto;
}

.p1-h-title + .p1-h-box1 .p1-h-item {
  margin-top: min(140px, 9.72vw);
}

.p1-h-item {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  position: relative;
  margin: min(200px, 13.89vw) auto 0;
}

.p1-h-img {
  width: min(726px, 50.42vw);
  height: auto;
  position: absolute;
  top: min(45px, 3.13vw);
  left: 0;
  z-index: 10;
}

.p1-h-img img {
  display: block;
  width: 100%;
  height: auto;
}

.p1-h-text {
  background-image: url(../image/part19.png);
  background-repeat: no-repeat;
  background-size: min(207px, 14.38vw) auto;
  background-position: right bottom;
  /* 負の数は max() で指定（-16pxより小さくならない） */
  margin-top: max(-16px, -1.11vw);
}

.p1-h-text-title {
  width: min(824px, 57.22vw);
  height: min(200px, 13.89vw);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(../image/top-back14.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.p1-h-text-title img {
  width: min(108px, 7.5vw);
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p1-h-text-title h3 {
  font-size: clamp(10px, 2.78vw, 40px);
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  padding-top: min(20px, 1.39vw);
}

.p1-f-p {
  width: min(566px, 39.31vw);
  padding: min(35px, 2.43vw) 0;
  margin-left: min(140px, 9.72vw);
}

.p1-f-p p {
  font-size: clamp(9.5px, 1.11vw, 16px);
  line-height: 2;
}

/* Box2 */
.p1-h-box2 .p1-h-item {
  justify-content: flex-start;
}

.p1-h-box2 .p1-h-text-title {
  background-image: url(../image/top-back15.png);
}

.p1-h-box2 .p1-h-img {
  top: min(45px, 3.13vw);
  right: 0;
  left: auto;
}

.p1-h-box2 .p1-h-text {
  background-image: url(../image/part20.png);
  background-repeat: no-repeat;
  background-size: min(207px, 14.38vw) auto;
  background-position: left bottom;
}

.p1-h-box2 .p1-f-p {
  margin-left: min(70px, 4.86vw);
}

/* 個別箇所の可変対応 */
.p1-h-box1.p1-h-box2:last-of-type .p1-h-img {
  top: min(30px, 2.08vw);
}

.p1-h-container > :nth-child(4) .p1-f-p {
  padding-bottom: min(70px, 4.86vw);
}

.p1-h-box1.p1-h-box2:last-of-type .p1-f-p {
  padding-bottom: min(55px, 3.82vw);
}

.p1-j {
  background-color: #E7F5FF;
  background-image: url(../image/top-back7.png), url(../image/part9.png);
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: top, bottom;
}

.p1-j-container {
  text-align: center;
  padding-top: min(60px, 4.44vw);
  padding-bottom: min(80px, 5.93vw);
}

.p1-j-title {
  text-align: center;
}

.p1-j-h2 img {
  width: min(1300px, 96.3vw);
  height: auto;
}

.p1-j-h3 {
  margin-top: min(25px, 1.85vw);
}

.p1-j-h3 h3 {
  font-size: clamp(10px, 2.22vw, 30px);
  font-weight: 400;
  color: #fff;
}

.p1-j-item {
  width: min(1280px, 94.81vw);
  text-align: center;
  background-color: #fff;
  padding: min(60px, 4.44vw) min(50px, 3.7vw);
  margin: min(100px, 7.41vw) auto 0;
}

.p1-j-text-h3 h3 {
  font-size: clamp(10px, 2.96vw, 40px);
  color: #291EA7;
}

.p1-j-p {
  text-align: left;
  margin-top: min(50px, 3.7vw);
}

.p1-j-p p {
  font-size: clamp(10px, 1.19vw, 16px);
  line-height: 2;
}

.p1-k {
  background-image: url(../image/part10.png), url(../image/part11.png);
  background-repeat: no-repeat;
  background-size: min(490px, 40.83vw) auto;
  background-position: left top max(-3px, -0.25vw), right top max(-4px, -0.33vw);
}

.p1-k-container {
  padding-top: min(90px, 7.5vw);
  padding-bottom: min(120px, 10vw);
}

.p1-k-title {
  text-align: center;
}

.p1-k-h2 img {
  width: min(940px, 78.33vw);
  height: auto;
}

.p1-k-h3 {
  margin-top: min(20px, 1.67vw);
  margin-bottom: min(30px, 2.5vw);
}

.p1-k-h3 h3 {
  font-size: clamp(10px, 2.5vw, 30px);
}

.p1-k-item {
  width: min(900px, 75vw);
  background-color: #fff;
  padding: min(17px, 1.42vw) min(50px, 4.17vw) min(30px, 2.5vw) min(24px, 2vw);
  box-shadow: 
    0 0 min(15px, 1.25vw) rgba(0, 0, 0, 0.1),
    min(8px, 0.67vw) min(8px, 0.67vw) min(20px, 1.67vw) rgba(0, 0, 0, 0.15); 
  margin: 0 auto;
}

.p1-k-price-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 min(40px, 3.33vw) 0;
}

.p1-k-price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: min(13px, 1.08vw);
  padding-bottom: min(13px, 1.08vw);
  font-weight: 600;
  border-bottom: min(1px, 0.08vw) solid #3FC9FF;
}

.p1-k-label {
  flex: 1;
}

.p1-k-label {
  font-size: clamp(10px, 1.33vw, 16px);
  margin-left: min(10px, 0.83vw);
}

.p1-k-price {
  font-size: clamp(10px, 1.33vw, 16px);
  margin-left: min(20px, 1.67vw);
}

.p1-k-notes p {
  font-size: clamp(10px, 1.33vw, 16px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: min(10px, 0.83vw);
  color: #333;
  text-align: left;
}

.p1-k-box {
  text-align: center;
  margin-top: min(54px, 4.5vw);
}

.p1-k-box p {
  font-size: clamp(10px, 1.33vw, 16px);
}

.p1-k-img {
  width: min(508px, 42.33vw);
  height: auto;
  margin: min(23px, 1.92vw) auto 0;
}

.p1-n {
  background-image: url(../image/top-back8.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p1-n-container {
  padding-top: min(70px, 5.38vw);
  padding-bottom: min(100px, 7.69vw);
}

.p1-n-h2 {
  width: min(240px, 18.46vw);
  height: auto;
  margin: 0 auto;
}

.p1-n-h3 {
  text-align: center;
  margin-top: min(15px, 1.15vw);
  margin-bottom: min(50px, 3.85vw);
}

.p1-n-h3 h3 {
  font-size: clamp(10px, 2.31vw, 30px);
  font-weight: 400;
  color: #fff;
}

.accordion {
  width: min(1140px, 87.69vw);
  margin: 0 auto;
}

.toggle {
  display: none;
}

.faq {
  position: relative;
  margin-bottom: min(25px, 1.92vw);
}

.question,
.anser {
  transform: translateZ(0);
  transition: all 0.3s;
}

.question {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.54vw, 20px);
  background-color: #74BFF9;
  color: #FFF;
  cursor: pointer;
}

/* spanの高さが文字より上に大きくなる問題をflexで解決 */
.question span {
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: min(60px, 4.62vw);  /* ボックスの幅を固定 */
  height: min(60px, 4.62vw); /* ボックスの高さを固定（文字の高さに依存しない） */
  
  font-size: clamp(10px, 2.31vw, 30px);
  color: #fff;
  background-color: #160B67;
  line-height: 1;
  margin-right: min(20px, 1.54vw);
  flex-shrink: 0;
}

.question:after,
.question:before {
  content: "";
  position: absolute;
  right: min(20px, 1.54vw);
  top: 0;
  bottom: 0;
  margin: auto;
  width: min(2px, 0.15vw);
  height: min(16px, 1.23vw);
  background-color: #fff;
  transition: all 0.3s;
}

.question:after {
  transform: rotate(90deg);
}

.anser {
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
}

.anser span {
  font-size: clamp(10px, 1.23vw, 16px);
}

.anser div {
  font-size: clamp(10px, 1.23vw, 16px);
  margin: 0;
  padding: min(20px, 1.54vw) min(50px, 3.85vw);
  line-height: 1.8;
}

.toggle:checked + .question + .anser {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked + .question:before {
  transform: rotate(90deg);
}

.p1-l {
  background-image: url(../image/top-back9.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p1-l-container {
  text-align: center;
  padding-top: min(140px, 11.67vw);
  padding-bottom: min(180px, 15vw);
}

.p1-l-h2 img {
  width: min(1040px, 86.67vw);
  height: auto;
}

.p1-l-h3 {
  margin-top: min(40px, 3.33vw);
  margin-bottom: min(80px, 6.67vw);
}

.p1-l-h3 h3 {
  font-size: clamp(10px, 2.5vw, 30px);
  font-weight: 400;
}

.p1-l-p {
  width: min(1030px, 85.83vw);
  text-align: left;
  margin: 0 auto;
}

.p1-l-p p {
  font-size: clamp(10px, 1.33vw, 16px);
  line-height: 2;
}

.p1-m {
  background-image: url(../image/top-back10.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}

.p1-m-container {
  padding-top: min(40px, 2.78vw);
  padding-bottom: min(130px, 9.03vw);
}

.p1-m-title {
  text-align: right;
  margin-right: min(80px, 5.56vw);
}

.p1-m-h2 img {
  max-width: min(540px, 37.5vw);
  height: auto;
}

.p1-m-h3 {
  margin-top: min(20px, 1.39vw);
}

.p1-m-h3 h3 {
  font-size: clamp(10px, 2.08vw, 30px);
  font-weight: 400;
  color: #fff;
}

.p1-m-box1 {
  width: min(1110px, 77.08vw);
  margin: 0 auto;
}

.p1-m-box1 .p1-m-text {
  margin-top: min(10px, 0.69vw);
  margin-bottom: min(20px, 1.39vw);
}

.p1-m-box1 .p1-m-text h3 {
  font-size: clamp(10px, 2.5vw, 36px);
  font-weight: 400;
  color: #2B21B5;
}

.p1-m-box1 .p1-m-text p {
  font-size: clamp(10px, 1.39vw, 20px);
  color: #2B21B5;
}

.p1-m-box1 .p1-m-p p {
  font-size: clamp(10px, 1.11vw, 16px);
  line-height: 2;
}

.p1-m-box2 {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  margin: min(50px, 3.47vw) auto;
}

.p1-m-box2 .p1-m-text {
  width: min(608px, 43.43vw);
  background-color: #F5FCFF;
  padding: min(15px, 1.07vw) min(30px, 2.14vw);
  margin-top: min(75px, 5.36vw);
  box-shadow: min(5px, 0.36vw) min(5px, 0.36vw) min(10px, 0.71vw) rgba(0, 0, 0, 0.1);
}

.p1-m-box2 .p1-m-text-h3 {
  text-align: center;
  padding-bottom: min(15px, 1.07vw);
  border-bottom: min(1px, 0.07vw) solid #34A7FF;
}

.p1-m-box2 .p1-m-text-h3 h3 {
  font-size: clamp(10px, 2.14vw, 30px);
  font-weight: 400;
  color: #34A7FF;
}

.p1-m-table {
  width: 100%;
  margin-top: min(15px, 1.07vw);
}

.p1-m-table table {
  width: 100%;
  border-collapse: collapse;
}

.p1-m-table table tr th, .p1-m-table table tr td {
  font-size: clamp(8.5px, 1vw, 14px);
  font-weight: 400;
  line-height: 2;
  color: #333;
  padding: min(10px, 0.71vw) 0;
  border-bottom: min(1px, 0.07vw) solid #A3E4FD;
}

.p1-m-table table tr:last-child th, .p1-m-table table tr:last-child td {
  border-bottom: none;
}

.p1-m-table table tr th {
  vertical-align: top;
}

.p1-m-table table tr td {
  padding-left: min(15px, 1.07vw);
}

.p1-m-img-box {
  width: min(700px, 48.61vw);
  position: relative;
  margin-right: max(-60px, -4.17vw);
  align-self: flex-start;
  padding-bottom: min(100px, 6.94vw);
}

.p1-m-img1 {
  width: 100%;
  height: auto;
}

.p1-m-img2 {
  width: min(340px, 23.61vw);
  height: auto;
  position: absolute;
  bottom: max(-30px, -2.08vw);
  right: min(90px, 6.25vw);
  z-index: 10;
}

.p1-m-box3 {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  margin: min(35px, 2.43vw) auto 0;
}

.p1-m-box3 .p1-m-item {
  width: min(608px, 42.22vw);
  padding: min(15px, 1.04vw) min(30px, 2.08vw) min(30px, 2.08vw) min(30px, 2.08vw);
  box-shadow: min(5px, 0.35vw) min(5px, 0.35vw) min(10px, 0.69vw) rgba(0, 0, 0, 0.1);
}

.p1-m-box3 .p1-m-item.color1 {
  background-color: #DFF6FF;
}

.p1-m-box3 .p1-m-item.color2 {
  background-color: #F5FCFF;
}

.p1-m-box3 .p1-m-text-h3 {
  text-align: center;
  padding-bottom: min(15px, 1.04vw);
  border-bottom: min(1px, 0.07vw) solid #34A7FF;
}

.p1-m-box3 .p1-m-text-h3 h3 {
  font-size: clamp(10px, 2.08vw, 30px);
  font-weight: 400;
  color: #34A7FF;
}

.p1-m-box3 .p1-m-ul {
  margin-top: min(16px, 1.11vw);
}

.p1-m-box3 .p1-m-ul li {
  font-size: clamp(8.5px, 0.97vw, 14px);
  line-height: 2;
  color: #333;
  letter-spacing: min(1px, 0.07vw);
}

.p1-m-box4 {
  width: min(970px, 67.36vw);
  margin: min(50px, 3.47vw) auto 0;
} 

.p1-m-box4 .p1-m-item {
  padding: min(15px, 1.04vw) min(35px, 2.43vw) min(30px, 2.08vw) min(35px, 2.43vw);
  background-color: #DFF6FF;
  box-shadow: min(5px, 0.35vw) min(5px, 0.35vw) min(10px, 0.69vw) rgba(0, 0, 0, 0.1);
}

.p1-m-box4 .p1-m-text-h3 {
  text-align: center;
  padding-bottom: min(15px, 1.04vw);
  border-bottom: min(1px, 0.07vw) solid #34A7FF;
}

.p1-m-box4 .p1-m-text-h3 h3 {
  font-size: clamp(10px, 2.08vw, 30px);
  font-weight: 400;
  color: #34A7FF;
}

.p1-m-box4 .p1-m-ul {
  margin-top: min(16px, 1.11vw);
}

.p1-m-box4 .p1-m-ul li {
  font-size: clamp(9px, 0.97vw, 14px);
  line-height: 2;
  color: #333;
  letter-spacing: min(1px, 0.07vw);
}

.p1-o {
  background-image: url(../image/part2.png), url(../image/part3.png), url(../image/top-back11.png);
  background-repeat: no-repeat;
  background-size: auto min(330px, 24.44vw), auto min(330px, 24.44vw), cover;
  background-position: top left, top right, center center;
}

.p1-o-container {
  padding-top: min(160px, 11.85vw);
  padding-bottom: min(110px, 8.15vw);
}

.p1-o-h2 {
  width: min(970px, 71.85vw);
  margin: 0 auto;
}

.p1-o-h3 {
  text-align: center;
  margin-top: min(15px, 1.11vw);
}

.p1-o-h3 h3 {
  font-size: clamp(10px, 2.22vw, 30px);
  font-weight: 400;
}

.p1-o-box {
  width: min(1440px, 100vw);
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  margin: 80px auto 0;
}

.p1-o-img {
  width: min(720px, 53.33vw);
  height: auto;
} 

.p1-o-table {
  width: min(500px, 37.04vw);
}

.p1-o-table tr th, .p1-o-table tr td {
  font-size: clamp(9px, 1.19vw, 16px);
  font-weight: 400;
  color: #333;
  line-height: 2;
  padding: min(20px, 1.48vw) min(15px, 1.11vw);
  border-bottom: min(1px, 0.07vw) solid #74BFF9;
}

.p1-o-card {
  text-align: center;
  margin-top: min(37px, 2.74vw);
}

.p1-o-card p {
  font-size: clamp(9px, 1.19vw, 16px);
}

.p1-o-img2 {
  width: min(500px, 37.04vw);
  height: auto;
  margin-top: min(20px, 1.48vw);
}

.p1-o-box2 {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  margin: min(110px, 8.15vw) auto 0;
}

.p1-o-title2 {
  display: flex;
  margin-bottom: min(60px, 4.44vw);
}

.p1-o-box2 .p1-o-h2 {
  width: min(284px, 21.04vw);
  height: auto;
  margin: 0;
}

.p1-o-box2 .p1-o-item {
  width: min(600px, 44.44vw);
}

.p1-o-box2 .p1-o-h3 {
  margin-left: min(30px, 2.22vw);
}

.p1-o-box2 .p1-o-h3 h3 {
  font-size: clamp(10px, 2.22vw, 30px);
}

.p1-o-idou {
  display: flex;
  padding-left: min(50px, 3.7vw);
}

.p1-o-idou-img {
  width: min(94px, 6.96vw);
  height: auto;
  margin-right: min(30px, 2.22vw);
}

.p1-o-idou-text h3 {
  font-size: clamp(10px, 1.48vw, 20px);
  font-weight: 400;
  color: #006fff;
  line-height: 2;
}

.p1-o-idou-text p {
  font-size: clamp(10px, 1.19vw, 16px);
  line-height: 2;
}

.p1-o-text {
  width: min(530px, 42.4vw);
  padding: min(18px, 1.44vw);
  border: min(1px, 0.08vw) solid #006fff;
  margin: min(12px, 0.96vw) 0 0 auto;
}

.p1-o-text p {
  font-size: clamp(9px, 1.12vw, 14px);
  line-height: 2;
}

.p1-o-text p:nth-child(2) {
  color: #FF0000;
}

.p1-o-text p:nth-child(3) {
  padding-top: min(30px, 2.4vw);
}

.p1-o-img-box {
  width: min(550px, 40.74vw);
  margin-right: min(40px, 2.96vw);
}

.p1-o-img-box1 p {
  font-size: clamp(10px, 1.19vw, 16px);
}

.p1-o-img-box1-img {
  display: flex;
  justify-content: space-between;
  margin-top: min(15px, 1.11vw);
}

.p1-o-img-box1-img img {
  width: min(170px, 12.59vw);
}

.p1-o-img-box2 {
  display: flex;
  justify-content: space-between;
  margin-top: min(15px, 1.11vw);
}

.p1-o-img-box2 p {
  font-size: clamp(10px, 1.19vw, 16px);
}

.p1-o-img-box2-img {
  width: min(340px, 25.19vw);
  height: auto;
}

.p1-o-box3 {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  border-top: min(1px, 0.07vw) dashed #34A7FF;
  margin: min(40px, 2.96vw) auto 0;
}

.p1-o-item2 {
  width: min(640px, 47.41vw);
}

.p1-o-box3 .p1-o-idou {
  padding: min(30px, 2.22vw) 0 min(30px, 2.22vw) min(50px, 3.7vw);
  border-bottom: min(1px, 0.07vw) dashed #34A7FF;
}

.p1-o-box3 .p1-o-idou-text {
  width: min(410px, 30.37vw);
}

.p1-o-box3 .table {
  width: 100%;
  max-width: min(550px, 42.31vw);
  color: #333;
  margin-top: min(94px, 7.23vw);
}

.p1-o-box3 .schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-left: 1px solid #3f31d1;
  border-right: 1px solid #3f31d1;
}

.p1-o-box3 .schedule-table th {
  background-color: #2B21B5;
  color: #fff;
  padding: min(15px, 1.15vw) min(5px, 0.38vw);
  font-size: clamp(9px, 1.23vw, 16px);
  font-weight: normal;
}

.p1-o-box3 .schedule-table th:first-child {
  width: min(140px, 10.77vw);
  padding-left: min(14px, 1.08vw);
}

.p1-o-box3 .schedule-table td {
  padding: min(15px, 1.15vw) min(5px, 0.38vw);
  border-bottom: 1px solid #3f31d1;
  font-size: clamp(9px, 1.23vw, 16px);
  color: #3f31d1;
  background-color: #fff;
}

.p1-o-box3 .schedule-table td.time {
  width: min(140px, 10.77vw);
  text-align: left;
  color: #000;
  padding-left: min(14px, 1.08vw);
}

.p1-o-box3 .schedule-table td.off {
  color: #3f31d1;
}

.p1-o-box3 .schedule-table td.triangle {
  font-size: clamp(9px, 1.23vw, 16px);
}

.p1-o-box3 .table-notes {
  margin-top: min(15px, 1.15vw);
  line-height: 1.8;
  font-size: clamp(9px, 1.08vw, 14px);
  color: #444;
}

.p1-o-box4 {
  text-align: center;
  margin-top: min(94px, 6.96vw);
}

.p1-o-box4 img {
  width: min(682px, 50.52vw);
  height: auto;
}

/* フッター */
.footer-container {
  background-image: url(../image/top-back12.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(60px, 4.8vw) 0;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: min(562px, 44.96vw);
  height: auto;
}

.footer-logo p {
  font-size: clamp(9px, 1.28vw, 16px);
  color: #fff;
  line-height: 2;
  padding-top: min(40px, 3.2vw);
}

.footer-box {
  width: min(1210px, 96.8vw);
  display: flex;
  justify-content: space-between;
  margin: min(40px, 3.2vw) auto 0;
}

.footer-item {
  width: min(556px, 44.48vw);
}

.footer-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(20px, 1.6vw);
  width: 100%;
}

.footer-img a {
  width: min(268px, 21.44vw);
  display: block;
}

.footer-img a img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-img2 {
  margin-top: min(50px, 4vw);
}

.footer-img2 img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-table {
  width: min(550px, 44vw);
}

.footer-table .table {
  width: 100%;
  margin: min(20px, 1.6vw) auto;
  color: #333;
}

.footer-table .schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-left: 1px solid #3f31d1;
  border-right: 1px solid #3f31d1;
}

.footer-table .schedule-table th {
  background-color: #2B21B5;
  color: #fff;
  padding: min(15px, 1.2vw) min(5px, 0.4vw);
  font-size: clamp(9px, 1.28vw, 16px);
  font-weight: normal;
}

.footer-table .schedule-table th:first-child {
  width: min(140px, 11.2vw);
  padding-left: min(14px, 1.12vw);
}

.footer-table .schedule-table td {
  padding: min(15px, 1.2vw) min(5px, 0.4vw);
  border-bottom: 1px solid #3f31d1;
  font-size: clamp(9px, 1.28vw, 16px);
  color: #3f31d1;
  background-color: #fff;
}

.footer-table .schedule-table td.time {
  width: min(140px, 11.2vw);
  text-align: left;
  color: #000;
  padding-left: min(14px, 1.12vw);
}

.footer-table .schedule-table td.triangle {
  font-size: clamp(9px, 1.28vw, 16px);
}

.footer-table .table-notes {
  margin-top: min(15px, 1.2vw);
  line-height: 1.8;
  font-size: clamp(9px, 1.12vw, 14px);
}

.footer-table .table-notes p {
  color: #fff;
  margin: 0;
}

.footer-table .table-notes span {
  color: #3f31d1;
  font-weight: bold;
}

.footer-item2 {
  display: flex;
  align-items: center;
  padding-left: min(10px, 0.8vw);
}

.footer-item2:nth-of-type(2) {
  padding-top: min(30px, 2.4vw);
  padding-bottom: min(30px, 2.4vw);
}

.footer-item2:nth-of-type(1) img {
  width: min(28px, 2.24vw);
  height: auto;
}

.footer-item2:nth-of-type(2) img {
  width: min(32px, 2.56vw);
  height: auto;
}

.footer-item2:nth-of-type(3) img {
  width: min(38px, 3.04vw);
  height: auto;
}

.footer-item2 p {
  font-size: clamp(9px, 1.28vw, 16px);
  color: #fff;
  line-height: 1.2;
  padding-left: min(20px, 1.6vw);
}

.footer-map {
  height: min(406px, 32.48vw);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
}

.copy-right {
  text-align: center;
  background-image: url(../image/top-back13.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: min(30px, 2.4vw);
  padding-bottom: min(30px, 2.4vw);
}

.copy-right p {
  font-size: clamp(9px, 1.28vw, 16px);
  color: #fff;
  letter-spacing: 2px;
}

/* トップに戻るボタン */
.page-top {
  position: fixed;
  right: 17px;
  bottom: 57px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

.page-top a {
  display: block;
  text-decoration: none;
}

.page-top img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

 




/* 共通パーツ */
.table {
  width: 100%;
  max-width: min(550px, 55vw);
  margin: min(20px, 2vw) auto;
  color: #333;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-left: 1px solid #3f31d1;
  border-right: 1px solid #3f31d1;
}

.schedule-table th {
  background-color: #2B21B5;
  color: #fff;
  padding: min(15px, 1.5vw) min(5px, 0.5vw);
  font-size: min(16px, 1.6vw);
  font-weight: normal;
}

.schedule-table th:first-child {
  width: min(140px, 14vw);
  padding-left: min(14px, 1.4vw);
}

.schedule-table td {
  padding: min(15px, 1.5vw) min(5px, 0.5vw);
  border-bottom: 1px solid #3f31d1;
  font-size: min(16px, 1.6vw);
  color: #3f31d1;
  background-color: #fff;
}

.schedule-table td.time {
  width: min(140px, 14vw);
  text-align: left;
  color: #000;
  padding-left: min(14px, 1.4vw);
}

.schedule-table td.off {
  color: #3f31d1;
}

.schedule-table td.triangle {
  font-size: min(16px, 1.6vw);
}

.table-notes {
  margin-top: min(15px, 1.5vw);
  line-height: 1.8;
  font-size: min(14px, 1.4vw);
  color: #333;
}

.table-notes p {
  margin: 0;
}

.table-notes span {
  color: #3f31d1;
  font-weight: bold;
}







@media screen and (max-width: 767px) {
  /* 全体 */
  .sp-br, .sp-img {
    display: block;
  }

  .pc-img, .br, .page-top {
    display: none;
  }

  /* ヘッダー */
  .sp-header {
    height: 48px;
  }

  .sp-header-inner {
    padding-left: 7px;
    padding-right: 3px;
  }

  .sp-header-logo img {
    height: 40px;
    width: auto;
  }

  .header-inst, .header-you, .header-tel, .header-web {
    display: none;
  }

  .sp-menu-btn {
    width: 44px;
    height: 44px;
    margin-left: 0;
  }

  .sp-menu-btn span {
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 2px;
  }

  .sp-menu-btn span:nth-child(1) { top: 8px; }
  .sp-menu-btn span:nth-child(2) { top: 15px; }
  .sp-menu-btn span:nth-child(3) { top: 23px; }

  .sp-menu-btn::after {
    bottom: 8px;
    left: 50%;
    font-size: 10px;
  }

  .sp-menu-btn.is-active span:nth-child(1),
  .sp-menu-btn.is-active span:nth-child(3) {
    top: 15px;
  }

  .sp-menu-btn.is-active span:nth-child(1) {
    transform: translateX(-50%) rotate(45deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
  }

  .sp-header-nav {
    position: fixed;
    top: 48px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 44px);
  }

  .sp-nav-list li {
    margin: 10px 0;
  }

  .sp-nav-list li a {
    font-size: 14px;
  }

  .sp-nav-list li a::before {
    font-size: 10px;
    margin-right: 7px;
  }

  /* トップ */
  .main-v {
    height: 720px;
  }

  .slide-img {
    background-position: top;
  }

  /* タイトルを左下に配置 */
  .main-v-container {
    left: 20px;
    bottom: 90px;
  }

  .main-v-title h1 {
    font-size: 40px;
  }

  .main-v-title p {
    font-size: 24px;
    margin-top: 10px;
  }

  .slider-dots {
    bottom: 25px;
    gap: 10px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .dot.is-active {
    width: 10px;
    height: 10px;
  }

  .p1-a-container {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .p1-a-title {
    padding-bottom: 15px;
  }

  .p1-a-h2 {
    border-top: 5px solid #4136B4;
    border-bottom: 5px solid #4136B4;
  }

  .p1-a-h2 img {
    max-width: 350px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .p1-a-h3 h3 {
    font-size: 24px;
    color: #fff;
  }

  .p1-a-span img {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 10px;
  }

  .p1-a-item {
    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 40px auto 0;
  }

  .p1-a-left .p1-a-span, .p1-a-right .p1-a-span {
    max-width: 500px;
    width: 350px;
    height: 43px;
  }

  .p1-a-span {
    padding: 5px 10px;
    box-shadow: 4px 4px 0px #2B21B5;
    margin-bottom: 25px;
  }

  .p1-a-item span {
    font-size: 16px;
    line-height: 1.2;
  }

  .p1-c {
    background-image: url(../image/top-back4.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p1-c-container {
    background-image: url(../image/part2.png), url(../image/part3.png);
    background-repeat: no-repeat;
    background-size: auto 140px;
    background-position: left top -5px, right top -5px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p1-c-h2 img {
    max-width: 317px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .p1-c-h3 {
    margin-top: 20px;
  }

  .p1-c-h3 h3 {
    font-size: 24px;
  }

  .p1-c-item {
    width: 92%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .p1-c-step {
    width: 62px;
    height: 62px;
    position: absolute;
    bottom: 10px;
    left: 5px;
  }

  .p1-c-step p:first-child {
    font-size: 16px;
  }

  .p1-c-step p:last-child {
    font-size: 26px;
  }

  .p1-c-p {
    padding: 8px 0 8px 77px;
  }

  .p1-c-p p {
    font-size: 22px;
  }

  .p1-c-imgbox {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
  }

  .p1-c-img-p {
    line-height: 2;
    padding-top: 0;
  }

  .p1-c-img-p p {
    font-size: 16px;
  }

  .p1-c-img1 img {
    width: 300px;
    height: auto;
  }

  .p1-c-next {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .p1-c-next img {
    width: 80px;
    height: auto;
  }

  .p1-c-last .p1-c-img-p p:first-child {
    padding-bottom: 15px;
  }

  .p1-c-last .p1-c-img-p p:last-child {
    padding-top: 20px;
  }

  .p1-d-container {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .p1-d-h2 img {
    width: 286px;
    height: auto;
    margin: 0 auto;
  }

  .p1-d-h3 {
    padding-top: 20px;
  }

  .p1-d-h3 p {
    font-size: 24px;
  }

  .p1-d-h3 h3 {
    font-size: 30px;
  }

  .p1-d-h3 h3 span {
    font-size: 24px;
  }

  .p1-d-img1 {
    position: relative;
    z-index: 10px;
    margin: 0 8px -25px;
  }

  .p1-d-img1 img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .p1-d-item {
    width: 92%;
    flex-direction: column-reverse;
    align-items: center;
    margin: 37px auto 0;
  }

  .p1-d-text {
    width: 100%;
    background-color: #fff;
    padding: 14px 17px;
    margin-top: 0;
  }

  .p1-d-p {
    background-color: #fff;
    padding: 28px 18px;
    border: 1px solid #291EA7;
  }

  .p1-d-p p:first-child {
    font-size: 22px;
    padding-bottom: 20px;
  }

  .p1-d-p p:last-child {
    font-size: 16px;
  }

  .p1-d-center {
    margin-top: 30px;
  }

  .p1-d-img2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .p1-d-img2 img {
    width: 115px;
    height: auto;
  }

  .p1-d-img2-p {
    display: inline-block;
    position: relative;
    z-index: 10;
    background-image: url(../image/sp-part1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 22px 55px;
  }

  .p1-d-img2-p p {
    font-size: 24px;
  }

  .p1-d-img2-p p span {
    font-size: 18px;
  }

  .p1-d-center-p {
    text-align: left;
    display: inline-block;
    background-color: #fff;
    padding: 90px 12px 20px;
    margin: -70px 6% 0;
    line-height: 2em;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
    font-size: 16px;
  }

  .p1-d-p2 {
    width: 100%;
  }

  .p1-d .rverce {
    flex-direction: column-reverse;
    align-items: center;
  }

  .p1-d .rverce .p1-d-img1 {
    position: relative;
    z-index: 1;
    margin: 0 8px -25px;
  }

  .p1-d .rverce .p1-d-p {
    padding: 14px 16px;
  }

  .p1-e-container {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .p1-e-h2 img {
    width: 228px;
    height: auto;
    margin: 0 auto;
  }

  .p1-e-h3 {
    margin-top: 30px;
  }

  .p1-e-h3 h3 {
    font-size: 40px;
  }

  .p1-e-h3 h3 span {
    font-size: 32px;
  }

  .p1-e-p {
    width: 92%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .p1-e-p p {
    font-size: 16px;
  }

  .p1-e-move {
    width: 92%;
    margin: 0 auto;
  }

  .p1-e-move iframe {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 10px;
  }

  .p1-g {
    background-image: url(../image/part6.png);
    background-repeat: no-repeat;
    background-size: 339px auto;
    background-position: top left;
  }

  .p1-g-container {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .p1-g-h2 img {
    width: 350px;
    height: auto;
  }

  .p1-g-box {
    width: 92%;
    padding: 86px 15px 27px;
    margin: 100px auto 0;
  }

  .p1-g-h3 {
    width: 258px;
    text-align: center;
    transform: translate(-50%, -70%);
    padding: 8px;
  }

  .p1-g-h3 h3 {
    font-size: 26px;
    padding: 15px 0;
  }

  .p1-g-box2 {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .p1-g-item {
    width: 100%;
  }

  .p1-g-span span {
    font-size: 24px;
    padding: 10px 15px;
  }

  .p1-g-p {
    padding: 30px 0 25px;
  }

  .p1-g-p p {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .p1-g-img1 {
    text-align: center;
  }

  .p1-g-img1 img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }

  .p1-h-container {
    background-image: url(../image/sp-part2.png);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: top;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .p1-h-h2 {
    width: 340px;
    height: auto;
    margin: 0 auto;
  }

  .p1-h-h3 {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 120px;
  }

  .p1-h-h3 h3 {
    font-size: 24px;
  }

  .p1-h-box1 {
    width: 100%;
    background-color: unset;
    margin: 0 auto;
  }

  .p1-h-title + .p1-h-box1 .p1-h-item {
    margin-top: 0;
  }

  .p1-h-item {
    width: 92%;
    flex-direction: column-reverse;
    align-items: center;
    background-color: #fff;
    position: relative;
    margin: 80px auto 0;
  }

  .p1-h-box1 .p1-h-item {
    background-image: url(../image/part19.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 207px auto;
    padding-bottom: 50px;
  }

  .p1-h-box1.p1-h-box2 .p1-h-item {
    background-image: url(../image/part20.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 207px auto;
    padding-bottom: 50px;
  }

  .p1-h-img {
    max-width: 530px;
    width: 100%;
    height: auto;
    position: static;
    padding: 0 15px;
  }

  .p1-h-img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .p1-h-text {
    width: 100%;
    background-image: none;
    margin-top: 0;
  }

  .p1-h-text-title {
    width: 108%;
    height: 140px;
    position: relative;
    background-image: url(../image/top-back14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -4%;
  }

  .p1-h-text-title img {
    width: 97px;
    height: auto;
    position: absolute;
    top: 0;
    left: 30px;
    transform: translate(0, -70%);
  }

  .p1-h-text-title h3 {
    font-size: 24px;
    line-height: 1.7;
    padding-top: 0;
  }

  .p1-f-p {
    width: 100%;
    padding: 30px 15px;
    margin-left: 0;
  }

  .p1-f-p p {
    font-size: 16px;
    line-height: 2;
  }

  /* Box2 */
  .p1-h-box2 .p1-h-item {
    justify-content: flex-start;
  }

  .p1-h-box2 .p1-h-text-title img {
    width: 97px;
    height: auto;
    position: absolute;
    top: 0;
    left: auto;
    right: 30px;
    transform: translate(0, -70%);
  }

  .p1-h-box2 .p1-h-text-title {
    background-image: url(../image/top-back15.png);
  }

  .p1-h-box2 .p1-h-img {
    top: min(45px, 3.13vw);
    right: 0;
    left: auto;
  }

  .p1-h-box2 .p1-h-text {
    background-image: none;
  }

  .p1-h-box2 .p1-f-p {
    margin-left: 0;
  }

  /* 個別箇所の可変対応 */
  .p1-h-box1.p1-h-box2:last-of-type .p1-h-img {
    top: 0;
  }

  .p1-h-container > :nth-child(4) .p1-f-p {
    padding-bottom: 30px;
  }

  .p1-h-box1.p1-h-box2:last-of-type .p1-f-p {
    padding-bottom: 30px;
  }

  .p1-j {
    background-color: #E7F5FF;
    background-image: url(../image/top-back7.png), url(../image/part9.png);
    background-repeat: no-repeat;
    background-size: auto 300px, 100% auto;
    background-position: top, bottom;
  }

  .p1-j-container {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .p1-j-h2 img {
    width: 340px;
    height: auto;
    margin: 0 auto;
  }

  .p1-j-h3 {
    margin-top: 25px;
  }

  .p1-j-h3 h3 {
    font-size: 24px;
  }

  .p1-j-item {
    width: 92%;
    text-align: center;
    background-color: #fff;
    padding: 37px 12px;
    margin: 68px auto 0;
  }

  .p1-j-text-h3 h3 {
    font-size: 22px;
  }

  .p1-j-p {
    text-align: left;
    margin-top: 30px;
  }

  .p1-j-p p {
    font-size: 16px;
  }

  .p1-k {
    background-image: url(../image/part10.png), url(../image/part11.png);
    background-repeat: no-repeat;
    background-size: 190px auto;
    background-position: left top -3px, right top -4px;
  }

  .p1-k-container {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .p1-k-h2 img {
    width: 350px;
    height: auto;
    margin: 0 auto;
  }

  .p1-k-h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .p1-k-h3 h3 {
    font-size: 24px;
  }

  .p1-k-item {
    width: 92%;
    padding: 0 15px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 8px 8px 20px rgba(0, 0, 0, 0.15);
  }

  .p1-k-price-list ul {
    margin: 0 0 30px 0;
  }

  .p1-k-price-list li {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3FC9FF;
  }

  .p1-k-label {
    font-size: 16px;
    margin-left: 5px;
  }

  .p1-k-price {
    font-size: 16px;
    margin-left: 14px;
  }

  .p1-k-notes p {
    font-size: 14px;
    margin-bottom: 0;
    color: #333;
    text-align: left;
    line-height: 2;
  }

  .p1-k-box {
    width: 92%;
    text-align: left;
    margin: 40px auto 0;
  }

  .p1-k-box p {
    font-size: 16px;
  }

  .p1-k-img {
    width: 327px;
    height: auto;
    margin: 25px auto 0;
  }

  .p1-n-container {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .p1-n-h2 {
    width: 130px;
    height: auto;
  }

  .p1-n-h3 {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .p1-n-h3 h3 {
    font-size: 24px;
  }

  .p1-n-box {
    width: 92%;
    margin: 0 auto;
  }

  .accordion {
    width: 100%;
  }

  .faq {
    margin-bottom: 20px;
  }

  .question {
    font-size: 16px;
    padding-right: 30px;
  }

  .question span {
    width: 43px;
    height: 53px;
    font-size: 24px;
    margin-right: 10px;
  }

  #faq06 + .question span,
  #faq09 + .question span {
    height: 78px;
  }

  .question:after,
  .question:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2;
    height: 16px;
    background-color: #fff;
    transition: all 0.3s;
  }

  .anser span {
    font-size: 16px;
  }

  .anser div {
    font-size: 16px;
    padding: 20px 25px;
  }

  .p1-l-container {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .p1-l-h2 img {
    width: 340px;
    height: auto;
    margin: 0 auto;
  }

  .p1-l-h3 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .p1-l-h3 h3 {
    font-size: 24px;
  }

  .p1-l-p {
    width: 92%;
  }

  .p1-l-p p {
    font-size: 16px;
    line-height: 2;
  }

  .p1-m {
    background-image: url(../image/top-back10.png);
    background-repeat: no-repeat;
    background-size: 150% auto;
    background-position: top;
  }

  .p1-m-container {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .p1-m-title {
    text-align: center;
    margin-right: 0;
  }

  .p1-m-h2 img {
    max-width: 310px;
    height: auto;
  }

  .p1-m-h3 {
    margin-top: 15px;
  }

  .p1-m-h3 h3 {
    font-size: 24px;
  }

  .p1-m-box1 {
    width: 90%;
    margin: 0 auto;
  }

  .p1-m-box1 .p1-m-text {
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .p1-m-box1 .p1-m-text h3 {
    font-size: 30px;
  }

  .p1-m-box1 .p1-m-text p {
    font-size: 20px;
  }

  .p1-m-box1 .p1-m-p p {
    font-size: 16px;
  }

  .p1-m-box2 {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px;
    margin: 50px auto 0;
  }

  .p1-m-box2 .p1-m-text {
    width: 92%;
    padding: 15px 13px 35px;
    margin-top: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .p1-m-box2 .p1-m-text-h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #34A7FF;
  }

  .p1-m-box2 .p1-m-text-h3 h3 {
    font-size: 24px;
  }

  .p1-m-table {
    margin-top: 15px;
  }

  .p1-m-table table tr th, .p1-m-table table tr td {
    font-size: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #A3E4FD;
  }

  .p1-m-table table tr th {
    width: 52px;
  }

  .p1-m-table table tr td {
    padding-left: 13px;
  }

  .p1-m-img-box {
    width: 100%;
    margin: 0 auto;
    align-self: flex-start;
    padding-bottom: 120px;
  }

  .p1-m-img1 {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .p1-m-img2 {
    width: 260px;
    bottom: 0;
    right: auto;
    left: -25px;
  }

  .p1-m-box3 {
    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin: 35px auto 0;
  }

  .p1-m-container > div:nth-child(5) {
    flex-direction: column-reverse;
  }

  .p1-m-box3 .p1-m-item {
    width: 100%;
    padding: 15px 13px 35px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .p1-m-box3 .p1-m-text-h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #34A7FF;
  }

  .p1-m-box3 .p1-m-text-h3 h3 {
    font-size: 24px;
  }

  .p1-m-box3 .p1-m-ul {
    margin-top: 15px;
  }

  .p1-m-box3 .p1-m-ul li {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .p1-m-box4 {
    width: 92%;
    margin: 35px auto 0;
  } 

  .p1-m-box4 .p1-m-item {
    padding: 15px 15px 35px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .p1-m-box4 .p1-m-text-h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #34A7FF;
  }

  .p1-m-box4 .p1-m-text-h3 h3 {
    font-size: 24px;
  }

  .p1-m-box4 .p1-m-ul {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }

  .p1-m-box4 .p1-m-ul li {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .p1-o {
    background-image: url(../image/part2.png), url(../image/part3.png), url(../image/top-back11.png);
    background-repeat: no-repeat;
    background-size: auto 136px, auto 136px, cover;
    background-position: top left, top right, center center;
  }

  .p1-o-container {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .p1-o-h2 {
    width: 332px;
    margin: 0 auto;
  }

  .p1-o-h3 {
    margin-top: 15px;
  }

  .p1-o-h3 h3 {
    font-size: 24px;
  }

  .p1-o-box {
    width: 90%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    margin: 38px auto 0;
  }

  .p1-o-img {
    width: 100%;
    height: auto;
  } 

  .p1-o-table {
    width: 100%;
  }

  .p1-o-table tr th, .p1-o-table tr td {
    text-align: left;
    display: block;
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #74BFF9;
  }

  .p1-o-table tr th {
    border-bottom: none;
    padding-bottom: 0;
  }

  .p1-o-table tr td {
    padding-top: 0;
  }

  .p1-o-card {
    text-align: left;
    margin-top: 35px;
  }

  .p1-o-card p {
    font-size: 16px;
  }

  .p1-o-img2 {
    width: 335px;
    height: auto;
    margin: 12px auto 0;
  }

  .p1-o-box2 {
    width: 90%;
    flex-direction: column;
    margin: 66px auto 0;
  }

  .p1-o-title2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .p1-o-box2 .p1-o-h2 {
    width: 284px;
    margin: 0 auto;
  }

  .p1-o-box2 .p1-o-item {
    width: 100%;
  }

  .p1-o-box2 .p1-o-h3 {
    margin-left: 0;
  }

  .p1-o-box2 .p1-o-h3 h3 {
    font-size: 24px;
  }

  .p1-o-idou {
    justify-content: center;
    padding-left: 0;
  }

  .p1-o-idou-img {
    width: 75px;
    height: auto;
    margin-right: 20px;
  }

  .p1-o-idou-text h3 {
    font-size: 20px;
  }

  .p1-o-idou-text p {
    font-size: 16px;
    line-height: 2;
  }

  .p1-o-text {
    max-width: 500px;
    width: 100%;
    padding: 18px 10px;
    border: 1px solid #006fff;
    margin: 18px auto 0;
  }

  .p1-o-text p {
    font-size: 14px;
    line-height: 2;
  }

  .p1-o-text p:nth-child(3) {
    padding-top: 0;
  }

  .p1-o-img-box {
    width: 100%;
    margin: 20px auto 0;
  }

  .p1-o-img-box1 p {
    font-size: 16px;
  }

  .p1-o-img-box1-img {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }

  .p1-o-img-box1-img img {
    width: 30%;
  }

  .p1-o-img-box2 {
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
  }

  .p1-o-img-box2 p {
    font-size: 16px;
  }

  .p1-o-img-box2-img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .p1-o-box3 {
    width: 90%;
    flex-direction: column;
    align-items: center;
    border-top: 1px dashed #34A7FF;
    margin: 30px auto 0;
  }

  .p1-o-item2 {
    width: 100%;
  }

  .p1-o-box3 .p1-o-idou {
    padding: 24px 0;
    border-bottom: 1px dashed #34A7FF;
  }

  .p1-o-box3 .p1-o-idou-text {
    width: 100%;
  }

  .p1-o-box3 .table {
    max-width: 355px;
    margin-top: 34px;
  }

  .p1-o-box3 .schedule-table th {
    padding: 10px 8px;
    font-size: 14px;
  }

  .p1-o-box3 .schedule-table th:first-child {
    width: 80px;
    padding-left: 8px;
  }

  .p1-o-box3 .schedule-table td {
    padding: 10px 3px;
    font-size: 14px;
  }

  .p1-o-box3 .schedule-table td.time {
    width: 80px;
    padding-left: 8px;
  }

  .p1-o-box3 .schedule-table td.triangle {
    font-size: 14px;
  }

  .p1-o-box3 .table-notes {
    margin-top: 8px;
    font-size: 14px;
    padding-left: 0;
  }

  .p1-o-box4 {
    text-align: center;
    margin-top: 40px;
  }

  .p1-o-box4 img {
    width: 335px;
    height: auto;
    margin: 0 auto;
  }





  /* 共通パーツ */
  .table {
    width: 100%;
    max-width: 335px;
    margin: 10px auto;
    color: #333;
  }

  .schedule-table th {
    background-color: #2B21B5;
    color: #fff;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: normal;
  }

  .schedule-table th:first-child {
    width: 80px;
    padding-left: 5px;
  }

  .schedule-table td {
    padding: 10px 5px;
    border-bottom: 1px solid #3f31d1;
    font-size: 10px;
    color: #3f31d1;
    background-color: #fff;
  }

  .schedule-table td.time {
    width: 80px;
    text-align: left;
    font-size: 12px;
    color: #000;
    padding-left: 5px;
  }

  .schedule-table td.off {
    color: #3f31d1;
  }

  .schedule-table td.triangle {
    font-size: 10px;
  }

  .table-notes {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 12px;
    color: #333;
    padding-left: 5px;
  }


  /* フッター */
  .footer-container {
    padding: 34px 0 58px;
  }

  .footer-logo img {
    width: 312px;
    height: auto;
    margin: 0 auto;
  }

  .footer-logo p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    padding-top: 20px;
  }

  .footer-box {
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin: 36px auto 0;
  }

  .footer-item {
    width: 100%;
  }

  .footer-img {
    flex-direction: column;
    align-items: center;
    row-gap: 23px;
    width: 100%;
  }

  .footer-img a {
    width: 268px;
    display: block;
  }

  .footer-img2 {
    margin-top: 50px;
  }

  .footer-img2 img {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .footer-table {
    width: 335px;
  }

  .footer-table .table {
    width: 100%;
    margin: 60px auto;
  }

  .footer-table .schedule-table th {
    padding: 10px 8px;
    font-size: 14px;
  }

  .footer-table .schedule-table th:first-child {
    width: 80px;
    padding-left: 8px;
  }

  .footer-table .schedule-table td {
    padding: 10px 3px;
    font-size: 14px;
  }

  .footer-table .schedule-table td.time {
    width: 80px;
    padding-left: 8px;
  }

  .footer-table .schedule-table td.triangle {
    font-size: 14px;
  }

  .footer-table .table-notes {
    margin-top: 8px;
    font-size: 14px;
    padding-left: 0;
  }

  .footer-item2 {
    padding-left: 0;
  }

  .footer-item2:nth-of-type(2) {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-item2:nth-of-type(1) img {
    width: 28px;
    height: auto;
  }

  .footer-item2:nth-of-type(2) img {
    width: 32px;
    height: auto;
  }

  .footer-item2:nth-of-type(3) img {
    width: 38px;
    height: auto;
  }

  .footer-item2 p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    padding-left: 10px;
  }

  .footer-item2:nth-of-type(1) p {
    padding-left: 24px;
  }

  .footer-item2:nth-of-type(2) p {
    padding-left: 18px;
  }

  .footer-map {
    height: 272px;
  }

  .footer-map iframe {
    width: 100%;
    height: 100%;
  }

  .copy-right {
    text-align: center;
    background-image: url(../image/top-back13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .copy-right p {
    font-size: 16px;
  }

  .sp-footer-fixed {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
    align-items: stretch;
  }

  .sp-footer-fixed > a, 
  .sp-footer-fixed .sns-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .menu-tel { 
    background-color: #A0E9FF; 
  }
  .menu-web { 
    background-color: #33A1FF; 
  }
  .sns-group { 
    background-color: #E0F2FF; 
  }

  .sp-footer-fixed .menu-top { 
    background-color: #2D29BF; 
    flex: 0 0 60px;
    width: 60px;
  }

  .sns-group a {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-footer-fixed img {
    width: auto;
    height: auto;
  }

  .menu-tel img { width: 40px; }
  .menu-web img { width: 78px; }
  .menu-youtube img { width: 60px; }
  .menu-insta img { width: 60px; }
  .menu-top img { width: 25px; }

  body { padding-bottom: 60px; }

} 


@media screen and (max-width: 430px) {
  /* トップ */

  .slide-img {
    background-position: top;
  }

  /* 背景画像パスの設定 */
  .slide1 { background-image: url(../image/sp-top-back1.png); }
  .slide2 { background-image: url(../image/sp-top-back2.png); }
  .slide3 { background-image: url(../image/sp-top-back3.png); }

  .p1-d-container {
    background-image: url(../image/sp-top-back4.png);
  }

  .p1-e {
    background-image: url(../image/sp-top-back5.png);
  }

  .p1-j {
    background-color: #E7F5FF;
    background-image: url(../image/sp-top-back6.png), url(../image/sp-part5.png);
    background-repeat: no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: top, bottom;
  }

  .p1-n {
    background-image: url(../image/sp-top-back7.png);
  }

  .p1-l {
    background-image: url(../image/sp-top-back8.png);
  }

  .p1-m {
    background-image: url(../image/sp-top-back9.png);
    background-size: 100% auto;
  }


  /* フッター */
  .footer-container {
    background-image: url(../image/sp-part2.png), url(../image/sp-top-back10.png);
    background-size: 100% auto, cover;
    background-position: top, center;
    background-repeat: no-repeat;
  }


}


@media screen and (max-width: 375px) {
  /* トップ */
  .p1-h-text-title {
    background-image: url(../image/sp-part3.png);
  }

  .p1-h-box2 .p1-h-text-title {
      background-image: url(../image/sp-part4.png);
  }

  .p1-h-box1 .p1-h-text-title {
    justify-content: flex-end;
  }
  
  .p1-h-box2 .p1-h-text-title {
    justify-content: flex-start;
  }

  .p1-h-box1:nth-child(2) .p1-h-text-title {
    padding-right: 10px;
  }

  .p1-h-box1:nth-child(4) .p1-h-text-title {
    padding-right: 30px;
  }

  .p1-h-box2:nth-child(3) .p1-h-text-title {
    padding-left: 56px;
  }

  .p1-h-box2:nth-child(5) .p1-h-text-title {
    padding-left: 70px;
  }
} 