@charset "UTF-8";
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.inner {
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .inner {
    width: 93.7%;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 4vw;
  }
}

body {
  font-family: "ヒラギノ明朝 ProN", serif;
  color: #333333;
  font-size: 16px;
  color: #333333;
  line-height: 1.6875;
  right: 0;
  background: linear-gradient(135deg, #b3e5fc, #fff);
}

@media (min-width: 768px) {
  .lp-html, .is-lp {
    height: 100%;
    margin: 0;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .content {
    flex: 1;
  }
}
img {
  width: 100%;
}

.header {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header .drawer-hamburger-icon {
  background: #3EA1D1;
}
.drawer-open .header .drawer-hamburger-icon {
  background: transparent;
}
.header .drawer-hamburger-icon::after, .header .drawer-hamburger-icon::before {
  background: #3EA1D1;
}
.drawer--right .header .drawer-hamburger {
  right: 3px;
}
@media (max-width: 767px) {
  .header .header-nav-list {
    display: block;
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  .header .header-nav-item-link {
    padding-left: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .header .header-nav-item-link {
    transition: color 0.4s;
  }
  .header .header-nav-item-link:hover {
    color: #3EA1D1;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-inner {
    height: 60px;
  }
}

.header-logo img {
  width: 250px;
}
@media (max-width: 767px) {
  .header-logo img {
    width: 180px;
  }
}

.header-nav {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-nav {
    top: 60px;
    background: #3EA1D1;
    display: block;
    height: 100vh;
  }
}

.header-nav-item + .header-nav-item {
  margin-left: 46px;
}
@media (max-width: 767px) {
  .header-nav-item + .header-nav-item {
    margin-left: 0px;
  }
}

.header-nav-list {
  display: flex;
}
.header-nav-item-link {
  display: block;
  letter-spacing: 0.1em;
  height: 70px;
  line-height: 70px;
}

.language-switcher {
  display: flex;
  gap: 12px;
  font-family: Arial, sans-serif;
  z-index: 999;
}
@media (max-width: 767px) {
  .language-switcher {
    display: block;
    margin-top: 60px;
    padding-left: 25px;
  }
}

.lang-link {
  color: #007ac1;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .lang-link {
    padding: 15px 10px;
  }
}

.lang-link:hover {
  background-color: #e3f2fd;
}

.main {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 96px;
  }
}

.first-sec {
  text-align: center;
}
.first-sec .first-lead {
  font-size: 26px;
  font-weight: 700;
}
.first-sec .box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-top: 40px;
}
@media (max-width: 767px) {
  .first-sec .box {
    width: 100%;
  }
}
.first-sec .box-lead {
  font-size: 20px;
}
.first-sec .btn-container {
  margin-top: 30px;
}
.first-sec .lang-btn {
  margin-bottom: 20px;
  width: 40%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .first-sec .lang-btn {
    width: 80%;
  }
}

.glass-button {
  background: rgba(255, 255, 255, 0.15); /* 半透明背景 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 14px 28px;
  font-size: 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), inset 0 0 0.5px rgba(255, 255, 255, 0.6), inset 0 0 5px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.2s ease;
}

.glass-button:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.glass-button:active {
  transform: translateY(2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.title {
  font-size: 33px;
  font-weight: bold;
  color: #003366;
  text-align: center;
  position: relative;
  margin: 2em auto 1em;
  line-height: 1.5;
}
.title span {
  font-size: 26px;
}
@media (max-width: 767px) {
  .title {
    font-size: 20px;
  }
}

.title::before,
.title::after {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background: linear-gradient(135deg, #ffcc80, #ffe0b2) #ff9800;
  margin: 40px auto;
  border-radius: 4px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .title::before,
  .title::after {
    margin: 20px auto;
  }
}

.title {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.youtube-placeholder {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
  cursor: pointer;
  overflow: hidden;
  margin: 30px auto 0;
}

.youtube-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  text-shadow: 0 0 10px black;
  pointer-events: none;
}

.poster-sec {
  width: 98%;
  max-width: 1000px;
  margin: 80px auto 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .poster-sec {
    margin: 50px auto 0;
  }
}
.poster-sec .poster-img {
  width: 98%;
  max-width: 1000px;
  margin-top: 30px;
  border-radius: 30px;
}

.poster-lead {
  line-height: 2;
}

.section-title {
  font-size: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  background: linear-gradient(135deg, #ffcc80, #ffe0b2) #ff9800;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-title::after {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.util-link {
  display: inline-block;
  color: #3EA1D1;
  background-color: #fff;
  border: 1px solid #3EA1D1;
  padding: 16px 54px;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: background-color 0.4s, color 0.4s;
}
.util-link.-active {
  background-color: #3EA1D1;
  color: #fff;
}
@media (min-width: 768px) {
  .util-link:not(.-submit):hover {
    background-color: #3EA1D1;
    color: #fff;
  }
}

.contact-fixed-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFA726; /* オレンジ系の背景色 */
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  z-index: 1000;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.contact-fixed-btn i {
  margin-right: 6px;
  font-size: 16px;
}

.contact-fixed-btn:hover {
  background-color: #FB8C00; /* ホバー時の背景色 */
  border-color: #EF6C00; /* ホバー時の枠線色 */
  transform: translateY(-8px); /* ホバー時に上に浮かび上がる */
}

@media screen and (max-width: 600px) {
  .contact-fixed-btn {
    font-size: 13px;
    padding: 8px 14px;
    bottom: 15px;
  }
}
.contact {
  margin-top: 120px;
}

.contact-title {
  color: #3EA1D1;
  padding-bottom: 49px;
}

.footer {
  overflow: hidden;
  padding-top: 48px;
  text-align: center;
  border-color: #F7F7F7;
}

.footer-logo img {
  display: inline-block;
  width: 250px;
  margin-bottom: 24px;
}

.footer-body {
  font-size: 12px;
  justify-content: center;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .footer-body {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer-body {
    text-align: center;
    padding-bottom: 24px;
  }
}

.footer-nav-link {
  display: block;
  padding: 1em 0;
  transition: opacity 0.4s;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer-nav-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .footer-nav-link {
    padding: 0.3em 0;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 60px;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .modal-content {
    padding: 24px 15px;
  }
}

.modal-content h2 {
  margin-top: 0;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-align: center;
}

.modal-content p:first-of-type {
  /* 例：フォントサイズと色を変更 */
  font-size: 15px;
  color: #333;
  padding-top: 10px;
}

.left-align {
  text-align: left;
}

.policy-list {
  list-style-type: decimal !important;
  padding-left: 1.4em;
  margin-top: 20px;
}

.policy-list li {
  margin-bottom: 20px;
  list-style-type: decimal !important;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

.close {
  color: #007BFF; /* 青 */
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #0056b3; /* 青の濃い色 */
}

.copyrigt {
  background: #044880;
  font-size: 12px;
  color: #fff;
  padding: 6px 0;
}

.contact-message {
  margin-top: 60px;
  text-align: center;
  display: none;
}
.contact-message.-error {
  color: #f00;
}/*# sourceMappingURL=style.css.map */