@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.75;
  color: #203F75;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: #203F75;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

@media screen and (max-width: 1240px) {
  html {
    font-size: 60.5%;
  }
}
@media screen and (max-width: 1180px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55.5%;
  }
}
@media screen and (max-width: 896px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
    font-size: 1.6rem;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media screen and (max-width: 380px) {
  html {
    font-size: 60.5%;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  max-width: 1240px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(32, 63, 117, 0.5);
  box-sizing: border-box;
  letter-spacing: 0;
  z-index: 2001;
}
.header .header-logo {
  position: relative;
  line-height: 1;
  z-index: 1;
}
.header .header-logo a {
  display: inline-block;
  background: url(../images/logo@2x.png) no-repeat left top;
  background-size: 100%;
  width: 209px;
  height: 54px;
  text-indent: -999px;
  overflow: hidden;
}
.header .gnavi {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.header .gnavi ul {
  gap: 0 50px;
}
.header .gnavi li a {
  font-weight: 500;
}
.header .sp-navi-btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: auto;
  color: #203F75;
  padding-top: 26px;
  text-align: center;
  z-index: 1;
}
.header .sp-navi-btn.is-open .bar:before, .header .sp-navi-btn.is-open .bar:after {
  background: #fff;
}
.header .sp-navi-btn.is-open .bar:before {
  transform: rotate(35deg) translate(3px, 4px);
}
.header .sp-navi-btn.is-open .bar:after {
  transform: rotate(-35deg) translate(4px, -5px);
}
.header .sp-navi-btn .bar {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: transparent;
}
.header .sp-navi-btn .bar:before, .header .sp-navi-btn .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #203F75;
  transition: all 0.5s;
}
.header .sp-navi-btn .bar:before {
  top: -6px;
}
.header .sp-navi-btn .bar:after {
  top: 6px;
}
.header .sp-navi-btn .en {
  display: block;
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .header .gnavi {
    font-size: 2rem;
  }
  .header .gnavi ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .header .header-logo a {
    width: 155px;
    height: 40px;
  }
  .header .gnavi {
    font-size: 1.8rem;
  }
  .header .gnavi ul {
    gap: 30px;
  }
}
@media screen and (max-width: 896px) {
  .header {
    left: 0;
    top: 0;
    width: 100%;
    min-width: 0;
    height: 60px;
    padding: 0 0 0 10px;
    background: none;
    box-shadow: none;
  }
  .header.is-open .header-logo a {
    background: url(../images/logo02@2x.png) no-repeat left top;
    background-size: 100%;
  }
  .header.is-open .sp-navi-btn {
    color: #fff;
  }
  .header .header-logo a {
    width: 155px;
    height: 40px;
  }
  .header .gnavi {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background: rgba(32, 63, 117, 0.95);
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .header .gnavi ul {
    flex-direction: column;
    gap: 50px;
  }
  .header .gnavi li a {
    color: #fff;
    font-weight: 500;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Barlow Semi Condensed", sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.break span {
  display: inline-block;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 20px 0 20px 78px;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: all 0.5s;
}
a.btn:hover,
.btn_nolink:hover {
  opacity: 1;
}

/* 汎用テーブル */
.table {
  width: 100%;
  font-size: 1.7rem;
  border-radius: 25px;
  border-collapse: separate;
  border-spacing: 0 1px;
  table-layout: fixed;
  overflow: hidden;
}
.table caption {
  margin: 0 0 16px;
  line-height: 1.75;
}
.table th,
.table td {
  padding: 10px 20px 9px;
  background: #fff;
  vertical-align: middle;
}
.table th {
  position: relative;
  width: 20%;
  background: #b8e8e2;
  text-align: center;
}
.table a:hover {
  opacity: 1;
  text-decoration: underline;
}
.table .table_list {
  justify-content: flex-start;
}
.table .table_list li:after {
  content: "／";
}
.table .table_list li:last-of-type:after {
  content: none;
}

@media screen and (min-width: calc(896px + 1px)) {
  .pc_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 896px) {
  .container {
    width: calc(100% - 20px);
  }
  .wide_container {
    width: calc(100% - 20px);
  }
  /* 汎用タイトル */
  /* 汎用テーブル */
  .table caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .table th,
  .table td {
    padding: 10px 12px;
    line-height: 1.75;
  }
  .table:not(.sp_table) tr {
    display: block;
  }
  .table:not(.sp_table) th,
  .table:not(.sp_table) td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 10px 10px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .table:not(.sp_table) th {
    background: #b8e8e2;
  }
  .table a {
    word-break: break-all;
  }
}
/*-------------------------------------------*/
/*
/*page_nav
/*
/*-------------------------------------------*/
.page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 20px);
  margin: 0 -10px -24px;
  line-height: 1.2;
  text-align: center;
}
.page_nav li {
  width: 252px;
  max-width: calc(25% - 20px);
  margin: 0 10px 24px;
}
.page_nav li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 8px 8px 0;
}
.page_nav li a:hover {
  opacity: 1;
}
.page_nav li a .pic {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.page_nav li a .txt {
  position: relative;
  display: block;
  padding: 10px 0 8px;
}
.page_nav + .page_nav {
  margin-top: 24px;
}
.page_nav + .page_subnav {
  margin-top: 24px;
}
.page_nav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 20px);
}
.page_nav.col05 li {
  width: 196px;
  max-width: calc(20% - 20px);
}
.page_nav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

