@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --f-noto: 'Noto Sans JP', serif;
  --f-mincho: 'Noto Serif JP','游明朝体', 'Yu Mincho', sans-serif;
  --f-overpass: "Overpass", sans-serif;
  --f-zenmaru: "Zen Maru Gothic", sans-serif;
  --cl-base: #1666a1;
  --cl-light: #eff7f9;
  --cl-bg01: #a2d8f0;
  --cl-base-text: #1b2426;
  --cl-line01: #dae5e7;
  --cl-em: #e62b2b;
  --cl-link: #1666a1;
  --cl-hov01: #40c0de;
}

/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 639px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 639px) {
  .tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}
/*PCとSP*/
@media screen and (max-width: 1025px) and (min-width: 640px) {
  .pcsp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    text-decoration: underline;
    color: var(--cl-link) !important;
  }
}

/*
@acab/reset.css+A (more) Modern CSS Reset
https://coliss.com/articles/build-websites/operation/css/a-more-modern-css-reset.html
https://coliss.com/articles/build-websites/operation/css/acab-reset-css.html
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 62.5%;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP"), local("Noto Sans CJK JP Regular");
}
/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: "Local Noto Sans JP", "Noto Sans JP", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 1.6rem;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  color: var(--cl-base-text);
  letter-spacing: 0.02em;
  background-color: #fff;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: var(--cl-link);
  text-decoration: underline;
}
a:not([class]):hover {
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  box-sizing: border-box;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(ul, ol) {
  list-style: none;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
  text-decoration: none;
  color: var(--cl-link);
}
:where(a):hover {
  color: var(--cl-base);
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 1px solid var(--cl-base);
  box-shadow: 0 0 0 1px var(--cl-base);
  outline-offset: 1px;
}

:where(iframe:focus-visible) {
  outline: 0px solid var(--cl-base);
  box-shadow: 0 0 0 0px var(--cl-base);
  outline-offset: 0px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@page {
  size: A4;
  margin: 5mm;
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -ms-transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

.al-center {
  text-align: center;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 639px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 639px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 639px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 639px) {
  .mb35 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 1024px) {
  .mb45 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb45 {
    margin-bottom: 25px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb100 {
    margin-bottom: 40px !important;
  }
}

.mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 639px) {
  .mb110 {
    margin-bottom: 60px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 639px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mt05 {
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  .mt05 {
    margin-top: 5px !important;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 639px) {
  .mt10 {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.ml-05 {
  margin-left: -0.5em;
}

.ml-02 {
  margin-left: -0.2em;
}

.mr-02 {
  margin-right: -0.2em;
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header-wrap {
  position: relative;
}
.header-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-color: var(--cl-light);
  width: 100%;
  height: calc(100% - 40px);
  z-index: -1;
}
@media print, screen and (max-width: 1300px) {
  .header-wrap::before {
    height: calc(100% - 20px);
  }
}

.header {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  padding-right: calc(310px + 2.6vw);
  gap: 20px;
  background-color: var(--cl-light);
  transition: 0.3s;
}
@media print, screen and (max-width: 1400px) {
  .header {
    grid-template-columns: 260px 1fr;
    padding-right: calc(260px + 2.6vw);
  }
}
@media print, screen and (max-width: 1300px) {
  .header {
    grid-template-columns: 220px 1fr;
    padding-right: calc(200px + 2.6vw);
  }
}
@media screen and (max-width: 1024px) {
  .header {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 2;
  }
}
.header.top {
  background-color: transparent;
}
@media screen and (max-width: 639px) {
  .header.top {
    background-color: #fff !important;
  }
}
.header.top::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/top/main-bg.png);
  background-size: contain;
  width: 22.134vw;
  height: 24.53125vw;
  z-index: -1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 639px) {
  .header.top::before {
    display: none;
  }
}
.header.scroll-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  height: 90px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header.scroll-nav {
    height: 80px;
  }
}
@media screen and (max-width: 639px) {
  .header.scroll-nav {
    height: 65px;
  }
}
.header.scroll-nav.top::before {
  display: none;
}

.sitelogo {
  width: 280px;
  padding: 28px 0px 0 28px;
}
@media print, screen and (max-width: 1400px) {
  .sitelogo {
    width: 260px;
    padding: 20px 0px 0 20px;
  }
}
@media print, screen and (max-width: 1300px) {
  .sitelogo {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .sitelogo {
    width: 260px;
  }
}
@media screen and (max-width: 639px) {
  .sitelogo {
    padding: 16px 0px 0 10px;
    width: 220px;
  }
}
.sitelogo.top {
  position: absolute;
  width: 12.55vw;
  top: 30px;
  left: 3.11vw;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .sitelogo.top {
    width: 18vw;
    top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .sitelogo.top {
    width: 220px;
    top: 15px;
    left: 10px;
  }
}
.sitelogo.top img {
  width: 100%;
}
.sitelogo.top .scroll-logo {
  display: none;
}
.scroll-nav .sitelogo.top {
  top: 25px;
  left: 25px;
  width: 260px;
}
@media print, screen and (max-width: 1400px) {
  .scroll-nav .sitelogo.top {
    width: 240px;
  }
}
@media print, screen and (max-width: 1300px) {
  .scroll-nav .sitelogo.top {
    width: 220px;
  }
}
@media screen and (max-width: 639px) {
  .scroll-nav .sitelogo.top {
    top: 15px;
    left: 10px;
  }
}
.scroll-nav .sitelogo.top .main-logo {
  display: none;
}
.scroll-nav .sitelogo.top .scroll-logo {
  display: block;
}

.gnav {
  margin-top: 40px;
}
@media print, screen and (max-width: 1400px) {
  .gnav {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 1300px) {
  .gnav {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav {
    display: none;
  }
}
.scroll-nav .gnav {
  margin-top: 6px;
}

/* =====================================
   Gナビ本体
===================================== */
.gnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media print, screen and (max-width: 1300px) {
  .gnav-list {
    gap: 20px;
  }
}
.gnav-list__item {
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
.gnav-list__item .jp {
  display: block;
  margin-bottom: 8px;
  font-size: 1.7rem;
}
@media print, screen and (max-width: 1400px) {
  .gnav-list__item .jp {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1100px) {
  .gnav-list__item .jp {
    font-size: 1.4rem;
  }
}
.gnav-list__item .en {
  display: block;
  font-family: var(--f-overpass);
  font-weight: 400;
  font-size: 1.3rem;
  color: #87becb;
}
@media print, screen and (max-width: 1400px) {
  .gnav-list__item .en {
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 1100px) {
  .gnav-list__item .en {
    font-size: 1.1rem;
  }
}
.gnav-list__item > a {
  display: block;
  padding: 20px 0;
  color: var(--cl-base-text);
  text-decoration: none;
}
.gnav-list__item > a:hover {
  color: var(--cl-base);
}
.gnav-list__item > a:hover .en {
  color: var(--cl-base);
}

/* =====================================
   サブメニュー
===================================== */
.gnav-sub-list {
  list-style: none;
  margin: 0;
  padding: 20px;
  width: 240px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  z-index: 100;
}

/* ▼ 三角 */
.gnav-sub-list::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.gnav-sub-list::after {
  content: "";
  position: absolute;
  top: 0px;
  /* 元の位置 */
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 10px;
  background: #fff;
}

/* =====================================
   hoverで表示
===================================== */
.gnav-list__item:hover .gnav-sub-list {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

/* =====================================
   サブメニュー中身
===================================== */
.gnav-sub-list__item {
  position: relative;
}
.gnav-sub-list__item + .gnav-sub-list__item {
  border-top: 1px solid var(--cl-line01);
}
.gnav-sub-list__item a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  color: var(--cl-base-text);
}
.gnav-sub-list__item a:hover {
  color: var(--cl-base);
}
.gnav-sub-list__item a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.h-tel {
  max-width: 310px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media print, screen and (max-width: 1400px) {
  .h-tel {
    max-width: 260px;
  }
}
@media print, screen and (max-width: 1300px) {
  .h-tel {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .h-tel {
    max-width: auto;
    width: 52px;
    height: 52px;
    top: 15px;
    right: 86px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 639px) {
  .h-tel {
    width: 42px;
    height: 42px;
    right: 70px;
    top: 12px;
  }
}
.h-tel__link {
  border-radius: 0 0 0 10px;
  color: #fff !important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 38px 25px 38px 84px;
  line-height: 1.1;
}
@media print, screen and (min-width: 1025px) {
  .h-tel__link {
    background-color: #40c0de;
  }
}
@media print, screen and (max-width: 1400px) {
  .h-tel__link {
    padding: 28px 20px 28px 64px;
  }
}
@media print, screen and (max-width: 1300px) {
  .h-tel__link {
    padding: 28px 20px 28px 46px;
  }
}
@media screen and (max-width: 1024px) {
  .h-tel__link {
    padding: 0;
    border-radius: 0;
    width: 52px;
    height: 52px !important;
    border-radius: 50%;
  }
}
@media screen and (max-width: 639px) {
  .h-tel__link {
    width: 42px;
    height: 42px;
  }
}
.h-tel__link::before, .h-tel__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.h-tel__link::before {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 25px;
}
@media print, screen and (max-width: 1400px) {
  .h-tel__link::before {
    left: 16px;
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (max-width: 1300px) {
  .h-tel__link::before {
    left: 10px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .h-tel__link::before {
    width: 52px;
    height: 52px;
    border: 2px solid #40c0de;
    left: 0;
  }
}
@media screen and (max-width: 639px) {
  .h-tel__link::before {
    width: 42px;
    height: 42px;
  }
}
.h-tel__link::after {
  background-image: url(../img/common/icon-tel.svg);
  background-size: 20px 25px;
  width: 20px;
  height: 25px;
  left: 40px;
}
@media print, screen and (max-width: 1400px) {
  .h-tel__link::after {
    background-size: 13px 18px;
    width: 13px;
    height: 18px;
    left: 28px;
  }
}
@media print, screen and (max-width: 1300px) {
  .h-tel__link::after {
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h-tel__link::after {
    background-image: url(../img/common/icon-tel-blue.svg);
    background-size: 24px 29px;
    width: 24px;
    height: 29px;
    left: 14px;
  }
}
@media screen and (max-width: 639px) {
  .h-tel__link::after {
    background-size: 16px 21px;
    width: 16px;
    height: 21px;
  }
}
.scroll-nav .h-tel__link {
  height: 90px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 0;
}

.h-tel__text {
  font-family: var(--f-zenmaru);
  font-weight: 600;
  margin-bottom: 7px;
}
@media print, screen and (max-width: 1400px) {
  .h-tel__text {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1300px) {
  .h-tel__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .h-tel__text {
    display: none;
  }
}

.h-tel__number {
  font-family: var(--f-overpass);
  font-size: 2.8rem;
  font-weight: 500;
}
@media print, screen and (max-width: 1400px) {
  .h-tel__number {
    font-size: 2.3rem;
  }
}
@media print, screen and (max-width: 1300px) {
  .h-tel__number {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .h-tel__number {
    display: none;
  }
}

.h-article {
  display: grid;
  grid-template-columns: 30.2vw 1fr;
  gap: 30px;
  padding-top: 30px;
  position: relative;
  background-color: var(--cl-light);
}
@media print, screen and (max-width: 1400px) {
  .h-article {
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 1200px) {
  .h-article {
    grid-template-columns: 34vw 1fr;
  }
}
@media screen and (max-width: 639px) {
  .h-article {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 65px;
  }
}
.h-article::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  height: 42px;
  z-index: 0;
}
@media print, screen and (max-width: 1300px) {
  .h-article::before {
    height: 20px;
  }
}

.h-article__left {
  padding: 6.145vw 0 6.145vw 4vw;
}
@media screen and (max-width: 639px) {
  .h-article__left {
    padding: 2vw 0 2vw 5vw;
  }
}

.h-menu {
  width: 52px;
  height: 52px;
  background-color: var(--cl-base);
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .h-menu {
    width: 49px;
    height: 49px;
    top: 8px;
    right: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .h-menu {
    display: none;
  }
}
.h-menu::before, .h-menu::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .h-menu::before, .h-menu::after {
    width: 27px;
  }
}
.h-menu::before {
  top: -15px;
}
.h-menu::after {
  top: 15px;
  width: 20px;
}
.h-menu__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .h-menu__line {
    width: 27px;
  }
}
.h-menu.open::before, .h-menu.open::after {
  opacity: 0;
}

.menu-title {
  color: var(--cl-base);
  position: relative;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .menu-title {
    margin-bottom: 0;
  }
}
.menu-title__en {
  position: relative;
  font-family: var(--f-overpass);
  font-size: 2rem;
  font-weight: 800;
  padding-left: 20px;
}
@media print, screen and (max-width: 1400px) {
  .menu-title__en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-title__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .menu-title__en {
    padding-left: 12px;
  }
}
.menu-title__en::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--cl-base);
}
@media print, screen and (max-width: 1400px) {
  .menu-title__en::before {
    top: 5px;
  }
}
@media screen and (max-width: 639px) {
  .menu-title__en::before {
    top: 4px;
    width: 5px;
    height: 5px;
  }
}
.menu-title__jp {
  font-size: 5.5rem;
  font-family: var(--f-zenmaru);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1700px) {
  .menu-title__jp {
    font-size: 4.8rem;
  }
}
@media print, screen and (max-width: 1400px) {
  .menu-title__jp {
    font-size: 4.2rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .menu-title__jp {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-title__jp {
    font-size: 2.8rem;
  }
}

.menu-title__bg {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .menu-title__bg {
    width: calc(100% - 30px);
    margin-left: auto;
  }
}
.menu-title__bg img {
  border-radius: 200px 0 0 10px;
}
@media print, screen and (max-width: 1400px) {
  .menu-title__bg img {
    border-radius: 180px 0 0 10px;
  }
}
@media print, screen and (max-width: 1300px) {
  .menu-title__bg img {
    border-radius: 140px 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-title__bg img {
    border-radius: 100px 0 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .menu-title__bg img {
    border-radius: 80px 0 0 10px;
  }
}

#nav-content {
  position: fixed;
  top: 0px;
  right: -120%;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
}
#nav-content.open {
  right: 0;
}
@media screen and (max-width: 639px) {
  #nav-content {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  #nav-content {
    display: none;
  }
}

.nav-content__inner {
  max-width: 75%;
  width: 100%;
  height: 100%;
  margin: 80px auto 10vw;
  padding-bottom: 100px;
}
@media screen and (max-width: 639px) {
  .nav-content__inner {
    max-width: 90%;
    overflow-y: scroll;
    /* Firefox */
    scrollbar-width: none;
    /* IE, Edge */
    -ms-overflow-style: none;
  }
}

.nav-content__sitelog {
  max-width: 280px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 639px) {
  .nav-content__sitelog {
    max-width: 240px;
    margin-bottom: 40px;
  }
}

.nav-modal__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .nav-modal__list {
    border-top: 1px solid var(--cl-line01);
  }
}

.nav-modal__list__item {
  width: calc((100% - 20px) / 2);
  border-bottom: 1px solid var(--cl-line01);
  position: relative;
}
.nav-modal__list__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
.nav-modal__list__item:nth-child(-n+2) {
  border-top: 1px solid var(--cl-line01);
}
@media screen and (max-width: 639px) {
  .nav-modal__list__item {
    width: 100%;
  }
  .nav-modal__list__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
  .nav-modal__list__item:nth-child(-n+2) {
    border-top: 0px solid var(--cl-line01);
  }
}

.nav-modal__list__link {
  background-color: #fff;
  display: block;
  padding: 18px 34px 18px 0px;
  color: var(--cl-base-text);
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .nav-modal__list__link {
    font-size: 1.7rem !important;
  }
}
.nav-modal__list__link::before, .nav-modal__list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nav-modal__list__link::before {
  width: 24px;
  height: 24px;
  background-color: var(--cl-bg01);
  border-radius: 25px;
}
.nav-modal__list__link::after {
  background-image: url(../img/common/arrow-white.svg);
  background-size: 12px 14px;
  width: 12px;
  height: 14px;
  right: 6px;
}
@media screen and (max-width: 639px) {
  .nav-modal__list__link::after {
    background-size: 10px 12px;
    width: 10px;
    height: 12px;
    right: 8px;
  }
}
.nav-modal__list__link.no-arrow::before, .nav-modal__list__link.no-arrow::after {
  display: none;
}
.nav-modal__list__link + .acc {
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
}
.nav-modal__list__link + .acc::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-color: var(--cl-bg01);
  border-radius: 25px;
}
.nav-modal__list__link + .acc .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
.nav-modal__list__link + .acc .icon::before, .nav-modal__list__link + .acc .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.nav-modal__list__link + .acc .icon::after {
  transform: rotate(90deg);
}
.nav-modal__list__link + .acc.active .icon::after {
  transform: rotate(0deg);
}

.nav-modal__sub-list {
  padding-bottom: 16px;
  padding-left: 10px;
  display: none;
}
.nav-modal__sub-list__item {
  margin-bottom: 10px;
}
.nav-modal__sub-list__item a {
  text-decoration: none;
  color: var(--cl-base-text);
  position: relative;
  padding-left: 24px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .nav-modal__sub-list__item a {
    font-size: 1.6rem !important;
  }
}
.nav-modal__sub-list__item a::before, .nav-modal__sub-list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.nav-modal__sub-list__item a::before {
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #d8f0f5;
  border-radius: 50%;
}
.nav-modal__sub-list__item a::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--cl-base);
  border-right: 1px solid var(--cl-base);
  transform: rotate(45deg);
  top: 10px;
  left: 5px;
}

[id] {
  scroll-margin-top: 100px; /* PC */
}

@media (max-width: 600px) {
  [id] {
    scroll-margin-top: 70px; /* SP */
  }
}
.f-btn {
  background-color: var(--cl-bg01);
  padding: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .f-btn {
    padding: 4vw 3.125vw;
  }
}
@media screen and (max-width: 639px) {
  .f-btn {
    padding: 6vw 3.125vw;
  }
}
.f-btn__wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.f-btn__lead {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .f-btn__lead {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .f-btn__lead {
    display: block;
    margin-bottom: 20px;
  }
}

.f-btn__lead__title {
  font-family: var(--f-zenmaru);
  color: var(--cl-base);
  font-weight: 600;
  font-size: 3.2rem;
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .f-btn__lead__title {
    font-size: 2.6rem;
    width: 140px;
  }
}
@media screen and (max-width: 639px) {
  .f-btn__lead__title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}

.f-btn__lead__text {
  width: calc(100% - 160px);
  border-left: 2px solid var(--cl-base);
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .f-btn__lead__text {
    font-size: 1.4rem;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 639px) {
  .f-btn__lead__text {
    width: 100%;
    padding: 0;
    border-left: 0px solid #000;
  }
}

.f-btn__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .f-btn__list {
    gap: 10px;
  }
}
@media screen and (max-width: 639px) {
  .f-btn__list {
    flex-wrap: wrap;
  }
}
.f-btn__list__item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 1024px) {
  .f-btn__list__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .f-btn__list__item {
    width: 100%;
  }
}
.f-btn__list__link {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px 60px 20px 20px;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  color: var(--cl-base-text);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .f-btn__list__link {
    padding: 16px 60px 16px 16px;
  }
}
.f-btn__list__link::before, .f-btn__list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.f-btn__list__link::before {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: var(--cl-base);
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .f-btn__list__link::before {
    right: 10px;
  }
}
.f-btn__list__link::after {
  background-image: url(../img/common/icon-exlink.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  right: 27px;
  bottom: 1px;
}
@media screen and (max-width: 1024px) {
  .f-btn__list__link::after {
    right: 17px;
  }
}
.f-btn__list__link:hover {
  background-color: var(--cl-base);
  color: #fff;
}
.f-btn__list__link:hover::before {
  background-color: #fff;
}
.f-btn__list__link:hover::after {
  background-image: url(../img/common/icon-exlink-blue.svg);
}

.footer {
  background-color: #f8f7f3;
}

.footer-wrap {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding: 3.645vw 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  .footer-wrap {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .f-left {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
  }
}
@media screen and (max-width: 639px) {
  .f-left {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}

.f-logo {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1100px) {
  .f-logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-logo {
    width: 240px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .f-logo {
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 1200px) {
  .f-address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .f-address {
    width: 100%;
  }
}

@media print, screen and (max-width: 1200px) {
  .f-tel {
    font-size: 1.4rem;
  }
}
.f-tel a {
  color: var(--cl-base-text) !important;
  text-decoration: none;
}

.f-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
  gap: 1.5em;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.2;
}
@media print, screen and (max-width: 1200px) {
  .f-nav {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .f-nav {
    margin-top: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .f-nav {
    margin-top: 15px;
    gap: 0.8em 1.5em;
  }
}
.f-nav a {
  color: var(--cl-base-text);
  text-decoration: none;
}
.f-nav a:hover {
  color: var(--cl-link);
  text-decoration: underline;
}

.copyright {
  border-top: 1px solid var(--cl-line01);
  text-align: center;
  font-size: 1.2rem;
  padding: 12px;
}
@media screen and (max-width: 639px) {
  .copyright {
    font-size: 1.1rem;
  }
}

.topicpass {
  padding: 0 20px;
  margin-top: 30px;
  line-height: 1.4;
}
@media print, screen and (max-width: 1400px) {
  .topicpass {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .topicpass {
    padding: 0 30px;
  }
}
@media screen and (max-width: 639px) {
  .topicpass {
    padding: 0 20px;
    line-height: 1.2;
  }
}
.topicpass__item {
  display: inline;
}
@media print, screen and (max-width: 1400px) {
  .topicpass__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .topicpass__item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  .topicpass__item {
    font-size: 1.1rem;
  }
}
.topicpass__item:not(:last-child) {
  margin-right: 45px;
}
@media print, screen and (max-width: 1400px) {
  .topicpass__item:not(:last-child) {
    margin-right: 36px;
  }
}
@media screen and (max-width: 639px) {
  .topicpass__item:not(:last-child) {
    margin-right: 20px;
  }
}
.topicpass__item a {
  position: relative;
  text-decoration: none;
}
.topicpass__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -24px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--cl-base-text);
  border-right: 1px solid var(--cl-base-text);
  transform: rotate(45deg);
}
@media print, screen and (max-width: 1400px) {
  .topicpass__item a::before {
    top: 8px;
    right: -18px;
  }
}
@media screen and (max-width: 639px) {
  .topicpass__item a::before {
    width: 6px;
    height: 6px;
    top: 6px;
    right: -13px;
  }
}
.topicpass__item a:hover {
  text-decoration: underline;
}

.main {
  max-width: 1120px;
  width: 100%;
  margin: 4.166vw auto 8.333vw;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .main {
    padding: 0 30px;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 639px) {
  .main {
    padding: 0 20px;
    margin-top: 8vw;
  }
}

.sec-wrap01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .sec-wrap01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .sec-wrap01 {
    margin-bottom: 30px;
  }
}

.block-wrap01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .block-wrap01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .block-wrap01 {
    margin-bottom: 20px;
  }
}

.title01 {
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 50px;
  padding-top: 36px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 639px) {
  .title01 {
    font-size: 1.8rem;
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.title01::before, .title01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.title01::before {
  width: 100%;
  height: 2px;
  background-color: var(--cl-line01);
}
.title01::after {
  background-color: var(--cl-base);
  width: 180px;
  height: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 639px) {
  .title01::after {
    height: 3px;
  }
}

.sec-title01 {
  font-size: 2.7rem;
  font-weight: 600;
  border-bottom: 1px solid var(--cl-line01);
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0 0px 12px 0px;
}
@media screen and (max-width: 1024px) {
  .sec-title01 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .sec-title01 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
}
.sec-title01 .icon {
  position: relative;
  padding-left: 24px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .sec-title01 .icon {
    padding-left: 20px;
  }
}
.sec-title01 .icon::before, .sec-title01 .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  margin: auto;
  border-radius: 2px;
  width: 4px;
}
.sec-title01 .icon::before {
  height: 100%;
  background-color: var(--cl-base);
  top: 0;
}
.sec-title01 .icon::after {
  height: 50%;
  bottom: 0;
  background-color: #2fbada;
}

.sec-title02 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 14px 12px 14px 12px;
  background-color: #eff5f8;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .sec-title02 {
    font-size: 1.8rem;
    padding: 10px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .sec-title02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 8px;
  }
}
.sec-title02 .icon {
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 639px) {
  .sec-title02 .icon {
    padding-left: 18px;
  }
}
.sec-title02 .icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .sec-title02 .icon::before {
    width: 10px;
  }
}

.sec-title03 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .sec-title03 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 639px) {
  .sec-title03 {
    font-size: 1.6rem;
  }
}
.sec-title03::before, .sec-title03::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sec-title03::before {
  width: 100%;
  height: 1px;
  background-color: var(--cl-line01);
}
.sec-title03::after {
  width: 38px;
  height: 3px;
  background-color: var(--cl-base);
  border-radius: 2px;
}

.sec-title04 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 26px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .sec-title04 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .sec-title04 {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}
.sec-title04::before, .sec-title04::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.sec-title04::before {
  width: 16px;
  height: 16px;
  background-color: var(--cl-base);
  border-radius: 50%;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 639px) {
  .sec-title04::before {
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
.sec-title04::after {
  width: 8px;
  height: 8px;
  top: 10px;
  left: 4px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .sec-title04::after {
    width: 5px;
    height: 5px;
    left: 5px;
  }
}

.btn-wrap {
  text-align: center;
}

.btn-base {
  border-radius: 5px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  padding: 15px 35px 15px 20px;
  background-color: var(--cl-base);
  transition: background-color 0.3s ease;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  min-width: 220px;
}
@media screen and (max-width: 639px) {
  .btn-base {
    padding: 14px 40px 14px 25px;
  }
}
.btn-base::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/arrow-white.svg);
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
}
@media (any-hover: hover) {
  .btn-base:hover {
    background: var(--cl-hov01);
  }
}
.btn-base.prev::before {
  right: auto;
  left: 14px;
  transform: scale(-1, 1);
}
.btn-base.p-left {
  text-align: left;
}

.base-list01 {
  list-style: none;
}
.base-list01 li {
  margin-top: 10px;
  padding-left: 1.3em;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .base-list01 li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  .base-list01 li {
    margin-top: 6px;
  }
}
.base-list01 li:first-child {
  margin-top: 0;
}
.base-list01 li::before {
  content: "";
  top: 8px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-base);
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .base-list01 li::before {
    width: 6px;
    height: 6px;
  }
}

.dl-list01__title {
  font-weight: 600;
  margin-bottom: 5px;
}

.departments-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .departments-list {
    gap: 10px;
  }
}
.departments-list__item {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 1024px) {
  .departments-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.departments-list__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--cl-base);
  border-radius: 5px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 16px 36px 16px 16px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .departments-list__item a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .departments-list__item a {
    padding: 13px 36px 13px 13px;
  }
}
.departments-list__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/arrow-white.svg);
  background-size: 14px auto;
  width: 14px;
  height: 13px;
}
.departments-list__item a:hover {
  background-color: var(--cl-hov01);
}
.departments-list__item a .f-s {
  font-size: 1.5rem;
  font-weight: 500;
}
.departments-list.white {
  margin-bottom: 0 !important;
}
.departments-list.white .departments-list__item.w-all {
  width: 100% !important;
}
.departments-list.white a {
  background-color: #fff;
  color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .departments-list.white a {
    padding-right: 13px !important;
    width: 100%;
    justify-content: center;
  }
}
.departments-list.white a::before {
  background-image: url(../img/common/arrow-blue.svg);
}
@media screen and (max-width: 639px) {
  .departments-list.white a::before {
    display: none;
  }
}
.departments-list.white a:hover {
  background-color: var(--cl-base);
  color: #fff;
}
.departments-list.white a:hover::before {
  background-image: url(../img/common/arrow-white.svg);
}

.guide-list {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media print, screen and (max-width: 1300px) {
  .guide-list {
    gap: 28px 15px;
  }
}
@media screen and (max-width: 639px) {
  .guide-list {
    gap: 20px 10px;
  }
}
.guide-list.guide {
  gap: 8px;
}

.guide-list__item {
  width: calc((100% - 112px) / 5);
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 20px 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (max-width: 1300px) {
  .guide-list__item {
    padding: 26px 10px 24px;
    width: calc((100% - 60px) / 5);
  }
}
@media screen and (max-width: 1024px) {
  .guide-list__item {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 639px) {
  .guide-list__item {
    padding: 16px 10px 16px;
    width: calc((100% - 20px) / 3);
  }
}
.guide .guide-list__item {
  background-color: var(--cl-light);
  width: calc((100% - 32px) / 5);
}
@media screen and (max-width: 639px) {
  .guide .guide-list__item {
    padding: 16px 10px 16px;
    width: calc((100% - 16px) / 3);
  }
}

.guide-list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -1px;
  margin: auto;
  width: 27px;
  height: 18px;
  background-image: url(../img/common/icon-dq.svg);
  background-size: 27px 18px;
}
@media screen and (max-width: 639px) {
  .guide-list__item::before {
    background-size: 21.6px 14.4px;
    width: 21.6px;
    height: 14.4px;
    top: -6px;
  }
}
.guide .guide-list__item::before {
  display: none;
}

.guide-list__item.data-link {
  background-color: var(--cl-base);
  padding: 0;
}
@media screen and (max-width: 639px) {
  .guide-list__item.data-link {
    width: 100%;
  }
}
.guide-list__item.data-link::before {
  display: none;
}
.guide-list__item.data-link a {
  color: #fff;
  text-decoration: none;
  font-family: var(--f-zenmaru);
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
@media print, screen and (max-width: 1300px) {
  .guide-list__item.data-link a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .guide-list__item.data-link a {
    font-size: 1.6rem;
  }
}
.guide-list__item.data-link a::before, .guide-list__item.data-link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.guide-list__item.data-link a::before {
  width: 36px;
  height: 20px;
  background-color: #4ec9e6;
  border-radius: 25px;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 639px) {
  .guide-list__item.data-link a::before {
    width: 28px;
    height: 16px;
    top: 0;
    bottom: 0;
  }
}
.guide-list__item.data-link a::after {
  background-image: url(../img/common/arrow-white.svg);
  background-size: 12px 14px;
  width: 12px;
  height: 14px;
  right: 21px;
  bottom: 12px;
}
@media screen and (max-width: 639px) {
  .guide-list__item.data-link a::after {
    background-size: 10px 12px;
    width: 10px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 18px;
  }
}
.guide-list__item.data-link a:hover {
  background-color: var(--cl-hov01);
}
.guide-list__item.data-link a:hover::before {
  background-color: #fff;
}
.guide-list__item.data-link a:hover::after {
  background-image: url(../img/common/arrow-blue.svg);
}
.guide .guide-list__item.data-link {
  background-color: #8bcdea;
  color: #fff;
  font-family: var(--f-zenmaru);
  font-size: 2.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (max-width: 1300px) {
  .guide .guide-list__item.data-link {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .guide .guide-list__item.data-link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .guide .guide-list__item.data-link {
    font-size: 1.8rem;
    padding: 7px 10px;
  }
}

.guide-list__img {
  width: 7.5vw;
}
@media screen and (max-width: 1024px) {
  .guide-list__img {
    width: 12vw;
  }
}
@media screen and (max-width: 639px) {
  .guide-list__img {
    width: 18vw;
  }
}
.guide .guide-list__img {
  width: 6.3333vw;
}
@media print, screen and (max-width: 1200px) {
  .guide .guide-list__img {
    width: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide .guide-list__img {
    width: 12vw;
  }
}
@media screen and (max-width: 639px) {
  .guide .guide-list__img {
    width: 18vw;
  }
}

.guide-list__title {
  font-family: var(--f-zenmaru);
  font-size: 2.1rem;
  font-weight: 600;
  margin-top: 18px;
  width: 100%;
  text-align: center;
  line-height: 1;
}
@media print, screen and (max-width: 1400px) {
  .guide-list__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .guide-list__title {
    font-size: 1.6rem;
    margin-top: 14px;
  }
}
.guide .guide-list__title {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .guide .guide-list__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .guide .guide-list__title {
    font-size: 1.5rem;
  }
}

.wysiwyg {
  /*デフォルトの処理*/
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--cl-line01);
  text-align: justify;
}
@media screen and (max-width: 639px) {
  .wysiwyg {
    margin-bottom: 30px;
  }
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.wysiwyg .ttl01 {
  border-bottom: 1px solid var(--cl-line01);
  font-size: 2.8rem;
  font-weight: 500;
  padding: 4px 0 20px 20px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .ttl01 {
    font-size: 2.2rem;
    padding: 2px 0 18px 20px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .ttl01 {
    font-size: 2rem;
    padding-left: 16px;
  }
}
.wysiwyg .ttl01::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: calc(100% - 15px);
  background-color: var(--cl-base);
}
.wysiwyg .ttl02 {
  background-color: #eff5f8;
  padding: 10px 10px 12px 30px;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .ttl02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .ttl02 {
    font-size: 1.8rem;
    padding-left: 24px;
  }
}
.wysiwyg .ttl02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: calc(100% - 20px);
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .wysiwyg .ttl02::before {
    left: 10px;
  }
}
.wysiwyg .ttl03 {
  font-size: 2.1rem;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .ttl03 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .ttl03 {
    font-size: 1.7rem;
  }
}
.wysiwyg .ttl03::before, .wysiwyg .ttl03::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.wysiwyg .ttl03::before {
  width: 100%;
  height: 1px;
  background-color: var(--cl-line01);
}
.wysiwyg .ttl03::after {
  width: 38px;
  height: 3px;
  background-color: var(--cl-base);
  border-radius: 2px;
}
.wysiwyg .ttl04 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .ttl04 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .ttl04 {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}
.wysiwyg .ttl04::before, .wysiwyg .ttl04::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.wysiwyg .ttl04::before {
  width: 16px;
  height: 16px;
  background-color: var(--cl-base);
  border-radius: 50%;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 639px) {
  .wysiwyg .ttl04::before {
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
.wysiwyg .ttl04::after {
  width: 8px;
  height: 8px;
  top: 10px;
  left: 4px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .wysiwyg .ttl04::after {
    width: 5px;
    height: 5px;
    left: 5px;
  }
}
.wysiwyg {
  /*各テンプレートを囲むbox【必須】*/
}
.wysiwyg .box {
  margin-bottom: 40px;
  *zoom: 1;
}
.wysiwyg .box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .box {
    margin-bottom: 20px;
  }
}
.wysiwyg {
  /*タイトル処理*/
}
.wysiwyg .title-line {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 40px;
  background-color: #e7f2ef;
  padding: 20px 20px 20px 40px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-line {
    font-size: 2.2rem;
    padding: 16px 16px 16px 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-line {
    font-size: 1.6rem;
    padding: 12px 16px 12px 20px;
    margin-bottom: 20px;
  }
}
.wysiwyg .title-line::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 40px;
  border-radius: 0 2px 2px 0;
  background-color: var(--cl-base);
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-line::before {
    height: 30px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-line::before {
    height: 20px;
  }
}
.wysiwyg .title-obi {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 0px 10px 14px 25px;
  border-bottom: 1px solid var(--cl-line01);
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-obi {
    font-size: 2rem;
    padding: 0px 8px 10px 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-obi {
    font-size: 1.6rem;
    padding: 0px 8px 8px 16px;
  }
}
.wysiwyg .title-obi::before, .wysiwyg .title-obi::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.wysiwyg .title-obi::before {
  background-color: var(--cl-base);
  width: 5px;
  height: 24px;
  left: 0;
  top: 12px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-obi::before {
    top: 6px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-obi::before {
    width: 4px;
    height: 16px;
  }
}
.wysiwyg .title-obi02 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 0px 10px 14px 24px;
  border-bottom: 1px dotted #bfbdbd;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-obi02 {
    font-size: 1.9rem;
    padding: 0px 10px 8px 22px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-obi02 {
    font-size: 1.5rem;
    padding: 4px 10px 6px 14px;
  }
}
.wysiwyg .title-obi02::before, .wysiwyg .title-obi02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.wysiwyg .title-obi02::before {
  width: 10px;
  height: 10px;
  background-color: var(--cl-base);
  border-radius: 50%;
  line-height: 1.4;
  top: 16px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-obi02::before {
    width: 8px;
    height: 8px;
    top: 14px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-obi02::before {
    width: 6px;
    height: 6px;
  }
}
.wysiwyg .title-icon {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding: 14px 14px 14px 36px;
  background-color: var(--cl-bg-l-01);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-icon {
    font-size: 1.8rem;
    padding: 12px 12px 12px 32px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-icon {
    font-size: 1.4rem;
    padding: 10px 10px 10px 26px;
  }
}
.wysiwyg .title-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 16px;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: var(--cl-base-02);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-icon::before {
    width: 7px;
    height: 7px;
    top: 18px;
    left: 14px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-icon::before {
    width: 6px;
    height: 6px;
    top: 19px;
    left: 10px;
  }
}
.wysiwyg {
  /*キャッチコピーの処理*/
}
.wysiwyg .copy01 {
  margin-bottom: -20px;
  font-size: 2.4rem;
  color: var(--cl-base);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .copy01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .copy01 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.wysiwyg .copy02 {
  margin-bottom: -20px;
  color: var(--cl-base);
  font-size: 2.4rem;
  font-family: var(--f-mincho);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .copy02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .copy02 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.wysiwyg {
  /*本文テキスト・写真回り込み処理*/
}
.wysiwyg .text {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .text {
    font-size: 1.6rem;
  }
}
.wysiwyg .text--mincho {
  font-family: var(--f-mincho);
}
.wysiwyg .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
.wysiwyg .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
.wysiwyg {
  /*ボタン*/
}
.wysiwyg .btn-wrapper {
  text-align: center;
}
.wysiwyg .btn-wrapper a {
  border-radius: 5px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  padding: 15px 50px 15px 40px;
  background-color: var(--cl-base);
  transition: background-color 0.3s ease;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  min-width: 220px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .btn-wrapper a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .btn-wrapper a {
    padding: 14px 40px 14px 25px;
  }
}
.wysiwyg .btn-wrapper a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/arrow-white.svg);
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
}
@media (any-hover: hover) {
  .wysiwyg .btn-wrapper a:hover {
    background: #40c0de;
  }
}
.wysiwyg {
  /*写真の処理*/
}
.wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wysiwyg .photo-3::after {
  content: none;
}
.wysiwyg .photo-3 li {
  margin-left: 5%;
  width: 29.9666666667%;
  text-align: center;
}
.wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .photo-3 li {
    margin-left: 20px;
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .photo-3 li {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}
.wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wysiwyg .photo-2::after {
  content: none;
}
.wysiwyg .photo-2 li {
  margin-left: 5%;
  width: 47.45%;
  text-align: center;
}
.wysiwyg .photo-2 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .photo-2 li {
    margin-left: 20px;
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .photo-2 li {
    margin-left: 5px;
    width: calc((100% - 5px) / 2);
  }
}
.wysiwyg .photo-1 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg .caption {
  margin-top: 5px;
  line-height: 1.3em;
  text-align: center;
  display: block;
  font-size: 1.5rem;
}
.wysiwyg {
  /*リスト*/
}
.wysiwyg .list-wrapper {
  padding: 24px 24px 24px 26px;
  list-style: none;
  border: 1px solid var(--cl-line01);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper {
    padding: 16px;
  }
}
.wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1.3em;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper li {
    margin-top: 6px;
  }
}
.wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}
.wysiwyg .list-wrapper li::before {
  content: "";
  top: 8px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-base);
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper li::before {
    width: 6px;
    height: 6px;
  }
}
.wysiwyg .list-wrapper02 {
  counter-reset: num;
  padding: 24px 24px 24px 26px;
  list-style: none;
  border: 1px solid var(--cl-line01);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper02 {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper02 {
    padding: 16px;
  }
}
.wysiwyg .list-wrapper02 li {
  margin-top: 12px;
  padding-left: 36px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper02 li {
    margin-top: 10px;
  }
}
.wysiwyg .list-wrapper02 li:first-child {
  margin-top: 0;
}
.wysiwyg .list-wrapper02 li::before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #e1ebef;
  color: var(--cl-base);
  font-size: 1.5rem;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper02 li::before {
    top: 1px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper02 li::before {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
}
.wysiwyg {
  /*テーブル*/
}
.wysiwyg .table {
  width: 100%;
  border: 1px solid var(--cl-line01);
  border-collapse: collapse;
  font-weight: 400;
  font-size: 1.6rem;
}
.wysiwyg .table thead th {
  background-color: #40c0de;
  color: #fff;
}
.wysiwyg .table th {
  padding: 20px;
  background-color: var(--cl-light-g);
  border: 1px solid #ddd;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .wysiwyg .table th {
    padding: 7px 5px 5px;
  }
}
.wysiwyg .table td {
  padding: 20px;
  border: 1px solid var(--cl-line01);
  font-weight: 400;
  line-height: 1.3em;
  text-align: justify;
  vertical-align: middle;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  .wysiwyg .table td {
    padding: 7px 5px 5px;
  }
}
.wysiwyg .list-file {
  padding-left: 0 !important;
  margin: 0 !important;
}
.wysiwyg .list-file li {
  list-style: none;
}
.wysiwyg .list-file li a {
  padding: 3px 0px 3px 30px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top 4px left 0;
  background-size: 20px auto;
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-file li a {
    padding-left: 26px;
    background-size: 17px auto;
  }
}
.wysiwyg .list-file li a.pdf {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.wysiwyg .list-file li a.doc {
  background-image: url(../img/common/icon-word.svg);
}
.wysiwyg .list-file li a.xls {
  background-image: url(../img/common/icon-excel.svg);
}
.wysiwyg .list-file li a.ppt {
  background-image: url(../img/common/icon-ppt.svg);
}
.wysiwyg .list-file li a.zip {
  background-image: url(../img/common/icon-zip.svg);
}
.wysiwyg {
  /*youtube*/
}
.wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wysiwyg {
  /*以下テンプレート外*/
}
.wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
.wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #000;
}
.wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #000;
}
.wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
.wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.wysiwyg blockquote {
  padding-left: 1em;
}
.wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
.wysiwyg hr {
  display: block;
}
.wysiwyg em {
  font-style: italic !important;
}
.wysiwyg strong {
  font-weight: bold !important;
}
.wysiwyg em strong,
.wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

.em-text {
  color: #e1322b;
}

.f-b {
  font-weight: bold;
}

.icon-link {
  text-decoration: underline;
  transition: background-color 0.3s ease;
  position: relative;
  padding-left: 24px;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .icon-link {
    padding-left: 20px;
  }
}
.icon-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
  background-image: url(../img/common/icon-pdf-r.svg);
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
}
@media screen and (max-width: 639px) {
  .icon-link::before {
    top: 2px;
    left: 2px;
    background-size: 12px 17px;
    width: 12px;
    height: 17px;
  }
}
@media (any-hover: hover) {
  .icon-link:hover {
    text-decoration: none;
  }
}

.text-link {
  text-decoration: underline;
  color: var(--cl-link);
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .text-link:hover {
    text-decoration: none;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-notes {
  text-indent: -1em;
  padding-left: 1em;
  text-align: right;
}
@media screen and (max-width: 639px) {
  .text-notes {
    font-size: 1.3rem;
    text-align: left;
  }
}

.copy01 {
  font-family: var(--f-zenmaru);
  color: var(--cl-base);
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .copy01 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.copy01 .f-number {
  font-size: 2.9rem;
}
@media screen and (max-width: 639px) {
  .copy01 .f-number {
    font-size: 2rem;
  }
}

.tbl-base {
  width: 100%;
  border-collapse: collapse;
}
.tbl-base th,
.tbl-base td {
  border: 1px solid var(--cl-line01);
  padding: 24px 20px;
}
@media screen and (max-width: 1024px) {
  .tbl-base th,
  .tbl-base td {
    padding: 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  .tbl-base th,
  .tbl-base td {
    padding: 16px 10px;
  }
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination-item a,
.pagination-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  color: var(--cl-base-text);
}
.pagination-item a:hover,
.pagination-item span:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 639px) {
  .pagination-item {
    margin-left: 1px;
    margin-right: 1px;
  }
}
.pagination-item.dot {
  padding: 0px 8px 5px;
}
.pagination-item__prev, .pagination-item__next {
  display: block;
  position: relative;
  color: #1f1f1f;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .pagination-item__prev, .pagination-item__next {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .pagination-item__prev, .pagination-item__next {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.pagination-item__prev::before, .pagination-item__next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--cl-base);
  border-right: 2px solid var(--cl-base);
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .pagination-item__prev::before, .pagination-item__next::before {
    top: 1px;
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .pagination-item__prev:hover, .pagination-item__next:hover {
    opacity: 0.7;
  }
}
.pagination-item__prev {
  margin-right: 16px;
  padding-left: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .pagination-item__prev {
    margin-right: 5px;
    padding-left: 12px;
  }
}
.pagination-item__prev::before {
  left: 0;
  transform: rotate(225deg);
}
.pagination-item__next {
  margin-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .pagination-item__next {
    margin-left: 5px;
    padding-right: 12px;
  }
}
.pagination-item__next::before {
  right: 0;
}
.pagination-item__number {
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  background-color: #e1ebef;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  font-weight: 600 !important;
  border-radius: 100%;
  color: var(--cl-base) !important;
}
@media screen and (max-width: 639px) {
  .pagination-item__number {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    margin-left: 1px;
    margin-right: 1px;
  }
}
.pagination-item__number:hover, .pagination-item__number.active {
  background-color: #005693;
  color: #fff !important;
  transition: 0.2s;
}
.pagination-item__number::before, .pagination-item__number::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
}

.contact-box {
  display: grid;
  grid-template-columns: 36% 1fr;
}
@media screen and (max-width: 1024px) {
  .contact-box {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  .contact-box {
    grid-template-columns: 1fr;
  }
}

.contact-box__title {
  background-color: #6abde2;
  border-radius: 5px 0 0 5px;
  color: #fff;
  padding: 20px 20px;
  text-align: center;
  font-family: var(--f-zenmaru);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .contact-box__title {
    font-size: 1.6rem;
    border-radius: 5px 5px 0 0px;
    padding: 10px;
  }
}

.contact-box__data {
  background-color: #f2f6f8;
  border-radius: 0 5px 5px 0;
  padding: 20px 20px 20px 30px;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .contact-box__data {
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .contact-box__data {
    display: block;
    padding: 20px;
  }
}

.contact-box__data__title {
  color: var(--cl-base);
  font-family: var(--f-zenmaru);
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: 15px;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .contact-box__data__title {
    margin-bottom: 10px;
    text-align: center;
  }
}

.contact-box__data__tel {
  font-family: var(--f-overpass);
  font-size: 3.4rem;
  font-weight: 600;
  padding-top: 10px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .contact-box__data__tel {
    text-decoration: none !important;
  }
}
@media screen and (max-width: 639px) {
  .contact-box__data__tel {
    font-size: 2.8rem;
    display: flex;
    justify-content: center;
  }
}
.contact-box__data__tel .icon {
  position: relative;
  padding-left: 35px;
}
.contact-box__data__tel .icon::before, .contact-box__data__tel .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.contact-box__data__tel .icon::before {
  width: 29px;
  height: 29px;
  background-color: var(--cl-base);
  top: 4px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .contact-box__data__tel .icon::before {
    top: -3px;
  }
}
.contact-box__data__tel .icon::after {
  background-image: url(../img/common/icon-tel.svg);
  background-size: 13px 17px;
  width: 13px;
  height: 17px;
  top: 10px;
  left: 8px;
}
@media screen and (max-width: 639px) {
  .contact-box__data__tel .icon::after {
    top: 2px;
  }
}

/*==================================================================
    page index
===================================================================*/
.top-main {
  margin-top: 26px;
}
@media print, screen and (max-width: 1400px) {
  .top-main {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .top-main {
    margin-top: 65px;
  }
}

.top-main__img {
  width: 76.2vw;
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  .top-main__img {
    width: 100%;
  }
}
.top-main__img img {
  border-radius: 200px 0 0 10px;
}
@media print, screen and (max-width: 1400px) {
  .top-main__img img {
    border-radius: 180px 0 0 10px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-main__img img {
    border-radius: 140px 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__img img {
    border-radius: 100px 0 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .top-main__img img {
    border-radius: 0px 0 0 0px;
  }
}

.top-main__copy {
  position: absolute;
  width: 29.73vw;
  top: 29.4vw;
  left: 7.8vw;
}
@media screen and (max-width: 1024px) {
  .top-main__copy {
    width: 36vw;
  }
}
@media screen and (max-width: 639px) {
  .top-main__copy {
    width: 38.4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.top-medical {
  position: relative;
  padding: 170px 40px 130px 40px;
  margin: -57px 0 120px 0;
}
@media print, screen and (max-width: 1300px) {
  .top-medical {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width: 1100px) {
  .top-medical {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .top-medical {
    margin-top: -30px;
    padding: 90px 40px 80px 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .top-medical {
    margin: 0px 0 60px 0;
    padding: 50px 25px 60px 25px;
  }
}
.top-medical::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 13.88vw);
  height: 100%;
  background-color: #f8f7f3;
  border-radius: 0 0px 200px 0px;
  z-index: -1;
}
@media print, screen and (max-width: 1300px) {
  .top-medical::before {
    border-radius: 0 0px 120px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .top-medical::before {
    width: 98%;
    border-radius: 0 0px 100px 0px;
  }
}
@media screen and (max-width: 639px) {
  .top-medical::before {
    width: 100%;
    border-radius: 0 0px 60px 0px;
  }
}

.top-medical__inner {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 450px;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__inner {
    grid-template-columns: 1fr 400px;
    gap: 30px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-medical__inner {
    grid-template-columns: 1fr 300px;
  }
}
@media screen and (max-width: 1024px) {
  .top-medical__inner {
    display: block;
  }
}

.top-medical__time__title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__time__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__time__title {
    flex-wrap: wrap;
  }
}

.top-medical__time__title__data {
  font-size: 3.7rem;
  font-family: var(--f-zenmaru);
  font-weight: 500;
  padding-left: 48px;
  position: relative;
  margin-right: 16px;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__time__title__data {
    font-size: 3rem;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-medical__time__title__data {
    font-size: 2.6rem;
    padding-left: 36px;
  }
}
.top-medical__time__title__data::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
  background-image: url(../img/common/icon-time.svg);
  background-size: 37px 37px;
  width: 37px;
  height: 37px;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__time__title__data::before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    top: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .top-medical__time__title__data::before {
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
  }
}

.top-medical__time__title__en {
  font-family: var(--f-overpass);
  color: #92aab0;
  font-weight: 600;
  margin-right: 24px;
  line-height: 1;
  padding-top: 8px;
}

.top-medical__time__title__ex {
  line-height: 1;
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  .top-medical__time__title__ex {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__time__title__ex {
    width: 100%;
    margin-top: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .tbl-sp-scroll {
    margin-bottom: 30px;
  }
}

.top-medical__time-tbl {
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  .top-medical__time-tbl {
    width: 720px;
  }
}
.top-medical__time-tbl th,
.top-medical__time-tbl td {
  background-color: #fff;
  padding: 16px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.top-medical__time-tbl thead th {
  background-color: #40c0de;
  color: #fff;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__time-tbl thead th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__time-tbl thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.top-medical__time-tbl thead th:not(:last-child) {
  border-right: 1px solid var(--cl-line01);
}
.top-medical__time-tbl thead th:first-child {
  border-top-left-radius: 5px;
}
.top-medical__time-tbl thead th:last-child {
  border-top-right-radius: 5px;
}
.top-medical__time-tbl tbody th {
  background-color: #d4edf1;
  width: 10.55vw;
}
@media screen and (max-width: 1024px) {
  .top-medical__time-tbl tbody th {
    width: 12vw;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__time-tbl tbody th {
    width: 108px;
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.top-medical__time-tbl tbody th:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.top-medical__time-tbl tbody th .label {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  width: 108px;
  padding: 3px 5px 5px;
  border-radius: 25px;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__time-tbl tbody th .label {
    font-size: 1.5rem;
    width: 90%;
  }
}
.top-medical__time-tbl tbody th .label.am {
  background-color: #40c0de;
}
.top-medical__time-tbl tbody th .label.pm {
  background-color: #3796da;
}
.top-medical__time-tbl tbody th .time {
  line-height: 1.2;
  font-size: 2rem;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__time-tbl tbody th .time {
    font-size: 1.6rem;
  }
}
.top-medical__time-tbl tbody td {
  border-right: 1px solid var(--cl-line01);
  border-bottom: 1px solid var(--cl-line01);
  line-height: 1.5;
}
.top-medical__time-tbl tbody td.w-l {
  width: 16vw;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__time-tbl tbody td.w-l {
    width: auto;
  }
}
@media print, screen and (max-width: 1100px) {
  .top-medical__time-tbl tbody td {
    font-size: 1.4rem;
  }
}
.top-medical__time-tbl tbody .bdr-n {
  border-right: none;
  /* 右線無し */
}
.top-medical__time-tbl tbody .bdb-n {
  border-bottom: none;
  /* 下線無し */
}
.top-medical__time-tbl tbody .bdr-r {
  border-radius: 0 0 5px 0;
  /* 右下の角だけ10px */
}
.top-medical__time-tbl tbody .bdr-l {
  border-radius: 0 0 0 5px;
  /* 左下の角だけ10px */
}

.top-medical__departments {
  border-radius: 5px;
  background-color: #93d1eb;
}

.top-medical__departments__title {
  border-radius: 5px 5px 0 0;
  background-color: #64b9e1;
  padding: 44px 30px 30px 30px;
  color: #fff;
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__departments__title {
    padding: 44px 20px 30px 20px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-medical__departments__title {
    padding: 34px 20px 20px 20px;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__departments__title {
    padding: 32px 20px 20px 20px;
  }
}
.top-medical__departments__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.top-medical__departments__title__data {
  font-family: var(--f-zenmaru);
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__departments__title__data {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-medical__departments__title__data {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__departments__title__data {
    font-size: 3rem;
  }
}

.top-medical__departments__title__en {
  font-family: var(--f-overpass);
  font-size: 1.5rem;
  margin-top: 5px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .top-medical__departments__title__en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__departments__title__en {
    font-size: 1.3rem;
  }
}

.top-medical__departments__list__wrap {
  position: relative;
  padding: 0 30px 30px 30px;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__departments__list__wrap {
    padding: 0px 20px 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-medical__departments__list__wrap {
    padding: 0px 40px 30px 40px;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__departments__list__wrap {
    padding: 0px 20px 20px 20px;
  }
}
.top-medical__departments__list__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 28px;
  background-color: #64b9e1;
}
.top-medical__departments__list__wrap .departments-list {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__departments__list__wrap .departments-list {
    gap: 10px;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__departments__list__wrap .departments-list {
    margin-bottom: 30px;
  }
}
.top-medical__departments__list__wrap .departments-list__item a {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__departments__list__wrap .departments-list__item a {
    font-size: 1.4rem;
    padding: 14px 36px 14px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top-medical__departments__list__wrap .departments-list__item a {
    padding: 16px 36px 16px 16px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__departments__list__wrap .departments-list__item a {
    justify-content: center;
    padding: 16px 10px 16px 10px;
  }
  .top-medical__departments__list__wrap .departments-list__item a::before {
    display: none;
  }
}
.top-medical__departments__list__wrap .departments-list__item a .f-s {
  font-size: 1.4rem;
}
@media print, screen and (max-width: 1300px) {
  .top-medical__departments__list__wrap .departments-list__item a .f-s {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .top-medical__departments__list__wrap .departments-list__item a .f-s {
    display: inline !important;
    font-size: 1.3rem;
  }
}

.top-medical__departments__other {
  background-color: #a8dcf2;
  border-radius: 5px;
  padding: 26px;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__departments__other {
    padding: 20px 16px 16px 16px;
  }
}

.top-medical__departments__other__title {
  font-size: 2.2rem;
  color: var(--cl-base);
  position: absolute;
  top: -0.7em;
  padding-left: 25px;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__departments__other__title {
    font-size: 1.8rem;
  }
}
.top-medical__departments__other__title::before, .top-medical__departments__other__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  border-radius: 50%;
}
.top-medical__departments__other__title::before {
  width: 17px;
  height: 17px;
  background-color: var(--cl-base);
  top: 5px;
  left: 0;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__departments__other__title::before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
.top-medical__departments__other__title::after {
  width: 5px;
  height: 5px;
  background-color: #93d1eb;
  top: 11px;
  left: 6px;
}
@media print, screen and (max-width: 1200px) {
  .top-medical__departments__other__title::after {
    width: 4px;
    height: 4px;
    top: 10px;
  }
}

.top-news {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 80px;
  padding: 0 60px;
}
@media print, screen and (max-width: 1200px) {
  .top-news {
    gap: 60px;
    grid-template-columns: 220px 1fr;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 0 40px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  .top-news {
    margin-bottom: 50px;
    padding: 0 25px;
  }
}

@media screen and (max-width: 1024px) {
  .top-news__left {
    display: flex;
  }
}

.top-news__title__en {
  font-family: var(--f-overpass);
  font-size: 8.5rem;
  font-weight: 600;
  line-height: 1;
  color: #005693;
}
@media print, screen and (max-width: 1200px) {
  .top-news__title__en {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__title__en {
    font-size: 3.6rem;
  }
}

.top-news__title {
  font-family: var(--f-zenmaru);
  line-height: 1.2;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top-news__title {
    margin-bottom: 0;
    margin-left: 1em;
    margin-top: 2px;
  }
}
.top-news__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cl-base);
}

.top-news__right .news-list__link {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .top-news__right .btn-base {
    margin-top: 40px;
    margin: 40px auto 0;
    display: block;
    max-width: 220px;
    text-align: center !important;
  }
}
@media screen and (max-width: 639px) {
  .top-news__right .btn-base {
    margin-top: 20px;
  }
}

.top-guide {
  width: calc(100% - 100px);
  margin: 0 auto 120px;
  background-image: url(../img/top/guide-bg.png);
  border-radius: 100px;
  padding: 86px 40px 120px;
}
@media print, screen and (max-width: 1300px) {
  .top-guide {
    padding: 60px 40px 80px;
    border-radius: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-guide {
    width: calc(100% - 60px);
    border-radius: 60px;
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 639px) {
  .top-guide {
    border-radius: 40px;
    width: calc(100% - 20px);
    margin-bottom: 40px;
    padding: 40px 15px 40px;
  }
}

.top-guide__title {
  position: relative;
  margin-bottom: 35px;
  line-height: 1;
  text-align: center;
}
@media print, screen and (max-width: 1300px) {
  .top-guide__title {
    margin-bottom: 0px;
  }
}
.top-guide__title__en {
  font-family: var(--f-overpass);
  font-size: 11.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.33);
}
@media screen and (max-width: 1024px) {
  .top-guide__title__en {
    font-size: 9rem;
  }
}
@media screen and (max-width: 639px) {
  .top-guide__title__en {
    font-size: 6rem;
  }
}
.top-guide__title__jp {
  font-family: var(--f-zenmaru);
  color: var(--cl-base);
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .top-guide__title__jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .top-guide__title__jp {
    font-size: 2.4rem;
    bottom: 16px;
  }
}

.top-guide__text {
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  font-family: var(--f-zenmaru);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .top-guide__text {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .top-guide__text {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.top-guide__text .icon {
  position: relative;
  padding: 0 24px;
}
@media screen and (max-width: 639px) {
  .top-guide__text .icon {
    padding: 0 20px;
  }
}
.top-guide__text .icon::before, .top-guide__text .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  margin: auto;
  background-color: #fff;
  width: 4px;
  height: 26px;
  border-radius: 2px;
}
@media screen and (max-width: 639px) {
  .top-guide__text .icon::before, .top-guide__text .icon::after {
    width: 3px;
    height: 20px;
    top: 5px;
  }
}
.top-guide__text .icon::before {
  left: 0;
  transform: rotate(-35deg);
}
.top-guide__text .icon::after {
  right: 0;
  transform: rotate(35deg);
}

.top-info {
  padding-bottom: 6vw;
  position: relative;
}
@media screen and (max-width: 639px) {
  .top-info {
    padding-bottom: 10vw;
  }
}
.top-info::before, .top-info::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  z-index: -1;
}
.top-info::before {
  right: 0;
  top: -22vw;
  background-image: url(../img/top/about-bg01.svg);
  background-size: 23.89vw auto;
  width: 23.89vw;
  height: 31vw;
}
@media screen and (max-width: 639px) {
  .top-info::before {
    background-size: 43.002vw auto;
    width: 43.002vw;
    height: 55.8vw;
    top: -42vw;
  }
}
.top-info::after {
  left: 0;
  bottom: -10vw;
  background-image: url(../img/top/about-bg02.svg);
  background-size: 23.89vw auto;
  width: 23.89vw;
  height: 31vw;
}
@media screen and (max-width: 639px) {
  .top-info::after {
    background-size: 47.78vw auto;
    width: 47.78vw;
    height: 62vw;
    bottom: -80px;
  }
}

.top-info__wrap {
  max-width: 1180px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
}
@media print, screen and (max-width: 1100px) {
  .top-info__wrap {
    gap: 42px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-info__wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .top-info__wrap {
    padding: 0 25px;
    display: block;
  }
}

.top-info__left {
  width: 45%;
}
@media screen and (max-width: 639px) {
  .top-info__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top-info__right {
  width: calc(100% - 54px - 45%);
}
@media screen and (max-width: 639px) {
  .top-info__right {
    width: 100%;
  }
}

.top-info__logo {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1100px) {
  .top-info__logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-info__logo {
    max-width: 200px;
    margin: 0 auto 20px;
  }
}

.top-info__address {
  text-align: center;
  margin-bottom: 38px;
}
@media print, screen and (max-width: 1100px) {
  .top-info__address {
    margin-bottom: 20px;
  }
}

.top-info__map {
  aspect-ratio: 275/256;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .top-info__map {
    aspect-ratio: 3/4;
  }
}
.top-info__map iframe {
  width: 100%;
  height: 100%;
}

.top-info__tel {
  width: 100%;
  background-color: var(--cl-light);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 26px 20px 24px 20px;
  line-height: 1.1;
  margin-bottom: 38px;
  position: relative;
  text-decoration: none !important;
}
@media print, screen and (max-width: 1100px) {
  .top-info__tel {
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
  }
}

.top-info__tel__wrap {
  position: relative;
  padding-left: 60px;
  display: block;
}
.top-info__tel__wrap::before, .top-info__tel__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  margin: auto;
}
.top-info__tel__wrap::before {
  width: 46px;
  height: 46px;
  border: 1px solid var(--cl-base);
  border-radius: 50%;
  left: 0px;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .top-info__tel__wrap::before {
    top: 0;
  }
}
.top-info__tel__wrap::after {
  background-image: url(../img/common/icon-tel-blue-dark.svg);
  background-size: 20px 25px;
  width: 20px;
  height: 25px;
  left: 14px;
  top: 13px;
}
@media screen and (max-width: 1024px) {
  .top-info__tel__wrap::after {
    top: 11px;
  }
}
@media screen and (max-width: 639px) {
  .top-info__tel__wrap::after {
    background-size: 16px 21px;
    width: 16px;
    height: 21px;
  }
}

.top-info__tel__text {
  font-family: var(--f-zenmaru);
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}

.top-info__tel__number {
  font-family: var(--f-overpass);
  font-size: 2.8rem;
  font-weight: 500;
  display: block;
}
@media print, screen and (max-width: 1300px) {
  .top-info__tel__number {
    font-size: 2rem;
  }
}

.news-list {
  border-top: 1px solid var(--cl-line01);
}

.news-list__item {
  width: 100%;
  border-bottom: 1px solid var(--cl-line01);
}

.news-list__link {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 25px 80px 25px 20px;
  width: 100%;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 639px) {
  .news-list__link {
    flex-wrap: wrap;
    padding: 15px 40px 15px 0;
  }
}
@media (any-hover: hover) {
  .news-list__link:hover .news-list__title {
    color: var(--cl-base) !important;
  }
  .news-list__link:hover::before {
    background-color: var(--cl-base);
  }
}
.news-list__link::before, .news-list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.news-list__link::before {
  width: 36px;
  height: 20px;
  background-color: var(--cl-bg01);
  border-radius: 25px;
  right: 20px;
}
@media screen and (max-width: 639px) {
  .news-list__link::before {
    width: 28px;
    height: 16px;
  }
}
@media screen and (max-width: 639px) {
  .news-list__link::before {
    right: 0;
  }
}
.news-list__link::after {
  background-image: url(../img/common/arrow-white.svg);
  background-size: 12px 14px;
  width: 12px;
  height: 14px;
  right: 31px;
}
@media screen and (max-width: 639px) {
  .news-list__link::after {
    background-size: 10px 12px;
    width: 10px;
    height: 12px;
    right: 8px;
  }
}

.news-list__date {
  color: #40c0de;
  font-weight: bold;
  font-family: var(--f-overpass);
  font-weight: 600;
  position: relative;
  display: block;
  margin-right: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .news-list__date {
    font-size: 1.6rem;
  }
}
.news-list__date .icon-new {
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
}

.news-list__title {
  color: var(--cl-base-text);
  transition: 0.3s ease;
  width: calc(100% - 70px);
}
@media screen and (max-width: 639px) {
  .news-list__title {
    width: 100%;
  }
}

.icon-new {
  color: var(--cl-em);
  font-family: var(--f-overpass);
  font-weight: 600;
  margin-left: 10px;
  font-size: 1.7rem;
}

.news-title {
  margin-bottom: 55px;
  position: relative;
  padding-bottom: 26px;
}
.news-title::before, .news-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.news-title::before {
  width: 100%;
  height: 1px;
  background-color: var(--cl-line01);
}
.news-title::after {
  width: 180px;
  height: 4px;
  background-color: var(--cl-base);
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .news-title {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px;
  }
}

.news-title__date {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .news-title__date {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 639px) {
  .news-title__date {
    margin-bottom: 2px;
  }
}
.news-title__date .date {
  color: #40c0de;
  font-family: var(--f-overpass);
  font-weight: 600;
}

.news-title__data {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .news-title__data {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .news-title__data {
    font-size: 2rem;
  }
}

.about-greeting__title {
  position: relative;
  margin-bottom: 65px;
  line-height: 1;
  text-align: center;
}
.about-greeting__title::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon-dot.svg);
  background-repeat: no-repeat;
  width: 56px;
  height: 6px;
  bottom: -20px;
  left: 50%;
  margin-left: -28px;
}
.about-greeting__title__en {
  font-family: var(--f-overpass);
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #eaf3f5;
}
@media screen and (max-width: 1024px) {
  .about-greeting__title__en {
    font-size: 9rem;
  }
}
@media screen and (max-width: 639px) {
  .about-greeting__title__en {
    font-size: 6rem;
  }
}
.about-greeting__title__jp {
  font-family: var(--f-zenmaru);
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .about-greeting__title__jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .about-greeting__title__jp {
    font-size: 2.4rem;
    bottom: 0px;
  }
}

.about-greeting__inner {
  margin: 0 auto;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 450px;
}
@media print, screen and (max-width: 1300px) {
  .about-greeting__inner {
    grid-template-columns: 1fr 400px;
    gap: 30px;
  }
}
@media print, screen and (max-width: 1200px) {
  .about-greeting__inner {
    grid-template-columns: 1fr 300px;
  }
}
@media screen and (max-width: 1024px) {
  .about-greeting__inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .about-greeting__image {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  .about-greeting__image {
    max-width: 100%;
  }
}

.about-policy__list__item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 30px;
  align-items: center;
  background-color: #eaf3f5;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .about-policy__list__item {
    grid-template-columns: 120px 1fr;
    padding: 24px;
    gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  .about-policy__list__item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.about-policy__list__item:not(:last-child) {
  margin-bottom: 10px;
}

.about-policy__list__icon {
  background-color: #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-overpass);
  font-weight: 800;
  color: #0a5d98;
}
@media screen and (max-width: 1024px) {
  .about-policy__list__icon {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 639px) {
  .about-policy__list__icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
}

.about-policy__list__copy {
  font-size: 2rem;
  font-weight: 600;
  color: #0a5d98;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .about-policy__list__copy {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 639px) {
  .about-policy__list__copy {
    font-size: 1.7rem;
    text-align: center;
  }
}

.about-history-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .about-history-block {
    margin-bottom: 50px;
  }
}
.about-history-block > div {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
.about-history-block > div dt {
  width: 100px;
  position: relative;
  color: var(--cl-base);
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .about-history-block > div dt {
    width: 80px;
    font-size: 1.5rem;
  }
}
.about-history-block > div dt::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--cl-base);
  position: absolute;
  top: 4px;
  right: 0;
}
.about-history-block > div dt::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  display: block;
  position: absolute;
  top: 12px;
  right: 7px;
  z-index: -1;
}
.about-history-block > div dd {
  width: calc(100% - 100px);
  padding-left: 40px;
  padding-bottom: 25px;
  display: flex;
}
@media screen and (max-width: 639px) {
  .about-history-block > div dd {
    width: calc(100% - 80px);
    padding-left: 12px;
    padding-top: 0;
    font-size: 1.5rem;
  }
}
.about-history-block > div:last-child dt::after {
  content: none;
}
.about-history-block > div:last-child dd {
  padding-bottom: 0;
}
.about-history-block__month {
  width: 55px;
}
@media screen and (max-width: 639px) {
  .about-history-block__month {
    width: 40px;
  }
}
.about-history-block__text {
  width: calc(100% - 55px);
}
@media screen and (max-width: 639px) {
  .about-history-block__text {
    width: calc(100% - 40px);
  }
}

.about-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 639px) {
  .about-group {
    grid-template-columns: 1fr;
  }
}

.about-group__box {
  padding: 2.77vw 2.22vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-group__box {
    padding: 4.5vw 2.22vw;
  }
}
@media screen and (max-width: 639px) {
  .about-group__box {
    padding: 36px 16px 20px;
    margin-bottom: 40px;
  }
}
.about-group__box.green {
  background-color: #e9f4ec;
}
.about-group__box.blue {
  background-color: #e7eff5;
}

.about-group__box__name {
  width: 204px;
  color: #fff;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 10px;
  border-radius: 25px;
}
@media screen and (max-width: 1024px) {
  .about-group__box__name {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 639px) {
  .about-group__box__name {
    font-size: 1.6rem;
    top: -18px;
  }
}
.about-group__box__name.green {
  background-color: #83b292;
}
.about-group__box__name.blue {
  background-color: #4788b8;
}

.about-group__list__item:not(:last-child) {
  margin-bottom: 10px;
}

.about-group__list__link {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 25px 70px 25px 25px;
  color: var(--cl-base-text);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-group__list__link {
    padding: 20px 70px 20px 20px;
  }
}
@media screen and (max-width: 639px) {
  .about-group__list__link {
    padding: 16px 50px 16px 16px;
  }
}
.about-group__list__link::before, .about-group__list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-group__list__link::before {
  right: 20px;
  width: 38px;
  height: 22px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .about-group__list__link::before {
    right: 12px;
  }
}
@media screen and (max-width: 639px) {
  .about-group__list__link::before {
    width: 34px;
    right: 8px;
  }
}
.about-group__list__link::after {
  background-image: url(../img/common/arrow-white.svg);
  background-size: 40px 12px;
  width: 40px;
  height: 12px;
  right: 18px;
}
@media screen and (max-width: 1024px) {
  .about-group__list__link::after {
    right: 10px;
  }
}
@media screen and (max-width: 639px) {
  .about-group__list__link::after {
    right: 5px;
  }
}
.about-group__list__link:hover {
  color: #fff;
}
.green .about-group__list__link::before {
  background-color: #83b292;
}
.green .about-group__list__link:hover {
  background-color: #83b292;
}
.green .about-group__list__link:hover::before {
  background-color: #fff;
}
.green .about-group__list__link:hover::after {
  background-image: url(../img/common/arrow-green.svg);
}

.blue .about-group__list__link::before {
  background-color: #4788b8;
}
.blue .about-group__list__link:hover {
  background-color: #4788b8;
}
.blue .about-group__list__link:hover::before {
  background-color: #fff;
}
.blue .about-group__list__link:hover::after {
  background-image: url(../img/common/arrow-blue.svg);
}

.about-group__list__link__name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .about-group__list__link__name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .about-group__list__link__name {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 1024px) {
  .about-group__list__link__ex {
    font-size: 1.4rem;
  }
}

.about-group__text {
  margin-bottom: 70px;
}
@media screen and (max-width: 639px) {
  .about-group__text {
    margin-bottom: 50px;
  }
}

.guide-time {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  background-color: #eff5f8;
  border-radius: 5px;
  padding: 13px 13px 13px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .guide-time {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }
}

.guide-time__title {
  background-color: #2fbada;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  width: 120px;
  line-height: 1;
  padding: 8px 8px 10px 8px;
}
@media screen and (max-width: 639px) {
  .guide-time__title {
    font-size: 1.6rem;
    border-radius: 20px;
    width: 160px;
    padding: 5px 8px 6px 8px;
    margin: 0 auto 5px;
  }
}

.guide-time__data {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .guide-time__data {
    font-size: 1.5rem;
  }
}

.guide-block {
  display: grid;
  grid-template-columns: 1fr 36%;
  gap: 40px;
}
@media screen and (max-width: 639px) {
  .guide-block {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.guide-block__data {
  order: 1;
}
@media screen and (max-width: 639px) {
  .guide-block__data {
    order: 2;
  }
}

.guide-block__img {
  order: 2;
  border-radius: 10px;
}
@media screen and (max-width: 639px) {
  .guide-block__img {
    order: 1;
    width: 80%;
    margin: 0 auto;
  }
}
.guide-block__img img {
  border-radius: 10px;
}

.guide-block__text {
  margin-bottom: 20px;
}

.guide-block__list {
  background-color: #f2f6f8;
  padding: 24px 28px 14px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .guide-block__list {
    padding: 16px 16px 10px;
    margin-bottom: 10px;
  }
}
.guide-block__list.cl01 {
  display: block;
}
.guide-block__list.cl01 .guide-block__list__item {
  width: 100%;
}
.guide-block__list.cl02 .guide-block__list__item {
  width: calc((100% - 10px) / 2);
}
.guide-block__list.cl02 .guide-block__list__item:not(:nth-child(2n)) {
  margin-right: 10px;
}
.guide-block__list.cl02 .guide-block__list__item:nth-child(2n) {
  margin-right: 0;
}

.guide-block__list__item {
  margin: 0 38px 10px 0;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
}
.guide-block__list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: var(--cl-base);
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .guide-block__list__item::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}

.guide-block__btn__a {
  background-color: var(--cl-base);
  color: #fff;
  border-radius: 5px;
  display: block;
  width: 200px;
  line-height: 1;
  padding: 18px 38px 18px 18px;
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 639px) {
  .guide-block__btn__a {
    width: 100%;
  }
}
.guide-block__btn__a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/arrow-white.svg);
  background-size: 40px 12px;
  width: 40px;
  height: 12px;
  transform: rotate(90deg);
}
.guide-block__btn__a:hover {
  background-color: var(--cl-hov01);
}

.guide-block__btn__tel {
  background-color: #fff;
  color: #2fbada;
  border: 1px solid #2fbada;
  border-radius: 5px;
  display: block;
  width: 260px;
  line-height: 1;
  padding: 18px 10px 18px 56px;
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
  text-decoration: none !important;
}
@media screen and (max-width: 639px) {
  .guide-block__btn__tel {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 52px;
  }
}
.guide-block__btn__tel[href^="tel:"] {
  color: #2fbada !important;
}
.guide-block__btn__tel::before, .guide-block__btn__tel::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.guide-block__btn__tel::before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2fbada;
  left: 12px;
}
@media screen and (max-width: 639px) {
  .guide-block__btn__tel::before {
    width: 30px;
    height: 30px;
  }
}
.guide-block__btn__tel::after {
  background-image: url(../img/common/icon-tel.svg);
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
  left: 22px;
}
@media screen and (max-width: 639px) {
  .guide-block__btn__tel::after {
    background-size: 12px 16px;
    width: 12px;
    height: 16px;
  }
}
.guide-block__btn__tel:hover {
  background-color: var(--cl-base);
  border: 1px solid var(--cl-base);
  color: #fff;
}

.guide-block__btn__wrap {
  margin-bottom: 30px;
}

.guide-block__title01 {
  color: var(--cl-base);
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 18px;
  padding-left: 24px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .guide-block__title01 {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
}
.guide-block__title01::before, .guide-block__title01::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.guide-block__title01::before {
  background-color: var(--cl-base);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 639px) {
  .guide-block__title01::before {
    width: 16px;
    height: 16px;
    top: 1px;
  }
}
.guide-block__title01::after {
  width: 7px;
  height: 7px;
  background-color: #fff;
  top: 7px;
  left: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .guide-block__title01::after {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 5px;
  }
}

.sec-wrap01[id] {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 639px) {
  .sec-wrap01[id] {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.facility-block01 {
  display: grid;
  gap: 40px;
  grid-template-columns: 36% 1fr;
}
@media screen and (max-width: 639px) {
  .facility-block01 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.facility-block01__img01 img {
  border-radius: 10px;
}

.qa-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .qa-box {
    margin-bottom: 30px;
  }
}

.qa-box__title,
.qa-box__data {
  position: relative;
}
.qa-box__title::before, .qa-box__title::after,
.qa-box__data::before,
.qa-box__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.qa-box__title::before,
.qa-box__data::before {
  width: 32px;
  height: 32px;
  border-radius: 3px;
}
@media screen and (max-width: 639px) {
  .qa-box__title::before,
  .qa-box__data::before {
    width: 26px;
    height: 26px;
  }
}
.qa-box__title::after,
.qa-box__data::after {
  font-family: var(--f-overpass);
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .qa-box__title::after,
  .qa-box__data::after {
    font-size: 1.7rem;
  }
}

.qa-box__title {
  background-color: #eff5f8;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 16px 10px 60px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .qa-box__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .qa-box__title {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-left: 50px;
  }
}
.qa-box__title::before {
  background-color: #1666a1;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 639px) {
  .qa-box__title::before {
    top: 8px;
    left: 8px;
  }
}
.qa-box__title::after {
  content: "Q";
  top: 10px;
  left: 19px;
}
@media screen and (max-width: 639px) {
  .qa-box__title::after {
    top: 11px;
    left: 14px;
  }
}

.qa-box__data {
  padding: 0px 0px 0px 60px;
}
@media screen and (max-width: 639px) {
  .qa-box__data {
    padding-left: 50px;
  }
}
.qa-box__data::before {
  background-color: #40c0de;
  top: 0px;
  left: 10px;
}
@media screen and (max-width: 639px) {
  .qa-box__data::before {
    top: 0;
    left: 8px;
  }
}
.qa-box__data::after {
  content: "A";
  top: 0px;
  left: 19px;
}
@media screen and (max-width: 639px) {
  .qa-box__data::after {
    top: 0px;
    left: 15px;
  }
}

.access-block01 {
  display: grid;
  grid-template-columns: 45% 1fr;
  margin-bottom: 60px;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .access-block01 {
    grid-template-columns: 40% 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .access-block01 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 20px;
  }
}

.access-block01__img01 img {
  border-radius: 10px;
}

.access-block01__tbl {
  border: 1px solid var(--cl-line01);
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .access-block01__tbl {
    margin-bottom: 5px;
  }
}
.access-block01__tbl th, .access-block01__tbl td {
  padding: 16px;
  border: 1px solid var(--cl-line01);
}
@media screen and (max-width: 1024px) {
  .access-block01__tbl th, .access-block01__tbl td {
    padding: 10px;
  }
}
.access-block01__tbl .cell01 {
  background-color: var(--cl-light);
  width: 100px;
}

.access-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 1025px) {
  .access-tel-link {
    color: var(--cl-base-text) !important;
  }
}/*# sourceMappingURL=style.css.map */