@charset "UTF-8";

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

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

body {
  margin: 0;
}

h1,
h2,
h3,
p,
a,
span,
li,
th,
td {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.1em;
}

li {
  list-style: none;
}

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

a:hover {
  opacity: 0.8;
}

/* --- コンテナ設定 --- */
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);
}

/* ヘッダー */
/* 1440 */
#header {
  width: 100%;
  height: min(155px, 10.76vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}

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

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

.header-logo {
  width: min(100px, 6.94vw);
}

.header-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(50px, 3.47vw);
}

.header-contact a,
.header-tel {
  display: flex;
  align-items: center;
  gap: min(12px, 0.83vw);
}

.header-contact a img,
.header-tel img {
  width: min(24px, 1.67vw);
  height: auto;
}

.header-contact a span,
.header-tel span {
  font-size: clamp(10px, 1.11vw, 16px);
}

.header-nav nav ul {
  display: flex;
  align-items: center;
  gap: min(50px, 3.47vw);
  margin-top: min(35px, 2.43vw);
}

.header-nav nav ul li a {
  font-size: clamp(10px, 1.11vw, 16px);
}

/* トップ */
.main-v {
  width: 100%;
  aspect-ratio: 1440 / 550;
  background-image: url(../image/top-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: min(155px, 10.76vw);
}

.main-v-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-v-title h1 {
  font-size: clamp(9px, 1.39vw, 20px);
  font-weight: 400;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2.2;
  letter-spacing: 0.5em;
  text-shadow: 0 min(2px, 0.14vw) min(4px, 0.28vw) #000;
}

/* 1350 */
.p1-a-container {
  background-image: url(../image/part3.png);
  background-repeat: no-repeat;
  background-size: min(340px, 25.19vw) auto;
  background-position: right bottom;
  padding-top: min(100px, 7.41vw);
  padding-bottom: min(50px, 3.7vw);
}

.p1-a-box {
  width: min(1120px, 82.96vw);
  display: flex;
  gap: min(30px, 2.22vw);
  margin: 0 auto;
}

.p1-a-text {
  width: min(1000px, 74.07vw);
  margin-top: min(30px, 2.22vw);
}

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

/* 1350 */
.p1-b-container {
  padding-top: min(150px, 11.11vw);
}

.p1-b-title {
  display: flex;
  gap: min(200px, 14.81vw);
}

.p1-b-img {
  width: calc(900 / 1440 * 100%);
}

.p1-b-h2 {
  width: min(1120px, 82.96vw);
  margin: 0 auto;
}

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

.p1-b-p p {
  font-size: clamp(9px, 1.33vw, 18px);
}

.p1-b-box {
  display: flex;
  justify-content: center;
  gap: min(65px, 4.81vw);
  margin: min(100px, 7.41vw) auto 0;
}

.p1-b-item {
  width: min(350px, 25.93vw);
  height: min(600px, 44.44vw);
  position: relative;
  padding: min(50px, 3.7vw) min(35px, 2.59vw) 0;
  border: 1px solid rgba(214, 198, 171, 0.5);
}

.p1-b-span {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: max(-30px, -2.22vw);
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}

.p1-b-span span:first-child {
  font-size: clamp(9px, 1.78vw, 24px);
}

.p1-b-span span:last-child {
  font-size: clamp(9px, 1.19vw, 16px);
}

.p1-b-img2 {
  width: min(20px, 1.48vw);
  margin: 0 auto;
}

.p1-b-img3 {
  width: min(70px, 5.19vw);
  margin: min(20px, 1.48vw) auto 0;
}

.p1-b-h3 {
  text-align: center;
  margin-top: min(20px, 1.48vw);
}

.p1-b-h3 h3 {
  font-size: clamp(9px, 1.48vw, 20px);
  font-weight: 400;
}

.p1-b-text {
  margin-top: min(35px, 2.59vw);
}

.p1-b-text p {
  font-size: clamp(9px, 1.19vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
}

.p1-b-item:nth-of-type(2) .p1-b-img2 {
  position: relative;
}

.p1-b-item:nth-of-type(2) .p1-b-img2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(410px, 30.37vw);
  height: 1px;
  background: #d6c6ab;
  transform: translate(-100%, -50%);
}

.p1-b-item:nth-of-type(2) .p1-b-img2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(410px, 30.37vw);
  height: 1px;
  background: #d6c6ab;
  transform: translate(0, -50%);
}

