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

li {
  list-style: none;
}

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

a:hover {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
a,
p,
span,
th,
td,
li {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #82604d;
  letter-spacing: 0.1em;
}

.color1 {
  color: #f0a557;
}

.color2 {
  color: #72cae1;
}

.color3 {
  color: #7fdb5e;
}

.color4 {
  color: #f2d254;
}

.color5 {
  color: #f09d9d;
}

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

/* 消してる要素 */
.sp-header,
.sp {
  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);
}

/* ヘッダー */
/* 1350 */
#header {
  width: 100%;
  height: min(100px, 7.41vw);
}

.header-container {
  width: 100%;
  height: 100%;
  padding: 0 min(40px, 2.96vw);
}

.header-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: min(350px, 25.93vw);
}

.header-link {
  height: 100%;
  display: flex;
  align-items: center;
  gap: min(5px, 0.37vw);
}

.header-access,
.header-web {
  width: min(200px, 14.81vw);
}

/* トップ */
/* 1440 */
.main-v {
  width: 100%;
}

.main-v-container {
  position: relative;
  width: calc(1360 / 1440 * 100%);
  aspect-ratio: 1360 / 760;
  overflow: visible;
  margin: 0 auto;
}

.main-v-video {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: min(40px, 2.78vw);
  object-fit: cover;
}

.main-v-title {
  position: absolute;
  bottom: min(40px, 2.78vw);
  left: min(40px, 2.78vw);
  z-index: 10;
}

.main-v-title h1 {
  font-size: min(36px, 2.5vw);
  font-family: "Kaisei Decol", serif;
  -webkit-text-stroke: min(5px, 0.35vw) #fff;
  paint-order: stroke fill;
  text-shadow: 0 min(4px, 0.28vw) min(10px, 0.69vw) rgba(0, 0, 0, 0.25);
  line-height: 1.4;
}

.main-v-title h1 span {
  font-size: min(48px, 3.33vw);
  font-family: "Kaisei Decol", serif;
  -webkit-text-stroke: min(5px, 0.35vw) #fff;
  paint-order: stroke fill;
  text-shadow: 0 min(4px, 0.28vw) min(10px, 0.69vw) rgba(0, 0, 0, 0.25);
  line-height: 1.4;
}

/* 1440 */
.nav-container {
  height: min(90px, 6.25vw);
  margin: 0 auto;
}

.nav-box {
  width: 100%;
  height: 100%;
}

.nav-box nav {
  height: 100%;
}

.nav-box ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-box ul li a {
  display: inline-block;
  font-size: clamp(9px, 1.11vw, 16px);
  font-weight: bold;
  line-height: 1.2;
  padding: 0 min(30px, 1.875vw);
  border-right: min(2px, 0.14vw) solid #82604d;
}

.nav {
  width: 100%;
  transition: 0.3s;
}

.nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

.nav-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2.78vw);
}

.nav .header-link {
  display: none;
}

.nav.fixed .header-link {
  display: flex;
  align-items: center;
  gap: min(5px, 0.35vw);
}

/* 1350 */
.p1-a-container {
  background-image: url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: min(60px, 4.44vw) 0 min(130px, 9.63vw);
}

.p1-a-box {
  width: min(800px, 59.26vw);
  height: min(539px, 39.93vw);
  margin: 0 auto;
  position: relative;
}

.p1-a-box .book-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.p1-a-box .book-wrap input {
  display: none;
}

.p1-a-box .page {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.p1-a-box .page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p1-a-box .page1,
.p1-a-box .page3,
.p1-a-box .page5 {
  left: 50%;
  transform-origin: left;
  /* perspectiveの数値も画面に合わせて調整 */
  transform: perspective(min(1500px, 111.11vw)) rotateY(0deg);
}

.p1-a-box .page2,
.p1-a-box .page4 {
  right: 50%;
  transform-origin: right;
  transform: perspective(min(1500px, 111.11vw)) rotateY(180deg);
}

.p1-a-box .page1 {
  z-index: 10;
}
.p1-a-box .page2 {
  z-index: 9;
}

.p1-a-box .page3 {
  z-index: 8;
}
.p1-a-box .page4 {
  z-index: 7;
}

.p1-a-box .page5 {
  z-index: 6;
}

#concept_ch01:checked ~ .page1 {
  transform: perspective(min(1500px, 111.11vw)) rotateY(-180deg);
  z-index: 1;
  transition:
    transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    z-index 0s 0.7s;
}

#concept_ch01:checked ~ .page2 {
  transform: perspective(min(1500px, 111.11vw)) rotateY(0deg);
  z-index: 2;
  transition:
    transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    z-index 0s 0.7s;
}

#concept_ch02:checked ~ .page3 {
  transform: perspective(min(1500px, 111.11vw)) rotateY(-180deg);
  z-index: 1;
  transition:
    transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    z-index 0s 0.7s;
}

#concept_ch02:checked ~ .page4 {
  transform: perspective(min(1500px, 111.11vw)) rotateY(0deg);
  z-index: 3;
  transition:
    transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    z-index 0s 0.7s;
}

#concept_ch03:checked ~ .page5 {
  transform: perspective(min(1500px, 111.11vw)) rotateY(-180deg);
}

.p1-a-box .page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.p1-a-box2 {
  width: min(1280px, 94.81vw);
  background-image: url(../image/top-back11.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: min(57px, 4.22vw) 0 min(43px, 3.19vw);
  border-radius: min(50px, 3.7vw);
  margin: min(80px, 5.93vw) auto 0;
}

.p1-a-title2 {
  width: min(1120px, 82.96vw);
  text-align: center;
  position: absolute;
  top: min(-35px, -2.59vw);
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  background-color: #eb5f49;
  padding: min(20px, 1.48vw) 0;
  border-radius: min(50px, 3.7vw);
}

.p1-a-title2 h3 {
  font-size: min(24px, 1.78vw);
  color: #fff;
  line-height: 1.2;
}

.p1-a-item2 h4 {
  text-align: center;
  font-size: min(24px, 1.78vw);
  line-height: 2;
}

.p1-a-item2 p {
  text-align: center;
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  line-height: 2;
}

.p1-a-img-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2.96vw);
  margin-top: min(36px, 2.67vw);
}

.p1-a-img2 {
  width: min(190px, 14.07vw);
  height: min(190px, 14.07vw);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.74vw);
}

.p1-a-img2 p {
  font-size: min(24px, 1.78vw);
  line-height: 1.6;
}

.p1-a-img2:nth-of-type(1) {
  background-image: url(../image/top-back12.png);
}

.p1-a-img2:nth-of-type(2) {
  background-image: url(../image/top-back13.png);
}

.p1-a-img2:nth-of-type(3) {
  background-image: url(../image/top-back14.png);
}

.p1-a-img2:nth-of-type(4) {
  background-image: url(../image/top-back15.png);
}

.p1-a-img2:nth-of-type(1) img {
  width: min(80px, 5.93vw);
  height: auto;
}

.p1-a-img2:nth-of-type(2) img {
  width: min(60px, 4.44vw);
  height: auto;
}

.p1-a-img2:nth-of-type(3) img {
  width: min(48px, 3.56vw);
  height: auto;
}

.p1-a-img2:nth-of-type(4) img {
  width: min(50px, 3.7vw);
  height: auto;
}

/* 1440 */
.p1-b-container {
  padding: min(52px, 3.61vw) 0 min(125px, 8.68vw);

  background-image:
    url(../image/top-back16.png), url(../image/top-back2.png),
    url(../image/top-back3.png), url(../image/top-back4.png),
    url(../image/top-back5.png);

  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;

  background-position:
    left top,
    left top max(-520px, -36.11vw),
    right top,
    calc(50% + min(50px, 3.47vw)) center,
    right bottom min(53px, 3.68vw);

  background-size:
    min(300px, 20.83vw) auto,
    min(730px, 50.69vw) auto,
    min(228px, 15.83vw) auto,
    min(269px, 18.68vw) auto,
    min(448px, 31.11vw) auto;
}

.p1-b-title {
  text-align: center;
  position: relative;
}

.p1-b-title img {
  width: min(498px, 34.58vw);
  height: auto;
  margin: 0 auto;
}

.p1-b-title p {
  font-size: min(32px, 2.22vw);
  font-weight: bold;
  padding-top: min(24px, 1.67vw);
}

.p1-b-img1 {
  width: min(142px, 9.86vw);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(calc(-50% - min(375px, 26.04vw)));
}

.p1-b-img2 {
  width: min(269px, 18.68vw);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(calc(-50% + min(400px, 27.78vw)));
}

.p1-b-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(160px, 11.11vw);
}

.p1-b-img3 {
  width: 50%;
}

.p1-b-text-box {
  width: 50%;
}

.p1-b-text-box .p1-text-box {
  width: min(560px, 38.89vw);
  margin: 0 auto;
}

.p1-b-img4 {
  width: min(196px, 13.61vw);
  position: absolute;
  left: 0;
  bottom: max(-85px, -5.9vw);
  z-index: 5;
}

