@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1200px;
  --color-font: #262424;
  --color-primary: #2f5597;
  --color-primary-rgb: 0, 83, 166;
  --color-secondary: #7A7AAD;
  --color-secondary-rgb: 122, 122, 173;
  --color-accent: #E71F29;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-gray: #E0E0E0;
  --color-bg: rgba(243, 243, 243,.7);
  --color-bg-light: rgba(240, 237, 230,.4);
  --color-bg-ultra-light: #F4F2ED;
  --color-red: #D54444;
  --color-line: #E0E0E0;
  --heading-size-xxl: 57px;
  --heading-size-xl: 45px;
  --heading-size-l: 36px;
  --heading-size-l-mb: 32px;
  --heading-size-m: 32px;
  --heading-size-m-mb: 28px;
  --heading-size-s: 28px;
  --heading-size-s-mb: 24px;
  --heading-size-xs: 24px;
  --heading-size-xs-mb: 20px;
  --heading-size-xxs: 20px;
  --heading-size-xxs-mb: 16px;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --padding: 2rem;
  --global-columns: 12;
  --grid-columns-global: [full-start] minmax(var(--padding), auto) [container-start] repeat(var(--global-columns), minmax(calc(36rem / var(--global-columns)), calc(var(--width-container) / var(--global-columns)))) [container-end] minmax(var(--padding), auto) [full-end];
}

.row {
  --gap-x: 0;
  --gap-y: 0;
  display: grid;
  gap: var(--gap-y) var(--gap-x);
  grid-template-columns: repeat(12, 1fr);
}
.row__item {
  grid-column: span 12;
}
.row__item--mobile-1 {
  grid-column: span 1;
}
.row__item--mobile-2 {
  grid-column: span 2;
}
.row__item--mobile-3 {
  grid-column: span 3;
}
.row__item--mobile-4 {
  grid-column: span 4;
}
.row__item--mobile-5 {
  grid-column: span 5;
}
.row__item--mobile-6 {
  grid-column: span 6;
}
.row__item--mobile-7 {
  grid-column: span 7;
}
.row__item--mobile-8 {
  grid-column: span 8;
}
.row__item--mobile-9 {
  grid-column: span 9;
}
.row__item--mobile-10 {
  grid-column: span 10;
}
.row__item--mobile-11 {
  grid-column: span 11;
}
.row__item--mobile-12 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    grid-column: span 1;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    grid-column: span 5;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    grid-column: span 6;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    grid-column: span 7;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    grid-column: span 8;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    grid-column: span 9;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    grid-column: span 10;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    grid-column: span 11;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-1 {
    grid-column: span 1;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-2 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-3 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-4 {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-5 {
    grid-column: span 5;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-6 {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-7 {
    grid-column: span 7;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-8 {
    grid-column: span 8;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-9 {
    grid-column: span 9;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-10 {
    grid-column: span 10;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-11 {
    grid-column: span 11;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-12 {
    grid-column: span 12;
  }
}
.row--std {
  --gap-x: 16px;
  --gap-y: 16px;
}
.row--wide {
  --gap-x: 30px;
  --gap-y: 30px;
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1080px) {
  .container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1079px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .container--pc-nomg {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .container--wide {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1080px) {
  .container--min {
    max-width: 960px;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: var(--color-white);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 199;
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu__logo {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 160px;
}
@media screen and (min-width: 1080px) {
  .menu__logo {
    top: 16px;
    left: 30px;
    width: 200px;
  }
}
.menu__item {
  padding: 10rem 2rem 5rem;
}
@media screen and (min-width: 1080px) {
  .menu__item {
    padding: 12rem 5rem 6rem;
  }
}
.menu__news {
  position: relative;
  height: 100%;
  padding: 4rem 2rem 8rem;
}
@media screen and (min-width: 1080px) {
  .menu__news {
    padding: 12rem 5rem 6rem;
  }
}
.menu__news:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100vw;
  height: 100%;
  background: var(--color-bg-ultra-light);
}

.menu-inner {
  display: grid;
  width: 100%;
  height: 100vh;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 1080px) {
  .menu-inner {
    grid-template-columns: 3fr 2fr;
    max-width: 1366px;
    margin: 0 auto;
  }
}

.menu-list {
  display: grid;
  gap: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 5rem 3rem;
  }
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
  font-size: 17px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-primary);
  padding: 0 0 0.5rem;
  margin: 0 0 2rem;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (min-width: 1080px) {
  .menu-list__link {
    font-size: 24px;
  }
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
}
@media screen and (max-width: 767px) {
  .menu-list__child-inner {
    overflow: hidden;
  }
  .trigger--open + .menu-list__child {
    grid-template-rows: 1fr;
  }
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .menu-list__trigger {
    display: none;
  }
}
.menu-list .child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list .child-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list .child-list__item:before {
  position: absolute;
  top: 17px;
  left: 0;
  display: inline-block;
  content: "";
  width: 10px;
  height: 1px;
  background: var(--color-secondary);
}
.menu-list .child-list__link {
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--color-font);
  padding: 0.5rem 1rem 0.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .menu-list .child-list__link {
    font-size: 16px;
  }
}

.child-menu-list {
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .child-menu-list {
    margin: 4rem 0 0;
  }
}
.child-menu-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.child-menu-list__link {
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--color-font);
  padding: 0.5rem 1rem 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .child-menu-list__link {
    font-size: 16px;
  }
}
.child-menu-list__link:before {
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 10px;
  color: var(--color-primary);
  margin-right: 1rem;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
.trigger::before {
  content: "+";
}
.trigger--open::before {
  content: "-";
}
@media screen and (min-width: 768px) {
  .trigger {
    display: none;
  }
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  z-index: 999;
  border-radius: 3px;
}
@media screen and (min-width: 1080px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 35%;
  display: block;
  width: 30%;
  height: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #fff;
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  z-index: 100;
  background: var(--color-white);
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  -webkit-box-shadow: 0 0 15px rgba(193, 193, 193, 0.4);
          box-shadow: 0 0 15px rgba(193, 193, 193, 0.4);
  padding: 0 60px 0 1rem;
}
@media screen and (min-width: 1080px) {
  .header__body {
    height: 85px;
    padding: 0 85px 0 3rem;
  }
}
.header__logo {
  display: block;
  width: 200px;
}
@media screen and (min-width: 1080px) {
  .header__logo {
    width: 300px;
  }
}
@media screen and (max-width: 1079px) {
  .header__contact {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .header__nav {
    display: none;
  }
}
.header--fixed {
  position: fixed;
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
@media screen and (min-width: 1080px) {
  .gnav-list {
    padding: 1rem 0 1rem 4rem;
  }
}
.gnav-list__item {
  position: relative;
}
.gnav-list__link {
  display: none;
}
@media screen and (min-width: 1200px) {
  .gnav-list__link {
    white-space: nowrap;
    color: var(--color-font);
    padding: 1.5rem 1rem;
    display: block;
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .gnav-list__link {
    font-size: 17px;
    padding: 3rem 2rem;
  }
}
.gnav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gnav-list__trigger {
  display: none;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.mv__message {
  display: block;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-font);
  text-align: center;
  text-shadow: 1px 1px 2px var(--color-white);
}
.mv__video, .mv__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-aspect-ratio: 16/9) {
  .mv__video, .mv__video iframe {
    width: 177.7777777778vh;
    height: 100vh;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .mv__video, .mv__video iframe {
    width: 100vw;
    height: 177.7777777778vw;
  }
}
.mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv--std {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .mv--std {
    height: 400px;
  }
}
@media screen and (min-width: 1080px) {
  .mv--std {
    height: 500px;
  }
}
.mv--std .mv__message {
  top: 65%;
}
@media screen and (min-width: 1080px) {
  .mv--std .mv__message {
    top: 55%;
  }
}
.mv--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .mv--sub {
    height: 300px;
  }
}
@media screen and (max-width: 1079px) {
  .mv--sub .hero-title {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1080px) {
  .mv--h-fixed .mv__message {
    top: 60%;
  }
}
.mv--h-fixed .hero-title {
  margin-top: 7rem;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: calc(100vh - 100px);
  padding: 20% 0 25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 80vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20% 0 5rem;
  }
}
.hero__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero__cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.hero__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: -1;
}
.hero__deco {
  position: absolute;
  bottom: 85px;
  right: -50px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero__deco {
    right: 0;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0px 10px rgba(var(--color-font-rgb), 0.4);
}
.message__title {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.03em;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 3.5rem;
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 1080px) {
  .message__title {
    font-size: 4.2rem;
    margin: 0 auto;
  }
}
.message__description {
  font-size: 1.5rem;
  margin: 2rem auto;
  line-height: 1.8;
  text-align: left;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .message__description {
    font-size: 1.7rem;
  }
}

.fv-contents {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-contents {
    position: absolute;
    bottom: -70px;
  }
}
.fv-contents__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .fv-contents__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.fv-contents__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 2rem;
  width: 100%;
  background: var(--color-white);
  padding: 1rem 2rem 1rem 0;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .fv-contents__item {
    padding: 2rem 3rem 2rem 0;
    gap: 5rem;
  }
}
.fv-contents__item:before {
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  content: "\e904";
  font-family: "icomoon";
  font-size: 10px;
  color: var(--color-accent);
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .fv-contents__item:before {
    bottom: 1rem;
    font-size: 15px;
  }
}
.fv-contents__item:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 3px solid var(--color-bg);
}
.fv-contents__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
}

.fv-hours__title,
.fv-news__title {
  position: relative;
  min-width: 100px;
  z-index: 1;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.fv-hours__title:before,
.fv-news__title:before {
  position: absolute;
  top: 50%;
  left: -15px;
  display: inline-block;
  content: "";
  width: 110px;
  height: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fv-hours__title:before,
  .fv-news__title:before {
    width: 120px;
  }
}

.fv-hours__title {
  padding: 0 2rem;
  min-width: 90px;
  text-align: center;
  font-size: 1.7rem;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .fv-hours__title {
    font-size: 2.1rem;
    padding-left: 2rem;
    min-width: 100px;
  }
}
.fv-hours__title:before {
  background: var(--color-primary);
}
.fv-hours__dl {
  display: grid;
  grid-template-columns: 90px 1fr;
}
.fv-news__title {
  padding: 0 1rem;
  font-size: 1.7rem;
  color: var(--color-red);
}
.fv-news__title:before {
  background: var(--color-bg);
}

.fv-post-title {
  font-weight: 500;
  color: var(--color-red);
  text-decoration: underline;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid var(--color-primary);
  border-top: 2px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
  border-right: 2px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
  border-bottom: 2px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
          animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*********************/
/*  フッター  */
/*********************/
.footer {
  position: relative;
  margin-top: auto;
}
.footer__sign-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__sign-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer__sign-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__menu, .footer__signature {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer__menu, .footer__signature {
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    padding: 20px 0;
  }
}
.footer__other {
  color: var(--color-font);
  padding: 25px;
}
.footer__logo, .footer__address {
  display: block;
}
.footer__address {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__logo {
  width: 240px;
}
@media screen and (min-width: 1080px) {
  .footer__logo {
    width: 260px;
  }
}
.footer__logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__logo-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem 0rem;
  }
}

.fnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .fnav-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fnav-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  list-style: none;
  white-space: nowrap;
  color: var(--color-font);
}
@media screen and (min-width: 768px) {
  .fnav-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
  padding: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fnav-list__link {
    text-align: center;
    padding: 15px;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .fchild-list {
    display: none;
  }
}
.fchild-list__item {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.fchild-list__item:hover {
  opacity: 0.6;
}
.fchild-list__link {
  font-size: 1.4rem;
  color: inherit;
  padding-bottom: 5px;
}

.other {
  display: block;
  background: var(--color-bg);
  margin: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.other__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .other__item {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem 0 0;
  }
}
.other__list {
  margin-right: 3rem;
}
.other__link {
  display: block;
  text-decoration: underline;
  font-size: 1.5rem;
  color: var(--color-font);
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.other__link:hover {
  opacity: 0.6;
}
.other__copyright {
  font-size: 1.2rem;
  color: var(--color-font);
}
@media screen and (max-width: 767px) {
  .other__copyright {
    text-align: center;
  }
}

.org {
  display: block;
  list-style: none;
  color: var(--color-font);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .org {
    padding: 3rem 1rem;
  }
}
.org__name {
  font-size: 1.8rem;
  font-weight: bold;
}
.org__addr, .org__phone, .org__fax {
  font-size: 1.6rem;
}
.org__phone, .org__fax {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .org__fax {
    display: none;
  }
}
.org__phone a {
  text-decoration: none;
  color: var(--color-font);
}

.section {
  width: 100%;
  padding-block: 8rem;
}
.section__container {
  grid-area: container;
}
.section__img {
  width: 100%;
}
.section__header {
  margin-bottom: 3rem;
}
.section__title {
  position: relative;
  display: grid;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2rem;
  color: var(--color-font);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 2.8rem;
  }
}
.section__title:after {
  content: attr(data-en);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .section__title:after {
    font-size: 16px;
  }
}
.section__copy {
  font-size: 1.5rem;
  color: var(--color-font);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 1.7rem;
  }
}
.section__description {
  color: var(--color-font);
}
.section__body {
  display: grid;
  gap: 1em;
}
.section__footer {
  display: block;
  padding: 3rem 0 0;
}
.section__footer--btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .section__footer--btn-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section__footer--btn-right {
  text-align: right;
}
.section--footer {
  padding: 5rem 0 0;
}
.section--center .section__title,
.section--center .section__copy {
  text-align: center;
}
.section--center .section__header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--center .section__footer {
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .section--reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.section--bg {
  background: var(--color-bg);
}

/*********************/
/*  TOP  */
/*********************/
/*********************/
.menu-box {
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .menu-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
.menu-box__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.menu-box__item {
  position: relative;
  display: grid;
  gap: 1rem;
  background: var(--color-bg);
  text-align: center;
  padding: 2rem 2rem 4rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(var(--color-font-rgb), 0.2);
          box-shadow: 0 5px 15px 0 rgba(var(--color-font-rgb), 0.2);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-box__item:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 10px;
  text-align: center;
  line-height: 35px;
  color: var(--color-white);
  background: var(--color-primary);
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.menu-box__item:after {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  width: 30px;
  height: 20px;
  border-radius: 0 0 50px 50px;
  background: var(--color-white);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 5px 15px 0 rgba(var(--color-font-rgb), 0.2);
          box-shadow: 0 5px 15px 0 rgba(var(--color-font-rgb), 0.2);
  z-index: 0;
}
.menu-box__thumbnail {
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-white);
  margin: 0 auto;
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  .menu-box__thumbnail {
    max-width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .menu-box__thumbnail {
    max-width: 150px;
    height: auto;
  }
}
.menu-box__img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.menu-box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-primary);
  line-height: 1;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .menu-box__title {
    font-size: 22px;
    gap: 1rem;
  }
}
.menu-box__title:after {
  display: inline-block;
  content: attr(data-en);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
  font-weight: 400;
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .menu-box__title:after {
    font-size: 13px;
  }
}

.disease-btn {
  display: block;
  width: 100%;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  padding: 2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .disease-btn {
    padding: 3.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .disease-btn:hover {
    opacity: 0.7;
  }
}
.disease-btn__title {
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .disease-btn__title {
    font-size: 20px;
  }
}
.disease-btn__desc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .disease-btn__desc {
    margin: 0.5rem 0 0;
  }
}

.consultation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .consultation {
    display: grid;
    text-align: left;
    gap: 12rem;
    grid-template-columns: 4fr 3fr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.consultation__title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .consultation__title {
    font-size: 26px;
  }
}
.consultation__desc {
  display: block;
  margin: 3rem 0 0;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .consultation__desc {
    font-size: 17px;
  }
}

.news-row {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .news-row {
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }
}
.news-row--header {
  grid-template-columns: 1fr;
}
.news-row__subtitle {
  position: relative;
  display: block;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .news-row__subtitle {
    letter-spacing: 0.05em;
    font-size: 23px;
  }
}
.news-row__subtitle:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 5px solid var(--color-accent);
  margin: 0 1rem 0 0;
}

.hours {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .hours {
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hours:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-line);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hours:before {
    display: none;
  }
}
.hours__item {
  position: relative;
}
.hours__item:before {
  position: absolute;
  top: 0;
  left: -32%;
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color-line);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hours__item:before {
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.hours__item:first-of-type:before {
  display: none;
}
.hours__title {
  font-weight: 500;
  color: var(--color-primary);
  font-size: 1.9rem;
  letter-spacing: 0.07em;
}
.hours__sub-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 15px;
}
.hours__sub-title:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 5px solid var(--color-primary);
  margin: 0 1rem 0 0;
}
.hours__txt-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 0 auto;
  font-size: 14px;
  color: var(--color-font);
  border-bottom: 1px solid var(--color-line);
}
.hours__attention {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hours__attention span {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .hours__attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.tel-textlink {
  display: block;
  color: var(--color-primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  margin: 1rem 0 0;
}
.tel-textlink:before {
  position: relative;
  top: 0.5rem;
  display: inline-block;
  content: "\e901";
  font-family: "icomoon";
  color: var(--color-primary);
  margin: 0 0.5rem 0 0;
  font-size: 20px;
  line-height: 0;
}

.diagnosis-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .diagnosis-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .diagnosis-box {
    font-size: 1.4rem;
  }
}
.diagnosis-box .blue {
  color: var(--color-primary);
}
.diagnosis-box__time {
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: var(--color-bg-light);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .diagnosis-box__time {
    border: 1px solid rgba(235, 237, 226, 0.7);
  }
}
.diagnosis-box__link {
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 0 0 2rem 2rem;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .diagnosis-box__link {
    font-size: 1.5rem;
    background: var(--color-secondary);
    color: var(--color-font);
  }
}
.diagnosis-box__link:before {
  display: inline-block;
  content: "\e901";
  font-family: "icomoon";
  color: var(--color-line);
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .diagnosis-box__link:before {
    color: var(--color-primary);
  }
}
.diagnosis-box__mintxt {
  display: inline-block;
  background: var(--color-secondary);
  padding: 1rem 2rem;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .diagnosis-box__mintxt {
    font-size: 1.2rem;
    background: none;
    padding: 1rem;
  }
}
.diagnosis-box td {
  padding: 0.5rem;
  text-align: center;
  width: 40px;
  white-space: nowrap;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .diagnosis-box td {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
  }
}
.diagnosis-box th {
  text-align: left;
  padding: 0 1rem 0 0;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .diagnosis-box th {
    padding: 0 2.5rem 0 0;
  }
}
.diagnosis-box tr {
  position: relative;
  border-top: 1px solid color-mix(in srgb, var(--color-primary) 30%, transparent);
}
.diagnosis-box tr:first-child {
  border-top: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  text-decoration: none;
  text-align: center;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 15px 25px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn:after {
  position: relative;
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  line-height: 29px;
  width: 29px;
  height: 29px;
  min-width: 29px;
  min-height: 29px;
  color: var(--color-white);
}
.btn:hover {
  opacity: 0.7;
}
.btn[target=_blank]:after {
  content: "\e905";
  font-size: 13px;
}

.button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nursing-box {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background: var(--color-bg);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nursing-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .nursing-box {
    grid-template-rows: 1fr 1fr;
  }
}
.nursing-box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 2.5rem;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .nursing-box__info {
    padding: 4rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .nursing-box__info {
    padding: 8rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .nursing-box__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.nursing-box__thumb {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nursing-box__thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.nursing-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.nursing-box .section__copy {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.fv-slide {
  width: 100%;
  height: 100%;
}
.fv-slide__track {
  width: 100%;
  height: 100%;
}

.kari {
  position: relative;
}
.kari:before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  content: "ダミー画像です";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 1rem;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-primary);
  outline: 3px solid var(--color-kaido);
  background: var(--color-white);
  z-index: 1;
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page {
  padding: 4rem 0;
}
@media screen and (min-width: 1080px) {
  .post-type-page {
    padding: 6rem 0;
  }
}

.post-type-front *:first-child,
.post-type-page *:first-child {
  margin-top: 0;
}
.post-type-front p,
.post-type-page p {
  line-height: 1.8;
}
.post-type-front p:not(:first-child),
.post-type-page p:not(:first-child) {
  margin-top: 1rem;
}
.post-type-front a:not([class]),
.post-type-page a:not([class]) {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .post-type-front a:not([class]):hover,
  .post-type-page a:not([class]):hover {
    opacity: 0.7;
  }
}
.post-type-front a:not([class])[target=_blank]::after,
.post-type-page a:not([class])[target=_blank]::after {
  display: inline-block;
  content: "\e905";
  font-family: "icomoon";
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.post-type-front .h2:first-child,
.post-type-front .h3:first-child,
.post-type-front .h4:first-child,
.post-type-front .h5:first-child,
.post-type-front .ul:first-child,
.post-type-front .ol:first-child,
.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .h5:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child {
  margin-top: 0;
}
.post-type-front .h2,
.post-type-page .h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary))) left bottom no-repeat;
  background: linear-gradient(90deg, var(--color-primary)) left bottom no-repeat;
  background-size: 5px 100%;
  margin-block: 2em 1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .post-type-front .h2,
  .post-type-page .h2 {
    font-size: 30px;
  }
}
.post-type-front .h3,
.post-type-page .h3 {
  font-size: 21px;
  font-weight: bold;
  color: var(--color-primary);
  margin-block: 2em 1em;
}
@media screen and (min-width: 768px) {
  .post-type-front .h3,
  .post-type-page .h3 {
    font-size: 27px;
  }
}
.post-type-front .h4,
.post-type-page .h4 {
  font-size: 20px;
  font-weight: 500;
  margin-block: 2em 1em;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .post-type-front .h4,
  .post-type-page .h4 {
    font-size: 25px;
  }
}
.post-type-front .h5,
.post-type-page .h5 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-block: 2em 0.8em;
  padding-left: 1.4em;
}
.post-type-front .h5::before,
.post-type-page .h5::before {
  position: absolute;
  top: calc(0.5lh - 4px);
  left: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .post-type-front .h5,
  .post-type-page .h5 {
    font-size: 20px;
  }
}
.post-type-front .num,
.post-type-page .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-size: 22px;
  font-weight: 500;
  margin-block: 2em 0.4em;
}
.post-type-front .num::before,
.post-type-page .num::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: heading 1;
  content: counter(heading) " ";
  color: var(--color-primary);
  width: 56px;
  height: 50px;
  border-radius: 50%;
}
.post-type-front .num::after,
.post-type-page .num::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background: var(--color-gray);
  position: absolute;
  top: 24px;
  left: 24px;
}
.post-type-front .num--reset,
.post-type-page .num--reset {
  counter-reset: heading;
}
.post-type-front .ul,
.post-type-page .ul {
  list-style: none;
  margin: 24px 0 0;
}
.post-type-front .ul li,
.post-type-page .ul li {
  position: relative;
  padding-left: 1.8em;
}
.post-type-front .ul li::before,
.post-type-page .ul li::before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: var(--color-gray);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
}
.post-type-front .ul li + li,
.post-type-page .ul li + li {
  margin: 0.4em 0 0;
}
.post-type-front .ol,
.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 24px 0 0;
}
.post-type-front .ol li,
.post-type-page .ol li {
  position: relative;
  counter-increment: number 1;
  padding-left: 2em;
}
.post-type-front .ol li::before,
.post-type-page .ol li::before {
  display: inline-block;
  content: counter(number) ".";
  width: 1.4em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-front .ol li + li,
.post-type-page .ol li + li {
  margin: 0.4em 0 0;
}
.post-type-front .table,
.post-type-page .table {
  width: 100%;
  margin: 30px 0;
}
.post-type-front .table th,
.post-type-front .table td,
.post-type-page .table th,
.post-type-page .table td {
  text-align: left;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-front .table th,
  .post-type-front .table td,
  .post-type-page .table th,
  .post-type-page .table td {
    padding: 1rem 2rem;
  }
}
.post-type-front .table--striped,
.post-type-page .table--striped {
  border-top: 1px solid #D9D9D9;
}
.post-type-front .table--striped th,
.post-type-page .table--striped th {
  vertical-align: top;
}
.post-type-front .table--striped th,
.post-type-front .table--striped td,
.post-type-page .table--striped th,
.post-type-page .table--striped td {
  padding: 2em 0;
  border-bottom: 1px solid #D9D9D9;
}
.post-type-front .table--bordered,
.post-type-page .table--bordered {
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
.post-type-front .table--bordered th,
.post-type-page .table--bordered th {
  background: var(--color-bg);
}
.post-type-front .table--bordered th,
.post-type-front .table--bordered td,
.post-type-page .table--bordered th,
.post-type-page .table--bordered td {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .post-type-front .table-responsive,
  .post-type-page .table-responsive {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.post-type-front .box,
.post-type-page .box {
  background: var(--color-bg);
  border-radius: 10px;
  padding: 45px;
  margin: 40px 0 0;
}
.post-type-front .box__title,
.post-type-page .box__title {
  font-size: 20px;
}
.post-type-front .box--bordered,
.post-type-page .box--bordered {
  background: var(--color-white);
  border: 1px solid var(--color-primary);
}
.post-type-front .box--bordered .box__title,
.post-type-page .box--bordered .box__title {
  color: var(--color-primary) !important;
}

.strong {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: var(--color-primary);
}
.strong--red {
  color: var(--color-red);
}
.strong--consultation {
  display: block;
  text-align: center;
  font-weight: 500;
  margin: 2rem 0 0;
}

.page-aside {
  -webkit-box-flex: 250px;
      -ms-flex: 250px 0 0px;
          flex: 250px 0 0;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .page-aside {
    display: none;
  }
}
.page-aside__title {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 2px solid var(--color-primary);
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
.page-aside__title:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 5px solid var(--color-accent);
  margin: 0 1rem 0 0;
}

.sidebar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.5rem;
  color: var(--color-font);
  line-height: 28px;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-line);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sidebar-menu__link:before {
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 10px;
  color: var(--color-primary);
  margin-right: 1rem;
}
.sidebar-menu__link--active {
  font-weight: bold;
  color: var(--color-secondary);
}

.flow-wrap {
  counter-reset: flow 0;
}

.flow {
  position: relative;
  background: var(--color-bg);
  border-radius: 12px;
  padding: 30px 20px;
}
@media screen and (min-width: 1080px) {
  .flow {
    padding: 40px;
  }
}
.flow:not(:last-of-type) {
  margin: 0 0 7rem;
}
.flow:not(:last-of-type)::after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  bottom: -10px;
  font-size: 3rem;
  color: var(--color-primary);
  -webkit-transform: translate(-50%, 100%) rotate(90deg);
          transform: translate(-50%, 100%) rotate(90deg);
}
.flow__title {
  position: relative;
  counter-increment: flow 1;
  font-size: 1.7rem;
  padding: 0 0 0 6rem;
  margin: 0 0 2rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 2.2rem;
    padding: 0 0 0 7rem;
    margin: 0 0 3rem;
  }
}
.flow__title::before {
  content: counter(flow) " ";
  position: absolute;
  top: -10px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.3em;
  font-size: 2rem;
  aspect-ratio: 1;
  color: var(--color-primary);
  background: var(--color-white);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .flow__title::before {
    width: 2em;
    font-size: 2.8rem;
  }
}

.faq {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1080px) {
  .faq {
    margin: 3rem 0 0;
  }
}
.faq__q {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 15px 15px 15px 50px;
  background: var(--color-bg);
  border-radius: 10px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .faq__q {
    padding: 25px 25px 25px 70px;
  }
}
.faq__q::before {
  position: absolute;
  top: 9px;
  left: 18px;
  content: "Q.";
  color: var(--color-primary);
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .faq__q::before {
    top: 12px;
    left: 25px;
    font-size: 3.1rem;
  }
}
.faq__a {
  display: block;
  padding: 15px;
}
@media screen and (min-width: 1080px) {
  .faq__a {
    padding: 25px;
  }
}

.h2-deco {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  margin: 5rem 0 2rem;
  color: var(--color-font);
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .h2-deco {
    margin: 12rem 0 5rem;
    font-size: 2.8rem;
  }
}
.h2-deco:after {
  display: inline-block;
  content: attr(data-en);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .h2-deco:after {
    font-size: 16px;
  }
}

.children-card {
  position: relative;
  display: block;
  background: var(--color-white);
  padding: 2rem;
  border: 1px solid var(--color-line);
  border-left: 3px solid var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .children-card {
    padding: 4rem;
  }
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__box, .children-card__title, .children-card__description, .children-card__btn {
  display: block;
  width: 100%;
}
.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.children-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1080px) {
  .children-card__box {
    padding: 20px 20px 30px;
  }
}
.children-card__title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .children-card__title {
    font-size: 2.4rem;
  }
}
.children-card__title:after {
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 15px;
  color: var(--color-accent);
  margin-left: 1rem;
}
.children-card__description {
  margin-top: 1rem;
}
.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__btn--center {
  text-align: center;
}
.children-card__btn--right {
  text-align: right;
}
.children-card__time, .children-card__category, .children-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .children-card__time, .children-card__category, .children-card__post-title {
    display: block;
  }
}
.children-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-font);
}
@media screen and (min-width: 768px) {
  .children-card__time {
    font-size: 1.7rem;
  }
}
.children-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .children-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.children-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  padding: 0 15px;
  border: 1px solid var(--color-font);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .children-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .children-card__category {
    margin-left: 1rem;
  }
}
.children-card__category--inline {
  display: inline-block;
}
.children-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-font);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .children-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .children-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.children-card__post-title--bordered {
  -webkit-box-shadow: 0 0 0 1px var(--color-primary);
          box-shadow: 0 0 0 1px var(--color-primary);
}
.children-card--mini {
  padding: 25px;
}
.children-card--mini .children-card__title {
  margin-top: 2rem;
}

.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--color-line);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pickup-card:hover {
  opacity: 0.7;
}
.pickup-card__link, .pickup-card__thumbnail, .pickup-card__img, .pickup-card__box, .pickup-card__title, .pickup-card__description, .pickup-card__btn {
  display: block;
  width: 100%;
}
.pickup-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.pickup-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.pickup-card__box {
  position: relative;
  padding: 20px;
  background: var(--color-white);
}
@media screen and (min-width: 1080px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}
.pickup-card__box:before {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 13px;
  color: var(--color-accent);
  margin-left: 1rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .pickup-card__box:before {
    display: none;
  }
}
.pickup-card__title {
  font-size: 1.8rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1080px) {
  .pickup-card__title {
    font-size: 2rem;
  }
}
.pickup-card__desc {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
}
.pickup-card__thumbnail {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pickup-card__thumbnail {
    height: 220px;
  }
}
.pickup-card__img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-card__btn--center {
  text-align: center;
}
.pickup-card__btn--right {
  text-align: right;
}

.pickup-card-row {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .pickup-card-row {
    gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.column-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .column-card {
    background: var(--color-white);
  }
}
.column-card:hover {
  opacity: 0.7;
}
.column-card__link, .column-card__thumbnail, .column-card__img, .column-card__box, .column-card__title, .column-card__description, .column-card__btn {
  display: block;
  width: 100%;
}
.column-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.column-card__more {
  display: inline-block;
  font-size: 1.4rem;
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.column-card__box {
  padding: 25px 25px 30px;
}
@media screen and (min-width: 1080px) {
  .column-card__box {
    padding: 25px 30px 35px;
  }
}
.column-card__box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-card__title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .column-card__title {
    font-size: 2rem;
  }
}
.column-card__time {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .column-card__time {
    font-size: 1.7rem;
  }
}
.column-card__cat {
  display: inline-block;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 11px;
  border-radius: 5px;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .column-card__cat {
    padding: 0 2rem;
    font-size: 15px;
  }
}
.column-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1080px) {
  .column-card__description {
    font-size: 1.4rem;
  }
}
.column-card__thumbnail {
  position: relative;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 50%;
}
.column-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.column-card__btn--center {
  text-align: center;
}
.column-card__btn--right {
  text-align: right;
}

.popular-page {
  position: relative;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .popular-page {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.popular-page-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  border-radius: 10px;
  padding: 2.5rem 3rem 4rem;
}
.popular-page-card__link, .popular-page-card__thumbnail, .popular-page-card__img, .popular-page-card__box, .popular-page-card__title, .popular-page-card__description, .popular-page-card__btn {
  display: block;
  width: 100%;
}
.popular-page-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--color-font);
  font-size: 16px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.popular-page-card__link:hover {
  opacity: 0.7;
}
.popular-page-card__link:before {
  display: inline-block;
  width: 19px;
  height: 19px;
  min-width: 19px;
  content: "\e904";
  font-family: "icomoon";
  font-size: 5px;
  line-height: 19px;
  text-align: center;
  color: var(--color-white);
  margin: 0.5rem 1rem 0 0;
  background: var(--color-primary);
  border-radius: 50%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popular-page-card__list {
  list-style: none;
}
.popular-page-card__list > li {
  padding: 0.5rem 0;
}
.popular-page-card__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-gray);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 500;
}
.popular-page-card__title:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
}
.popular-page-card__title--consultation:before {
  background: url(../images/ppl-icon01.png) center/cover no-repeat;
}
.popular-page-card__title--outpatient:before {
  background: url(../images/ppl-icon02.png) center/cover no-repeat;
}
.popular-page-card__title--hospitalization:before {
  background: url(../images/ppl-icon03.png) center/cover no-repeat;
}
.popular-page-card__desc {
  display: inline-block;
  margin: 1rem 0 0;
  font-size: 14px;
  font-weight: 500;
}
.popular-page-card__thumbnail {
  max-width: 90px;
}
.popular-page-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.popular-page-card__btn--center {
  text-align: center;
}
.popular-page-card__btn--right {
  text-align: right;
}

/*  コンテンツD  */
.guide-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.guide-card:hover {
  opacity: 0.7;
}
.guide-card__link, .guide-card__thumbnail, .guide-card__img, .guide-card__box, .guide-card__title, .guide-card__description, .guide-card__btn {
  display: block;
  width: 100%;
}
.guide-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1080px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .guide-card__title {
    font-size: 2rem;
  }
}
.guide-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1080px) {
  .guide-card__description {
    font-size: 1.4rem;
  }
}
.guide-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-card__btn--center {
  text-align: center;
}
.guide-card__btn--right {
  text-align: right;
}
.guide-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.disease-list {
  display: grid;
  gap: 2rem;
  margin: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .disease-list {
    margin: 4rem 0 0;
    grid-template-columns: 1fr 1fr;
  }
}

.disease-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--color-line);
  border-bottom: 3px solid var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .disease-card {
    display: grid;
    gap: 1rem;
    grid-template-columns: 2fr 3fr;
  }
}
.disease-card:hover {
  opacity: 0.7;
}
.disease-card__link, .disease-card__thumbnail, .disease-card__img, .disease-card__box, .disease-card__title, .disease-card__description, .disease-card__btn {
  display: block;
  width: 100%;
}
.disease-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.disease-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.disease-card__box {
  position: relative;
  padding: 20px;
  background: var(--color-white);
}
@media screen and (min-width: 1080px) {
  .disease-card__box {
    padding: 25px 30px 35px;
  }
}
.disease-card__box:before {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 13px;
  color: var(--color-accent);
  margin-left: 1rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .disease-card__box:before {
    display: none;
  }
}
.disease-card__title {
  font-size: 1.8rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1080px) {
  .disease-card__title {
    font-size: 2rem;
  }
}
.disease-card__desc {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
}
.disease-card__thumbnail {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .disease-card__thumbnail {
    height: 220px;
  }
}
.disease-card__img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.disease-card__btn--center {
  text-align: center;
}
.disease-card__btn--right {
  text-align: right;
}

.column-row {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .column-row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem 2rem;
  }
}

.gallery {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-font);
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
.breadcrumb-list__item {
  position: relative;
}
.breadcrumb-list__item:not(:first-child):before {
  content: ">";
  display: inline-block;
  margin: 0 1em;
}
.breadcrumb-list__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: var(--color-font);
}
.breadcrumb-list__link:hover {
  opacity: 1;
}
/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
  gap: 1rem;
}
.pager-list__item {
  list-style: none;
  position: relative;
  border-radius: 8px;
  width: 47px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: var(--color-font);
}
.pager-list__link--number {
  text-align: center;
}
.pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 2px solid var(--color-primary);
  margin: 0 10px 1px 0;
  border-right: 2px solid var(--color-primary);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 2px solid var(--color-primary);
  margin: 0 10px 1px 0;
  border-right: 2px solid var(--color-primary);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.pager-list__link--active {
  color: var(--color-secondary);
}
.pager-list__link:hover {
  opacity: 0.6;
}

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 3rem 0;
  gap: 24px;
}
.single-pager-list__item {
  list-style: none;
  position: relative;
  border-radius: 8px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 2rem;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.single-pager-list__item--prev, .single-pager-list__item--next {
  width: 50px;
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--color-primary);
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.single-pager-list__link--number {
  text-align: center;
  color: var(--color-primary);
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--number {
    font-size: 1.7rem;
  }
}
.single-pager-list__link--prev {
  border-radius: 50%;
}
.single-pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 2px solid var(--color-primary);
  margin: 0 10px 1px 0;
  border-right: 2px solid var(--color-primary);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.single-pager-list__link--next {
  border-radius: 50%;
}
.single-pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid var(--color-primary);
  margin: 0 10px 1px 0;
  border-right: 3px solid var(--color-primary);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.popular-btn {
  position: fixed;
  bottom: 50px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  color: var(--color-primary);
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .popular-btn {
    width: 100%;
    right: auto;
    bottom: 25px;
  }
}
.popular-btn:hover .popular-btn__text {
  -webkit-box-shadow: 0 4px 15px 2px rgba(var(--color-font-rgb), 0.1);
          box-shadow: 0 4px 15px 2px rgba(var(--color-font-rgb), 0.1);
}
.popular-btn__text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--color-white);
  -webkit-box-shadow: 0 4px 15px 2px rgba(var(--color-font-rgb), 0.3);
          box-shadow: 0 4px 15px 2px rgba(var(--color-font-rgb), 0.3);
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 10px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.popular-btn__text:after {
  position: relative;
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 7px;
  text-align: center;
  line-height: 23px;
  color: var(--color-white);
  background: var(--color-primary);
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  border-radius: 50%;
}
.popular-btn--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.popular-btn--ft-stop {
  position: absolute;
  opacity: 1;
  top: -2rem;
  right: 2rem;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .popular-btn--ft-stop {
    top: -3rem;
  }
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .goto {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.goto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: var(--color-font);
  line-height: 28px;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-line);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.goto__link:before {
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  font-size: 10px;
  color: var(--color-primary);
  margin-right: 1rem;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  position: relative;
  display: block;
  width: 100%;
  margin: 3rem 0 0;
}

.news-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.news-card__time, .news-card__category, .news-card__post-title {
  padding: 0.5rem 0 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    padding: 1rem 1.5rem;
  }
}
.news-card__time {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-primary);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .news-card__time {
    font-size: 1.5rem;
  }
}
.news-card__category {
  text-align: center;
  border: 1px solid var(--color-font);
  padding: 0 15px;
}
.news-card__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
.news-card__category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.news-card__post-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-decoration: underline;
}
.news-card__post-title:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .news-card__post-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
  }
}
.news-card__post-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__time {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-font);
  letter-spacing: 0.1em;
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
}
.news-head .h2 {
  margin-top: 1rem;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .pc-only {
    display: none;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1080px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1080px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.sub-hero {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2rem;
  background: color-mix(in srgb, var(--color-primary) 10%, var(--color-white));
  padding: 4rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-hero {
    padding: 5rem;
    gap: 3rem;
  }
}
.sub-hero__title {
  display: block;
  text-align: left;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sub-hero__title-ja {
  display: block;
  font-size: 2.2rem;
  line-height: 1.9;
}
@media screen and (min-width: 1080px) {
  .sub-hero__title-ja {
    font-size: 3.2rem;
  }
}
.sub-hero__title-en {
  display: block;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: var(--color-secondary);
}
@media screen and (min-width: 1080px) {
  .sub-hero__title-en {
    font-size: 1.8rem;
  }
}
.sub-hero--error {
  margin-top: 14rem;
}
@media screen and (min-width: 768px) {
  .sub-hero--error {
    margin-top: 16rem;
  }
}

.senior-message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .senior-message__item {
    margin-top: 3rem;
  }
}
.senior-message__img {
  width: 20%;
  text-align: center;
  color: var(--color-primary);
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.senior-message__img img {
  margin: 1em auto !important;
}
@media screen and (max-width: 767px) {
  .senior-message__img {
    font-size: 11px;
  }
}
.senior-message__comment {
  position: relative;
  width: 80%;
  padding: 3rem 5rem;
  margin: 0 0 0 5rem;
  background: var(--color-bg-ultra-light);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .senior-message__comment {
    font-size: 14px;
    padding: 15px 20px;
    margin: 0 0 0 2rem;
  }
}
.senior-message__comment:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid var(--color-bg-ultra-light);
  border-left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .senior-message__comment:before {
    left: -14px;
  }
}
.senior-message__comment--re {
  margin: 0 5rem 0 0;
  background: var(--color-bg-ultra-light);
}
@media screen and (max-width: 767px) {
  .senior-message__comment--re {
    margin: 0 2rem 0 0;
  }
}
.senior-message__comment--re:before {
  top: 50%;
  right: -25px;
  left: auto;
  background: var(--color-bg-ultra-light);
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .senior-message__comment--re:before {
    right: -14px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1080px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-font);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 1.7rem;
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.page__header {
  position: sticky;
  top: 0;
  left: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

.alignnone {
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}