@charset "UTF-8";

/* 変数の定義 */
:root {
  --content-width: 1140px;
  --min-content-width: 375px;
}

html {
  scroll-behavior: smooth;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 300;
}
._sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  ._sp-only {
    display: initial;
  }
  ._pc-only {
    display: none;
  }
}
header {
  display: flex;
  width: 100%;
  height: 90px;
  position: fixed;
  background-color: #001a28;
  justify-content: center;
  z-index: 9999;
  padding-bottom: 16px;
  opacity: 0.8;
}
@media screen and (max-width: 767.98px) {
  header {
    padding-top: calc(16 / 430 * 100vw);
    position: absolute;
    background-color: unset;
    overflow: hidden;
    height: auto;
    padding-bottom: 0;
  }
}
.header-inner {
  display: flex;
  width: var(--content-width);
  justify-content: space-around;
  align-items: end;
}
.header-logo_img {
  width: 400px;
  /* width: clamp(1px, calc(400 / 1140 * 100vw), 400px); */

}
@media screen and (max-width: 767.98px) {
  .header-logo_img {
    /* width: calc(400 / 430 * 100vw); */
    position: relative;
    width: 107%;
    left: 7%;
  }
}
.navi-menu {
  display: flex;
  gap: clamp(1px, calc(45 / 1140 * 100vw), 45px);
  padding-bottom: 13px;
}
@media screen and (max-width: 767.98px) {
  .navi-menu {
    /* display: none; */
  }
}
.navi-menu li {
  /* font-size: 15px; */
  font-size: clamp(1px, calc(15 / 1140 * 100vw), 15px);
  font-weight: 600;
  line-height: calc(23 / 15);
  color: #f8f0f0;
  transition: 0.6s;
}
.navi-menu li:hover {
  opacity: 0.6;
}
.title {
  display: block;
  width: 100%;
  /* height: 108px; */
  position: relative;
  /* padding-top: 50px; */
  /* padding-left: 44px; */
  background-color: #ebebeb;
}
@media screen and (max-width: 767.98px) {
  .title {
    /* height: calc(78 / 430 * 100vw); */
    /* height: auto; */
    /* padding-top: calc(35 / 430 * 100vw); */
  }
}
.cap-cont.title {
  padding-top: 73px;
}
@media screen and (max-width: 767.98px) {
  .cap-cont.title {
    height: auto;

    padding-top: calc(73 / 430 * 100vw);
    padding-left: calc(20 / 430 * 100vw);
  }
}
.cap-cont.title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: calc(40 / 30);
}
@media screen and (max-width: 767.98px) {
  .cap-cont.title h2 {
    font-size: calc(25 / 430 * 100vw);
    line-height: calc(37 / 25);
  }
}

.title img {
  position: absolute;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.content-inner {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}
#companys {
  width: 90vw;
  max-width: var(--content-width);
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  #companys {
    margin-bottom: 0;
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
#introduction {
  margin-top: 60px;
}

#introduction2,
#introduction {
  padding-bottom: 120px;
}
@media screen and (max-width: 767.98px) {
  #introduction {
    margin-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
@media screen and (max-width: 767.98px) {
  #introduction2 {
    padding-bottom: calc(30 / 430 * 100vw);
  }
}
#introduction2 .title,
#introduction .title {
  /* padding-left: 44px; */
  padding-top: 50px;

  height: 108px;
  /* padding-left: clamp(1px, calc(44 / 1140 * 90vw), 44px); */
}
@media screen and (max-width: 767.98px) {
  #introduction2 .title,
  #introduction .title {
    height: auto;
    padding-top: calc(24 / 430 * 100vw);
    padding-bottom: calc(16 / 430 * 100vw);
  }
}

#introduction2 .title h2,
#introduction .title h2 {
  display: block;
  width: 100%;
  /* height: 108px; */
  position: relative;
  /* padding-top: 50px; */
  padding-left: 44px;
  font-size: 30px;
  background-color: #ebebeb;
  font-weight: 300;
  font-family: "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767.98px) {
  #introduction2 .title h2,
  #introduction .title h2 {
    height: auto;
    padding-top: calc(4 / 430 * 100vw);
    padding-left: calc(32 / 430 * 100vw);
    font-size: calc(20 / 430 * 100vw);
    line-height: calc(27 / 20);
  }
}

