@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
* {
  color: #1a1a1a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media print, screen and (min-width: 1024px) {
  * {
    line-height: 2;
  }
}

html {
  font-size: 56.5%;
  line-height: 1.65;
  overflow-x: hidden;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
  background: url(../img/bg.webp) center/contain;
}

li {
  list-style: none;
}

a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a *, a::before, a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1024px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
}

img,
iframe {
  display: block;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  vertical-align: bottom;
}

@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
br.over480 {
  display: none;
}
@media print, screen and (min-width: 480px) {
  br.over480 {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  br.over480.between768-1024 {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  br.over480.between768-1024 {
    display: block;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  opacity: 0;
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

.inner {
  width: 90%;
  margin: auto;
}
.inner.max1024 {
  max-width: 1024px;
}
.inner.max1250 {
  max-width: 1250px;
}
.inner.max1400 {
  max-width: 1400px;
}

.mg_top40 {
  margin-top: clamp(2rem, 2.5vw, 4rem) !important;
}
.mg_top64 {
  margin-top: clamp(3.2rem, 3.7vw, 6.4rem) !important;
}
.mg_top80 {
  margin-top: clamp(4rem, 4.5vw, 8rem) !important;
}
.mg_top100 {
  margin-top: clamp(5rem, 5.5vw, 10rem) !important;
}
.mg_top150 {
  margin-top: clamp(6rem, 8vw, 15rem) !important;
}

.pd80 {
  padding: clamp(4rem, 4.5vw, 8rem) 0 !important;
}
.pd100 {
  padding: clamp(5rem, 5.5vw, 10rem) 0 !important;
}
.pd120 {
  padding: clamp(6rem, 6.5vw, 12rem) 0 !important;
}
.pd150 {
  padding: clamp(6rem, 8vw, 15rem) 0 !important;
}

@media print, screen and (min-width: 1024px) {
  .bold {
    font-weight: bold;
  }
}

h1.page_title {
  color: #fff;
  font-size: min(11.2vw, 5.6rem);
  font-weight: 500;
  line-height: 1 !important;
}
h1.page_title::before {
  content: "";
  display: block;
  width: min(24vw, 12rem);
  aspect-ratio: 120/7;
  background-color: #4666ff;
  margin-bottom: 0.1em;
}

.link_area .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link_area .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  text-decoration: underline;
}
.link_area .link a span {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  aspect-ratio: 1/1;
  background-color: #4666ff;
  border: 0.1rem solid #4666ff;
  border-radius: 50%;
}
.link_area .link a span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/arrow.svg) center/30% no-repeat;
          mask: url(../img/arrow.svg) center/30% no-repeat;
  background-color: #fff;
}
.link_area .link a:hover span {
  background-color: transparent;
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9999999999;
  width: 100%;
  max-width: 1920px;
  height: 8rem;
  display: grid;
  place-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1280px) {
  #header {
    height: min(6.25vw, 10rem);
  }
}
#header.fixed {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}
#header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#header .area_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #header .area_right {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
#header h1.logo,
#header p.logo {
  width: 6.5rem;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 768px) {
  #header h1.logo,
  #header p.logo {
    width: 9rem;
    position: absolute;
    left: 5%;
    top: -1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #header h1.logo,
  #header p.logo {
    width: 13rem;
  }
}
#header h1.logo a,
#header p.logo a {
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #header h1.logo a,
  #header p.logo a {
    width: 125%;
  }
}
#header h1.logo a:hover,
#header p.logo a:hover {
  opacity: 0.5;
}
#header h1.logo a img,
#header p.logo a img {
  max-width: none;
}
#header nav.pc_menu {
  height: 100%;
}
#header nav.pc_menu ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(4vw, 4rem);
}
#header nav.pc_menu ul li:not(.application) {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header nav.pc_menu ul li:not(.application) {
    display: block;
  }
}
#header nav.pc_menu ul li a {
  position: relative;
  color: #fff;
  font-weight: bold;
}
#header nav.pc_menu ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header nav.pc_menu ul li a:hover::after {
  width: 110%;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  #header nav.pc_menu ul li.application {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
#header nav.pc_menu ul li.application a {
  width: min(50vw, 22rem);
  height: min(10vw, 4rem);
  display: grid;
  place-items: center;
  color: #fff;
  outline-width: bold;
  background-color: #4666ff;
  border: 0.1rem solid #4666ff;
  border-radius: 0.4rem;
}
@media print, screen and (min-width: 768px) {
  #header nav.pc_menu ul li.application a {
    width: min(22vw, 22rem);
    height: 100%;
  }
}
#header nav.pc_menu ul li.application a::after {
  content: none;
}
#header nav.pc_menu ul li.application a:hover {
  color: #4666ff;
  background-color: #fff;
}
#header button.menu_toggle {
  position: relative;
  display: block;
  width: 4rem;
  height: 100%;
  padding: 0 min(3vw, 2rem);
}
@media print, screen and (min-width: 768px) {
  #header button.menu_toggle {
    display: none;
  }
}
#header button.menu_toggle span {
  display: inline-block;
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header button.menu_toggle span:nth-of-type(1) {
  top: 50%;
}
#header button.menu_toggle span:nth-of-type(2) {
  top: calc(50% - 1rem);
}
#header button.menu_toggle span:nth-of-type(3) {
  top: calc(50% + 1rem);
}
#header button.menu_toggle.active span:nth-of-type(1) {
  opacity: 0;
}
#header button.menu_toggle.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header button.menu_toggle.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: scroll;
}
#header .overlay.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#header .overlay * {
  color: initial !important;
}
#header nav.sp_menu {
  padding: clamp(4rem, 8vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #header nav.sp_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 8rem;
  }
}
#header nav.sp_menu ul {
  display: contents;
}
@media print, screen and (min-width: 768px) {
  #header nav.sp_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#header nav.sp_menu ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
}
#header nav.sp_menu ul li a[target=_blank] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#header nav.sp_menu ul li a[target=_blank]::after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/icon_window.svg) center/contain no-repeat;
          mask: url(../img/icon_window.svg) center/contain no-repeat;
  background-color: #4666ff;
  position: relative;
  top: -0.1em;
}

