@charset "utf-8";
/* CSS Document */
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px;
  color: #333333;
  position: relative;
}
a {
  text-decoration: none;
  color: #333333;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
}
ul {
  list-style: none;
}
.wrap {
  width: 85%;
  margin: 0 auto;
  max-width: 1300px;
}
.w-1200 {
  max-width: 1200px;
  margin-top: 50px;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-2 {
  width: 48%;
}
.flex-3 {
  width: 31%;
  margin-bottom: 10px;
}
.flex-4 {
  width: 22%;
  margin-bottom: 10px;
}
.even {
  flex-direction: row-reverse;
}
.txt p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.white {
  color: #fff;
}
.ja {
  font-family: "Zen Old Mincho";
}
.en {
  font-family: "Goldenbook", "Shippori Mincho B1";
}
/*==================================================
ヘッダー
===================================*/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.header-wrap {
  display: flex;
  width: 98%;
  margin: 0 auto;
  align-items: center;
}
.header-left {
  width: 50%;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-left h1 {
  width: 35%;
}
.header-left .adress {
  margin-left: 3vw;
}
.header-right {
  width: 50%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.icon_instagram{
  margin: auto 20px;
}
.reserve {
  display: block;
  text-align: center;
  padding: 5px 0;
  width: 28%;
  color: #fff;
  font-family: "Shippori Mincho B1";
  background: #958243;
}
.header-right span {
  display: block;
  font-size: 18px;
}
.header-right p {
  font-size: 23px;
}
.header-right .web {
  background-image: url("../img/top/web.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header-right .map {
  background-image: url("../img/top/access.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reserve:hover {
  opacity: 0.7;
}
/*==================================================
グローバルメニュー
===================================*/
#g-nav {
  width: 100%;
  z-index: 999; /*最前面へ*/
  display: flex;
  align-items: center;
  background: #1d273f;
}
.fix-nav-wrap {
  width: 60%;
  margin: 0 auto;
}
#g-nav .header-right {
  width: 40%;
}
#g-nav .header-right .reserve {
  width: 33.3%;
}
#g-nav .header-right .tel {
  background: #958243;
}
.fix-nav-list:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#g-nav.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.nav-menu-wrap {
  width: 100%;
  margin-left: auto;
}
.menu {
  position: relative;
  width: 100%;
  text-align: center;
}
.menu > li {
  float: left;
  width: 19.2%;
  position: relative;
}
.menu > li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.menu > li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #958243;
  position: absolute;
  bottom: -7px;
  right: 50%;
  transform: translateX(50%);
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu__second-level li a:hover {
  background: #958243;
  color: #ffffff;
}
/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #1d273f;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
}
li.menu__single:hover ul.menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.menu__second-level li a {
  padding: 10px 0;
  color: #fff;
}
.menu__single a span {
  display: block;
  font-size: 14px;
}
/*==================================================
メインビジュアル
===================================*/
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-item {
  position: relative;
  width: 100%;
  /* アスペクト比維持するならpadding-topを設定 */
  padding-top: 56.25%; /* 16:9比率の場合 */
}