#introduction2 .title img,
#introduction .title img {
  width: 153px;
  top: -32px;
  left: 16px;
  /* padding-left: clamp(1px, calc(16 / 1140 * 90vw), 16px); */
}
@media screen and (max-width: 767.98px) {
  #introduction2 .title img,
  #introduction .title img {
    width: calc(100 / 430 * 100vw);
    top: calc(-18 / 430 * 100vw);
    left: calc(13 / 430 * 100vw);
  }
}
#introduction2 h3,
#introduction h3 {
  margin-top: 60px;
  padding-bottom: 70px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  #introduction2 h3,
  #introduction h3 {
    margin-top: calc(43 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
    font-size: calc(30 / 430 * 100vw);
    line-height: calc(45 / 30);
  }
}
#introduction2 p.text,
#introduction p.text {
  font-size: 18px;
  line-height: calc(45 / 18);
  padding-bottom: 140px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  #introduction2 p.text,
  #introduction p.text {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(14 / 430 * 100vw);
    line-height: calc(21 / 14);
    line-height: 2em;
    padding-bottom: calc(90 / 430 * 100vw);
  }
}
#introduction2 p.text2,
#introduction p.text2 {
  font-size: 18px;
  line-height: calc(27 / 18);
  margin-top: 60px;
  padding-bottom: 140px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  #introduction2 p.text2,
  #introduction p.text2 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(14 / 430 * 100vw);
    /* line-height: calc(21 / 14); */
    line-height: 2;
    margin-top: calc(30 / 430 * 100vw);
    padding-bottom: calc(30 / 430 * 100vw);
  }
}
#introduction2 p.memo,
#introduction p.memo {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 45px;
}
@media screen and (max-width: 767.98px) {
  #introduction2 p.memo,
  #introduction p.memo {
    font-size: calc(20 / 430 * 100vw);
    line-height: calc(29 / 20);
    padding-bottom: calc(40 / 430 * 100vw);
  }
}

table {
  border-collapse: collapse;
  width: 96%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  padding-left: 2.8%;
  padding-right: 2.8%;
}
@media screen and (max-width: 767.98px) {
  table {
    margin-bottom: calc(62 / 430 * 100vw);
  }
}
th,
td {
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 1em 1em;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  th,
  td {
    font-size: calc(12 / 430 * 100vw);
  }
}
.youtube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  height: auto;
  max-width: 1140px;
  aspect-ratio: 560 / 315;
}
@media screen and (max-width: 767.98px) {
  .youtube {
    width: 100%;
  }
}
.btn-dl-dpf {
  display: flex;
  width: calc(430 / 1140 * 90vw);
  max-width: 430px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  justify-content: space-evenly;
  align-items: center;
  border: solid 1px #707070;
  transition: 0.6s;
}
@media screen and (max-width: 767.98px) {
  .btn-dl-dpf {
    width: 89.8%;
    margin-top: calc(44 / 430 * 100vw);
  }
}
.btn-dl-dpf:hover {
  background-color: #eee;
}
.btn-dl-dpf p {
  font-size: 20px;
  line-height: calc(29 / 20);
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .btn-dl-dpf p {
    font-size: calc(17 / 430 * 100vw);
    line-height: calc(26 / 17);
  }
}
.btn-dl-dpf .pdf_img {
  width: 82px;
}
@media screen and (max-width: 767.98px) {
  .btn-dl-dpf .pdf_img {
    width: calc(74 / 430 * 100vw);
  }
}

.btn-dl-dpf.relationship {
  max-width: 490px;
}
@media screen and (max-width: 767.98px) {
  .btn-dl-dpf.relationship {
    text-align: center;
  }
}
section {
  width: 90vw;
  max-width: var(--content-width);
  /* scroll-margin-top: 90px; */
}
.anchor {
  position: relative;
  scroll-margin-top: 210px;
}
@media screen and (max-width: 767.98px) {
  section {
    width: 100%;
    margin-bottom: calc(74 / 430 * 100vw);
    scroll-margin-top: 60px;
  }
  .anchor {
    scroll-margin-top: 60px;
  }
}
/*  */
#sec05,
#sec04,
#sec03,
#sec02,
#sec01 {
  height: 380px;
  margin-bottom: 102px;
  position: relative;
  background-color: #ebebeb;
}