#footer {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 5%;
  }
}
#footer .area_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
#footer .area_right {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #footer .area_right {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 55rem;
  }
}
#footer p.logo {
  width: 80%;
  max-width: 25rem;
}
#footer p.logo a:hover {
  opacity: 0.5;
}
#footer p.logo a img {
  max-width: none;
}
@media print, screen and (min-width: 768px) {
  #footer address a {
    font-size: min(1.6vw, 1.6rem);
  }
}
#footer address small {
  display: inline-block;
  margin-left: 2.75em;
}
#footer address small::before {
  content: "※";
}
#footer .qr_code {
  width: 15rem;
}
#footer nav.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(4vw, 6rem) 5%;
}
#footer nav.footer_nav ul.page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem min(4.5vw, 8rem);
}
#footer nav.footer_nav ul.page_link li {
  border-bottom: 0.1rem solid #999;
}
#footer nav.footer_nav ul.page_link li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 2rem 1rem 0;
}
#footer nav.footer_nav ul.page_link li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.2rem;
  font-weight: bold;
}
#footer nav.footer_nav ul.page_link li a h3 {
  color: #999;
  font-size: min(1.2vw, 1.2rem);
  font-weight: bold;
}
#footer nav.footer_nav ul.page_link li a span {
  font-size: min(2vw, 1.8rem);
  font-weight: bold;
}
#footer nav.footer_nav ul.page_link li a:hover::after,
#footer nav.footer_nav ul.page_link li a:hover h3,
#footer nav.footer_nav ul.page_link li a:hover span {
  color: #4666ff;
}
#footer nav.footer_nav ul.external_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(4vw, 4rem) 0;
}
#footer nav.footer_nav ul.external_link li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  font-size: min(1.8vw, 1.6rem);
  font-weight: bold;
}
#footer nav.footer_nav ul.external_link li a:hover {
  color: #4666ff;
}
#footer nav.footer_nav ul.external_link li a::after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/icon_window.svg) center/contain no-repeat;
          mask: url(../img/icon_window.svg) center/contain no-repeat;
  background-color: #4666ff;
}
#footer .to_top {
  position: fixed;
  right: min(4vw, 2.5rem);
  bottom: min(4vw, 2.5rem);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
  -webkit-transition: 1s;
  transition: 1s;
}
#footer .to_top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#footer .to_top a {
  position: relative;
  width: 6rem;
  aspect-ratio: 1/1;
  background-color: #4666ff;
  border-radius: 50%;
}
#footer .to_top a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/arrow.svg) center/1.7rem no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-animation: float 1.5s infinite linear;
          animation: float 1.5s infinite linear;
  opacity: 0;
}
#footer .to_top a:hover {
  border-radius: 0;
}
#footer .to_top a:hover::before {
  opacity: 1;
  top: 55%;
  -webkit-animation: none;
          animation: none;
}
#footer p.copyright {
  font-size: 1.4rem;
  text-align: center;
  padding: min(5vw, 3.5em) 0;
  border-top: 0.1rem solid #f0f0f0;
  background-color: #fff;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes float {
  0% {
    opacity: 0;
    top: 80%;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 30%;
  }
}
@keyframes float {
  0% {
    opacity: 0;
    top: 80%;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 30%;
  }
}
#page-top header nav.sp_menu a.top {
  color: #4666ff !important;
}
#page-top main {
  padding-top: 0 !important;
}
#page-top h2.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2vw, 2rem);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
#page-top h2.section_title::before {
  content: "";
  width: min(9.6vw, 4.8rem);
  aspect-ratio: 48/16;
  background-color: #4666ff;
}
#page-top section.fv {
  position: relative;
  padding: calc(8rem + clamp(4rem, 6.5vw, 12rem)) 0 4rem;
}
#page-top section.fv .swiper_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99999;
}
#page-top section.fv .swiper_container .swiper {
  height: 100%;
}
#page-top section.fv .swiper_container .swiper-slide img {
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-top section.fv .fv_message * {
  color: #fff;
}
#page-top section.fv .fv_message header.catch h2 {
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: min(8vw, 5.6rem);
}
#page-top section.fv .fv_message header.catch span {
  font-size: min(4vw, 2rem);
}
#page-top section.fv .fv_message .announce {
  background-color: #4666ff;
  border-radius: 0.8rem;
  padding: clamp(2rem, 2.5vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #page-top section.fv .fv_message .announce {
    width: 55rem;
  }
}
#page-top section.fv .fv_message .announce .title h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: min(5.2vw, 2.6rem);
  font-weight: 500;
}
#page-top section.fv .fv_message .announce .date {
  margin: 2rem 0;
  padding: 0.8em 0;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
}
#page-top section.fv .fv_message .announce .date p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(4.5vw, 2rem);
}
#page-top section.fv .fv_message .announce .date p a {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  text-decoration: underline;
  padding: 0 0.3em;
}
#page-top section.fv .fv_message .announce .date p a::after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/icon_popup.svg) center/contain no-repeat;
          mask: url(../img/icon_popup.svg) center/contain no-repeat;
  background-color: #fff;
  position: relative;
  top: 0.1em;
}
#page-top section.fv .fv_message .announce .date p a:hover {
  opacity: 0.5;
}
#page-top section.fv .fv_message .announce .map {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-top section.fv .fv_message .announce .map.show {
  opacity: 1;
  visibility: visible;
}
#page-top section.fv .fv_message .announce .map figure {
  width: 90%;
  max-width: 768px;
  margin: auto;
  background-color: #fff;
  padding: min(4vw, 4rem);
}
#page-top section.fv .fv_message .announce .map figure iframe {
  width: 100%;
  max-width: none;
  aspect-ratio: 1/1;
  max-height: 60vh;
}
#page-top section.fv .fv_message .announce .map figure figcaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
}
#page-top section.fv .fv_message .announce .map figure figcaption address {
  color: #1a1a1a;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  #page-top section.fv .fv_message .announce .map figure figcaption address {
    font-weight: bold;
  }
}
#page-top section.fv .fv_message .announce .map figure figcaption address span {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
}
#page-top section.fv .fv_message .announce .map figure figcaption address a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
}
#page-top section.fv .fv_message .announce .map .close_btn {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 5rem;
  aspect-ratio: 1/1;
}
#page-top section.fv .fv_message .announce .map .close_btn span {
  display: block;
  width: 5rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 0;
}
#page-top section.fv .fv_message .announce .map .close_btn span:nth-of-type(1) {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
#page-top section.fv .fv_message .announce .map .close_btn span:nth-of-type(2) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
#page-top section.fv .fv_message .announce .desc p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#page-top section.fv .fv_message .announce .apply_link {
  margin: 2rem auto 0;
  width: 100%;
  max-width: 30rem;
}
#page-top section.fv .fv_message .announce .apply_link a {
  color: #4666ff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 9999px;
  padding: 0.5em 0;
}
#page-top section.fv .fv_message .announce .apply_link a:hover {
  color: #fff;
  background-color: transparent;
}
#page-top section.fv .fv_message .announce .apply_link small {
  margin-top: 0.5em;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