.slider-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠に合わせてトリミング */
}
.cp {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mv .biz-flex {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
}
.biz-flex {
  display: flex;
  width: 50%;
}
.biz-txt {
  background: #E4E9EF;
  width: 40%;
  padding: 20px 2%;
}
.time-table {
  width: 60%;
  max-width: 600px;
}
.biz-hour {
  width: 100%;
  border-collapse: collapse;
  background: #1d273f;
}
.biz-hour td,
.biz-hour th {
  text-align: center;
  padding: 14px 5px;
  color: #fff;
}
/*==================================================
お知らせ
===================================*/
#news {
  background: #e6e3d7;
  padding: 20px 0 50px 0;
}
#news .index-ttl {
  margin-bottom: 60px;
}
#news .index-ttl .en {
  font-size: 20px;
  color: #958243;
}
#news .index-ttl .ja {
  font-size: 35px;
  font-weight: normal;
}
.news-content {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
}
.news-content .item {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #c1c1c1;
  display: flex;
  justify-content: space-between;
}
.news-content .date {
  width: 15%;
  text-align: center;
}
.news-content .news-ttl {
  width: 85%;
}
/*==================================================
ご挨拶
===================================*/
#greeting {
  background: #1d273f;
  padding: 160px 0 60px;
  position: relative;
  z-index: 1;
}
#greeting::before {
  content: "";
  background-image: url("../img/top/greeting02.png");
  width: 520px;
  height: 270px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  bottom: -180px;
  left: 0;
  z-index: 1;
}
#greeting .index-ttl {
  font-size: 140px;
  color: #4b789e;
  font-weight: normal;
  position: absolute;
  top: -100px;
  left: 15px;
  z-index: 1;
  text-shadow: 0 3px 6px rgba(255, 255, 255, 0.7);
}
#greeting .wrap {
  margin: 0 0 0 auto;
  width: 95%;
  max-width: 1710px;
  position: relative;
  z-index: 1;
}
#greeting .wrap::after {
  content: "";
  background-image: url("../img/top/greeting04.png");
  height: 315px;
  width: 70%;
  max-width: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  bottom: -120px;
  right: 0;
  z-index: -1;
}
#greeting .ttl {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: normal;
}
#greeting .ttl span {
  font-size: 25px;
  margin-bottom: 15px;
}
#greeting .d-name {
  display: flex;
  margin-top: 70px;
  font-size: 20px;
  align-items: baseline;
  margin-bottom: 30px;
}
#greeting .d-name .ja {
  font-size: 35px;
  padding-left: 10px;
}
#greeting .d-name .en {
  font-size: 28px;
  padding-left: 20px;
}
#greeting .btn {
  display: block;
  width: 40%;
  max-width: 410px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
}
/*==================================================
診療案内
===================================*/
#index-medical .index-ttl {
  padding: 80px 0;
  position: relative;
  z-index: -1;
}
#index-medical .index-ttl .en {
  font-size: 140px;
  font-weight: normal;
  color: #4b789e54;
}
#index-medical .index-ttl .ja {
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.medical-top {
  padding: 40px 0;
  background-image: url("../img/top/medical_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.medical-top::before {
  content: "";
  border-top: 150px solid rgba(255, 255, 255, 0.5);
  border-right: 300px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.medical-top::after {
  content: "";
  border-top: 150px solid transparent;
  border-right: 300px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.medical-top .wrap {
  max-width: 950px;
  align-items: center;
}
.medical-top .ttl {
  display: flex;
  width: 20%;
  flex-direction: row-reverse;
}
.medical-top .ttl p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.medical-top .txt {
  width: 75%;
}
.medical-mdl {
  display: flex;
}
.medical-mdl .item {
  width: 33.3%;
}
.medical-mdl .item-dark {
  background-color: #E4E9EF;
}
.medical-mdl .item-light {
  background-color: #4b789e5e;
}
.medical-mdl .item .bg {
  padding: 60px 3%;
  background: #BDCDDB;
}
.medical-mdl .item .bg.mdl {
  background: #E4E9EF;
}
.medical-mdl .item .ttl {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
}
.medical-mdl .item .ttl span {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.medical-mdl .item .txt {
  width: 75%;
  margin: 0 auto;
}
.more {
  width: 80%;
  margin: 30px auto;
  max-width: 400px;
}
.more-btn {
  display: block;
  padding: 25px 0;
  text-align: center;
  background: #23547c;
  font-family: "Shippori Mincho B1";
  color: #fff;
}
.more-btn:hover {
  opacity: 0.7;
}
.medical-btm {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.medical-btm-pb {
  padding-bottom: 100px;
}
.medical-btm .item {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.medical-btm .item .more {
  margin-top: auto;
  margin-bottom: 30px;
}
.medical-btm .item p {
  margin-bottom: 30px;
}
.medical-btm .item .ttl {
  font-size: 28px;
  margin: 40px auto;
}
.medical-btm .item .list {
  width: 80%;
  margin: 0 auto;
}
.medical-btm .item .list li {
  margin-bottom: 10px;
}
.medical-btm .item p {
  padding: 0 1vw;
}
/*==================================================
大切にしていること
===================================*/
#index_important {
  margin: 100px auto;
}
#index_important .wrap {
  border-top: 10px solid #1d273f;
  border-bottom: 10px solid #1d273f;
  padding: 40px 0;
}
#index_important .index-ttl {
  position: relative;
  z-index: -1;
}
#index_important .index-ttl .en {
  font-size: 140px;
  font-weight: normal;
  color: #4b789e54;
}
#index_important .index-ttl .ja {
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index_important .txt {
  max-width: 750px;
  width: 80%;
  margin: 0 auto;
}
/*==================================================
コンセプト
===================================*/
#index_concept {
  display: flex;
}
#index_concept .left {
  width: 50%;
  background-image: url("../img/top/concept01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 120px 0;
}
#index_concept .left .ttl {
  padding-right: 80px;
  text-align: end;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
#index_concept .left .ttl p {
  font-size: 35px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fff;
  line-height: 1.6;
  margin: 0 1rem;
  padding: 5px;
}
#index_concept .right {
  width: 50%;
  position: relative;
  z-index: 1;
}
#index_concept .right::after {
  content: "";
  width: 50%;
  height: 100%;
  max-width: 360px;
  background-image: url("../img/top/concept02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#index_concept .right .txtbox {
  padding-top: 80px;
  padding-left: 50px;
  width: 60%;
}
#index_concept .right .ttl {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: normal;
}
#index_concept .right .ttl .en {
  color: #958243;
}
/*==================================================
インビザライン
===================================*/
#index_invisalign {
  display: flex;
}
#index_invisalign .left {
  width: 50%;
  background-image: url("../img/top/concept03.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 120px 0;
}
#index_invisalign .left .ttl {
  padding-left: 80px;
  text-align: end;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: flex-start;
}
#index_invisalign .left .ttl p {
  font-size: 35px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fff;
  line-height: 1.6;
  margin: 0 1rem;
  padding: 5px;
}
#index_invisalign .right {
  width: 50%;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
