@media screen and (max-width: 767.99px) {
  .pc {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 60px 0 0;
  position: relative;
  box-sizing: border-box;
}

.train_one {
  font-family: "Train One", system-ui;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

header {
  display: flex;
  column-gap: 25px;
  padding-left: 15px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  inset: 0 0 auto;
  background: #ffffff;
  z-index: 300;
}

header a {
  text-decoration: none;
}

header a .header_title {
  line-height: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
}

header a .header_title .title_main {
  font-weight: 700;
  font-size: 18px;
  color: #282828;
  letter-spacing: 0.044em;
  line-height: 1;
}

header a .header_title .title_sub {
  font-size: 10px;
  font-weight: 400;
  color: #282828;
  display: block;
  line-height: 1;
}

header .menu_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .menu_wrap .header_icon_link {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 40px;
}

header .menu_wrap .header_icon_link .text {
  font-size: 10px;
  font-feature-settings: "palt";
}

header .menu_wrap .header_icon_link.header_line {
  color: #06c755;
}

header .menu_wrap .header_icon_link.header_entry {
  color: #189bbc;
}

header .menu_wrap #menu_trigger {
  border: none;
  background: #189bbc;
  width: 60px;
  height: 100%;
  padding: 38px 0 13px;
  box-sizing: border-box;
  margin-left: 5px;
  position: relative;
  z-index: 300;
}

header .menu_wrap #menu_trigger .text {
  font-size: 9px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

header .menu_wrap #menu_trigger span {
  background: #ffffff;
  width: 20px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  inset: auto 0 auto 0;
}

header .menu_wrap #menu_trigger span:nth-of-type(1) {
  top: 15px;
}

header .menu_wrap #menu_trigger span:nth-of-type(2) {
  top: 22px;
}

header .menu_wrap #menu_trigger span:nth-of-type(3) {
  top: 29px;
}

header .menu_wrap #menu_trigger.active span:nth-of-type(1) {
  top: 21px;
  transform: rotate(45deg);
}

header .menu_wrap #menu_trigger.active span:nth-of-type(2) {
  display: none;
}

header .menu_wrap #menu_trigger.active span:nth-of-type(3) {
  top: 21px;
  transform: rotate(-45deg);
}

header #menu_main {
  display: none;
  position: absolute;
  background: linear-gradient(70deg, #c4dff2 0%, #f2ece2 100%);
  inset: 0 0 auto 0;
  height: calc(100dvh - 120px);
  max-height: max-content;
  overflow-y: auto;
  z-index: 200;
  padding: 60px 0;
}

header #menu_main > ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 6px 30px;
}

header #menu_main > ul li {
  padding: 14px 0;
  position: relative;
}

header #menu_main > ul li a {
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.024em;
  color: #282828;
}

header #menu_main > ul li a .decoration {
  position: absolute;
  inset: 50% auto auto 0;
  background: #ffffff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

header #menu_main > ul li a .decoration::before {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid #189bbc;
  border-bottom: 2px solid #189bbc;
  position: absolute;
  inset: 50% 6px auto auto;
  transform: rotate(-45deg) translateY(-50%);
}

header #menu_main > ul li .button {
  border: none;
  background: none;
  position: absolute;
  inset: 20px 0 auto auto;
  width: 12px;
  height: 12px;
  z-index: 50;
}

header #menu_main > ul li .button::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #189bbc;
  position: absolute;
  inset: 50% 0 auto 0;
  transform: translateY(-50%);
}

header #menu_main > ul li .button::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #189bbc;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}

header #menu_main > ul li .button.active::after {
  display: none;
}

header #menu_main > ul li .sub_menu {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header #menu_main > ul li .sub_menu li {
  padding: 10px 0 0;
}

header #menu_main > ul li .sub_menu li a {
  padding: 0 35px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  color: #282828;
}

header #menu_main > ul li .sub_menu.active {
  display: block;
}

header #menu_main .external_link {
  border-top: 1px solid #ffffff;
  padding: 0 30px;
}

header #menu_main .external_link ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

header #menu_main .external_link ul li p {
  text-align: center;
  font-size: 14px;
  color: #282828;
  line-height: 1.4;
  margin: 32px 0 10px;
}

header #menu_main .external_link ul li .link_button {
  background: #ffffff;
  width: 100%;
  height: 70px;
  max-width: 310px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 100vh;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.06);
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 49px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.03em;
  margin: 0 auto;
}

header #menu_main .external_link ul li .link_button img {
  margin-right: 14px;
}

header #menu_main .external_link ul li .link_button::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  inset: 50% 43px auto auto;
}

header #menu_main .external_link ul li .link_button#header_menu_line {
  color: #06c755;
}

header #menu_main .external_link ul li .link_button#header_menu_line::after {
  border-color: #06c755;
}

header #menu_main .external_link ul li .link_button#header_menu_reserve {
  color: #33a7c4;
}

header #menu_main .external_link ul li .link_button#header_menu_reserve::after {
  border-color: #33a7c4;
}

header #menu_main.active {
  display: block;
}

#shadow_overlay.active {
  position: absolute;
  z-index: 50;
  inset: 0;
  background: #000000;
  opacity: 0.4;
}

#bottom_external_link {
  background: #189bbc;
  border-radius: 24px;
  margin: 50px 15px;
  padding: 50px 38px 35px;
}

#bottom_external_link .area_title {
  margin: 0 0 35px;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.1;
  font-weight: 400;
}

#bottom_external_link .area_title .main {
  font-size: 40px;
}

#bottom_external_link .area_title .sub {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-top: 4px;
}

#bottom_external_link ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

#bottom_external_link ul li p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  margin: 32px auto 10px;
  max-width: 310px;
}

#bottom_external_link ul li .link_button {
  background: #ffffff;
  width: 100%;
  height: 70px;
  max-width: 310px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 100vh;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.06);
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 49px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.03em;
  margin: 0 auto;
}

#bottom_external_link ul li .link_button img {
  margin-right: 14px;
}

#bottom_external_link ul li .link_button::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  inset: 50% 25px auto auto;
}

#bottom_external_link ul li .link_button#before_footer_line {
  color: #06c755;
}

#bottom_external_link ul li .link_button#before_footer_line::after {
  border-color: #06c755;
}

#bottom_external_link ul li .link_button#before_footer_reserve {
  color: #33a7c4;
}

#bottom_external_link ul li .link_button#before_footer_reserve::after {
  border-color: #33a7c4;
}

footer .company_image {
  width: 100%;
  height: auto;
  display: inherit;
}

footer .footer_main {
  background: linear-gradient(70deg, #c4dff2 0%, #f2ece2 100%);
  padding: 70px 0 30px;
}

footer .footer_main .footer_logo {
  width: 100%;
  height: auto;
  display: block;
  max-width: 160px;
  margin: 0 auto 45px;
  mix-blend-mode: multiply;
}

footer .footer_main .address {
  margin: 0 0 18px;
  font-size: 15px;
  color: #189bbc;
  text-align: center;
}

footer .footer_main .map {
  border: 2px solid #ffffff;
  margin: 0 10px;
}

footer .footer_main .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 710 / 750;
}

footer .footer_main .sns_wrap {
  display: flex;
  gap: 20px;
  margin: 30px auto 25px;
  list-style: none;
  padding: 0;
  width: max-content;
}

footer .footer_main .sns_wrap li a {
  color: #189bbc;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
}

footer .footer_main .sns_wrap li a .icon {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer_main .sns_wrap li a .icon img {
  width: 18px;
  height: auto;
  flex-shrink: 0;
}

footer .footer_main .sns_wrap li a .account {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

footer .footer_main .company {
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.06em;
}

footer .related_company {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .related_company li {
  border-bottom: 1px solid #d1ebf2;
}

footer .related_company li a {
  width: 100%;
  padding: 20px;
  color: #189bbc;
  position: relative;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  box-sizing: border-box;
}

footer .related_company li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #189bbc;
  border-bottom: 1px solid #189bbc;
  position: absolute;
  inset: 50% 20px auto auto;
  transform: rotate(-45deg) translateY(-50%);
}