.p1-b-item:nth-of-type(2) .p1-b-img2::before,
.p1-b-item:nth-of-type(2) .p1-b-img2::after {
  z-index: 1;
}

.p1-b-item .p1-b-img2 img {
  position: relative;
  z-index: 2;
}

/* 1350 */
.p1-c-container {
  padding-top: min(140px, 10.37vw);
}

.p1-c-box {
  background-image: url(../image/part4.png), url(../image/part5.png);
  background-repeat: no-repeat;
  background-size: min(290px, 21.48vw) auto;
  background-position:
    top left,
    top right;
  padding-top: min(40px, 2.96vw);
}

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

.p1-c-text p {
  font-size: clamp(9px, 1.33vw, 18px);
  color: #0070b3;
  line-height: 2;
}

.p1-c-img {
  width: min(24px, 1.78vw);
  margin: min(26px, 1.93vw) auto 0;
}

/* 1350 */
.p1-d-container {
  padding-top: min(100px, 7.41vw);
}

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

.p1-d-title h2 {
  width: min(240px, 17.78vw);
  font-size: clamp(9px, 1.78vw, 24px);
  font-weight: 400;
  position: relative;
  letter-spacing: 0.4em;
  padding-bottom: min(30px, 2.22vw);
  margin: 0 auto;
}

.p1-d-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(240px, 17.78vw);
  height: 1px;
  background: #000;
}

.p1-d-box {
  width: min(973px, 88.45vw);
  margin: min(100px, 9.09vw) auto 0;
}

.contact-form {
  width: 100%;
}

.form-row {
  display: flex;
  align-items: center;
  gap: min(50px, 4.55vw);
  margin-bottom: min(40px, 3.64vw);
}

.form-label {
  width: min(230px, 20.91vw);
}

.form-label p {
  font-size: clamp(9px, 1.64vw, 18px);
}

.required {
  font-size: clamp(9px, 1.27vw, 14px);
  color: red;
  margin-left: min(10px, 0.91vw);
}

.form-input {
  flex: 1;
}

.form-input input,
.form-input textarea {
  max-width: min(700px, 63.64vw);
  width: 100%;
  padding: min(18px, 1.64vw) min(20px, 1.82vw);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(255, 228, 179, 0.25),
    rgba(214, 198, 171, 0.25)
  );
  font-size: clamp(9px, 1.45vw, 16px);
  color: #333;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.1em;
}

.form-input textarea {
  height: min(200px, 18.18vw);
  resize: none;
}

.form-row.textarea-row {
  align-items: flex-start;
}

.textarea-row .form-label {
  margin-bottom: min(10px, 0.91vw);
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: min(15px, 1.36vw);
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: min(10px, 0.91vw);
}

.wpcf7-list-item input:checked + span::after {
  display: none;
}

.wpcf7-list-item label input {
  width: min(20px, 1.82vw);
  height: min(20px, 1.82vw);
}

.wpcf7-list-item span {
  font-size: clamp(9px, 1.45vw, 16px);
  position: relative;
  cursor: pointer;
}

.wpcf7-list-item span::before {
  content: "";
  position: absolute;
  left: 0;
  top: min(2px, 0.18vw);
  width: min(18px, 1.64vw);
  height: min(18px, 1.64vw);
  border: 1px solid #fff;
}

.wpcf7-list-item input:checked + span::after {
  content: "";
  position: absolute;
  left: min(6px, 0.55vw);
  top: min(4px, 0.36vw);
  width: min(6px, 0.55vw);
  height: min(10px, 0.91vw);
  border: solid #fff;
  border-width: 0 min(2px, 0.18vw) min(2px, 0.18vw) 0;
  transform: rotate(45deg);
}

.form-submit {
  text-align: center;
  margin-top: min(50px, 4.55vw);
}

.form-submit input[type="submit"] {
  width: min(214px, 19.45vw);
  height: min(46px, 4.18vw);
  background: url(../image/part13.png) no-repeat center / contain;
  border: none;
  color: transparent;
  cursor: pointer;
}

.form-submit input[type="submit"]:hover {
  opacity: 0.8;
}

.wpcf7-spinner {
  display: none;
}

/* 1350 */
.p1-e-container {
  padding-top: min(150px, 11.11vw);
}

.p1-e-title {
  display: flex;
  justify-content: flex-end;
  gap: min(150px, 11.11vw);
}

.p1-e-img {
  width: calc(900 / 1440 * 100%);
}

.p1-e-h2 {
  width: min(1100px, 81.48vw);
  margin: min(50px, 3.7vw) auto 0;
}

.p1-e-h2 .p1-h2 {
  text-align: right;
}

.p1-e-p {
  margin-top: min(50px, 3.7vw);
}

.p1-e-p p {
  font-size: clamp(9px, 1.33vw, 18px);
  line-height: 2;
}

.p1-e-box {
  width: min(1100px, 81.48vw);
  margin: min(100px, 7.41vw) auto 0;
}

.p1-e-item {
  display: flex;
  gap: min(50px, 3.7vw);
  margin-top: min(50px, 3.7vw);
}

.p1-e-box .p1-e-item:nth-of-type(2) {
  margin-top: min(100px, 7.41vw);
}

.p1-e-box .p1-e-item:nth-of-type(3),
.p1-e-box .p1-e-item:nth-of-type(5) {
  justify-content: flex-end;
}

.p1-e-img2 {
  width: min(400px, 29.63vw);
}

.p1-e-text {
  width: min(550px, 40.74vw);
  text-align: center;
  margin-top: min(35px, 2.59vw);
}

.p1-e-text h3 {
  display: inline-block;
  font-size: clamp(9px, 1.48vw, 20px);
  font-weight: 400;
  letter-spacing: 0.4em;
  position: relative;
  padding-bottom: min(10px, 0.74vw);
}

.p1-e-text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #0070b3 0%, #0070b3 50%, #0f1577 100%);
}

.p1-e-text p {
  text-align: left;
  font-size: clamp(9px, 1.19vw, 16px);
  line-height: 2;
  padding-top: min(20px, 1.48vw);
}

/* 1350 */
.p1-f-container {
  background-image:
    url(../image/part6.png), url(../image/part7.png), url(../image/part8.png),
    url(../image/part9.png);
  background-repeat: no-repeat;
  background-size:
    min(338px, 25.04vw) auto,
    min(386px, 28.59vw) auto,
    min(256px, 18.96vw) auto,
    min(346px, 25.63vw) auto;
  background-position:
    top min(278px, 20.59vw) right,
    top min(758px, 56.15vw) left,
    bottom min(900px, 66.67vw) right,
    bottom left;
  padding-top: min(150px, 11.11vw);
  padding-bottom: min(300px, 22.22vw);
}

.p1-f-title {
  display: flex;
  gap: min(150px, 11.11vw);
}

.p1-f-img {
  width: calc(900 / 1440 * 100%);
}

.p1-f-box {
  width: min(1100px, 81.48vw);
  margin: 0 auto min(50px, 3.7vw);
}

.p1-f-box .p1-f-item-box:nth-of-type(2) {
  margin-top: min(100px, 7.41vw);
}

.p1-f-box .p1-f-item-box:nth-of-type(3),
.p1-f-box .p1-f-item-box:nth-of-type(5),
.p1-f-box .p1-f-item-box:nth-of-type(7),
.p1-f-box .p1-f-item-box:nth-of-type(9),
.p1-f-box .p1-f-item-box:nth-of-type(11) {
  margin-left: auto;
  margin-right: min(34px, 2.52vw);
}