@media screen and (max-width: 767.98px) {
  #sec05,
  #sec04,
  #sec03,
  #sec02,
  #sec01 {
    height: auto;
    padding-bottom: calc(13 / 430 * 100vw);
  }
}
#sec04 {
  margin-bottom: 103px;
}
@media screen and (max-width: 767.98px) {
  #sec04 {
    margin-bottom: calc(50 / 430 * 100vw);
  }
}
#sec05::before,
#sec03::before,
#sec01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* clip-path: polygon(800px 0, 100% 0, 100% 100%, 655px 100%, 800px 0); */
  clip-path: polygon(70.2% 0, 100% 0, 100% 100%, 57.5% 100%, 70.2% 0);
  background-color: #00082c;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #sec05::before,
  #sec03::before,
  #sec01::before {
    content: none;
  }
}
#sec04::before,
#sec02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* clip-path: polygon(0 0, 334px 0, 486px 100%, 0 100%, 0 0); */
  clip-path: polygon(0 0, 29.3% 0, 42.6% 100%, 0 100%, 0 0);
  background-color: #00082c;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #sec04::before,
  #sec02::before {
    content: none;
  }
}
#sec05 .title img,
#sec03 .title img,
#sec01 .title img {
  width: 243px;
  top: -60px;
  /* left: 56px; */
}
@media screen and (max-width: 767.98px) {
  #sec05 .title img,
  #sec03 .title img,
  #sec01 .title img {
    width: calc(241 / 430 * 100vw);
    top: calc(-60 / 430 * 100vw);
  }
}
#sec04 .title img,
#sec02 .title img {
  width: 243px;
  top: -60px;
  /* left: 686px; */
}
@media screen and (max-width: 767.98px) {
  #sec04 .title img,
  #sec02 .title img {
    width: calc(241 / 430 * 100vw);
    top: calc(-60 / 430 * 100vw);
  }
}
.capture_img {
  width: calc(617 / 1140 * 90vw);
  max-width: 617px;

  position: absolute;
  /* top: -32px; */
  top: clamp(-32px, calc(-32 / 1140 * 90vw), -1px);
  z-index: 20;
}
@media screen and (max-width: 767.98px) {
  .capture_img {
    width: calc(405 / 430 * 100vw);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: unset;
  }
}

#sec05 .capture_img,
#sec03 .capture_img,
#sec01 .capture_img {
  /* right: 32px; */
  right: clamp(1px, calc(32 / 1140 * 90vw), 32px);
}
@media screen and (max-width: 767.98px) {
  #sec05 .capture_img,
  #sec03 .capture_img,
  #sec01 .capture_img {
    right: unset;
  }
}
#sec04 .capture_img,
#sec02 .capture_img {
  /* left: 32px; */
  left: clamp(1px, calc(32 / 1140 * 90vw), 32px);
}
@media screen and (max-width: 767.98px) {
  #sec04 .capture_img,
  #sec02 .capture_img {
    left: unset;
  }
}
section button {
  display: flex;
  width: 137px;
  height: 63px;
  position: absolute;
  align-items: end;
  justify-content: space-around;
  font-size: 17px;
  font-weight: 900;
  color: #866d03;
  bottom: clamp(1px, calc(60 / 1140 * 90vw), 60px);
  transition: 0.6s;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 767.98px) {
  section button {
    margin-top: calc(40 / 430 * 100vw);
    margin-bottom: calc(28 / 430 * 100vw);
    margin-left: auto;
    margin-right: calc(28 / 430 * 100vw);
    position: relative;
    bottom: unset;
  }
}
section button:hover {
  opacity: 0.6;
}
#sec05 button,
#sec03 button,
#sec01 button {
  /* left: 320px; */
  left: clamp(1px, calc(320 / 1140 * 90vw), 320px);
}
@media screen and (max-width: 767.98px) {
  #sec05 button,
  #sec03 button,
  #sec01 button {
    left: unset;
  }
}
#sec04 button,
#sec02 button {
  /* right: 60px; */
  right: clamp(1px, calc(60 / 1140 * 90vw), 60px);
}
@media screen and (max-width: 767.98px) {
  #sec04 button,
  #sec02 button {
    right: unset;
  }
}
.btn-more_img {
  width: 64px;
}
.title p {
  margin-top: 20px;
  font-size: 18px;
  line-height: calc(27 / 18);
}
@media screen and (max-width: 767.98px) {
  .title p {
    margin-top: calc(40 / 430 * 100vw);
    font-size: calc(18 / 430 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
.cap-cont {
  max-width: 400px;
  width: calc(400 / 1140 * 90vw);

  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .cap-cont {
    width: 100%;
    position: relative;
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}

#sec05 .cap-cont,
#sec03 .cap-cont,
#sec01 .cap-cont {
  /* left: 62px; */
  left: clamp(1px, calc(62 / 1140 * 90vw), 62px);
}
@media screen and (max-width: 767.98px) {
  #sec05 .cap-cont,
  #sec03 .cap-cont,
  #sec01 .cap-cont {
    left: unset;
  }
}
#sec04 .cap-cont,
#sec02 .cap-cont {
  /* left: 685px; */
  left: clamp(1px, calc(685 / 1140 * 90vw), 685px);
}
@media screen and (max-width: 767.98px) {
  #sec04 .cap-cont,
  #sec02 .cap-cont {
    left: unset;
  }
}
.cap-cont p {
  font-size: 18px;
  line-height: calc(27 / 18);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .cap-cont p {
    margin-top: calc(20 / 430 * 100vw);
  }
}

