@charset "UTF-8";
/*
Theme Name: 医療法人仁風会 倉敷仁風ホスピタル
Version: 1.0.0
*/
:root {
  --cl-pri: #131313;
  --cl-ac: #8f2997;
  --cl-sec: #e04343;
  --cl-base: #fcf9f2;
}

/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus-visible {
  outline: 1px solid transparent;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  color: var(--cl-pri);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  line-break: strict;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 14px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
}

.btn,
::file-selector-button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ===================================

  MV上：マージン

====================================== */
.spacer {
  height: 125px;
}

@media screen and (max-width: 1199px) {
  .spacer {
    height: 70px;
  }
}
@media screen and (max-width: 758px) {
  .spacer {
    height: 60px;
  }
}
/* ===================================

  section-title

====================================== */
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .title {
  font-size: 32px;
  font-weight: 500;
}
.section-title .txt {
  margin-top: 0.35em;
  margin-left: 33px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--cl-ac);
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 26px;
  }
  .section-title .txt {
    margin-top: 0.2em;
    margin-left: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .section-title {
    display: block;
  }
  .section-title .title {
    font-size: 21px;
  }
  .section-title .txt {
    margin-left: 0;
    margin-top: 16px;
    font-size: 12px;
  }
}
/* ===================================

  link-btn

====================================== */
.link-btn {
  display: inline-block;
}
.link-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.link-btn__txt::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  background-image: url(img/ico/ico-arrow-ppl.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .link-btn__txt {
    font-size: 16px;
  }
  .link-btn__txt::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2em;
            flex: 0 0 2em;
    width: 2em;
    height: 2em;
    margin-left: 18px;
    background-size: 2em 2em;
  }
}
@media screen and (max-width: 758px) {
  .link-btn__txt {
    font-size: 14px;
  }
  .link-btn__txt::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-size: 30px 30px;
  }
}
/* ===================================

  パンくず

====================================== */
.breadcrumb-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.breadcrumb-wrap .breadcrumb {
  font-size: 14px;
  line-height: 1.5;
  color: #808080;
  text-align: right;
}
.breadcrumb-wrap .breadcrumb span {
  margin: 0 0.1em;
}
.breadcrumb-wrap .breadcrumb span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1500px) {
  .breadcrumb-wrap .breadcrumb {
    font-size: 12px;
  }
}
@media screen and (max-width: 1350px) {
  .breadcrumb-wrap .breadcrumb {
    font-size: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb-wrap {
    width: 100%;
  }
  .breadcrumb-wrap .breadcrumb {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap {
    width: 100%;
  }
  .breadcrumb-wrap .breadcrumb {
    font-size: 11px;
  }
}
.breadcrumb span[property=name] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
  .breadcrumb span[property=name] {
    max-width: none;
    display: inline;
    margin-top: 0;
    white-space: wrap;
    overflow: visible;
  }
}
/* ===================================

  ページネーション

====================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination-wrap {
  margin-top: 60px;
}
.pagination-wrap .pagination .nav-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-wrap .pagination .page-numbers {
  position: relative;
  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;
  margin: 0 5px 10px;
  width: 35px;
  height: 35px;
  background-color: #eee;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border-radius: 50%;
  z-index: 1;
}
.pagination-wrap .pagination .page-numbers.current {
  color: #fff;
  background-color: var(--cl-ac);
}
.pagination-wrap .pagination .page-numbers:hover {
  opacity: 1;
  color: #fff;
  background-color: var(--cl-ac);
}

@media screen and (max-width: 1199px) {
  .pagination-wrap {
    margin-top: 40px;
  }
  .pagination-wrap .pagination .page-numbers {
    margin: 0 4px 10px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .pagination-wrap .pagination .page-numbers:hover {
    color: var(--cl-pri);
    background-color: var(--cl-base);
  }
}
@media screen and (max-width: 758px) {
  .pagination-wrap .pagination .page-numbers {
    margin: 0 4px 8px;
    width: 33px;
    height: 33px;
    font-size: 14px;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 125px;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header__inner {
  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;
  width: 100%;
  height: 100%;
  padding-left: 55px;
  padding-right: 80px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header-logo {
  width: 252px;
}
.header-logo__link, .header-logo__img {
  display: block;
  width: 100%;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 18px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 25px;
}
.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-tel__txt {
  font-size: 14px;
}
.header-tel__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}
.header-tel__ico {
  position: relative;
  top: -2px;
  width: 19px;
}
.header-tel span {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--cl-ac);
}
.header__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .g-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .g-nav .menu-item {
  border-left: 1px solid #ccc;
  padding: 0 18px;
}
.header .g-nav .menu-item:first-child {
  border-left: none;
}
.header .g-nav .menu-item:last-child {
  padding-right: 0;
}
.header .g-nav .menu-item a {
  position: relative;
  display: block;
  padding: 5px 2px;
  font-size: 16px;
  font-weight: 500;
}
.header .g-nav .menu-item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--cl-ac);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header .g-nav .menu-item a:hover {
  opacity: 1;
}
.header .g-nav .menu-item a:hover::after {
  width: 100%;
}
.header__btn {
  position: absolute;
  top: 0;
  right: 0;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 100%;
  background-color: var(--cl-ac);
}
.header .menu-btn {
  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;
  width: 100%;
  height: 100%;
}
.header .menu-btn__ico {
  width: 40px;
}
.header .menu-btn__ico.sp {
  display: none;
}
.header.narrow {
  height: 80px;
}
.header.narrow .header__inner {
  padding-left: 50px;
}
.header.narrow .header__top {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header {
    height: 70px;
  }
  .header__inner {
    padding-left: 30px;
    padding-right: 70px;
  }
  .header-logo {
    width: 200px;
  }
  .header__contents {
    display: none;
  }
  .header__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
  .header .menu-btn__ico {
    width: 30px;
  }
  .header .menu-btn__ico.pc {
    display: none;
  }
  .header .menu-btn__ico.sp {
    display: block;
  }
  .header.narrow {
    height: 70px;
  }
  .header.narrow .header__inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 758px) {
  .header {
    height: 60px;
  }
  .header__inner {
    padding-left: 15px;
    padding-right: 0;
  }
  .header__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
  .header .menu-btn__ico {
    width: 35px;
  }
  .header.narrow {
    height: 60px;
  }
  .header.narrow .header__inner {
    padding-left: 15px;
  }
}
/* ===================================

  ドロワーメニュー

====================================== */
.dnav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 485px;
  height: 100dvh;
  background-color: #fef5e5;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.dnav.show {
  right: 0;
  opacity: 1;
  z-index: 100;
}
.dnav__btn {
  position: absolute;
  top: 0;
  right: 0;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background-color: var(--cl-ac);
}
.dnav .close-btn {
  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;
  width: 100%;
  height: 100%;
}
.dnav .close-btn__ico {
  width: 40px;
}
.dnav .close-btn__ico.sp {
  display: none;
}
.dnav__inner {
  height: 100%;
  padding: 65px 90px 0 60px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior-y: none;
  height: 100%;
}
.dnav__inner::-webkit-scrollbar {
  display: none;
}
.dnav__contents {
  height: 100%;
}
.dnav .d-nav {
  padding-bottom: 200px;
}
.dnav .d-nav .nav-list a {
  display: block;
}
.dnav .d-nav .nav-list > .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--cl-ac);
  border-bottom: 1px solid #ccc;
}
.dnav .d-nav .nav-list > .menu-item > a::before {
  content: "";
  position: relative;
  top: 0.25em;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(img/ico/ico-nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dnav .d-nav .nav-list .sub-menu {
  padding: 0 20px;
}
.dnav .d-nav .nav-list .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
}
.dnav .d-nav .nav-list .sub-menu a::before {
  content: "";
  position: relative;
  top: 0.75em;
  margin-right: 10px;
  width: 10px;
  height: 2px;
  background-color: var(--cl-ac);
}

@media screen and (max-width: 1199px) {
  .dnav {
    width: 400px;
    max-width: 100%;
  }
  .dnav__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
  .dnav .close-btn__ico {
    width: 30px;
  }
  .dnav .close-btn__ico.pc {
    display: none;
  }
  .dnav .close-btn__ico.sp {
    display: block;
  }
  .dnav__inner {
    padding: 60px 30px;
  }
  .dnav .d-nav {
    padding-bottom: 120px;
  }
  .dnav .d-nav .nav-list > .menu-item > a {
    padding: 13px 9px;
    font-size: 14px;
  }
  .dnav .d-nav .nav-list > .menu-item > a::before {
    top: 0.12em;
    margin-right: 9px;
    width: 18px;
    height: 18px;
  }
  .dnav .d-nav .nav-list .sub-menu {
    padding: 0 18px;
  }
  .dnav .d-nav .nav-list .sub-menu a {
    padding: 8px 0;
    font-size: 13px;
  }
  .dnav .d-nav .nav-list .sub-menu a::before {
    margin-right: 9px;
    width: 9px;
    height: 1px;
  }
}
@media screen and (max-width: 758px) {
  .dnav {
    width: 100%;
  }
  .dnav__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
  .dnav .close-btn__ico {
    width: 35px;
  }
}
/* ---------------------------------
  ページトップボタン
----------------------------------- */
.pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 20;
}
.pagetop__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 758px) {
  .pagetop {
    bottom: 80px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
/* ---------------------------------
  追従フッター
----------------------------------- */
.fixed-btn {
  display: none;
}

@media screen and (max-width: 1199px) {
  .fixed-btn {
    display: block;
    position: fixed;
    bottom: -100%;
    left: 0;
    padding: 10px 0;
    width: 100vw;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .fixed-btn.show {
    bottom: 0;
    opacity: 1;
    z-index: 60;
  }
  .fixed-btn__link {
    display: block;
    width: 340px;
    margin: 0 auto;
  }
  .fixed-btn__img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 758px) {
  .fixed-btn__link {
    width: 340px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  padding: 90px 0 40px;
  background-color: var(--cl-base);
}
.footer__inner {
  width: 1200px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.footer-logo {
  width: 320px;
}
.footer-logo__link, .footer-logo__img {
  display: block;
  width: 100%;
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 27px;
}
.footer__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.footer__addr {
  padding-top: 9px;
  font-size: 18px;
  font-weight: 400;
}
.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.footer__btn {
  position: relative;
  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;
  height: 40px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: var(--cl-ac);
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.footer__btn::before, .footer__btn::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.footer__btn.access {
  width: 140px;
}
.footer__btn.access::before {
  width: 13px;
  height: 19px;
  margin-right: 12px;
  background-image: url(img/ico/ico-location.svg);
  background-size: 13px 19px;
}
.footer__btn.gm {
  margin-left: 10px;
  width: 190px;
}
.footer__btn.gm::after {
  width: 15px;
  height: 14px;
  margin-left: 12px;
  background-image: url(img/ico/ico-outlink.svg);
  background-size: 15px 14px;
}
.footer__info {
  margin-top: 25px;
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.footer__tel span {
  margin-right: 6px;
  padding-bottom: 0.25em;
  font-size: 12px;
  color: var(--cl-ac);
}
.footer__tel + .footer__tel {
  margin-top: 10px;
}
.footer__link {
  display: block;
  margin-top: 30px;
  padding-right: 15px;
  width: 170px;
  background-image: url(img/ico/ico-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 8px 6px;
  background-position: top 0.5em right 0;
}
.footer__link span {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--cl-pri);
}
.footer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.footer__body dl:first-child {
  border-top: 1px solid #ccc;
}
.footer__body dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  width: 140px;
  color: var(--cl-ac);
}
.footer__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__body dd br {
  display: none;
}
.footer-gm {
  margin-top: 80px;
}
.footer-gm__inner {
  padding-right: 6.25vw;
  padding-left: 6.25vw;
}
.footer-gm .iframe-wrap {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}
.footer-gm .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.footer__copy {
  margin-top: 30px;
}
.footer__copy .copyright {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: var(--cl-ac);
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 80px 0 30px;
  }
  .footer__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .footer-logo {
    width: 250px;
    margin: 0 auto;
  }
  .footer__contents {
    display: block;
    margin-top: 25px;
  }
  .footer__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .footer__addr {
    padding-top: 0;
    font-size: 16px;
    text-align: center;
  }
  .footer__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
  }
  .footer__btn {
    height: 36px;
    font-size: 15px;
  }
  .footer__btn.access {
    width: 135px;
  }
  .footer__btn.access::before {
    width: 11px;
    height: 16px;
    margin-right: 10px;
    background-size: 11px 16px;
  }
  .footer__btn.gm {
    margin-left: 8px;
    width: 180px;
  }
  .footer__btn.gm::after {
    width: 13px;
    height: 12px;
    margin-left: 10px;
    background-size: 13px 12px;
  }
  .footer__info {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .footer__tel {
    font-size: 22px;
  }
  .footer__tel span {
    margin-right: 5px;
    font-size: 11px;
  }
  .footer__tel + .footer__tel {
    margin-top: 18px;
  }
  .footer__link {
    margin: 28px auto 0;
    padding-right: 0;
    width: 160px;
    background-size: 8px 6px;
    background-position: top 0.4em right 0;
  }
  .footer__link span {
    padding-bottom: 3px;
    font-size: 13px;
  }
  .footer__body {
    width: 100%;
    margin-top: 80px;
  }
  .footer__body dl {
    padding: 20px 0;
    font-size: 16px;
  }
  .footer__body dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 120px;
  }
  .footer-gm {
    margin-top: 30px;
  }
  .footer-gm__inner {
    padding: 0 30px;
  }
  .footer-gm .iframe-wrap {
    padding-top: 50%;
    border-radius: 12px;
  }
  .footer__copy {
    margin-top: 20px;
  }
  .footer__copy .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    padding: 70px 0;
  }
  .footer__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .footer-logo {
    width: 238px;
  }
  .footer__contents {
    margin-top: 28px;
  }
  .footer__addr {
    font-size: 14px;
  }
  .footer__btns {
    margin-top: 22px;
  }
  .footer__btn {
    height: 30px;
    font-size: 12px;
  }
  .footer__btn.access {
    width: 105px;
  }
  .footer__btn.access::before {
    width: 9px;
    height: 13px;
    background-size: 9px 13px;
  }
  .footer__btn.gm {
    margin-left: 10px;
    width: 142px;
  }
  .footer__btn.gm::after {
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
  }
  .footer__info {
    margin-top: 25px;
  }
  .footer__tel {
    font-size: 22px;
  }
  .footer__tel span {
    font-size: 14px;
  }
  .footer__tel + .footer__tel {
    margin-top: 15px;
  }
  .footer__link {
    width: 168px;
    background-size: 9px 8px;
    background-position: top 0.35em right 0;
  }
  .footer__link span {
    font-size: 14px;
  }
  .footer__body {
    margin-top: 45px;
  }
  .footer__body dl {
    padding: 16px 0;
    font-size: 14px;
  }
  .footer__body dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
  }
  .footer__body dd br {
    display: block;
  }
  .footer-gm {
    margin-top: 68px;
  }
  .footer-gm__inner {
    padding: 0;
  }
  .footer-gm .iframe-wrap {
    padding-top: 88.9%;
    border-radius: 0;
  }
  .footer__copy {
    margin-top: 15px;
  }
  .footer__copy .copyright {
    font-size: 11px;
  }
}
/* ===================================

  サイドバー

====================================== */
.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.4791666667vw;
          flex: 0 0 24.4791666667vw;
  width: 24.4791666667vw;
  padding-top: 265px;
  padding-left: 10.9375vw;
  padding-right: 30px;
  background-color: var(--cl-base);
}
.sidebar .widget__title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 13px;
  border-left: 3px solid var(--cl-ac);
}
.sidebar .widget__contents {
  margin-top: 30px;
}
.sidebar .widget__contents li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.sidebar .widget__contents li + li {
  margin-top: 18px;
}
.sidebar .widget__contents li.current::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .sidebar {
    padding-left: 7.8125vw;
  }
}
@media screen and (max-width: 1199px) {
  .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 768px;
    padding: 60px 30px 100px;
    margin: 0 auto;
  }
  .sidebar .widget__title {
    font-size: 18px;
    padding-left: 12px;
  }
  .sidebar .widget__contents {
    margin-top: 25px;
  }
  .sidebar .widget__contents li {
    font-size: 15px;
  }
  .sidebar .widget__contents li + li {
    margin-top: 1em;
  }
}
@media screen and (max-width: 758px) {
  .sidebar {
    max-width: 100%;
    padding: 60px 20px 100px;
    background-color: #fff;
  }
  .sidebar .widget__title {
    font-size: 18px;
    padding-left: 12px;
  }
  .sidebar .widget__contents li {
    font-size: 14px;
  }
}
/* ===================================

  トップページ

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.home .main {
  padding-bottom: 160px;
}

@media screen and (max-width: 1199px) {
  .home .main {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 758px) {
  .home .main {
    padding-bottom: 100px;
  }
}
/* ===================================

  メインビジュアル

====================================== */
.home .mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  max-height: 790px;
}
.home .mv__inner {
  width: 100%;
  height: 100%;
}
.home .mv .swiper,
.home .mv .swiper-wrapper,
.home .mv .swiper-slide {
  width: 100%;
  height: 100%;
}
.home .mv .swiper-slide__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .mv .swiper-slide__bg.img1 {
  background-image: url(img/mv1.webp);
}
.home .mv .swiper-slide__bg.img2 {
  background-image: url(img/mv2.webp);
}
.home .mv .swiper-slide__bg.img3 {
  background-image: url(img/mv3.webp);
}
.home .mv .swiper-slide-active .swiper-slide__bg,
.home .mv .swiper-slide-duplicate-active .swiper-slide__bg,
.home .mv .swiper-slide-prev .swiper-slide__bg {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.home .mv .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.home .mv .swiper-slide__bg {
  display: block;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.home .mv__copy {
  position: absolute;
  left: 5.2083333333vw;
  bottom: 5.2083333333vw;
  z-index: 5;
  color: #fff;
}
.home .mv__title {
  font-family: "Shippori Mincho", serif;
  font-size: calc(42px + 12 * (100vw - 1280px) / 640);
  font-weight: 600;
  line-height: 1.15;
}
.home .mv__txt {
  margin-top: 16px;
  font-size: calc(16px + 4 * (100vw - 1280px) / 640);
  font-weight: 500;
}
.home .mv__txt br {
  display: none;
}
.home .mv-banner {
  position: absolute;
  right: 1.8229166667vw;
  bottom: 0;
  width: 16.6666666667vw;
  z-index: 5;
}
.home .mv-banner__link, .home .mv-banner__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .home .mv__copy {
    bottom: 3.90625vw;
  }
}
@media screen and (max-width: 1300px) {
  .home .mv__copy {
    bottom: 3.4375vw;
  }
}
@media screen and (max-width: 1199px) {
  .home .spacer {
    height: 70px;
  }
  .home .mv {
    height: 600px;
    max-height: calc(100vh - 200px);
  }
  .home .mv .swiper-slide__bg.img1 {
    background-image: url(img/mv1.webp);
  }
  .home .mv .swiper-slide__bg.img2 {
    background-image: url(img/mv2.webp);
  }
  .home .mv .swiper-slide__bg.img3 {
    background-image: url(img/mv3.webp);
  }
  .home .mv__copy {
    left: 30px;
    bottom: 60px;
  }
  .home .mv__title {
    font-size: 48px;
  }
  .home .mv__txt {
    margin-top: 15px;
    font-size: 18px;
  }
  .home .mv-banner {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .home .spacer {
    height: 60px;
  }
  .home .mv {
    height: 520px;
    max-height: calc(100vh - 60px);
  }
  .home .mv .swiper-slide__bg.img1 {
    background-image: url(img/sp-mv1.webp);
  }
  .home .mv .swiper-slide__bg.img2 {
    background-image: url(img/sp-mv2.webp);
  }
  .home .mv .swiper-slide__bg.img3 {
    background-image: url(img/sp-mv3.webp);
  }
  .home .mv__copy {
    top: auto;
    left: 20px;
    bottom: 36px;
  }
  .home .mv__title {
    font-size: 28px;
    line-height: 1.25;
  }
  .home .mv__txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .home .mv__txt br {
    display: block;
  }
  .home .mv-banner {
    display: none;
  }
}
/* ===================================

  重要なお知らせ

====================================== */
.home .imp {
  padding-top: 120px;
}
.home .imp__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.home .imp__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .imp__head {
  position: relative;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 286px;
          flex: 0 0 286px;
  width: 286px;
  background-color: var(--cl-sec);
  border-radius: 8px 0 0 8px;
  z-index: 1;
}
.home .imp__title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.home .imp__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 14px 40px;
  border-radius: 0 8px 8px 0;
  border: 4px solid var(--cl-sec);
}
.home .imp .entry + .entry {
  margin-top: 8px;
}
.home .imp .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--cl-sec);
}
.home .imp .entry__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  width: 110px;
}
.home .imp .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.home .imp .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.home .imp .entry__title {
  margin-top: -0.18em;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .home .imp {
    padding-top: 80px;
  }
  .home .imp__inner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .home .imp__contents {
    display: block;
  }
  .home .imp__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 50px;
    border-radius: 8px 8px 0 0;
  }
  .home .imp__title {
    font-size: 15px;
  }
  .home .imp__body {
    padding: 20px 30px;
    border-radius: 0 0 8px 8px;
    border: 2px solid var(--cl-sec);
  }
  .home .imp .entry + .entry {
    margin-top: 18px;
  }
  .home .imp .entry__link {
    display: block;
  }
  .home .imp .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .imp .entry__date {
    font-size: 15px;
  }
  .home .imp .entry__title {
    margin-top: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .home .imp {
    padding-top: 50px;
  }
  .home .imp__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .home .imp__contents {
    display: block;
  }
  .home .imp__head {
    height: 35px;
  }
  .home .imp__title {
    font-size: 14px;
  }
  .home .imp__body {
    padding: 17px 18px;
  }
  .home .imp .entry + .entry {
    margin-top: 15px;
  }
  .home .imp .entry__date {
    font-size: 12px;
  }
  .home .imp .entry__title {
    margin-top: 2px;
    font-size: 14px;
  }
}
/* ---------------------------------
  種類
----------------------------------- */
.home .main .type {
  padding-top: 120px;
  padding-bottom: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(32%, #fff), color-stop(32%, #fcf9f2));
  background: linear-gradient(180deg, #fff 0%, #fff 32%, #fcf9f2 32% #fcf9f2 100%);
}
.home .main .type .container {
  padding-left: 13.5416666667vw;
  padding-right: 13.5416666667vw;
}
.home .main .type .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .main .type .item {
  position: relative;
  width: calc((100% - 120px) / 4);
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.home .main .type .item__link {
  display: block;
  padding: 53px 10px 35px;
}
.home .main .type .item__head {
  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;
  width: 100%;
  height: 98px;
}
.home .main .type .item__img {
  display: block;
  width: 105px;
}
.home .main .type .item__body {
  padding-top: 40px;
}
.home .main .type .item__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.home .main .type .item__ico {
  display: block;
  margin: 35px auto 0;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1500px) {
  .home .main .type .container {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .home .main .type {
    padding-top: 80px;
    padding-bottom: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #fff), color-stop(25%, #fcf9f2));
    background: linear-gradient(180deg, #fff 0%, #fff 25%, #fcf9f2 25% #fcf9f2 100%);
  }
  .home .main .type .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .home .main .type .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .main .type .item {
    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;
    width: calc((100% - 20px) / 2);
    height: 100px;
  }
  .home .main .type .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .home .main .type .item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px;
  }
  .home .main .type .item__head {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92px;
            flex: 0 0 92px;
    width: 92px;
    height: auto;
  }
  .home .main .type .item__img {
    width: 60px;
  }
  .home .main .type .item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
    padding-top: 0;
  }
  .home .main .type .item__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 15px;
    text-align: left;
  }
  .home .main .type .item__ico {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .type {
    padding: 100px 0;
    background: #fcf9f2;
  }
  .home .main .type .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .home .main .type .items {
    display: block;
  }
  .home .main .type .item {
    width: 100%;
    height: auto;
    min-height: 95px;
  }
  .home .main .type .item:nth-child(n+2) {
    margin-top: 20px;
  }
}
/* ---------------------------------
  About Us
----------------------------------- */
.home .main .about {
  position: relative;
  padding: 180px 0 210px;
}
.home .main .about__bg {
  position: absolute;
  top: 100px;
  right: 3.125vw;
  width: 36.875vw;
  z-index: -1;
}
.home .main .about__bg__img {
  display: block;
  width: 100%;
}
.home .main .about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .main .about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .main .about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.home .main .about__title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--cl-ac);
}
.home .main .about__copy {
  margin-right: 14px;
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  line-height: 1.5;
  font-weight: 600;
}
.home .main .about__txt {
  margin-right: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.home .main .about__txt p {
  font-size: 20px;
  line-height: 2.5;
  white-space: nowrap;
}
.home .main .about__txt span {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 1199px) {
  .home .main .about {
    padding: 120px 0 160px;
  }
  .home .main .about__bg {
    top: 60px;
    right: 20px;
    width: 50vw;
  }
  .home .main .about__title {
    font-size: 14px;
  }
  .home .main .about__copy {
    margin-right: 12px;
    font-size: 38px;
  }
  .home .main .about__txt {
    margin-right: 32px;
  }
  .home .main .about__txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .about {
    padding: 100px 0 65px;
  }
  .home .main .about__bg {
    right: -30px;
    width: 360px;
  }
  .home .main .about__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .main .about__heading {
    margin-right: -2em;
  }
  .home .main .about__title {
    font-size: 12px;
  }
  .home .main .about__copy {
    margin-right: 15px;
    font-size: 24px;
    white-space: nowrap;
  }
  .home .main .about__txt {
    margin-top: 50px;
    margin-right: 0;
  }
  .home .main .about__txt p {
    font-size: 14px;
    line-height: 2;
  }
}
/* ---------------------------------
  特徴
----------------------------------- */
.home .main .feature .container {
  padding-left: 13.5416666667vw;
  padding-right: 13.5416666667vw;
}
.home .main .feature__contents {
  position: relative;
  padding-top: 45px;
}
.home .main .feature__contents::before, .home .main .feature__contents::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home .main .feature__contents::before {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 1;
}
.home .main .feature__contents::after {
  width: 30px;
  height: 6px;
  background-color: var(--cl-ac);
  z-index: 2;
}
.home .main .feature__body {
  margin-top: 45px;
}
.home .main .feature .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .main .feature .item {
  width: calc((100% - 4.1666666667vw) / 3);
}
.home .main .feature .item:nth-child(n+4) {
  margin-top: 65px;
}
.home .main .feature .item__head {
  width: 100%;
}
.home .main .feature .item__img {
  display: block;
  width: 100%;
}
.home .main .feature .item__body {
  padding-top: 20px;
}
.home .main .feature .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.home .main .feature .item__title .num {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 500;
  color: var(--cl-ac);
}
.home .main .feature .item__title .title {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .main .feature .item__txt {
  margin-top: 18px;
}
.home .main .feature .item__txt p {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 1500px) {
  .home .main .feature .container {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .home .main .feature .container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .home .main .feature__contents {
    padding-top: 40px;
  }
  .home .main .feature__contents::after {
    width: 25px;
    height: 5px;
  }
  .home .main .feature__body {
    margin-top: 45px;
  }
  .home .main .feature .item {
    width: calc((100% - 30px) / 2);
  }
  .home .main .feature .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .home .main .feature .item__body {
    padding-top: 18px;
  }
  .home .main .feature .item__title {
    padding: 0 5px;
  }
  .home .main .feature .item__title .num {
    font-size: 56px;
  }
  .home .main .feature .item__title .title {
    margin-left: 16px;
    font-size: 18px;
  }
  .home .main .feature .item__txt {
    margin-top: 16px;
  }
  .home .main .feature .item__txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .feature .container {
    padding: 0 20px;
    max-width: 100%;
  }
  .home .main .feature__contents {
    padding-top: 35px;
  }
  .home .main .feature__contents::after {
    width: 23px;
    height: 4px;
  }
  .home .main .feature__body {
    margin-top: 40px;
  }
  .home .main .feature .items {
    display: block;
  }
  .home .main .feature .item {
    width: 100%;
  }
  .home .main .feature .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .home .main .feature .item__body {
    padding-top: 15px;
  }
  .home .main .feature .item__title {
    padding: 0 8px;
  }
  .home .main .feature .item__title .num {
    font-size: 48px;
  }
  .home .main .feature .item__title .title {
    margin-left: 28px;
    font-size: 16px;
  }
  .home .main .feature .item__txt {
    margin-top: 8px;
  }
  .home .main .feature .item__txt p {
    font-size: 14px;
    line-height: 1.7;
  }
}
/* ---------------------------------
  バナー
----------------------------------- */
.home .banner-wrap {
  padding-top: 100px;
}
.home .banner-wrap .banner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.home .banner-wrap .banner__link, .home .banner-wrap .banner__img {
  display: block;
  width: 100%;
}
.home .banner-wrap .banner__img.sp {
  display: none;
}

@media screen and (max-width: 1500px) {
  .home .banner-wrap .banner__img {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .home .banner-wrap {
    padding-top: 80px;
  }
  .home .banner-wrap .banner {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .home .banner-wrap .banner__img {
    width: 100%;
  }
}
@media screen and (max-width: 758px) {
  .home .banner-wrap .banner {
    max-width: 100%;
    padding: 0 20px;
  }
  .home .banner-wrap .banner__img.pc {
    display: none;
  }
  .home .banner-wrap .banner__img.sp {
    display: block;
  }
}
/* ===================================

  連続スライダー

====================================== */
.home .loop-sldr {
  padding-top: 120px;
}
.home .loop-sldr .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .loop-sldr .swiper-slide img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  z-index: 8;
}

@media screen and (max-width: 1199px) {
  .home .loop-sldr {
    padding-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .home .loop-sldr {
    padding-top: 70px;
  }
}
/* ===================================

  倉敷仁風ホスピタルについて

====================================== */
.home .main .hospital {
  padding: 140px 0;
}
.home .main .hospital .container {
  padding-left: 13.5416666667vw;
  padding-right: 13.5416666667vw;
}
.home .main .hospital__head {
  position: relative;
  padding-top: 45px;
}
.home .main .hospital__head::before, .home .main .hospital__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home .main .hospital__head::before {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 1;
}
.home .main .hospital__head::after {
  width: 30px;
  height: 6px;
  background-color: var(--cl-ac);
  z-index: 2;
}
.home .main .hospital__body {
  margin-top: 70px;
}
.home .main .hospital .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .main .hospital .card {
  position: relative;
  width: calc((100% - 70px) / 3);
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
}
.home .main .hospital .card__link {
  display: block;
}
.home .main .hospital .card__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  z-index: 1;
}
.home .main .hospital .card__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.home .main .hospital .card__link:hover {
  opacity: 0.6;
}
.home .main .hospital .card__link:hover .card__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .main .hospital .card__body {
  position: relative;
  padding: 26px 0 30px;
  border-radius: 0 0 8px 8px;
  z-index: 1;
}
.home .main .hospital .card__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.home .main .hospital__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
  margin-top: 63px;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 1;
}
.home .main .hospital__links .link {
  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;
  padding: 18px 0;
  width: 33.3333333333%;
  background-image: url(img/ico/ico-faci.svg);
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: center left 6.25vw;
}
.home .main .hospital__links .link + .link {
  border-left: 1px solid #ccc;
}
.home .main .hospital__links .link:nth-child(2) {
  background-image: url(img/ico/ico-access.svg);
  background-size: 23px auto;
  background-position: center left 6.4vw;
}
.home .main .hospital__links .link:nth-child(3) {
  background-image: url(img/ico/ico-search.svg);
  background-size: 35px auto;
}
.home .main .hospital__links .link__txt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .home .main .hospital .container {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .home .main .hospital {
    padding: 100px 0;
  }
  .home .main .hospital .container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .home .main .hospital__head::after {
    width: 25px;
    height: 5px;
  }
  .home .main .hospital__body {
    margin-top: 45px;
  }
  .home .main .hospital .card {
    position: relative;
    width: calc((100% - 40px) / 3);
  }
  .home .main .hospital .card__link:hover {
    opacity: 1;
  }
  .home .main .hospital .card__link:hover .card__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .main .hospital .card__body {
    padding: 20px 0 25px;
  }
  .home .main .hospital .card__title {
    font-size: 18px;
  }
  .home .main .hospital__links {
    display: block;
    padding: 0 20px;
    margin: 50px auto 0;
    width: 400px;
  }
  .home .main .hospital__links .link {
    display: block;
    padding: 25px 0 25px 50px;
    width: 100%;
    background-size: 24px auto;
    background-position: center left 0;
    border-bottom: 1px solid #ccc;
  }
  .home .main .hospital__links .link + .link {
    border-left: none;
  }
  .home .main .hospital__links .link:last-child {
    border-bottom: none;
  }
  .home .main .hospital__links .link:nth-child(2) {
    background-size: 14px auto;
    background-position: center left 5px;
  }
  .home .main .hospital__links .link:nth-child(3) {
    background-size: 23px auto;
  }
  .home .main .hospital__links .link__txt {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 758px) {
  .home .main .hospital .container {
    padding: 0 20px;
    max-width: 100%;
  }
  .home .main .hospital__head {
    padding-top: 35px;
  }
  .home .main .hospital__head::after {
    width: 23px;
    height: 4px;
  }
  .home .main .hospital__body {
    margin-top: 40px;
  }
  .home .main .hospital .cards {
    display: block;
  }
  .home .main .hospital .card {
    width: 100%;
  }
  .home .main .hospital .card + .card {
    margin-top: 20px;
  }
  .home .main .hospital .card__body {
    padding: 24px 0 20px;
  }
  .home .main .hospital .card__title {
    font-size: 14px;
  }
  .home .main .hospital__links {
    margin: 20px 0 0;
    width: 100%;
  }
  .home .main .hospital__links .link__txt {
    font-size: 14px;
  }
}
/* ===================================

  お知らせ

====================================== */
.home .main .news {
  padding: 140px 0;
  background-color: #fcf9f2;
}
.home .main .news .sp {
  display: none;
}
.home .main .news .container {
  padding-right: 13.5416666667vw;
  padding-left: 13.5416666667vw;
}
.home .main .news__head {
  position: relative;
  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;
  padding-top: 45px;
}
.home .main .news__head::before, .home .main .news__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home .main .news__head::before {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 1;
}
.home .main .news__head::after {
  width: 30px;
  height: 6px;
  background-color: var(--cl-ac);
  z-index: 2;
}
.home .main .news__contents {
  margin-top: 50px;
}
.home .main .news .entries {
  position: relative;
  padding: 25px 60px 28px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
}
.home .main .news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 27px;
  border-bottom: 1px solid #ccc;
}
.home .main .news .entry:last-child .entry__link {
  border-bottom: none;
}
.home .main .news .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .news .entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--cl-ac);
}
.home .main .news .entry__cate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 90px;
  padding: 7px 10px;
  background-color: var(--cl-ac);
  font-size: 14px;
  color: #fff;
  border-radius: 9999px;
  z-index: 1;
}
.home .main .news .entry__body {
  margin-left: 30px;
  word-break: break-all;
}
.home .main .news .entry__title {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1500px) {
  .home .main .news .container {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .home .main .news {
    padding: 100px 0;
  }
  .home .main .news .container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .home .main .news__head {
    padding-top: 40px;
  }
  .home .main .news__head::after {
    width: 25px;
    height: 5px;
  }
  .home .main .news__contents {
    margin-top: 35px;
  }
  .home .main .news .entries {
    padding: 20px 30px;
  }
  .home .main .news .entry__link {
    display: block;
    padding: 24px 0;
  }
  .home .main .news .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    font-size: 15px;
  }
  .home .main .news .entry__cate {
    margin-left: 20px;
    min-width: 80px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
  }
  .home .main .news .entry__body {
    margin-left: 0;
    margin-top: 12px;
  }
  .home .main .news .entry__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 758px) {
  .home .main .news .container {
    padding: 0 20px;
    max-width: 100%;
  }
  .home .main .news .pc {
    display: none;
  }
  .home .main .news__head {
    padding-top: 33px;
  }
  .home .main .news__head::after {
    width: 23px;
    height: 4px;
  }
  .home .main .news__contents {
    margin-top: 45px;
  }
  .home .main .news .entries {
    padding: 20px 18px　 24px;
  }
  .home .main .news .entry__link {
    padding: 20px 0 17px;
  }
  .home .main .news .entry__date {
    font-size: 12px;
  }
  .home .main .news .entry__cate {
    margin-left: 17px;
    min-width: 68px;
    padding: 5px 12px;
    font-size: 11px;
  }
  .home .main .news .entry__body {
    margin-top: 11px;
  }
  .home .main .news .entry__title {
    font-size: 14px;
  }
  .home .main .news .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .main .news .link-btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
  }
}
/* ===================================

  各種医療サービス

====================================== */
.home .main .service {
  padding-top: 140px;
}
.home .main .service .container {
  padding-right: 13.5416666667vw;
  padding-left: 13.5416666667vw;
}
.home .main .service__head {
  position: relative;
  padding-top: 45px;
}
.home .main .service__head::before, .home .main .service__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home .main .service__head::before {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 1;
}
.home .main .service__head::after {
  width: 30px;
  height: 6px;
  background-color: var(--cl-ac);
  z-index: 2;
}
.home .main .service__contents {
  margin-top: 80px;
}
.home .main .service .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .main .service .items::after {
  content: "";
  display: block;
  width: calc((100% - 3.6458333333vw) / 3);
}
.home .main .service .item {
  width: calc((100% - 3.6458333333vw) / 3);
}
.home .main .service .item:nth-child(n+4) {
  margin-top: 55px;
}
.home .main .service .item__thumb {
  width: 100%;
  overflow: hidden;
}
.home .main .service .item__thumb-img {
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.home .main .service .item__link:hover {
  opacity: 0.6;
}
.home .main .service .item__link:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .main .service .item__body {
  padding-top: 23px;
}
.home .main .service .item__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .home .main .service .container {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .home .main .service {
    padding-top: 100px;
  }
  .home .main .service .container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .home .main .service__head {
    padding-top: 40px;
  }
  .home .main .service__head::after {
    width: 25px;
    height: 5px;
  }
  .home .main .service__contents {
    margin-top: 50px;
  }
  .home .main .service .items::after {
    display: none;
  }
  .home .main .service .item {
    width: calc((100% - 30px) / 2);
  }
  .home .main .service .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .home .main .service .item__link:hover {
    opacity: 1;
  }
  .home .main .service .item__link:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .main .service .item__body {
    padding-top: 18px;
  }
  .home .main .service .item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .service .container {
    padding: 0 20px;
    max-width: 100%;
  }
  .home .main .service__head {
    padding-top: 35px;
  }
  .home .main .service__head::after {
    width: 23px;
    height: 4px;
  }
  .home .main .service__contents {
    margin-top: 40px;
  }
  .home .main .service .items {
    display: block;
  }
  .home .main .service .item {
    width: 100%;
  }
  .home .main .service .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .home .main .service .item__body {
    padding-top: 13px;
  }
  .home .main .service .item__title {
    font-size: 14px;
  }
}
/* ===================================

  固定ページ共通

====================================== */
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.page .page-mv,
.archive .page-mv,
.single .page-mv,
.error404 .page-mv {
  width: 100%;
  height: 500px;
}
.page .page-mv__bg,
.archive .page-mv__bg,
.single .page-mv__bg,
.error404 .page-mv__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page .page-no-mv,
.archive .page-no-mv,
.single .page-no-mv,
.error404 .page-no-mv {
  width: 100%;
  height: 40px;
  background-color: var(--cl-base);
}

@media screen and (max-width: 1199px) {
  .page .page-mv,
  .archive .page-mv,
  .single .page-mv,
  .error404 .page-mv {
    height: 350px;
  }
  .page .page-no-mv,
  .archive .page-no-mv,
  .single .page-no-mv,
  .error404 .page-no-mv {
    height: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page .page-mv,
  .archive .page-mv,
  .single .page-mv,
  .error404 .page-mv {
    height: 140px;
  }
  .page .page-no-mv,
  .archive .page-no-mv,
  .single .page-no-mv,
  .error404 .page-no-mv {
    height: 0;
  }
}
/* ---------------------------------
  タイトル
----------------------------------- */
.page .page__head,
.archive .page__head,
.single .page__head,
.error404 .page__head {
  padding: 82px 0 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page .page__title,
.archive .page__title,
.single .page__title,
.error404 .page__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  word-break: break-all;
}
.page .page__title .title,
.archive .page__title .title,
.single .page__title .title,
.error404 .page__title .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
}
.page .page__title .txt,
.archive .page__title .txt,
.single .page__title .txt,
.error404 .page__title .txt {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}

@media screen and (max-width: 1199px) {
  .page .page__head,
  .archive .page__head,
  .single .page__head,
  .error404 .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 25px 0 60px;
  }
  .page .page__title,
  .archive .page__title,
  .single .page__title,
  .error404 .page__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page .page__title .title,
  .archive .page__title .title,
  .single .page__title .title,
  .error404 .page__title .title {
    margin-top: 20px;
    font-size: 32px;
  }
  .page .page__title .txt,
  .archive .page__title .txt,
  .single .page__title .txt,
  .error404 .page__title .txt {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .page .page__head,
  .archive .page__head,
  .single .page__head,
  .error404 .page__head {
    padding: 12px 0 40px;
  }
  .page .page__title .title,
  .archive .page__title .title,
  .single .page__title .title,
  .error404 .page__title .title {
    margin-top: 25px;
    font-size: 24px;
  }
  .page .page__title .txt,
  .archive .page__title .txt,
  .single .page__title .txt,
  .error404 .page__title .txt {
    margin-top: 7px;
    font-size: 12px;
  }
}
/* ---------------------------------
  レイアウト
----------------------------------- */
.page .main,
.archive .main,
.single .main,
.error404 .main {
  background-color: var(--cl-base);
  padding-bottom: 140px;
}
.page .main .container,
.archive .main .container,
.single .main .container,
.error404 .main .container {
  width: 1400px;
  max-width: 100%;
}
.page .main .contents,
.archive .main .contents,
.single .main .contents,
.error404 .main .contents {
  position: relative;
  padding: 0 100px 145px;
  background-color: #fff;
  border-radius: 13px;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .page .main .container,
  .archive .main .container,
  .single .main .container,
  .error404 .main .container {
    padding: 0 5vw;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .page .main,
  .archive .main,
  .single .main,
  .error404 .main {
    padding-bottom: 100px;
  }
  .page .main .container,
  .archive .main .container,
  .single .main .container,
  .error404 .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .page .main .contents,
  .archive .main .contents,
  .single .main .contents,
  .error404 .main .contents {
    padding: 0 30px 100px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 758px) {
  .page .main,
  .archive .main,
  .single .main,
  .error404 .main {
    background-color: #fff;
  }
  .page .main .container,
  .archive .main .container,
  .single .main .container,
  .error404 .main .container {
    max-width: 100%;
    padding: 0;
  }
  .page .main .contents,
  .archive .main .contents,
  .single .main .contents,
  .error404 .main .contents {
    top: 0;
    padding: 0 20px;
    border-radius: 0;
  }
}
/* ---------------------------------
  共通ブロック
----------------------------------- */
.page .heading2,
.archive .heading2,
.error404 .heading2 {
  position: relative;
  padding-top: 37px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.page .heading2::before, .page .heading2::after,
.archive .heading2::before,
.archive .heading2::after,
.error404 .heading2::before,
.error404 .heading2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page .heading2::before,
.archive .heading2::before,
.error404 .heading2::before {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 1;
}
.page .heading2::after,
.archive .heading2::after,
.error404 .heading2::after {
  width: 30px;
  height: 6px;
  background-color: var(--cl-ac);
  z-index: 2;
}
.page .items-1,
.archive .items-1,
.error404 .items-1 {
  margin-top: 40px;
}
.page .items-1 .item,
.archive .items-1 .item,
.error404 .items-1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .items-1 .item + .item,
.archive .items-1 .item + .item,
.error404 .items-1 .item + .item {
  margin-top: 70px;
}
.page .items-1 .item__body,
.archive .items-1 .item__body,
.error404 .items-1 .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 4.1666666667vw;
  word-break: break-all;
}
.page .items-1 .item__txt p,
.archive .items-1 .item__txt p,
.error404 .items-1 .item__txt p {
  font-size: 16px;
  line-height: 2;
}
.page .items-1 .item__txt p + p,
.archive .items-1 .item__txt p + p,
.error404 .items-1 .item__txt p + p {
  margin-top: 1.8em;
}
.page .items-1 .item__thumb,
.archive .items-1 .item__thumb,
.error404 .items-1 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.page .items-1 .item__img,
.archive .items-1 .item__img,
.error404 .items-1 .item__img {
  display: block;
  width: 100%;
}
.page .items-1 .item__name,
.archive .items-1 .item__name,
.error404 .items-1 .item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 42px;
}
.page .items-1 .item__name span,
.archive .items-1 .item__name span,
.error404 .items-1 .item__name span {
  padding-bottom: 3px;
  margin-right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.page .items-1 .item__name img,
.archive .items-1 .item__name img,
.error404 .items-1 .item__name img {
  height: 36px;
}
.page .items-2,
.archive .items-2,
.error404 .items-2 {
  margin-top: 40px;
}
.page .items-2 .item,
.archive .items-2 .item,
.error404 .items-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .items-2 .item + .item,
.archive .items-2 .item + .item,
.error404 .items-2 .item + .item {
  margin-top: 70px;
}
.page .items-2 .item__body,
.archive .items-2 .item__body,
.error404 .items-2 .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 4.1666666667vw;
  word-break: break-all;
}
.page .items-2 .item__title,
.archive .items-2 .item__title,
.error404 .items-2 .item__title {
  padding-left: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  border-left: 3px solid var(--cl-ac);
}
.page .items-2 .item__txt,
.archive .items-2 .item__txt,
.error404 .items-2 .item__txt {
  margin-top: 32px;
}
.page .items-2 .item__txt p,
.archive .items-2 .item__txt p,
.error404 .items-2 .item__txt p {
  font-size: 16px;
  line-height: 2;
}
.page .items-2 .item__txt p + p,
.archive .items-2 .item__txt p + p,
.error404 .items-2 .item__txt p + p {
  margin-top: 1.8em;
}
.page .items-2 .item__lists,
.archive .items-2 .item__lists,
.error404 .items-2 .item__lists {
  margin-top: 30px;
}
.page .items-2 .item-btn,
.archive .items-2 .item-btn,
.error404 .items-2 .item-btn {
  display: inline-block;
  margin-top: 28px;
}
.page .items-2 .item-btn__txt,
.archive .items-2 .item-btn__txt,
.error404 .items-2 .item-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.page .items-2 .item-btn__txt::after,
.archive .items-2 .item-btn__txt::after,
.error404 .items-2 .item-btn__txt::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  background-image: url(img/ico/ico-arrow-ppl.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
}
.page .items-2 .item__thumb,
.archive .items-2 .item__thumb,
.error404 .items-2 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.page .items-2 .item__img,
.archive .items-2 .item__img,
.error404 .items-2 .item__img {
  display: block;
  width: 100%;
}
.page .box-1 .box,
.archive .box-1 .box,
.error404 .box-1 .box {
  position: relative;
  padding: 60px;
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page .box-1 .box__title,
.archive .box-1 .box__title,
.error404 .box-1 .box__title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.page .box-1 .box__contents,
.archive .box-1 .box__contents,
.error404 .box-1 .box__contents {
  margin-top: 40px;
}
.page .box-1 .box__items,
.archive .box-1 .box__items,
.error404 .box-1 .box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .box-1 .box__item,
.archive .box-1 .box__item,
.error404 .box-1 .box__item {
  position: relative;
  width: calc((100% - 30px) / 2);
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.page .box-1 .box__link,
.archive .box-1 .box__link,
.error404 .box-1 .box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  background-image: url(img/ico/ico-arrow-ppl.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center right 25px;
  font-size: 16px;
  border-left: 5px solid var(--cl-ac);
}
.page .box-2,
.archive .box-2,
.error404 .box-2 {
  margin-top: 32px;
}
.page .box-2 .box,
.archive .box-2 .box,
.error404 .box-2 .box {
  position: relative;
  padding: 60px 60px 56px;
  background-color: #ffecf0;
  border-radius: 8px;
  z-index: 1;
}
.page .box-2 .box__title,
.archive .box-2 .box__title,
.error404 .box-2 .box__title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--cl-sec);
}
.page .box-2 .box__body,
.archive .box-2 .box__body,
.error404 .box-2 .box__body {
  padding-top: 32px;
}
.page .box-2 .box__txt,
.archive .box-2 .box__txt,
.error404 .box-2 .box__txt {
  font-size: 16px;
  line-height: 2;
}
.page .box-2 .box__txt span,
.archive .box-2 .box__txt span,
.error404 .box-2 .box__txt span {
  color: #fd2053;
}
.page .box-2 .box__link,
.archive .box-2 .box__link,
.error404 .box-2 .box__link {
  display: inline-block;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 500;
}
.page .box-2 .box__link span,
.archive .box-2 .box__link span,
.error404 .box-2 .box__link span {
  position: relative;
  top: -3px;
  margin-right: 10px;
  font-size: 22px;
  color: #fd2053;
}
.page .box-3,
.archive .box-3,
.error404 .box-3 {
  margin-top: 62px;
}
.page .box-3 .box,
.archive .box-3 .box,
.error404 .box-3 .box {
  position: relative;
  padding: 58px;
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page .box-3 .box__title,
.archive .box-3 .box__title,
.error404 .box-3 .box__title {
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid var(--cl-pri);
}
.page .box-3 .box__lists,
.archive .box-3 .box__lists,
.error404 .box-3 .box__lists {
  margin-top: 30px;
}
.page .box-3 .box__lists li,
.archive .box-3 .box__lists li,
.error404 .box-3 .box__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 2;
}
.page .box-3 .box__lists li::before,
.archive .box-3 .box__lists li::before,
.error404 .box-3 .box__lists li::before {
  content: "";
  position: relative;
  top: 0.8em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page .box-4,
.archive .box-4,
.error404 .box-4 {
  margin-top: 40px;
}
.page .box-4 .box,
.archive .box-4 .box,
.error404 .box-4 .box {
  position: relative;
  padding: 50px 60px;
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page .box-4 .box__title,
.archive .box-4 .box__title,
.error404 .box-4 .box__title {
  padding-left: 13px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  border-left: 4px solid var(--cl-ac);
}
.page .box-4 .box .items,
.archive .box-4 .box .items,
.error404 .box-4 .box .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
.page .box-4 .box .item,
.archive .box-4 .box .item,
.error404 .box-4 .box .item {
  width: calc((100% - 40px) / 3);
}
.page .box-4 .box .item__head,
.archive .box-4 .box .item__head,
.error404 .box-4 .box .item__head {
  width: 100%;
}
.page .box-4 .box .item__img,
.archive .box-4 .box .item__img,
.error404 .box-4 .box .item__img {
  display: block;
  width: 100%;
}
.page .box-4 .box .item__body,
.archive .box-4 .box .item__body,
.error404 .box-4 .box .item__body {
  padding-top: 15px;
}
.page .box-4 .box .item__txt,
.archive .box-4 .box .item__txt,
.error404 .box-4 .box .item__txt {
  font-size: 16px;
  text-align: center;
}
.page .box-2c,
.archive .box-2c,
.error404 .box-2c {
  margin-top: 50px;
}
.page .box-2c__inner,
.archive .box-2c__inner,
.error404 .box-2c__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .box-2c .box,
.archive .box-2c .box,
.error404 .box-2c .box {
  position: relative;
  padding: 50px 0;
  width: calc((100% - 20px) / 2);
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page .box-2c .box__inner,
.archive .box-2c .box__inner,
.error404 .box-2c .box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .box-2c .box__head,
.archive .box-2c .box__head,
.error404 .box-2c .box__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  padding: 20px 0 38px;
}
.page .box-2c .box__title,
.archive .box-2c .box__title,
.error404 .box-2c .box__title {
  font-size: 20px;
}
.page .box-2c .box__img,
.archive .box-2c .box__img,
.error404 .box-2c .box__img {
  margin-top: 38px;
  width: 60px;
}
.page .box-2c .box__ico,
.archive .box-2c .box__ico,
.error404 .box-2c .box__ico {
  display: block;
  width: 100%;
}
.page .box-2c .box__body,
.archive .box-2c .box__body,
.error404 .box-2c .box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 40px;
  word-break: break-all;
  border-left: 1px solid #ccc;
}
.page .box-2c .box__body .group + .group,
.archive .box-2c .box__body .group + .group,
.error404 .box-2c .box__body .group + .group {
  margin-top: 25px;
}
.page .box-2c .box__body .heading,
.archive .box-2c .box__body .heading,
.error404 .box-2c .box__body .heading {
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.25;
  border-left: 3px solid var(--cl-ac);
}
.page .box-2c .box__body .time,
.archive .box-2c .box__body .time,
.error404 .box-2c .box__body .time {
  margin-top: 18px;
  padding-left: 17px;
  font-size: 20px;
  font-weight: 500;
  color: var(--cl-ac);
}
.page .box-2c .box__body .notice,
.archive .box-2c .box__body .notice,
.error404 .box-2c .box__body .notice {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-top: 0.75em;
  line-height: 1.5;
}
.page .box-2c .box__body .notice + .notice,
.archive .box-2c .box__body .notice + .notice,
.error404 .box-2c .box__body .notice + .notice {
  margin-top: 0;
}
.page .box-2c .box__body ul,
.archive .box-2c .box__body ul,
.error404 .box-2c .box__body ul {
  padding-left: 1.1em;
}
.page .box-2c .box__body li,
.archive .box-2c .box__body li,
.error404 .box-2c .box__body li {
  font-size: 16px;
  line-height: 2;
  text-indent: -1em;
}
.page .box-2c .box__body li + li,
.archive .box-2c .box__body li + li,
.error404 .box-2c .box__body li + li {
  margin-top: 0.25em;
}
.page .box-2c .box__body li::before,
.archive .box-2c .box__body li::before,
.error404 .box-2c .box__body li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page .box-2c .box__body li ul,
.archive .box-2c .box__body li ul,
.error404 .box-2c .box__body li ul {
  padding-left: 1em;
}
.page .box-2c .box__body li span,
.archive .box-2c .box__body li span,
.error404 .box-2c .box__body li span {
  font-weight: 500;
  margin-right: 0.25em;
}
.page .define dl,
.archive .define dl,
.error404 .define dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 2;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.page .define dl + dl,
.archive .define dl + dl,
.error404 .define dl + dl {
  border-bottom: 1px solid #ccc;
}
.page .define dl:last-child,
.archive .define dl:last-child,
.error404 .define dl:last-child {
  border-top: none;
}
.page .define dt,
.archive .define dt,
.error404 .define dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  padding: 20px 40px;
  background-color: var(--cl-base);
}
.page .define dd,
.archive .define dd,
.error404 .define dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 40px;
  word-break: break-all;
}
.page .define dd span,
.archive .define dd span,
.error404 .define dd span {
  color: #fd2053;
}
.page .level-1__body,
.archive .level-1__body,
.error404 .level-1__body {
  margin-top: 32px;
}
.page .level-1 .group + .group,
.archive .level-1 .group + .group,
.error404 .level-1 .group + .group {
  margin-top: 55px;
}
.page .level-1 .group__title,
.archive .level-1 .group__title,
.error404 .level-1 .group__title {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-left: 4px solid var(--cl-ac);
}
.page .level-1 .group__txt,
.archive .level-1 .group__txt,
.error404 .level-1 .group__txt {
  margin-top: 22px;
}
.page .level-1 .group__txt p,
.archive .level-1 .group__txt p,
.error404 .level-1 .group__txt p {
  font-size: 16px;
  line-height: 2;
}
.page .level-1 .group__txt span,
.archive .level-1 .group__txt span,
.error404 .level-1 .group__txt span {
  font-weight: 500;
}
.page .level-1 .group__park,
.archive .level-1 .group__park,
.error404 .level-1 .group__park {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  line-height: 2;
}
.page .level-1 .group__park::before,
.archive .level-1 .group__park::before,
.error404 .level-1 .group__park::before {
  content: "";
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-image: url(img/ico/ico-park.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}
.page .level-1 .group__park span,
.archive .level-1 .group__park span,
.error404 .level-1 .group__park span {
  font-weight: 500;
}
.page .level-1 .group__lists li,
.archive .level-1 .group__lists li,
.error404 .level-1 .group__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 2;
}
.page .level-1 .group__lists li::before,
.archive .level-1 .group__lists li::before,
.error404 .level-1 .group__lists li::before {
  content: "";
  position: relative;
  top: 0.8em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page .level-1 .group__lists li span,
.archive .level-1 .group__lists li span,
.error404 .level-1 .group__lists li span {
  font-weight: 500;
  margin-right: 0.25em;
}
.page .hext__group + .hext__group,
.archive .hext__group + .hext__group,
.error404 .hext__group + .hext__group {
  margin-top: 140px;
}
.page .hext__title,
.archive .hext__title,
.error404 .hext__title {
  margin-top: 50px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-left: 4px solid var(--cl-ac);
}
.page .hext__txt,
.archive .hext__txt,
.error404 .hext__txt {
  margin-top: 35px;
}
.page .hext__txt p,
.archive .hext__txt p,
.error404 .hext__txt p {
  font-size: 16px;
  line-height: 2;
}
.page .hext__txt p + p,
.archive .hext__txt p + p,
.error404 .hext__txt p + p {
  margin-top: 2em;
}
.page .hext__txt p a,
.archive .hext__txt p a,
.error404 .hext__txt p a {
  color: var(--cl-ac);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.page .hext__txt.notice,
.archive .hext__txt.notice,
.error404 .hext__txt.notice {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.page .hext__lists,
.archive .hext__lists,
.error404 .hext__lists {
  margin-top: 22px;
  padding-left: 1.1em;
}
.page .hext__lists li,
.archive .hext__lists li,
.error404 .hext__lists li {
  font-size: 16px;
  line-height: 2;
}
.page .hext__lists > li,
.archive .hext__lists > li,
.error404 .hext__lists > li {
  text-indent: -1em;
}
.page .hext__lists > li::before,
.archive .hext__lists > li::before,
.error404 .hext__lists > li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page .hext__lists > li ul,
.archive .hext__lists > li ul,
.error404 .hext__lists > li ul {
  padding-left: 1em;
}
.page .hext__lists > li span,
.archive .hext__lists > li span,
.error404 .hext__lists > li span {
  font-weight: 500;
  margin-right: 0.25em;
}
.page .hext__box,
.archive .hext__box,
.error404 .hext__box {
  position: relative;
  margin-top: 32px;
  padding: 40px;
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page .hext__box h3,
.archive .hext__box h3,
.error404 .hext__box h3 {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-left: 4px solid var(--cl-ac);
}
.page .hext__links li + li,
.archive .hext__links li + li,
.error404 .hext__links li + li {
  margin-top: 0.5em;
}
.page .hext__links li a,
.archive .hext__links li a,
.error404 .hext__links li a {
  color: var(--cl-ac);
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
.page .hext__btn,
.archive .hext__btn,
.error404 .hext__btn {
  position: relative;
  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;
  margin-top: 45px;
  width: 400px;
  height: 65px;
  background-color: var(--cl-ac);
  background-image: url(img/ico/ico-arrow-cir-wh.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center right 22px;
  font-size: 18px;
  color: #fff;
  border-radius: 9999px;
  z-index: 1;
}
.page .check-lists-1,
.archive .check-lists-1,
.error404 .check-lists-1 {
  position: relative;
  margin-top: 40px;
  padding: 45px 60px 60px;
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page .check-lists-1 .check-list,
.archive .check-lists-1 .check-list,
.error404 .check-lists-1 .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .check-lists-1 .check-list li,
.archive .check-lists-1 .check-list li,
.error404 .check-lists-1 .check-list li {
  width: calc((100% - 40px) / 2);
  padding: 11px 0 11px 30px;
  background-image: url(img/ico/ico-check.svg);
  background-repeat: no-repeat;
  background-size: 17px 14px;
  background-position: top 1.05em left 0;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.page .check-lists-2,
.archive .check-lists-2,
.error404 .check-lists-2 {
  position: relative;
  margin-top: 40px;
  padding: 60px 60px 55px;
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page .check-lists-2 .check-list,
.archive .check-lists-2 .check-list,
.error404 .check-lists-2 .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .check-lists-2 .check-list li,
.archive .check-lists-2 .check-list li,
.error404 .check-lists-2 .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 25%;
  padding-right: 2em;
  font-size: 16px;
}
.page .check-lists-2 .check-list li::before,
.archive .check-lists-2 .check-list li::before,
.error404 .check-lists-2 .check-list li::before {
  content: "";
  position: relative;
  top: 0.35em;
  display: inline-block;
  margin-right: 7px;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--cl-ac);
  border-radius: 50%;
}
.page .check-lists-2 .check-list li:nth-child(n+5),
.archive .check-lists-2 .check-list li:nth-child(n+5),
.error404 .check-lists-2 .check-list li:nth-child(n+5) {
  margin-top: 1.5em;
}
.page .faq-1,
.archive .faq-1,
.error404 .faq-1 {
  margin-top: 36px;
}
.page .faq-1 .item + .item,
.archive .faq-1 .item + .item,
.error404 .faq-1 .item + .item {
  margin-top: 30px;
}
.page .faq-1 .item-q,
.archive .faq-1 .item-q,
.error404 .faq-1 .item-q {
  position: relative;
  padding: 13px 0;
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page .faq-1 .item__inner,
.archive .faq-1 .item__inner,
.error404 .faq-1 .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
}
.page .faq-1 .item__head,
.archive .faq-1 .item__head,
.error404 .faq-1 .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
}
.page .faq-1 .item__ico,
.archive .faq-1 .item__ico,
.error404 .faq-1 .item__ico {
  display: block;
  margin-top: 0.135em;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--cl-ac);
}
.page .faq-1 .item__title,
.archive .faq-1 .item__title,
.error404 .faq-1 .item__title {
  padding-right: 2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.page .faq-1 .item__mark,
.archive .faq-1 .item__mark,
.error404 .faq-1 .item__mark {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url(img/ico/ico-ac-open.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center;
}
.page .faq-1 .item__mark.active,
.archive .faq-1 .item__mark.active,
.error404 .faq-1 .item__mark.active {
  background-image: url(img/ico/ico-ac-close.svg);
}
.page .faq-1 .item__body,
.archive .faq-1 .item__body,
.error404 .faq-1 .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.page .faq-1 .item-a,
.archive .faq-1 .item-a,
.error404 .faq-1 .item-a {
  margin-top: 22px;
  padding-right: 70px;
}
.page .faq-1 .item__txt,
.archive .faq-1 .item__txt,
.error404 .faq-1 .item__txt {
  padding-bottom: 12px;
}
.page .faq-1 .item__txt p,
.archive .faq-1 .item__txt p,
.error404 .faq-1 .item__txt p {
  font-size: 16px;
  line-height: 2;
}
.page .faq-1 .item__txt p + p,
.archive .faq-1 .item__txt p + p,
.error404 .faq-1 .item__txt p + p {
  margin-top: 1em;
}
.page .flow-1,
.archive .flow-1,
.error404 .flow-1 {
  margin-top: 50px;
}
.page .flow-1 .item,
.archive .flow-1 .item,
.error404 .flow-1 .item {
  position: relative;
}
.page .flow-1 .item::before,
.archive .flow-1 .item::before,
.error404 .flow-1 .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 39px;
  width: 2px;
  height: 100%;
  border-left: 2px dotted var(--cl-ac);
}
.page .flow-1 .item:last-child::before,
.archive .flow-1 .item:last-child::before,
.error404 .flow-1 .item:last-child::before {
  height: 50px;
}
.page .flow-1 .item + .item,
.archive .flow-1 .item + .item,
.error404 .flow-1 .item + .item {
  margin-top: -2px;
  padding-top: 42px;
}
.page .flow-1 .item__inner,
.archive .flow-1 .item__inner,
.error404 .flow-1 .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .flow-1 .item__head,
.archive .flow-1 .item__head,
.error404 .flow-1 .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  width: 130px;
}
.page .flow-1 .item__ico,
.archive .flow-1 .item__ico,
.error404 .flow-1 .item__ico {
  position: relative;
  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;
  width: 80px;
  height: 80px;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--cl-ac);
  border: 2px solid var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page .flow-1 .item__body,
.archive .flow-1 .item__body,
.error404 .flow-1 .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.page .flow-1 .item__contents,
.archive .flow-1 .item__contents,
.error404 .flow-1 .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
  padding-top: 1.35em;
  padding-right: 50px;
}
.page .flow-1 .item__title,
.archive .flow-1 .item__title,
.error404 .flow-1 .item__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page .flow-1 .item__txt,
.archive .flow-1 .item__txt,
.error404 .flow-1 .item__txt {
  margin-top: 24px;
}
.page .flow-1 .item__txt p,
.archive .flow-1 .item__txt p,
.error404 .flow-1 .item__txt p {
  font-size: 16px;
  line-height: 2;
}
.page .flow-1 .item__thumb,
.archive .flow-1 .item__thumb,
.error404 .flow-1 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
}
.page .flow-1 .item__img,
.archive .flow-1 .item__img,
.error404 .flow-1 .item__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page .heading2,
  .archive .heading2,
  .error404 .heading2 {
    font-size: 26px;
  }
  .page .heading2::after,
  .archive .heading2::after,
  .error404 .heading2::after {
    width: 25px;
    height: 5px;
  }
  .page .items-1,
  .archive .items-1,
  .error404 .items-1 {
    margin-top: 35px;
  }
  .page .items-1 .item + .item,
  .archive .items-1 .item + .item,
  .error404 .items-1 .item + .item {
    margin-top: 50px;
  }
  .page .items-1 .item__body,
  .archive .items-1 .item__body,
  .error404 .items-1 .item__body {
    padding-right: 30px;
  }
  .page .items-1 .item__txt p,
  .archive .items-1 .item__txt p,
  .error404 .items-1 .item__txt p {
    font-size: 15px;
  }
  .page .items-1 .item__thumb,
  .archive .items-1 .item__thumb,
  .error404 .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
  .page .items-1 .item__name,
  .archive .items-1 .item__name,
  .error404 .items-1 .item__name {
    margin-top: 35px;
  }
  .page .items-1 .item__name span,
  .archive .items-1 .item__name span,
  .error404 .items-1 .item__name span {
    padding-bottom: 2px;
    margin-right: 12px;
    font-size: 15px;
  }
  .page .items-1 .item__name img,
  .archive .items-1 .item__name img,
  .error404 .items-1 .item__name img {
    height: 26px;
  }
  .page .items-2,
  .archive .items-2,
  .error404 .items-2 {
    margin-top: 35px;
  }
  .page .items-2 .item + .item,
  .archive .items-2 .item + .item,
  .error404 .items-2 .item + .item {
    margin-top: 50px;
  }
  .page .items-2 .item__body,
  .archive .items-2 .item__body,
  .error404 .items-2 .item__body {
    padding-right: 30px;
  }
  .page .items-2 .item__title,
  .archive .items-2 .item__title,
  .error404 .items-2 .item__title {
    padding-left: 12px;
    font-size: 20px;
  }
  .page .items-2 .item__txt,
  .archive .items-2 .item__txt,
  .error404 .items-2 .item__txt {
    margin-top: 25px;
  }
  .page .items-2 .item__txt p,
  .archive .items-2 .item__txt p,
  .error404 .items-2 .item__txt p {
    font-size: 15px;
  }
  .page .items-2 .item-btn,
  .archive .items-2 .item-btn,
  .error404 .items-2 .item-btn {
    margin-top: 25px;
  }
  .page .items-2 .item-btn__txt,
  .archive .items-2 .item-btn__txt,
  .error404 .items-2 .item-btn__txt {
    font-size: 16px;
  }
  .page .items-2 .item-btn__txt::after,
  .archive .items-2 .item-btn__txt::after,
  .error404 .items-2 .item-btn__txt::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2em;
            flex: 0 0 2em;
    width: 2em;
    height: 2em;
    margin-left: 18px;
    background-size: 2em 2em;
  }
  .page .items-2 .item__thumb,
  .archive .items-2 .item__thumb,
  .error404 .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
  .page .box-1 .box,
  .archive .box-1 .box,
  .error404 .box-1 .box {
    padding: 40px 30px;
  }
  .page .box-1 .box__title,
  .archive .box-1 .box__title,
  .error404 .box-1 .box__title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page .box-1 .box__contents,
  .archive .box-1 .box__contents,
  .error404 .box-1 .box__contents {
    margin-top: 30px;
  }
  .page .box-1 .box__item,
  .archive .box-1 .box__item,
  .error404 .box-1 .box__item {
    width: calc((100% - 20px) / 2);
  }
  .page .box-1 .box__link,
  .archive .box-1 .box__link,
  .error404 .box-1 .box__link {
    padding-left: 20px;
    height: 60px;
    background-size: 26px 26px;
    background-position: center right 20px;
    font-size: 15px;
    border-left: 4px solid var(--cl-ac);
  }
  .page .box-2,
  .archive .box-2,
  .error404 .box-2 {
    margin-top: 32px;
  }
  .page .box-2 .box,
  .archive .box-2 .box,
  .error404 .box-2 .box {
    padding: 40px 30px;
  }
  .page .box-2 .box__title,
  .archive .box-2 .box__title,
  .error404 .box-2 .box__title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page .box-2 .box__body,
  .archive .box-2 .box__body,
  .error404 .box-2 .box__body {
    padding-top: 20px;
  }
  .page .box-2 .box__txt,
  .archive .box-2 .box__txt,
  .error404 .box-2 .box__txt {
    font-size: 15px;
  }
  .page .box-2 .box__link,
  .archive .box-2 .box__link,
  .error404 .box-2 .box__link {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 500;
  }
  .page .box-2 .box__link span,
  .archive .box-2 .box__link span,
  .error404 .box-2 .box__link span {
    top: -2px;
    margin-right: 8px;
    font-size: 18px;
  }
  .page .box-3,
  .archive .box-3,
  .error404 .box-3 {
    margin-top: 35px;
  }
  .page .box-3 .box,
  .archive .box-3 .box,
  .error404 .box-3 .box {
    padding: 40px 30px;
  }
  .page .box-3 .box__title,
  .archive .box-3 .box__title,
  .error404 .box-3 .box__title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page .box-3 .box__lists,
  .archive .box-3 .box__lists,
  .error404 .box-3 .box__lists {
    margin-top: 20px;
  }
  .page .box-3 .box__lists li,
  .archive .box-3 .box__lists li,
  .error404 .box-3 .box__lists li {
    font-size: 15px;
  }
  .page .box-3 .box__lists li::before,
  .archive .box-3 .box__lists li::before,
  .error404 .box-3 .box__lists li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5em;
            flex: 0 0 0.5em;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
  }
  .page .box-4,
  .archive .box-4,
  .error404 .box-4 {
    margin-top: 35px;
  }
  .page .box-4 .box,
  .archive .box-4 .box,
  .error404 .box-4 .box {
    padding: 40px 30px;
  }
  .page .box-4 .box__title,
  .archive .box-4 .box__title,
  .error404 .box-4 .box__title {
    padding-left: 12px;
    font-size: 18px;
  }
  .page .box-4 .box .items,
  .archive .box-4 .box .items,
  .error404 .box-4 .box .items {
    margin-top: 30px;
  }
  .page .box-4 .box .item,
  .archive .box-4 .box .item,
  .error404 .box-4 .box .item {
    width: calc((100% - 30px) / 3);
  }
  .page .box-4 .box .item__body,
  .archive .box-4 .box .item__body,
  .error404 .box-4 .box .item__body {
    padding-top: 10px;
  }
  .page .box-4 .box .item__txt,
  .archive .box-4 .box .item__txt,
  .error404 .box-4 .box .item__txt {
    font-size: 15px;
  }
  .page .box-2c,
  .archive .box-2c,
  .error404 .box-2c {
    margin-top: 35px;
  }
  .page .box-2c__inner,
  .archive .box-2c__inner,
  .error404 .box-2c__inner {
    display: block;
  }
  .page .box-2c .box,
  .archive .box-2c .box,
  .error404 .box-2c .box {
    padding: 30px 0;
    width: 100%;
  }
  .page .box-2c .box + .box,
  .archive .box-2c .box + .box,
  .error404 .box-2c .box + .box {
    margin-top: 20px;
  }
  .page .box-2c .box__inner,
  .archive .box-2c .box__inner,
  .error404 .box-2c .box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page .box-2c .box__head,
  .archive .box-2c .box__head,
  .error404 .box-2c .box__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    padding: 20px 0 30px;
  }
  .page .box-2c .box__title,
  .archive .box-2c .box__title,
  .error404 .box-2c .box__title {
    font-size: 18px;
  }
  .page .box-2c .box__img,
  .archive .box-2c .box__img,
  .error404 .box-2c .box__img {
    margin-top: 30px;
    width: 50px;
  }
  .page .box-2c .box__body,
  .archive .box-2c .box__body,
  .error404 .box-2c .box__body {
    padding: 0 30px;
  }
  .page .box-2c .box__body .group + .group,
  .archive .box-2c .box__body .group + .group,
  .error404 .box-2c .box__body .group + .group {
    margin-top: 22px;
  }
  .page .box-2c .box__body .heading,
  .archive .box-2c .box__body .heading,
  .error404 .box-2c .box__body .heading {
    padding-left: 10px;
    font-size: 15px;
  }
  .page .box-2c .box__body .time,
  .archive .box-2c .box__body .time,
  .error404 .box-2c .box__body .time {
    margin-top: 12px;
    padding-left: 15px;
    font-size: 18px;
  }
  .page .box-2c .box__body ul,
  .archive .box-2c .box__body ul,
  .error404 .box-2c .box__body ul {
    padding-left: 1.2em;
  }
  .page .box-2c .box__body li,
  .archive .box-2c .box__body li,
  .error404 .box-2c .box__body li {
    font-size: 15px;
    text-indent: -1.1em;
  }
  .page .box-2c .box__body li::before,
  .archive .box-2c .box__body li::before,
  .error404 .box-2c .box__body li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5em;
            flex: 0 0 0.5em;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
  }
  .page .define dl,
  .archive .define dl,
  .error404 .define dl {
    font-size: 15px;
    line-height: 2;
  }
  .page .define dt,
  .archive .define dt,
  .error404 .define dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
            flex: 0 0 155px;
    width: 155px;
    padding: 16px 20px;
  }
  .page .define dd,
  .archive .define dd,
  .error404 .define dd {
    padding: 16px 20px;
  }
  .page .level-1__body,
  .archive .level-1__body,
  .error404 .level-1__body {
    margin-top: 30px;
  }
  .page .level-1 .group + .group,
  .archive .level-1 .group + .group,
  .error404 .level-1 .group + .group {
    margin-top: 45px;
  }
  .page .level-1 .group__title,
  .archive .level-1 .group__title,
  .error404 .level-1 .group__title {
    padding-left: 12px;
    font-size: 18px;
  }
  .page .level-1 .group__txt,
  .archive .level-1 .group__txt,
  .error404 .level-1 .group__txt {
    margin-top: 18px;
  }
  .page .level-1 .group__txt p,
  .archive .level-1 .group__txt p,
  .error404 .level-1 .group__txt p {
    font-size: 15px;
  }
  .page .level-1 .group__park,
  .archive .level-1 .group__park,
  .error404 .level-1 .group__park {
    margin-top: 20px;
  }
  .page .level-1 .group__park::before,
  .archive .level-1 .group__park::before,
  .error404 .level-1 .group__park::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .page .level-1 .group__lists li,
  .archive .level-1 .group__lists li,
  .error404 .level-1 .group__lists li {
    font-size: 15px;
  }
  .page .level-1 .group__lists li::before,
  .archive .level-1 .group__lists li::before,
  .error404 .level-1 .group__lists li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5em;
            flex: 0 0 0.5em;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
  }
  .page .hext__group + .hext__group,
  .archive .hext__group + .hext__group,
  .error404 .hext__group + .hext__group {
    margin-top: 100px;
  }
  .page .hext__title,
  .archive .hext__title,
  .error404 .hext__title {
    margin-top: 35px;
    padding-left: 12px;
    font-size: 18px;
  }
  .page .hext__txt,
  .archive .hext__txt,
  .error404 .hext__txt {
    margin-top: 22px;
  }
  .page .hext__txt p,
  .archive .hext__txt p,
  .error404 .hext__txt p {
    font-size: 15px;
  }
  .page .hext__lists,
  .archive .hext__lists,
  .error404 .hext__lists {
    margin-top: 18px;
    padding-left: 1.2em;
  }
  .page .hext__lists li,
  .archive .hext__lists li,
  .error404 .hext__lists li {
    font-size: 15px;
  }
  .page .hext__lists > li,
  .archive .hext__lists > li,
  .error404 .hext__lists > li {
    text-indent: -1.1em;
  }
  .page .hext__lists > li::before,
  .archive .hext__lists > li::before,
  .error404 .hext__lists > li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5em;
            flex: 0 0 0.5em;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
  }
  .page .hext__box,
  .archive .hext__box,
  .error404 .hext__box {
    margin-top: 28px;
    padding: 30px;
  }
  .page .hext__box h3,
  .archive .hext__box h3,
  .error404 .hext__box h3 {
    padding-left: 12px;
    font-size: 18px;
  }
  .page .hext__btn,
  .archive .hext__btn,
  .error404 .hext__btn {
    margin-top: 35px;
    width: 320px;
    height: 50px;
    background-size: 24px 24px;
    background-position: center right 15px;
    font-size: 16px;
  }
  .page .check-lists-1,
  .archive .check-lists-1,
  .error404 .check-lists-1 {
    margin-top: 35px;
    padding: 30px;
  }
  .page .check-lists-1 .check-list li,
  .archive .check-lists-1 .check-list li,
  .error404 .check-lists-1 .check-list li {
    width: calc((100% - 20px) / 2);
    padding: 10px 0 10px 24px;
    background-size: 1em 0.82em;
    font-size: 15px;
  }
  .page .check-lists-2,
  .archive .check-lists-2,
  .error404 .check-lists-2 {
    margin-top: 35px;
    padding: 30px;
  }
  .page .check-lists-2 .check-list li,
  .archive .check-lists-2 .check-list li,
  .error404 .check-lists-2 .check-list li {
    width: 33.3333333333%;
    padding-right: 2em;
    font-size: 15px;
  }
  .page .check-lists-2 .check-list li::before,
  .archive .check-lists-2 .check-list li::before,
  .error404 .check-lists-2 .check-list li::before {
    margin-right: 0.5em;
  }
  .page .check-lists-2 .check-list li:nth-child(n+4),
  .archive .check-lists-2 .check-list li:nth-child(n+4),
  .error404 .check-lists-2 .check-list li:nth-child(n+4) {
    margin-top: 1.5em;
  }
  .page .faq-1,
  .archive .faq-1,
  .error404 .faq-1 {
    margin-top: 30px;
  }
  .page .faq-1 .item + .item,
  .archive .faq-1 .item + .item,
  .error404 .faq-1 .item + .item {
    margin-top: 20px;
  }
  .page .faq-1 .item-q,
  .archive .faq-1 .item-q,
  .error404 .faq-1 .item-q {
    padding: 11px 0;
  }
  .page .faq-1 .item__inner,
  .archive .faq-1 .item__inner,
  .error404 .faq-1 .item__inner {
    padding: 0 15px;
  }
  .page .faq-1 .item__head,
  .archive .faq-1 .item__head,
  .error404 .faq-1 .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    width: 26px;
  }
  .page .faq-1 .item__ico,
  .archive .faq-1 .item__ico,
  .error404 .faq-1 .item__ico {
    font-size: 18px;
  }
  .page .faq-1 .item__title,
  .archive .faq-1 .item__title,
  .error404 .faq-1 .item__title {
    font-size: 15px;
  }
  .page .faq-1 .item__mark,
  .archive .faq-1 .item__mark,
  .error404 .faq-1 .item__mark {
    right: 15px;
  }
  .page .faq-1 .item-a,
  .archive .faq-1 .item-a,
  .error404 .faq-1 .item-a {
    margin-top: 15px;
    padding-right: 50px;
  }
  .page .faq-1 .item__txt,
  .archive .faq-1 .item__txt,
  .error404 .faq-1 .item__txt {
    padding-bottom: 13px;
  }
  .page .faq-1 .item__txt p,
  .archive .faq-1 .item__txt p,
  .error404 .faq-1 .item__txt p {
    font-size: 15px;
  }
  .page .flow-1,
  .archive .flow-1,
  .error404 .flow-1 {
    margin-top: 35px;
  }
  .page .flow-1 .item::before,
  .archive .flow-1 .item::before,
  .error404 .flow-1 .item::before {
    left: 29px;
  }
  .page .flow-1 .item:last-child::before,
  .archive .flow-1 .item:last-child::before,
  .error404 .flow-1 .item:last-child::before {
    height: 40px;
  }
  .page .flow-1 .item + .item,
  .archive .flow-1 .item + .item,
  .error404 .flow-1 .item + .item {
    margin-top: -1px;
    padding-top: 30px;
  }
  .page .flow-1 .item__head,
  .archive .flow-1 .item__head,
  .error404 .flow-1 .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
  }
  .page .flow-1 .item__ico,
  .archive .flow-1 .item__ico,
  .error404 .flow-1 .item__ico {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .page .flow-1 .item__body,
  .archive .flow-1 .item__body,
  .error404 .flow-1 .item__body {
    padding-bottom: 30px;
  }
  .page .flow-1 .item__contents,
  .archive .flow-1 .item__contents,
  .error404 .flow-1 .item__contents {
    padding-top: 0.9em;
    padding-right: 30px;
  }
  .page .flow-1 .item__title,
  .archive .flow-1 .item__title,
  .error404 .flow-1 .item__title {
    font-size: 20px;
  }
  .page .flow-1 .item__txt,
  .archive .flow-1 .item__txt,
  .error404 .flow-1 .item__txt {
    margin-top: 15px;
  }
  .page .flow-1 .item__txt p,
  .archive .flow-1 .item__txt p,
  .error404 .flow-1 .item__txt p {
    font-size: 15px;
  }
  .page .flow-1 .item__thumb,
  .archive .flow-1 .item__thumb,
  .error404 .flow-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
}
@media screen and (max-width: 758px) {
  .page .heading2,
  .archive .heading2,
  .error404 .heading2 {
    font-size: 20px;
  }
  .page .heading2::after,
  .archive .heading2::after,
  .error404 .heading2::after {
    width: 23px;
    height: 4px;
  }
  .page .items-1,
  .archive .items-1,
  .error404 .items-1 {
    margin-top: 30px;
  }
  .page .items-1 .item,
  .archive .items-1 .item,
  .error404 .items-1 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page .items-1 .item + .item,
  .archive .items-1 .item + .item,
  .error404 .items-1 .item + .item {
    margin-top: 60px;
  }
  .page .items-1 .item__body,
  .archive .items-1 .item__body,
  .error404 .items-1 .item__body {
    padding-right: 0;
    margin-top: 26px;
  }
  .page .items-1 .item__txt p,
  .archive .items-1 .item__txt p,
  .error404 .items-1 .item__txt p {
    font-size: 14px;
  }
  .page .items-1 .item__thumb,
  .archive .items-1 .item__thumb,
  .error404 .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
    width: 230px;
    margin: 0 auto;
  }
  .page .items-1 .item__name,
  .archive .items-1 .item__name,
  .error404 .items-1 .item__name {
    margin-top: 25px;
  }
  .page .items-1 .item__name span,
  .archive .items-1 .item__name span,
  .error404 .items-1 .item__name span {
    margin-right: 11px;
    font-size: 12px;
  }
  .page .items-1 .item__name img,
  .archive .items-1 .item__name img,
  .error404 .items-1 .item__name img {
    height: 27px;
  }
  .page .items-2,
  .archive .items-2,
  .error404 .items-2 {
    margin-top: 30px;
  }
  .page .items-2 .item,
  .archive .items-2 .item,
  .error404 .items-2 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page .items-2 .item + .item,
  .archive .items-2 .item + .item,
  .error404 .items-2 .item + .item {
    margin-top: 60px;
  }
  .page .items-2 .item__body,
  .archive .items-2 .item__body,
  .error404 .items-2 .item__body {
    padding-right: 0;
  }
  .page .items-2 .item__title,
  .archive .items-2 .item__title,
  .error404 .items-2 .item__title {
    padding-left: 15px;
    font-size: 16px;
  }
  .page .items-2 .item__txt,
  .archive .items-2 .item__txt,
  .error404 .items-2 .item__txt {
    margin-top: 22px;
  }
  .page .items-2 .item__txt p,
  .archive .items-2 .item__txt p,
  .error404 .items-2 .item__txt p {
    font-size: 14px;
  }
  .page .items-2 .item-btn,
  .archive .items-2 .item-btn,
  .error404 .items-2 .item-btn {
    margin-top: 15px;
  }
  .page .items-2 .item-btn__txt,
  .archive .items-2 .item-btn__txt,
  .error404 .items-2 .item-btn__txt {
    font-size: 14px;
  }
  .page .items-2 .item-btn__txt::after,
  .archive .items-2 .item-btn__txt::after,
  .error404 .items-2 .item-btn__txt::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-size: 30px 30px;
  }
  .page .items-2 .item__thumb,
  .archive .items-2 .item__thumb,
  .error404 .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 23px;
  }
  .page .box-1 .box,
  .archive .box-1 .box,
  .error404 .box-1 .box {
    padding: 30px 20px;
  }
  .page .box-1 .box__title,
  .archive .box-1 .box__title,
  .error404 .box-1 .box__title {
    font-size: 16px;
  }
  .page .box-1 .box__contents,
  .archive .box-1 .box__contents,
  .error404 .box-1 .box__contents {
    margin-top: 14px;
  }
  .page .box-1 .box__items,
  .archive .box-1 .box__items,
  .error404 .box-1 .box__items {
    display: block;
  }
  .page .box-1 .box__item,
  .archive .box-1 .box__item,
  .error404 .box-1 .box__item {
    width: 100%;
  }
  .page .box-1 .box__item + .box__item,
  .archive .box-1 .box__item + .box__item,
  .error404 .box-1 .box__item + .box__item {
    margin-top: 10px;
  }
  .page .box-1 .box__link,
  .archive .box-1 .box__link,
  .error404 .box-1 .box__link {
    padding-left: 18px;
    height: 50px;
    background-size: 22px 22px;
    background-position: center right 15px;
    font-size: 14px;
  }
  .page .box-2,
  .archive .box-2,
  .error404 .box-2 {
    margin-top: 30px;
  }
  .page .box-2 .box,
  .archive .box-2 .box,
  .error404 .box-2 .box {
    padding: 30px 20px;
  }
  .page .box-2 .box__title,
  .archive .box-2 .box__title,
  .error404 .box-2 .box__title {
    font-size: 17px;
    padding-bottom: 12px;
  }
  .page .box-2 .box__body,
  .archive .box-2 .box__body,
  .error404 .box-2 .box__body {
    padding-top: 15px;
  }
  .page .box-2 .box__txt,
  .archive .box-2 .box__txt,
  .error404 .box-2 .box__txt {
    font-size: 14px;
  }
  .page .box-2 .box__link,
  .archive .box-2 .box__link,
  .error404 .box-2 .box__link {
    margin-top: 16px;
    font-size: 30px;
  }
  .page .box-3,
  .archive .box-3,
  .error404 .box-3 {
    margin-top: 30px;
  }
  .page .box-3 .box,
  .archive .box-3 .box,
  .error404 .box-3 .box {
    padding: 30px 20px;
  }
  .page .box-3 .box__title,
  .archive .box-3 .box__title,
  .error404 .box-3 .box__title {
    font-size: 17px;
    padding-bottom: 12px;
  }
  .page .box-3 .box__lists,
  .archive .box-3 .box__lists,
  .error404 .box-3 .box__lists {
    margin-top: 15px;
  }
  .page .box-3 .box__lists li,
  .archive .box-3 .box__lists li,
  .error404 .box-3 .box__lists li {
    font-size: 14px;
  }
  .page .box-4,
  .archive .box-4,
  .error404 .box-4 {
    margin-top: 30px;
  }
  .page .box-4 .box,
  .archive .box-4 .box,
  .error404 .box-4 .box {
    padding: 30px 20px;
  }
  .page .box-4 .box__title,
  .archive .box-4 .box__title,
  .error404 .box-4 .box__title {
    padding-left: 12px;
    font-size: 16px;
    border-width: 3px;
  }
  .page .box-4 .box .items,
  .archive .box-4 .box .items,
  .error404 .box-4 .box .items {
    display: block;
    margin-top: 30px;
  }
  .page .box-4 .box .item,
  .archive .box-4 .box .item,
  .error404 .box-4 .box .item {
    width: 100%;
  }
  .page .box-4 .box .item + .item,
  .archive .box-4 .box .item + .item,
  .error404 .box-4 .box .item + .item {
    margin-top: 30px;
  }
  .page .box-4 .box .item__body,
  .archive .box-4 .box .item__body,
  .error404 .box-4 .box .item__body {
    padding-top: 12px;
  }
  .page .box-4 .box .item__txt,
  .archive .box-4 .box .item__txt,
  .error404 .box-4 .box .item__txt {
    font-size: 14px;
  }
  .page .box-2c,
  .archive .box-2c,
  .error404 .box-2c {
    margin-top: 30px;
  }
  .page .box-2c .box,
  .archive .box-2c .box,
  .error404 .box-2c .box {
    padding: 25px 0;
  }
  .page .box-2c .box + .box,
  .archive .box-2c .box + .box,
  .error404 .box-2c .box + .box {
    margin-top: 20px;
  }
  .page .box-2c .box__inner,
  .archive .box-2c .box__inner,
  .error404 .box-2c .box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page .box-2c .box__head,
  .archive .box-2c .box__head,
  .error404 .box-2c .box__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
            flex: 0 0 86px;
    width: 86px;
    padding: 0;
  }
  .page .box-2c .box__title,
  .archive .box-2c .box__title,
  .error404 .box-2c .box__title {
    font-size: 16px;
  }
  .page .box-2c .box__img,
  .archive .box-2c .box__img,
  .error404 .box-2c .box__img {
    margin-top: 25px;
    width: 36px;
  }
  .page .box-2c .box__body,
  .archive .box-2c .box__body,
  .error404 .box-2c .box__body {
    padding: 10px 15px;
  }
  .page .box-2c .box__body .group + .group,
  .archive .box-2c .box__body .group + .group,
  .error404 .box-2c .box__body .group + .group {
    margin-top: 22px;
  }
  .page .box-2c .box__body .heading,
  .archive .box-2c .box__body .heading,
  .error404 .box-2c .box__body .heading {
    padding-left: 8px;
    font-size: 14px;
  }
  .page .box-2c .box__body .time,
  .archive .box-2c .box__body .time,
  .error404 .box-2c .box__body .time {
    padding-left: 11px;
    font-size: 16px;
  }
  .page .box-2c .box__body ul,
  .archive .box-2c .box__body ul,
  .error404 .box-2c .box__body ul {
    padding-left: 1.2em;
  }
  .page .box-2c .box__body li,
  .archive .box-2c .box__body li,
  .error404 .box-2c .box__body li {
    font-size: 14px;
  }
  .page .define dl,
  .archive .define dl,
  .error404 .define dl {
    display: block;
    font-size: 14px;
  }
  .page .define dl + dl,
  .archive .define dl + dl,
  .error404 .define dl + dl {
    margin-top: -1px;
  }
  .page .define dt,
  .archive .define dt,
  .error404 .define dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 15px;
  }
  .page .define dd,
  .archive .define dd,
  .error404 .define dd {
    padding: 18px 15px;
  }
  .page .level-1__body,
  .archive .level-1__body,
  .error404 .level-1__body {
    margin-top: 25px;
  }
  .page .level-1 .group + .group,
  .archive .level-1 .group + .group,
  .error404 .level-1 .group + .group {
    margin-top: 40px;
  }
  .page .level-1 .group__title,
  .archive .level-1 .group__title,
  .error404 .level-1 .group__title {
    padding-left: 12px;
    font-size: 16px;
    border-width: 3px;
  }
  .page .level-1 .group__txt,
  .archive .level-1 .group__txt,
  .error404 .level-1 .group__txt {
    margin-top: 16px;
  }
  .page .level-1 .group__txt p,
  .archive .level-1 .group__txt p,
  .error404 .level-1 .group__txt p {
    font-size: 14px;
  }
  .page .level-1 .group__park,
  .archive .level-1 .group__park,
  .error404 .level-1 .group__park {
    margin-top: 1.5em;
  }
  .page .level-1 .group__park::before,
  .archive .level-1 .group__park::before,
  .error404 .level-1 .group__park::before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .page .level-1 .group__lists li,
  .archive .level-1 .group__lists li,
  .error404 .level-1 .group__lists li {
    font-size: 14px;
  }
  .page .level-1 .group__lists li span,
  .archive .level-1 .group__lists li span,
  .error404 .level-1 .group__lists li span {
    margin-right: 0.1em;
  }
  .page .hext__group + .hext__group,
  .archive .hext__group + .hext__group,
  .error404 .hext__group + .hext__group {
    margin-top: 80px;
  }
  .page .hext__title,
  .archive .hext__title,
  .error404 .hext__title {
    margin-top: 30px;
    padding-left: 12px;
    font-size: 16px;
    border-width: 3px;
  }
  .page .hext__txt,
  .archive .hext__txt,
  .error404 .hext__txt {
    margin-top: 20px;
  }
  .page .hext__txt p,
  .archive .hext__txt p,
  .error404 .hext__txt p {
    font-size: 14px;
  }
  .page .hext__txt p + p,
  .archive .hext__txt p + p,
  .error404 .hext__txt p + p {
    margin-top: 1em;
  }
  .page .hext__lists,
  .archive .hext__lists,
  .error404 .hext__lists {
    margin-top: 16px;
  }
  .page .hext__lists li,
  .archive .hext__lists li,
  .error404 .hext__lists li {
    font-size: 14px;
  }
  .page .hext__lists > li span,
  .archive .hext__lists > li span,
  .error404 .hext__lists > li span {
    margin-right: 0.1em;
  }
  .page .hext__box,
  .archive .hext__box,
  .error404 .hext__box {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .page .hext__box h3,
  .archive .hext__box h3,
  .error404 .hext__box h3 {
    padding-left: 12px;
    font-size: 16px;
    border-width: 3px;
  }
  .page .hext__btn,
  .archive .hext__btn,
  .error404 .hext__btn {
    margin-top: 30px;
    width: 100%;
    height: 45px;
    background-size: 22px 22px;
    font-size: 14px;
  }
  .page .check-lists-1,
  .archive .check-lists-1,
  .error404 .check-lists-1 {
    margin-top: 30px;
    padding: 18px 20px 25px;
  }
  .page .check-lists-1 .check-list,
  .archive .check-lists-1 .check-list,
  .error404 .check-lists-1 .check-list {
    display: block;
  }
  .page .check-lists-1 .check-list li,
  .archive .check-lists-1 .check-list li,
  .error404 .check-lists-1 .check-list li {
    width: 100%;
    background-position: top 1.1em left 0;
    font-size: 14px;
  }
  .page .check-lists-2,
  .archive .check-lists-2,
  .error404 .check-lists-2 {
    margin-top: 30px;
    padding: 25px 20px 30px;
  }
  .page .check-lists-2 .check-list,
  .archive .check-lists-2 .check-list,
  .error404 .check-lists-2 .check-list {
    display: block;
  }
  .page .check-lists-2 .check-list li,
  .archive .check-lists-2 .check-list li,
  .error404 .check-lists-2 .check-list li {
    width: 100%;
    padding-right: 2em;
    font-size: 14px;
  }
  .page .check-lists-2 .check-list li:nth-child(n+2),
  .archive .check-lists-2 .check-list li:nth-child(n+2),
  .error404 .check-lists-2 .check-list li:nth-child(n+2) {
    margin-top: 1.2em;
  }
  .page .faq-1,
  .archive .faq-1,
  .error404 .faq-1 {
    margin-top: 28px;
  }
  .page .faq-1 .item + .item,
  .archive .faq-1 .item + .item,
  .error404 .faq-1 .item + .item {
    margin-top: 15px;
  }
  .page .faq-1 .item-q,
  .archive .faq-1 .item-q,
  .error404 .faq-1 .item-q {
    padding: 10px 0;
  }
  .page .faq-1 .item__head,
  .archive .faq-1 .item__head,
  .error404 .faq-1 .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
            flex: 0 0 23px;
    width: 23px;
  }
  .page .faq-1 .item__ico,
  .archive .faq-1 .item__ico,
  .error404 .faq-1 .item__ico {
    font-size: 17px;
  }
  .page .faq-1 .item__title,
  .archive .faq-1 .item__title,
  .error404 .faq-1 .item__title {
    font-size: 14px;
    padding-right: 20px;
  }
  .page .faq-1 .item-a,
  .archive .faq-1 .item-a,
  .error404 .faq-1 .item-a {
    margin-top: 12px;
    padding-right: 15px;
  }
  .page .faq-1 .item__txt,
  .archive .faq-1 .item__txt,
  .error404 .faq-1 .item__txt {
    padding-bottom: 15px;
  }
  .page .faq-1 .item__txt p,
  .archive .faq-1 .item__txt p,
  .error404 .faq-1 .item__txt p {
    font-size: 14px;
  }
  .page .flow-1,
  .archive .flow-1,
  .error404 .flow-1 {
    margin-top: 30px;
  }
  .page .flow-1 .item::before,
  .archive .flow-1 .item::before,
  .error404 .flow-1 .item::before {
    left: 24px;
  }
  .page .flow-1 .item:last-child::before,
  .archive .flow-1 .item:last-child::before,
  .error404 .flow-1 .item:last-child::before {
    height: 40px;
  }
  .page .flow-1 .item + .item,
  .archive .flow-1 .item + .item,
  .error404 .flow-1 .item + .item {
    margin-top: -1px;
    padding-top: 25px;
  }
  .page .flow-1 .item__head,
  .archive .flow-1 .item__head,
  .error404 .flow-1 .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
  }
  .page .flow-1 .item__ico,
  .archive .flow-1 .item__ico,
  .error404 .flow-1 .item__ico {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .page .flow-1 .item__body,
  .archive .flow-1 .item__body,
  .error404 .flow-1 .item__body {
    display: block;
    padding-bottom: 25px;
  }
  .page .flow-1 .item__contents,
  .archive .flow-1 .item__contents,
  .error404 .flow-1 .item__contents {
    padding-top: 0.78em;
    padding-right: 0;
  }
  .page .flow-1 .item__title,
  .archive .flow-1 .item__title,
  .error404 .flow-1 .item__title {
    font-size: 18px;
  }
  .page .flow-1 .item__txt,
  .archive .flow-1 .item__txt,
  .error404 .flow-1 .item__txt {
    margin-top: 12px;
  }
  .page .flow-1 .item__txt p,
  .archive .flow-1 .item__txt p,
  .error404 .flow-1 .item__txt p {
    font-size: 14px;
  }
  .page .flow-1 .item__thumb,
  .archive .flow-1 .item__thumb,
  .error404 .flow-1 .item__thumb {
    margin-top: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
/* ===================================

  当院について：about

====================================== */
.page-about .page-mv__bg {
  background-image: url(img/about-mv.webp);
}
.page-about .main {
  padding-bottom: 40px;
}
.page-about .main .contents {
  top: -100px;
}
.page-about .main .feature {
  padding-top: 140px;
}
.page-about .main .related-link {
  margin-top: 140px;
}

@media screen and (max-width: 1199px) {
  .page-about .main {
    padding-bottom: 0;
  }
  .page-about .main .contents {
    top: -80px;
  }
  .page-about .main .feature {
    padding-top: 120px;
  }
  .page-about .main .related-link {
    margin-top: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .main {
    padding-bottom: 100px;
  }
  .page-about .main .contents {
    top: 0;
  }
  .page-about .main .feature {
    padding-top: 100px;
  }
  .page-about .main .related-link {
    margin-top: 60px;
  }
}
/* ===================================

  アクセス

====================================== */
.page-access .main .map__contents {
  margin-top: 45px;
}
.page-access .main .map .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-access .main .map .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-access .main .map__info {
  margin-top: 40px;
}
.page-access .main .level-1 {
  padding-top: 140px;
}

@media screen and (max-width: 1199px) {
  .page-access .main .map__contents {
    margin-top: 40px;
  }
  .page-access .main .map__info {
    margin-top: 30px;
  }
  .page-access .main .level-1 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 758px) {
  .page-access .main .map__contents {
    margin-top: 30px;
  }
  .page-access .main .map__info {
    margin-top: 25px;
  }
  .page-access .main .level-1 {
    padding-top: 100px;
  }
}
/* ===================================

  意思決定支援に関する指針

====================================== */
@media screen and (max-width: 1300px) {
  .page-acp .main .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-acp .main .page__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-acp .main .breadcrumb-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .page-acp .main .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-acp .main .breadcrumb-wrap {
    margin-top: 0;
  }
}
/* ===================================

  院内感染対策指針

====================================== */
/* ===================================

  厚生労働大臣の定める掲示事項

====================================== */
.page-kaiji .main .define {
  margin-top: 2em;
}
.page-kaiji .main .define .hext__lists {
  margin-top: 0.56em;
}

@media screen and (max-width: 1500px) {
  .page-kaiji .main .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-kaiji .main .page__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-kaiji .main .breadcrumb-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .page-kaiji .main .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-kaiji .main .breadcrumb-wrap {
    margin-top: 0;
  }
}
/* ===================================

  作業療法

====================================== */
.page-seishinka-sagyo-ryoho .main .about .items-1 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667vw;
          flex: 0 0 29.1666666667vw;
  width: 29.1666666667vw;
}
.page-seishinka-sagyo-ryoho .main .recommend {
  padding-top: 140px;
}
.page-seishinka-sagyo-ryoho .main .operation {
  padding-top: 140px;
}
.page-seishinka-sagyo-ryoho .main .operation .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.page-seishinka-sagyo-ryoho .main .operation .item {
  position: relative;
  width: calc((100% - 80px) / 2);
  border-radius: 8px;
  z-index: 1;
}
.page-seishinka-sagyo-ryoho .main .operation .item__img {
  display: block;
  width: 100%;
}
.page-seishinka-sagyo-ryoho .main .music {
  padding-top: 140px;
}
.page-seishinka-sagyo-ryoho .main .music .items-2 .item__body > *:first-child {
  margin-top: 0;
}
.page-seishinka-sagyo-ryoho .main .music .items-2 .item__title.-s {
  font-size: 20px;
  margin-top: 60px;
}
.page-seishinka-sagyo-ryoho .main .music .items-2 .item__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 2;
}
.page-seishinka-sagyo-ryoho .main .music .items-2 .item__lists li::before {
  content: "";
  position: relative;
  top: 0.8em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-seishinka-sagyo-ryoho .main .music .items-2 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667vw;
          flex: 0 0 29.1666666667vw;
  width: 29.1666666667vw;
}
.page-seishinka-sagyo-ryoho .main .music .items-2 .item__img {
  position: relative;
  border-radius: 8px;
  z-index: 1;
}
.page-seishinka-sagyo-ryoho .main .hope {
  padding-top: 140px;
}

@media screen and (max-width: 1199px) {
  .page-seishinka-sagyo-ryoho .main .about .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    width: 42%;
  }
  .page-seishinka-sagyo-ryoho .main .recommend {
    padding-top: 100px;
  }
  .page-seishinka-sagyo-ryoho .main .operation {
    padding-top: 100px;
  }
  .page-seishinka-sagyo-ryoho .main .operation .items {
    margin-top: 40px;
  }
  .page-seishinka-sagyo-ryoho .main .operation .item {
    width: calc((100% - 30px) / 2);
  }
  .page-seishinka-sagyo-ryoho .main .music {
    padding-top: 100px;
  }
  .page-seishinka-sagyo-ryoho .main .music .items-2 .item__title.-s {
    font-size: 18px;
    margin-top: 40px;
  }
  .page-seishinka-sagyo-ryoho .main .music .items-2 .item__lists li {
    font-size: 15px;
  }
  .page-seishinka-sagyo-ryoho .main .music .items-2 .item__lists li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5em;
            flex: 0 0 0.5em;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
  }
  .page-seishinka-sagyo-ryoho .main .music .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    width: 42%;
  }
  .page-seishinka-sagyo-ryoho .main .hope {
    padding-top: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-seishinka-sagyo-ryoho .main .about .items-1 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-seishinka-sagyo-ryoho .main .about .items-1 .item__body {
    margin-top: 0;
  }
  .page-seishinka-sagyo-ryoho .main .about .items-1 .item__thumb {
    margin-top: 23px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-seishinka-sagyo-ryoho .main .recommend {
    padding-top: 80px;
  }
  .page-seishinka-sagyo-ryoho .main .operation {
    padding-top: 80px;
  }
  .page-seishinka-sagyo-ryoho .main .operation .items {
    display: block;
    margin-top: 30px;
  }
  .page-seishinka-sagyo-ryoho .main .operation .item {
    width: 100%;
  }
  .page-seishinka-sagyo-ryoho .main .operation .item + .item {
    margin-top: 25px;
  }
  .page-seishinka-sagyo-ryoho .main .music {
    padding-top: 80px;
  }
  .page-seishinka-sagyo-ryoho .main .music .items-2 .item__title.-s {
    font-size: 16px;
    margin-top: 30px;
  }
  .page-seishinka-sagyo-ryoho .main .music .items-2 .item__lists {
    margin-top: 15px;
  }
  .page-seishinka-sagyo-ryoho .main .music .items-2 .item__lists li {
    font-size: 14px;
  }
  .page-seishinka-sagyo-ryoho .main .music .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-seishinka-sagyo-ryoho .main .hope {
    padding-top: 80px;
  }
}
/* ===================================

  お見舞い

====================================== */
.page-omimai .page-mv__bg {
  background-image: url(img/omimai-mv.webp);
}
.page-omimai .main {
  padding-bottom: 40px;
}
.page-omimai .main .contents {
  top: -100px;
}
.page-omimai .main .box-2 {
  margin-top: 42px;
}
.page-omimai .main .define {
  margin-top: 50px;
}

@media screen and (max-width: 1400px) {
  .page-omimai .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-omimai .page__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-omimai .page .breadcrumb-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .page-omimai .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-omimai .page .breadcrumb-wrap {
    margin-top: 0;
  }
  .page-omimai .main {
    padding-bottom: 0;
  }
  .page-omimai .main .contents {
    top: -80px;
  }
  .page-omimai .main .box-2 {
    margin-top: 35px;
  }
  .page-omimai .main .define {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .page-omimai .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-omimai .page .breadcrumb-wrap {
    margin-top: 0;
  }
  .page-omimai .main {
    padding-bottom: 100px;
  }
  .page-omimai .main .contents {
    top: 0;
  }
  .page-omimai .main .box-2 {
    margin-top: 30px;
  }
  .page-omimai .main .define {
    margin-top: 30px;
  }
}
/* ===================================

  入院について

====================================== */
.page-nyuin .page-mv__bg {
  background-image: url(img/nyuin-mv.webp);
}
.page-nyuin .main {
  padding-bottom: 40px;
}
.page-nyuin .main .contents {
  top: -100px;
}
.page-nyuin .main .hext__group.first {
  padding-top: 140px;
}
.page-nyuin .main .box-1 {
  margin-top: 65px;
}

@media screen and (max-width: 1199px) {
  .page-nyuin .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-nyuin .page .breadcrumb-wrap {
    margin-top: 0;
  }
  .page-nyuin .main {
    padding-bottom: 0;
  }
  .page-nyuin .main .contents {
    top: -80px;
  }
  .page-nyuin .main .hext__group.first {
    padding-top: 100px;
  }
  .page-nyuin .main .box-1 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-nyuin .main {
    padding-bottom: 100px;
  }
  .page-nyuin .main .contents {
    top: 0;
  }
  .page-nyuin .main .hext__group.first {
    padding-top: 80px;
  }
  .page-nyuin .main .box-1 {
    margin-top: 30px;
  }
}
/* ===================================

  入院について

====================================== */
.page-new .page-mv__bg {
  background-image: url(img/new-mv.webp);
}
.page-new .main {
  padding-bottom: 40px;
}
.page-new .main .contents {
  top: -100px;
}
.page-new .main .hext__group.mt {
  padding-top: 140px;
}
.page-new .main .items-2 {
  margin-top: 75px;
}
.page-new .main .items-2 .item__body {
  padding-right: 7.8125vw;
}
.page-new .main .items-2 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 443px;
          flex: 0 0 443px;
  width: 443px;
}

@media screen and (max-width: 1199px) {
  .page-new .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-new .page .breadcrumb-wrap {
    margin-top: 0;
  }
  .page-new .main {
    padding-bottom: 0;
  }
  .page-new .main .contents {
    top: -80px;
  }
  .page-new .main .hext__group.mt {
    padding-top: 100px;
  }
  .page-new .main .items-2 {
    margin-top: 50px;
  }
  .page-new .main .items-2 .item__body {
    padding-right: 30px;
  }
  .page-new .main .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
}
@media screen and (max-width: 758px) {
  .page-new .main {
    padding-bottom: 100px;
  }
  .page-new .main .contents {
    top: 0;
  }
  .page-new .main .hext__group.mt {
    padding-top: 80px;
  }
  .page-new .main .items-2 {
    margin-top: 40px;
  }
  .page-new .main .items-2 .item__body {
    padding-right: 0;
  }
  .page-new .main .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
/* ===================================

  施設案内

====================================== */
.page-facility .main .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 42px;
}
.page-facility .main .items::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.page-facility .main .items .item {
  width: calc((100% - 60px) / 3);
}
.page-facility .main .items .item:nth-child(n+4) {
  margin-top: 42px;
}
.page-facility .main .items .item__head {
  width: 100%;
}
.page-facility .main .items .item__img {
  display: block;
  width: 100%;
}
.page-facility .main .items .item__body {
  padding-top: 20px;
}
.page-facility .main .items .item__title {
  font-size: 18px;
  text-align: center;
}
.page-facility .main .items-2 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667vw;
          flex: 0 0 29.1666666667vw;
  width: 29.1666666667vw;
}
.page-facility .main .hext__txt.link {
  margin-top: 3em;
}
.page-facility .main .hext__txt.link a {
  color: var(--cl-ac);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

@media screen and (max-width: 1199px) {
  .page-facility .main .items {
    margin-top: 30px;
  }
  .page-facility .main .items::after {
    width: calc((100% - 30px) / 3);
  }
  .page-facility .main .items .item {
    width: calc((100% - 30px) / 3);
  }
  .page-facility .main .items .item:nth-child(n+4) {
    margin-top: 35px;
  }
  .page-facility .main .items .item__body {
    padding-top: 12px;
  }
  .page-facility .main .items .item__title {
    font-size: 16px;
  }
  .page-facility .main .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    width: 42%;
  }
  .page-facility .main .hext__txt.link {
    margin-top: 2em;
  }
}
@media screen and (max-width: 758px) {
  .page-facility .main .items {
    display: block;
    margin-top: 25px;
  }
  .page-facility .main .items::after {
    display: none;
  }
  .page-facility .main .items .item {
    width: 100%;
  }
  .page-facility .main .items .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .page-facility .main .items .item__title {
    font-size: 15px;
  }
  .page-facility .main .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
/* ===================================

  外来

====================================== */
.page-gairai .page-mv__bg {
  background-image: url(img/gairai-mv.webp);
}
.page-gairai .main {
  padding-bottom: 40px;
}
.page-gairai .main .contents {
  top: -100px;
}
.page-gairai .main .hext__group.mt {
  padding-top: 140px;
}
.page-gairai .main .items-2 {
  margin-top: 75px;
}
.page-gairai .main .items-2 .item {
  padding-bottom: 40px;
}
.page-gairai .main .items-2 .item + .item {
  margin-top: 0;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.page-gairai .main .items-2 .item:last-child {
  padding-bottom: 0;
}
.page-gairai .main .items-2 .item__body {
  padding-right: 8.125vw;
}
.page-gairai .main .items-2 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 443px;
          flex: 0 0 443px;
  width: 443px;
}
.page-gairai .main .hext__table {
  margin-top: 50px;
}
.page-gairai .main .hext__table .sp {
  display: none;
}
.page-gairai .main .hext__table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.page-gairai .main .hext__table table th,
.page-gairai .main .hext__table table td {
  height: 60px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-weight: 400;
}
.page-gairai .main .hext__table table th:first-child {
  width: 80px;
  white-space: nowrap;
}
.page-gairai .main .hext__table table thead th {
  background-color: var(--cl-base);
}

@media screen and (max-width: 1199px) {
  .page-gairai .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-gairai .page .breadcrumb-wrap {
    margin-top: 0;
  }
  .page-gairai .main {
    padding-bottom: 0;
  }
  .page-gairai .main .contents {
    top: -80px;
  }
  .page-gairai .main .hext__group.mt {
    padding-top: 100px;
  }
  .page-gairai .main .items-2 {
    margin-top: 50px;
  }
  .page-gairai .main .items-2 .item {
    padding-bottom: 25px;
  }
  .page-gairai .main .items-2 .item + .item {
    padding-top: 25px;
  }
  .page-gairai .main .items-2 .item__body {
    padding-right: 30px;
  }
  .page-gairai .main .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
  .page-gairai .main .hext__table {
    margin-top: 35px;
  }
  .page-gairai .main .hext__table table {
    font-size: 14px;
  }
  .page-gairai .main .hext__table table th,
  .page-gairai .main .hext__table table td {
    height: 55px;
  }
  .page-gairai .main .hext__table table th:first-child {
    width: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-gairai .main {
    padding-bottom: 100px;
  }
  .page-gairai .main .contents {
    top: 0;
  }
  .page-gairai .main .hext__group.mt {
    padding-top: 80px;
  }
  .page-gairai .main .items-2 {
    margin-top: 40px;
  }
  .page-gairai .main .items-2 .item__body {
    padding-right: 0;
  }
  .page-gairai .main .items-2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-gairai .main .hext__table {
    margin-top: 30px;
  }
  .page-gairai .main .hext__table .pc {
    display: none;
  }
  .page-gairai .main .hext__table .sp {
    display: block;
  }
  .page-gairai .main .hext__table table {
    font-size: 14px;
  }
}
/* ===================================

  医療相談：

====================================== */
.page-iryou-sodan .main .items-1 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667vw;
          flex: 0 0 29.1666666667vw;
  width: 29.1666666667vw;
}
.page-iryou-sodan .main .check-lists-1 {
  padding-top: 60px;
}
.page-iryou-sodan .main .check-lists-1__title {
  font-size: 24px;
  font-weight: 500;
}
.page-iryou-sodan .main .check-lists-1__title::before {
  content: "";
  position: relative;
  top: -0.125em;
  display: inline-block;
  margin-right: 12px;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-iryou-sodan .main .check-lists-1 .check-list {
  margin-top: 22px;
}
.page-iryou-sodan .main .check-lists-1__txt {
  margin-top: 32px;
  font-size: 16px;
  line-height: 2;
}
.page-iryou-sodan .main .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}
.page-iryou-sodan .main .items .item {
  position: relative;
  padding: 40px 40px 37px;
  width: calc((100% - 20px) / 2);
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page-iryou-sodan .main .items .item:nth-child(n+3) {
  margin-top: 20px;
}
.page-iryou-sodan .main .items .item__title {
  padding-left: 13px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  border-left: 3px solid var(--cl-ac);
}
.page-iryou-sodan .main .items .item__list {
  margin-top: 25px;
}
.page-iryou-sodan .main .items .item__list li {
  padding-left: 0.85em;
  text-indent: -0.85em;
  font-size: 16px;
  line-height: 1.5;
}
.page-iryou-sodan .main .items .item__list li::before {
  content: "";
  position: relative;
  top: -0.125em;
  display: inline-block;
  margin-right: 6px;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-iryou-sodan .main .items .item__list li + li {
  margin-top: 0.5em;
}

@media screen and (max-width: 1199px) {
  .page-iryou-sodan .main .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    width: 42%;
  }
  .page-iryou-sodan .main .check-lists-1 {
    padding-top: 35px;
  }
  .page-iryou-sodan .main .check-lists-1 + .check-lists-1 {
    margin-top: 25px;
  }
  .page-iryou-sodan .main .check-lists-1__title {
    font-size: 20px;
  }
  .page-iryou-sodan .main .check-lists-1__title::before {
    margin-right: 10px;
  }
  .page-iryou-sodan .main .check-lists-1 .check-list {
    margin-top: 18px;
  }
  .page-iryou-sodan .main .check-lists-1__txt {
    margin-top: 20px;
    font-size: 15px;
  }
  .page-iryou-sodan .main .items {
    margin-top: 35px;
  }
  .page-iryou-sodan .main .items .item {
    padding: 30px 20px 35px;
    width: calc((100% - 15px) / 2);
  }
  .page-iryou-sodan .main .items .item:nth-child(n+3) {
    margin-top: 15px;
  }
  .page-iryou-sodan .main .items .item__title {
    padding-left: 12px;
    font-size: 18px;
  }
  .page-iryou-sodan .main .items .item__list {
    margin-top: 20px;
  }
  .page-iryou-sodan .main .items .item__list li {
    padding-left: 0.9em;
    text-indent: -0.9em;
    font-size: 15px;
  }
  .page-iryou-sodan .main .items .item__list li::before {
    top: -0.125em;
  }
  .page-iryou-sodan .main .items .item__list li + li {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 758px) {
  .page-iryou-sodan .main .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-iryou-sodan .main .check-lists-1 {
    padding-top: 30px;
  }
  .page-iryou-sodan .main .check-lists-1 + .check-lists-1 {
    margin-top: 20px;
  }
  .page-iryou-sodan .main .check-lists-1__title {
    font-size: 18px;
  }
  .page-iryou-sodan .main .check-lists-1__title::before {
    margin-right: 8px;
  }
  .page-iryou-sodan .main .check-lists-1__txt {
    margin-top: 18px;
    font-size: 14px;
  }
  .page-iryou-sodan .main .items {
    display: block;
    margin-top: 30px;
  }
  .page-iryou-sodan .main .items .item {
    padding: 30px 20px 35px;
    width: 100%;
  }
  .page-iryou-sodan .main .items .item:nth-child(n+2) {
    margin-top: 16px;
  }
  .page-iryou-sodan .main .items .item__title {
    padding-left: 10px;
    font-size: 16px;
  }
  .page-iryou-sodan .main .items .item__list {
    margin-top: 18px;
  }
  .page-iryou-sodan .main .items .item__list li {
    padding-left: 0.85em;
    text-indent: -0.85em;
    font-size: 14px;
  }
}
/* ===================================

  精神科デイケア

====================================== */
.page-seishinka-day-care .main .items-2 .item__txt {
  margin-top: 0;
}
.page-seishinka-day-care .main .items-2 .item__thumb {
  width: 29.1666666667vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667vw;
          flex: 0 0 29.1666666667vw;
}
.page-seishinka-day-care .main .define {
  margin-top: 45px;
}
.page-seishinka-day-care .main .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.page-seishinka-day-care .main .items .item {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 1199px) {
  .page-seishinka-day-care .main .items-2 .item__thumb {
    width: 42%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
  .page-seishinka-day-care .main .define {
    margin-top: 35px;
  }
  .page-seishinka-day-care .main .items {
    margin-top: 35px;
  }
  .page-seishinka-day-care .main .items .item {
    width: calc((100% - 30px) / 2);
  }
  .page-seishinka-day-care .main .check-lists-1 .check-list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 758px) {
  .page-seishinka-day-care .main .items-2 .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-seishinka-day-care .main .define {
    margin-top: 30px;
  }
  .page-seishinka-day-care .main .items {
    display: block;
    margin-top: 30px;
  }
  .page-seishinka-day-care .main .items .item {
    width: 100%;
  }
  .page-seishinka-day-care .main .items .item + .item {
    margin-top: 20px;
  }
}
/* ===================================

  タイプ別症状チェック

====================================== */
.page-self-check .main .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 92px;
}
.page-self-check .main .items .item {
  position: relative;
  padding: 50px 30px;
  width: calc((100% - 60px) / 3);
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page-self-check .main .items .item:nth-child(n+4) {
  margin-top: 30px;
}
.page-self-check .main .items .item__head {
  width: 100%;
}
.page-self-check .main .items .item__img {
  display: block;
  width: auto;
  height: 180px;
  margin: 0 auto;
}
.page-self-check .main .items .item__body {
  padding-top: 27px;
}
.page-self-check .main .items .item__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--cl-sec);
}
.page-self-check .main .items .item__list {
  margin-top: 24px;
  padding: 0 25px;
}
.page-self-check .main .items .item__list li {
  width: 100%;
  padding-left: 0.85em;
  text-indent: -0.85em;
  font-size: 16px;
  line-height: 1.5;
}
.page-self-check .main .items .item__list li::before {
  content: "";
  position: relative;
  top: -0.125em;
  display: inline-block;
  margin-right: 6px;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--cl-sec);
  border-radius: 50%;
  z-index: 1;
}
.page-self-check .main .items .item__list li:nth-child(n+2) {
  margin-top: 10px;
}
.page-self-check .main .items .item__list.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-self-check .main .items .item__list.col2 li {
  width: 50%;
}
.page-self-check .main .items .item__list.col2 li:nth-child(n+2) {
  margin-top: 0;
}
.page-self-check .main .items .item__list.col2 li:nth-child(n+3) {
  margin-top: 10px;
}

@media screen and (max-width: 1400px) {
  .page-self-check .main .items .item {
    padding: 50px 20px;
  }
  .page-self-check .main .items .item__title {
    font-size: 22px;
  }
  .page-self-check .main .items .item__list {
    padding: 0 1.2em;
  }
  .page-self-check .main .items .item__list li {
    padding-left: 0;
  }
  .page-self-check .main .items .item__list li br {
    display: none;
  }
  .page-self-check .main .items .item__list.col2 {
    display: block;
  }
  .page-self-check .main .items .item__list.col2 li {
    width: 100%;
  }
  .page-self-check .main .items .item__list.col2 li:nth-child(n+2) {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 1199px) {
  .page-self-check .main .items {
    margin-top: 35px;
  }
  .page-self-check .main .items .item {
    padding: 40px 20px;
    width: calc((100% - 30px) / 2);
  }
  .page-self-check .main .items .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .page-self-check .main .items .item__img {
    height: 160px;
  }
  .page-self-check .main .items .item__body {
    padding-top: 22px;
  }
  .page-self-check .main .items .item__title {
    font-size: 20px;
  }
  .page-self-check .main .items .item__list {
    margin-top: 20px;
    padding: 0;
  }
  .page-self-check .main .items .item__list li {
    width: 100%;
    padding-left: 0.85em;
    text-indent: -0.85em;
    font-size: 15px;
  }
  .page-self-check .main .items .item__list li::before {
    top: -0.125em;
  }
  .page-self-check .main .items .item__list li:nth-child(n+2) {
    margin-top: 0.75em;
  }
  .page-self-check .main .items .item__list.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-self-check .main .items .item__list.col2 li {
    width: 50%;
  }
  .page-self-check .main .items .item__list.col2 li:nth-child(n+2) {
    margin-top: 0;
  }
  .page-self-check .main .items .item__list.col2 li:nth-child(n+3) {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 758px) {
  .page-self-check .main .items {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-self-check .main .items .item {
    padding: 30px 10px;
    width: 100%;
    max-width: 320px;
  }
  .page-self-check .main .items .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .page-self-check .main .items .item__img {
    height: 135px;
  }
  .page-self-check .main .items .item__title {
    font-size: 18px;
  }
  .page-self-check .main .items .item__list {
    padding: 0 30px;
  }
  .page-self-check .main .items .item__list li {
    width: 100%;
    padding-left: 0.85em;
    text-indent: -0.85em;
    font-size: 14px;
  }
  .page-self-check .main .items .item__list li::before {
    top: -0.125em;
  }
  .page-self-check .main .items .item__list li:nth-child(n+2) {
    margin-top: 0.75em;
  }
}
/* ===================================

  精神科訪問看護：seishinka-houmon-kango

====================================== */
.page-seishinka-houmon-kango .main .items-1 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667vw;
          flex: 0 0 29.1666666667vw;
  width: 29.1666666667vw;
}
.page-seishinka-houmon-kango .main .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}
.page-seishinka-houmon-kango .main .items .item {
  position: relative;
  padding: 40px 40px 37px;
  width: calc((100% - 20px) / 2);
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page-seishinka-houmon-kango .main .items .item:nth-child(n+3) {
  margin-top: 20px;
}
.page-seishinka-houmon-kango .main .items .item__title {
  padding-left: 13px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  border-left: 3px solid var(--cl-ac);
}
.page-seishinka-houmon-kango .main .items .item__list {
  margin-top: 25px;
}
.page-seishinka-houmon-kango .main .items .item__list li {
  padding-left: 0.85em;
  text-indent: -0.85em;
  font-size: 16px;
  line-height: 1.5;
}
.page-seishinka-houmon-kango .main .items .item__list li::before {
  content: "";
  position: relative;
  top: -0.125em;
  display: inline-block;
  margin-right: 6px;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-seishinka-houmon-kango .main .items .item__list li + li {
  margin-top: 0.5em;
}

@media screen and (max-width: 1199px) {
  .page-seishinka-houmon-kango .main .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    width: 42%;
  }
  .page-seishinka-houmon-kango .main .items {
    margin-top: 35px;
  }
  .page-seishinka-houmon-kango .main .items .item {
    padding: 30px 20px 35px;
    width: calc((100% - 15px) / 2);
  }
  .page-seishinka-houmon-kango .main .items .item:nth-child(n+3) {
    margin-top: 15px;
  }
  .page-seishinka-houmon-kango .main .items .item__title {
    padding-left: 12px;
    font-size: 18px;
  }
  .page-seishinka-houmon-kango .main .items .item__list {
    margin-top: 20px;
  }
  .page-seishinka-houmon-kango .main .items .item__list li {
    padding-left: 0.9em;
    text-indent: -0.9em;
    font-size: 15px;
  }
  .page-seishinka-houmon-kango .main .items .item__list li::before {
    top: -0.125em;
  }
  .page-seishinka-houmon-kango .main .items .item__list li + li {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 758px) {
  .page-seishinka-houmon-kango .main .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-seishinka-houmon-kango .main .items {
    display: block;
    margin-top: 30px;
  }
  .page-seishinka-houmon-kango .main .items .item {
    padding: 30px 20px 35px;
    width: 100%;
  }
  .page-seishinka-houmon-kango .main .items .item:nth-child(n+2) {
    margin-top: 16px;
  }
  .page-seishinka-houmon-kango .main .items .item__title {
    padding-left: 10px;
    font-size: 16px;
  }
  .page-seishinka-houmon-kango .main .items .item__list {
    margin-top: 18px;
  }
  .page-seishinka-houmon-kango .main .items .item__list li {
    padding-left: 0.85em;
    text-indent: -0.85em;
    font-size: 14px;
  }
}
/* ===================================

  nou-shinkei-naika

====================================== */
.page-nou-shinkei-naika .main .items-1 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667vw;
          flex: 0 0 29.1666666667vw;
  width: 29.1666666667vw;
}
.page-nou-shinkei-naika .main .items-1 .item__body *:first-child {
  margin-top: 0 !important;
}
.page-nou-shinkei-naika .main .items-1 .item__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 2;
}
.page-nou-shinkei-naika .main .items-1 .item__lists li::before {
  content: "";
  position: relative;
  top: 0.8em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-nou-shinkei-naika .main .items-1 .item__txt {
  margin-top: 40px;
}
.page-nou-shinkei-naika .main .intro {
  margin-top: 35px;
}
.page-nou-shinkei-naika .main .intro__group + .intro__group {
  margin-top: 140px;
}
.page-nou-shinkei-naika .main .intro__posi {
  font-size: 16px;
}
.page-nou-shinkei-naika .main .intro__name {
  margin-top: 15px;
  font-size: 24px;
}
.page-nou-shinkei-naika .main .intro__name span {
  margin-left: 20px;
  font-size: 16px;
}
.page-nou-shinkei-naika .main .intro__body {
  margin-top: 40px;
}
.page-nou-shinkei-naika .main .intro__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-nou-shinkei-naika .main .intro__body dl + dl {
  margin-top: 46px;
}
.page-nou-shinkei-naika .main .intro__body dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
}
.page-nou-shinkei-naika .main .intro__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.page-nou-shinkei-naika .main .intro__title {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border-left: 3px solid var(--cl-ac);
}
.page-nou-shinkei-naika .main .intro__txt {
  margin-top: -0.5em;
}
.page-nou-shinkei-naika .main .intro__txt p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-nou-shinkei-naika .main .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    width: 42%;
  }
  .page-nou-shinkei-naika .main .items-1 .item__lists li {
    font-size: 15px;
  }
  .page-nou-shinkei-naika .main .items-1 .item__lists li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5em;
            flex: 0 0 0.5em;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
  }
  .page-nou-shinkei-naika .main .items-1 .item__txt {
    margin-top: 25px;
  }
  .page-nou-shinkei-naika .main .intro__group + .intro__group {
    margin-top: 100px;
  }
  .page-nou-shinkei-naika .main .intro__posi {
    font-size: 15px;
  }
  .page-nou-shinkei-naika .main .intro__name {
    margin-top: 18px;
    font-size: 22px;
  }
  .page-nou-shinkei-naika .main .intro__name span {
    margin-left: 18px;
    font-size: 15px;
  }
  .page-nou-shinkei-naika .main .intro__body {
    margin-top: 35px;
  }
  .page-nou-shinkei-naika .main .intro__body dl + dl {
    margin-top: 30px;
  }
  .page-nou-shinkei-naika .main .intro__body dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
  }
  .page-nou-shinkei-naika .main .intro__title {
    padding-left: 8px;
    font-size: 15px;
  }
  .page-nou-shinkei-naika .main .intro__txt {
    margin-top: -0.45em;
  }
  .page-nou-shinkei-naika .main .intro__txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-nou-shinkei-naika .main .items-1 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-nou-shinkei-naika .main .items-1 .item__lists li {
    font-size: 14px;
  }
  .page-nou-shinkei-naika .main .items-1 .item__txt {
    margin-top: 20px;
  }
  .page-nou-shinkei-naika .main .intro__group + .intro__group {
    margin-top: 60px;
  }
  .page-nou-shinkei-naika .main .intro__posi {
    font-size: 13px;
  }
  .page-nou-shinkei-naika .main .intro__name {
    margin-top: 18px;
    font-size: 18px;
  }
  .page-nou-shinkei-naika .main .intro__name span {
    display: block;
    margin-left: 0;
    margin-top: 12px;
    font-size: 13px;
  }
  .page-nou-shinkei-naika .main .intro__body {
    margin-top: 35px;
  }
  .page-nou-shinkei-naika .main .intro__body dl {
    display: block;
  }
  .page-nou-shinkei-naika .main .intro__body dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-nou-shinkei-naika .main .intro__body dd {
    margin-top: 15px;
  }
  .page-nou-shinkei-naika .main .intro__txt {
    margin-top: 0;
  }
  .page-nou-shinkei-naika .main .intro__txt p {
    font-size: 14px;
  }
}
/* ===================================

  概要・沿革

====================================== */
.page-outline .main .define {
  margin-top: 42px;
}
.page-outline .main .define dl:nth-child(n+3) {
  margin-top: -1px;
}
.page-outline .main .define dl:last-child {
  margin: 0;
}
.page-outline .main .define dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 2;
}
.page-outline .main .define dd ul li::before {
  content: "";
  position: relative;
  top: 0.8em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-outline .main .philo {
  margin-top: 40px;
}
.page-outline .main .philo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-outline .main .philo__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.8333333333vw;
          flex: 0 0 20.8333333333vw;
  width: 20.8333333333vw;
}
.page-outline .main .philo__img {
  display: block;
  width: 100%;
}
.page-outline .main .philo__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 40px;
  padding-left: 5.2083333333vw;
}
.page-outline .main .philo__txt {
  display: block;
  width: 28.6458333333vw;
}
.page-outline .main .philo__txt.sp {
  display: none;
}
.page-outline .main .history {
  margin-top: 70px;
}
.page-outline .main .history .item {
  padding-left: 38px;
}
.page-outline .main .history .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 92px;
  border-left: 2px dotted var(--cl-ac);
}
.page-outline .main .history .item:last-child .item__inner {
  border-left-color: transparent;
  padding-bottom: 0;
}
.page-outline .main .history .item__head {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
}
.page-outline .main .history .item__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-outline .main .history .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-outline .main .history .item__year {
  margin-top: -0.25em;
  font-size: 24px;
  font-weight: 500;
}
.page-outline .main .history .item__txt {
  margin-top: 28px;
}
.page-outline .main .history .item__txt p {
  line-height: 2;
}
.page-outline .main .history .item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 46px;
}
.page-outline .main .history .item__contents > div + div {
  margin-left: 3.0208333333vw;
}
.page-outline .main .history .item .cts {
  width: 10.7291666667vw;
}
.page-outline .main .history .item .cts__head {
  width: 100%;
}
.page-outline .main .history .item .cts__img {
  display: block;
  width: 100%;
}
.page-outline .main .history .item .cts__body {
  padding-top: 14px;
}
.page-outline .main .history .item .cts__txt {
  font-size: 16px;
  text-align: center;
}
.page-outline .main .history .item__img {
  width: 25vw;
}

