@charset "utf-8";

/* 基本設定
************************************************************/
:root {
  --color-main: #072048;
  --color-01: #432c16;
  --color-02: #6d4e38;
  --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
  --font-notosans: "Noto Sans JP", sans-serif;
  --font-cormorant: "Cormorant", serif;
  --font-mincho: "Shippori Mincho", serif;
  --container: 80px;
  --title-size: 30px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  :root {
    --container: 60px;
    --title-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --container: 60px;
    --title-size: 26px;
  }
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: auto !important;
}

body {
  color: var(--color-01);
  font-family: var(--font-notosans);
  letter-spacing: 0.1em;
  background-color: #f9f9f9;
  -webkit-text-size-adjust: none;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  body {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 87.5%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
  display: block;
  padding: 0;
  margin: 0;
}

img {
  display: table;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #64b5f7;
  font-weight: inherit;
  font-family: inherit;
}

@media only screen and (min-width: 769px) {
  a:not([target*=_blank]) {
    transition: opacity 0.3s ease;
  }
  a:not([target*=_blank]):hover {
    opacity: 0.7;
  }
  a:hover,
  a:active {
    color: #64b5f7;
  }
}

table {
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

p {
  line-height: 2.25;
  letter-spacing: inherit;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  p {
    margin-bottom: 13px;
    line-height: 2;
  }
}

/* ショートコード */
._link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.en {
  font-family: var(--font-cormorant);
}
.is-hidden {
  overflow: hidden !important;
}
._scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
._w-1440 {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  ._br-640,
  ._br-520 {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  ._br-640 {
    display: block !important;
  }
}
@media only screen and (max-width: 520px) {
  ._br-520 {
    display: block !important;
  }
}

/* slick 調整用 */
.slick-arrow {
  display: block;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-prev {
  left: -55px;
}
.slick-next {
  right: -55px;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-arrow {
    z-index: 1;
    top: 15vw;
  }
}

/* WordPress Core
************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.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;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/*===============================================================================

	共通レイアウト

===============================================================================*/
#container {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #container {
    min-width: inherit;
  }
}

.inner,
.inner-max,
.inner-large,
.inner-small {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.inner,
.inner-large {
  width: calc(96% - var(--container));
}
.inner {
  max-width: 1158px;
}
.inner-max {
  max-width: 1480px;
}
.inner-large {
  max-width: 1320px;
}
.inner-small {
  max-width: 1020px;
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .inner,
  .inner-large {
    width: calc(95% - var(--container));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .inner,
  .inner-large {
    width: calc(97.5% - var(--container));
  }
}
@media only screen and (max-width: 768px) {
  .inner,
  .inner-large {
    width: 100%;
  }
}

/* ヘッダー
************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--container) + 10px);
  transition: 0.3s all ease;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  header {
    height: var(--container);
  }
}

header.active,
.is-hidden header {
  height: var(--container);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header.active .header-inner,
.is-hidden header .header-inner {
  align-items: center;
}
header.active .header-logo .color,
.is-hidden header .header-logo .color {
  display: block;
}
header.active .header-logo .white,
.is-hidden header .header-logo .white {
  display: none;
}
header.active .header-navi > ul > li::after,
.is-hidden header .header-navi > ul > li::after {
  background-color: #432c16;
}
header.active .header-navi > ul > li > a,
header.active .header-navi > ul > li > p,
.is-hidden header .header-navi > ul > li > a,
.is-hidden header .header-navi > ul > li > p {
  color: #432c16;
  font-weight: 500;
}
header.active .header-navi > ul > li > a::after,
header.active .header-navi > ul > li > p::after,
.is-hidden header .header-navi > ul > li > a::after,
.is-hidden header .header-navi > ul > li > p::after {
  border-top-color: #432c16;
  border-right-color: #432c16;
}
header.active .header-navi > ul > li > a:hover::before,
header.active .header-navi > ul > li > p:hover::before,
.is-hidden header .header-navi > ul > li > a:hover::before,
.is-hidden header .header-navi > ul > li > p:hover::before {
  background-color: #432c16;
}
header.active .header-navi > ul > li > a:hover::after,
header.active .header-navi > ul > li > p:hover::after,
.is-hidden header .header-navi > ul > li > a:hover::after,
.is-hidden header .header-navi > ul > li > p:hover::after {
  border-top-color: #432c16;
  border-right-color: #432c16;
}
header.active .header-navi > ul > li.color > a::after,
header.active .header-navi > ul > li.color > p::after,
.is-hidden header .header-navi > ul > li.color > a::after,
.is-hidden header .header-navi > ul > li.color > p::after {
  bottom: -20px;
  border-top-color: #432c16;
  border-right-color: #432c16;
}
header.active .header-navi > ul > li.color > a::before,
header.active .header-navi > ul > li.color > p::before,
.is-hidden header .header-navi > ul > li.color > a::before,
.is-hidden header .header-navi > ul > li.color > p::before {
  width: 70%;
  background-color: #432c16;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px 60px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28%;
  max-width: 361px;
  margin-bottom: -10px;
}
.header-logo a {
  display: block;
  width: 100%;
  text-align: center;
  opacity: 1 !important;
}
.header-logo img {
  width: auto;
}
.header-logo .color {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header-inner {
    align-items: center;
    width: 100%;
    height: var(--container);
    padding: 0;
  }
  .header-logo {
    width: calc(100% - 124px);
    max-width: 226px;
    margin-left: 4vw;
    margin-bottom: 0;
  }
}

.header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 70%;
  padding-right: calc(var(--container) - 2px);
}

.header-navi {
  width: 100%;
}
.header-navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  text-align: center;
}
.header-navi > ul > li {
  position: relative;
}
.header-navi > ul > li.has-child > a::after,
.header-navi > ul > li.has-child > p::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s all ease;
  transform: rotate(135deg) translateX(-50%);
}
.header-navi > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: translateY(-50%);
}
.header-navi > ul > li.color > a::after, .header-navi > ul > li.color > p::after {
  bottom: -20px;
}
.header-navi > ul > li.color > a::before, .header-navi > ul > li.color > p::before {
  width: 70%;
}
.header-navi > ul > li > a,
.header-navi > ul > li > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 21px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.header-navi > ul > li > a::before,
.header-navi > ul > li > p::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s all ease;
  transform: translateX(-50%);
}
.header-navi > ul > li > a:hover,
.header-navi > ul > li > p:hover {
  color: #fff;
  opacity: 1;
}
.header-navi > ul > li > a:hover::before,
.header-navi > ul > li > p:hover::before {
  width: 70%;
}
.header-navi > ul .sub-menu {
  position: absolute;
  width: 250px;
  right: 50%;
  bottom: -20px;
  padding-top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transform: translate(50%, 100%);
  z-index: 1;
}
.header-navi > ul .sub-menu.active {
  opacity: 1;
  visibility: visible;
}
.header-navi > ul .sub-menu ul {
  padding-bottom: 10px;
  background-color: #072048;
}
.header-navi > ul .sub-menu ul li {
  padding: 0 10px;
}
.header-navi > ul .sub-menu ul li a {
  display: block;
  position: relative;
  padding: 19px 10px 19px 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}
.header-navi > ul .sub-menu ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 14px;
  transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  header.active .header-logo,
  .is-hidden header .header-logo {
    margin: 0;
  }
  .header-navi > ul .column-02 .sub-menu {
    width: 480px;
  }
  .header-navi > ul .column-02 .sub-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header-navi > ul .column-02 .sub-menu ul li {
    width: 50%;
  }
  .header-navi > ul .column-02.-last .sub-menu {
    right: 0;
    width: 620px;
    transform: translate(0, 100%);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .header-inner {
    padding: 10px var(--container) 10px 60px;
  }
  .header-content {
    padding-right: calc(var(--container) - 45px);
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .header-inner {
    padding: 10px var(--container) 10px 20px;
  }
  .header-navi > ul > li > a, .header-navi > ul > li > p {
    padding: 0 1.5vw;
    font-size: 1.5vw;
  }
  .header-navi > ul .sub-menu {
    width: 220px;
  }
  .header-navi > ul .sub-menu ul li a {
    padding: 1.3vw 10px 1.3vw 28px;
    font-size: 1.3vw;
  }
  .header-navi > ul .column-02 .sub-menu {
    right: 115%;
    width: 50vw;
    max-width: 550px;
  }
  .header-navi > ul .column-02.-last .sub-menu {
    right: 0;
    width: 62vw;
    max-width: 700px;
  }
}
@media only screen and (max-height: 700px) and (min-width: 769px) {
  .header-navi > ul .sub-menu ul li a {
    padding: 15px 10px 15px 28px;
  }
}

/* グローバルナビ 開閉ボタン
************************************************************/
.global-navi-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--container);
  height: var(--container);
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}
.global-navi-toggle .in {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.global-navi-toggle .icon {
  position: relative;
  width: 23px;
  height: 10px;
  margin: 0 auto 0px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.global-navi-toggle .icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #432c16;
  opacity: 1;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
}
.global-navi-toggle .icon span:nth-child(1) {
  top: 0;
}
.global-navi-toggle .icon span:nth-child(2),
.global-navi-toggle .icon span:nth-child(3) {
  top: 5px;
}
.global-navi-toggle .icon span:nth-child(4) {
  top: 10px;
}
.global-navi-toggle .icon.open span:nth-child(1) {
  top: 5px;
  left: 50%;
  width: 0%;
}
.global-navi-toggle .icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.global-navi-toggle .icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.global-navi-toggle .icon.open span:nth-child(4) {
  top: 5px;
  left: 50%;
  width: 0%;
}
@media only screen and (min-width: 769px) {
  .global-navi-toggle:hover {
    background-color: #ababab;
  }
  .global-navi-toggle:hover .icon span {
    background-color: #fff;
  }
  .global-navi-toggle .icon {
    width: 30px;
    height: 13px;
  }
  .global-navi-toggle .icon span {
    height: 1px;
  }
  .global-navi-toggle .icon span:nth-child(2),
  .global-navi-toggle .icon span:nth-child(3) {
    top: 6px;
  }
  .global-navi-toggle .icon span:nth-child(4) {
    top: 12px;
  }
  .global-navi-toggle .icon.open span:nth-child(1) {
    top: 6px;
  }
  .global-navi-toggle .icon.open span:nth-child(4) {
    top: 6px;
  }
}

/* メガメニュー（グローバルナビ背景）
************************************************************/
body:not(.is-hidden) .global-navi-wrapper .inside {
  pointer-events: none;
}
.global-navi-wrapper {
  position: fixed;
  top: var(--container);
  left: 0px;
  width: 100%;
  height: calc(100vh - var(--container));
  padding: 0px 0px 0px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s linear;
}
.global-navi-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.global-navi-wrapper .inside {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease;
}
.global-navi-wrapper ul li {
  position: relative;
}
.global-navi-wrapper .inside .global-navi {
  padding: 30px 0 calc(var(--container) + 30px) 0;
}
@supports (-webkit-touch-callout: none) {
  .global-navi-wrapper .inside .global-navi {
    padding-bottom: 180px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .global-navi-wrapper .inside .global-navi {
      padding-bottom: 180px;
    }
  }
}
.global-navi-wrapper .inside .global-navi a, 
.global-navi-wrapper .inside .global-navi p {
  color: var(--color-01);
  font-weight: 400;
}
.global-navi-wrapper .inside .global-navi .title,
.global-navi-wrapper .inside .global-navi .sub-title a {
  font-weight: 500;
}

@media only screen and (min-width: 769px) {
  .global-navi-wrapper .inside .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .global-navi-wrapper .inside .global-navi {
    width: 100%;
    padding: 30px 0;
  }
  .global-navi-wrapper .inside .global-navi a:hover::after {
    background-color: var(--color-01);
  }
}
@media only screen and (max-width: 768px) {
  .global-navi-wrapper .inside .global-navi .menu-01 {
    margin-bottom: 30px;
  }
  .global-navi-wrapper .inside .global-navi .title {
    margin-bottom: 5px;
    font-size: calc(var(--title-size) + 4px);
  }
  .global-navi-wrapper .inside .global-navi li {
    margin-bottom: 0;
  }
  .global-navi-wrapper .inside .global-navi a {
    display: block;
    width: 100%;
    padding: 15px 10px 15px 0;
    font-size: calc(var(--title-size) - 10px);
    border-bottom: 1px dotted rgba(7, 32, 72, 0.5);
  }
}
@media only screen and (max-width: 520px) {
  .global-navi-wrapper .inside .global-navi .title {
    font-size: calc(var(--title-size) + 2px);
  }
  .global-navi-wrapper .inside .global-navi a {
    padding: 10px 10px 10px 0;
    font-size: calc(var(--title-size) - 12px);
  }
}

/* グローバルナビ
************************************************************/
.global-navi-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .global-navi-inner {
    display: block;
  }
}
.global-navi a {
  text-decoration: none;
}
.global-navi .title {
  margin-bottom: 27px;
  font-size: var(--title-size);
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--font-cormorant);
  text-transform: capitalize;
  pointer-events: none;
}
.global-navi .sub-title {
  margin-bottom: 28px;
}
.global-navi .sub-title a {
  font-size: 15px;
  font-weight: 500;
  pointer-events: none;
}
.global-navi .sub-title a::before {
  display: none;
}
.global-navi li {
  margin-bottom: 16px;
}
.global-navi li:last-child {
  margin-bottom: 0;
}
.global-navi a {
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.global-navi a::after {
  content: "";
  position: absolute;
  left: 17px;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s all ease;
}
.global-navi a::before {
  content: "・";
}
.global-navi a:hover {
  color: #fff;
  opacity: 1;
}
.global-navi a:hover::after {
  width: calc(100% - 17px);
}
@media only screen and (min-width: 769px) {
  .global-navi .menu-01 {
    width: 24%;
  }
  .global-navi .menu-02 {
    width: 24%;
  }
  .global-navi .menu-03 {
    width: 24%;
    margin-top: 58px;
  }
  .global-navi .menu-04 {
    width: 28%;
    margin-top: 58px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .global-navi .menu-02 {
    width: 22%;
  }
  .global-navi .menu-03 {
    width: 23%;
  }
  .global-navi .menu-04 {
    width: 31%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .global-navi .menu-03,
  .global-navi .menu-04 {
    margin-top: 50px;
  }
  .global-navi li {
    margin-bottom: 10px;
  }
  .global-navi a {
    font-size: 1.3vw;
  }
  .global-navi a:hover::after {
    left: 14px;
    width: calc(100% - 14px);
  }
  .global-navi .sub-title {
    margin-bottom: 10px;
  }
}

/* メインエリア
************************************************************/

/* フッター
************************************************************/
footer {
  position: relative;
  background-color: #f9f9f9;
}
footer p, 
footer a {
  margin-bottom: 0;
  text-decoration: none;
}

.footer-gallery {
  position: relative;
  z-index: 1;
}
.footer-gallery ul {
  display: flex;
}
.footer-gallery ul li img {
  width: 407px;
  height: 380px;
  margin: 0 15px;
  background-color: var(--color-main);
}
.footer-gallery ul li:nth-of-type(even) img {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .footer-gallery ul li img {
    width: 277px;
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-gallery ul li img {
    width: 277px;
    height: 250px;
    margin: 0 5px;
  }
  .footer-gallery ul li:nth-of-type(even) img {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .footer-gallery ul li img {
    width: 227px;
    height: 200px;
  }
}

.footer-contact {
  position: relative;
  padding: 121px 0 103px 0;
  z-index: 0;
}
.footer-contact .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34%;
  width: 57%;
  height: 128%;
  max-width: 819px;
  max-height: 818px;
  background: url(../images/ft_icon_logo.webp) left center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: -1;
}
.footer-contact-left {
  max-width: 464px;
}
.footer-contact-right {
  max-width: 606px;
}
.footer-contact-left .buttons {
  margin-bottom: 41px;
}
.footer-contact-left .buttons li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
}
.footer-contact-left .buttons li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  transform: translateY(-50%);
}
.footer-contact-left .buttons li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-contact-left .buttons p {
  margin-top: -4px;
  color: #fff;
  font-size: calc(var(--title-size) - 10px);
  font-weight: 500;
  font-family: var(--font-zenkaku);
  letter-spacing: 0.1em;
  text-align: center;
}
.footer-contact-left .buttons .tel {
  background-color: var(--color-main);
}
.footer-contact-left .buttons .tel::before {
  width: 20px;
  height: 20px;
  background-image: url(../images/idx_icon_tel_20x20.webp);
}
.footer-contact-left .buttons .web {
  background-color: var(--color-02);
}
.footer-contact-left .buttons .web::before {
  width: 21px;
  height: 20px;
  background-image: url(../images/idx_icon_web1_21x20.webp);
}
.footer-contact .common-map {
  height: 190px;
}
@media only screen and (min-width: 769px) {
  .footer-contact-left {
    width: 42%;
  }
  .footer-contact-right {
    width: 58%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .footer-contact {
    padding: 70px 0;
  }
  .footer-contact-left .buttons li {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-contact {
    padding: 60px 0;
  }
  .footer-contact .inner {
    display: block;
  }
  .footer-contact::before {
    left: -34%;
    width: 57%;
    height: 128%;
  }
  .footer-contact-left,
  .footer-contact-right {
    margin: 0 auto;
  }
  .footer-contact-left {
    margin-bottom: 30px;
  }
  .footer-contact-left .buttons {
    margin-bottom: 30px;
  }
  .footer-contact-left .buttons p {
    font-size: calc(var(--title-size) - 4px);
  }
}
@media only screen and (max-width: 520px) {
  .footer-contact {
    padding: 40px 0;
  }
  .footer-contact-left .buttons li {
    height: 60px;
  }
  .footer-contact-left .buttons li::before {
    left: 30px;
  }
}

.footer-bg {
  position: relative;
  width: 100%;
  height: 460px;
  background-image: url(../images/ft_img01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .footer-bg {
    height: 30vw;
    max-height: 460px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-bg {
    height: 37vw;
    max-height: 250px;
  }
}

.footer-main {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/ft_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.footer-main p,
.footer-main a {
  color: #fff;
}
.footer-address .logo {
  margin-bottom: 42px;
}
.footer-address .logo a {
  display: block;
  width: 100%;
}
.footer-address .logo a:hover {
  opacity: 1;
}
.footer-address .address,
.footer-address .tel,
.footer-address .fax {
  font-weight: 300;
  letter-spacing: 0.11em;
}
.footer-address .address {
  margin-bottom: 20px;
}
.footer-address .tel a:hover {
  color: #fff;
  opacity: 1;
}
.footer-banner .item {
  position: relative;
}
.footer-banner .item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-main .global-navi {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .footer-information {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .footer-address {
    width: 60%;
  }
  .footer-address .logo {
    margin-right: -6px;
  }
  .footer-banner {
    width: 40%;
    max-width: 355px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .footer-main {
    padding: 70px 0;
  }
  .footer-main .inner {
    width: 100%;
  }
  .footer-address .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-main {
    padding: 60px 0;
  }
  .footer-information {
    display: block;
    max-width: 355px;
    margin: 0 auto;
  }
  .footer-address .logo {
    margin-bottom: 20px;
  }
  .footer-address .address {
    margin-bottom: 10px;
  }
  .footer-banner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .footer-main {
    padding: 40px 0;
  }
  .footer-address .logo {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.footer-copyright {
  padding: 24px 0 22px 0;
  background-color: #041a3d;
  position: relative;
  z-index: 1;
}
.footer-copyright .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.footer-copyright .text {
  display: block;
  padding-left: 19px;
  margin-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-copyright .text small {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.92;
  letter-spacing: 0.12em;
}
.footer-copyright .logo {
  margin-bottom: 0;
}
.footer-copyright .logo a {
  display: block;
}
.footer-copyright .logo img {
  width: 100%;
  max-width: 158px;
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    display: block;
    padding: 20px 0;
    margin-bottom: var(--container);
  }
  .footer-copyright .inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .footer-copyright .inner {
    max-width: 400px;
    margin: auto;
  }
  .footer-copyright .logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-copyright .logo img {
    max-width: 140px;
    padding-bottom: 10px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer-copyright .text {
    width: 100%;
    padding: 0px 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: none;
  }
  .footer-copyright .text span {
    display: inline-block;
  }
}
@media only screen and (max-width: 520px) {
  .footer-copyright {
    padding: 10px 0;
  }
  .footer-copyright .text {
    margin-top: 3px;
  }
  .footer-copyright .text small {
    font-size: 9px;
  }
  .footer-copyright .logo img {
    max-width: 100px;
    padding-bottom: 8px;
  }
}

/* ページトップ
************************************************************/
.pagetop {
  position: absolute;
  right: 60px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 19;
}
.pagetop.active {
  opacity: 1;
  visibility: visible;
}
.pagetop .icon {
  width: 70px;
  height: 71px;
  margin: 0;
  border: 0px;
  background-image: url(../images/totop.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 769px) {
  .pagetop:hover .icon {
    opacity: 0.9;
    animation-name: bounces;
  }
}
@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@media only screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: -70px;
  }
  .pagetop .icon {
    width: 50px;
    height: 51px;
  }
}

/* 固定バナー
************************************************************/
@keyframes fixed-banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed-banner {
  position: fixed;
  top: var(--container);
  right: 0;
  transition: right 0.3s ease-in-out;
  z-index: 20;
}
.fixed-banner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.fixed-banner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fixed-banner p {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  line-height: 1.2222222222;
  letter-spacing: 0;
  text-align: center;
}
.fixed-banner p::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  transform: translateX(-50%);
}
.fixed-banner .tel {
  background-color: var(--color-main);
}
.fixed-banner .tel p::before {
  background-image: url(../images/idx_icon_tel_20x20.webp);
}
.fixed-banner .reservation {
  background-color: var(--color-02);
}
.fixed-banner .reservation p::before {
  background-image: url(../images/idx_icon_web1_21x20.webp);
}
.fixed-banner .document {
  background-color: #977a65;
}
.fixed-banner .document p::before {
  background-image: url(../images/idx_icon_web2_20x25.webp);
}
@media only screen and (min-width: 769px) {
  .fixed-banner {
    font-size: 10px;
    transform: translateX(15em);
  }
  .fixed-banner::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -1px;
    width: 1px;
    height: calc(100vh + var(--container));
    background-color: #ababab;
    transition: 0.3s all ease;
  }
  .fixed-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    z-index: -1;
  }
  .fixed-banner.scroll::after {
    display: none;
  }
  .fixed-banner.bg::after {
    display: none;
  }
  .fixed-banner.no-border::before {
    display: none;
  }
  .fixed-banner > div {
    left: 0;
    width: 23em;
    height: 8em;
    justify-content: flex-start;
  }
  .fixed-banner p {
    width: 6em;
    padding-top: 2.3em;
    font-size: 1.3em;
  }
  .fixed-banner p::before {
    width: 100%;
    max-width: 20px;
    height: 2em;
    max-height: 20px;
  }
  .fixed-banner .tel:hover {
    left: calc(-100% + 8em);
  }
  .fixed-banner .tel .number {
    width: calc(100% - 6em);
    padding-top: 0;
    padding-left: 1.1em;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .fixed-banner .tel .number::before {
    display: none;
  }
  .fixed-banner .tel p:not(.number)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 1px;
    height: 100%;
    background: #fff;
    transform: translateY(-50%);
  }
  .fixed-banner .reservation p::before {
    max-width: 22px;
  }
  .fixed-banner .document p {
    padding-top: 2.5em;
  }
  .fixed-banner .document p::before {
    height: 2.5em;
    max-height: 25px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .fixed-banner {
    transform: translateX(13em);
  }
  .fixed-banner > div {
    width: 19em;
    height: 6em;
  }
  .fixed-banner p {
    width: 4.5em;
  }
  .fixed-banner .tel:hover {
    left: calc(-100% + 6.5em);
  }
  .fixed-banner .tel .number {
    width: calc(100% - 4.5em);
    padding-left: 0.7em;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: var(--container);
  }
  .fixed-banner > div:not(.global-navi-toggle) {
    width: calc((100% - var(--container)) / 3);
  }
  .fixed-banner p {
    padding-left: 20px;
    font-size: 16px;
  }
  .fixed-banner p::before {
    top: 50%;
    left: 0;
    height: 100%;
    background-position: left center;
    transform: translateY(-50%);
  }
  .fixed-banner .tel p::before {
    width: 15px;
  }
  .fixed-banner .reservation p {
    padding-left: 25px;
  }
  .fixed-banner .reservation p::before {
    width: 17px;
  }
  .fixed-banner .document p::before {
    width: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .fixed-banner p {
    font-size: 13px;
  }
}

/* 固定SNSリンク
************************************************************/
.fixed-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: calc(var(--container) - 56px);
  bottom: 80px;
  z-index: 21;
}
.fixed-sns .caption {
  display: block;
  margin: 0 0 0 3px;
  color: #a49f9d;
  font-size: 12px;
  font-family: var(--font-zenkaku);
  text-transform: uppercase;
  writing-mode: tb-rl;
  white-space: nowrap;
}
.fixed-sns > div {
  position: relative;
}
.fixed-sns a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fixed-sns .instagram {
  width: 22px;
  margin: 17px 0;
}
.fixed-sns .youtube {
  width: 24px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .fixed-sns {
    right: calc(var(--container) - 45px);
  }
}
@media only screen and (max-width: 768px) {
  .fixed-sns {
    flex-direction: row;
    top: 20px;
    right: 4vw;
    bottom: auto;
  }
  .fixed-sns > div {
    margin-left: 20px;
  }
  .fixed-sns .instagram {
    margin: 0;
  }
  .fixed-sns .youtube {
    width: 31px;
  }
  .fixed-sns img {
    width: 100%;
    filter: brightness(0) invert(1);
  }
  .fixed-sns.scroll img {
    filter: brightness(1);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .fixed-sns {
    top: 2.6vw;
  }
}
@media only screen and (max-height: 500px) and (min-width: 769px) {
  .fixed-sns {
    bottom: 2vw;
  }
  .fixed-sns .instagram {
    margin: 1vw 0;
  }
}

/* チャットボット
************************************************************/
.chatbot {
  position: fixed;
  right: calc(var(--container) + 20px);
  bottom: 50px;
  width: 100%;
  max-width: 32em;
  height: 8.5em;
  font-size: 10px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s all;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .chatbot {
    right: 10px;
    bottom: 70px;
    max-width: 23em;
    height: 6.5em;
  }
}

/*===============================================================================

	パーツ・コンポーネント

===============================================================================*/

/* マップ
************************************************************/
.common-map {
  height: 340px;
  margin: 0;
  font-size: 0;
}
.common-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
@media only screen and (max-width: 768px) {
  .common-map {
    height: 299px;
  }
}

/* カレンダー テーブル
************************************************************/
.schedule-table table th,
.schedule-table table td {
  border: 1px solid #ababab;
  text-align: center;
  color: #503e2b;
  font-weight: 400;
}
.schedule-table table th span,
.schedule-table table td span {
  letter-spacing: 0.05em;
  font-size: 62.5%;
  display: block;
}
.schedule-table table th:first-child,
.schedule-table table td:first-child {
  border-left: none;
}
.schedule-table table th:last-child,
.schedule-table table td:last-child {
  border-right: none;
}
.schedule-table table th {
  padding: 14px 17px 17px 17px;
}
.schedule-table table th:last-child {
  padding: 14px 10px;
  letter-spacing: -0.15em;
}
.schedule-table table td {
  padding: 18px 0 20px 0;
}
.schedule-table table td:not(:first-child) {
  color: #2c4e61;
}
.schedule-table table td i {
  font-style: normal;
  font-size: 70%;
  font-weight: 600;
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
}
.schedule-table .caption {
  margin: 13px 0 10px 0;
  text-align: right;
  line-height: 1.85;
  letter-spacing: 0.1em;
  font-size: 13px;
}
.schedule-table .caption span {
  color: #2c4e61;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .schedule-table table th {
    padding: 10px 5px !important;
  }
  .schedule-table table td {
    padding: 10px 0;
  }
  .schedule-table .caption br.not {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .schedule-table table th span,
  .schedule-table table td span {
    font-size: 70%;
  }
  .schedule-table table th {
    padding: 14px 15px 17px 15px;
  }
  .schedule-table .caption {
    font-size: 12px;
  }
  @supports (-webkit-touch-callout: none) {
    .schedule-table table tr {
      border-bottom: 1px solid #ababab;
    }
    .schedule-table table tr:first-child {
      border-top: 1px solid #ababab;
    }
    .schedule-table table th,
    .schedule-table table td {
      border: none;
    }
    .schedule-table table th:not(:last-child),
    .schedule-table table td:not(:last-child) {
      border-right: 1px solid #ababab;
    }
  }
}
@media only screen and (max-width: 520px) {
  .schedule-table table th,
  .schedule-table table td {
    font-size: 3.5vw;
  }
  .schedule-table table th {
    padding: 10px 4px !important;
  }
  .schedule-table table td {
    padding: 10px 0;
  }
  .schedule-table .caption .not {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .schedule-table .caption {
    font-size: 11px;
  }
}


/*===============================================================================

	トップページ

===============================================================================*/

/* 共通
************************************************************/
.front h3 {
  margin-bottom: 30px;
  font-size: calc(var(--title-size) + 6px);
  font-weight: 500;
  font-family: var(--font-zenkaku);
  letter-spacing: 0.1em;
  text-align: center;
}
.front h3 .en {
  display: block;
  margin-bottom: 8px;
  color: var(--color-02);
  font-size: calc(var(--title-size) - 12px);
  font-weight: 500;
  font-family: var(--font-cormorant);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.front h3 .en.fs14 {
  font-size: calc(var(--title-size) - 16px);
}
.front h3 .en.color-01 {
  color: #fff;
}
.front h3.color-01 {
  color: #fff;
}
.front h3.color-02 {
  color: var(--color-main);
}
.front h3.fs30 {
  font-size: var(--title-size);
}
.front h3.line {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.front h3.line::before,
.front h3.line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 190px;
  height: 1px;
  background-color: #ababab;
}
.front h3.line::before {
  left: -232px;
}
.front h3.line::after {
  right: -232px;
}
.front h4 {
  margin-bottom: 26px;
  color: var(--color-main);
  font-size: calc(var(--title-size) - 6px);
  font-weight: 500;
  line-height: 2.08;
  letter-spacing: 0.1em;
  font-family: var(--font-zenkaku);
}
.front h4.fs18 {
  font-size: calc(var(--title-size) - 12px);
  line-height: 1.67;
}
.front h4.fs20 {
  font-size: calc(var(--title-size) - 10px);
  font-weight: 400;
  line-height: 1.5;
}
.front h4.fs16 {
  font-size: calc(var(--title-size) - 14px);
  line-height: 1.75;
}
.front h4 .en {
  display: block;
  margin-top: 7px;
  font-size: calc(var(--title-size) - 18px);
  font-weight: 100;
  font-family: var(--font-cormorant);
  line-height: 1;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .front h3 .en {
    font-size: calc(var(--title-size) - 10px);
  }
  .front h3 .en.fs14 {
    font-size: calc(var(--title-size) - 10px);
  }
  .front h4 .en {
    font-size: calc(var(--title-size) - 12px);
  }
  .front h4.fs16 {
    font-size: calc(var(--title-size) - 11px);
  }
  .front h4.fs18 {
    font-size: calc(var(--title-size) - 10px);
  }
  .front h4.fs20 {
    font-size: calc(var(--title-size) - 8px);
  }
}

.front section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.front .section-title-en {
  margin: 0;
  color: var(--color-main);
  font-size: 120px;
  font-weight: 500;
  font-family: var(--font-cormorant);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  opacity: 0.2;
}
.front .section-title-en.color-01 {
  color: #fff;
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .front .section-title-en {
    font-size: 9vw;
  }
}

/* ボタン
************************************************************/
.index-button {
  position: relative;
  z-index: 1;
}
.index-button a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 169px;
  padding-bottom: 41px;
  color: var(--color-main);
  font-weight: 500;
  font-family: var(--font-zenkaku);
  text-decoration: none;
  border-bottom: 2px solid var(--color-main);
  overflow: hidden;
  transition: 0.3s all ease;
}
.index-button a::before,
.index-button a::after {
  content: attr(data-text);
  position: absolute;
  left: 4px;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0s;
}
.index-button a::before {
  top: 0;
}
.index-button a::after {
  top: 100%;
  opacity: 0;
}
.index-button a span {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 14px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  transform: translateY(-50%);
}
.index-button a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 12px;
  mask-image: url(../images/idx_icon_arrow_14x11.webp);
  mask-repeat: no-repeat;
  mask-position: right center;
  mask-size: contain;
  background-color: var(--color-main);
  transition: 0.3s all ease;
  transform: translateY(-50%);
}
.index-button a:hover {
  color: var(--color-main);
  opacity: 1;
}
.index-button.color-01 a {
  color: #fff;
  font-weight: 400;
  border-bottom-color: #fff;
}
.index-button.color-01 a span::after {
  background-color: #fff;
}
.index-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.index-button-wrap .index-button {
  width: calc(50% - 40px);
  max-width: 169px;
  margin-right: 50px;
}
@media only screen and (min-width: 769px) {
  .index-button a:hover {
    color: var(--color-main);
    opacity: 1;
  }
  .index-button a:hover::before {
    top: -100%;
    opacity: 0;
  }
  .index-button a:hover::after {
    top: 0;
    opacity: 1;
  }
  .index-button.color-01 a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index-button-wrap .index-button {
    margin-right: 34px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .index-button a {
    padding-bottom: 30px;
  }
  .index-button a span {
    top: calc(50% - 3px);
  }
}

/* キービジュアル
************************************************************/
.front .mainvisual {
  --height: 56vw;
  --min-height: 650px;
  --max-height: 750px;
  position: relative;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 10px;
}
.front .mainvisual .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.front .mainvisual .slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2928;
  opacity: 0.4;
}
.front .mainvisual .slider .bg {
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.front .mainvisual .slider .slide-01 .bg {
  background-image: url(../images/idx_key_bg01.webp);
}
.front .mainvisual .slider .slick-initialized .slide-02 .bg {
  background-image: url(../images/idx_key_bg02.webp);
}
.front .mainvisual .slider .slick-initialized .slide-03 .bg {
  background-image: url(../images/idx_key_bg03.webp);
}
.front .mainvisual .slider li.slick-active .bg {
  animation: idxKeyIn 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.front .mainvisual .content {
  position: relative;
  width: 100%;
}
.front .mainvisual .content .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  padding: 0 10px;
}
.front .mainvisual .content h2,
.front .mainvisual p {
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 1;
}
.front .mainvisual .content h2 {
  margin-top: 1.7em;
  margin-bottom: 0.3em;
  font-size: 3.6em;
  font-weight: 500;
  font-family: var(--font-zenkaku);
  line-height: 1.8;
}
.front .mainvisual .content .text {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 2.56;
}
.front .mainvisual .scrolldown {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.front .mainvisual .scrolldown p {
  position: relative;
  padding-bottom: 100px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-family: var(--font-cormorant);
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: tb-rl;
}
.front .mainvisual .scrolldown p::before,
.front .mainvisual .scrolldown p::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
}
.front .mainvisual .scrolldown p::before {
  bottom: 0;
  height: 96px;
  background-color: #beada0;
}
.front .mainvisual .scrolldown p::after {
  height: 48px;
  background-color: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.front .mainvisual .scrolldown a {
  text-decoration: none;
}
@keyframes circlemove {
  0% {
    bottom: 48px;
  }
  100% {
    bottom: -48px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes idxKeyIn {
  0% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 1921px) {
  .front .mainvisual {
    --height: 36vw;
    --max-height: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .front .mainvisual .content h2 {
    font-size: 3em;
  }
}
@media only screen and (max-height: 700px) and (min-width: 769px) {
  .front .mainvisual {
    --height: 45vw;
    --min-height: 620px;
  }
}

/* ブログ一覧
************************************************************/
.top-archives {
  padding: 116px 0 123px 0;
}
.top-archives-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-archives-list li .in {
  width: 100%;
  max-width: 464px;
}
.top-archives-list li .box-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.top-archives-list li .box-title h3 {
  width: calc(100% - 109px);
  padding-right: 20px;
  margin: 0;
  font-size: calc(var(--title-size) - 16px);
  font-weight: 400;
  text-align: left;
}
.top-archives-list li .box-title h3 .en {
  color: var(--color-main);
  font-size: calc(var(--title-size) + 16px);
}
.top-archives-list .index-button {
  width: 109px;
  margin-top: 5px;
}
.top-archives-list .box-list dl {
  display: flex;
  position: relative;
}
.top-archives-list .box-list dl:not(:last-child) {
  margin-bottom: 33px;
}
.top-archives-list .box-list dl dt {
  position: relative;
  width: 116px;
}
.top-archives-list .box-list dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #c2c2c2;
  transform: translateY(-50%);
}
.top-archives-list .box-list dl dd {
  width: calc(100% - 116px);
  padding-left: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .top-archives-list li {
    width: 50%;
  }
  .top-archives-list li.news {
    position: relative;
    padding-right: 20px;
  }
  .top-archives-list li.news::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 100%;
    max-height: 260px;
    background-color: #ababab;
    transform: translateY(-50%);
  }
  .top-archives-list li.column {
    padding-left: 20px;
  }
  .top-archives-list li.column .in {
    margin-left: auto;
  }
  .top-archives-list .box-list dl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: var(--color-main);
    transition: 0.5s all ease;
  }
  .top-archives-list .box-list dl dt,
  .top-archives-list .box-list dl dd {
    transition: 0.3s all ease;
  }
  .top-archives-list .box-list dl:hover {
    position: relative;
  }
  .top-archives-list .box-list dl:hover::after {
    width: 100%;
  }
  .top-archives-list .box-list dl:hover dd {
    color: var(--color-01);
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .top-archives {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-archives-list li .box-title h3 {
    font-size: calc(var(--title-size) - 10px);
  }
}

/* クリニック
************************************************************/
.top-clinic {
  position: relative;
  padding: 70px 0 120px 0;
  background-image: url(../images/idx02_bg.webp);
  z-index: 0;
}
.top-clinic .section-title-en {
  position: absolute;
  top: -76px;
  right: calc(var(--container) - 11px);
  color: #fff;
  writing-mode: tb-rl;
  white-space: nowrap;
  opacity: 0.6;
  z-index: -1;
}
.top-clinic-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-clinic-main .box-content .description {
  max-width: 573px;
}
.top-clinic-main .box-content .address {
  margin: 53px 0 35px 0;
}
.top-clinic-main .box-content .address dl {
  display: flex;
}
.top-clinic-main .box-content .address dl:not(:last-child) {
  margin-bottom: 13px;
}
.top-clinic-main .box-content .address dt {
  width: 100px;
  font-weight: 500;
}
.top-clinic-main .box-content .address dd {
  width: calc(100% - 100px);
  padding-left: 7px;
}
.top-clinic-main .box-content .index-button-wrap {
  margin-top: 53px;
}
.top-clinic-main .box-image {
  position: relative;
  padding-top: 7.9%;
  z-index: 0;
}
.top-clinic-main .box-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 87%;
  height: 80%;
  max-width: 516px;
  max-height: 730px;
  background: url(../images/idx02_img02.webp) top left no-repeat;
  background-size: cover;
  z-index: -1;
}
.top-clinic-main .box-content .logo {
  max-width: 517px;
}
.top-clinic-main .box-content .logo a {
  width: 100%;
  display: block;
}
.top-clinic-main .box-content .logo a:hover {
  opacity: 1;
}
.top-clinic-youtube {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0;
}
.top-clinic-youtube li {
  position: relative;
  max-width: 545px;
  overflow: hidden;
  cursor: pointer;
}
.top-clinic-youtube li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.top-clinic-youtube li .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-clinic-youtube li .play img {
  transform: scale(1);
  transition: 0.3s all ease;
}
@media only screen and (min-width: 769px) {
  .top-clinic .inner-large {
    width: calc(97% - var(--container));
  }
  .top-clinic .section-title-en {
    font-size: 136px;
  }
  .top-clinic-main {
    align-items: flex-start;
    width: calc(100% - var(--container) - 10px);
    max-width: 1279px;
  }
  .top-clinic-main .box-image {
    width: 47%;
    max-width: 597px;
  }
  .top-clinic-main .box-content {
    width: 53%;
    padding-left: 30px;
    margin-top: 51px;
  }
  .top-clinic-main .box-content .description {
    max-width: 573px;
    margin-left: auto;
  }
  .top-clinic-youtube li {
    width: 49%;
  }
  .top-clinic-youtube li:hover .play img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-clinic {
    padding-bottom: 70px;
  }
  .top-clinic .section-title-en {
    font-size: 9vw;
  }
  .top-clinic-main .box-content {
    margin-top: 30px;
  }
  .top-clinic-main .box-content .address {
    margin: 30px 0;
  }
  .top-clinic-main .box-content .address dl br._br-520 {
    display: block !important;
  }
  .top-clinic-youtube {
    margin: 60px 0;
  }
}

/* ごあいさつ
************************************************************/
.top-greeting {
  background-image: url(../images/idx03_bg.webp);
}
.top-greeting-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-greeting-content .box-image {
  position: relative;
  max-width: 580px;
}
.top-greeting-content .index-button-wrap {
  margin-top: 46px;
}
.top-greeting-content .index-button-wrap .index-button {
  width: calc(45% - 40px);
}
.top-greeting-content .index-button-wrap .index-button:nth-of-type(2) {
  width: 55%;
  max-width: 249px;
}
.top-greeting-content .index-button-wrap .index-button:nth-of-type(2) a {
  max-width: 249px;
}
.top-greeting-content .box-image .name {
  position: absolute;
  right: 0;
  bottom: 14.8%;
  padding: 31px 39px 27px 39px;
  margin: 0;
  color: #fff;
  font-size: calc(var(--title-size) - 10px);
  font-family: var(--font-zenkaku);
  line-height: 2.1;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: rgba(7, 32, 72, 0.95);
}
.top-greeting-content .box-image .name .post {
  display: block;
  font-size: 70%;
  letter-spacing: 0.1em;
}
.top-greeting-content .box-image .name .en {
  margin-left: 10px;
  font-size: 70%;
  font-family: var(--font-cormorant);
  line-height: 1;
  letter-spacing: 0.1em;
}
.top-greeting-content .box-image .name .jp {
  display: flex;
  align-items: center;
  margin-left: 9px;
}
@media only screen and (min-width: 769px) {
  .top-greeting-content {
    padding: 0 19px 0 46px;
    align-items: flex-end;
  }
  .top-greeting-content .box-content {
    order: 1;
    position: relative;
    width: 51%;
    padding: 74px 10px 136px 0;
  }
  .top-greeting-content .box-image {
    order: 2;
    width: 49%;
  }
  .top-greeting-content .box-content .description {
    margin-left: 53px;
  }
  .top-greeting-content h3 {
    margin-top: -42px;
    margin-left: 19px;
    margin-bottom: 54px;
    text-align: left;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .top-greeting-content .box-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .top-greeting-content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .top-greeting-content {
    padding-left: 0;
  }
  .top-greeting-content .box-content .description {
    margin-left: 20px;
  }
  .top-greeting-content .index-button-wrap {
    flex-wrap: inherit;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .top-greeting-content .box-content {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-greeting-content h3 {
    margin-bottom: 30px;
  }
  .top-greeting-content h4 br {
    display: none;
  }
  .top-greeting-content .index-button-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .top-greeting-content .index-button-wrap .index-button {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}

/* 当クリニックの特徴
************************************************************/
.top-feature {
  position: relative;
  padding: 162px 0 55px 0;
  background-color: #f9f9f9;
  z-index: 0;
}
.top-feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  max-height: 819px;
  background-image: url(../images/idx04_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.top-feature h3 {
  margin-bottom: 47px;
  text-align: left;
}
.top-feature .section-title-en {
  letter-spacing: 0.11em;
  opacity: 0.1;
}
.top-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-feature-list li {
  max-width: 595px;
  margin-bottom: 72px;
}
.top-feature-list li .image {
  position: relative;
}
.top-feature-list li .image picture {
  position: relative;
  width: 100%;
  max-width: 585px;
}
.top-feature-list li .image picture::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeae4;
}
.top-feature-list li .number {
  position: absolute;
  left: 25px;
  bottom: -35px;
  margin: 0;
  color: #977a65;
  font-size: 100px;
  line-height: 1;
  font-family: var(--font-mincho);
}
.top-feature-list li .description {
  max-width: 436px;
  margin: 40px auto 0 auto;
}
.top-feature-list h4 {
  margin-bottom: 10px;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (min-width: 1921px) {
  .top-feature::after {
    max-height: 100%;
    background-position: bottom center;
  }
}
@media only screen and (min-width: 769px) {
  .top-feature .box_h3 {
    position: relative;
    width: 55%;
    max-width: 512px;
    margin-left: auto;
    margin-bottom: 100px;
  }
  .top-feature .section-title-en {
    position: absolute;
    top: -75px;
    left: -29px;
  }
  .top-feature-list {
    margin-left: -9px;
    margin-right: 40px;
  }
  .top-feature-list li {
    width: 48%;
  }
  .top-feature-list li .text {
    line-height: 2.25;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .top-feature-list {
    margin-right: 22px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .top-feature .section-title-en {
    top: -5vw;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .top-feature {
    padding: 70px 0 30px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-feature .box_h3 {
    margin-bottom: 60px;
  }
  .top-feature-list li .number {
    bottom: -25px;
    font-size: 70px;
  }
  .top-feature-list {
    margin-right: 20px;
  }
  .top-feature-list li {
    margin-bottom: 50px;
  }
  .top-feature-list h4 {
    font-size: calc(var(--title-size) - 7px);
  }
}

/* 診療案内
************************************************************/
.top-treatment {
  position: relative;
  padding: 97px 0;
  background-color: #e7e4e1;
  z-index: 0;
}
.top-treatment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 741px;
  background-image: url(../images/idx05_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}
.top-treatment .section-title-en {
  letter-spacing: 0.12em;
}
.top-treatment-list {
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}
.top-treatment-list li {
  position: relative;
  min-height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-treatment-list li .in {
  height: 100%;
  padding: 91px 20px 60px 20px;
}
.top-treatment-list li:nth-of-type(1) {
  background-image: url(../images/idx05_img01.webp);
  background-position: top left;
}
.top-treatment-list li:nth-of-type(2) {
  background-image: url(../images/idx05_img02.webp);
  background-position: top right;
}
.top-treatment h3 {
  margin-top: -44px;
  margin-bottom: 82px;
}
.top-treatment-list li .content {
  max-width: 422px;
  margin: 0 auto;
}
.top-treatment-list li .content h3 {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 31px;
  text-align: center;
}
.top-treatment-list li .content h3 .en {
  margin-top: 12px;
  margin-bottom: 0;
}
.top-treatment-list li picture {
  height: 66px;
  margin-bottom: 28px;
}
.top-treatment-list li picture img {
  margin: 0 auto;
}
.top-treatment-list li .text {
  color: #fff;
  font-weight: 300;
}
.top-treatment-list li .index-button {
  margin-top: 54px;
  z-index: 0;
}
.top-treatment-list li .index-button a {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .top-treatment-list li {
    width: calc(50% - 1px);
    transition: width 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .top-treatment-list li:hover {
    width: 60%;
  }
  .top-treatment-list li:hover .index-button a {
    color: #fff;
  }
  .top-treatment-list li:hover .index-button a::before {
    top: -100%;
    opacity: 0;
  }
  .top-treatment-list li:hover .index-button a::after {
    top: 0;
    opacity: 1;
  }
  .top-treatment-list li:nth-of-type(1) {
    margin-right: 1px;
  }
  .top-treatment-list li:nth-of-type(2) {
    margin-left: 1px;
  }
  .top-treatment .section-title-en {
    margin-left: 47px;
  }
  .top-treatment h3 {
    margin-left: 72px;
    text-align: left;
  }
  .top-treatment-list li .text {
    line-height: 2.25;
  }
  .top-treatment-list li .index-button {
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .top-treatment-list {
    margin: 0 -9px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .top-treatment h3 {
    margin-top: -4vw;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .top-treatment {
    padding: 70px 0;
  }
  .top-treatment h3 {
    margin-bottom: 60px;
  }
  .top-treatment-list {
    margin: 0;
  }
  .top-treatment-list li {
    min-height: 600px;
  }
  .top-treatment-list li .in {
    padding: 60px 20px 40px 20px;
  }
  .top-treatment-list li .index-button {
    bottom: 40px;
  }
}

/* 生活習慣病
************************************************************/
.top-lifestyle-disease {
  background-color: #e7e4e1;
}
.top-lifestyle-disease-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-lifestyle-disease-list li {
  position: relative;
  width: 206px;
  max-width: 206px;
  padding-bottom: 60px;
  margin: 0 11px;
}
.top-lifestyle-disease-list li a::before,
.top-lifestyle-disease-list li a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .3s all ease;
}
.top-lifestyle-disease-list li a::before {
  bottom: 14px;
  width: 14px;
  height: 12px;
	mask-image: url(../images/idx_icon_arrow_14x11.webp);
  mask-repeat: no-repeat;
  mask-position: bottom center;
  mask-size: contain;
  background-color: var(--color-main);
}
.top-lifestyle-disease-list li a::after {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-main);
  border-radius: 50%;
}
.top-lifestyle-disease-list li picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 206px;
  max-height: 206px;
  border-radius: 50%;
  background-color: #fff;
}
.top-lifestyle-disease-list li h4 {
  margin: 27px 0 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-lifestyle-disease h3 {
    margin-bottom: 64px;
  }
  .top-lifestyle-disease-list {
    margin: 0 -11px;
  }
  .top-lifestyle-disease-list li {
    position: relative;
    transition: 0.3s all ease;
    z-index: 0;
  }
  .top-lifestyle-disease-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #beada0;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .top-lifestyle-disease-list li h4,
  .top-lifestyle-disease-list li picture {
    transition: 0.3s all ease;
  }
  .top-lifestyle-disease-list li:hover::after {
    width: calc(100% + 20px);
    height: calc(100% + 60px);
  }
  .top-lifestyle-disease-list li:hover h4 {
    color: #fff;
  }
  .top-lifestyle-disease-list li:hover picture {
    background-color: #d2c7bc;
  }
  .top-lifestyle-disease-list li:hover a::before {
  	background-color: #fff;
  }
  .top-lifestyle-disease-list li:hover a::after {
  	border-color: #fff;
  }
  .top-lifestyle-disease-list li h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  .top-lifestyle-disease-list li:nth-of-type(1) img {
    margin-top: -10px;
    margin-left: -12px;
  }
  .top-lifestyle-disease-list li:nth-of-type(2) img {
    margin-top: 9px;
  }
  .top-lifestyle-disease-list li:nth-of-type(3) img {
    margin-top: -4px;
    margin-left: 7px;
  }
  .top-lifestyle-disease-list li:nth-of-type(5) img {
    margin-top: -4px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .top-lifestyle-disease-list li {
    width: 15vw;
    margin: 0 0.5vw;
  }
  .top-lifestyle-disease-list li picture {
    height: 15vw;
  }
  .top-lifestyle-disease-list li:hover::after {
    width: calc(100% + 0.5vw);
    height: calc(100% + 5vw);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-lifestyle-disease-list {
    margin: 0;
  }
  .top-lifestyle-disease-list li {
    width: 15vw;
  }
  .top-lifestyle-disease-list li picture {
    height: 15vw;
  }
  .top-lifestyle-disease-list li img {
    width: 8vw;
  }
}

/* その他外来
************************************************************/
.top-other-outpatient {
  padding: 108px 0 109px 0;
  background-color: #e7e4e1;
}
.top-other-outpatient-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-other-outpatient-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(25% - 10px);
  height: 300px;
  max-width: 272px;
  max-height: 300px;
  margin: 0 5px 10px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s all ease;
  z-index: 0;
}
.top-other-outpatient-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6d4e38;
  opacity: 0.9;
  z-index: -1;
}
.top-other-outpatient-list li:nth-of-type(1) {
  background-image: url(../images/idx07_img01.webp);
}
.top-other-outpatient-list li:nth-of-type(2) {
  background-image: url(../images/idx07_img02.webp);
}
.top-other-outpatient-list li:nth-of-type(3) {
  background-image: url(../images/idx07_img03.webp);
}
.top-other-outpatient-list li:nth-of-type(4) {
  background-image: url(../images/idx07_img04.webp);
}
.top-other-outpatient-list li:nth-of-type(5) {
  background-image: url(../images/idx07_img05.webp);
}
.top-other-outpatient-list li:nth-of-type(6) {
  background-image: url(../images/idx07_img06.webp);
}
.top-other-outpatient-list li:nth-of-type(7) {
  background-image: url(../images/idx07_img07.webp);
}
.top-other-outpatient-list li a::before,
.top-other-outpatient-list li a::after {
  content: "";
  position: absolute;
}
.top-other-outpatient-list li a::before {
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.top-other-outpatient-list li a::after {
  right: 33px;
  bottom: 34px;
  width: 14px;
  height: 12px;
  mask-image: url(../images/idx_icon_arrow_14x11.webp);
  mask-position: right center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
}
.top-other-outpatient-list li h4 {
  margin-top: 22px;
  color: #fff;
  text-align: center;
}
.top-other-outpatient-banner {
  position: relative;
  margin-top: 50px;
  z-index: 1;
}
.top-other-outpatient-banner a {
  z-index: 2;
}
.top-other-outpatient-banner .image {
  position: relative;
  margin: 0;
  z-index: 1;
}
.top-other-outpatient-banner .image .off {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: all .3s;
  z-index: 2;
}

.top-other-outpatient-banner:hover .off {
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .top-other-outpatient h3 {
    margin-bottom: 52px;
  }
  .top-other-outpatient-list {
    justify-content: center;
    margin: 0 -5px;
  }
  .top-other-outpatient-list li:hover {
    opacity: 1;
  }
  .top-other-outpatient-list li:hover::before {
    background-color: #432c16;
  }
  .top-other-outpatient-list li:nth-of-type(2) h4 {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .top-other-outpatient {
    padding: 70px 0;
  }
  .top-other-outpatient-list li {
    height: 24vw;
    padding: 0 1vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-other-outpatient-list li h4.fs20 {
    font-size: calc(var(--title-size) - 13px);
  }
  .top-other-outpatient-list li a::before {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
  .top-other-outpatient-list li a::after {
    right: 18px;
    bottom: 19px;
  }
}

/* 心臓リハビリテーション
************************************************************/
.top-rehabilitation {
  position: relative;
  padding: 55px 0 140px 0;
  background-color: #f9f9f9;
  z-index: 0;
}
.top-rehabilitation::before,
.top-rehabilitation::after {
  content: "";
  position: absolute;
}
.top-rehabilitation::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #e7e4e1;
  z-index: -2;
}
.top-rehabilitation::after {
  top: 0;
  left: 80px;
  width: calc(100% - 80px);
  height: 46%;
  max-height: 560px;
  background-image: url(../images/idx08_bg.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: -1;
}
.top-rehabilitation ._w-1440 {
  position: relative;
  z-index: 0;
}
.top-rehabilitation ._w-1440::before,
.top-rehabilitation ._w-1440::after {
  content: "";
  position: absolute;
  right: -45px;
  width: 42%;
  max-width: 602px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.top-rehabilitation ._w-1440::before {
  top: 25%;
  height: 24%;
  max-height: 245px;
  background-image: url(../images/idx08_logo01.webp);
  background-position: bottom right;
  opacity: 0.1;
}
.top-rehabilitation ._w-1440::after {
  top: 49%;
  height: 35%;
  max-height: 357px;
  background-image: url(../images/idx08_logo02.webp);
  background-position: top right;
}
.top-rehabilitation h3 {
  position: relative;
  margin-top: -44px;
  margin-bottom: -32px;
  z-index: 1;
}
.top-rehabilitation .thumbnail {
  width: 90%;
  max-width: 1033px;
}
.top-rehabilitation-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 47px 0 93px 0;
}
.top-rehabilitation-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-rehabilitation-banner li {
  position: relative;
  max-width: 545px;
}
.top-rehabilitation-content .content-right .index-button a {
	max-width: 280px;
}
@media only screen and (min-width: 769px) {
  .top-rehabilitation h3 {
    margin-right: 31px;
    text-align: right;
  }
  .top-rehabilitation .section-title-en {
    margin-right: -14px;
    text-align: right;
  }
  .top-rehabilitation-content {
    align-items: center;
  }
  .top-rehabilitation-content .content-left {
    width: calc(100% - 280px);
	  padding-right: 40px;
  }
  .top-rehabilitation-content .content-right {
    width: 280px;
    margin-top: -15px;
  }
  .top-rehabilitation-content p {
    line-height: 2.25;
  }
  .top-rehabilitation-banner li {
    width: 49%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .top-rehabilitation::after {
    height: 36%;
  }
  .top-rehabilitation h3 {
    margin-top: -4vw;
  }
  .top-rehabilitation .section-title-en {
    height: 9vw;
  }
  .top-rehabilitation ._w-1440::before {
    top: calc(17% - 55px);
    height: 26%;
  }
  .top-rehabilitation ._w-1440::after {
    top: calc(43.4% - 55px);
  }
  .top-rehabilitation-content {
    margin: 30px 0 40px 0;
  }
  .top-rehabilitation-content .content-left {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .top-rehabilitation {
    padding-bottom: 70px;
  }
  .top-rehabilitation ._w-1440::before {
    top: calc(15% - 55px);
  }
  .top-rehabilitation ._w-1440::after {
    top: calc(41% - 55px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-rehabilitation ._w-1440::before {
    top: calc(17% - 55px);
  }
  .top-rehabilitation ._w-1440::after {
    top: calc(42.5% - 55px);
  }
	.top-rehabilitation-content .content-left {
		width: calc(100% - 250px);
  }
	.top-rehabilitation-content .content-right {
		width: 250px;
  }
}

/* 症状から探す
************************************************************/
.top-symptom {
  padding: 0 13px 120px 12px;
  background-color: #f9f9f9;
}
.top-symptom .inner-large {
  position: relative;
  max-width: 1280px;
  padding: 67px 20px 85px 20px;
  background-color: #beada0;
  z-index: 0;
}
.top-symptom .inner-large::before,
.top-symptom .inner-large::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  z-index: -1;
}
.top-symptom .inner-large::before {
  top: 0;
  left: 0;
  width: 57%;
  height: 36%;
  max-width: 725px;
  max-height: 521px;
  background-image: url(../images/idx09_bg01.webp);
  background-position: top left;
}
.top-symptom .inner-large::after {
  right: 0;
  bottom: 0;
  width: 55%;
  height: 44%;
  max-width: 696px;
  max-height: 625px;
  background-image: url(../images/idx09_bg02.webp);
  background-position: right bottom;
}
.top-symptom .inner {
  width: 100%;
}
.top-symptom .section-title-en {
  text-align: center;
}
.top-symptom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-symptom-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(25% - 10px);
  max-width: 269px;
  height: 260px;
  max-height: 260px;
  margin: 0 5px 14px 5px;
  background-color: #fff;
  transition: 0.3s all ease;
}
.top-symptom-list li::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #977a65;
}
.top-symptom-list li picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 107px;
}
.top-symptom-list li h4 {
  display: flex;
  align-items: center;
  height: 45px;
  margin: 15px 0 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .top-symptom h3 {
    margin: -42px 0 80px 0;
  }
  .top-symptom-list {
    margin: 0 -5px;
  }
  .top-symptom-list li:hover {
    background-color: var(--color-main);
  }
  .top-symptom-list li:hover::after {
    border-bottom-color: #beada0;
  }
  .top-symptom-list li:hover h4 {
    color: #fff;
  }
  .top-symptom-list li:hover img {
    filter: brightness(0) invert(1);
  }
  .top-symptom-list li:nth-of-type(4) img {
    margin-top: -6px;
    margin-left: -19px;
  }
  .top-symptom-list li:nth-of-type(5) img {
    margin-top: 4px;
    margin-left: 15px;
  }
  .top-symptom-list li:nth-of-type(6) img {
    margin-top: 5px;
    margin-left: -6px;
  }
  .top-symptom-list li:nth-of-type(7) img {
    margin-top: 10px;
    margin-left: -2px;
  }
  .top-symptom-list li:nth-of-type(8) img {
    margin-top: 8px;
    margin-left: -1px;
  }
  .top-symptom-list li:nth-of-type(9) img {
    margin-top: -4px;
    margin-left: -11px;
  }
  .top-symptom-list li:nth-of-type(10) img {
    margin-top: 1px;
    margin-left: -18px;
  }
  .top-symptom-list li:nth-of-type(12) img {
    margin-top: 7px;
    margin-left: -2px;
  }
  .top-symptom-list li:nth-of-type(13) img {
    margin-top: 6px;
    margin-left: 9px;
  }
  .top-symptom-list li:nth-of-type(15) img {
    margin-top: -10px;
    margin-left: -1px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .top-symptom {
    padding: 0 20px 70px 20px;
  }
  .top-symptom .inner-large {
    padding: 60px 20px;
  }
  .top-symptom h3 {
    margin: -4vw 0 50px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .top-symptom .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .top-symptom-list li {
    height: 24vw;
  }
  .top-symptom-list li picture {
    height: 8vw;
    max-height: 107px;
  }
  .top-symptom-list li img {
    width: 7vw;
  }
  .top-symptom-list li h4.fs16 {
    font-size: calc(var(--title-size) - 14px);
  }
}

/* トップページ レスポンシブ
************************************************************/
@media only screen and (max-width: 768px) {
  .front h3 {
    margin-bottom: 30px;
    font-size: var(--title-size);
    text-align: center;
  }
  .front h3 .en {
    margin-bottom: 8px;
    font-size: calc(var(--title-size) - 12px);
  }
  .front h3 .en.fs14 {
    font-size: calc(var(--title-size) - 10px);
  }
  .front h3.fs30 {
    font-size: calc(var(--title-size) - 2px);
  }
  .front h3.line::before, .front h3.line::after {
    width: 20vw;
    max-width: 150px;
  }
  .front h3.line::before {
    left: -25vw;
  }
  .front h3.line::after {
    right: -25vw;
  }
  .front h4 {
    margin-bottom: 20px;
    font-size: calc(var(--title-size) - 4px);
    line-height: 1.8;
  }
  .front h4.fs18 {
    font-size: calc(var(--title-size) - 8px);
  }
  .front h4.fs20 {
    font-size: calc(var(--title-size) - 6px);
  }
  .front h4.fs16 {
    font-size: calc(var(--title-size) - 10px);
  }
  .front h4 .en {
    margin-top: 7px;
    font-size: calc(var(--title-size) - 10px);
  }
}

@media only screen and (max-width: 768px) {
  .front .section-title-en {
    font-size: 11vw;
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .front .section-title-en {
    font-size: 16vw;
  }
}

@media only screen and (max-width: 768px) {
  .index-button a {
    max-width: 169px;
    padding-bottom: 35px;
    font-size: 16px;
  }
  .index-button a span {
    top: calc(50% - 3px);
  }
  .index-button-wrap {
    display: flex;
    justify-content: center;
  }
  .index-button-wrap .index-button {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 520px) {
  .index-button a {
    padding-bottom: 30px;
    font-size: 14px;
  }
  .index-button a span {
    width: 12px;
    height: 10px;
  }
  .index-button a span::after {
    width: 12px;
    height: 10px;
  }
  .index-button-wrap .index-button {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .index-button-wrap .index-button:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .front .mainvisual {
    --height: 100vh;
    --max-height: 139vw;
    --min-height: 320px;
  }
  .front .mainvisual .content h2 {
    margin-bottom: 4vw;
    font-size: 5.333vw;
    line-height: 1.75;
  }
  .front .mainvisual .content .text {
    font-size: 3.2vw;
  }
  .front .mainvisual .scrolldown {
    left: 2.667vw;
  }
  .front .mainvisual .scrolldown p {
    padding-bottom: 13.333vw;
    font-size: 2.133vw;
  }
  .front .mainvisual .scrolldown p::before {
    height: 12.8vw;
  }
  .front .mainvisual .scrolldown p::after {
    height: 6.4vw;
  }
  .front .mainvisual .slider .slide-01 .bg {
    background-image: url(../images/idx_key_bg01_sp.webp);
  }
  .front .mainvisual .slider .slick-initialized .slide-02 .bg {
    background-image: url(../images/idx_key_bg02_sp.webp);
  }
  .front .mainvisual .slider .slick-initialized .slide-03 .bg {
    background-image: url(../images/idx_key_bg03_sp.webp);
  }
  @keyframes circlemove {
    0% {
      bottom: 6.4vw;
    }
    100% {
      bottom: -6.4vw;
    }
  }
}
@media only screen and (max-width: 520px) {
  .front .mainvisual .content h2 {
    font-size: 5.6vw;
  }
  .front .mainvisual .content .text {
    line-height: 2;
    font-size: 4.3vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .front .mainvisual .slider .slide-01 .bg {
    background-image: url(../images/idx_key_bg01.webp);
  }
  .front .mainvisual .slider .slick-initialized .slide-02 .bg {
    background-image: url(../images/idx_key_bg02.webp);
  }
  .front .mainvisual .slider .slick-initialized .slide-03 .bg {
    background-image: url(../images/idx_key_bg03.webp);
  }
  .front .mainvisual .content h2 {
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
  .front .mainvisual .content .text {
    font-size: 2vw;
  }
  .front .mainvisual .scrolldown p {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .top-archives {
    padding: 60px 0;
  }
  .top-archives-list {
    display: block;
  }
  .top-archives-list li.news {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .top-archives-list li.news::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ababab;
    transform: translateX(-50%);
  }
  .top-archives-list li .in {
    margin: 0 auto;
  }
  .top-archives-list li .box-title {
    display: flex;
    margin-bottom: 30px;
  }
  .top-archives-list li .box-title h3 {
    margin-bottom: 0;
    font-size: calc(var(--title-size) - 10px);
    text-align: left;
  }
  .top-archives-list li .box-title h3 .en {
    margin-bottom: 0;
    font-size: calc(var(--title-size) + 10px);
  }
  .top-archives-list .box-list dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .top-archives-list .box-list dl dt {
    width: 100px;
  }
  .top-archives-list .box-list dl dd {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .top-archives {
    padding: 40px 0;
  }
  .top-archives-list li .box-title h3 {
    width: calc(100% - 90px);
  }
  .top-archives .index-button {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .top-clinic {
    padding: 60px 0;
    background-image: url(../images/idx02_bg_sp.webp);
  }
  .top-clinic .section-title-en {
    top: 53%;
    right: 6%;
  }
  .top-clinic-main {
    display: block;
    padding: 0 20px;
  }
  .top-clinic-main .box-image {
    margin-bottom: 30px;
  }
  .top-clinic-main .box-image::after {
    left: -20px;
  }
  .top-clinic-main .box-image picture {
    max-width: 597px;
    margin: 0 auto;
  }
  .top-clinic-main .box-content {
    max-width: 610px;
    margin: 0 auto;
  }
  .top-clinic-main .box-content .description {
    max-width: 610px;
}
  .top-clinic-main .box-content .address {
    margin: 30px 0;
  }
  .top-clinic-main .box-content .index-button-wrap {
    margin-top: 30px;
  }
  .top-clinic-main .box-content .logo {
    margin: 0 auto;
  }
  .top-clinic-youtube {
    display: flex;
    margin: 30px 0;
  }
  .top-clinic-youtube li {
    width: 48%;
    height: auto;
  }
  .top-clinic-youtube li .play {
    max-width: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .top-clinic .section-title-en {
    right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .top-clinic {
    padding: 40px 0;
  }
  .top-clinic .section-title-en {
    top: 115vw;
  }
  .top-clinic-main .box-content .address dt {
    width: 60px;
  }
  .top-clinic-main .box-content .address dd {
    width: calc(100% - 60px);
  }
  .top-clinic-main .box-content .logo {
    max-width: 280px;
  }
  .top-clinic-youtube li {
    width: 100%;
  }
  .top-clinic-youtube li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .top-greeting {
    padding: 60px 0;
    background-image: url(../images/idx03_bg_sp.webp);
  }
  .top-greeting-content {
    display: block;
    position: relative;
    padding-top: 13vw;
  }
  .top-greeting-content .box-image {
    max-width: 450px;
    margin: 0 auto;
  }
  .top-greeting-content h3 {
    width: 100%;
    position: absolute;
    top: 7vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-greeting-content .section-title-en {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-greeting-content .box-content .description {
    margin-top: 30px;
  }
  .top-greeting-content .index-button-wrap {
    margin-top: 30px;
  }
  .top-greeting-content .box-image .name {
    padding: 20px 30px;
    font-size: calc(var(--title-size) - 4px);
  }
}
@media only screen and (max-width: 520px) {
  .top-greeting {
    padding: 40px 0;
  }
  .top-greeting-content {
    position: relative;
    padding-top: 20vw;
  }
  .top-greeting-content h3 {
    top: 8vw;
  }
  .top-greeting-content h4 {
    font-size: calc(var(--title-size) - 6px);
  }
  .top-greeting-content h4 br {
    display: none;
  }
  .top-greeting-content .box-content .description {
    margin-top: 20px;
  }
  .top-greeting-content .index-button-wrap .index-button {
    width: 100% !important;
  }
  .top-greeting-content .box-image .name {
    bottom: 10%;
    padding: 5vw 7vw;
    font-size: 5vw;
  }
}

@media only screen and (max-width: 768px) {
  .top-feature {
    padding: 60px 0 120px 0;
  }
  .top-feature::after {
    height: 16%;
    max-height: 450px;
    background-image: url(../images/idx04_bg_sp.webp);
  }
  .top-feature h3 {
    margin-top: -35px;
  }
  .top-feature-list {
    display: block;
  }
  .top-feature-list li {
    margin: 0 auto 50px auto;
  }
  .top-feature-list li:last-child {
    margin-bottom: 0;
  }
  .top-feature-list li .description {
    margin: 30px auto 0 auto;
  }
  .top-feature .index-button {
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
  }
  .top-feature .index-button a {
    margin: 0 auto;
    color: var(--color-main);
    border-bottom-color: var(--color-main);
  }
  .top-feature .index-button a span::after {
    background-color: var(--color-main);
  }
}
@media only screen and (max-width: 520px) {
  .top-feature {
    padding: 40px 0 100px 0;
  }
  .top-feature h3 {
    margin-top: -25px;
  }
  .top-feature-list h4 {
    font-size: calc(var(--title-size) - 6px);
  }
  .top-feature-list li {
    margin: 0 auto 30px auto;
  }
  .top-feature-list li .number {
    left: 15px;
    bottom: -25px;
    font-size: 70px;
  }
  .top-feature .index-button {
    bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .top-treatment {
    padding: 60px 0;
  }
  .top-treatment::before {
    height: 24%;
    max-height: 300px;
  }
  .top-treatment-list {
    display: block;
  }
  .top-treatment-list li {
    display: flex;
    align-items: center;
    max-width: 639px;
    min-height: auto;
    margin: 0 auto 2px auto;
    background-position: center !important;
  }
  .top-treatment-list li:last-child {
    margin-bottom: 0;
  }
  .top-treatment-list li .in {
    width: 100%;
    padding: 70px 20px;
  }
  .top-treatment h3 {
    margin-top: -35px;
  }
  .top-treatment-list li .index-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .top-treatment {
    padding: 40px 0;
  }
  .top-treatment-list li .in {
    padding: 50px 20px;
  }
  .top-treatment h3 {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 768px) {
  .top-lifestyle-disease-list {
    display: flex;
    justify-content: center;
  }
  .top-lifestyle-disease-list li {
    width: 26vw;
    margin: 0 2vw 20px 2vw;
  }
  .top-lifestyle-disease-list li picture {
    height: 26vw;
  }
  .top-lifestyle-disease-list li picture img {
    width: 14vw;
  }
  .top-lifestyle-disease-list li h4 {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 520px) {
  .top-lifestyle-disease-list li {
    width: 39vw;
    padding-bottom: 40px;
  }
  .top-lifestyle-disease-list li picture {
    height: 39vw;
  }
  .top-lifestyle-disease-list li picture img {
    width: 20vw;
  }
  .top-lifestyle-disease-list li h4 {
    margin-top: 10px;
  }
  .top-lifestyle-disease-list li a::before {
    bottom: 10px;
    width: 12px;
    height: 10px;
  }
  .top-lifestyle-disease-list li a::after {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .top-other-outpatient {
    padding: 60px 0;
  }
  .top-other-outpatient-list {
    display: flex;
    justify-content: center;
  }
  .top-other-outpatient-list li {
    width: calc(50% - 10px);
  }
  .top-other-outpatient-banner {
	  max-width: 545px;
	  margin: 30px auto 0 auto;
  }
}
@media only screen and (max-width: 520px) {
  .top-other-outpatient {
    padding: 40px 0;
  }
  .top-other-outpatient-list {
    margin: 0 -2vw;
  }
  .top-other-outpatient-list li {
    width: 43vw;
    height: 46vw;
    margin: 0 1vw 2vw 1vw;
  }
  .top-other-outpatient-list li a::before {
    right: 2vw;
    bottom: 2vw;
    width: 6vw;
    height: 6vw;
    max-width: 30px;
    max-height: 30px;
  }
  .top-other-outpatient-list li a::after {
    right: 3.5vw;
    bottom: 3.5vw;
    width: 3vw;
    height: 3vw;
    max-width: 14px;
    max-height: 12px;
  }
  .top-other-outpatient-list li h4 {
    font-size: 4vw !important;
  }
  .top-other-outpatient-list li h4 .en {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .top-rehabilitation {
    padding: 60px 0;
  }
  .top-rehabilitation::after {
    left: 20px;
    width: calc(100% - 20px);
    height: 30%;
    max-height: 400px;
  }
  .top-rehabilitation ._w-1440::before {
    top: 14%;
    height: 13%;
  }
  .top-rehabilitation ._w-1440::after {
    top: 28%;
    height: 19%;
  }
  .top-rehabilitation h3 {
    margin-top: -35px;
    margin-bottom: -20px;
  }
  .top-rehabilitation .index-button {
    margin-top: 30px;
  }
  .top-rehabilitation .index-button a {
    margin: 0 auto;
  }
  .top-rehabilitation .thumbnail {
    width: calc(100% - 20px);
  }
  .top-rehabilitation-content {
    display: block;
    margin: 30px 0 50px 0;
  }
  .top-rehabilitation-banner {
    display: block;
  }
  .top-rehabilitation-banner li {
    margin: 0 auto 20px auto;
  }
  .top-rehabilitation-banner li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  .top-rehabilitation {
    padding: 40px 0;
  }
  .top-rehabilitation::before {
    height: 10%;
  }
  .top-rehabilitation::after {
    height: 20%;
  }
  .top-rehabilitation ._w-1440::before {
    top: 10%;
    height: 7%;
  }
  .top-rehabilitation ._w-1440::after {
    top: 17%;
    height: 12%;
  }
  .top-rehabilitation h3 {
    margin-top: -6vw;
    margin-bottom: -5vw;
    font-size: 7.2vw;
  }
  .top-rehabilitation .section-title-en {
    font-size: 12vw;
  }
  .top-rehabilitation-content {
    margin: 20px 0 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .top-symptom {
    padding: 0 20px 60px 20px;
  }
  .top-symptom .inner-large {
    padding: 40px 0;
  }
  .top-symptom h3 {
    margin-top: -35px;
  }
  .top-symptom-list {
    display: flex;
    max-width: 558px;
    margin: 0 auto;
  }
  .top-symptom-list li {
    width: calc(50% - 10px);
  }
  .top-symptom-list li h4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  .top-symptom {
    padding: 0 20px 40px 20px;
  }
  .top-symptom .inner-large {
    padding: 30px 0;
  }
  .top-symptom h3 {
    margin-top: -25px;
  }
  .top-symptom-list {
    justify-content: center;
    margin: 0 -3vw;
  }
  .top-symptom-list li {
    width: 38vw;
    height: 38vw;
    margin: 0 1vw 3vw 1vw;
  }
  .top-symptom-list li::after {
    right: 1vw;
    bottom: 1vw;
  }
  .top-symptom-list li picture {
    width: 11vw;
    height: 16vw;
  }
  .top-symptom-list li h4 {
    height: 10vw;
    margin-top: 2vw;
    font-size: 3.4vw !important;
  }
}

/*===============================================================================

	下層ページ 共通

===============================================================================*/
.under {
  counter-reset: count;
}

.under .footer-bg {
  display: none;
}

.under .mainvisual {
  position: relative;
  height: 640px;
  background-image: url(../images/ud_key_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.under .mainvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2928;
  opacity: 0.6;
  z-index: -1;
}
.under .mainvisual .inner {
  height: 100%;
}
.under .mainvisual .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.under .mainvisual .content h2 {
  color: #fff;
  font-size: calc(var(--title-size) + 6px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .under .mainvisual {
    height: 300px;
    margin-top: 0;
  }
  .under .mainvisual .content h2 {
    font-size: var(--title-size);
  }
}

/* メインコンテンツ
************************************************************/
.under #content {
  padding-bottom: 100px;
}
.under #content .inner {
  max-width: 1064px;
}
.under #content .breadcrumb .inner {
  max-width: 1320px;
}
.under #content .breadcrumb-02 .inner {
  max-width: 1320px;
}
@media only screen and (max-width: 768px) {
  .under #content {
    padding-bottom: 50px;
  }
}

/* パンくずリスト
************************************************************/
.breadcrumb {
  padding: 12px 0 7px;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.breadcrumb ul {
  display: block;
  padding: 4px 10px 4px 0px;
}
.breadcrumb ul::after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumb ul li {
  float: left;
  position: relative;
}
.breadcrumb ul li:not(:last-of-type)::after {
  content: '>';
  display: inline-block;
  padding: 0 10px 0 8px;
  color: var(--color-main);
  line-height: 1;
  transform: scaleX(0.9);
}
.breadcrumb a {
  color: var(--color-main);
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
  opacity: 1;
}
.breadcrumb span {
  display: inline-block;
  padding: 0 10px 0 8px;
  color: var(--color-main);
  line-height: 1;
  transform: scaleX(0.9);
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 10px;
  }
}

/* ページ内セクションリンク
************************************************************/
/* スタイル-01 */
.section-links.-type-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: #e7e4e1;
}
.section-links.-type-01:empty {
  display: none;
}
.section-links.-type-01 li {
  display: table;
  width: 50%;
  padding-right: 1em;
  margin: 5px 0px;
}
.section-links.-type-01 li a {
  display: table;
  position: relative;
  padding-left: 1.5em;
  color: var(--color-01);
  text-decoration: none;
}
.section-links.-type-01 li a::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  border-top: 9px solid var(--color-01);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.section-links.-type-01 li a br._pc {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .section-links.-type-01 {
    padding: 15px 20px;
  }
  .section-links.-type-01 li {
    width: 100%;
    max-width: 100%;
  }
  .section-links.-type-01 li a::before {
    top: 0.5em;
    border-top: 7px solid var(--color-01);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}

/* スタイル-02 */
.section-links.-type-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.section-links.-type-02 .under-button {
  display: flex;
  width: calc(100% / 3 - 20px);
  max-width: 300px;
  margin: 0 5px 10px 5px;
}
.section-links.-type-02 .under-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 0;
}
.section-links.-type-02 .under-button a::after {
  top: auto;
  left: calc(50% - 7px);
  bottom: 5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  mask-image: none;
  background-color: transparent;
  transform: rotate(135deg) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .section-links.-type-02 {
    display: flex;
    margin: 20px -10px 0 -10px;
  }
}
@media only screen and (max-width: 520px) {
  .section-links.-type-02 .under-button {
    width: calc(100% / 2 - 20px);
  }
  .section-links.-type-02 .under-button a {
    padding: 15px 1vw;
    font-size: 3.5vw;
  }
}

.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  font-weight: 500;
  font-family: var(--font-zenkaku);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 40px;
  color: var(--color-main);
  font-size: var(--title-size);
  text-align: center;
}
.under h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #977a65;
  transform: translateX(-50%);
}
.under h4 {
  padding-bottom: 12px;
  margin-bottom: 30px;
  color: var(--color-main);
  font-size: calc(var(--title-size) - 6px);
  border-bottom: 1px solid #977a65;
}
.under h5 {
  position: relative;
  padding-left: 23px;
  margin-bottom: 25px;
  color: var(--color-main);
  font-size: calc(var(--title-size) - 10px);
}
.under h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 1px;
  background-color: #977a65;
}
.under h6 {
  position: relative;
  padding-left: 32px;
  margin-top: 30px;
  margin-bottom: 25px;
  color: var(--color-main);
  font-size: calc(var(--title-size) - 12px);
}
.under h6::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #977a65;
}
.under .inner > section:first-child > h3 {
  margin-top: 131px;
}
.under .section > p:last-of-type,
.under section > p:last-of-type {
  margin-bottom: 0;
}
.under .section > p:last-of-type + table,
.under .section > p:last-of-type + ul,
.under section > p:last-of-type + table,
.under section > p:last-of-type + ul {
  margin-top: 15px;
}
.under section {
  padding-top: 1px;
}
.under section h3 {
  margin-top: 80px;
}
.under .section-level-01 {
  padding-top: 60px;
}
.under .section-level-02 {
  padding-top: 50px;
}
.under .section-level-03 {
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .under h3 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: calc(var(--title-size) - 2px);
  }
  .under h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: calc(var(--title-size) - 4px);
  }
  .under h5 {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: calc(var(--title-size) - 6px);
  }
  .under h6 {
    margin-bottom: 10px;
    font-size: calc(var(--title-size) - 8px);
  }
  .under .inner > section:first-child > h3 {
    margin-top: 60px;
  }
  .under section {
    padding-top: 1px;
  }
  .under section h3 {
    margin-top: 60px;
  }
  .under .section-level-01 {
    padding-top: 40px;
  }
  .under .section-level-02 {
    padding-top: 30px;
  }
}
/* ボタン
************************************************************/
.under-button a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  margin: 30px auto 0 auto;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-zenkaku);
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  background-color: var(--color-main);
  transition: .3s all ease;
}
.under-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 12px;
  mask-image: url(../images/idx_icon_arrow_14x11.png);
  mask-repeat: no-repeat;
  mask-position: right center;
  mask-size: contain;
  background-color: #fff;
  transform: translateY(-50%);
}
.under-button a:hover {
  background-color: var(--color-02);
  opacity: 1;
}

/* 画像レイアウト
************************************************************/
.under .image-box.-row .image-left,
.under .image-box.-row .image-right {
  max-width: 450px;
  margin-bottom: 30px;
}
.under .image-box.-row .image-left img,
.under .image-box.-row .image-right img {
  width: auto;
  max-height: 500px;
}
.under .image-box.-row .image-left {
  float: left;
  margin-right: 60px;
}
.under .image-box.-row .image-right {
  float: right;
  margin-left: 60px;
}
.under .image-box.-col .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.under .image-box.-col p {
  margin-bottom: 5px;
}
.under .image-box.-col p:last-child {
  margin-bottom: 0;
}
.under .image-box.-col picture {
  margin-bottom: 15px;
}
.under .image-box.-col .text p {
  font-size: 1em;
}
.under .image-box.-col .text .title {
  color: #a98c54;
  font-size: 1.375em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  text-align: center;
}
.under .image-box.-col picture {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.under .image-box.-col img {
  max-width: 100%;
  max-height: 100%;
}
.under .image-box.-col .item {
  width: 49%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under .image-box.-row .image-left,
  .under .image-box.-row .image-right {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .under .image-box.-row .image-left img,
  .under .image-box.-row .image-right img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .under .image-left,
  .under .image-right {
    float: none;
    width: auto;
    max-width: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .under .image-box.-row .image-left,
  .under .image-box.-row .image-right {
    float: none;
    display: table;
    width: auto;
    max-width: none;
    margin: 0 auto 20px;
    text-align: center;
  }
  .under .image-box.-row .image-left:nth-child(n),
  .under .image-box.-row .image-right:nth-child(n) {
    max-width: none;
  }
  .under .image-box.-col .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .under .image-box.-col figure {
    margin-bottom: 15px;
  }
  .under .image-box.-col .text {
    font-size: 14px;
  }
  .under .image-box.-col .item {
    width: 100%;
  }
  .under .image-box.-col picture {
    height: auto;
    min-height: 200px;
  }
  .under .image-box.-col img {
    max-height: 500px;
  }
}
@media only screen and (max-width: 375px) {
  .under .image-box.-col .item {
    width: 100%;
  }
}

/* リスト
************************************************************/
.under ul.style-01.-column-02 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.under ul.style-01.-column-02 li {
  width: 50%;
  padding-right: 10px;
}
.under ul.style-01 li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: left;
  background-size: 10px auto;
}
.under ul.style-01 li:last-child {
  padding-bottom: 0;
}
.under ul.style-01 li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
}
@media only screen and (min-width: 769px) {
  .under ul.style-01.-column-02 {
    padding-bottom: 10px;
  }
  .under ul.style-01.-column-02 li:last-child,
  .under ul.style-01.-column-02 li:nth-child(2n+1) {
    padding-bottom: 0;
  }
  .under .image-box.-row ul.style-01.-column-02 li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .under ul.style-01 li {
    line-height: 2;
  }
  .under ul.style-01 li::before {
    top: 11px;
  }
  .under ul.style-01.-column-02 li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 9px;
  }
}

/* テーブル
************************************************************/
.under table {
  border-radius: 3px;
}
.under table.-scroll {
  width: 100%;
}
.under table.style-01 th,
.under table.style-01 td {
  padding: 0.625rem;
  line-height: 2.25;
  border: 1px solid #ddd;
}
.under table.style-01 th img,
.under table.style-01 td img {
  max-width: 100%;
}
.under table.style-01 th {
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: var(--color-main);
}
.under table.style-01 td {
  color: var(--color-01);
  background-color: #fff;
}
.under table.style-01.-row tr th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.under table.style-01.-col tr:not(:last-child) th {
  border-bottom: 1px solid #ddd;
}
.under .table-scroll-text {
  display: none;
  margin-top: 10px;
  color: #b4b4b4;
  font-size: 11px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .under table.style-01 th,
  .under table.style-01 td {
    padding: 0.5rem;
  }
  .under table.style-01 th {
    font-size: 1em;
  }
  .under table.style-01 td {
    font-size: 0.9em;
  }
}

.under table.-type-01 th {
  width: 350px;
  /* text-align: right; */
}

.under table.-type-02 {
  text-align: center;
}
.under table.-type-02 th:first-child {
  width: 30%;
}
.under table.-type-02 th:not(:first-child) {
  width: 10%;
}
.under table.-type-02 td:not(:first-child) {
  color: var(--color-main);
}
.under table .caption span {
  color: var(--color-main);
}

@media only screen and (max-width: 768px) {
  .under table.-scroll {
    width: 800px;
  }
  .under table.style-01 th,
  .under table.style-01 td {
    line-height: 2;
  }
  .under table.style-01 th {
    padding-left: 5px;
    padding-right: 5px;
  }
  @supports (-webkit-touch-callout: none) {
    .under table.style-01 tr:last-child th,
    .under table.style-01 tr:last-child td {
      border-bottom-width: 1.4px;
    }
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .under table.style-01 tr:last-child th,
      .under table.style-01 tr:last-child td {
        border-bottom-width: 1.4px;
      }
    }
  }
  .under .table-scroll-text {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .under table.-type-01 th {
    width: 300px;
    /* text-align: left; */
  }
  @supports (-webkit-touch-callout: none) {
    .under table.-type-01 th {
      width: auto;
    }
  }
}
@media only screen and (max-width: 520px) {
  .under table.-type-01 th {
    width: 35%;
  }
  @supports (-webkit-touch-callout: none) {
    .under table.-type-01 th {
      width: auto;
    }
  }
}
@media only screen and (max-width: 768px) {
  @supports (-webkit-touch-callout: none) {
    .under table.-type-02 td {
      border-top-width: 0;
    }
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .under table.-type-02 td {
        border-top-width: 0;
      }
    }
  }
  .under table.-type-02 th:first-child {
    width: 200px;
  }
}

/*===============================================================================

	記事ページ

===============================================================================*/

/* お知らせ
************************************************************/
/* 記事一覧 */
.archives-blog-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archives-blog-container .blog-list {
  width: calc(100% - 250px);
  max-width: 100%;
}
.archives-blog-container .blog-list > div {
  padding-top: 0;
}
.archives-blog-container .blog-item .in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bababa;
}
.archives-blog-container .blog-item picture {
  position: relative;
  width: 220px;
  height: 220px;
  border: 2px solid var(--color-main);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.archives-blog-container .blog-item picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.archives-blog-container .blog-item .description {
  position: relative;
  width: calc(100% - 250px);
  padding-bottom: 40px;
}
.archives-blog-container .blog-item .description p {
  margin-bottom: 0;
  line-height: 1.5;
}
.archives-blog-container .blog-item .description .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 15px;
  font-size: 90%;
}
.archives-blog-container .blog-item .description .meta .tag {
  display: inline-block;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
.archives-blog-container .blog-item .description .meta .tag a {
  display: inline-block;
  padding: 0 10px;
  margin-top: 1px;
  margin-left: 2px;
  margin-bottom: 1px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  background-color: var(--color-main);
}
.archives-blog-container .blog-item .description .meta .tag a.blog {
  background-color: #333;
}
.archives-blog-container .blog-item .description .meta .tag a.news {
  background-color: var(--color-01);
}
.archives-blog-container .blog-item .description .meta .date {
  margin-right: 20px;
}
.archives-blog-container .blog-item .description .title {
  margin-bottom: 10px;
  color: #333333;
  font-size: 120%;
  font-weight: 600;
  text-overflow: ellipsis;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
}
.archives-blog-container .blog-item .description .title a {
  color: inherit;
}
.archives-blog-container .blog-item .description .text {
  padding-bottom: 45px;
}
.archives-blog-container .blog-item .description .button {
  position: absolute;
  right: 0;
  bottom: 0px;
  border: 2px solid var(--color-main);
  background-color: #fff;
}
.archives-blog-container .blog-item .description .button a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 15px 5px 10px;
  color: #333;
  font-size: 90%;
  text-decoration: none;
  z-index: 1;
}
.archives-blog-container .blog-item .description .button a span {
  display: block;
  position: absolute;
  top: calc(50% - 0.55em);
  right: 5px;
  line-height: 1em;
}
.archives-blog-container .blog-item .description .button a::before {
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .archives-blog-container .blog-item .description .button:hover a {
    color: #fff;
    opacity: 1;
    background-color: var(--color-main);
  }
}
@media only screen and (max-width: 640px) {
  .archives-blog-container .blog-item .in {
    display: block;
  }
  .archives-blog-container .blog-item picture {
    margin: 0 auto;
  }
  .archives-blog-container .blog-item .description {
    width: 100%;
    max-width: 420px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .archives-blog-container .blog-item .description .button {
    display: table;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .archives-blog-container .blog-item .description {
    width: calc(100% - 230px);
  }
  .archives-blog-container .blog-item .description .meta .date {
    margin-right: 10px;
  }
  .archives-blog-container .blog-item .description .meta .tag a {
    padding: 0 5px;
  }
  .archives-blog-container .blog-item picture {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .archives-blog-container .blog-list {
    width: auto;
    margin: 0 auto;
  }
  .archives-blog-container .blog-item .description .text {
    padding-bottom: 25px;
  }
}

/* サイドバー */
.archives-blog-container .sidebar {
  width: 220px;
}
.archives-blog-container .sidebar .title {
  display: block;
  position: static;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  writing-mode: horizontal-tb;
  background-color: var(--color-main);
  transform: none;
}
.archives-blog-container .sidebar ul {
  padding: 0 10px;
  border: 1px solid #ddebf2;
  border-top: 0;
  background-color: #fff;
}
.archives-blog-container .sidebar ul > li {
  padding: 12px 10px;
  font-size: 80%;
  border-bottom: 1px solid #959595;
}
.archives-blog-container .sidebar ul > li:last-child {
  border-bottom: 0;
}
.archives-blog-container .sidebar ul > li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.archives-blog-container .sidebar ul > li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .archives-blog-container .sidebar {
    display: none;
  }
}

/* ページネーション */
#pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a,
#pagination span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 10px 5px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 100%;
  background-color: var(--color-main);
}
#pagination a.prev,
#pagination a.next,
#pagination span.prev,
#pagination span.next {
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px auto;
}
#pagination a.prev,
#pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next,
#pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}
#pagination a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagination span {
  opacity: 0.5;
}
#pagination .active a,
#pagination a.active:hover {
  color: #FFFFFF;
  background: none repeat scroll 0 0 #000000;
}

/* お知らせ詳細
************************************************************/
.post-content .date {
  margin-bottom: 20px;
  color: var(--color-main);
  text-align: center;
}
.post-content .entry > h4 {
  margin-top: 60px;
}
.post-content .entry > h5 {
  margin-top: 50px;
}
.post-content .entry ul.style-01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .post-content .entry > h4 {
    margin-top: 40px;
  }
  .post-content .entry > h5 {
    margin-top: 30px;
  }
}

.under p:empty {
  display: none;
}
.post-content .img_r {
  float: right;
  max-width: 420px;
  margin: 0 0 20px 40px;
}
.post-content .img_l {
  float: left;
  max-width: 420px;
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 960px) {
  .post-content .img_l {
    max-width: 300px;
    margin: 0 20px 15px 0;
  }
  .post-content .img_r {
    max-width: 300px;
    margin: 0 0px 15px 20px;
  }
}
@media screen and (max-width: 640px) {
  .post-content .img_l,
  .post-content .img_r {
    float: none;
    max-width: 100%;
    margin: 0 0px 20px 0;
  }
}
.post-content .image-box.-col picture {
  height: 250px;
  background: #efefef;
}

/* 前後の記事リンク */
.post-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.post-links > div {
  position: relative;
  width: 32%;
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
.post-links > div a {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 11px 10px 10px;
  color: #fff;
  line-height: inherit;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--color-main);
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .post-links > div:hover {
    opacity: 1;
  }
  .post-links > div:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .post-links > div a:hover,
  .post-links > div a:active {
    color: #fff;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .post-links {
    margin-top: 50px;
  }
}


/*===============================================================================

	各種検査のご案内ページ

===============================================================================*/
.inspection-flow {
  margin-top: 50px;
  counter-reset: count;
}
.inspection-flow .item {
  position: relative;
}
.inspection-flow .item::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-02);
  opacity: 0.5;
  z-index: 1;
}
.inspection-flow .item:not(:last-child) {
  margin-bottom: 70px;
}
.inspection-flow .item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  border-top: 20px solid var(--color-02);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  transform: translateX(-50%);
}
.inspection-flow .item:nth-of-type(even)::before {
  border-color: var(--color-main);
}
.inspection-flow .item:nth-of-type(even):not(:last-child)::after {
  border-top-color: var(--color-main);
}
.inspection-flow .item:nth-of-type(even) .in::before {
  color: var(--color-main);
}
.inspection-flow .item .in {
  position: relative;
  padding: 40px;
  background-color: #e7e4e1;
}
.inspection-flow .item .in::before {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  position: absolute;
  top: -40px;
  left: 20px;
  color: var(--color-02);
  font-size: 60px;
  font-weight: 500;
  font-family: var(--font-mincho);
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 2;
}
.inspection-flow .item h4,
.inspection-flow .item h5 {
  padding: 10px 20px;
  margin-bottom: 25px;
  font-size: calc(var(--title-size) - 10px);
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.inspection-flow .item h4::before,
.inspection-flow .item h5::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .inspection-flow {
    margin-top: 40px;
  }
  .inspection-flow .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .inspection-flow .item:not(:last-child)::after {
    bottom: -25px;
    border-top-width: 15px;
    border-left-width: 30px;
    border-right-width: 30px;
  }
  .inspection-flow .item .in {
    padding: 30px;
  }
  .inspection-flow .item .in::before {
    top: -35px;
    font-size: 50px;
  }
  .inspection-flow .item h4,
  .inspection-flow .item h5 {
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: calc(var(--title-size) - 6px);
  }
}

/*===============================================================================

	ショートコード

===============================================================================*/

/*===============================================================================

	ライブラリ

===============================================================================*/
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  outline: none !important;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9990;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  outline: none !important;
  z-index: 9990;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.lity-loader {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.8em;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9991;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  outline: none !important;
  z-index: 9992;
}
.lity-content {
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
  z-index: 9993;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.lity-close {
  position: fixed;
  right: 20px;
  top: 40px;
  width: 66px;
  height: 15px;
  padding: 0;
  color: #333;
  font-size: 10px;
  font-family: "Cinzel", serif;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  border: 0;
  box-shadow: none;
  background: none;
  appearance: none;
  cursor: pointer;
  z-index: 9994;
}
.lity-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #333, #333 50%);
  backface-visibility: hidden;
  transition: 0.3s;
  transform: rotate(12deg);
  transform-origin: left top;
}
.lity-close:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #333, #333 50%);
  backface-visibility: hidden;
  transition: 0.3s;
  transform: rotate(-12deg);
  transform-origin: left bottom;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  border: 0;
  outline: none;
  box-shadow: none;
  opacity: 0.8;
}
@media all and (max-width: 1000px) {
  .lity-close {
    top: 30px;
    right: 15px;
  }
}
.lity-image img {
  display: block;
  max-width: 100%;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 90%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}