.p1-f-item-box {
  width: min(850px, 62.96vw);
  background: linear-gradient(to right, #0070b3 0%, #0070b3 50%, #0f1577 100%);
  padding: 1px;
  margin-top: min(50px, 3.7vw);
  margin-left: min(34px, 2.52vw);
}

.p1-f-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: min(27px, 2vw) 0 min(27px, 2vw) min(88px, 6.52vw);
}

.p1-f-span {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: min(20px, 1.48vw);
  border-right: 1px solid #000;
}

.p1-f-span span:first-child {
  font-size: clamp(9px, 3.11vw, 42px);
}

.p1-f-span span:last-child {
  font-size: clamp(9px, 1.78vw, 24px);
}

.p1-f-h3 {
  margin-left: min(20px, 1.48vw);
}

.p1-f-h3 h3 {
  font-size: clamp(9px, 1.48vw, 20px);
  font-weight: 400;
}

.p1-f-text {
  margin-left: min(50px, 3.7vw);
}

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

.p1-f-p {
  text-align: right;
  margin-top: min(30px, 2.22vw);
  margin-right: min(34px, 2.52vw);
}

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

.p1-f-box2 {
  background-image: url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(25px, 1.85vw) 0;
}

.p1-f-item2 {
  width: min(600px, 44.44vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p1-f-contact a {
  padding: min(13px, 0.96vw) min(100px, 7.41vw) min(13px, 0.96vw) 0;
  border-right: 1px solid #fff;
}

.p1-f-contact a,
.p1-f-tel {
  display: flex;
  align-items: center;
  gap: min(23px, 1.7vw);
}

.p1-f-contact a span,
.p1-f-tel span {
  font-size: clamp(9px, 1.48vw, 20px);
  color: #fff;
}

.p1-f-contact a img,
.p1-f-tel img {
  width: min(36px, 2.67vw);
  height: auto;
}

/* 1350 */
.p1-e.p1-g {
  position: relative;
  margin-top: max(-290px, -21.48vw);
}

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

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

.p1-g-title span {
  font-size: clamp(9px, 1.33vw, 18px);
  letter-spacing: 0.4em;
  padding: min(10px, 0.74vw) min(15px, 1.11vw);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p1-g-img {
  width: min(36px, 2.67vw);
  margin: min(50px, 3.7vw) auto 0;
}

/* 1350 */
.p1-h-container {
  padding-top: min(150px, 11.11vw);
}

.p1-h-logo {
  width: min(200px, 14.81vw);
  margin: min(50px, 3.7vw) auto 0;
}

.p1-h-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(48px, 3.56vw);
}

.p1-h-tel {
  display: flex;
  align-items: center;
  gap: min(15px, 1.11vw);
  background-color: #fff;
  padding: min(20px, 1.48vw) min(40px, 2.96vw);
  border-right: 1px solid #c3d7e3;
  border-bottom: 1px solid #c3d7e3;
}

.p1-h-tel img {
  width: min(24px, 1.78vw);
  height: auto;
}

.p1-h-tel span {
  font-size: clamp(10px, 1.19vw, 16px);
  letter-spacing: 0.4em;
}

.p1-h-img {
  width: min(36px, 2.67vw);
}

.p1-h-table {
  width: min(750px, 55.56vw);
  margin: min(20px, 1.48vw) auto min(30px, 2.22vw);
}

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

.p1-h-table table th,
.p1-h-table table td {
  text-align: left;
  font-size: clamp(9px, 1.33vw, 18px);
  font-weight: 400;
  letter-spacing: 0.4em;
  padding-top: min(30px, 2.22vw);
  padding-bottom: min(30px, 2.22vw);
  border-bottom: 1px solid #c3d7e3;
}

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

.p1-h-table table th {
  width: min(160px, 11.85vw);
  vertical-align: top;
  padding-left: min(20px, 1.48vw);
}

.p1-h-table table td li {
  font-size: clamp(9px, 1.33vw, 18px);
  margin-top: min(30px, 2.22vw);
}

.p1-h-table table td li:first-child {
  margin-top: 0;
}

/* 1350 */
.p1-i-box {
  width: min(1120px, 82.96vw);
  height: min(300px, 22.22vw);
  margin: min(50px, 3.7vw) auto;
}

.p1-i-box iframe {
  width: 100%;
  height: 100%;
}

/* 共通パーツ */
/* 1350 */
.p1-title span {
  font-size: clamp(10px, 1.78vw, 24px);
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  padding-right: min(30px, 2.22vw);
  position: relative;
}

.p1-title span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: min(240px, 17.78vw);
  background: #000;
  transform: translateX(100%);
}

/* 1350 */
.p1-h2 h2 {
  font-size: clamp(10px, 2.67vw, 36px);
  font-weight: 400;
  background: linear-gradient(to right, #004b78 0%, #0070b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.4em;
}

/* お知らせ内容 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;
} */

/* フッター */
.footer-container {
  background-image: url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(25px, 1.85vw) 0 min(7px, 0.52vw);
}

.footer-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(50px, 3.7vw);
}

.footer-logo {
  width: min(150px, 11.11vw);
}

.footer-nav ul {
  display: flex;
  align-items: center;
  gap: min(50px, 3.7vw);
}

.footer-nav ul li img {
  width: min(36px, 2.67vw);
  height: min(36px, 2.67vw);
}

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

.copy-right {
  text-align: center;
  margin-top: min(6px, 0.44vw);
}

.copy-right p {
  font-size: clamp(9px, 0.89vw, 12px);
}

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

  .sp {
    display: block;
  }

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

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

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

  .sp-header-box {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 27px;
  }

  .sp-header-tel {
    width: 36px;
  }

  .sp-header-inst {
    width: 36px;
  }

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

  /* 三本線 */
  .sp-menu-btn span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 1px; /* ←太さ1px */
    background-color: #000;
    transition: 0.3s;
  }

  /* 位置（上に寄せる） */
  .sp-menu-btn span:nth-child(1) {
    top: 10px;
  }
  .sp-menu-btn span:nth-child(2) {
    top: 16px;
  }
  .sp-menu-btn span:nth-child(3) {
    top: 22px;
  }

  /* Menuテキスト */
  .menu-text {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #000;
    transition: 0.3s;
  }

  /* 開いたとき（×） */
  .sp-menu-btn.is-active span:nth-child(1) {
    top: 16px;
    transform: translateX(-50%) rotate(45deg);
  }

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

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

  /* テキスト消す */
  .sp-menu-btn.is-active .menu-text {
    opacity: 0;
  }

  .sp-menu-btn.is-active {
    display: none;
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background-image: url(../image/sp-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
  }

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

  .sp-header-nav-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
  }

  .sp-header-nav-box2 {
    display: flex;
    align-items: center;
    gap: 27px;
  }

  .sp-header-nav-logo {
    width: 100px;
  }

  .sp-nav-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 17px;
  }

  .sp-nav-list li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #8e8e8e;
  }

  .sp-nav-list li:first-child {
    border-top: 1px solid #8e8e8e;
  }

  .sp-nav-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
  }

  .sp-menu-close {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
  }

  /* ×の線 */
  .sp-menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 1px;
    background: #000;
  }

  /* 斜め */
  .sp-menu-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .sp-menu-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* トップ */
  .main-v {
    width: 100%;
    aspect-ratio: 375 / 370;
    background-image: url(../image/sp-back3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
  }

  .main-v-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .main-v-title h1 {
    font-size: 4.266vw;
    font-weight: 400;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.2;
    letter-spacing: 0.5em;
    text-shadow: 0 2px 4px #000;
  }

  /* 1350 */
  .p1-a-container {
    background-image: url(../image/part3.png);
    background-repeat: no-repeat;
    background-size: 187px auto;
    background-position: right bottom;
    padding-top: 50px;
    padding-bottom: 94px;
  }

  .p1-a-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 0 auto;
  }

  .p1-a-text {
    width: 100%;
    margin-top: 15px;
  }

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

  /* 1350 */
  .p1-b-container {
    padding-top: 80px;
  }

  .p1-b-title {
    display: flex;
    gap: 30px;
  }

  .p1-b-img {
    width: calc(275 / 375 * 100%);
  }

  .p1-b-h2 {
    width: 92%;
    position: relative;
    margin: -80px auto 0;
  }

  .p1-b-p {
    margin-top: 15px;
  }

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

  .p1-b-box {
    width: 92%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin: 88px auto 0;
  }

  .p1-b-item {
    max-width: 400px;
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 35px 30px;
    border: 1px solid rgba(214, 198, 171, 0.5);
  }

  .p1-b-span {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
  }

  .p1-b-span span:first-child {
    font-size: 24px;
  }

  .p1-b-span span:last-child {
    font-size: 16px;
  }

  .p1-b-img2 {
    display: none;
  }

  .p1-b-img3 {
    width: 70px;
    margin: 0 auto;
  }

  .p1-b-h3 {
    text-align: center;
    margin-top: 20px;
  }

  .p1-b-h3 h3 {
    font-size: 20px;
    font-weight: 400;
  }

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

  .p1-b-text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  /* 1350 */
  .p1-c-container {
    padding-top: 50px;
  }

  .p1-c-box {
    background-image: url(../image/sp-back4.png), url(../image/sp-back5.png);
    background-repeat: no-repeat;
    background-size: 88px auto;
    background-position:
      top left,
      top right;
    padding-top: 60px;
  }

  .p1-c-text {
    width: 88%;
    text-align: center;
    margin: 0 auto;
  }

  .p1-c-text p {
    font-size: 16px;
    color: #0070b3;
    line-height: 2;
  }

  .p1-c-img {
    width: 24px;
    margin: 20px auto 0;
  }

  /* 1350 */
  .p1-d-container {
    padding-top: 30px;
  }

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

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

  .p1-d-title h2 {
    width: 150px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.4em;
    padding-bottom: 10px;
    margin: 0 auto;
  }

  .p1-d-title h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background: #000;
  }

  .p1-d-box {
    width: 92%;
    margin: 30px auto 0;
  }

  .contact-form {
    width: 100%;
  }

  .form-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 38px;
  }

  .form-label {
    width: 100%;
  }

  .form-label p {
    font-size: 18px;
  }

  .required {
    font-size: 14px;
    color: red;
    margin-left: 10px;
  }

  .form-input {
    width: 100%;
  }

  .form-input input,
  .form-input textarea {
    max-width: 700px;
    width: 100%;
    padding: 15px 20px;
    border: none;
    background: linear-gradient(
      90deg,
      rgba(255, 228, 179, 0.25),
      rgba(214, 198, 171, 0.25)
    );
    font-size: 16px;
    color: #333;
    font-family: "Hina Mincho", serif;
    letter-spacing: 0.1em;
  }

  .form-input textarea {
    height: 200px;
    resize: none;
  }

  .form-row.textarea-row {
    align-items: flex-start;
  }

  .textarea-row .form-label {
    margin-bottom: 10px;
  }

  .wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }

  .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .wpcf7-list-item input:checked + span::after {
    display: none;
  }

  .wpcf7-list-item label input {
    width: 20px;
    height: 20px;
  }

  .wpcf7-list-item span {
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }

  .wpcf7-list-item span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
  }

  .wpcf7-list-item input:checked + span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .form-submit {
    text-align: center;
    margin-top: 34px;
  }

  .form-submit input[type="submit"] {
    width: 214px;
    height: 46px;
    background: url(../image/part13.png) no-repeat center / contain;
    border: none;
    color: transparent;
    cursor: pointer;
  }

  .form-submit input[type="submit"]:hover {
    opacity: 0.8;
  }

  .wpcf7-spinner {
    display: none;
  }

  /* 1350 */
  .p1-e-container {
    padding-top: 100px;
  }

  .p1-e-title {
    display: flex;
    justify-content: flex-end;
    gap: 28px;
  }

  .p1-e-img {
    width: calc(275 / 375 * 100%);
  }

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

  .p1-e-h2 .p1-h2 {
    text-align: right;
  }

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

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

  .p1-e-box {
    width: 92%;
    margin: 46px auto 0;
  }

  .p1-e-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
  }

  .p1-e-box .p1-e-item:nth-of-type(2) {
    margin-top: 50px;
  }

  .p1-e-box .p1-e-item:nth-of-type(3),
  .p1-e-box .p1-e-item:nth-of-type(5) {
    flex-direction: column-reverse;
  }

  .p1-e-img2 {
    max-width: 400px;
    width: 100%;
  }

  .p1-e-text {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .p1-e-text h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4em;
    position: relative;
    padding-bottom: 10px;
  }

  .p1-e-text h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      #0070b3 0%,
      #0070b3 50%,
      #0f1577 100%
    );
  }

  .p1-e-text p {
    text-align: left;
    font-size: 16px;
    line-height: 2;
    padding-top: 23px;
  }

  /* 1350 */
  .p1-f-container {
    background-image: none;
    position: relative;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .p1-f-title {
    display: flex;
    gap: 28px;
  }

  .p1-f-img {
    width: calc(275 / 375 * 100%);
  }

  .p1-f-box {
    width: 92%;
    margin: 0 auto 30px;
  }

  .p1-f-box .p1-f-item-box:nth-of-type(2) {
    margin-top: 30px;
  }

  .p1-f-box .p1-f-item-box:nth-of-type(3),
  .p1-f-box .p1-f-item-box:nth-of-type(5),
  .p1-f-box .p1-f-item-box:nth-of-type(7),
  .p1-f-box .p1-f-item-box:nth-of-type(9),
  .p1-f-box .p1-f-item-box:nth-of-type(11) {
    padding: 0 1px 1px 0;
    margin-left: auto;
    margin-right: 0;
  }

  .p1-f-item-box {
    width: 100%;
    background: linear-gradient(
      to right,
      #0070b3 0%,
      #0070b3 50%,
      #0f1577 100%
    );
    padding: 0 0 1px 1px;
    margin-top: 30px;
    margin-left: 0;
  }

  .p1-f-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    padding: 0 0 20px 18px;
  }

  .p1-f-span {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #000;
  }

  .p1-f-box .p1-f-item-box:nth-of-type(3) .p1-f-span,
  .p1-f-box .p1-f-item-box:nth-of-type(5) .p1-f-span,
  .p1-f-box .p1-f-item-box:nth-of-type(7) .p1-f-span,
  .p1-f-box .p1-f-item-box:nth-of-type(9) .p1-f-span,
  .p1-f-box .p1-f-item-box:nth-of-type(11) .p1-f-span {
    padding-right: 0;
    padding-left: 30px;
    margin-left: auto;
    margin-right: 20px;
  }

  .p1-f-span span:first-child {
    font-size: 28px;
  }

  .p1-f-span span:last-child {
    font-size: 16px;
  }

  .p1-f-h3 {
    margin-left: 0;
  }

  .p1-f-h3 h3 {
    font-size: 18px;
    font-weight: 400;
  }

  .p1-f-text {
    margin-left: 0;
  }

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

  .p1-f-p {
    text-align: center;
    margin-top: 30px;
    margin-right: 0;
  }

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

  .p1-f-img1 {
    width: 171px;
    position: absolute;
    top: 260px;
    right: 0;
    z-index: 10;
  }

  .p1-f-img2 {
    width: 115px;
    position: absolute;
    top: 726px;
    right: 0;
    z-index: 10;
  }

  .p1-f-img3 {
    width: 118px;
    position: absolute;
    bottom: 1226px;
    left: 0;
    z-index: 10;
  }

  .p1-f-img4 {
    width: 103px;
    position: absolute;
    bottom: 430px;
    right: 0;
    z-index: 10;
  }

  .p1-f-box2 {
    background-image: url(../image/sp-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
  }

  .p1-f-item2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .p1-f-contact a {
    padding: 0 17px 20px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .p1-f-tel {
    padding-top: 20px;
  }

  .p1-f-contact a,
  .p1-f-tel {
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .p1-f-contact a span,
  .p1-f-tel span {
    font-size: 18px;
    color: #fff;
  }

  .p1-f-contact a img,
  .p1-f-tel img {
    width: 24px;
    height: auto;
  }

  /* 1350 */
  .p1-e.p1-g {
    position: relative;
    margin-top: 0;
  }

  .p1-g .p1-e-h2 {
    margin-top: 70px;
  }

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

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

  .p1-g-title span {
    font-size: 18px;
    letter-spacing: 0.4em;
    padding: 10px 18px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .p1-g-img {
    width: 48px;
    margin: 50px auto 0;
  }

  /* 1350 */
  .p1-h-container {
    padding-top: 100px;
  }

  .p1-h .p1-f-title {
    width: 92%;
    margin: 0 auto;
  }

  .p1-h .p1-f-img {
    display: none;
  }

  .p1-h-logo {
    width: 80px;
    margin: 30px auto 0;
  }

  .p1-h-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .p1-h-tel {
    display: flex;
    align-items: center;
    gap: 23px;
    background-color: #fff;
    padding: 5px 16px;
    border-right: 1px solid #c3d7e3;
    border-bottom: 1px solid #c3d7e3;
  }

  .p1-h-tel img {
    width: 12px;
    height: auto;
  }

  .p1-h-tel span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .p1-h-img {
    width: 20px;
  }

  .p1-h-table {
    width: 92%;
    margin: 25px auto;
  }

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

  .p1-h-table table th,
  .p1-h-table table td {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c3d7e3;
  }

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

  .p1-h-table table th {
    width: 100%;
    vertical-align: top;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .p1-h-table table td {
    line-height: 2;
  }

  .p1-h-table table td li {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }

  .p1-h-table table td li:first-child {
    margin-top: 0;
  }

  /* 1350 */
  .p1-i-box {
    width: 92%;
    height: 180px;
    margin: 30px auto;
  }

  .p1-i-box iframe {
    width: 100%;
    height: 100%;
  }

  /* 共通パーツ */
  /* 1350 */
  .p1-title span {
    font-size: 18px;
    writing-mode: vertical-rl;
    letter-spacing: 0.4em;
    padding-right: 10px;
    position: relative;
  }

  .p1-title span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 150px;
    background: #000;
    transform: translateX(100%);
  }

  .p1-a .p1-title span {
    font-size: 18px;
    writing-mode: initial;
    letter-spacing: 0.4em;
    padding-right: 0;
    padding-bottom: 15px;
    position: relative;
  }

  .p1-a .p1-title span::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background: #000;
    transform: translateX(0);
  }

  .p1-h .p1-title span {
    font-size: 18px;
    writing-mode: initial;
    letter-spacing: 0.4em;
    padding-right: 0;
    padding-bottom: 15px;
    position: relative;
  }

  .p1-h .p1-title span::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background: #c3d7e3;
    transform: translateX(0);
  }

  /* 1350 */
  .p1-h2 h2 {
    font-size: 24px;
    font-weight: 400;
    background: linear-gradient(to right, #004b78 0%, #0070b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 0.4em;
  }

  /* お知らせ内容 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;
  } */

  /* フッター */
  .footer-container {
    background-image: url(../image/sp-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
  }

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

  .footer-logo {
    width: 70px;
  }

  .footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .footer-tel,
  .footer-contact {
    width: 24px;
  }

  .footer-nav {
    width: 100%;
  }

  .footer-nav ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 0;
  }

  .footer-nav ul li:last-child {
    grid-column: 1 / -1; /* 2列分使う */
    text-align: center;
  }

  .footer-nav ul li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #8e8e8e;
  }

  .footer-nav ul li:nth-child(2),
  .footer-nav ul li:nth-child(4) {
    border-right: 1px solid #8e8e8e;
  }

  .footer-nav ul li a {
    display: block;
    font-size: 16px;
  }

  .copy-right {
    text-align: center;
    margin-top: 25px;
  }

  .copy-right p {
    font-size: 12px;
    color: #fff;
  }
}