#contact {
  margin-bottom: 0;
  margin-top: 120px;
  padding-bottom: 165px;


}
@media screen and (max-width: 767.98px) {
  #contact {
    margin-top: calc(120 / 430 * 100vw);
    padding-bottom: calc(107 / 430 * 100vw);
    text-align: center;
  }
}
#contact h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: calc(52 / 35);
  margin-bottom: 50px;
  color: #030303;
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  #contact h2 {
    font-size: calc(32 / 430 * 100vw);
  }
}

#contact p {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(29 / 20);
}
@media screen and (max-width: 767.98px) {
  #contact p {
    font-size: calc(18 / 430 * 100vw);
    text-align: center;
  }
}
footer {
  height: 60px;
  background-color: #001623;
}
@media screen and (max-width: 767.98px) {
  footer {
    display: flex;
    width: 100%;
    /* height: calc(95/430*100vw); */
    /* height: 95px; */
    height: 62px;
    position: fixed;
    bottom: 0;
    background-color: #0d2041;
    z-index: 9000;
    justify-content: center;
    align-items: center;
    opacity: 0.86;
  }
  #sp-menu {
    display: block;
    /* width: 50px; */
    width: 32px;
    /* height: 36px; */
    height: 24px;
    position: relative;
    /* border-top: solid 3px #707070; */
    /* border-bottom: solid 3px #707070; */
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
  }
  #sp-menu::before {
    content: "";
    /* width: 50px; */
    width: 32px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #707070; */
    background-color: #fff;
  }
}
/* ポップアップ追加 */
/* 背景ぼかし用 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  z-index: 9980;
  display: none;
}

/* ポップアップ全体 */
.popup {
  position: relative;
  margin-bottom: 60px;
  /* top: 50%; */
  left: 50%;
  top: 0;
  /* transform: translate(-50%, -50%); */
  transform: translateX(-50%);
  max-width: 1050px;
  background: #fff;
  z-index: 9990;
  display: none;
  /* overflow-y: auto; */
  padding: 100px;
  border-radius: 4px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 767.98px) {
  .popup {
    width: 100%;
    position: absolute;
    margin-top: calc(64 / 430 * 100vw);
    padding: 48px 16px;
    top: 0;
  }
}
h4.popup_h4 {
  margin-top: 3em;
  margin-bottom: 2em;
  font-size: 23px;
  font-weight: 600;
  line-height: calc(34 / 23);
  position: relative;
  margin-left: 2em;
}
@media screen and (max-width: 767.98px) {
  h4.popup_h4 {
    font-size: calc(23 / 430 * 100vw);
    margin-left: 1em;
  }
}
h4.popup_h4::before {
  content: "";
  display: block;
  width: 38px;
  height: auto;
  aspect-ratio: 38/62;
  position: absolute;
  left: 0;
  bottom: 15%;
  transform: translateX(-130%);
  background-color: #0f0f0f;
  border: solid 1px #707070;
  clip-path: polygon(66% 0, 100% 0, 34% 100%, 0 100%, 66% 0);
}
@media screen and (max-width: 767.98px) {
  h4.popup_h4::before {
    width: calc(38 / 480 * 100vw);
  }
}
/* ポップアップアニメーション */
.popup-content {
  opacity: 0;
  transform: scale(0.95);
  filter: blur(4px);
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

.popup-content.active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

/* 閉じるボタン */
.popup-close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 30px;
  left: unset !important;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 3px #050505;
  margin-top: unset;
  margin-left: unset;
  margin-right: unset;
}
@media screen and (max-width: 767.98px) {
  .popup-close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 15px !important;
  }
}
.popup-close::before,
.popup-close::after {
  content: "";
  width: 42px;
  height: 3px;
  position: absolute;
  border-radius: 2px;
  background-color: #050505;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767.98px) {
  .popup-close::before,
  .popup-close::after {
    width: 21px;
  }
}
.popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
/*  */
.popup-content h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: calc(52 / 35);
  margin-bottom: 50px;
  color: #030303;
}
@media screen and (max-width: 767.98px) {
  .popup-content h2 {
    font-size: calc(32 / 430 * 100vw);
  }
}
.popup-content h2 span {
  font-size: 20px;
  line-height: calc(30 / 20);
}
@media screen and (max-width: 767.98px) {
  .popup-content h2 span {
    font-size: calc(18 / 430 * 100vw);
  }
}