#page-top section.fv .fv_message .announce .apply_link small::before {
  content: "ー";
  margin-right: 0.5em;
}
#page-top section.fv .fv_message .announce .apply_link small::after {
  content: "ー";
  margin-left: 0.5em;
}
@media print, screen and (min-width: 1024px) {
  #page-top section.fv small.deco01 {
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: min(7.5vw, 14.5rem);
    font-weight: 100;
    text-box: trim-both cap alphabetic;
    letter-spacing: 0;
    line-height: 1;
    opacity: 0.9;
  }
}
#page-top section.fv small.deco02 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #page-top section.fv small.deco02 {
    display: block;
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 100%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
#page-top section.news * {
  color: #fff;
}
#page-top section.news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #page-top section.news .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#page-top section.news p {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #page-top section.news p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-top section.news ul.news_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #page-top section.news ul.news_list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
}
#page-top section.news ul.news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #page-top section.news ul.news_list li {
    padding: 2rem 0;
  }
  #page-top section.news ul.news_list li:nth-of-type(1) {
    padding-right: min(4vw, 4rem);
  }
  #page-top section.news ul.news_list li:nth-of-type(2) {
    border-left: 0.1rem solid #fff;
    padding-left: min(4vw, 4rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #page-top section.news ul.news_list li {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4rem;
  }
}
#page-top section.news ul.news_list li .area_txt {
  width: 100%;
}
@media print, screen and (min-width: 480px) {
  #page-top section.news ul.news_list li .area_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
#page-top section.news ul.news_list li .area_img {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  #page-top section.news ul.news_list li .area_img {
    width: 40%;
    max-width: 37.5rem;
  }
}
#page-top section.news ul.news_list li p.date {
  color: #b1b1b1;
  font-size: 1.4rem;
  font-weight: 500;
}
#page-top section.news ul.news_list li h3.title {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}
#page-top section.news ul.news_list li .link_area {
  margin: 0 0 0 auto;
}
@media print, screen and (min-width: 480px) {
  #page-top section.news ul.news_list li .link_area {
    margin: 0;
  }
}
#page-top section.news ul.news_list li .img {
  width: 100%;
  aspect-ratio: 374/240;
}
#page-top section.news ul.news_list li .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.4;
}
#page-top section.news .link_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #page-top section.news .link_area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 auto;
  }
}
#page-top section.news .bg {
  width: 100%;
  aspect-ratio: 1920/800;
  max-height: 20rem;
  background: url(../img/top/news_bg.webp) 65%/cover no-repeat;
}
@media print, screen and (min-width: 768px) {
  #page-top section.news .bg {
    aspect-ratio: 1920/400;
    max-height: 40rem;
  }
}
#page-top section.about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #page-top section.about .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 4rem;
  }
}
#page-top section.about .area_left {
  width: 100%;
  max-width: 45rem;
}
@media print, screen and (min-width: 1024px) {
  #page-top section.about .area_left {
    width: 50%;
    max-width: 64rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-top section.about .area_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-top section.about .area_right * {
  color: #fff;
}
#page-top section.about .bg {
  width: 100%;
  max-width: 64rem;
  aspect-ratio: 64/72;
  background: url(../img/top/moat_img.webp) center/contain no-repeat;
}
#page-top section.about h3 {
  font-size: min(8vw, 4rem);
  border-left: 0.1rem solid #4666ff;
  padding-left: min(4vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #page-top section.about h3 {
    font-size: min(3.75vw, 4rem);
  }
}
#page-top section.about p {
  margin-top: min(5vw, 5rem);
}
#page-top section.about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
}
#page-top section.about ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #page-top section.about ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #page-top section.about ul li {
    width: 100%;
  }
}
#page-top section.about ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(6vw, 2.4rem);
  font-weight: 300;
  background-color: #333;
  padding: 1em;
}
#page-top section.about ul li a::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/arrow.svg) center/contain no-repeat;
          mask: url(../img/arrow.svg) center/contain no-repeat;
  background-color: #fff;
}
#page-top section.about ul li a:hover {
  opacity: 0.5;
}
#page-top section.about .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#page-about header nav.pc_menu a.about::after {
  width: 110%;
  opacity: 1;
}
#page-about header nav.sp_menu a.about {
  color: #4666ff !important;
}
#page-about footer nav.footer_nav a.about::after,
#page-about footer nav.footer_nav a.about h3,
#page-about footer nav.footer_nav a.about span {
  color: #4666ff !important;
}
#page-about section.about ul.anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-about section.about ul.anchor_link li {
  width: 50%;
  max-width: 28.5rem;
  border-left: 0.1rem solid #fff;
}
#page-about section.about ul.anchor_link li:last-of-type {
  border-right: 0.1rem solid #fff;
}
#page-about section.about ul.anchor_link li a {
  position: relative;
  color: #fff;
  font-size: min(3.5vw, 1.6rem);
  text-align: center;
}
#page-about section.about ul.anchor_link li a::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  #page-about section.about ul.anchor_link li a::after {
    content: none;
  }
}
#page-about section.about ul.anchor_link li a:hover {
  color: #4666ff;
}
#page-about section.about article {
  width: 100%;
}
#page-about section.about article h2 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
#page-about section.about article .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #page-about section.about article .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 4rem;
  }
}
#page-about section.about article .area_left {
  width: 100%;
  max-width: 45rem;
}
@media print, screen and (min-width: 1024px) {
  #page-about section.about article .area_left {
    width: 50%;
    max-width: 60.5rem;
  }
}
#page-about section.about article .area_left .bg {
  width: 100%;
  max-width: 60.5rem;
  aspect-ratio: 605/640;
  background: url(../img/about/gate_img.webp) center/contain no-repeat;
}
@media print, screen and (min-width: 1024px) {
  #page-about section.about article .area_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-about section.about article .area_right p {
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  #page-about section.about article .area_right p {
    line-height: 2.25;
  }
}
#page-about section.about article dl.bylaws_list > dt {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #e4e4e4;
  padding: 1.5rem 0;
}
#page-about section.about article dl.bylaws_list > dt:not(:first-of-type) {
  margin-top: clamp(4rem, 4.5vw, 8rem);
}
#page-about section.about article dl.bylaws_list > dd {
  margin-top: 1.5rem;
}
#page-about section.about article dl.bylaws_list > dd ul {
  margin: 1rem 0 0 1em;
}
#page-about section.about article dl.bylaws_list > dd ul li + li {
  margin-top: 0.5rem;
}
#page-about section.about article dl.bylaws_list > dd ul li.executive {
  max-width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-about section.about article dl.bylaws_list > dd ul li.executive span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  margin: 0 1em;
  height: 1px;
  border-bottom: 1px dashed #000;
}
#page-about section.about article dl.bylaws_list > dd ul li p:nth-of-type(2) {
  margin-left: 1em;
}
#page-about section.about article#about h2 {
  color: #fff;
}
#page-about section.about article#bylaws {
  position: relative;
}
#page-about section.about article#bylaws::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 2.5vw), 0);
          transform: translate(calc(-50% + 2.5vw), 0);
  z-index: -1;
}