@media screen and (max-width: 1199px) {
  .page-outline .main .define {
    margin-top: 35px;
  }
  .page-outline .main .define dd ul li {
    font-size: 15px;
  }
  .page-outline .main .define dd ul li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5em;
            flex: 0 0 0.5em;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
  }
  .page-outline .main .philo {
    margin-top: 35px;
  }
  .page-outline .main .philo__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-outline .main .philo__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
  .page-outline .main .philo__body {
    padding-top: 0;
    padding-left: 50px;
  }
  .page-outline .main .philo__txt {
    width: 100%;
  }
  .page-outline .main .history {
    margin-top: 50px;
  }
  .page-outline .main .history .item {
    padding-left: 15px;
  }
  .page-outline .main .history .item__inner {
    padding-bottom: 60px;
  }
  .page-outline .main .history .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    width: 38px;
  }
  .page-outline .main .history .item__year {
    font-size: 20px;
  }
  .page-outline .main .history .item__txt {
    margin-top: 22px;
  }
  .page-outline .main .history .item__txt p {
    font-size: 15px;
  }
  .page-outline .main .history .item__contents {
    margin-top: 46px;
  }
  .page-outline .main .history .item__contents > div + div {
    margin-left: 30px;
  }
  .page-outline .main .history .item .cts {
    width: 140px;
  }
  .page-outline .main .history .item .cts__body {
    padding-top: 12px;
  }
  .page-outline .main .history .item .cts__txt {
    font-size: 15px;
  }
  .page-outline .main .history .item__img {
    width: 330px;
  }
}
@media screen and (max-width: 758px) {
  .page-outline .main .define {
    margin-top: 30px;
  }
  .page-outline .main .define dd ul li {
    font-size: 14px;
  }
  .page-outline .main .philo {
    margin-top: 30px;
  }
  .page-outline .main .philo__inner {
    display: block;
  }
  .page-outline .main .philo__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-outline .main .philo__img {
    display: block;
    width: 250px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .page-outline .main .philo__body {
    width: 100%;
    padding-top: 45px;
    padding-left: 0;
  }
  .page-outline .main .philo__txt {
    width: 150px;
    margin: 0 auto;
  }
  .page-outline .main .philo__txt.pc {
    display: none;
  }
  .page-outline .main .philo__txt.sp {
    display: block;
  }
  .page-outline .main .history {
    margin-top: 40px;
  }
  .page-outline .main .history .item {
    padding-left: 10px;
  }
  .page-outline .main .history .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
  }
  .page-outline .main .history .item__year {
    font-size: 17px;
  }
  .page-outline .main .history .item__txt {
    margin-top: 20px;
  }
  .page-outline .main .history .item__txt p {
    font-size: 14px;
  }
  .page-outline .main .history .item__contents {
    display: block;
    margin-top: 30px;
  }
  .page-outline .main .history .item__contents > div + div {
    margin-left: 0;
    margin-top: 25px;
  }
  .page-outline .main .history .item .cts {
    width: 120px;
  }
  .page-outline .main .history .item .cts__body {
    padding-top: 10px;
  }
  .page-outline .main .history .item .cts__txt {
    font-size: 13px;
  }
  .page-outline .main .history .item__img {
    width: 100%;
    max-width: 270px;
  }
}
/* ===================================

  サンクスページ
  404エラーページ

====================================== */
.page-thanks .main .thanks4,
.error404 .main .thanks4 {
  margin-top: 40px;
}
.page-thanks .main .thanks4__txt p,
.error404 .main .thanks4__txt p {
  font-size: 16px;
  line-height: 2;
}
.page-thanks .main .thanks4__link,
.error404 .main .thanks4__link {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .page-thanks .main .thanks4,
  .error404 .main .thanks4 {
    margin-top: 35px;
  }
  .page-thanks .main .thanks4__txt p,
  .error404 .main .thanks4__txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .main .thanks4,
  .error404 .main .thanks4 {
    margin-top: 30px;
  }
  .page-thanks .main .thanks4__txt p,
  .error404 .main .thanks4__txt p {
    font-size: 14px;
  }
}
/* ===================================

  よくある質問一覧

====================================== */
.post-type-archive-faq .main .tabs {
  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;
  padding-bottom: 80px;
}
.post-type-archive-faq .main .tabs .tab {
  width: calc((100% - 60px) / 4);
}
.post-type-archive-faq .main .tabs .tab__anchor {
  position: relative;
  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;
  width: 100%;
  height: 40px;
  background-color: #fff;
  background-image: url(img/ico/ico-arrow-btm-ppl.webp);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center right 13px;
  font-size: 16px;
  font-weight: 400;
  color: var(--cl-ac);
  border: 1px solid #ccc;
  border-radius: 9999px;
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.post-type-archive-faq .main .tabs .tab__anchor:hover {
  opacity: 1;
  background-color: var(--cl-ac);
  background-image: url(img/ico/ico-arrow-btm-wh.webp);
  color: #fff;
  border: 1px solid var(--cl-ac);
}
.post-type-archive-faq .main .tabs .tab + .tab {
  margin-left: 20px;
}
.post-type-archive-faq .main .tabs .tab:nth-child(4n+1) {
  margin-left: 0;
}
.post-type-archive-faq .main .tabs .tab:nth-child(n+5) {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-faq .main .tabs {
    padding-bottom: 60px;
  }
  .post-type-archive-faq .main .tabs .tab {
    width: calc((100% - 15px) / 2);
  }
  .post-type-archive-faq .main .tabs .tab__anchor {
    height: 36px;
    background-size: 0.75em 0.5em;
    background-position: center right 12px;
    font-size: 15px;
  }
  .post-type-archive-faq .main .tabs .tab__anchor:hover {
    background-color: #fff;
    background-image: url(img/ico/ico-arrow-btm-ppl.webp);
    color: var(--cl-ac);
    border: 1px solid #ccc;
  }
  .post-type-archive-faq .main .tabs .tab + .tab {
    margin-left: 15px;
  }
  .post-type-archive-faq .main .tabs .tab:nth-child(2n+1) {
    margin-left: 0;
  }
  .post-type-archive-faq .main .tabs .tab:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-faq .main .tabs {
    display: block;
    padding-bottom: 40px;
  }
  .post-type-archive-faq .main .tabs .tab {
    width: 100%;
  }
  .post-type-archive-faq .main .tabs .tab__anchor {
    height: 35px;
    font-size: 14px;
  }
  .post-type-archive-faq .main .tabs .tab + .tab {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* ===================================

  お問い合わせ

====================================== */
.page-contact .main .box-5 {
  margin-top: 32px;
}
.page-contact .main .box-5 .box {
  position: relative;
  padding: 60px 60px 56px;
  background-color: var(--cl-base);
  border-radius: 8px;
  z-index: 1;
}
.page-contact .main .box-5 .box__title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--cl-ac);
}
.page-contact .main .box-5 .box__body {
  padding-top: 32px;
}
.page-contact .main .box-5 .box__txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.page-contact .main .box-5 .box__txt span {
  color: var(--cl-ac);
}
.page-contact .main .box-5 .box__link {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 500;
}
.page-contact .main .box-5 .box__link span {
  position: relative;
  top: -3px;
  margin-right: 10px;
  font-size: 22px;
  color: var(--cl-ac);
}
.page-contact .main .hext__contents {
  margin-top: 56px;
}
.page-contact .main .form__inner {
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.page-contact .main .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .main .form__group + .form__group {
  margin-top: 30px;
}
.page-contact .main .form__head {
  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;
  padding-top: 0.75em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 303px;
          flex: 0 0 303px;
  width: 303px;
}
.page-contact .main .form__head label {
  font-size: 18px;
  font-weight: 500;
}
.page-contact .main .form__head span {
  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;
  width: 70px;
  height: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.page-contact .main .form__head span.require {
  background-color: #ac6dc2;
}
.page-contact .main .form__head span.any {
  background-color: #808080;
}
.page-contact .main .form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 37px;
}
.page-contact .main .form__body input[type=text],
.page-contact .main .form__body input[type=email],
.page-contact .main .form__body input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: var(--cl-base);
  border-radius: 0;
}
.page-contact .main .form__body input[type=text]::-webkit-input-placeholder, .page-contact .main .form__body input[type=email]::-webkit-input-placeholder, .page-contact .main .form__body input[type=tel]::-webkit-input-placeholder {
  color: #666666;
}
.page-contact .main .form__body input[type=text]::-moz-placeholder, .page-contact .main .form__body input[type=email]::-moz-placeholder, .page-contact .main .form__body input[type=tel]::-moz-placeholder {
  color: #666666;
}
.page-contact .main .form__body input[type=text]:-ms-input-placeholder, .page-contact .main .form__body input[type=email]:-ms-input-placeholder, .page-contact .main .form__body input[type=tel]:-ms-input-placeholder {
  color: #666666;
}
.page-contact .main .form__body input[type=text]::-ms-input-placeholder, .page-contact .main .form__body input[type=email]::-ms-input-placeholder, .page-contact .main .form__body input[type=tel]::-ms-input-placeholder {
  color: #666666;
}
.page-contact .main .form__body input[type=text]::placeholder,
.page-contact .main .form__body input[type=email]::placeholder,
.page-contact .main .form__body input[type=tel]::placeholder {
  color: #666666;
}
.page-contact .main .form__body .wpcf7-radio {
  padding: 1em 0;
  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;
}
.page-contact .main .form__body .wpcf7-radio .wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  margin: 0;
}
.page-contact .main .form__body .wpcf7-radio .wpcf7-list-item-label {
  margin-left: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-contact .main .form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 20px;
  width: 100%;
  height: 380px;
  background-color: var(--cl-base);
  border-radius: 0;
}
.page-contact .main .form__body textarea::-webkit-input-placeholder {
  color: #666666;
}
.page-contact .main .form__body textarea::-moz-placeholder {
  color: #666666;
}
.page-contact .main .form__body textarea:-ms-input-placeholder {
  color: #666666;
}
.page-contact .main .form__body textarea::-ms-input-placeholder {
  color: #666666;
}
.page-contact .main .form__body textarea::placeholder {
  color: #666666;
}
.page-contact .main .form__foot {
  padding-top: 50px;
}
.page-contact .main .form__foot .agree {
  margin-top: 40px;
}
.page-contact .main .form__foot .agree .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact .main .form__foot .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .main .form__foot .agree input {
  position: relative;
  top: 1px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.page-contact .main .form__foot .agree .wpcf7-list-item-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.page-contact .main .form__foot input[type=submit] {
  position: relative;
  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;
  margin: 90px auto 0;
  width: 400px;
  height: 65px;
  background-image: url(img/ico/ico-arrow-cir-wh.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center right 20px;
  font-size: 18px;
  color: #fff;
  background-color: var(--cl-ac);
  border-radius: 9999px;
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.page-contact .main .form__foot input[type=submit]:hover {
  opacity: 0.6;
}
.page-contact .main .form__pp {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.page-contact .main .form__pp a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.page-contact .main .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.page-contact .main .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 1199px) {
  .page-contact .main .box-5 {
    margin-top: 32px;
  }
  .page-contact .main .box-5 .box {
    padding: 40px 30px;
  }
  .page-contact .main .box-5 .box__title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page-contact .main .box-5 .box__body {
    padding-top: 25px;
  }
  .page-contact .main .box-5 .box__txt {
    margin-top: 12px;
    font-size: 15px;
  }
  .page-contact .main .box-5 .box__link {
    font-size: 30px;
    font-weight: 500;
  }
  .page-contact .main .box-5 .box__link span {
    top: -2px;
    margin-right: 8px;
    font-size: 18px;
  }
  .page-contact .main .hext__contents {
    margin-top: 40px;
  }
  .page-contact .main .form__inner {
    padding-bottom: 50px;
  }
  .page-contact .main .form__group + .form__group {
    margin-top: 25px;
  }
  .page-contact .main .form__head {
    padding-top: 0.75em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
  }
  .page-contact .main .form__head label {
    font-size: 16px;
  }
  .page-contact .main .form__head span {
    width: 70px;
    height: 25px;
    font-size: 15px;
  }
  .page-contact .main .form__body {
    padding-left: 25px;
    font-size: 16px;
  }
  .page-contact .main .form__body input[type=text],
  .page-contact .main .form__body input[type=email],
  .page-contact .main .form__body input[type=tel] {
    height: 46px;
    padding: 0 15px;
    font-size: 16px;
  }
  .page-contact .main .form__body .wpcf7-radio {
    padding: 1em 0;
    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;
  }
  .page-contact .main .form__body .wpcf7-radio .wpcf7-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .page-contact .main .form__body .wpcf7-radio .wpcf7-list-item:nth-child(n+3) {
    margin-top: 2em;
  }
  .page-contact .main .form__body .wpcf7-radio .wpcf7-list-item-label {
    margin-left: 10px;
  }
  .page-contact .main .form__body textarea {
    padding: 15px;
    height: 230px;
    font-size: 16px;
  }
  .page-contact .main .form__foot {
    padding-top: 40px;
  }
  .page-contact .main .form__foot .agree {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-contact .main .form__foot .agree input {
    top: 0;
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .page-contact .main .form__foot .agree .wpcf7-list-item-label {
    font-size: 15px;
  }
  .page-contact .main .form__foot input[type=submit] {
    margin: 40px auto 0;
    width: 300px;
    height: 55px;
    background-size: 26px 26px;
    background-position: center right 15px;
    font-size: 18px;
  }
  .page-contact .main .form__foot input[type=submit]:hover {
    opacity: 1;
  }
  .page-contact .main .form__pp {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .main .box-5 {
    margin-top: 30px;
  }
  .page-contact .main .box-5 .box {
    padding: 30px 20px;
  }
  .page-contact .main .box-5 .box__title {
    font-size: 17px;
    line-height: 1.5;
    padding-bottom: 12px;
  }
  .page-contact .main .box-5 .box__txt {
    margin-top: 12px;
    font-size: 14px;
  }
  .page-contact .main .box-5 .box__link {
    font-size: 30px;
  }
  .page-contact .main .form__inner {
    padding-bottom: 35px;
  }
  .page-contact .main .form__group {
    display: block;
  }
  .page-contact .main .form__group + .form__group {
    margin-top: 40px;
  }
  .page-contact .main .form__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-contact .main .form__head span {
    margin-left: 20px;
    width: 50px;
    height: 22px;
    font-size: 14px;
  }
  .page-contact .main .form__body {
    margin-top: 12px;
    padding-left: 0;
    font-size: 16px;
  }
  .page-contact .main .form__body input[type=text],
  .page-contact .main .form__body input[type=email],
  .page-contact .main .form__body input[type=tel] {
    height: 48px;
  }
  .page-contact .main .form__body .wpcf7-radio {
    display: block;
    padding: 1.5em 0;
  }
  .page-contact .main .form__body .wpcf7-radio .wpcf7-list-item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-contact .main .form__body .wpcf7-radio .wpcf7-list-item:nth-child(n+2) {
    margin-top: 1.8em;
  }
  .page-contact .main .form__body .wpcf7-radio .wpcf7-list-item-label {
    margin-left: 10px;
  }
  .page-contact .main .form__body textarea {
    height: 200px;
  }
  .page-contact .main .form__foot {
    padding-top: 30px;
  }
  .page-contact .main .form__foot .agree {
    margin-top: 30px;
  }
  .page-contact .main .form__foot input[type=submit] {
    width: 100%;
    max-width: 330px;
  }
  .page-contact .main .form__pp {
    font-size: 15px;
  }
}
/* ===================================

  お知らせ一覧

====================================== */
/* ---------------------------------
  共通レイアウト
----------------------------------- */
.blog .heading2,
.category .heading2 {
  position: relative;
  padding-top: 37px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.blog .heading2::before, .blog .heading2::after,
.category .heading2::before,
.category .heading2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.blog .heading2::before,
.category .heading2::before {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 1;
}
.blog .heading2::after,
.category .heading2::after {
  width: 30px;
  height: 6px;
  background-color: var(--cl-ac);
  z-index: 2;
}
.blog .wrap,
.category .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: var(--cl-base);
}
.blog .main,
.category .main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 100px;
}
.blog .main .container,
.category .main .container {
  width: 100%;
  padding: 0;
}
.blog .main .contents,
.category .main .contents {
  position: relative;
  padding-right: 15.625vw;
  padding-left: 5.2083333333vw;
  padding-bottom: 100px;
  background-color: #fff;
  border-radius: 13px;
  z-index: 1;
}
.blog .main .page__head,
.category .main .page__head {
  padding: 82px 0 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blog .main .page__title,
.category .main .page__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  word-break: break-all;
}
.blog .main .page__title .title,
.category .main .page__title .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
}
.blog .main .page__title .txt,
.category .main .page__title .txt {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}

@media screen and (max-width: 1199px) {
  .blog .heading2,
  .category .heading2 {
    font-size: 26px;
  }
  .blog .heading2::after,
  .category .heading2::after {
    width: 25px;
    height: 5px;
  }
  .blog .wrap,
  .category .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .main,
  .category .main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
  }
  .blog .main .container,
  .category .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .blog .main .contents,
  .category .main .contents {
    padding: 0 30px 50px;
  }
  .blog .main .page__head,
  .category .main .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 25px 0 60px;
  }
  .blog .main .page__title,
  .category .main .page__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .blog .main .page__title .title,
  .category .main .page__title .title {
    margin-top: 20px;
    font-size: 32px;
  }
  .blog .main .page__title .txt,
  .category .main .page__title .txt {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .blog .heading2,
  .category .heading2 {
    font-size: 20px;
  }
  .blog .heading2::after,
  .category .heading2::after {
    width: 23px;
    height: 4px;
  }
  .blog .main .container,
  .category .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .blog .main .contents,
  .category .main .contents {
    padding: 0;
  }
  .blog .main .page__head,
  .category .main .page__head {
    padding: 12px 0 40px;
  }
  .blog .main .page__title .title,
  .category .main .page__title .title {
    margin-top: 25px;
    font-size: 24px;
  }
  .blog .main .page__title .txt,
  .category .main .page__title .txt {
    margin-top: 7px;
    font-size: 12px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.blog .main .entries,
.category .main .entries {
  margin-top: 32px;
}
.blog .main .entry,
.category .main .entry {
  border-bottom: 1px solid #ccc;
}
.blog .main .entry__link,
.category .main .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 0 35px;
}
.blog .main .entry__head,
.category .main .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .main .entry__date,
.category .main .entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--cl-ac);
}
.blog .main .entry__cates,
.category .main .entry__cates {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog .main .entry__cate,
.category .main .entry__cate {
  white-space: nowrap;
  position: relative;
  padding: 7px 18px;
  background-color: var(--cl-ac);
  font-size: 14px;
  height: 28px;
  color: #fff;
  border-radius: 9999px;
  z-index: 1;
}
.blog .main .entry__body,
.category .main .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
  word-break: break-all;
}
.blog .main .entry__title,
.category .main .entry__title {
  margin-top: -0.125em;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .blog .main .entries,
  .category .main .entries {
    margin-top: 30px;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    padding: 22px 0 30px;
  }
  .blog .main .entry__date,
  .category .main .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    width: 95px;
    font-size: 15px;
  }
  .blog .main .entry__cate,
  .category .main .entry__cate {
    padding: 6px 15px;
    height: 24px;
    font-size: 12px;
  }
  .blog .main .entry__body,
  .category .main .entry__body {
    margin-left: 25px;
  }
  .blog .main .entry__title,
  .category .main .entry__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .blog .main .entries,
  .category .main .entries {
    margin-top: 18px;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    display: block;
    padding: 20px 0 25px;
  }
  .blog .main .entry__date,
  .category .main .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    font-size: 14px;
  }
  .blog .main .entry__cates,
  .category .main .entry__cates {
    margin-left: 15px;
  }
  .blog .main .entry__cate,
  .category .main .entry__cate {
    padding: 6px 12px;
    font-size: 11px;
  }
  .blog .main .entry__body,
  .category .main .entry__body {
    margin-left: 0;
    margin-top: 12px;
  }
  .blog .main .entry__title,
  .category .main .entry__title {
    font-size: 14px;
  }
}
/* ===================================

  お知らせ一覧

====================================== */
/* ---------------------------------
  共通レイアウト
----------------------------------- */
.single .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: var(--cl-base);
}
.single .main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.single .main .container {
  width: 100%;
  padding: 0;
}
.single .main .contents {
  position: relative;
  padding-right: 15.625vw;
  padding-left: 5.2083333333vw;
  padding-bottom: 100px;
  background-color: #fff;
  border-radius: 13px;
  z-index: 1;
}
.single .main .page__head {
  padding: 82px 0 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.single .main .page__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  word-break: break-all;
}
.single .main .page__title .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
}
.single .main .page__title .txt {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}