/* popup-01 */
.popup-01-sec01 {
  text-align: center;
}
.popup-01-sec01 p {
  font-size: 20px;
  font-weight: 300;
  line-height: calc(30 / 20);
  color: #030303;
}
@media screen and (max-width: 767.98px) {
  .popup-01-sec01 p {
    font-size: calc(18 / 430 * 100vw);
  }
}
.popup-01-sec01_h3 {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(30 / 20);
}
@media screen and (max-width: 767.98px) {
  .popup-01-sec01_h3 {
    font-size: calc(18 / 430 * 100vw);
  }
}
.popup-01-sec01_p1 {
  margin-bottom: 70px;
}
.popup-01-sec01_p2 {
  margin-bottom: 15px;
}
.popup-01-sec01_table_img {
  display: inline;
  width: 556px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .popup-01-sec01_table_img {
    width: 90%;
  }
}
.popup-03-sec,
.popup-02-sec,
.popup-01-sec02 {
  /* width: 670px; */
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .popup-03-sec,
  .popup-02-sec,
  .popup-01-sec02 {
    width: 90%;
  }
}
.popup-01-sec02 p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(37 / 20);
  color: #000000;
}
@media screen and (max-width: 767.98px) {
  .popup-01-sec02 p {
    font-size: calc(18 / 430 * 100vw);
  }
}
.popup-01-schedule_img {
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .popup-01-schedule_img {
    width: 90%;
  }
}
/*  */
.popup-02-table_img {
  max-width: 556px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .popup-02-table_img {
    margin-top: calc(20 / 430 * 100vw);
    margin-bottom: calc(40 / 430 * 100vw);
  }
}

.popup-02_img {
  max-width: 396px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.popup-02-btnarea {
  position: relative;
}
.popup-02-map_img {
  max-width: 483px;
  margin-left: auto;
  margin-right: auto;
}
.popup-02-map_p {
  margin-top: 2em;
  margin-left: 194px;
  font-size: 23px;
  line-height: calc(34 / 23);
}
@media screen and (max-width: 767.98px) {
  .popup-02-map_p {
    font-size: calc(23 / 430 * 100vw);
    margin-left: 0;
  }
}
#btn-googlemap {
  display: flex;
  width: 193px;
  height: 63px;
  position: absolute;
  align-items: end;
  justify-content: space-around;
  font-size: 17px;
  font-weight: 900;
  color: #866d03;
  /* right: 0; */
  right: 194px;
  bottom: 0;
  transform: translateY(40%);
  transition: 0.6s;
}
@media screen and (max-width: 767.98px) {
  #btn-googlemap {
    position: relative;
    margin-left: auto;
    margin-top: 16px;
    margin-right: 0;
    right: unset;
    bottom: unset;
  }
}

#btn-googlemap:hover {
  opacity: 0.6;
}
.popup-02-text {
  /* display: flex; */
  margin-top: 78px;
  margin-bottom: 26px;
  padding: 27px;
  justify-content: center;
  align-items: center;
  background-color: #21296b;
  border-radius: 25px;
  text-align: center;
}
.popup-02-text h3 {
  font-size: 25px;
  line-height: calc(34 / 25);
  font-weight: 900;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767.98px) {
  .popup-02-text h3 {
    font-size: calc(25 / 430 * 100vw);
  }
}
.popup-02-text p {
  /* font-size: 17px; */
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #f8f6ec;
  font-family: Osaka, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Yu Gothic",
    "メイリオ", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .popup-02-text p {
    font-size: calc(15 / 430 * 100vw);
  }
}
.popup-02_p {
  max-width: 710px;

  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  /* line-height: calc(29 / 20); */
  line-height: 1.5;

  font-family: Osaka, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Yu Gothic",
    "メイリオ", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .popup-02_p {
    font-size: calc(18 / 430 * 100vw);
    line-height: 1.8;
  }
}

.popup-02-text2 {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 25px;
  text-align: center;
  background-color: #1d55ed;
}
@media screen and (max-width: 767.98px) {
  .popup-02-text2 {
    width: 90%;
  }
}
.popup-02-text2 h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: calc(28 / 20);
  color: #f8f6ec;
}
@media screen and (max-width: 767.98px) {
  .popup-02-text2 h3 {
    font-size: calc(16 / 430 * 100vw);
  }
}

.popup-02-text2 p {
  font-size: 14px;
  line-height: calc(14 / 12);
  color: #f8f6ec;
}
@media screen and (max-width: 767.98px) {
  .popup-02-text2 p {
    font-size: calc(11 / 430 * 100vw);
  }
}

/*  */
.popup-03-img3,
.popup-03_img2,
.popup-03_img1 {
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
}
.popup-03_img1 {
  margin-bottom: 60px;
}
.popup-03_p {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: calc(21 / 16);

  font-family: Osaka, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Yu Gothic",
    "メイリオ", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .popup-03_p {
    font-size: calc(16 / 430 * 100vw);
  }
}
.popup-03_a {
  display: inline-block;
  margin-top: 2em;
  font-size: 16px;
  line-height: calc(21 / 16);

  font-family: Osaka, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Yu Gothic",
    "メイリオ", sans-serif;
  transition: 0.6s;
}
.popup-03_a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767.98px) {
  .popup-03_a {
    font-size: calc(16 / 430 * 100vw);
  }
}

/*  */

#popup-sec04 .popup-04-companys_img {
  max-width: 900px;
  margin-left: auto;
  margin-left: auto;
}
/* アニメーション */
.fade-up {
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 1.2s ease-out 0.2s, transform 1.2s ease-out 0.2s;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
/* スマホメニュー */
@media screen and (max-width: 767.98px) {
  .navi-menu {
    position: fixed;
    top: 0;
    right: -100%;
    left: unset;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    /* background-color: #ffffff; */
    background-color: #001a28;
    z-index: 9990;
    transition: right 0.3s ease-in-out;
    padding-top: 120px;
    padding-left: 32px;
    flex-direction: column;
    display: flex;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  }

  .navi-menu.is-slide-open {
    right: 0;
  }
  .navi-menu li {
    font-size: calc(24 / 430 * 100vw);
  }

  #menu-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
  }
  #menu-close.popup-close {
    border: solid 3px #ffffff;
  }
  #menu-close.popup-close::before,
  #menu-close.popup-close::after {
    content: "";
    width: 21px;
    height: 3px;
    position: absolute;
    border-radius: 2px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
  }
}
/* ギャラリー */
#popup-sec99{
}
.gallery-wrapper{
  width: 100%;
}
/* ギャラリー全体 */
.gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-thumb {
  width: 100%;
  height: auto;
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.gallery-thumb:hover {
  transform: scale(1.02);
}

/* === ポップアップ表示エリア === */
.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6); /* ぼかし + 半透明黒 */
  backdrop-filter: blur(8px);     /*  背景ぼかしここ */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 拡大画像（中央配置・大きく表示） */
.gallery-popup-img {
  max-width: 90vw;
  max-height: 90vh;
  /* border-radius: 8px; */
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); */
  object-fit: contain;
}