#index_invisalign .right::after {
  content: "";
  width: 50%;
  height: 100%;
  max-width: 360px;
  background-image: url("../img/top/concept04.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#index_invisalign .right .txtbox {
  padding-top: 80px;
  padding-left: 50px;
  width: 80%;
}
#index_invisalign .right .ttl {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: normal;
}
#index_invisalign .right .ttl .en {
  color: #958243;
}
/*==================================================
5つのこだわり
===================================*/
#index_feature {
  position: relative;
  z-index: 1;
}
#index_feature .bg-top {
  background-image: url("../img/top/feature_bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 200px;
  position: relative;
  z-index: 1;
}
#index_feature .bg-top::before {
  content: "";
  background-image: url("../img/top/feature_ttl.png");
  height: 600px;
  width: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}
#index_feature .index-ttl {
  position: relative;
  z-index: 1;
}
#index_feature .index-ttl .en {
  font-size: 140px;
  font-weight: normal;
  color: #4b789e54;
}
#index_feature .index-ttl .ja {
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index_feature .ttl-top {
  width: 50%;
  max-width: 560px;
  padding: 20px 0;
  border-top: 1px solid #958243;
  border-bottom: 1px solid #958243;
  font-size: 28px;
  margin: 0 auto;
}
#feature01,
#feature02 {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
#feature01 .img,
#feature02 .img {
  position: relative;
  z-index: 1;
}
#feature01 .img img {
  margin-left: auto;
}
#feature01 .txtbox {
  max-width: 750px;
  width: 50%;
  background: #fff;
  padding: 60px 4%;
  margin-top: -300px;
  margin-left: 50px;
  position: relative;
  z-index: 5;
}
.fea-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fea-ttl .number {
  width: 20%;
  font-size: 100px;
  color: #cdd6c0;
  position: relative;
  z-index: 1;
  border-right: 1px solid #cdd6c0;
}
.fea-ttl .number::before {
  content: "こだわり";
  font-size: 23px;
  display: block;
  text-align: center;
  margin-bottom: -20px;
}
.fea-ttl .txt {
  width: 80%;
  padding-left: 10px;
}
.fea-ttl .txt .top {
  font-size: 28px;
  margin-bottom: 10px;
}
.fea-ttl .txt .btm {
  font-size: 35px;
}
#feature02 .txtbox {
  max-width: 750px;
  width: 50%;
  background: #fff;
  padding: 60px 4%;
  margin-top: -300px;
  margin-left: auto;
  margin-right: 50px;
  position: relative;
  z-index: 5;
}
#feature02 .img::before {
  content: "";
  background-image: url("../img/top/feature02-2.jpg");
  width: 510px;
  height: 350px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  bottom: -250px;
  left: 0;
  z-index: 1;
}
#feature03 {
  display: flex;
}
#feature03 .left {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
#feature03 .left::before {
  content: "";
  background-image: url("../img/top/feature03-2.png");
  width: 40%;
  max-width: 360px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature03 .right {
  width: 50%;
}
#feature03 .left .wrap {
  max-width: 530px;
}
#feature03 .fea-ttl {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#feature03 .fea-ttl .number {
  width: 100%;
  border-right: none;
}
#feature03 .fea-ttl .txt {
  width: 100%;
  padding-left: 0;
}
.feature-btm {
  padding: 90px 0;
  background-image: url("../img/top/feature_bg02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-btm .flex-2 {
  position: relative;
  z-index: 1;
}
.feature-btm .flex-2::after {
  content: "";
  width: 100%;
  height: 75%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.feature-btm .img img {
  margin: 0 auto;
}
.feature-btm .txtbox {
  margin-top: 50px;
}
/*==================================================
動画紹介
===================================*/
.top-movie {
  background-color: #1d273f;
}
.top-movie__inner {
  max-width: 1300px;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 100px 30px 100px;
}
.top-movie__title{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  row-gap: 20px;
  position: relative;
  line-height: 1;
}
.top-movie__jp {
  color: #fff;
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-movie__en {
  color: #958243;
  font-size: 140px;
  font-weight: normal;
}
.top-movie__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px clamp(1.25rem, -5.446rem + 10.71vw, 3.125rem);
  margin-top: 50px;
}
.top-movie__item-title {
  color: #fff;
  font-size: 24px;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.top-movie__video {
  width: 100%;
  margin-top: 30px;
}
/*==================================================
徹底した衛生管理
===================================*/
#hygiene {
  padding: 90px 0 70px;
  background-image: url("../img/top/hygiene_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
#hygiene::before {
  content: "";
  width: 30%;
  background-image: url("../img/top/feature03-2.png");
  max-width: 360px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#hygiene .wrap {
  max-width: 900px;
}
#hygiene .index-ttl {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 35px;
}
#hygiene .index-ttl .en {
  font-size: 30px;
  color: #958243;
}
#hygiene ul.flex {
  margin-top: 40px;
}
#hygiene .flex-3 {
  width: 23%;
}
#hygiene .img img {
  margin: 0 auto;
}
#hygiene .flex-3 p {
  font-size: 20px;
  margin-top: 20px;
}
/*==================================================
ギャラリー
===================================*/
.gallery {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}
.d-demo__list {
  display: flex;
  list-style: none;
}
.d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.d-demo__item {
  width: calc(220vw / 6);
}
.d-demo__item > img {
  width: 95%;
}
/*==================================================
採用情報
===================================*/
#index_recruit .bg {
  width: 96%;
  margin: 0 auto;
  background-image: url("../img/top/recruit_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
#index_recruit .index-ttl {
  font-size: 35px;
  margin-bottom: 55px;
  font-weight: normal;
}
#index_recruit .index-ttl .en {
  color: #958243;
}
#index_recruit .list {
  background: #f9f4f1;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