/* 1440 */
.p1-c-container {
  background-image: url(../image/top-back6.png), url(../image/top-back7.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position:
    left top,
    left bottom;
  padding: min(84px, 5.83vw) 0;
}

.p1-c .p1-tixt-title h3 {
  color: #72cae1;
}

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

.p1-c-box {
  width: 100%;
  overflow: hidden;
  margin-top: min(54px, 3.75vw);
}

.p1-c-img-box {
  width: min(1660px, 115.28vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2.78vw);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p1-c-img {
  width: min(300px, 20.83vw);
}

/* 1440 */
.p1-d-container {
  padding: min(60px, 4.17vw) 0 min(154px, 10.69vw);
}

.p1-d-box {
  width: min(1280px, 88.89vw);
  display: flex;
  align-items: center;
  gap: min(80px, 5.56vw);
  position: relative;
  margin: 0 auto;
}

.p1-d-img {
  width: min(560px, 38.89vw);
}

.p1-d-text-box {
  width: min(560px, 38.89vw);
}

.p1-d .p1-tixt-title h3 {
  color: #f2d254;
}

.p1-d-img2 {
  width: min(211px, 14.65vw);
  position: absolute;
  left: max(-80px, -5.56vw);
  bottom: max(-20px, -1.39vw);
}

.p1-d-img3 {
  width: min(160px, 11.11vw);
  position: absolute;
  right: max(-70px, -4.86vw);
  bottom: 0;
}

/* 1440 */
.p1-e {
  background-color: #faf0e1;
}

.p1-e-container {
  position: relative;
  padding-top: min(60px, 4.17vw);
}

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

.p1-e-title img {
  width: min(461px, 32.01vw);
  height: auto;
  margin: 0 auto;
}

.p1-e-title p {
  font-size: min(32px, 2.22vw);
  padding-top: min(20px, 1.39vw);
}

.p1-e-box {
  display: flex;
  margin-top: min(50px, 3.47vw);
}

.p1-e-item {
  flex: 1;
}

.p1-e-text {
  height: min(278px, 19.31vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2.78vw);
  background-repeat: no-repeat;
  background-size: cover;
}

.p1-e-item:nth-of-type(1) .p1-e-text {
  background-image: url(../image/top-back17.png);
}

.p1-e-item:nth-of-type(2) .p1-e-text {
  background-image: url(../image/top-back18.png);
}

.p1-e-item:nth-of-type(3) .p1-e-text {
  background-image: url(../image/top-back19.png);
}

.p1-e-item:nth-of-type(1) .p1-e-text img {
  width: min(70px, 4.86vw);
  height: auto;
}

.p1-e-item:nth-of-type(2) .p1-e-text img {
  width: min(87px, 6.04vw);
  height: auto;
}

.p1-e-item:nth-of-type(3) .p1-e-text img {
  width: min(119px, 8.26vw);
  height: auto;
}

.p1-e-text p {
  font-size: min(45px, 3.13vw);
  font-weight: bold;
  color: #fff;
}

.p1-e-link a {
  width: min(252px, 17.5vw);
  height: min(68px, 4.72vw);
  font-size: min(18px, 1.25vw);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: min(50px, 3.47vw);
  margin: max(-40px, -2.78vw) auto 0;
}

.p1-e-item:nth-of-type(1) .p1-e-link a {
  color: #5b9000;
  border: min(2px, 0.14vw) solid #5b9000;
}

.p1-e-item:nth-of-type(2) .p1-e-link a {
  color: #f7b530;
  border: min(2px, 0.14vw) solid #f7b530;
}

.p1-e-item:nth-of-type(3) .p1-e-link a {
  color: #eb76a9;
  border: min(2px, 0.14vw) solid #eb76a9;
}

.p1-e-img2 {
  width: min(204px, 14.17vw);
  position: absolute;
  top: 0;
  left: min(60px, 4.17vw);
  z-index: 5;
}

.p1-e-img3 {
  width: min(204px, 14.17vw);
  position: absolute;
  top: max(-52px, -3.61vw);
  right: min(60px, 4.17vw);
  z-index: 5;
}

.p1-e-img4 {
  width: min(170px, 11.81vw);
  position: absolute;
  top: max(-40px, -2.78vw);
  left: 0;
  z-index: 10;
}

.p1-e-img5 {
  width: min(226px, 15.69vw);
  position: absolute;
  top: max(-65px, -4.51vw);
  right: 0;
  z-index: 10;
}

/* 1440 */
.p1-f {
  background-color: #faf0e1;
}

.p1-f-container {
  position: relative;
  padding-top: min(135px, 9.38vw);
}

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

.p1-f-title img {
  width: min(804px, 55.83vw);
  height: auto;
  margin: 0 auto;
}

.p1-f-title p {
  font-size: min(32px, 2.22vw);
  padding-top: min(20px, 1.39vw);
}

.p1-f-box {
  display: flex;
  background-image: url(../image/top-back8.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(140 / 1440 * 100%) 0 calc(420 / 1440 * 100%);
  margin-top: min(110px, 7.64vw);
}

.p1-f-item {
  flex: 1;
  position: relative;
  border-radius: min(20px, 1.39vw);
  padding: min(194px, 13.47vw) min(32px, 2.22vw) min(40px, 2.78vw);
}

.p1-f-item:nth-of-type(1) {
  background-color: #d0f6c2;
}

.p1-f-item:nth-of-type(2) {
  background-color: #f8dcbe;
}

.p1-f-item:nth-of-type(3) {
  background-color: #c4f0fb;
}

.p1-f-item:nth-of-type(4) {
  background-color: #f6cbcb;
}

.p1-f-img {
  width: min(240px, 16.67vw);
  position: absolute;
  top: max(-80px, -5.56vw);
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}

.p1-f-span {
  width: min(240px, 16.67vw);
  height: min(54px, 3.75vw);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  border-radius: min(50px, 3.47vw);
  margin: max(-70px, -4.86vw) auto 0;
}

.p1-f-item:nth-of-type(1) .p1-f-span {
  background-color: #7fdb5e;
}

.p1-f-item:nth-of-type(2) .p1-f-span {
  background-color: #f0a557;
}

.p1-f-item:nth-of-type(3) .p1-f-span {
  background-color: #72cae1;
}

.p1-f-item:nth-of-type(4) .p1-f-span {
  background-color: #eb5f49;
}

.p1-f-span span {
  font-size: min(28px, 1.94vw);
  font-weight: bold;
  color: #fff;
}

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

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

.p1-f-im2 {
  width: min(40px, 2.78vw);
  position: absolute;
  right: min(15px, 1.04vw);
  bottom: min(15px, 1.04vw);
  z-index: 5;
}

.p1-f-img3 {
  width: min(225px, 15.63vw);
  position: absolute;
  top: min(40px, 2.78vw);
  left: 0;
  z-index: 5;
}

.p1-f-img4 {
  width: min(228px, 15.83vw);
  position: absolute;
  top: min(193px, 13.4vw);
  left: min(40px, 2.78vw);
  z-index: 10;
}

.p1-f-img5 {
  width: min(220px, 15.28vw);
  position: absolute;
  top: min(150px, 10.42vw);
  right: 0;
  z-index: 5;
}

.p1-f-img6 {
  width: min(270px, 18.75vw);
  position: absolute;
  top: min(85px, 5.9vw);
  right: min(20px, 1.39vw);
  z-index: 10;
}

/* 1440 */
.p1-g {
  position: relative;
  margin-top: calc(-350 / 1440 * 100vw);
}

.p1-g-container {
  background-image: url(../image/top-back9.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: calc(368 / 1440 * 100%) 0 calc(126 / 1440 * 100%);
}

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

.p1-g-title img {
  width: min(528px, 36.67vw);
  height: auto;
  margin: 0 auto;
}

.p1-g-title p {
  font-size: min(32px, 2.22vw);
  padding-top: min(20px, 1.39vw);
}

.p1-g-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(30px, 2.08vw);
}

.p1-g-text {
  width: min(660px, 45.83vw);
}

.p1-g-text p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
}

.p1-g-img-box {
  width: min(404px, 28.06vw);
  position: relative;
}

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

.p1-g-img2 {
  width: min(161px, 11.18vw);
  position: absolute;
  left: max(-15px, -1.04vw);
  bottom: min(10px, 0.69vw);
  z-index: 5;
}

.p1-g-img3 {
  width: min(207px, 14.38vw);
  position: absolute;
  top: max(-26px, -1.81vw);
  left: min(25px, 1.74vw);
  z-index: 5;
}

.p1-g-img4 {
  width: min(178px, 12.36vw);
  position: absolute;
  top: 0;
  left: min(280px, 19.44vw);
  z-index: 5;
}

.p1-g-img5 {
  width: min(147px, 10.21vw);
  position: absolute;
  top: min(10px, 0.69vw);
  right: min(86px, 5.97vw);
  z-index: 5;
}

.p1-g-img6 {
  width: min(74px, 5.14vw);
  position: absolute;
  top: max(-28px, -1.94vw);
  right: min(20px, 1.39vw);
  z-index: 5;
}

.p1-g-img7 {
  width: min(558px, 38.75vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.p1-g-img8 {
  width: min(580px, 40.28vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

/* 1440 */
.p1-h-container {
  background-color: #fde37e;
  padding: min(80px, 5.56vw) 0;
}

.p1-h-title {
  width: min(440px, 30.56vw);
  margin: 0 auto;
}

.p1-h-box {
  margin-top: min(40px, 2.78vw);
}

.marqueer {
  overflow: hidden;
}

.marqueer ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}

.marqueer ul li {
  list-style: none;
  padding: 0 min(10px, 0.69vw);
  width: min(320px, 22.22vw);
}

.marqueer img {
  display: block;
  width: 100%;
}

/* トップ共通 */
/* 1440 */
.p1-tixt-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(5px, 0.35vw);
}

.p1-tixt-title h3 {
  font-size: min(32px, 2.22vw);
  color: #eb5f49;
}

.p1-tixt-title img {
  width: min(60px, 4.17vw);
  height: auto;
}

.p1-text {
  margin-top: min(24px, 1.67vw);
}

.p1-text h4 {
  text-align: center;
  font-size: min(32px, 2.22vw);
  font-weight: 400;
}

.p1-text p {
  font-size: min(16px, 1.11vw);
  font-weight: bold;
  line-height: 2;
  padding-top: min(24px, 1.67vw);
}

/* 初めての方へ */
/* 1350 */
.p2-a-container {
  padding: min(60px, 4.44vw) 0;
}

.p2-a-box {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  margin: min(40px, 2.96vw) auto 0;
}

.p2-a-item {
  width: min(640px, 47.41vw);
}

.p2-a-img {
  width: min(600px, 44.44vw);
}

/* 1350 */
.p2-b {
  background-image: url(../image/p2-back5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p2-b-container {
  padding: min(40px, 2.96vw) 0 min(60px, 4.44vw);
}

.p2-b .h2-title2 img {
  width: min(494px, 36.59vw);
}

.p2-b-box {
  width: min(1280px, 94.81vw);
  background-color: #fff;
  padding: min(40px, 2.96vw) min(80px, 5.93vw);
  border-radius: min(30px, 2.22vw);
  margin: min(30px, 2.22vw) auto 0;
}

.p2-b-box ul {
  display: grid;
  grid-template-columns: repeat(2, min(540px, 40vw));
  column-gap: min(40px, 2.96vw);
}

.p2-b-box ul li {
  font-size: min(18px, 1.33vw);
  display: flex;
  align-items: center;
  gap: min(10px, 0.74vw);
  padding: min(20px, 1.48vw) 0;
  border-bottom: min(1px, 0.07vw) dashed #82604d;
}

.p2-b-box ul li img {
  width: min(18px, 1.33vw);
  height: auto;
}

/* 1350 */
.p2-c-container {
  padding-top: min(80px, 5.93vw);
}

.p2-c .p2-a-box {
  flex-direction: row-reverse;
  margin-top: min(70px, 5.19vw);
}

.p2-c .h3-title2 {
  margin: min(70px, 5.19vw) auto min(20px, 1.48vw);
}

/* 1350 */
.p2-d-container {
  padding-top: min(80px, 5.93vw);
}

.p2-d-box-box {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(52px, 3.85vw) 0 min(60px, 4.44vw);
  margin-top: min(60px, 4.44vw);
}

.p2-d .h2-title2 h2 {
  color: #f0a557;
}

.p2-d-box {
  width: min(1280px, 94.81vw);
  background-color: #fff;
  padding: min(40px, 2.96vw) min(80px, 5.93vw);
  border-radius: min(30px, 2.22vw);
  margin: min(50px, 3.7vw) auto 0;
}

.p2-d-box ul {
  display: grid;
  grid-template-columns: repeat(3, min(346px, 25.63vw));
  column-gap: min(40px, 2.96vw);
}

.p2-d-box ul li {
  font-size: min(18px, 1.33vw);
  display: flex;
  align-items: center;
  gap: min(10px, 0.74vw);
  padding: min(20px, 1.48vw) 0;
  border-bottom: min(1px, 0.07vw) dashed #82604d;
}

.p2-d-box ul li img {
  width: min(18px, 1.33vw);
  height: auto;
}

/* 1350 */
.p2-e-container {
  padding-top: min(80px, 5.93vw);
}

.p2-e .h3-title2 {
  margin: 0 auto;
}

.p2-e-img {
  width: min(1280px, 94.81vw);
  margin: min(70px, 5.19vw) auto 0;
}

.p2-e-box {
  width: min(1280px, 94.81vw);
  background-color: #fff;
  padding: min(40px, 2.96vw) min(80px, 5.93vw);
  border-radius: min(30px, 2.22vw);
  margin: min(60px, 4.44vw) auto 0;
}

/* 1350 */
.p2-f-container {
  padding-top: min(80px, 5.93vw);
}

.p2-f .h3-title2 {
  margin: 0 auto;
}

.p2-f-p {
  width: min(1120px, 82.96vw);
  margin: min(70px, 5.19vw) auto 0;
}

.p2-f-p p {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  -webkit-text-stroke: min(5px, 0.37vw) #fff;
  paint-order: stroke fill;
  line-height: 2;
  letter-spacing: normal;
}

.p2-f-table {
  width: min(1120px, 82.96vw);
  margin: min(50px, 3.7vw) auto 0;
}

.p2-f-table table {
  width: 100%;
  border-collapse: collapse;
}

.p2-f-table table th,
.p2-f-table table td {
  padding: min(10px, 0.74vw) 0;
  border-bottom: min(1px, 0.07vw) solid #fbc995;
}

.p2-f-table table th {
  width: min(400px, 29.63vw);
  font-size: min(20px, 1.48vw);
  color: #fff;
  background-color: #f0a557;
  line-height: 2;
}

.p2-f-table table td {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  background-color: #fff;
  line-height: 2;
  letter-spacing: normal;
  padding-left: min(20px, 1.48vw);
}

.p2-f-box {
  width: min(1120px, 82.96vw);
  display: flex;
  justify-content: space-between;
  margin: min(40px, 2.96vw) auto 0;
}

.p2-f-item {
  width: min(360px, 26.67vw);
  background-color: #fff;
  padding: min(20px, 1.48vw);
  border-radius: min(20px, 1.48vw);
}

.p2-f-item h3 {
  text-align: center;
  font-size: min(20px, 1.48vw);
  color: #fff;
  line-height: 2;
  padding: min(10px, 0.74vw) 0;
  border-radius: min(50px, 3.7vw);
}

.p2-f-item:nth-of-type(1) h3 {
  background-color: #72cae1;
}

.p2-f-item:nth-of-type(2) h3 {
  background-color: #ab86d3;
}

.p2-f-item:nth-of-type(3) h3 {
  background-color: #5ed0ac;
}

.p2-f-item p {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
}

/* 1350 */
.p2-g-container {
  padding-top: min(80px, 5.93vw);
}

/* 1350 */
.p2-h-container {
  padding: min(80px, 5.93vw) 0;
}

.p2-h-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.p2-h-item {
  width: 100%;
  margin-top: min(40px, 2.96vw);
  padding: min(40px, 2.96vw) min(80px, 5.93vw);
  background-color: #fff;
  border-radius: min(30px, 2.22vw);
}

.p2-h-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(20px, 1.48vw);
  background: none;
  border: none;
  cursor: pointer;
}

.p2-h-q,
.p2-h-a {
  position: relative;
  width: min(80px, 5.93vw);
  height: min(80px, 5.93vw);
  flex-shrink: 0;
}

.p2-h-q img,
.p2-h-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p2-h-q span,
.p2-h-a span {
  position: absolute;
  top: 47%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-size: min(32px, 2.37vw);
  font-weight: bold;
  color: #fff;
}

.p2-h-question p {
  font-size: min(20px, 1.48vw);
  font-weight: bold;
  text-align: left;
  letter-spacing: normal;
}

.p2-h-line {
  width: 100%;
  margin: min(15px, 1.11vw) 0;
}

.p2-h-line img {
  width: 100%;
  display: block;
}

.p2-h-answer {
  display: none;
  align-items: center;
  gap: min(20px, 1.48vw);
  padding-top: min(20px, 1.48vw);
}

.p2-h-answer p {
  font-size: min(20px, 1.48vw);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
}

.p2-h-item.is-open .p2-h-answer {
  display: flex;
}

.p2-h-icon {
  position: relative;
  width: min(40px, 2.96vw);
  height: min(40px, 2.96vw);
  margin-left: auto;
  flex-shrink: 0;
}

.p2-h-icon::before,
.p2-h-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(40px, 2.96vw);
  height: min(6px, 0.44vw);
  background: #82604d;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.p2-h-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p2-h-item.is-open .p2-h-icon::after {
  opacity: 0;
}

/* クリニック紹介 */
/* 1350 */
.p3-a-container {
  padding: min(60px, 4.44vw) 0;
}

.p3-a .h3-title h3 {
  display: flex;
  align-items: flex-end;
  gap: min(10px, 0.74vw);
}

.p3-a-box {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  margin: min(40px, 2.96vw) auto 0;
}

.p3-a-item {
  width: min(620px, 45.93vw);
  background-color: #fff;
  padding: min(20px, 1.48vw);
  border-radius: min(30px, 2.22vw);
}

.p3-a-item h3 {
  text-align: center;
  font-size: min(20px, 1.48vw);
  color: #fff;
  line-height: 2;
  padding: min(10px, 0.74vw) 0;
  border-radius: min(50px, 3.7vw);
  margin-bottom: min(10px, 0.74vw);
}

.p3-a-item:first-child h3 {
  background-color: #7fdb5e;
}

.p3-a-item:last-child h3 {
  background-color: #f09d9d;
}

.p3-a-item table th,
.p3-a-item table td,
.p3-a-item ul li {
  text-align: left;
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  padding: min(5px, 0.37vw) 0;
}

/* 子どもの予防・治療 */
/* 1350 */
.p4-a-container {
  padding-top: min(60px, 4.44vw);
}

.p4-a-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2.96vw);
}

.p4-a-link a {
  width: min(240px, 17.78vw);
  height: min(69px, 5.11vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.74vw);
  border-radius: min(50px, 3.7vw);
}

.p4-a-link:nth-of-type(1) a {
  background-color: #f0a557;
}

.p4-a-link:nth-of-type(2) a {
  background-color: #f09d9d;
}

.p4-a-link:nth-of-type(3) a {
  background-color: #72cae1;
}

.p4-a-link:nth-of-type(4) a {
  background-color: #5ed0ac;
}

.p4-a-link a span {
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.p4-a-link a img {
  width: min(11px, 0.81vw);
  height: auto;
}

/* 1350 */
.p4-b-container {
  padding-top: min(80px, 5.93vw);
}

.p4-b .p2-a-item.p4-a-title {
  width: min(1120px, 82.96vw);
  margin: min(40px, 2.96vw) auto 0;
}

/* 1350 */
.p4-b .p2-a-container {
  padding-top: min(80px, 5.93vw);
  padding-bottom: 0;
}

/* 1350 */
.p4-b .h3-title2 {
  width: min(1200px, 88.89vw);
  margin: min(80px, 5.93vw) auto 0;
}

.p4-link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2.96vw);
  margin-top: min(70px, 5.19vw);
}

.p4-link a {
  width: min(320px, 23.7vw);
  height: min(69px, 5.11vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.74vw);
  border-radius: min(50px, 3.7vw);
}

.p4-link:nth-of-type(1) a {
  background-color: #72cae1;
}

.p4-link:nth-of-type(2) a {
  background-color: #f09d9d;
}

.p4-link a span {
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.p4-link a img {
  width: min(11px, 0.81vw);
  height: auto;
}

/* 1350 */
.p4-c .p4-link:nth-of-type(1) a {
  background-color: #5ed0ac;
}

.p4-c .p4-link:nth-of-type(2) a {
  background-color: #f0a557;
}

/* 1350 */
.p4-d-container {
  padding: min(80px, 5.93vw) 0;
}

.p4-d-p {
  text-align: center;
  margin-top: min(40px, 2.96vw);
}

.p4-d-p p {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  -webkit-text-stroke: min(5px, 0.37vw) #fff;
  paint-order: stroke fill;
  line-height: 2;
  letter-spacing: normal;
}

.p4-d .h3-title2 {
  margin: min(80px, 5.93vw) auto min(30px, 2.22vw);
}

.p4-d-box {
  width: min(1280px, 94.81vw);
  display: grid;
  /* 300px / 1350px * 100 ≒ 22.22vw */
  grid-template-columns: repeat(4, min(300px, 22.22vw));
  gap: min(26px, 1.93vw);
  margin: min(40px, 2.96vw) auto 0;
}

.p4-d-item img {
  width: 100%;
  height: auto;
}

.p4-d-link a {
  width: min(480px, 35.56vw);
  height: min(69px, 5.11vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.74vw);
  background-color: #456fae;
  border-radius: min(50px, 3.7vw);
  margin: min(40px, 2.96vw) auto 0;
}

.p4-d-item span {
  width: 100%;
  height: min(54px, 4vw);
  font-size: min(20px, 1.48vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eb5f49;
  line-height: 1.2;
  border-radius: min(50px, 3.7vw);
  margin-top: min(10px, 0.74vw);
}

.p4-d-link a span {
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.p4-d-link a img {
  width: min(11px, 0.81vw);
  height: auto;
}

/* 子どもの矯正 */
/* 1350 */
.p5-a-container {
  padding-top: min(60px, 4.44vw);
}

/* 1350 */
.p5-b-container {
  padding-top: min(60px, 4.44vw);
}

.p5-b .h3-title2 {
  margin: min(80px, 5.93vw) auto 0;
}

.p5-b .p5-b-box {
  margin-top: min(80px, 5.93vw);
}

.p5-b-box ul {
  grid-template-columns: repeat(3, min(370px, 27.41vw));
  column-gap: min(20px, 1.48vw);
}

.p5-b-box ul li {
  font-size: min(16px, 1.19vw);
  letter-spacing: normal;
}

.p5-b .p2-d-box-box {
  background-image: url(../image/p5-back1.png);
}

.p5-b .h2-title2 h2 {
  text-align: center;
  color: #eb5f49;
}

/* 1350 */
.p5-c-container {
  padding-top: min(80px, 5.93vw);
}

.p5-c-box {
  display: flex;
  justify-content: space-between;
  margin-top: min(20px, 1.48vw);
}

.p5-c-img {
  width: min(440px, 32.59vw);
}

.p-box .p5-c-img img {
  margin-top: 0;
}

.p5-c-item {
  width: min(640px, 47.41vw);
}

.p5-c-table {
  width: 100%;
}

.p5-c-table table {
  width: 100%;
  border-collapse: collapse;
}

.p5-c-table table th {
  width: min(160px, 11.85vw);
  font-size: min(18px, 1.33vw);
  color: #fff;
  line-height: 1.2;
  letter-spacing: normal;
  background-color: #f0a557;
  padding: min(15px, 1.11vw) 0;
  border-bottom: min(1px, 0.07vw) solid #f2d254;
}

.p5-c-table table tr:last-child th {
  border-bottom: min(1px, 0.07vw) solid #f0a557;
}

.p5-c-table table td {
  font-size: min(18px, 1.33vw);
  line-height: 1.2;
  letter-spacing: normal;
  padding: min(15px, 1.11vw) min(20px, 1.48vw);
  border-bottom: min(1px, 0.07vw) dashed #82604d;
}

.p5-c-list {
  margin-top: min(30px, 2.22vw);
}

.p5-c-list ul li {
  font-size: min(18px, 1.33vw);
  line-height: 1.6;
  letter-spacing: normal;
  display: flex;
  align-items: flex-start;
  gap: min(10px, 0.74vw);
  margin-bottom: min(20px, 1.48vw);
}

.p5-c-list ul li img {
  width: min(25px, 1.85vw);
  height: auto;
  margin-top: min(3px, 0.22vw);
}

/* 1350 */
.p5-d-container {
  padding-top: min(80px, 5.93vw);
}

.p5-d .sub-text {
  margin-top: 0;
}

/* 1350 */
.p5-e-container {
  padding-top: min(80px, 5.93vw);
}

.p5-e-list ul li {
  font-size: min(18px, 1.33vw);
  font-weight: bold;
  line-height: 1.2;
  -webkit-text-stroke: min(5px, 0.37vw) #fff;
  paint-order: stroke fill;
  display: flex;
  align-items: center;
  gap: min(10px, 0.74vw);
  padding: min(20px, 1.48vw) 0;
  border-bottom: min(1px, 0.07vw) dashed #82604d;
  border-bottom-style: dashed;
}

.p5-e-list ul li img {
  width: min(18px, 1.33vw);
  height: auto;
}

/* 1350 */
.p5-f-container {
  padding-top: min(80px, 5.93vw);
}

.p5-f-box {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  margin: min(40px, 2.96vw) auto 0;
}

.p5-f-img {
  width: min(300px, 22.22vw);
}

/* 1350 */
.p5-g-container {
  padding-top: min(80px, 5.93vw);
}

.p5-g-text {
  margin-top: min(50px, 3.7vw);
}

.p5-g-text h3 {
  font-size: min(24px, 1.78vw);
  color: #f0a557;
  line-height: 2;
  letter-spacing: normal;
}

.p5-g .p5-g-text p {
  letter-spacing: normal;
  padding-top: 0;
}

.p5-g-p {
  margin-top: min(60px, 4.44vw);
}

.p5-g-p p {
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
}

/* 1350 */
.p5-h-container {
  padding-top: min(80px, 5.93vw);
}

.h3-title2 {
  margin: min(60px, 4.44vw) auto 0;
}

.p5-h-box {
  width: min(1120px, 82.96vw);
  margin: min(70px, 5.19vw) auto 0;
}

.p5-h-box p {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  -webkit-text-stroke: min(5px, 0.37vw) #fff;
  paint-order: stroke fill;
  line-height: 2;
  letter-spacing: normal;
}

.p5-h-p2 {
  display: flex;
  align-items: center;
  gap: min(10px, 0.74vw);
  padding-bottom: min(20px, 1.48vw);
  border-bottom: min(1px, 0.07vw) dashed #82604d;
  margin-top: min(40px, 2.96vw);
}

.p5-h-p2 p {
  font-size: min(18px, 1.33vw);
  line-height: 1.6;
}

.p5-h-p2 img {
  width: min(18px, 1.33vw);
  height: auto;
}

.p5-h-p3 {
  margin-top: min(20px, 1.48vw);
}

.p5-h-item {
  display: flex;
  justify-content: space-between;
  margin-top: min(20px, 1.48vw);
}

.p5-h-img {
  width: min(360px, 26.67vw);
}

.p5-h-text {
  width: min(720px, 53.33vw);
}

.p5-h-box2 {
  display: flex;
  justify-content: space-between;
  margin-top: min(20px, 1.48vw);
}

.p5-h-img2 {
  width: min(480px, 35.56vw);
}

.p5-h .p5-h-img2 img {
  margin-top: 0;
}

.p5-h-text2 {
  width: min(600px, 44.44vw);
}

.p5-h .p5-h-text2 p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
  letter-spacing: normal;
  padding-top: 0;
}

.p4-d-p.p5-h-p4 {
  width: min(1120px, 82.96vw);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* 1350 */
.p5-i-container {
  padding-top: min(80px, 5.93vw);
}

.p5-i-item {
  margin-top: min(20px, 1.48vw);
}

.p5-i-item h3 {
  font-size: min(24px, 1.78vw);
  color: #f0a557;
  line-height: 1.4;
  letter-spacing: normal;
  padding-bottom: min(10px, 0.74vw);
}

.p5-i-text {
  display: flex;
  align-items: center;
  gap: min(10px, 0.74vw);
  padding: min(20px, 1.48vw) 0;
  border-bottom: min(1px, 0.07vw) dashed #82604d;
}

.p5-i-text img {
  width: min(18px, 1.33vw);
  height: auto;
}

.p5-i-text p {
  font-size: min(18px, 1.33vw);
  font-weight: bold;
  line-height: 1.2;
}

/* 1350 */
.p5-j-container {
  padding-top: min(80px, 5.93vw);
}

.p5-j .p2-a-box {
  width: min(1120px, 82.96vw);
  flex-direction: row-reverse;
}

.p5-j .p2-a-box .p2-a-img {
  width: min(400px, 29.63vw);
}

.p5-j .p2-a-box .p2-a-item {
  width: min(680px, 50.37vw);
}

.p5-j-h3 {
  text-align: center;
  background-color: #f09d9d;
  padding: min(20px, 1.48vw) 0;
  border-radius: min(50px, 3.7vw);
  margin-bottom: min(10px, 0.74vw);
}

.p5-j-h3 h3 {
  font-size: min(24px, 1.78vw);
  font-weight: 400;
  color: #fff;
}

.p5-j-p {
  text-align: right;
  margin-top: min(10px, 0.74vw);
}

.p5-j-p p {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  line-height: 2;
}

/* 1350 */
.p5-k-container {
  padding: min(80px, 5.93vw) 0;
}

.p5-k-box {
  width: min(1280px, 94.81vw);
  margin: min(40px, 2.96vw) auto 0;
}

.p5-k-img {
  width: 100%;
}

/* 料金表 */
/* 1350 */
.p6-a-container {
  padding: min(60px, 4.44vw) 0 min(80px, 5.93vw);
}

.p6-a-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.p6-a-table,
.p6-a-table2,
.p6-a-table3 {
  width: 100%;
  margin-top: min(40px, 2.96vw);
}

.p6-a-table table,
.p6-a-table2 table,
.p6-a-table3 table {
  width: 100%;
  border-collapse: collapse;
}

/* スタイル1: 青系テーブル */
.p6-a-table table th {
  width: min(400px, 29.63vw);
  font-size: min(20px, 1.48vw);
  color: #fff;
  line-height: 2;
  letter-spacing: normal;
  background-color: #456fae;
  border-bottom: min(1px, 0.07vw) solid #72cae1;
}

.p6-a-table table td {
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  background-color: #fff;
  padding: min(20px, 1.48vw);
  border-bottom: min(1px, 0.07vw) solid #72cae1;
}

.p6-a-table table td span {
  font-size: min(16px, 1.19vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}

/* スタイル2: オレンジ系テーブル */
.p6-a-table2 table th {
  width: min(800px, 59.26vw);
  font-size: min(20px, 1.48vw);
  color: #fff;
  line-height: 2; /* list-style:2 から修正 */
  letter-spacing: normal;
  background-color: #f0a557;
  padding: min(20px, 1.48vw) 0;
  border-bottom: min(1px, 0.07vw) solid #f2d254;
}

.p6-a-table2 table td {
  text-align: center;
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  letter-spacing: normal;
  background-color: #fff;
  padding: min(20px, 1.48vw) 0;
  border-bottom: min(1px, 0.07vw) solid #f2d254;
}

/* スタイル3: 赤系テーブル（50:50） */
.p6-a-table3 table th {
  text-align: center;
  font-size: min(20px, 1.48vw);
  color: #fff;
  line-height: 2;
  letter-spacing: normal;
  background-color: #eb5f49;
  padding: min(10px, 0.74vw) 0;
}

.p6-a-table3 table th:last-child {
  border-right: min(1px, 0.07vw) solid #eb5f49;
}

.p6-a-table3 table td {
  width: 50%;
  text-align: center;
  font-size: min(20px, 1.48vw);
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  background-color: #fff;
  padding: min(10px, 0.74vw) 0;
  border-bottom: min(1px, 0.07vw) solid #eb5f49;
  border-right: min(1px, 0.07vw) solid #eb5f49;
}

.p6-a-table3 table td:first-child {
  border-left: min(1px, 0.07vw) solid #eb5f49;
}

/* 下層共通 */
/* 1440 */
.sub-v {
  width: 100%;
  margin-top: min(100px, 6.94vw);
}

.sub-v-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.sub-v-box {
  width: calc(1360 / 1440 * 100%);
  aspect-ratio: 1360 / 360;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/sub-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.sub-v-title h1 {
  font-size: min(64px, 4.44vw);
  font-family: "Kaisei Decol", serif;
  color: #fff;
  line-height: 1.4;
  text-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(20px, 1.39vw)
    rgba(0, 0, 0, 0.8);
}

.sub-v-img {
  width: min(276px, 19.17vw);
  position: absolute;
  bottom: min(17px, 1.18vw);
  left: 0;
  z-index: 5;
}

.sub-v-img2 {
  width: min(270px, 18.75vw);
  position: absolute;
  bottom: min(35px, 2.43vw);
  right: 0;
  z-index: 5;
}

.sub-page {
  background-image: url(../image/sub-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 1350 */
.h2-title {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.h2-title img:first-child {
  width: min(147px, 10.89vw);
  margin: 0 auto;
}

.h2-title-img h2 {
  text-align: center;
  font-size: min(36px, 2.67vw);
  color: #62bd40;
  -webkit-text-stroke: min(5px, 0.37vw) #fff;
  paint-order: stroke fill;
  line-height: 1.2;
  margin: min(10px, 0.74vw) 0 min(15px, 1.11vw);
}

.h2-title img:last-child {
  width: 100%;
  margin: 0 auto;
}

/* 1350 */
.h2-title2 {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.h2-title2 img {
  /* 幅はそれぞれで指定する */
  display: block;
}

.h2-title2 h2 {
  font-size: min(40px, 2.96vw);
  -webkit-text-stroke: min(5px, 0.37vw) #fff;
  paint-order: stroke fill;
}

.h2-title2 p {
  padding-top: min(10px, 0.74vw);
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/* 左右画像 */
.h2-title2::before,
.h2-title2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(150px, 11.11vw);
  height: min(148px, 10.96vw);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.h2-title2::before {
  left: max(-160px, -11.85vw);
  background-image: url(../image/sub-part4.png);
}

.h2-title2::after {
  right: max(-160px, -11.85vw);
  background-image: url(../image/sub-part5.png);
}

/* 1350 */
.h3-title h3 {
  font-size: min(28px, 2.07vw);
  -webkit-text-stroke: min(3px, 0.22vw) #fff;
  paint-order: stroke fill;
  line-height: 1.2;
  letter-spacing: normal;
}

.h3-title h3 span {
  font-size: min(24px, 1.78vw);
}

.h3-title img {
  width: 100%;
  margin-top: min(20px, 1.48vw);
}

/* 1350 */
.h3-title2 {
  width: min(1200px, 88.89vw);
  text-align: center;
  position: relative;
  background-image: url(../image/p2-back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(23px, 1.7vw) 0;
  border-radius: min(10px, 0.74vw);
}

.h3-title2 h3 {
  font-size: min(28px, 2.07vw);
  color: #fff;
  line-height: 1.2;
}

.h3-title-img {
  width: min(80px, 5.93vw);
  height: auto;
  position: absolute;
  top: max(-20px, -1.48vw);
  left: max(-40px, -2.96vw);
  z-index: 5;
}

.h3-title-img2 {
  width: min(80px, 5.93vw);
  height: auto;
  position: absolute;
  bottom: max(-20px, -1.48vw);
  right: max(-40px, -2.96vw);
  z-index: 5;
}

/* 1350 */
.sub-text {
  margin-top: min(20px, 1.48vw);
}

.sub-text p {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  -webkit-text-stroke: min(5px, 0.37vw) #fff;
  paint-order: stroke fill;
  line-height: 2;
  letter-spacing: normal;
}

/* 1350 */
.p-box {
  margin-top: min(40px, 2.96vw);
}

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

.p-p {
  display: flex;
  align-items: center;
  gap: min(20px, 1.48vw);
}

.p-box .p-p img {
  width: min(58px, 4.3vw);
  height: auto;
}

.p-p span {
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  line-height: 1.2;
}

.p-box img {
  width: 100%;
  margin-top: min(10px, 0.74vw);
}

.p-box p {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  padding-top: min(28px, 2.07vw);
}

.p-box p span {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  color: #f0a557;
}

.p-box .p-p-p {
  padding-top: min(40px, 2.96vw);
}

.p2-e-box .p-box .p-span {
  width: min(80px, 5.93vw);
  height: min(80px, 5.93vw);
  font-size: min(40px, 2.96vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/part40.png);
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: normal;
  padding-bottom: min(5px, 0.37vw);
}

.p2-e-box .p-box .p-span2 {
  font-size: min(20px, 1.48vw);
  letter-spacing: normal;
}

/* フッター */
.footer-container {
  padding: min(110px, 8.15vw) 0 0;
}

.footer-part {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.footer-logo {
  width: min(467px, 34.59vw);
  margin: min(60px, 4.44vw) auto 0;
}

.footer-box {
  width: min(1280px, 94.81vw);
  display: flex;
  gap: min(26px, 1.93vw);
  margin: min(40px, 2.96vw) auto 0;
}

.footer-item {
  width: min(300px, 22.22vw);
}

.footer-item-title {
  width: 100%;
}

.footer-img {
  width: 100%;
  margin-top: min(10px, 0.74vw);
}

.footer-table {
  width: 100%;
  margin-top: min(10px, 0.74vw);
}

.footer-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: min(10px, 0.74vw);
}

/* 各アイテムのカラーボーダー */
.footer-item:nth-of-type(1) .footer-table table {
  border: min(2px, 0.15vw) solid #f0a557;
}
.footer-item:nth-of-type(2) .footer-table table {
  border: min(2px, 0.15vw) solid #eb5f49;
}
.footer-item:nth-of-type(3) .footer-table table {
  border: min(2px, 0.15vw) solid #456fae;
}
.footer-item:nth-of-type(4) .footer-table table {
  border: min(2px, 0.15vw) solid #5bb73a;
}

.footer-table thead th {
  padding: min(10px, 0.74vw) 0;
  font-size: min(12px, 0.89vw);
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* 各アイテムのヘッダー背景色 */
.footer-item:nth-of-type(1) .footer-table thead th {
  background-color: #f0a557;
}
.footer-item:nth-of-type(2) .footer-table thead th {
  background-color: #eb5f49;
}
.footer-item:nth-of-type(3) .footer-table thead th {
  background-color: #456fae;
}
.footer-item:nth-of-type(4) .footer-table thead th {
  background-color: #5bb73a;
}

.footer-table tbody td {
  position: relative;
  padding: min(10px, 0.74vw) 0;
  font-size: min(12px, 0.89vw);
  font-weight: bold;
  text-align: center;
}

.footer-table tbody td::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(1px, 0.07vw);
  border-bottom: min(1px, 0.07vw) dashed;
}

.footer-table tbody tr:last-child td::after {
  display: none;
}

.footer-table tbody td:first-child {
  width: min(90px, 6.67vw);
  padding-left: min(12px, 0.89vw);
  text-align: left;
}

.footer-table tbody td:last-child {
  padding-right: min(12px, 0.89vw);
}

.footer-table tbody td:first-child::after {
  left: min(10px, 0.74vw);
  width: calc(100% - min(10px, 0.74vw));
}

.footer-table tbody td:last-child::after {
  width: calc(100% - min(10px, 0.74vw));
}

.footer-table tbody td span {
  display: inline-block;
  width: min(16px, 1.19vw);
  height: min(16px, 1.19vw);
  border-radius: 50%;
}

/* 各アイテムのドット色 */
.footer-item:nth-of-type(1) .footer-table tbody td span {
  background-color: #f2d254;
}
.footer-item:nth-of-type(2) .footer-table tbody td span {
  background-color: #f09d9d;
}
.footer-item:nth-of-type(3) .footer-table tbody td span {
  background-color: #72cae1;
}
.footer-item:nth-of-type(4) .footer-table tbody td span {
  background-color: #c3d880;
}

.footer-table .slash {
  font-size: min(14px, 1.04vw);
  line-height: 1;
  padding-bottom: min(14px, 1.04vw);
}

.footer-table td.triangle {
  position: relative;
}

.footer-table td.triangle::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(18px, 1.33vw);
  height: min(14px, 1.04vw);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  border-radius: min(3px, 0.22vw);
}

/* 各アイテムの三角形色 */
.footer-item:nth-of-type(1) .footer-table td.triangle::before {
  background-color: #f2d254;
}
.footer-item:nth-of-type(2) .footer-table td.triangle::before {
  background-color: #f09d9d;
}
.footer-item:nth-of-type(3) .footer-table td.triangle::before {
  background-color: #72cae1;
}
.footer-item:nth-of-type(4) .footer-table td.triangle::before {
  background-color: #c3d880;
}

.footer-web a,
.footer-map a {
  width: min(260px, 19.26vw);
  height: min(57px, 4.22vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(8px, 0.59vw);
  border-radius: min(50px, 3.7vw);
  margin: min(10px, 0.74vw) auto 0;
}

/* 各アイテムのボタン背景色 */
.footer-item:nth-of-type(1) .footer-web a,
.footer-item:nth-of-type(1) .footer-map a {
  background-color: #f2d254;
}
.footer-item:nth-of-type(2) .footer-web a,
.footer-item:nth-of-type(2) .footer-map a {
  background-color: #f09d9d;
}
.footer-item:nth-of-type(3) .footer-web a,
.footer-item:nth-of-type(3) .footer-map a {
  background-color: #72cae1;
}
.footer-item:nth-of-type(4) .footer-web a,
.footer-item:nth-of-type(4) .footer-map a {
  background-color: #c3d880;
}

.footer-web a img:first-child,
.footer-map a img:first-child {
  width: min(40px, 2.96vw);
  height: auto;
}

.footer-web a span,
.footer-map span {
  font-size: min(18px, 1.33vw);
  font-weight: bold;
  color: #fff;
}

.footer-web a img:last-child,
.footer-map a img:last-child {
  width: min(11px, 0.81vw);
  height: auto;
}

.footer-table2 {
  width: 100%;
}

.footer-table2 table {
  width: 100%;
  border-collapse: collapse;
}

.footer-table2 table th,
.footer-table2 table td {
  text-align: left;
  font-size: min(15px, 1.11vw);
  font-weight: bold;
  padding: min(10px, 0.74vw) 0 min(10px, 0.74vw) min(10px, 0.74vw);
  border-bottom: min(1px, 0.07vw) solid #82604d;
}

.footer-table2 table th {
  width: min(80px, 5.93vw);
}

.footer-box2 {
  width: 100%;
  background-image: url(../image/top-back10.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: min(267px, 19.78vw);
  padding-bottom: min(30px, 2.22vw);
  margin-top: min(214px, 15.85vw);
}

.footer-nav {
  width: min(1280px, 94.81vw);
  background-color: #faf0e1;
  position: absolute;
  top: max(-82px, -6.07vw);
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  padding: min(50px, 3.7vw) min(60px, 4.44vw) min(60px, 4.44vw);
  border-radius: min(30px, 2.22vw);
}

.footer-img2 {
  width: min(300px, 22.22vw);
  margin: 0 auto;
}

.footer-part2 {
  width: min(1120px, 82.96vw);
  margin: min(10px, 0.74vw) auto 0;
}

.footer-nav nav {
  margin-top: min(20px, 1.48vw);
}

.footer-nav nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(57px, 4.22vw);
}

.footer-nav nav ul li a {
  font-size: min(16px, 1.19vw);
  font-weight: bold;
}

.copy-right {
  text-align: center;
}

.copy-right p {
  font-size: min(14px, 1.04vw);
  color: #fff;
}

/* トップに戻るボタン */
.page-top {
  position: fixed;
  right: min(10px, 0.69vw);
  bottom: min(40px, 2.78vw);
  width: min(80px, 5.56vw);
  opacity: 0;
  visibility: hidden;
  transform: translateY(min(20px, 1.39vw));
  transition: 0.3s;
  z-index: 999;
}

.page-top img {
  width: 100%;
  display: block;
}

/* 表示 */
.page-top.is-show {
  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}

/* お知らせ内容 1100で可変 */
.single-container {
  width: 100%;
  padding: min(60px, 5.45vw) 0;
}

.single-box {
  width: min(1000px, 90.91vw);
  margin: 0 auto;
}

.single-title {
  font-size: min(32px, 2.91vw);
  font-weight: 600;
  margin-bottom: min(30px, 2.73vw);
  line-height: 1.4;
}

.single-img {
  width: 100%;
  max-width: min(600px, 54.55vw);
  margin-bottom: min(40px, 3.64vw);
}

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

.single-content {
  font-size: min(16px, 1.45vw);
  line-height: 1.8;
  color: #333;
}

.single-content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* 全体 */
  #header,
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ヘッダー */
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 9999;
    display: block;
  }

  .sp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
  }

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

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #456fae;
    border: none;
    z-index: 1000;
    cursor: pointer;
    border-radius: 5px;
  }

  /* 線 */
  .sp-menu-btn span {
    position: absolute;
    left: 7.5px;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 6px;
  }

  .sp-menu-btn span:nth-child(2) {
    top: 12px;
  }

  .sp-menu-btn span:nth-child(3) {
    top: 18px;
  }

  /* MENU文字 */
  .sp-menu-btn em {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    font-size: 11px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    color: #fff;
  }

  /* 開いた時 */
  /* .sp-menu-btn.is-active span:nth-child(1) {
    top: 16px;
    transform: rotate(45deg);
  }

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

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 16px;
    transform: rotate(-45deg);
  } */

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #faf0e1;
    transition: 0.4s;
    z-index: 999;
    padding: 90px 50px 0;
  }

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

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

  .sp-nav-list li {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .sp-nav-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    padding: 30px 0;
    border-bottom: 2px dotted #82604d;
  }

  .sp-nav-list li a img {
    width: 11px;
    height: auto;
  }

  /* トップ */
  /* 1440 */
  .main-v {
    width: 100%;
    margin-top: 60px;
  }

  .main-v-container {
    position: relative;
    width: auto;
    aspect-ratio: none;
    overflow: visible;
    margin: 0 auto;
  }

  .main-v-video {
    position: static;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    object-fit: cover;
  }

  .main-v-title {
    text-align: center;
    position: static;
    background-color: #faf0e1;
    padding: 20px 0;
  }

  .main-v-title h1 {
    font-size: 20px;
    font-family: "Kaisei Decol", serif;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke fill;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    line-height: 1.4;
  }

  .main-v-title h1 span {
    font-size: 28px;
    font-family: "Kaisei Decol", serif;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke fill;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    line-height: 1.4;
  }

  /* 1440 */
  .nav {
    display: none;
  }

  /* 1350 */
  .p1-a-container {
    background-image: url(../image/sp-top-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
  }

  .p1-a-box {
    width: 300px;
    height: 202px;
    margin: 0 auto;
    position: relative;
  }

  .p1-a-box .book-wrap {
    width: 100%;
    height: 100%;

    position: relative;
  }

  .p1-a-box .book-wrap input {
    display: none;
  }

  .p1-a-box .page {
    position: absolute;

    top: 0;

    width: 50%;
    height: 100%;

    overflow: hidden;

    cursor: pointer;

    transition: transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);

    transform-style: preserve-3d;

    backface-visibility: hidden;
  }

  .p1-a-box .page img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
  }

  /* 右ページ */
  .p1-a-box .page1,
  .p1-a-box .page3,
  .p1-a-box .page5 {
    left: 50%;

    transform-origin: left;

    transform: perspective(560px) rotateY(0deg);
  }

  /* 左ページ */
  .p1-a-box .page2,
  .p1-a-box .page4 {
    right: 50%;

    transform-origin: right;

    transform: perspective(560px) rotateY(180deg);
  }

  /* 重なり順 */
  .p1-a-box .page1 {
    z-index: 10;
  }

  .p1-a-box .page2 {
    z-index: 9;
  }

  .p1-a-box .page3 {
    z-index: 8;
  }

  .p1-a-box .page4 {
    z-index: 7;
  }

  .p1-a-box .page5 {
    z-index: 6;
  }

  /* 1ページ目 */
  #concept_ch01:checked ~ .page1 {
    transform: perspective(560px) rotateY(-180deg);

    z-index: 1;

    transition:
      transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1),
      z-index 0s 0.7s;
  }

  #concept_ch01:checked ~ .page2 {
    transform: perspective(560px) rotateY(0deg);

    z-index: 2;

    transition:
      transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1),
      z-index 0s 0.7s;
  }

  /* 2ページ目 */
  #concept_ch02:checked ~ .page3 {
    transform: perspective(560px) rotateY(-180deg);

    z-index: 1;

    transition:
      transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1),
      z-index 0s 0.7s;
  }

  #concept_ch02:checked ~ .page4 {
    transform: perspective(560px) rotateY(0deg);

    z-index: 3;

    transition:
      transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1),
      z-index 0s 0.7s;
  }

  /* 最後 */
  #concept_ch03:checked ~ .page5 {
    transform: perspective(560px) rotateY(-180deg);
  }

  .p1-a-box .page::after {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;
  }

  .p1-a-box2 {
    width: 92%;
    background-image: url(../image/sp-top-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 30px 30px;
    border-radius: 20px;
    margin: 100px auto 0;
  }

  .p1-a-title2 {
    width: 290px;
    text-align: center;
    position: absolute;
    top: -66px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    background-color: #eb5f49;
    padding: 20px;
    border-radius: 20px;
  }

  .p1-a-title2 h3 {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
  }

  .p1-a-item2 h4 {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }

  .p1-a-item2 p {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    margin-top: 20px;
  }

  .p1-a-img-box2 {
    display: grid;
    grid-template-columns: repeat(2, 140px);
    justify-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .p1-a-img2 {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .p1-a-img2 p {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-top: 0;
  }

  .p1-a-img2:nth-of-type(1) {
    background-image: url(../image/top-back12.png);
  }

  .p1-a-img2:nth-of-type(2) {
    background-image: url(../image/top-back13.png);
  }

  .p1-a-img2:nth-of-type(3) {
    background-image: url(../image/top-back14.png);
  }

  .p1-a-img2:nth-of-type(4) {
    background-image: url(../image/top-back15.png);
  }

  .p1-a-img2:nth-of-type(1) img {
    width: 59px;
    height: auto;
  }

  .p1-a-img2:nth-of-type(2) img {
    width: 44px;
    height: auto;
  }

  .p1-a-img2:nth-of-type(3) img {
    width: 35px;
    height: auto;
  }

  .p1-a-img2:nth-of-type(4) img {
    width: 38px;
    height: auto;
  }

  /* 1440 */
  .p1-b-container {
    padding: 40px 0 50px;

    background-image:
      url(../image/top-back16.png),
      url(../image/top-back2.png),
      url(../image/top-back3.png),
      /* url(../image/top-back4.png), */ url(../image/top-back5.png);

    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;

    background-position:
      left top 10px,
      left top -195px,
      right top,
      /* calc(50% + min(50px, 3.47vw)) center, */ right -30px bottom 40px;

    background-size:
      92px auto,
      243px auto,
      83px auto,
      /* min(269px, 18.68vw) auto, */ 148px auto;
  }

  .p1-b-title {
    text-align: center;
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
  }

  .p1-b-title img {
    width: 208px;
    height: auto;
    margin: 0 auto;
  }

  .p1-b-title p {
    font-size: 20px;
    font-weight: bold;
  }

  .p1-b-img1 {
    width: 68px;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 5;
    transform: translateX(calc(-50% - 140px));
  }

  .p1-b-img2 {
    width: 105px;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 5;
    transform: translateX(calc(-50% + 150px));
  }

  .p1-b-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 70px;
  }

  .p1-b-img3 {
    width: 96%;
  }

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

  .p1-b-text-box .p1-text-box {
    width: 100%;
    margin: 0 auto;
  }

  .p1-b-img4 {
    width: 80px;
    position: absolute;
    left: 30px;
    bottom: 190px;
    z-index: 5;
  }

  /* 1440 */
  .p1-c-container {
    background-image: url(../image/top-back6.png), url(../image/top-back7.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:
      left top,
      left bottom;
    padding: 66px 0;
  }

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

  .p1-c .p1-tixt-title h3 {
    color: #72cae1;
  }

  .p1-c .p1-text p {
    text-align: left;
    letter-spacing: 0.05em;
  }

  .p1-c-box {
    width: 100%;
    overflow: hidden;
    margin-top: 27px;
  }

  .p1-c-img-box {
    width: 840px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .p1-c-img {
    width: 160px;
  }

  /* 1440 */
  .p1-d-container {
    padding: 40px 0;
  }

  .p1-d-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
    margin: 0 auto;
  }

  .p1-d-img {
    max-width: 400px;
    width: 100%;
    position: relative;
  }

  .p1-d-text-box {
    width: 100%;
  }

  .p1-d .p1-tixt-title h3 {
    color: #f2d254;
  }

  .p1-d-img2 {
    width: 97px;
    position: absolute;
    left: 20px;
    bottom: -20px;
  }

  .p1-d-img3 {
    width: 60px;
    position: absolute;
    right: 0;
    bottom: -10px;
  }

  /* 1440 */
  .p1-e {
    background-color: #faf0e1;
  }

  .p1-e-container {
    position: relative;
    padding-top: 136px;
  }

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

  .p1-e-title img {
    width: 230px;
    height: auto;
    margin: 0 auto;
  }

  .p1-e-title p {
    font-size: 18px;
    padding-top: 10px;
  }

  .p1-e-box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .p1-e-item {
    flex: 1;
  }

  .p1-e-item:nth-of-type(2),
  .p1-e-item:nth-of-type(3) {
    margin-top: 20px;
  }

  .p1-e-text {
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p1-e-item:nth-of-type(1) .p1-e-text {
    background-image: url(../image/top-back17.png);
  }

  .p1-e-item:nth-of-type(2) .p1-e-text {
    background-image: url(../image/top-back18.png);
  }

  .p1-e-item:nth-of-type(3) .p1-e-text {
    background-image: url(../image/top-back19.png);
  }

  .p1-e-item:nth-of-type(1) .p1-e-text img {
    width: 43px;
    height: auto;
  }

  .p1-e-item:nth-of-type(2) .p1-e-text img {
    width: 50px;
    height: auto;
  }

  .p1-e-item:nth-of-type(3) .p1-e-text img {
    width: 56px;
    height: auto;
  }

  .p1-e-text p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }

  .p1-e-link a {
    width: 215px;
    height: 56px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    margin: -26px auto 0;
  }

  .p1-e-item:nth-of-type(1) .p1-e-link a {
    color: #5b9000;
    border: 3px solid #5b9000;
  }

  .p1-e-item:nth-of-type(2) .p1-e-link a {
    color: #f7b530;
    border: 3px solid #f7b530;
  }

  .p1-e-item:nth-of-type(3) .p1-e-link a {
    color: #eb76a9;
    border: 3px solid #eb76a9;
  }

  .p1-e-img2 {
    width: 100px;
    position: absolute;
    top: 33px;
    left: 40px;
    z-index: 5;
  }

  .p1-e-img3 {
    width: 100px;
    position: absolute;
    top: 33px;
    right: 40px;
    z-index: 5;
  }

  .p1-e-img4 {
    width: 75px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10;
  }

  .p1-e-img5 {
    width: 80px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10;
  }

  /* 1440 */
  .p1-f {
    background-color: #faf0e1;
  }

  .p1-f-container {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    padding-top: 40px;
  }

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

  .p1-f-title img {
    width: 304px;
    height: auto;
    margin: 0 auto;
  }

  .p1-f-title p {
    font-size: 18px;
    padding-top: 10px;
  }

  .p1-f-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 84px;
    background-image: url(../image/top-back8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 4% 376px;
    margin-top: 20px;
  }

  .p1-f-item {
    width: 100%;
    position: relative;
    border-radius: 20px;
    padding: 170px 32px 37px;
  }

  .p1-f-item:nth-of-type(1) {
    background-color: #d0f6c2;
  }

  .p1-f-item:nth-of-type(2) {
    background-color: #f8dcbe;
  }

  .p1-f-item:nth-of-type(3) {
    background-color: #c4f0fb;
  }

  .p1-f-item:nth-of-type(4) {
    background-color: #f6cbcb;
  }

  .p1-f-img {
    width: 220px;
    position: absolute;
    top: -74px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
  }

  .p1-f-span {
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    border-radius: 50px;
    margin: -50px auto 0;
  }

  .p1-f-item:nth-of-type(1) .p1-f-span {
    background-color: #7fdb5e;
  }

  .p1-f-item:nth-of-type(2) .p1-f-span {
    background-color: #f0a557;
  }

  .p1-f-item:nth-of-type(3) .p1-f-span {
    background-color: #72cae1;
  }

  .p1-f-item:nth-of-type(4) .p1-f-span {
    background-color: #eb5f49;
  }

  .p1-f-span span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }

  .p1-f-text {
    margin-top: 20px;
  }

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

  .p1-f-im2 {
    width: 39px;
    position: absolute;
    right: 13px;
    bottom: 13px;
    z-index: 5;
  }

  .p1-f-img3 {
    width: 95px;
    position: absolute;
    top: 125px;
    left: -15px;
    z-index: 5;
  }

  .p1-f-img4 {
    width: 111px;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 10;
  }

  .p1-f-img5 {
    width: 92px;
    position: absolute;
    top: 110px;
    right: -30px;
    z-index: 5;
  }

  .p1-f-img6 {
    width: 113px;
    position: absolute;
    top: 90px;
    right: -10px;
    z-index: 10;
  }

  /* 1440 */
  .p1-g {
    position: relative;
    margin-top: -337px;
  }

  .p1-g-container {
    background-image: url(../image/sp-top-back3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: calc(169 / 375 * 100vw) 0 calc(88 / 375 * 100vw);
  }

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

  .p1-g-title img {
    width: 264px;
    height: auto;
    margin: 0 auto;
  }

  .p1-g-title p {
    font-size: 22px;
    padding-top: 10px;
  }

  .p1-g-box {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
  }

  .p1-g-text {
    width: 92%;
    margin: 0 auto;
  }

  .p1-g-text p {
    font-size: 13px;
    line-height: 2;
  }

  .p1-g-img-box {
    max-width: 400px;
    width: 80%;
    position: relative;
  }

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

  .p1-g-img2 {
    width: 140px;
    position: absolute;
    left: -17px;
    bottom: -20px;
    z-index: 5;
  }

  .p1-g-img3 {
    width: 85px;
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 5;
  }

  .p1-g-img4 {
    width: 61px;
    position: absolute;
    top: 47px;
    left: 61px;
    z-index: 5;
  }

  .p1-g-img5 {
    width: 55px;
    position: absolute;
    top: 67px;
    right: 57px;
    z-index: 5;
  }

  .p1-g-img6 {
    width: 28px;
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: 5;
  }

  .p1-g-img7 {
    width: 164px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .p1-g-img8 {
    width: 174px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }

  /* 1440 */
  .p1-h-container {
    background-color: #fde37e;
    padding: 30px 0 40px;
  }

  .p1-h-title {
    width: 220px;
    margin: 0 auto;
  }

  .p1-h-box {
    margin-top: 30px;
  }

  .marqueer {
    overflow: hidden;
  }

  .marqueer ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
  }

  .marqueer ul li {
    list-style: none;
    padding: 0 10px;
    width: 200px;
  }

  .marqueer img {
    display: block;
    width: 100%;
  }

  /* トップ共通 */
  /* 1440 */
  .p1-tixt-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 7px;
  }

  .p1-tixt-title h3 {
    font-size: 20px;
    color: #eb5f49;
  }

  .p1-tixt-title img {
    width: 30px;
    height: auto;
  }

  .p1-text {
    margin-top: 10px;
  }

  .p1-text h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }

  .p1-text p {
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    padding-top: 10px;
  }

  /* 初めての方へ */
  /* 1350 */
  .p2-a-container {
    padding: 40px 0;
  }

  .p2-a-box {
    width: 92%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p2-a-item {
    width: 100%;
  }

  .p2-a-img {
    max-width: 400px;
    width: 100%;
  }

  /* 1350 */
  .p2-b {
    background-image: url(../image/p2-back5.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p2-b-container {
    padding: 20px 0 30px;
  }

  .p2-b .h2-title2 img {
    width: 270px;
  }

  .p2-b-box {
    width: 92%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto 0;
  }

  .p2-b-box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .p2-b-box ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #82604d;
  }

  .p2-b-box ul li img {
    width: 14px;
    height: auto;
  }

  /* 1350 */
  .p2-c-container {
    padding-top: 40px;
  }

  .p2-c .p2-a-box {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .p2-c .h3-title2 {
    margin: 30px auto 20px;
  }

  /* 1350 */
  .p2-d-container {
    padding-top: 40px;
  }

  .p2-d-box-box {
    background-image: url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 30px;
    margin-top: 30px;
  }

  .p2-d .h2-title2 h2 {
    text-align: center;
    color: #f0a557;
  }

  .p2-d-box {
    width: 92%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 30px auto 0;
  }

  .p2-d-box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .p2-d-box ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #82604d;
  }

  .p2-d-box ul li img {
    width: 14px;
    height: auto;
  }

  /* 1350 */
  .p2-e-container {
    padding-top: 40px;
  }

  .p2-e .h3-title2 {
    margin: 0 auto;
  }

  .p2-e-img {
    width: 96%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 30px auto 0 4%;
  }

  .p2-e-img img {
    width: 120%;
    min-width: 600px;
    max-width: none;
    display: block;
    margin-right: 4%;
  }

  .p2-e-box {
    width: 92%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 30px auto 0;
  }

  /* 1350 */
  .p2-f-container {
    padding-top: 40px;
  }

  .p2-f .h3-title2 {
    margin: 0 auto;
  }

  .p2-f-p {
    width: 92%;
    margin: 30px auto 0;
  }

  .p2-f-p p {
    font-size: 13px;
    font-weight: bold;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
    line-height: 2;
    letter-spacing: normal;
  }

  .p2-f-table {
    width: 92%;
    margin: 25px auto 0;
  }

  .p2-f-table table {
    width: 100%;
    border-collapse: collapse;
  }

  .p2-f-table table th,
  .p2-f-table table td {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fbc995;
  }

  .p2-f-table table th {
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #f0a557;
    line-height: 1.6;
  }

  .p2-f-table table td {
    font-size: 13px;
    font-weight: bold;
    background-color: #fff;
    line-height: 2;
    letter-spacing: normal;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p2-f-box {
    width: 92%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p2-f-item {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
  }

  .p2-f-item h3 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    padding: 10px 0;
    border-radius: 50px;
  }

  .p2-f-item:nth-of-type(1) h3 {
    background-color: #72cae1;
  }

  .p2-f-item:nth-of-type(2) h3 {
    background-color: #ab86d3;
  }

  .p2-f-item:nth-of-type(3) h3 {
    background-color: #5ed0ac;
  }

  .p2-f-item p {
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: normal;
    padding-top: 10px;
  }

  /* 1350 */
  .p2-g-container {
    padding-top: 40px;
  }

  /* 1350 */
  .p2-h-container {
    padding: 40px 0;
  }

  .p2-h-box {
    width: 92%;
    margin: 0 auto;
  }

  .p2-h-item {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
  }

  .p2-h-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .p2-h-q,
  .p2-h-a {
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .p2-h-q img,
  .p2-h-a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .p2-h-q span,
  .p2-h-a span {
    position: absolute;
    top: 47%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }

  .p2-h-question p {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
  }

  .p2-h-line {
    width: 100%;
    height: 5px;
    margin: 10px 0;
  }

  .p2-h-line img {
    width: 100%;
    display: block;
  }

  .p2-h-answer {
    display: none;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
  }

  .p2-h-answer p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: normal;
  }

  .p2-h-item.is-open .p2-h-answer {
    display: flex;
  }

  .p2-h-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: auto;
    flex-shrink: 0;
  }

  .p2-h-icon::before,
  .p2-h-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    background: #82604d;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }

  .p2-h-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .p2-h-item.is-open .p2-h-icon::after {
    opacity: 0;
  }

  /* クリニック紹介 */
  /* 1350 */
  .p3-a-container {
    padding: 30px 0;
  }

  .p3-a .h3-title h3 {
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }

  .p3-a-box {
    width: 92%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p3-a-item {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
  }

  .p3-a-item h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 10px;
  }

  .p3-a-item:first-child h3 {
    background-color: #7fdb5e;
  }

  .p3-a-item:last-child h3 {
    background-color: #f09d9d;
  }

  .p3-a-item table th,
  .p3-a-item table td,
  .p3-a-item ul li {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
  }

  .p3-a-item table th {
    width: 80px;
    vertical-align: top;
  }

  /* 子どもの予防・治療 */
  /* 1350 */
  .p4-a-container {
    padding-top: 30px;
  }

  .p4-a-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .p4-a-link a {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
  }

  .p4-a-link:nth-of-type(1) a {
    background-color: #f0a557;
  }

  .p4-a-link:nth-of-type(2) a {
    background-color: #f09d9d;
  }

  .p4-a-link:nth-of-type(3) a {
    background-color: #72cae1;
  }

  .p4-a-link:nth-of-type(4) a {
    background-color: #5ed0ac;
  }

  .p4-a-link a span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }

  .p4-a-link a img {
    width: 8px;
    height: auto;
  }

  /* 1350 */
  .p4-b-container {
    padding-top: 40px;
  }

  .p4-b .p2-a-item.p4-a-title {
    width: 92%;
    margin: 20px auto 0;
  }

  /* 1350 */
  .p4-b .p2-a-container {
    padding-top: 40px;
    padding-bottom: 0;
  }

  /* 1350 */
  .p4-b .h3-title2 {
    width: 92%;
    margin: 40px auto 0;
  }

  .p4-link-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }

  .p4-link a {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
  }

  .p4-link:nth-of-type(1) a {
    background-color: #72cae1;
  }

  .p4-link:nth-of-type(2) a {
    background-color: #f09d9d;
  }

  .p4-link a span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }

  .p4-link a img {
    width: 8px;
    height: auto;
  }

  /* 1350 */
  .p4-c .p4-link:nth-of-type(1) a {
    background-color: #5ed0ac;
  }

  .p4-c .p4-link:nth-of-type(2) a {
    background-color: #f0a557;
  }

  /* 1350 */
  .p4-d-container {
    padding: 40px 0;
  }

  .p4-d-p {
    width: 92%;
    text-align: left;
    margin: 20px auto 0;
  }

  .p4-d-p p {
    font-size: 13px;
    font-weight: bold;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
    line-height: 2;
    letter-spacing: normal;
  }

  .p4-d .h3-title2 {
    margin: 40px auto 15px;
  }

  .p4-d-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p4-d-item {
    max-width: 400px;
    width: 100%;
  }

  .p4-d-item img {
    width: 100%;
    height: auto;
  }

  .p4-d-item span {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eb5f49;
    line-height: 1.2;
    border-radius: 50px;
    margin-top: 20px;
  }

  .p4-d-link a {
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #456fae;
    border-radius: 50px;
    margin: 20px auto 0;
  }

  .p4-d-link a span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }

  .p4-d-link a img {
    width: 8px;
    height: auto;
  }

  /* 子どもの矯正 */
  /* 1350 */
  .p5-a-container {
    padding-top: 30px;
  }

  /* 1350 */
  .p5-b-container {
    padding-top: 30px;
  }

  .p5-b .h3-title2 {
    margin: 40px auto 0;
  }

  .p5-b .p5-b-box {
    margin-top: 40px;
  }

  .p5-b-box ul li {
    font-size: 13px;
    letter-spacing: normal;
  }

  .p5-b .p2-d-box-box {
    background-image: url(../image/p5-back1.png);
  }

  .p5-b .h2-title2 h2 {
    text-align: center;
    color: #eb5f49;
    font-size: 16px;
  }

  .p5-b .p2-b-box ul li {
    font-size: 12px;
  }

  /* 1350 */
  .p5-c-container {
    padding-top: 40px;
  }

  .p5-c-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p5-c-img {
    max-width: 400px;
    width: 100%;
  }

  .p-box .p5-c-img img {
    height: auto;
    margin-top: 0;
  }

  .p5-c-item {
    width: 100%;
  }

  .p5-c-table {
    width: 100%;
  }

  .p5-c-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f0a557;
  }

  .p5-c-table table th {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: normal;
    background-color: #f0a557;
    padding: 10px 0;
    border-bottom: 1px solid #f2d254;
  }

  .p5-c-table table tr:last-child th {
    border-bottom: 1px solid #f0a557;
  }

  .p5-c-table table td {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: normal;
    padding: 10px;
    border-bottom: none;
  }

  .p5-c-list {
    margin-top: 20px;
  }

  .p5-c-list ul li {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: normal;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }

  .p5-c-list ul li img {
    width: 20px;
    height: auto;
    margin-top: 1px;
  }

  /* 1350 */
  .p5-d-container {
    padding-top: 40px;
  }

  .p5-d .sub-text {
    margin-top: 0;
  }

  /* 1350 */
  .p5-e-container {
    padding-top: 40px;
  }

  .p5-e-list ul li {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #82604d;
    border-bottom-style: dashed;
  }

  .p5-e-list ul li img {
    width: 13px;
    height: auto;
  }

  /* 1350 */
  .p5-f-container {
    padding-top: 40px;
  }

  .p5-f-box {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 20px auto 0;
  }

  .p5-f-img {
    width: calc(50% - 5px);
  }

  /* 1350 */
  .p5-g-container {
    padding-top: 40px;
  }

  .p5-g-text {
    margin-top: 25px;
  }

  .p5-g-text h3 {
    font-size: 16px;
    color: #f0a557;
    line-height: 2;
    letter-spacing: normal;
  }

  .p5-g .p5-g-text p {
    letter-spacing: normal;
    padding-top: 0;
  }

  .p5-g-p {
    margin-top: 30px;
  }

  .p5-g-p p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: normal;
  }

  /* 1350 */
  .p5-h-container {
    padding-top: 40px;
  }

  .h3-title2 {
    margin: 30px auto 0;
  }

  .p5-h-box {
    width: 92%;
    margin: 30px auto 0;
  }

  .p5-h-box p {
    font-size: 13px;
    font-weight: bold;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
    line-height: 2;
    letter-spacing: normal;
  }

  .p5-h-p2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #82604d;
    margin-top: 20px;
  }

  .p5-h-p2 p {
    font-size: 14px;
    line-height: 1.6;
  }

  .p5-h-p2 img {
    width: 14px;
    height: auto;
  }

  .p5-h-p3 {
    margin-top: 20px;
  }

  .p5-h-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p5-h-img {
    max-width: 400px;
    width: 100%;
  }

  .p5-h-text {
    width: 100%;
  }

  .p5-h-box2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p5-h-img2 {
    max-width: 400px;
    width: 100%;
  }

  .p5-h .p5-h-img2 img {
    height: auto;
    margin-top: 0;
  }

  .p5-h-text2 {
    width: 100%;
  }

  .p5-h .p5-h-text2 p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: normal;
    padding-top: 0;
  }

  .p4-d-p.p5-h-p4 {
    width: 92%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  /* 1350 */
  .p5-i-container {
    padding-top: 40px;
  }

  .p5-i-item {
    margin-top: 20px;
  }

  .p5-i .p5-h-img2 img {
    height: auto;
    margin-top: 0;
  }

  .p5-i-item h3 {
    font-size: 14px;
    color: #f0a557;
    line-height: 1.4;
    letter-spacing: normal;
    padding-bottom: 10px;
  }

  .p5-i-text {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #82604d;
  }

  .p5-i-text img {
    width: 14px;
    height: auto;
  }

  .p5-i-text p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }

  /* 1350 */
  .p5-j-container {
    padding-top: 40px;
  }

  .p5-j .p2-a-box {
    width: 92%;
    flex-direction: column-reverse;
    align-self: center;
    gap: 20px;
  }

  .p5-j .p2-a-box .p2-a-img {
    max-width: 400px;
    width: 100%;
  }

  .p5-j .p2-a-box .p2-a-item {
    width: 100%;
  }

  .p5-j-h3 {
    text-align: center;
    background-color: #f09d9d;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 10px;
  }

  .p5-j-h3 h3 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }

  .p5-j-p {
    text-align: right;
    margin-top: 10px;
  }

  .p5-j-p p {
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
  }

  /* 1350 */
  .p5-k-container {
    padding: 40px 0;
  }

  .p5-k-box {
    width: 100%;
    margin-top: 20px;
  }

  .p5-k-img {
    width: 96%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 20px auto 0 4%;
  }

  .p5-k-img img {
    width: 120%;
    min-width: 800px;
    max-width: none;
    display: block;
    margin-right: 4%;
  }

  /* 料金表 */
  /* 1350 */
  .p6-a-container {
    padding: 30px 0 40px;
  }

  .p6-a-box {
    width: 92%;
    margin: 0 auto;
  }

  .p6-a-table,
  .p6-a-table2,
  .p6-a-table3 {
    width: 100%;
    margin-top: 20px;
  }

  .p6-a-table table,
  .p6-a-table2 table,
  .p6-a-table3 table {
    width: 100%;
    border-collapse: collapse;
  }

  /* スタイル1: 青系テーブル */
  .p6-a-table table th {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    letter-spacing: normal;
    background-color: #456fae;
    border-bottom: 1px solid #72cae1;
  }

  .p6-a-table table td {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: normal;
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #72cae1;
  }

  .p6-a-table table td span {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: normal;
  }

  /* スタイル2: オレンジ系テーブル */
  .p6-a-table2 table th {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2; /* list-style:2 から修正 */
    letter-spacing: normal;
    background-color: #f0a557;
    padding: 10px 0;
    border-bottom: 1px solid #f2d254;
  }

  .p6-a-table2 table td {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    background-color: #fff;
    padding: min(20px, 1.48vw) 0;
    border-bottom: min(1px, 0.07vw) solid #f2d254;
  }

  /* スタイル3: 赤系テーブル（50:50） */
  .p6-a-table3 table th {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    letter-spacing: normal;
    background-color: #eb5f49;
    padding: 10px 0;
  }

  .p6-a-table3 table th:last-child {
    border-right: 1px solid #eb5f49;
  }

  .p6-a-table3 table td {
    width: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: normal;
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eb5f49;
    border-right: 1px solid #eb5f49;
  }

  .p6-a-table3 table td:first-child {
    border-left: 1px solid #eb5f49;
  }

  /* 下層共通 */
  /* 1440 */
  .sub-v {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 10px;
  }

  .sub-v-container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .sub-v-box {
    width: 92%;
    aspect-ratio: 1360 / 360;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../image/sub-mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
  }

  .sub-v-title h1 {
    font-size: 24px;
    font-family: "Kaisei Decol", serif;
    color: #fff;
    line-height: 1.4;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
  }

  .sub-v-img {
    width: calc(60 / 375 * 100vw);
    position: absolute;
    bottom: calc(10 / 375 * 100vw);
    left: 0;
    z-index: 5;
  }

  .sub-v-img2 {
    width: calc(60 / 375 * 100vw);
    position: absolute;
    bottom: calc(20 / 375 * 100vw);
    right: 0;
    z-index: 5;
  }

  .sub-page {
    background-image: url(../image/sub-back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* 1350 */
  .h2-title {
    width: 92%;
    margin: 0 auto;
  }

  .h2-title img:first-child {
    width: 70px;
    margin: 0 auto;
  }

  .h2-title-img h2 {
    text-align: center;
    font-size: 18px;
    color: #62bd40;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
    line-height: 1.2;
    margin: 5px 0;
  }

  .h2-title img:last-child {
    width: 100%;
    margin: 0 auto;
  }

  /* 1350 */
  .h2-title2 {
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .h2-title2 img {
    /* 幅はそれぞれで指定する */
    display: block;
  }

  .h2-title2 h2 {
    font-size: 20px;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
  }

  .h2-title2 p {
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  /* 左右画像 */
  .h2-title2::before,
  .h2-title2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 45px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }

  .h2-title2::before {
    left: max(-160px, -11.85vw);
    background-image: url(../image/sub-part4.png);
  }

  .h2-title2::after {
    right: max(-160px, -11.85vw);
    background-image: url(../image/sub-part5.png);
  }

  /* 1350 */
  .h3-title h3 {
    font-size: 16px;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
    line-height: 1.2;
    letter-spacing: normal;
  }

  .h3-title h3 span {
    font-size: 14px;
  }

  .h3-title img {
    width: 100%;
    height: 5px;
    margin-top: 10px;
  }

  /* 1350 */
  .h3-title2 {
    width: 90%;
    text-align: center;
    position: relative;
    background-image: url(../image/p2-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
    border-radius: 10px;
  }

  .h3-title2 h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
  }

  .h3-title-img {
    width: 45px;
    height: auto;
    position: absolute;
    top: -10px;
    left: -5%;
    z-index: 5;
  }

  .h3-title-img2 {
    width: 45px;
    height: auto;
    position: absolute;
    bottom: -10px;
    right: -5%;
    z-index: 5;
  }

  /* 1350 */
  .sub-text {
    margin-top: 10px;
  }

  .sub-text p {
    font-size: 13px;
    font-weight: bold;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
    line-height: 2;
    letter-spacing: normal;
  }

  /* 1350 */
  .p-box {
    margin-top: 20px;
  }

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

  .p-p {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .p-box .p-p img {
    width: 25px;
    height: auto;
  }

  .p-p span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }

  .p-box img {
    width: 100%;
    height: 5px;
    margin-top: 5px;
  }

  .p-box p {
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
  }

  .p-box p span {
    font-size: 13px;
    font-weight: bold;
    color: #f0a557;
  }

  .p-box .p-p-p {
    padding-top: 20px;
  }

  .p2-e-box .p-box .p-span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-image: url(../image/part40.png);
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: normal;
    padding-bottom: 1px;
  }

  .p2-e-box .p-box .p-span2 {
    font-size: 12px;
    letter-spacing: normal;
  }

  /* フッター */
  footer {
    background-color: #faf0e1;
  }

  .footer-container {
    padding: 40px 0 0;
  }

  .footer-part {
    width: 92%;
    margin: 0 auto;
  }

  .footer-logo {
    width: 233px;
    margin: 30px auto 0;
  }

  .footer-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .footer-item {
    width: 335px;
  }

  .footer-item-title {
    width: 100%;
  }

  .footer-img {
    width: 100%;
    margin-top: 10px;
  }

  .footer-table {
    width: 100%;
    margin-top: 10px;
  }

  .footer-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 10px;
  }

  /* 各アイテムのカラーボーダー */
  .footer-item:nth-of-type(1) .footer-table table {
    border: 2px solid #f0a557;
  }
  .footer-item:nth-of-type(2) .footer-table table {
    border: 2px solid #eb5f49;
  }
  .footer-item:nth-of-type(3) .footer-table table {
    border: 2px solid #456fae;
  }
  .footer-item:nth-of-type(4) .footer-table table {
    border: 2px solid #5bb73a;
  }

  .footer-table thead th {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
  }

  /* 各アイテムのヘッダー背景色 */
  .footer-item:nth-of-type(1) .footer-table thead th {
    background-color: #f0a557;
  }
  .footer-item:nth-of-type(2) .footer-table thead th {
    background-color: #eb5f49;
  }
  .footer-item:nth-of-type(3) .footer-table thead th {
    background-color: #456fae;
  }
  .footer-item:nth-of-type(4) .footer-table thead th {
    background-color: #5bb73a;
  }

  .footer-table tbody td {
    position: relative;
    padding: 10px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
  }

  .footer-table tbody td::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed;
  }

  .footer-table tbody tr:last-child td::after {
    display: none;
  }

  .footer-table tbody td:first-child {
    width: 90px;
    padding-left: 12px;
    text-align: left;
  }

  .footer-table tbody td:last-child {
    padding-right: 0;
  }

  .footer-table tbody td:first-child::after {
    left: 10px;
    width: calc(100% - 10px);
  }

  .footer-table tbody td:last-child::after {
    width: calc(100% - 10px);
  }

  .footer-table tbody td span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  /* 各アイテムのドット色 */
  .footer-item:nth-of-type(1) .footer-table tbody td span {
    background-color: #f2d254;
  }
  .footer-item:nth-of-type(2) .footer-table tbody td span {
    background-color: #f09d9d;
  }
  .footer-item:nth-of-type(3) .footer-table tbody td span {
    background-color: #72cae1;
  }
  .footer-item:nth-of-type(4) .footer-table tbody td span {
    background-color: #c3d880;
  }

  .footer-table .slash {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 14px;
  }

  .footer-table td.triangle {
    position: relative;
  }

  .footer-table td.triangle::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 14px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    border-radius: 3px;
  }

  /* 各アイテムの三角形色 */
  .footer-item:nth-of-type(1) .footer-table td.triangle::before {
    background-color: #f2d254;
  }
  .footer-item:nth-of-type(2) .footer-table td.triangle::before {
    background-color: #f09d9d;
  }
  .footer-item:nth-of-type(3) .footer-table td.triangle::before {
    background-color: #72cae1;
  }
  .footer-item:nth-of-type(4) .footer-table td.triangle::before {
    background-color: #c3d880;
  }

  .footer-web a,
  .footer-map a {
    width: 240px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    margin: 10px auto 0;
  }

  /* 各アイテムのボタン背景色 */
  .footer-item:nth-of-type(1) .footer-web a,
  .footer-item:nth-of-type(1) .footer-map a {
    background-color: #f2d254;
  }
  .footer-item:nth-of-type(2) .footer-web a,
  .footer-item:nth-of-type(2) .footer-map a {
    background-color: #f09d9d;
  }
  .footer-item:nth-of-type(3) .footer-web a,
  .footer-item:nth-of-type(3) .footer-map a {
    background-color: #72cae1;
  }
  .footer-item:nth-of-type(4) .footer-web a,
  .footer-item:nth-of-type(4) .footer-map a {
    background-color: #c3d880;
  }

  .footer-web a img:first-child,
  .footer-map a img:first-child {
    width: 30px;
    height: auto;
  }

  .footer-web a span,
  .footer-map span {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }

  .footer-web a img:last-child,
  .footer-map a img:last-child {
    width: 11px;
    height: auto;
  }

  .footer-table2 {
    width: 100%;
  }

  .footer-table2 table {
    width: 100%;
    border-collapse: collapse;
  }

  .footer-table2 table th,
  .footer-table2 table td {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #82604d;
  }

  .footer-table2 table th {
    width: 80px;
  }

  .footer-box2 {
    width: 100%;
    background-image: url(../image/top-back10.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 275px 0 120px;
    margin-top: 200px;
  }

  .footer-nav {
    width: 92%;
    background-color: #fff;
    position: absolute;
    top: -140px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    padding: 30px 20px;
    border-radius: 20px;
  }

  .footer-img2 {
    width: 170px;
    margin: 0 auto;
  }

  .footer-part2 {
    width: 100%;
    margin: 10px auto 0;
  }

  .footer-nav nav {
    margin-top: 10px;
  }

  .footer-nav nav ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-nav nav ul li a {
    font-size: 16px;
    font-weight: bold;
  }

  .copy-right {
    text-align: center;
  }

  .copy-right p {
    font-size: 12px;
    color: #fff;
  }

  /* トップに戻るボタン */
  .page-top {
    display: none;
  }

  /* お知らせ内容 1100で可変 */
  .single-container {
    width: 100%;
    padding: 40px 0;
  }

  .single-box {
    width: 94%;
    margin: 0 auto;
  }

  .single-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .single-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

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

  .single-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }

  .single-content img {
    max-width: 100%;
    height: auto;
  }
}