@media screen and (max-width: 1199px) {
  .single .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single .main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 0 30px 0;
  }
  .single .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .single .main .contents {
    padding: 0 30px 50px;
  }
  .single .main .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 25px 0 60px;
  }
  .single .main .page__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .single .main .page__title .title {
    margin-top: 20px;
    font-size: 32px;
  }
  .single .main .page__title .txt {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .single .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .single .main .contents {
    padding: 0;
  }
  .single .main .page__head {
    padding: 12px 0 40px;
  }
  .single .main .page__title .title {
    margin-top: 25px;
    font-size: 24px;
  }
  .single .main .page__title .txt {
    margin-top: 7px;
    font-size: 12px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.single .main .entry {
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.single .main .entry__head {
  word-break: break-all;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.single .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .main .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--cl-ac);
}
.single .main .entry__cates {
  margin-left: 23px;
}
.single .main .entry__cate {
  position: relative;
  padding: 7px 18px;
  background-color: var(--cl-ac);
  font-size: 14px;
  color: #fff;
  border-radius: 9999px;
  z-index: 1;
}
.single .main .entry__title {
  margin-top: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
}
.single .main .entry__thumb {
  margin-top: 35px;
}
.single .main .entry__thumb img {
  display: block;
  width: 100%;
}
.single .main .entry__body {
  padding-top: 60px;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}
.single .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single .main .entry__body .wp-block-columns {
  margin-top: 2em;
}
.single .main .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.single .main .entry__body h2,
.single .main .entry__body h3,
.single .main .entry__body h4,
.single .main .entry__body h5,
.single .main .entry__body h6 {
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.single .main .entry__body > h2 {
  margin-top: 80px;
}
.single .main .entry__body > h3, .single .main .entry__body > h4 {
  margin-top: 60px;
}
.single .main .entry__body > h5, .single .main .entry__body > h6 {
  margin-top: 40px;
}
.single .main .entry__body > p {
  margin-top: 30px;
}
.single .main .entry__body > .wp-block-image, .single .main .entry__body > .wp-block-buttons, .single .main .entry__body > .wp-block-liquid-speech-balloon, .single .main .entry__body > .toc-mokuji-content, .single .main .entry__body > figure.wp-block-embed-youtube, .single .main .entry__body > table, .single .main .entry__body > ol, .single .main .entry__body > ul, .single .main .entry__body > blockquote, .single .main .entry__body > iframe {
  margin-top: 40px;
}
.single .main .entry__body > details {
  margin-top: 2em;
}
.single .main .entry__body h2 {
  padding-left: 23px;
  font-size: 26px;
  border-left: 3px solid var(--cl-ac);
}
.single .main .entry__body h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 22px;
}
.single .main .entry__body h3::before {
  content: "";
  position: relative;
  top: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.single .main .entry__body h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 20px 10px 10px;
  background-color: #f9f8f6;
  font-size: 18px;
}
.single .main .entry__body h4::before {
  content: "";
  position: relative;
  top: 0.55em;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-pri);
  border-radius: 50%;
  z-index: 1;
}
.single .main .entry__body h5 {
  font-size: 18px;
}
.single .main .entry__body h6 {
  font-size: 16px;
}
.single .main .entry__body p {
  line-height: 2;
}
.single .main .entry__body p + p {
  margin-top: 1.5em;
}
.single .main .entry__body .wp-block-image img {
  margin: 0;
}
.single .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single .main .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single .main .entry__body .alignright {
  margin-left: auto;
}
.single .main .entry__body .wp-caption {
  max-width: 100%;
}
.single .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .main .entry__body pre {
  overflow-x: auto;
}
.single .main .entry__body table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .main .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.single .main .entry__body table th a {
  color: inherit;
}
.single .main .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single .main .entry__body table td a {
  color: inherit;
}
.single .main .entry__body ol li,
.single .main .entry__body ul li {
  display: block;
  line-height: 1.5;
}
.single .main .entry__body ol li + li,
.single .main .entry__body ul li + li {
  margin-top: 0.75em;
}
.single .main .entry__body ul li {
  padding-left: 1.5em;
  text-indent: -1.25em;
}
.single .main .entry__body ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5em;
          flex: 0 0 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--cl-ac);
  border-radius: 50%;
}
.single .main .entry__body ol {
  counter-reset: num;
  list-style-type: none;
  padding-left: 2.25em;
}
.single .main .entry__body ol li {
  text-indent: -2.2em;
  line-height: 1.5;
}
.single .main .entry__body ol li::before {
  display: inline-block;
  content: counter(num);
  counter-increment: num;
  position: relative;
  top: 0px;
  margin-right: 10px;
  padding-bottom: 0;
  width: 25px;
  height: 25px;
  background-color: var(--cl-ac);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
}
.single .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.single .main .entry__body .wp-block-buttons .wp-block-button a {
  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;
  min-width: 320px;
  height: 55px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--cl-ac) !important;
  background-image: url(img/ico/ico-link-btn.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 25px;
}
.single .main .entry__body details {
  margin-top: 2em;
}
.single .main .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single .main .entry__body blockquote {
  word-break: break-all;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 40px 35px 60px;
  border: 1px solid #ccc;
}
.single .main .entry__body blockquote::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: calc(100% - 60px);
  background-color: var(--cl-ac);
}
.single .main .entry__body blockquote p {
  margin-top: 0;
}
.single .main .entry__body blockquote p + p {
  margin-top: 1em;
}
.single .main .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-style: normal;
  color: var(--cl-ac);
}
.single .main .entry__body blockquote a {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  color: var(--cl-ac);
}
.single .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .main .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid var(--cl-ac);
  border-top: none;
}
.single .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed var(--cl-ac);
}
.single .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .main .entry__body iframe {
  max-width: 100%;
  width: 100%;
}
.single .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.single .main .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single .main .entry__body .wp-block-columns.is-layout-flex {
  gap: 2em;
}
.single .main .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.single .main .back-btn {
  display: inline-block;
}
.single .main .back-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.single .main .back-btn__txt::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 25px;
  background-image: url(img/ico/ico-arrow-ppl.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .single .main .entry {
    padding-bottom: 60px;
  }
  .single .main .entry__head {
    padding-bottom: 25px;
  }
  .single .main .entry__date {
    font-size: 15px;
  }
  .single .main .entry__cates {
    margin-left: 20px;
  }
  .single .main .entry__cate {
    padding: 6px 15px;
    font-size: 12px;
  }
  .single .main .entry__title {
    margin-top: 16px;
    font-size: 24px;
  }
  .single .main .entry__thumb {
    margin-top: 30px;
  }
  .single .main .entry__body {
    padding-top: 40px;
  }
  .single .main .entry__body > h2 {
    margin-top: 55px;
  }
  .single .main .entry__body > h3, .single .main .entry__body > h4 {
    margin-top: 45px;
  }
  .single .main .entry__body > h5, .single .main .entry__body > h6 {
    margin-top: 35px;
  }
  .single .main .entry__body > p {
    margin-top: 25px;
  }
  .single .main .entry__body > .wp-block-image, .single .main .entry__body > .wp-block-buttons, .single .main .entry__body > .wp-block-liquid-speech-balloon, .single .main .entry__body > .toc-mokuji-content, .single .main .entry__body > figure.wp-block-embed-youtube, .single .main .entry__body > table, .single .main .entry__body > ol, .single .main .entry__body > ul, .single .main .entry__body > blockquote, .single .main .entry__body > iframe, .single .main .entry__body > details {
    margin-top: 35px;
  }
  .single .main .entry__body h2 {
    padding-left: 18px;
    font-size: 20px;
  }
  .single .main .entry__body h3 {
    font-size: 18px;
  }
  .single .main .entry__body h3::before {
    top: 0.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.6em;
            flex: 0 0 0.6em;
    width: 0.6em;
    height: 0.6em;
    margin-right: 12px;
  }
  .single .main .entry__body h4 {
    font-size: 16px;
  }
  .single .main .entry__body h4::before {
    content: "";
    position: relative;
    top: 0.55em;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    height: 10px;
    background-color: var(--cl-pri);
    border-radius: 50%;
    z-index: 1;
  }
  .single .main .entry__body h5 {
    font-size: 15px;
  }
  .single .main .entry__body h6 {
    font-size: 15px;
  }
  .single .main .entry__body p + p {
    margin-top: 1em;
  }
  .single .main .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .single .main .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single .main .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single .main .entry__body table td {
    height: 58px;
  }
  .single .main .entry__body ul li {
    padding-left: 1.3em;
    text-indent: -1.15em;
  }
  .single .main .entry__body ul li::before {
    top: 0.01em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.6em;
            flex: 0 0 0.6em;
    width: 0.6em;
    height: 0.6em;
  }
  .single .main .entry__body ol {
    padding-left: 2em;
  }
  .single .main .entry__body ol li {
    text-indent: -1.9em;
  }
  .single .main .entry__body ol li::before {
    top: -1px;
    margin-right: 8px;
    padding-left: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .single .main .entry__body blockquote {
    padding: 30px 50px;
  }
  .single .main .entry__body blockquote::before {
    left: 25px;
    width: 4px;
    height: calc(100% - 30px);
  }
  .single .main .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .single .main .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .single .main .entry__body iframe {
    margin-top: 35px;
  }
  .single .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1.5em;
  }
  .single .main .link-wrap {
    margin-top: 40px;
  }
  .single .main .back-btn__txt {
    font-size: 16px;
  }
  .single .main .back-btn__txt::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2em;
            flex: 0 0 2em;
    width: 2em;
    height: 2em;
    margin-right: 18px;
    background-size: 2em 2em;
  }
}
@media screen and (max-width: 758px) {
  .single .main .entry {
    padding-bottom: 50px;
  }
  .single .main .entry__date {
    font-size: 14px;
  }
  .single .main .entry__cates {
    margin-left: 15px;
  }
  .single .main .entry__cate {
    padding: 6px 12px;
    font-size: 11px;
  }
  .single .main .entry__title {
    margin-top: 15px;
    font-size: 20px;
  }
  .single .main .entry__thumb {
    margin-top: 20px;
  }
  .single .main .entry__body {
    padding-top: 30px;
  }
  .single .main .entry__body > h2 {
    margin-top: 50px;
  }
  .single .main .entry__body > h3, .single .main .entry__body > h4 {
    margin-top: 40px;
  }
  .single .main .entry__body > h5, .single .main .entry__body > h6 {
    margin-top: 30px;
  }
  .single .main .entry__body > p {
    margin-top: 20px;
  }
  .single .main .entry__body > .wp-block-image, .single .main .entry__body > .wp-block-buttons, .single .main .entry__body > .wp-block-liquid-speech-balloon, .single .main .entry__body > .toc-mokuji-content, .single .main .entry__body > figure.wp-block-embed-youtube, .single .main .entry__body > table, .single .main .entry__body > ol, .single .main .entry__body > ul, .single .main .entry__body > blockquote, .single .main .entry__body > iframe, .single .main .entry__body > details {
    margin-top: 30px;
  }
  .single .main .entry__body h2 {
    padding-left: 15px;
    font-size: 18px;
    border-left-width: 2px;
  }
  .single .main .entry__body h3 {
    font-size: 16px;
  }
  .single .main .entry__body h3::before {
    margin-right: 10px;
  }
  .single .main .entry__body h4 {
    font-size: 15px;
  }
  .single .main .entry__body h4::before {
    top: 0.55em;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
  .single .main .entry__body h5 {
    font-size: 15px;
  }
  .single .main .entry__body h6 {
    font-size: 15px;
  }
  .single .main .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single .main .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single .main .entry__body table td {
    height: 45px;
  }
  .single .main .entry__body ul li {
    padding-left: 1.2em;
    text-indent: -0.95em;
  }
  .single .main .entry__body ul li::before {
    top: -1px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  .single .main .entry__body ol {
    padding-left: 1.8em;
  }
  .single .main .entry__body ol li {
    text-indent: -1.8em;
  }
  .single .main .entry__body ol li::before {
    top: -2px;
    margin-right: 5px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .single .main .entry__body blockquote {
    padding: 20px 20px 20px 30px;
  }
  .single .main .entry__body blockquote::before {
    left: 15px;
    height: calc(100% - 30px);
  }
  .single .main .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 11px;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
  .single .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1em;
  }
  .single .main .link-wrap {
    margin-top: 35px;
  }
  .single .main .back-btn__txt {
    font-size: 14px;
  }
  .single .main .back-btn__txt::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px 30px;
  }
}
/* ===================================

  サイトマップ

====================================== */
.page-sitemap .main .wsp-pages-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.page-sitemap .main .wsp-container ol li,
.page-sitemap .main .wsp-container ul li {
  display: block;
  line-height: 1.5;
}
.page-sitemap .main .wsp-container ol li + li,
.page-sitemap .main .wsp-container ul li + li {
  margin-top: 1em;
}
.page-sitemap .main .wsp-container ul li {
  padding-left: 1.5em;
  text-indent: -1.25em;
}
.page-sitemap .main .wsp-container ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5em;
          flex: 0 0 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--cl-ac);
  border-radius: 50%;
}
.page-sitemap .main .wsp-container ul li > ul {
  margin-top: 1em;
  padding-bottom: 1em;
}
.page-sitemap .main .wsp-container a {
  color: inherit;
}