#index_recruit .ttl {
  font-size: 35px;
  color: #958243;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#index_recruit .flex {
  padding-top: 80px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#index_recruit .flex li {
  width: 50%;
  margin-bottom: 25px;
  border-bottom: 1px dashed #707070;
  padding-left: 40px;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
#index_recruit .flex li::before {
  content: "";
  background-image: url("../img/top/check.png");
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*==================================================
コロナウイルス対策
===================================*/
#covid19 {
  padding: 5rem 0;
}
.accordion-001 {
  max-width: 1300px;
  margin: 0 auto;
  border: 1px solid #a2a2a2;
}
.accordion-001 summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 1em 0;
  background-color: #ffffff;
  margin: 0 auto;
  color: #2b2b2b;
  font-size: 30px;
  cursor: pointer;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.accordion-001 summary::-webkit-details-marker {
  display: none;
}
.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 11px;
  height: 11px;
  margin-top: 2rem;
  border-bottom: 3px solid #958243;
  border-right: 3px solid #958243;
  content: "";
  transition: transform 0.3s;
}
.accordion-001[open] summary::after {
  transform: rotate(225deg);
}
.accordion-open {
  transform: translateY(-10px);
  opacity: 1;
  margin: 0;
  padding: 1em 2em 2em 2em;
  background: #ffffff;
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.accordion-open[open] {
  transform: none;
  opacity: 1;
}
.covid19-flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.covid19-list {
  width: 30%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.covid19-list .img {
  background: #f3efe0;
}
.covid19-list img {
  margin: 0 auto;
}
.covid19-list span {
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
/*==================================================
インスタリスト
===================================*/
.insta {
  position: relative;
}
.insta a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/*==================================================
フッター
===================================*/
#footer {
  background-color: #4b789e5e;
  padding: 55px 0 0;
}
.footer-wrap {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-wrap .logo img {
  margin: 0 auto;
}
.footer-wrap .ad {
  margin: 25px auto;
}
.f-reserve {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-reserve .reserve {
  width: 50%;
}
.f-reserve .tel {
  color: #333333;
}
.f-reserve .web {
  background-image: url("../img/top/web.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-wrap .access {
  background: #e6e3d7;
  border-radius: 30px;
  padding: 25px 3%;
  position: relative;
  z-index: 1;
}
.footer-wrap .access .ttl {
  font-size: 35px;
  color: #958243;
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 1;
}
.footer-wrap .access .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer-wrap .access .item .img {
  width: 20%;
}
.footer-wrap .access .item .ja {
  width: 80%;
  font-size: 20px;
}
.footer-wrap .biz-flex {
  width: 100%;
  margin: 50px auto;
}
.copyright {
  padding: 15px 0;
  background: #1d273f;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
/*==================================================
ページトップボタン
===================================*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #1d273f;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*==================================================
医院紹介ページ
===================================*/
#mainvisual {
  background-image: url("../img/subpage_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 60vh;
  position: relative;
  z-index: 1;
}
#page-ttl {
  text-align: center;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#page-ttl .ja {
  font-size: 50px;
}
#page-ttl .en {
  font-size: 30px;
}
.section {
  padding-top: 100px;
}
.sec-ttl {
  max-width: 1500px;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 40px 0;
  background: #1d273f;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.sec-ttl::before {
  content: "";
  border-top: 80px solid rgba(255, 255, 255, 0.5);
  border-right: 120px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-ttl::after {
  content: "";
  border-top: 80px solid transparent;
  border-right: 120px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.policy {
  padding: 25px 0;
  background: #f9f4f1;
}
.policy .en {
  font-size: 45px;
  color: #958243;
  margin-bottom: 45px;
}
.policy .txt {
  width: 70%;
  margin: 0 auto;
}
#access .clinic-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#access .clinic-info dt {
  width: 180px;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #958243;
}
#access .clinic-info dd {
  width: calc(100% - 180px);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #958243;
}
#access .biz-flex {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
.clinic-time-table {
  max-width: inherit;
  width: 100%;
  margin-top: 30px;
}
.facility .img img {
  margin: 0 auto;
}
.facility p {
  padding: 10px 0;
}
.facility li {
  margin-bottom: 30px;
}
#faq .wrap {
  margin-bottom: 90px;
}
.qa-1 {
  width: 100%;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}
.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-1 summary::before {
  color: #958243;
  content: "Q";
}
.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
}
.qa-1[open] summary::after {
  transform: rotate(225deg);
}
.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.qa-1[open] p {
  transform: none;
  opacity: 1;
}
.qa-1 p::before {
  color: #958243;
  line-height: 1.2;
  content: "A";
}
/*==================================================
ドクター紹介ページ
===================================*/
.skill {
  padding: 25px 3%;
  background: #f2e3db;
}
.skill .ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
.skill ul li {
  margin-bottom: 10px;
}
.name {
  margin-top: 15px;
  font-size: 23px;
}
.name span {
  display: inline-block;
  font-size: 18px;
  padding-right: 15px;
}
.staff {
  margin: 100px auto;
}
.doctor {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding-bottom: 60px;
}
.doctor::before {
  content: "";
  width: 100%;
  height: 85%;
  background: #f9f4f1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.doctor .flex {
  align-items: center;
}
.doctor .ttl {
  font-size: 32px;
  margin-bottom: 25px;
  color: #958243;
}
.interview {
  margin: 70px auto;
}
.interview .item {
  border-top: 5px solid #958243;
  border-bottom: 5px solid #958243;
  margin-bottom: 60px;
}
.interview .item .ttl {
  padding: 20px 0;
  font-size: 23px;
  border-bottom: 1px dashed #958243;
}
.interview .item p {
  padding: 20px 0 50px;
}
.staff_img img {
  margin: 0 auto;
}
/*==================================================
診療案内ページ
===================================*/
.medical .flex {
  margin-bottom: 80px;
}
.medical .flex .ttl {
  font-size: 30px;
  padding-bottom: 10px;
  color: #958243;
  margin-bottom: 20px;
  border-bottom: 1px solid #958243;
}
.h3_head {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 30px;
}
.h3_head::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #958243;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.h4_ttl {
  font-size: 30px;
  padding-bottom: 10px;
  color: #958243;
  margin-bottom: 20px;
  border-bottom: 1px solid #958243;
}
.re {
  flex-direction: row-reverse;
}
.box_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0;
}
.medical .flex-2 img {
  margin: 0 auto;
}
#visiting .point .ttl {
  font-size: 30px;
  color: #958243;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 100px;
}
#visiting .point .ttl::before {
  content: "";
  width: 90px;
  height: 5px;
  background: #958243;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
#visiting .point .num {
  font-size: 30px;
  color: #958243;
  display: block;
  margin-bottom: -9px;
}
#visiting .point .list {
  justify-content: space-around;
  margin-bottom: 90px;
}
#visiting .point .list p.ja {
  font-size: 20px;
  color: #958243;
}
.flow_design02 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design02 ul {
  padding: 0;
  width: 80%;
}

.flow_design02 li {
  list-style-type: none;
}

.flow_design02 dd {
  margin-left: 0;
}

.flow02 > li {
  padding: 40px 10px;
}

.flow02 > li:not(:last-child) {
  border-bottom: 3px solid #958243;
  position: relative;
}

.flow02 > li:not(:last-child)::before,
.flow02 > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow02 > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #958243;
}

.flow02 > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

.flow02 > li dl {
  margin: 0;
}

.flow02 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 2px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  font-family: "Zen Old Mincho";
}

.flow02 > li dl dt .icon02 {
  font-size: 0.6em;
  color: #fff;
  background: #958243;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 0.5em;
}
.h5_ttl {
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #17204d;
  font-size: 22px;
  font-family: "Zen Old Mincho";
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
.h5_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #958243;
}
.bg_box {
  padding: 45px 40px;
  background: #f3efe0;
}
.list-disc li {
  position: relative;
  padding-left: 15px;
}
.list-disc li:before {
  content: "";
  background: #958243;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}
.list-price-item {
  border-bottom: 1px dotted #c4cfc9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.list-price-item-text {
  border-bottom: 1px dotted #c4cfc9;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  padding: 10px 0;
}
.list-price-item-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#maternity .btn {
  display: block;
  width: 40%;
  max-width: 410px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
}
#maternity a:hover {
  display: block;
  width: 40%;
  max-width: 410px;
  padding: 20px 0;
  background: #958243;
  border: 1px solid #333;
  text-align: center;
  color: #ffffff;
}
#preventive .btn {
  display: block;
  width: 40%;
  max-width: 410px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
}
#preventive a:hover {
  display: block;
  width: 40%;
  max-width: 410px;
  padding: 20px 0;
  background: #958243;
  border: 1px solid #333;
  text-align: center;
  color: #ffffff;
}
.list-flow01 {
  border: 1px solid #dddddd;
  padding: 50px 30px;
}
.list-flow01 .list-item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.list-flow01 .list-item {
  position: relative;
}
.list-flow01 .list-item:not(:last-child)::before {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.list-flow01 .list-ttl {
  font-size: 20px;
  line-height: 1.7;
  font-family: "Zen Old Mincho";
  color: #333333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.list-flow01 .list-ttl span {
  background: #958243;
  color: #fff;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  padding: 6px 20px;
  margin-right: 20px;
  vertical-align: bottom;
  display: inline-block;
}
.l-style04 {
  display: flex;
  flex-direction: row-reverse;
}
.list-flow01 .list-item:not(:last-child)::after {
  content: "";
  background: #fff;
  width: 75px;
  height: 22px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.l-style04 .l-img {
  flex: 1;
  margin-left: 50px;
}
.l-style04 .l-desc {
  flex: 1.8;
}
.list-flow01 .list-item:not(:last-child)::after {
  content: "";
  background: #fff;
  width: 75px;
  height: 22px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
ol li {
  list-style: none;
}
section:last-child {
  margin-bottom: 110px;
}
/*==================================================
採用情報ページ
===================================*/
.recruit-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.recruit-list dt {
  width: 300px;
  padding: 20px 0;
  background: #a2a2a2;
  border: 1px solid #707070;
  text-align: center;
}
.recruit-list dd {
  border: 1px solid #707070;
  width: calc(100% - 300px);
  padding: 20px 10px;
}
.comment {
  margin-bottom: 85px;
}
.comment .ttl {
  font-size: 30px;
  color: #958243;
  width: 50%;
  border-bottom: 1px solid #958243;
  margin-bottom: 35px;
}
.comment .flex .txtbox {
  width: 70%;
  padding: 20px 2%;
  background: #f2e3db;
}
.comment .flex .img {
  width: 30%;
}
.comment .flex .img img {
  margin: 0 auto;
}
.comment .item {
  margin-bottom: 30px;
}
.comment .item .ja {
  font-size: 20px;
  color: #958243;
  margin-bottom: 10px;
}
.comment .img .name {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  color: #958243;
}
/*==================================================
料金表ページ
===================================*/
#price .txt {
  width: 70%;
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 20px;
}
.price {
  margin-bottom: 65px;
}
.price .ttl {
  width: 50%;
  margin-bottom: 30px;
  border-bottom: 3px solid #958243;
  font-size: 25px;
  padding-bottom: 5px;
  font-weight: normal;
}
.price .item {
  display: flex;
  border: 1px solid #707070;
}
.price .item .left {
  width: 30%;
  background: #a2a2a2;
  padding: 20px 0;
}
.price .item .right {
  width: 70%;
  padding: 20px 2%;
}
.price .item .fee {
  padding-bottom: 10px;
  border-bottom: 1px dashed #958243;
}
.price .item .detail {
  display: flex;
  flex-wrap: wrap;
}
.price .item .detail span {
  width: 220px;
  text-align: center;
  padding: 10px 0;
}
.price .item .detail div {
  padding: 10px 0;
  width: calc(100% - 220px);
}
/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}


/*==================================================
お知らせ（個別・一覧）
===================================*/
single .container {
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 0 15px;
}

#single .ss-ttl h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

#single .ss-ttl,
#single .single-box {
    max-width: 1000px;
    margin: auto;
}

.single-box .single-date {
    max-width: 900px;
    margin: auto;
    padding-bottom: 15px;
    text-align: left;
}

.single-box .single-body {
    max-width: 900px;
    margin: auto;
    font-size: 20px;
    text-align: left;
}

#single .single-nav {
    margin-top: 40px;
}

#single .nav-links {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #333;
  padding-top: 50px;
}

#single .single-nav .nav-prev a,
#single .single-nav .nav-next a,
#single .back-to-archive a {
  font-size: 18px;
  color: inherit;
}

#single .back-to-archive {
  padding: 10px 15px;
  text-align: center;
}

#archive .container {
  margin: 0 auto;
  padding: 15px;
  max-width: 1000px;
}

.archive-box {
  margin: 50px auto;
  border-bottom: 1px solid #333;
}

.container article:first-of-type .archive-box {
    border-top: 1px solid #333;
    padding-top: 50px;
}

.read-more {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: left;
}

.read-more a {
  font-size: 18px;
  text-decoration: underline;
  line-height: 1.4;
}

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

.archive-box .ttl {
  text-align: left;
  font-size: 18px;
  margin: 10px 0;
  text-align: left;
}

.archive-box .archive-body {
  font-size: 20px;
  text-align: left;
}

.pagination-wrapper {
  margin-bottom: 10rem;
  font-size: 20px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.pagination-wrapper .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.pagination-wrapper .nav-links > * {
  display: inline-flex;
  padding: 0.3em 0.6em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.pagination-wrapper .nav-links .current {
  background: #1d273f;
  color: #fff;
}