@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html,
body {
  height: 100%;
  overflow-x: hidden;
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
}
body::-webkit-scrollbar {
  display: none;
}

.w_base {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}

p {
  color: #041c31;
}

a {
  color: inherit;
}

h2,
h3,
h4 {
  color: #3682c5;
}

.roboto {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.bg {
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.bg.bg1 {
  background: url("../images/slideshow/index_bg.jpg") center/cover no-repeat;
  z-index: -1;
}
.bg.bg1.show {
  opacity: 0.7;
}
.bg.bg2 {
  background: url("../images/section_bg.jpg") center/cover no-repeat;
  transition: 1s;
  z-index: -2;
}
.bg.bg3 {
  background: url("../images/access_bg.jpg") center/cover no-repeat;
  transition: 1s;
  z-index: -3;
}
.bg.show {
  opacity: 0.2;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** header
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.hd_bg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #041c31;
  transition: all 0.5s ease;
}
.hd_bg .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.hd_bg .hd .hd_logo a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-decoration: none;
  transition: all 0.5s ease;
}
.hd_bg .hd .hd_logo a .hd_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.hd_bg .hd .hd_logo a .hd_item p {
  display: block;
  line-height: 1.2em;
  font-size: 13px;
}
.hd_bg .hd .hd_logo a .hd_item p span {
  white-space: nowrap;
}
.hd_bg .hd .hd_logo a .hd_item img {
  max-width: 36px;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.hide {
  top: -100%;
  opacity: 0;
  transition: 1.2s all ease;
}

.hd_lang {
  position: absolute;
  right: 0;
  top: 0;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** global nav PC
  ******************************************************************************
  ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
  ******************************************************************************
  ** global nav sp
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1100;
  overflow-x: auto;
  overflow-y: auto;
  width: min(300px, 100%);
  height: 100vh;
  background: #3682c5;
  transition: All 0.8s ease;
}
.nav .nav_list {
  display: flex;
  flex-direction: column;
}
.nav .nav_list .nav_hd_logo a {
  padding-top: 35px;
  color: #fff;
  transition: all 0.5s ease;
}
.nav .nav_list .nav_hd_logo a .hd_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.nav .nav_list .nav_hd_logo a .hd_item span {
  display: block;
  margin: 2px;
  line-height: 1.2em;
}
.nav .nav_list .nav_hd_logo a .hd_item img {
  max-width: 50px;
  width: 100%;
  height: auto;
}
.nav .nav_list .nav_hd_logo a span {
  display: none;
}
.nav .nav_list .nav_icon {
  display: flex;
  justify-content: center;
}
.nav .nav_list .nav_icon .icon_items {
  margin: 20px;
}
.nav .nav_list .nav_icon .icon_items a {
  opacity: 1;
  transition: all 0.5s ease;
}
.nav .nav_list .nav_icon .icon_items a:nth-of-type(2) {
  padding: 0 30px;
}
.nav .nav_list .nav_icon .icon_items a:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.nav .nav_list > li {
  position: relative;
}
.nav .nav_list > li > a {
  position: relative;
  display: block;
  padding: 0.8em;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s ease;
}
.nav .nav_list > li > a:hover, .nav .nav_list > li > a.current {
  transform: translateX(10px);
}
.nav .nav_list > li .child_wrap_btn {
  position: absolute;
  top: 0.75em;
  right: 15px;
  z-index: 10;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.nav .nav_list > li .child_wrap_btn::before, .nav .nav_list > li .child_wrap_btn::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background-color: #fff;
}
.nav .nav_list > li .child_wrap_btn::before {
  top: 50%;
  left: 20px;
  transform: rotate(0deg) translateX(-50%);
}
.nav .nav_list > li .child_wrap_btn::after {
  top: 50%;
  left: 0.5em;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.nav .nav_list > li .child_wrap_btn.close::after {
  transform: rotate(0deg);
}
.nav .nav_list > li .child_wrap {
  display: none;
}
.nav .nav_list > li .child_wrap > p {
  display: none;
}
.nav .nav_list > li .child_wrap > .sub-menu {
  background: #87dce2;
}
.nav .nav_list > li .child_wrap > .sub-menu li {
  position: relative;
}
.nav .nav_list > li .child_wrap > .sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25em 0 1.25em 3.5em;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap_btn {
  position: absolute;
  top: 1.25em;
  right: 15px;
  z-index: 10;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #87dce2;
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap_btn::before, .nav .nav_list > li .child_wrap > .sub-menu li .child_wrap_btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap_btn::before {
  top: 50%;
  left: 15px;
  transform: rotate(0deg) translateX(-50%);
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap_btn::after {
  top: 50%;
  left: 0.4em;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap_btn.close::after {
  transform: rotate(0deg);
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap > .sub-menu li {
  position: relative;
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap > .sub-menu li a {
  display: flex;
  align-items: center;
  padding: 1.25em 0 1.25em 3.5em;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap > .sub-menu li a::before {
  content: "ー";
  margin-right: 5px;
}
.nav .nav_list > li .child_wrap > .sub-menu li .child_wrap > .sub-menu li .child_wrap > .sub-menu {
  background: #87dce2;
}
.nav .side_link {
  display: flex;
  flex-direction: column;
}
.nav .side_link a {
  display: flex;
  align-items: center;
  gap: 8px;
  /* width: 60px; */
  padding: 1em;
  background-color: attr(data-color type(<color>), #3682c5);
  /* border-top-left-radius: min(0.3265306122vw + 2.7755102041px, 8px); */
  /* border-bottom-left-radius: min(0.3265306122vw + 2.7755102041px, 8px); */
  /* writing-mode: vertical-rl; */
  /* text-orientation: upright; */
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease;
}
.nav .side_link a:hover {
  opacity: 0.8;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1500;
  position: fixed !important;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}
.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 2px;
  background-color: #041c31;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.sp_nav_trigger span:nth-of-type(1) {
  top: 30%;
}
.sp_nav_trigger span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.sp_nav_trigger span:nth-of-type(3) {
  bottom: 30%;
}
.sp_nav_trigger.sp_active span {
  background-color: #fff;
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** tel
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.tel {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** color change
******************************************************************************
----------------------------------------------------------------------------*/
.colorchange.hd_bg {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}
.colorchange.hd_bg .hd .hd_logo a {
  transition: all 0.5s ease;
}
.colorchange.hd_bg .hd .hd_logo a .hd_item img {
  transition: all 0.5s ease;
}

.colorchange.sp_nav_trigger span {
  transition: all 0.5s ease;
}
/*----------------------------------------------------------------------------
  ******************************************************************************
  ** content
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.con_bg {
  width: 100%;
}

.con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}

.main {
  order: 1;
  width: 700px;
}

.side {
  order: 2;
  width: 230px;
}
.side h3 {
  background-color: #eee;
  color: #111;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 8px;
  text-align: center;
}

.side_nav_list li a {
  background: url(../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #ccc;
  color: #111;
  display: block;
  padding: 12px 10px;
  text-decoration: none;
}
.side_nav_list li a:hover, .side_nav_list li a.current {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** footer
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.ft_bg {
  width: 100%;
  background-color: #3682c5;
  scroll-snap-align: start;
}
.ft_bg .ft_con {
  padding: 30px 10px;
  border-bottom: 1px solid #fff;
}
.ft_bg .ft_con .ft_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  justify-content: center;
}
.ft_bg .ft_con .ft_logo .ft_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
}
.ft_bg .ft_con .ft_logo .ft_item img {
  max-width: 36px;
  width: 100%;
  height: auto;
}
.ft_bg .ft_con .ft_logo .ft_item h2 {
  font-size: 13px;
  line-height: 1.2em;
  color: #fff;
}
.ft_bg .ft_con p {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}
.ft_bg .ft_con p a {
  text-decoration: none;
}
.ft_bg .ft_con .ft_box {
  width: 100%;
}
.ft_bg .ft_con .ft_box h2 {
  margin: 15px 0px 7px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  color: #87dce2;
}
.ft_bg .ft_con .ft_box .ft_address {
  display: flex;
  flex-wrap: wrap;
}
.ft_bg .ft_con .ft_box .ft_address p {
  width: 100%;
}
.ft_bg .ft_con .ft_box .ft_address p:last-of-type {
  margin-left: 5px;
}
.ft_bg .ft_con .ft_icon {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.ft_bg .ft_con .ft_icon .ft_icon_items a {
  opacity: 1;
  transition: all 0.5s ease;
}
.ft_bg .ft_con .ft_icon .ft_icon_items a img {
  margin: 5px 10px;
}
.ft_bg .ft_con .ft_icon .ft_icon_items a:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.ft_bg .ft {
  padding: 10px;
}
.ft_bg .ft .ft_copy {
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** pagetop
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.pt {
  position: fixed;
  right: 5%;
  bottom: 25px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none;
}

.pt_btn {
  background: #3682c5;
  width: 16px;
  aspect-ratio: 29/30;
  -webkit-mask: url("../images/arrow.svg") center/contain no-repeat;
  mask: url("../images/arrow.svg") center/contain no-repeat;
  transform: rotate(-90deg);
}

.advent.pt {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
}
.advent.pt .pt_btn {
  opacity: 1;
}
.advent.pt:hover {
  opacity: 0.6;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** index
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.index_bnr_list li {
  margin-bottom: 4px;
}
.index_bnr_list a {
  padding: 16px 16px 16px 42px;
  border: 1px solid #000000;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  background: url(../images/icon_elink_black.png) no-repeat 16px center;
  color: #000000;
}
.index_bnr_list a:hover {
  background-color: #000;
  background-image: url(../images/icon_elink_white.png);
  color: #fff;
}

a.more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  min-height: 60px;
  background: #3682c5;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding-inline: 45px;
  white-space: nowrap;
}
a.more::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(calc(-50% + 0px));
  content: "";
  height: 0.8em;
  aspect-ratio: 29/30;
  background: url("../images/arrow.svg") center/contain no-repeat;
  filter: invert(1);
  transition: all 0.3s ease;
}
a.more:hover::after {
  right: 10px;
}
a.more.sp_dn {
  display: none;
}
a.exlink {
  position: relative;
}
a.exlink::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  background-size: 100%;
  background-image: url("../images/exlink.svg");
}

section {
  position: relative;
  height: 100vh;
  height: 100svh;
  height: 100lvh;
  scroll-snap-align: start;
  opacity: 0.3;
  transition: opacity 1s ease;
  overflow: hidden;
}
section > div {
  opacity: 0;
  transition: opacity 1s ease;
}
section.active {
  opacity: 1;
}
section.active > div {
  opacity: 1;
}

.index_about,
.index_greeting,
.index_info,
.index_program,
.index_access {
  padding: 100px 0 0;
}
.index_about h2,
.index_greeting h2,
.index_info h2,
.index_program h2,
.index_access h2 {
  margin-bottom: 0.75em;
  font-size: clamp(28px, 28px + (100vw - 375px) * 0.0304568528, 40px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}
.index_about h2 span,
.index_greeting h2 span,
.index_info h2 span,
.index_program h2 span,
.index_access h2 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
}
.index_about h3,
.index_greeting h3,
.index_info h3,
.index_program h3,
.index_access h3 {
  font-size: clamp(24px, 24px + (100vw - 375px) * 0.0253807107, 34px);
  font-weight: 500;
  text-align: center;
}
.index_about p,
.index_greeting p,
.index_info p,
.index_program p,
.index_access p {
  font-size: 1rem;
}
.index_about img,
.index_greeting img,
.index_info img,
.index_program img,
.index_access img {
  max-width: 1920px;
  width: 100%;
  height: auto;
}

.index_about_bg .index_about .card_white {
  font-weight: bold;
}

.index_greeting_bg .index_greeting figure {
  max-width: 550px;
  margin-inline: auto;
}

.index_program_bg .index_program dl {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.index_program_bg .index_program dl div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.index_program_bg .index_program dl dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 17px;
  font-weight: bold;
}
.index_program_bg .index_program dl dt i {
  display: flex;
  align-items: center;
  color: #3682c5;
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.index_program_bg .index_program dl dt i::after {
  display: inline-block;
  content: "";
  width: 19px;
  height: 38px;
  border-left: 1px solid #707070;
  transform: skewX(-30deg) translateX(1rem);
}
.index_program_bg .index_program dl dd {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.index_program_bg .index_program dl dd i {
  display: flex;
  align-items: center;
  color: #3682c5;
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.index_program_bg .index_program dl dd i::after {
  display: inline-block;
  content: "";
  width: 19px;
  height: 38px;
  border-left: 1px solid #707070;
  transform: skewX(-30deg) translateX(1rem);
}

.index_access_bg .index_access figure {
  max-width: 500px;
  margin-inline: auto;
}
.index_access_bg .index_access a[data-lightbox] {
  pointer-events: none;
}

.index_info_bg .index_info table {
  margin: 1.4em 0;
}
.index_info_bg .index_info table tr {
  font-size: 0.8rem;
}
.index_info_bg .index_info table tr:last-child td {
  border-bottom: 2px solid #b1b1b1;
}
.index_info_bg .index_info table th {
  display: block;
  /* min-width: 170px; */
  border-top: 2px solid #b1b1b1;
  padding: 0.8em 1em;
  font-weight: normal;
  vertical-align: middle;
}
.index_info_bg .index_info table td {
  display: block;
  border-top: 1px solid #b1b1b1;
  padding: 0.8em 1em;
  font-weight: 500;
  vertical-align: middle;
}
.index_info_bg .index_info strong {
  font-size: 1.2em;
}

.index_slider_bg {
  width: 100%;
}
.index_slider_bg .index_slider {
  position: relative;
  padding: 100px 0 0;
}
.index_slider_bg .index_slider .catchcopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 15px;
  text-align: center;
}
.index_slider_bg .index_slider .catchcopy h2 {
  position: relative;
  max-width: calc(100% - 1.6em);
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.2;
}
.index_slider_bg .index_slider .catchcopy h2::before, .index_slider_bg .index_slider .catchcopy h2::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: inherit;
  border: 2px solid #3682c5;
}
.index_slider_bg .index_slider .catchcopy h2::before {
  left: -0.8em;
  border-right: transparent;
}
.index_slider_bg .index_slider .catchcopy h2::after {
  right: -0.8em;
  border-left: transparent;
}
.index_slider_bg .index_slider .catchcopy p {
  margin-bottom: 1em;
  font-size: clamp(12px, 3vw, 18px);
}
.index_slider_bg .index_slider .catchcopy hr {
  background: #3682c5;
  width: 145px;
  height: 3px;
}
.index_slider_bg .index_slider .catchcopy .medium {
  font-weight: 500;
  font-size: max(2em, 5vw);
}
.index_slider_bg .index_slider .catchcopy .medium span {
  font-size: 0.6em;
}
.index_slider_bg .index_slider .catchcopy .bnr_ctn {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 60px;
  padding: 1em 2em;
  border-radius: 30px;
  background: #fff;
  color: #3682c5;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.card_white {
  background: #fff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  padding: 0.5em 1.2em;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** page
  ******************************************************************************
  ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
  ******************************************************************************
  ** style
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.page_slider_bg {
  width: 100%;
  height: 45vw;
}
.page_slider_bg .page_slider {
  position: relative;
}
.page_slider_bg .page_slider .catchcopy_bg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}
.page_slider_bg .page_slider .catchcopy_bg .catchcopy {
  color: #fff;
  text-align: center;
}
.page_slider_bg .page_slider .catchcopy_bg .catchcopy h1 {
  font-size: 8vw;
  white-space: nowrap;
}
.page_slider_bg .page_slider .catchcopy_bg .catchcopy p {
  font-size: 4.5vw;
}
.page_slider_bg .page_slider .slider_slick {
  width: 100%;
}
.page_slider_bg .page_slider .slider_slick img {
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100lvh;
  -o-object-fit: cover;
  object-fit: cover;
  filter: opacity(0.7);
}

.page {
  padding: 10px;
}
.page a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.page h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.page h2 {
  font-size: 24px;
  margin-bottom: 14px;
  margin-top: 22px;
  color: #87dce2;
}
.page h3 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 18px;
  color: #87dce2;
}
.page h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.page h5,
.page h6 {
  font-size: 1.1em;
  margin-bottom: 2px;
  margin-top: 5px;
}
.page hr {
  border: none;
  border-top: 1px dotted #000;
}
.page iframe {
  max-width: 100%;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.page ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.page p {
  margin-bottom: 0.5em;
}
.page ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.page ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=sp.css.map */