@charset "UTF-8";

/* ========================================
Page - Entry
======================================== */

/* #contents_subpage */
#contents_subpage {
  text-align: center;
  position: relative;
  min-height: calc(100svh - 160px);
}
@media (width <= 863px) {
  #contents_subpage {
    min-height: calc(100svh - 120px);
  }
}
#contents_subpage::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url(../img/entry_bg.webp);
  background-size: cover;
}

/* .subpage_head */
.subpage_head {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url(../img/head_bg.webp);
  background-size: cover;
}
.subpage_head .subpage_head_inner {
  height: 100%;
  width: 100%;
  margin-inline: auto;
  padding-inline: 56px;
  padding-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subpage_head .site_title {
  width: clamp(260px, 70%, 360px);
  margin-inline: 0 auto;
}
.subpage_head .site_title a {
  display: block;
}
.subpage_head .site_title svg {
  margin: 0;
}

@media (width <= 863px) {
  .subpage_head {
    height: 240px;
  }
  .subpage_head .subpage_head_inner {
    padding-inline: 4vw;
    padding-top: 60px;
  }
  .subpage_head .site_title {
    width: 260px;
  }
}

/* .area_entry */
.area_entry {
  padding-block: 80px;
}
.area_entry * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.area_entry .page_ttl {
  margin-bottom: 80px;
}
.area_entry h1 {
  color: #fff;
  line-height: 1.1;
}
.area_entry h1 .ttl_en {
  font-family: "sofia-pro", sans-serif;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}
.area_entry h1 .ttl_jp {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.1;
  margin-top: 12px;
}

@media (width <= 863px) {
  .area_entry {
    padding-block: 40px 64px;
  }
  .area_entry .page_ttl {
    margin-bottom: 40px;
  }
  .area_entry h1 {
    color: #fff;
    line-height: 1.1;
  }
  .area_entry h1 .ttl_en {
    font-size: min(14vw, 56px);
  }
  .area_entry h1 .ttl_jp {
    font-size: min(3.5vw, 14px);
    margin-top: 8px;
  }
}

/* .area_foot */
.area_foot {
  padding-bottom: 120px;
}

@media (width <= 863px) {
  .area_foot {
    padding-bottom: 80px;
  }
}

/* .ul_button */
.ul_button li:not(:first-child) {
  margin-top: 2em;
}

a.button_normal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: min(70%, 420px);
  height: 48px;
  padding-inline: 2em;
  margin-inline: auto;
  border-radius: 80px;
  border: 1px solid #000;
  background: #fff;
  transition: background 0.15s linear;
}
a.button_normal:hover {
  background: #1ff5ff;
}
a.button_normal > span {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

@media (width <= 863px) {
  a.button_normal {
    width: min(70%, 420px);
    height: 40px;
    padding-inline: 2em;
  }
  a.button_normal > span {
    font-size: min(4.5vw, 18px);
    letter-spacing: 0.04em;
  }
}

/*
#
*/

/* --------------------
.form_frame
-------------------- */
.form_frame {
  text-align: left;
  width: min(92%, 900px);
  margin-inline: auto;
  padding-inline: 4vw;
  padding-block: 56px;
  background-color: #fff;
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.2);
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media (width <= 863px) {
  .form_frame {
    padding-inline: 2vw;
    padding-block: 40px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

/*
#
*/

/* ========================================
Footer
======================================== */

/* #subpage_footer */
#subpage_footer {
  height: 160px;
  background: #451565;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#subpage_footer .footer_inner {
  padding-inline: 4vw;
}
#subpage_footer .logo {
  width: 194px;
  margin-inline: auto;
}
#subpage_footer .logo a {
  display: block;
}
#subpage_footer .logo img {
  display: block;
}
#subpage_footer .copy {
  color: #fff;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-top: 16px;
}
#subpage_footer .copy b {
  line-height: 1.1;
  display: inline-block;
  font-size: 20px;
  transform: translateY(4px);
  margin-right: 0.2em;
}

@media (width <= 863px) {
  #subpage_footer {
    height: 120px;
  }
  #subpage_footer .footer_inner {
    padding-inline: 4vw;
  }
  #subpage_footer .logo {
    width: 160px;
  }
  #subpage_footer .copy {
    margin-top: 8px;
  }
}

/*
#
*/

/* ========================================
Form
======================================== */

/*
#
*/