#page-news header nav.pc_menu a.news::after {
  width: 110%;
  opacity: 1;
}
#page-news header nav.sp_menu a.news {
  color: #4666ff !important;
}
#page-news footer nav.footer_nav a.news::after,
#page-news footer nav.footer_nav a.news h3,
#page-news footer nav.footer_nav a.news span {
  color: #4666ff !important;
}
#page-news .bg {
  background-color: #f0f0f0;
  border-radius: 1rem;
  padding: clamp(4rem, 5.5vw, 10rem) clamp(2rem, 5.5vw, 10rem);
}
#page-news h2 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
#page-news ul.news_list {
  margin-top: 2rem;
}
#page-news ul.news_list li {
  border-bottom: 0.1rem solid #b1b1b1;
  padding: clamp(2rem, 2.5vw, 4rem) 0;
}
#page-news ul.news_list li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #page-news ul.news_list li article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #page-news ul.news_list li article .area_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-news ul.news_list li article .area_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #page-news ul.news_list li article .area_img {
    width: 45%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 480px) {
  #page-news ul.news_list li article .area_img img {
    width: calc((100% - 2rem) / 2);
  }
}
#page-news ul.news_list li article .area_img img.full {
  width: 100%;
}
#page-news ul.news_list li article h3.title {
  font-weight: 500;
}
#page-news ul.news_list li article p.detail {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#page-news ul.news_list li article .flex {
  margin-top: clamp(2rem, 2.5vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(2rem, 2.5vw, 4rem);
}
#page-news ul.news_list li article p.url a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  color: #0071ba;
  font-weight: bold;
  padding: 0 0.2em;
}
#page-news ul.news_list li article p.url a::after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/icon_window.svg) center/contain no-repeat;
          mask: url(../img/icon_window.svg) center/contain no-repeat;
  background-color: #0071ba;
}
#page-news ul.news_list li article p.url a:hover {
  color: #fff;
  background-color: #0071ba;
}
#page-news ul.news_list li article p.url a:hover::after {
  background-color: #fff;
}
#page-news ul.news_list li article p.pdf {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 15.5rem;
}
#page-news ul.news_list li article p.pdf a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #4666ff;
  border: 0.1rem solid #4666ff;
  border-radius: 9999px;
  padding: 0.2em 0;
}
#page-news ul.news_list li article p.pdf a:hover {
  color: #4666ff;
  background-color: #fff;
}

#page-application header nav.sp_menu a.application {
  color: #4666ff !important;
}
#page-application footer nav.footer_nav a.application::after,
#page-application footer nav.footer_nav a.application h3,
#page-application footer nav.footer_nav a.application span {
  color: #4666ff !important;
}
#page-application form h2 {
  color: #fff;
  font-size: min(5.5vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
#page-application form .privacy_check {
  background-color: #f0f0f0;
  padding: min(8vw, 4rem) clamp(2rem, 5.5vw, 10rem);
}
#page-application form .privacy_check h3 {
  font-size: min(5vw, 2rem);
  font-weight: bold;
  text-align: center;
}
#page-application form .privacy_check p {
  color: initial;
}
#page-application form .privacy_check p.policy_desk {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0 0 auto;
}
#page-application form .privacy_check p.policy_desk a {
  display: inline;
}
#page-application form .privacy_check p.policy_desk a:hover {
  text-decoration: underline;
}
#page-application form .privacy_check dl.policy_list dt {
  font-size: min(4.5vw, 1.8rem);
  font-weight: 500;
}
#page-application form .privacy_check dl.policy_list dt:not(:first-of-type) {
  margin-top: 2rem;
}
#page-application form .privacy_check dl.policy_list dd {
  margin-left: 1.2em;
}
#page-application form .privacy_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  padding: min(4vw, 2rem) 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#page-application form .privacy_check label:hover {
  background-color: rgba(70, 102, 255, 0.2);
}
#page-application form .privacy_check label.confirm {
  cursor: auto;
}
#page-application form .privacy_check label.confirm:hover {
  background-color: #fff;
}
#page-application form .privacy_check label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #4666ff;
  position: relative;
  top: 0.05em;
}
#page-application form > p {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-application form > p.form_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
#page-application form > p.form_info span {
  font-size: 1.2rem;
  line-height: 1;
  background-color: #00af54;
  padding: 0.3em 0.5em;
}
#page-application form > p.thanks_message a {
  display: inline;
}
#page-application form .input_list dl {
  padding: 3rem 0;
  border-bottom: 0.1rem solid #fff;
}
#page-application form .input_list dl dt {
  color: #fff;
}
#page-application form .input_list dl dt.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
#page-application form .input_list dl dt.required::after {
  content: "必須";
  font-size: 1.2rem;
  line-height: 1;
  background-color: #00af54;
  padding: 0.3em 0.5em;
}
#page-application form .input_list dl dd {
  margin-top: 1rem;
  background-color: #fff;
}
#page-application form .input_list dl dd.bg_none {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}
#page-application form .input_list dl dd label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  cursor: pointer;
}
#page-application form .input_list dl dd label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #4666ff;
  position: relative;
  top: 0.1em;
}
#page-application form .input_list dl dd label span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-application form .input_list dl dd input:not([type=radio]),
#page-application form .input_list dl dd textarea {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5em 1em;
  cursor: pointer;
}
#page-application form .input_list dl dd textarea {
  min-height: 10em;
  field-sizing: content;
}
#page-application form .input_list dl dd p.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
#page-application form .input_list dl dd p.note::before {
  content: "＊";
}
#page-application form .input_list dl dd.about {
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.2rem solid #ffd900;
  padding: 1em;
}
#page-application form .input_list dl dd.about p {
  color: #fff;
}
#page-application form .input_list dl dd.about p.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 0.1rem solid #fff;
  padding: 0 0.5em;
}
#page-application form .input_list dl dd.about p.desc sup {
  color: #eb5600;
  font-weight: bold;
}
#page-application form .input_list dl dd.about p.desc span {
  display: inline-block;
  width: 6em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin: 0 1em;
}
#page-application form .input_list dl dd.about p.desc span::before {
  content: "[";
}
#page-application form .input_list dl dd.about p.desc span::after {
  content: "]";
}
#page-application form .input_list dl dd.about p.notation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5em;
}
#page-application form .input_list dl dd.about p.notation span {
  color: #eb5600;
  font-weight: bold;
}
#page-application form .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 min(4vw, 4rem);
}
#page-application form .btn_area button {
  width: calc((100% - min(4vw, 4rem)) / 2);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 0.1rem solid;
  padding: 1em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-application form .btn_area button[type=reset], #page-application form .btn_area button[type=button] {
  background-color: #979797;
  border-color: #979797;
}
#page-application form .btn_area button[type=reset]:hover, #page-application form .btn_area button[type=button]:hover {
  background-color: transparent;
}
#page-application form .btn_area button[type=submit] {
  background-color: #4666ff;
  border-color: #4666ff;
}
#page-application form .btn_area button[type=submit]:hover {
  background-color: transparent;
}
#page-application form .btn_area .btn a {
  width: 28.5rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #4666ff;
  border: 0.1rem solid #4666ff;
  border-radius: 9999px;
  padding: 0.5em 0;
}
#page-application form .btn_area .btn a:hover {
  background-color: transparent;
}

#page-404 * {
  color: #fff;
}
#page-404 h2 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
#page-404 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #page-404 p {
    text-align: center;
  }
}
#page-404 .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}/*# sourceMappingURL=style.css.map */