@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

section > div[class$=Inner],
.headerInner,
.mainImgInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

section > div.narrow {
  max-width: 960px;
}

@media screen and (max-width:1024px) and (min-width:640px) {
  section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width:1025px) {
  section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:639px) {
  section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
section.section-fill {
  background: var(--clBGP);
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  section.section-fill {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width:1025px) {
  section.section-fill {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width:639px) {
  section.section-fill {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
section.section-fill-BGP {
  background-color: var(--clBGP);
}
section.section-fill-BGS {
  background-color: var(--clBGS);
}
section.section-fill-BGG {
  background-color: var(--clBGG);
}
section.section-fill-clP {
  background-color: var(--clP);
}
section .narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: var(--clText);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 170%;
  margin: 0;
  background-color: var(--clBG);
  overflow-x: hidden;
}
@media screen and (max-width:639px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (min-width:640px) {
  html,
  body {
    font-size: 15.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  html,
  body {
    font-size: 16.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  html,
  body {
    font-size: 17px;
  }
}

body * {
  box-sizing: border-box;
}

h1 {
  margin-bottom: 0;
}

::-moz-selection {
  background: #efefef;
}

::selection {
  background: #efefef;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:639px) {
  small {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  small {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  small {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  small {
    font-size: 14px;
  }
}

.header,
section,
.mainImg {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .header,
  section,
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header,
  section,
  .mainImg {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.header {
  /* ── 左カラム ───────────────── */
  /* ── 右カラム ───────────────── */
  /* ── 2段目ナビ ───────────────── */
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .header {
    padding-block: 14px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .header {
    padding-block: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .header {
    padding-block: 15.3333333333px;
  }
}
@media screen and (min-width:1025px) and (min-width:1400px) {
  .header {
    padding-block: 16px;
  }
}
@media screen and (max-width:1024px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width:639px) {
  .header {
    height: 72px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .header {
    height: 90px;
  }
}
.headerInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (max-width:1024px) {
  .headerInner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.headerLeft {
  display: flex;
  align-items: center;
  gap: 32px;
}
.headerLeft .branding {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .headerLeft .branding {
    padding-right: 21px;
  }
}
@media screen and (min-width:640px) {
  .headerLeft .branding {
    padding-right: 22px;
  }
}
@media screen and (min-width:1025px) {
  .headerLeft .branding {
    padding-right: 23px;
  }
}
@media screen and (min-width:1400px) {
  .headerLeft .branding {
    padding-right: 24px;
  }
}
@media screen and (min-width:1025px) {
  .headerLeft .branding {
    border-right: 1px solid var(--clBD);
  }
}
.headerLeft .branding .catch {
  color: var(--clTextW);
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width:639px) {
  .headerLeft .branding .catch {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .headerLeft .branding .catch {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .headerLeft .branding .catch {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .headerLeft .branding .catch {
    font-size: 12px;
  }
}
@media screen and (max-width:639px) {
  .headerLeft .branding .catch {
    margin-bottom: 2px;
  }
}
.headerLeft .branding .site-logo {
  width: 250px;
}
.headerLeft .btn-tel {
  flex: 1 1 auto;
}
@media screen and (max-width:1024px) {
  .headerLeft .btn-tel {
    display: none;
  }
}
.headerRight {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  flex-shrink: 0;
  /* 小さい赤リンク */
}
@media screen and (max-width:1024px) {
  .headerRight {
    display: none;
  }
}
.headerRight .sub-links {
  display: flex;
  gap: 12px;
}
.headerRight .sub-link {
  text-decoration: none;
  position: relative;
}
@media screen and (max-width:639px) {
  .headerRight .sub-link {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .headerRight .sub-link {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .headerRight .sub-link {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .headerRight .sub-link {
    font-size: 12px;
  }
}
.headerRight .sub-link::before {
  content: url(../../assets/img/cmn/ico_arrow_clp_small_on.svg);
  display: inline-block;
  margin-right: 4px;
  top: 1.5px;
  position: relative;
}
.headerRight .sub-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--clText);
}
.header .headerBottom {
  flex: 0 0 100%;
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .header .headerBottom {
    margin-top: 21px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .header .headerBottom {
    margin-top: 22px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .header .headerBottom {
    margin-top: 23px;
  }
}
@media screen and (min-width:1025px) and (min-width:1400px) {
  .header .headerBottom {
    margin-top: 24px;
  }
}
@media screen and (min-width:1025px) {
  .header .headerBottom .gnav .nav-list .menu-sp {
    display: none;
  }
}

/* ハンバーガーボタンはモバイル用 */
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.footer-section {
  font-size: 14px;
}
.footer-section .footer-top {
  background: var(--clBGP);
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .footer-section .footer-top {
    padding-block: 41px;
  }
}
@media screen and (min-width:640px) {
  .footer-section .footer-top {
    padding-block: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section .footer-top {
    padding-block: 45.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section .footer-top {
    padding-block: 48px;
  }
}
@media screen and (min-width:640px) {
  .footer-section .footer-top {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section .footer-top {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer-section .footer-bottom {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .footer-section .footer-bottom {
    padding-block: 34px;
  }
}
@media screen and (min-width:640px) {
  .footer-section .footer-bottom {
    padding-block: 36px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section .footer-bottom {
    padding-block: 38px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section .footer-bottom {
    padding-block: 40px;
  }
}
@media screen and (min-width:640px) {
  .footer-section .footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer-section .footerInner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.footer-section__top {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .footer-section__top {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__top {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__top {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__top {
    margin-bottom: 48px;
  }
}
@media screen and (max-width:1024px) {
  .footer-section__top {
    align-items: center;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .footer-section__top {
    gap: 21px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footer-section__top {
    gap: 22px;
  }
}
@media screen and (max-width:1024px) and (min-width:1025px) {
  .footer-section__top {
    gap: 23px;
  }
}
@media screen and (max-width:1024px) and (min-width:1400px) {
  .footer-section__top {
    gap: 24px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-section__info {
  flex: 1;
}
@media screen and (max-width:1024px) {
  .footer-section__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-section__logo img {
  display: block;
  max-width: 250px;
  height: auto;
}
@media screen and (max-width:639px) {
  .footer-section__logo img {
    margin-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__logo img {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__logo img {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__logo img {
    margin-bottom: 16px;
  }
}
.footer-section__logo p {
  color: var(--clTextW);
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width:639px) {
  .footer-section__logo p {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__logo p {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__logo p {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__logo p {
    font-size: 12px;
  }
}
.footer-section__addr {
  line-height: 1.6;
}
@media screen and (max-width:639px) {
  .footer-section__addr {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__addr {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__addr {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__addr {
    font-size: 14px;
  }
}
@media screen and (max-width:639px) {
  .footer-section__addr {
    margin-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__addr {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__addr {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__addr {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .footer-section .btn {
    padding-block: 6px;
  }
}
@media screen and (min-width:640px) {
  .footer-section .btn {
    padding-block: 6.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section .btn {
    padding-block: 7.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section .btn {
    padding-block: 8px;
  }
}
@media screen and (max-width:639px) {
  .footer-section .btn {
    padding-inline: 14px;
  }
}
@media screen and (min-width:640px) {
  .footer-section .btn {
    padding-inline: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section .btn {
    padding-inline: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section .btn {
    padding-inline: 16px;
  }
}
@media screen and (max-width:639px) {
  .footer-section .btn {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .footer-section .btn {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section .btn {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section .btn {
    font-size: 14px;
  }
}
.footer-section__schedule {
  flex: 0 0 54%;
}
.footer-section .schedule-table {
  width: 100%;
}
.footer-section__map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 4px;
}
.footer-section .footer-section__gnav {
  background-color: #fff;
}
@media screen and (max-width:1024px) {
  .footer-section .footer-section__gnav {
    display: none;
  }
}
.footer-section .nav-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:639px) {
  .footer-section .nav-list {
    gap: 4px;
  }
}
@media screen and (min-width:640px) {
  .footer-section .nav-list {
    gap: 13.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section .nav-list {
    gap: 22.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section .nav-list {
    gap: 32px;
  }
}
.footer-section__topics {
  display: flex;
  gap: 12px;
}
@media screen and (max-width:639px) {
  .footer-section__topics {
    margin-block: 14px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__topics {
    margin-block: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__topics {
    margin-block: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__topics {
    margin-block: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footer-section__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-section__topics > * {
    width: calc((100% - calc(10px * 1)) / 2);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .footer-section__topics > * {
    width: 100%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .footer-section__topics {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .footer-section__topics {
    flex-direction: column;
  }
}
.footer-section__topics li {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .footer-section__topics li {
    flex: 1;
  }
}
.footer-section__topics a {
  display: inline-flex;
  line-height: 1.4;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .footer-section__topics a {
    padding-inline: 16px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__topics a {
    padding-inline: 18.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__topics a {
    padding-inline: 21.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__topics a {
    padding-inline: 24px;
  }
}
@media screen and (max-width:639px) {
  .footer-section__topics a {
    padding-block: 10px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__topics a {
    padding-block: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__topics a {
    padding-block: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__topics a {
    padding-block: 12px;
  }
}
@media screen and (max-width:639px) {
  .footer-section__topics a {
    padding-right: 40px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__topics a {
    padding-right: 40px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__topics a {
    padding-right: 40px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__topics a {
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .footer-section__topics a {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__topics a {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__topics a {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__topics a {
    font-size: 16px;
  }
}
.footer-section__topics a::after {
  content: url("../img/cmn/ico_arrow_clp_small_on.svg");
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .footer-section__topics a::after {
    right: 16px;
  }
}
.footer-section__submenu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:639px) {
  .footer-section__submenu {
    gap: 28px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__submenu {
    gap: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__submenu {
    gap: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__submenu {
    gap: 32px;
  }
}
@media screen and (max-width:639px) {
  .footer-section__submenu {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__submenu {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__submenu {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__submenu {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) {
  .footer-section__submenu {
    display: none;
  }
}
.footer-section .pill-links {
  display: none;
}
@media screen and (max-width:1024px) {
  .footer-section .pill-links {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .footer-section .pill-links {
    margin-top: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footer-section .pill-links {
    margin-top: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:1025px) {
  .footer-section .pill-links {
    margin-top: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:1400px) {
  .footer-section .pill-links {
    margin-top: 20px;
  }
}
@media screen and (max-width:1024px) {
  .footer-section .pill-links .pill-links_inner {
    background: var(--clBGS);
    padding: 16px 20px;
    border-radius: 4px;
  }
  .footer-section .pill-links .pill-links_inner .normal {
    font-size: 12px;
    text-decoration: underline;
    margin-right: 4px;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .footer-section .pill-links .pill {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footer-section .pill-links .pill {
    font-size: 13px;
  }
}
@media screen and (max-width:1024px) and (min-width:1025px) {
  .footer-section .pill-links .pill {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:1400px) {
  .footer-section .pill-links .pill {
    font-size: 15px;
  }
}
.footer-section__copy {
  display: block;
  text-align: center;
  font-size: 12px;
  color: var(--thema-clW, #FFF);
  background-color: var(--clText);
  line-height: 1.7;
}
@media screen and (max-width:639px) {
  .footer-section__copy {
    padding-block: 14px;
  }
}
@media screen and (min-width:640px) {
  .footer-section__copy {
    padding-block: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-section__copy {
    padding-block: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .footer-section__copy {
    padding-block: 16px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.gnav li:not(.tel-btn, .mail-btn) a {
  color: var(--clText);
}
@media screen and (max-width:1024px) {
  .gnav li a {
    color: var(--clText);
  }
}

@media screen and (max-width: 1024px) {
  .gnav .nav-list {
    background-color: #fff;
  }
  .gnav .nav-list li {
    border-top: 1px solid var(--clBD);
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav .nav-list li:last-child {
    border-bottom: 1px solid var(--clBD);
  }
  .gnav .nav-list li a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 17px;
  }
  .gnav .nav-list li a:after {
    content: url(../../assets/img/cmn/ico_arrow.svg);
  }
  .gnav .menu-sp {
    display: flex;
    flex-direction: column;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width:639px) {
  .gnav .menu-sp {
    margin-top: 21px;
  }
}
@media screen and (max-width: 1024px) and (min-width:640px) {
  .gnav .menu-sp {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) and (min-width:1025px) {
  .gnav .menu-sp {
    margin-top: 23px;
  }
}
@media screen and (max-width: 1024px) and (min-width:1400px) {
  .gnav .menu-sp {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav .menu-sp .conact-buttons {
    border-radius: 4px;
    display: flex;
    position: relative;
    bottom: auto;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width:1024px) and (min-width:640px) {
  .gnav .menu-sp .conact-buttons {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .gnav .menu-sp .conact-buttons .conact-buttons__right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4px;
  }
  .gnav .menu-sp .conact-buttons .conact-buttons__right > a {
    flex: 1;
    gap: 3px;
  }
  .gnav .menu-sp .conact-buttons .conact-buttons__right > a small {
    margin-left: 2px;
  }
  .gnav .menu-sp .menu-access {
    margin-bottom: 24px;
  }
  .gnav .menu-sp .menu-access iframe {
    width: 100%;
    height: 250px;
    border: 0;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) and (max-width:1024px) and (min-width:640px) {
  .gnav .menu-sp .menu-access iframe {
    height: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav .menu-sp .menu-access p {
    line-height: 1.5;
    font-size: 14px;
  }
  .gnav .menu-sp .small-links {
    display: none;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) and (max-width:1024px) {
  .gnav .menu-sp .small-links {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .gnav .menu-sp .small-links .small-links_inner {
    background: var(--clBGS);
    padding: 16px 20px;
    border-radius: 4px;
  }
  .gnav .menu-sp .pill-links {
    display: none;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) and (max-width:1024px) {
  .gnav .menu-sp .pill-links {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .gnav .menu-sp .pill-links .pill-links_inner {
    background: var(--clBGS);
    padding: 16px 20px;
    border-radius: 4px;
  }
  .gnav .menu-sp .pill-links .pill-links_inner .normal {
    font-size: 12px;
    text-decoration: underline;
    margin-right: 4px;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a {
    font-size: clamp(15px, 1.2307692308vw, 17px);
  }
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn).current a {
    color: var(--clP);
    font-weight: 600;
    position: relative;
  }
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn).current a:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    background-color: var(--clP);
    bottom: -4px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .gnav ul.nav-list li[class*=gnav-btn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .gnav ul.nav-list li[class*=gnav-btn] a {
    color: #fff;
    background-color: var(--clA);
    padding: 10px 16px;
    gap: 10px;
  }
  .gnav ul.nav-list li[class*=gnav-btn][class*=fullheight] a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) {
  .gnav ul.nav-list li.tel-btn a {
    background: transparent;
  }
  .gnav ul.nav-list li.tel-btn a .number {
    display: none;
  }
  .gnav ul.nav-list li.tel-btn a .time {
    display: none;
  }
}

@media screen and (min-width:1025px) {
  .drop-menu-list {
    left: 0;
    top: 85%;
  }
  .drop-menu-item a {
    line-height: 1;
    background-color: var(--clPD);
    color: #fff;
    margin-bottom: 2px;
    padding: 12px 56px 12px 20px;
    height: auto;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .drop-menu-item a {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .drop-menu-item a {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .drop-menu-item a {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1025px) and (min-width:1400px) {
  .drop-menu-item a {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .drop-menu:hover .drop-menu-list {
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
  }
}
.gnav {
  top: 0;
  left: -100%;
  top: 0;
  left: -100%;
  left: 0;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1024px) {
  .gnav {
    position: fixed;
  }
}
@media screen and (max-width:1024px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav .nav-list ul {
    display: flex;
    justify-content: space-between;
  }
}
.gnav a {
  text-decoration: none;
}

.nav-toggle:checked ~ .gnav,
.gnav.open {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
  opacity: 1;
  overflow-y: scroll;
}

@media screen and (max-width:1024px) {
  .gnav {
    background: transparent;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
  }
  .gnav .nav-list {
    padding-top: 90px;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .gnav .nav-list {
    padding-top: 72px;
  }
}
@media screen and (max-width:1024px) {
  .gnav .nav-list li a {
    display: flex;
  }
  .gnav .nav-list li a:after {
    margin-left: auto;
  }
  .gnav .nav-list li ul li {
    padding-right: 0;
  }
}
@media screen and (max-width:1024px) and (max-width:1024px) {
  .gnav .nav-list li[class*=btn] img {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav .nav-list li:not(.btn-tel) {
    display: flex;
    align-items: center;
  }
  .gnav .nav-list li:not(.btn-tel) a {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .drop-menu {
    position: relative;
    z-index: 9999;
  }
  .drop-menu-list {
    background-color: transparent;
    position: absolute;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 9999;
  }
  .drop-menu-item {
    margin-left: 0;
  }
  .drop-menu-item a {
    justify-content: flex-start;
    flex-direction: row;
    height: auto;
  }
  .drop-menu-item a:hover:not(.btn) {
    opacity: 1;
    filter: brightness(115%);
  }
}
@media screen and (max-width:1024px) {
  .nav-list li.btn-tel a span.icon, .nav-list li.btn-tel a .btn-burger span.icon:after, .btn-burger .nav-list li.btn-tel a span.icon:after, .nav-list li.btn-tel a .btn-burger span.icon:before, .btn-burger .nav-list li.btn-tel a span.icon:before {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .nav-list li.btn-tel a span {
    display: none;
  }
}
.nav-list li.btn-tel a span.sp {
  display: none;
}
@media screen and (max-width:1024px) {
  .nav-list li.btn-tel a span.sp {
    display: flex;
  }
}

.btn-burger {
  background-color: var(--clBGG);
  cursor: pointer;
  display: block;
  width: 72px;
  height: 72px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  transition: 0.2s ease-out;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .btn-burger {
    width: 90px;
    height: 90px;
  }
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  background-color: var(--clP);
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 9px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -9px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  transform: rotate(-45deg);
  top: 0;
  background-color: var(--clP);
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  transform: rotate(45deg);
  top: 0;
  background-color: var(--clP);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

:root {
  --button-bg: #ffffff88;
  --button-color: var(--clText);
  --button-border-color: var(--clBDD);
  --button-padding: 8px 18px;
  --button-border-radius: 2px;
  --button-font-size: 16px;
  --button-border-width: 1px;
  --icon-spacing: 8px;
  --icon-url: url("../img/cmn/ico_arrow_clp_medium_on.svg");
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-bg);
  color: var(--button-color);
  padding: var(--button-padding);
  border: var(--button-border-width) solid #bbb;
  border-radius: var(--button-border-radius);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: var(--button-font-size);
  box-sizing: border-box;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  line-height: 1;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.75;
}
.btn::before {
  content: var(--icon-url);
  display: inline-block;
  margin-right: var(--icon-spacing);
}
.btn.btn-back::after {
  display: none;
}
.btn.btn-back::before {
  content: var(--icon-url);
  display: inline-block;
  margin-right: var(--icon-spacing);
  transform: scaleX(-1);
}
.btn.btn-filled {
  background-color: var(--button-border-color);
  color: var(--clW);
}
.btn.btn-filled::after, .btn.btn-filled.btn-back::before {
  filter: contrast(0%) brightness(1000%);
}
.btn.btn-filled:hover {
  color: var(--clW);
}
.btn:hover {
  color: inherit;
}

.btn-small {
  --button-padding: 5px 10px;
  --button-font-size: 14px;
  --icon-spacing: 4px;
}

.btn-large {
  --button-padding: 15px 30px;
  --button-font-size: 18px;
  --icon-spacing: 10px;
}

.btn-clP {
  --button-border-color: #bbbbbb;
  --button-color: var(--clP);
  --icon-url: url("../img/cmn/ico_arrow_clp.svg");
}
.btn-clP:hover {
  color: var(--clP);
}

.btn-clS {
  --button-border-color: var(--clS);
  --button-color: var(--clS);
  --icon-url: url("../img/cmn/ico_arrow_cls.svg");
}
.btn-clS:hover {
  color: var(--clS);
}

.btn-clA {
  --button-border-color: var(--clA);
  --button-color: var(--clA);
  --icon-url: url("../img/cmn/ico_arrow_cla.svg");
}
.btn-clA:hover {
  color: var(--clA);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

h2,
h3,
h4 {
  line-height: 140%;
  font-weight: 600;
}

.heading01 {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  letter-spacing: 0.08em;
  gap: 16px;
}
@media screen and (max-width:639px) {
  .heading01 {
    font-size: 25px;
  }
}
@media screen and (min-width:640px) {
  .heading01 {
    font-size: 27.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .heading01 {
    font-size: 29.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .heading01 {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .heading01 {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .heading01 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .heading01 {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .heading01 {
    margin-bottom: 40px;
  }
}
.heading01:after {
  content: "";
  display: block;
  background: var(--clP);
  width: 80px;
  height: 1px;
}
.heading01 .accent {
  font-size: 125%;
  color: var(--clP);
}
.heading01-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.heading01-vertical:before {
  content: url(https://placehold.jp/40x40.png);
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (min-width:1025px) {
  .heading01-vertical {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: auto;
    writing-mode: vertical-rl;
    line-height: 1;
  }
}
.heading01-vertical span {
  display: block;
}
.heading01-vertical small {
  display: block;
}

.heading02 {
  color: var(--clP);
  text-align: center;
}
@media screen and (max-width:639px) {
  .heading02 {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .heading02 {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .heading02 {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .heading02 {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .heading02 {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .heading02 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .heading02 {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .heading02 {
    margin-bottom: 40px;
  }
}

h3 {
  letter-spacing: 0.08em;
  line-height: 130%;
}

.heading03 {
  color: var(--clP);
  text-align: center;
}
@media screen and (max-width:639px) {
  .heading03 {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .heading03 {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .heading03 {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .heading03 {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .heading03 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .heading03 {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .heading03 {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .heading03 {
    margin-bottom: 32px;
  }
}

.small-links {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.small-links .small-links__item {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .small-links .small-links__item {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .small-links .small-links__item {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .small-links .small-links__item {
    font-size: 11.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .small-links .small-links__item {
    font-size: 12px;
  }
}

.pill-links {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.pill-links .pill {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid currentColor;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width:639px) {
  .pill-links .pill {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .pill-links .pill {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .pill-links .pill {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .pill-links .pill {
    font-size: 14px;
  }
}
@media screen and (max-width:639px) {
  .pill-links .pill {
    padding-inline: 14px;
  }
}
@media screen and (min-width:640px) {
  .pill-links .pill {
    padding-inline: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .pill-links .pill {
    padding-inline: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .pill-links .pill {
    padding-inline: 16px;
  }
}
@media screen and (max-width:639px) {
  .pill-links .pill {
    padding-block: 4px;
  }
}
@media screen and (min-width:640px) {
  .pill-links .pill {
    padding-block: 5.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .pill-links .pill {
    padding-block: 6.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .pill-links .pill {
    padding-block: 8px;
  }
}
.pill-links .pill:after {
  content: url(../../assets/img/cmn/ico_external.svg);
  margin-left: 4px;
}
.pill-links .pill--cyan {
  color: #4BABB0;
  border-color: #4BABB0;
}
.pill-links .pill--purple {
  color: #7651BB;
  border-color: #7651BB;
}

.cta__button-list {
  display: flex;
  gap: 4px;
}
@media screen and (max-width:1024px) {
  .cta__button-list {
    display: grid;
    gap: 8px;
    justify-content: center;
    grid-template-columns: max-content max-content;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .cta__button-list {
    transform: scale(1.55);
    margin-top: 32px;
  }
}
@media screen and (max-width:639px) and (min-width:480px) {
  .cta__button-list {
    transform: scale(1.4);
    margin-top: 16px;
  }
}
.cta__button-list .btn-tel {
  margin-right: 8px;
}
@media screen and (max-width:1024px) {
  .cta__button-list .btn-tel {
    /* 1行目の1番め */
  }
  .cta__button-list .btn-tel:nth-child(1) {
    grid-column: 1/span 2;
    /* セル内も中央に */
    justify-self: center;
  }
}
.cta__button-list .btn-web,
.cta__button-list .btn-line {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  border: 1px solid currentColor;
  border-radius: 2px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    padding-inline: 14px;
  }
}
@media screen and (min-width:640px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    padding-inline: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    padding-inline: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    padding-inline: 16px;
  }
}
@media screen and (max-width:639px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    padding-block: 10px;
  }
}
@media screen and (min-width:640px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    padding-block: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    padding-block: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    padding-block: 12px;
  }
}
@media screen and (max-width:639px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .cta__button-list .btn-web,
  .cta__button-list .btn-line {
    font-size: 16px;
  }
}
.cta__button-list .btn-web.btn-web,
.cta__button-list .btn-line.btn-web {
  background-color: #fff;
  color: var(--clA);
}
.cta__button-list .btn-web.btn-web::before,
.cta__button-list .btn-line.btn-web::before {
  content: url(../img/cmn/ico_calendar_cla.svg);
}
.cta__button-list .btn-web.btn-line,
.cta__button-list .btn-line.btn-line {
  color: #00b900;
  background-color: #fff;
}
.cta__button-list .btn-web.btn-line::before,
.cta__button-list .btn-line.btn-line::before {
  content: url(../img/cmn/ico_calendar_clline.svg);
}

.data-table-wrap .data-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.data-table-wrap .data-table th,
.data-table-wrap .data-table td {
  padding: 8px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
}
.data-table-wrap .data-table thead th {
  background: #878787;
  color: #fff;
  border-top: none;
}
@media screen and (max-width:639px) {
  .data-table-wrap .data-table thead th {
    font-size: 12px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .data-table thead th {
    font-size: 12.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .data-table thead th {
    font-size: 13.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .data-table thead th {
    font-size: 14px;
  }
}
@media screen and (max-width:639px) {
  .data-table-wrap .data-table thead th {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .data-table-wrap .data-table thead th:last-child {
    letter-spacing: -0.15em;
    padding-left: 0;
    white-space: nowrap;
  }
}
.data-table-wrap .data-table tbody th {
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .data-table-wrap .data-table tbody th {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .data-table tbody th {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .data-table tbody th {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .data-table tbody th {
    font-size: 14px;
  }
}
.data-table-wrap .data-table tbody td {
  width: 10.5%;
}
@media screen and (max-width:639px) {
  .data-table-wrap .data-table tbody td {
    width: 9%;
  }
  .data-table-wrap .data-table tbody td:last-child {
    width: 3.5em;
    padding-left: 0;
    padding-right: 4px;
  }
  .data-table-wrap .data-table tbody td,
  .data-table-wrap .data-table tbody th {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.data-table-wrap .data-table__legend {
  margin-top: 8px;
  background: #fff;
  border: 1px solid #EFEFEF;
}
@media screen and (max-width:639px) {
  .data-table-wrap .data-table__legend {
    padding-inline: 18px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .data-table__legend {
    padding-inline: 22.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .data-table__legend {
    padding-inline: 27.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .data-table__legend {
    padding-inline: 32px;
  }
}
@media screen and (max-width:639px) {
  .data-table-wrap .data-table__legend {
    padding-block: 14px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .data-table__legend {
    padding-block: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .data-table__legend {
    padding-block: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .data-table__legend {
    padding-block: 16px;
  }
}
@media screen and (max-width:639px) {
  .data-table-wrap .data-table__legend {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .data-table__legend {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .data-table__legend {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .data-table__legend {
    font-size: 14px;
  }
}
.data-table-wrap .legend-text {
  font-weight: 600;
}
.data-table-wrap .legend-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 8px;
}
@media screen and (max-width:639px) {
  .data-table-wrap .legend-list {
    margin-top: 16px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .legend-list {
    margin-top: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .legend-list {
    margin-top: 17.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .legend-list {
    margin-top: 18px;
  }
}
.data-table-wrap .legend-list__item {
  display: flex;
  align-items: center;
}
.data-table-wrap .legend-list .mark {
  margin-right: 4px;
}
@media screen and (max-width:639px) {
  .data-table-wrap .legend-list__text {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .legend-list__text {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .legend-list__text {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .legend-list__text {
    font-size: 14px;
  }
}
.data-table-wrap .legend-list__text small {
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .data-table-wrap .legend-list__text small {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .legend-list__text small {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .legend-list__text small {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .legend-list__text small {
    font-size: 12px;
  }
}
.data-table-wrap .mark {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .data-table-wrap .mark {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .data-table-wrap .mark {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .data-table-wrap .mark {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .data-table-wrap .mark {
    font-size: 16px;
  }
}
.data-table-wrap .mark--open {
  color: var(--clP);
}
.data-table-wrap .mark--reserve {
  color: var(--clP);
}
.data-table-wrap .mark--closed {
  color: #A1A1A1;
}

.breadcrumb {
  border-bottom: 1px solid var(--clBDW);
}
@media screen and (max-width:639px) {
  .breadcrumb {
    padding-block: 10px;
  }
}
@media screen and (min-width:640px) {
  .breadcrumb {
    padding-block: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .breadcrumb {
    padding-block: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .breadcrumb {
    padding-block: 12px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:639px) {
  .breadcrumb__list {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .breadcrumb__list {
    font-size: 11.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .breadcrumb__list {
    font-size: 12.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .breadcrumb__list {
    font-size: 13px;
  }
}
.breadcrumb__item {
  line-height: 1;
}
.breadcrumb__item a {
  text-decoration: none;
  color: #e50012;
  text-decoration: underline;
  line-height: 1;
}
.breadcrumb__item:last-child a {
  color: var(--clText);
  text-decoration: none;
}
.breadcrumb__item:not(:last-child):after {
  content: url(../img/cmn/ico_breadcrumb.svg);
}
@media screen and (max-width:639px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 10px;
  }
}
@media screen and (min-width:640px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 12px;
  }
}
.breadcrumb__item.is-current {
  pointer-events: none;
}
.breadcrumb__item.is-current a {
  color: #404040;
  text-decoration: none;
}
.conact-buttons {
  display: flex;
  position: fixed;
  transition: opacity 0.4s ease;
  gap: 4px;
  z-index: 98;
}
@media screen and (max-width:639px) {
  .conact-buttons {
    width: 100%;
    bottom: 0;
    background-color: #f7f7f7;
    align-items: center;
    padding: 12px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons {
    flex-direction: column;
    right: 0;
    bottom: 20vh;
    width: 48px;
  }
}
@media screen and (min-width:640px) and (min-width:1025px) {
  .conact-buttons {
    width: 64px;
    top: 18vh;
    bottom: auto;
  }
}
.conact-buttons .conact-buttons__left {
  flex: 1;
}
@media screen and (min-width:640px) {
  .conact-buttons .conact-buttons__left {
    display: none;
  }
}
.conact-buttons .conact-buttons__left a {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.conact-buttons .conact-buttons__left a .ttl {
  font-size: 12px;
  line-height: 1.2;
}
.conact-buttons .conact-buttons__left a .number {
  font-size: 22px;
  white-space: nowrap;
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / (639 - 375), 24px);
}
.conact-buttons .conact-buttons__left a .number:before {
  content: url(../img/cmn/ico_tel_cls.svg);
  display: inline-block;
  margin-right: 6px;
}
.conact-buttons .conact-buttons__left a .caption {
  color: var(--clTextW);
  font-size: 10px;
  text-align: center;
}
.conact-buttons .conact-buttons__right {
  flex: 1;
  gap: 4px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .conact-buttons .conact-buttons__right {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
}
.conact-buttons .button {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.conact-buttons .button:hover {
  text-decoration: none;
}
@media screen and (max-width:639px) {
  .conact-buttons .button {
    flex-basis: 33.3%;
    line-height: 1.2;
    text-align: center;
    font-size: clamp(14.5px, 14.5px + (16 - 14.5) * (100vw - 375px) / (639 - 375), 16px);
    font-weight: 600;
    padding: 12px 4px;
    border-radius: 3px;
    white-space: nowrap;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons .button {
    padding: 19px 0;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (min-width:1025px) {
  .conact-buttons .button {
    padding: 19px;
    font-size: 20px;
  }
}
.conact-buttons .button-web {
  background-color: var(--clA);
}
@media screen and (max-width:639px) {
  .conact-buttons .button-web {
    background: var(--thema-clCVgrad, linear-gradient(180deg, #0053C7 0%, #004AB2 100%));
    box-shadow: 0px 4px 0px 0px #6D9BDA;
  }
}
.conact-buttons .button-line {
  background-color: #19b902;
}
@media screen and (max-width:639px) {
  .conact-buttons .button-line {
    background: var(--thema-clLINEgrad, linear-gradient(180deg, #19B902 0%, #15A900 100%));
    box-shadow: 0px 4px 0px 0px #74D366;
  }
}
.conact-buttons .button-line small {
  background-color: #fff;
  color: #19b902;
  border-radius: 100px;
}
@media screen and (max-width:639px) {
  .conact-buttons .button-line small {
    font-size: 10px;
    padding: 0 4px;
    margin-left: 4px;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons .button-line small {
    padding: 7px 0;
    margin-top: 8px;
  }
}
.conact-buttons .button-tel {
  color: var(--clText);
}
@media screen and (min-width:640px) {
  .conact-buttons .button-tel {
    display: none;
  }
}

.btn-tel {
  list-style-type: none;
}
.btn-tel__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
  color: var(--clA);
  position: relative;
  top: -2px;
}
.btn-tel__label {
  color: #fff;
  background: var(--clA);
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}
@media screen and (max-width:639px) {
  .btn-tel__label {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .btn-tel__label {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .btn-tel__label {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .btn-tel__label {
    font-size: 12px;
  }
}
.btn-tel__contact {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.btn-tel__icon {
  flex-shrink: 0;
}
.btn-tel__details {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  align-items: flex-end;
  gap: 4px;
}
.btn-tel__number {
  font-weight: 600;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .btn-tel__number {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .btn-tel__number {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .btn-tel__number {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .btn-tel__number {
    font-size: 24px;
  }
}
.btn-tel__number::before {
  content: url(../img/cmn/ico_mobile.svg);
  position: relative;
  top: 1px;
}
.btn-tel__time {
  color: var(--clAW);
}
@media screen and (max-width:639px) {
  .btn-tel__time {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .btn-tel__time {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .btn-tel__time {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .btn-tel__time {
    font-size: 12px;
  }
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: var(--clP);
  color: var(--clW);
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: var(--clBGP);
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding: 12px 5px;
  }
}
@media screen and (max-width:639px) {
  .table-style td,
  .table-style th {
    display: block;
    width: 100%;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

ul.listNormal {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.listNormal li {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background-color: var(--clText);
  flex-shrink: 0;
  position: relative;
  top: 0.8em;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .flex-between {
    flex-direction: column;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
  }
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: var(--clText);
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover:not(.btn) {
  opacity: 0.8;
}
a:hover:not(.btn) img {
  opacity: 0.8;
}

a.link-text {
  color: var(--clP);
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--clP);
  border-right: 2px solid var(--clP);
  transform: rotate(45deg);
}

.tab-area {
  display: flex;
  cursor: pointer;
}

.tab {
  width: 33.3333333333%;
  padding: 5px;
  text-align: center;
}

.tab.active {
  background-color: var(--clP);
  color: #fff;
}

.tab-panel {
  display: none;
  text-align: center;
}

.tab-panel.active {
  display: block;
}

.note {
  background: #eee;
  padding: 0 40px;
  border-radius: 20px;
  font-size: 13px;
  color: #888;
  max-height: 300px;
  text-align: center;
}

.attention {
  color: #b54444;
  border: 2px dotted #b54444;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.bg-s {
  background-color: var(--clS);
}

.bg-w {
  background-color: #fff;
}

br.sp {
  display: none;
}
@media screen and (max-width:639px) {
  br.sp {
    display: block;
  }
}

br.tb {
  display: none;
}
@media screen and (max-width:1024px) {
  br.tb {
    display: block;
  }
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtArea {
  margin-bottom: 64px;
}
.txtArea > :last-child {
  margin-bottom: 0;
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #fff492 60%);
  font-weight: 600;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: var(--clText);
}

span.nowrap {
  white-space: nowrap;
}

a.link {
  color: var(--clTextL);
  text-decoration: underline;
}

.contents a[target=_blank]::after {
  content: url(../img/cmn/ico_external.svg);
  margin-left: 6px;
}

/*---------------------------------------
layout
---------------------------------------*/
.flex-between {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

section .narrow {
  max-width: 780px;
}

.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: var(--clW);
  padding: 24px;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: var(--clW);
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #404040;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:1025px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:1025px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */