@charset "UTF-8";

/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #333;
  font-size: 3.846vw;
  /* font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, メイリオ, Meiryo, Osaka, sans-serif; */
  -webkit-text-size-adjust: 100%;
}


.is_pc {
  display: none;
}

/* .point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
} */


:root {
  --blue: #004D9E;
  --AGENT_RED: #D10042;
}

/*///////////////////////////////////////////////////
//
//            ▼ 共通 ▼
//
///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////
//
//            ▼ ナビ ▼
//
///////////////////////////////////////////////////*/
#header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  display: flex;
  flex-direction: column;
  height: 84px !important;
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, メイリオ, Meiryo, Osaka, sans-serif;
}

.c-header__top-message {
  order: 1;
  padding: 0 10px;
  height: 24px;
  background: #002F7E;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.c-header__top-message span {
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
}

.c-header__wrap {
  position: fixed;
  width: 100%;
  height: calc(100vh - 84px);
  top: 84px;
  right: -100%;
  padding: 32px 16px;
  background: #fff;
  z-index: 500;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  display: flex;
  transition: 0.5s ease;
}

.c-header__wrap.active {
  right: 0%;
}

.c-header__center {
  display: contents;
}

.c-header__center-box {
  display: contents;
}

.c-header__center__mail {
  margin-top: 24px;
  padding: 10px 22px;
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: var(--AGENT_RED, #D10042);
  box-shadow: 4px 4px 10px 0px #E5EEF6;
}

.c-header__center__mail span {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  /* 17px */
  letter-spacing: 0.8px;
}

.c-header__center__mail svg:first-child {
  width: 26px;
  height: 26px;
}

.c-header__center__tel {
  margin-top: 10px;
  display: flex;
  height: 66px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 38px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #004D9E;
  box-shadow: 4px 4px 10px 0px #E5EEF6;
}

.c-header__center__tel svg path {
  fill: #fff;
}

.c-header__center__tel svg:first-child {
  width: 22px;
  height: 22px;
}

.c-header__center__tel-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.c-header__center__tel-number {
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
  letter-spacing: 0.8px;
}

.c-header__center__tel-hours {
  margin-top: 2px;
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  text-wrap: nowrap;
  /* 11px */
  letter-spacing: 0.8px;
}

.c-header__center__nav {
  order: 1;
  width: 100%;
}

.c-header__center__nav-list {
  width: 100%;
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #002F7E;
}

.c-header__center__nav-item {
  position: relative;
  width: 100%;
}

.c-header__center__nav-item:last-of-type .c-header__center__link-button {
  border-bottom: none;
}

.c-header__center__link-button {
  position: relative;
  width: 100%;
  padding: 12px 0;
  color: #002F7E;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.8px;
  border-bottom: 1px solid #002F7E;
}

.c-header__center__link-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
  background: #002F7E;
  width: 12.5px;
  height: 1.5px;
}

.c-header__center__link-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-7px, -50%);
  background: #002F7E;
  width: 1.5px;
  height: 12px;
  transition: opacity 0.3s;
}

.c-header__center__link-button.is-open::after {
  opacity: 0;
}

.c-header__center__submenu {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.c-header__center__submenu {
  display: block;
  max-height: 0;
  /* 初期状態では高さを0に */
  overflow: hidden;
  /* はみ出さないように */
  transition: margin-top 0.5s ease, max-height 0.5s ease;
  /* max-heightとopacityをトランジション */
}

.c-header__center__submenu.is-open {
  margin-top: 12px;
  opacity: 1;
  max-height: 1000px;
  /* 高さを十分に大きく設定、コンテンツが伸びる分 */
}

.c-header__center__submenu-item:nth-of-type(2) a {
  border-bottom: none;
}

.c-header__center__submenu-item:nth-of-type(2) a span {
  font-size: 13px;
  z-index: 1;
  background: linear-gradient(transparent 54%, #FFC000 54.1%, #FFC000 79%, transparent 79.1%);
  display: inline;
}

.c-header__center__submenu-label {
  padding: 6px 0px;
  color: #002F7E;
  font-size: 13px;
  font-weight: 700;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: 0.8px;
}

.c-header__center__submenu-label span {
  z-index: 1;
  background: linear-gradient(transparent 60%, #FFC000 61%, #FFC000 90%, transparent 91%);
  display: inline;
}

.c-header__center__submenu-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.c-header__center__submenu-link-item {
  margin-bottom: 8px;
}
.c-header__center__submenu-link-item:nth-of-type(1) {
  order: 1;
}
.c-header__center__submenu-link-item:nth-of-type(2) {
  order: 3;
}
.c-header__center__submenu-link-item:nth-of-type(3) {
  order: 2;
}

.c-header__center__submenu-link-item a {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #002F7E;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #002F7E;
}

.c-header__center__submenu-link-item a span {
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
}

.c-header__center__submenu-link-item a svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.c-header__center__submenu-link-item a svg path {
  fill: #002F7E;
}

.c-header__center__mail {
  order: 3;
}

.c-header__center__tel {
  order: 4;
}

.c-header__bottom {
  margin-top: 12px;
  order: 2;
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}

.c-header__bottom-nav {
  width: 100%;
}

.c-header__bottom-list {
  width: 100%;
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #002F7E;
}

.c-header__bottom-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.c-header__bottom-item:last-of-type .c-header__bottom-button {
  border-bottom: none;
}

.c-header__bottom-button {
  position: relative;
  width: 100%;
  padding: 12px 0;
  color: #002F7E;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #002F7E;
}

.c-header__menu {
  padding: 10px;
  height: 60px;
  order: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__menu-logo {
  display: inline-flex;
}

.c-header__menu-logo img {
  width: 219px;
  height: 16.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-header__menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  width: 44px;
}

.c-header__menu-wrap span {
  display: block;
  color: #333;
  text-align: center;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
}

.c-header__menu-open {
  width: 30px;
  height: 20px;
  position: relative;
}

.c-header__menu-open span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #002F7E;
  width: 100%;
  height: 2px;
  transition: 0.3s;
}

.c-header__menu-open span:nth-of-type(1) {
  transform: translate(-50%, -50%) translateY(8px);
}

.c-header__menu-open span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}

.c-header__menu-open span:nth-of-type(3) {
  transform: translate(-50%, -50%) translateY(-8px);
}

.c-header__menu-open.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-header__menu-open.active span:nth-of-type(2) {
  opacity: 0;
}

.c-header__menu-open.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-header__wrap .c-ctaBtnWrap{
  order: 3;
  margin-top: 24px;
}

/*# sourceMappingURL=smart.css.map */