.page_subnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px -24px;
  line-height: 1.2;
  text-align: center;
}
.page_subnav li {
  width: 252px;
  margin: 0 10px 20px;
}
.page_subnav li a {
  position: relative;
  display: block;
  padding: 10px;
  background: #fff;
}
.page_subnav li a:hover {
  opacity: 1;
}
.page_subnav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 20px);
}
.page_subnav.col05 li {
  width: 196px;
  max-width: calc(20% - 20px);
}
.page_subnav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

@media screen and (max-width: 896px) {
  .page_nav {
    width: 100%;
    margin: 0 auto -12px;
    line-height: 1.3;
    justify-content: space-between;
  }
  .page_nav li {
    width: calc(50% - 6px);
    max-width: 50%;
    margin: 0 0 12px;
  }
  .page_nav li a {
    padding: 8px 8px 0;
  }
  .page_nav li a:hover {
    background: #fff;
  }
  .page_nav li a .pic {
    display: none;
    position: relative;
    aspect-ratio: 3/1;
    border-radius: 10px;
  }
  .page_nav li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .page_nav li a .txt {
    padding-bottom: 15px;
  }
  .page_nav + .page_nav {
    margin-top: 16px;
  }
  .page_nav + .page_subnav {
    margin-top: 16px;
  }
  .page_nav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav {
    width: 100%;
    margin: 0 auto -16px;
    justify-content: space-between;
  }
  .page_subnav li {
    width: calc(50% - 10px);
    max-width: 50%;
    margin: 0 0 16px;
  }
  .page_subnav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0 20px;
    height: 100%;
  }
  .page_subnav li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col03 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col05 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col06 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*slider
/*
/*-------------------------------------------*/
.common_slide {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.common_slide .slick-list {
  overflow: visible;
}
.common_slide > .slide_item:not(:first-child) {
  display: none;
}
.common_slide .slide_item {
  padding: 0 20px;
}

@media screen and (max-width: 896px) {
  .common_slide {
    width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
  }
  .common_slide .slide_item {
    padding: 0;
  }
  .common_slide .slide_item img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
/*-------------------------------------------*/
/*
/*reserve_box
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#icon_pagetop {
  position: fixed;
  right: 0;
  bottom: -50px;
  line-height: 1;
  text-align: center;
  z-index: 999;
  transition: all 0.3s;
}
#icon_pagetop.active {
  bottom: 0;
}
#icon_pagetop a {
  display: block;
}
.footer {
  position: relative;
  padding: 70px 0 20px;
  background: #203F75;
  color: #fff;
}
.footer a {
  color: inherit;
}
.footer .footer-logo {
  line-height: 1;
}
.footer .footer-nav {
  gap: 50px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.footer .footer-nav li a {
  font-weight: 500;
}
.footer .footer-copyright {
  margin-top: 70px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}
.footer .footer-copyright small {
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 1280px) {
  .footer .footer-nav {
    gap: 30px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  .footer {
    padding: 45px 0 15px;
  }
  .footer .footer-logo {
    width: 100%;
    text-align: center;
  }
  .footer .footer-nav {
    display: none;
  }
  .footer .footer-copyright {
    margin-top: 25px;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.ani {
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 600ms;
  transition-property: opacity, transform;
}
.ani.scroll {
  transform: translate(0, 0);
  opacity: 1;
}

.ani_fadeup {
  transform: translate(0, 30px);
}

.ani_fadefown {
  transform: translate(0, -30px);
}

.ani_fadeleft {
  transform: translate(-30px, 0);
}

.ani_faderight {
  transform: translate(30px, 0);
}

@media screen and (max-width: 896px) {
  .inview {
    transition-delay: 600ms;
  }
}
/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1080px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_tit {
  margin: 0;
  padding: 12px 60px 12px;
  background: #203F75;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 64px;
}

.modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #203F75;
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 896px) {
  #modal_section .modal_tit {
    padding: 10px 60px 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is_tablet {
  min-width: 1300px;
  font-size: 18px;
}

/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

@media screen and (max-width: 896px) {
  .pc_block {
    display: none;
  }
  .tabsp_block {
    display: block;
  }
  .tabsp_hidden {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .tabsp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .pctab_block {
    display: none;
  }
  .pctab_inline {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 896px) and (min-width: 641px) {
  .tab_block {
    display: block;
  }
  .tab_inline {
    display: inline;
  }
  .tab_hidden {
    display: none;
  }
}