@charset "utf-8";
/* CSS Document */
body {
  font-family: "Zen Kaku Gothic New" , YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 18px;
  color: #7a501d;
  position: relative;
    background: #FFF7FE;
}
a {
  text-decoration: none;
  color: #7a501d;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
}
ul {
  list-style: none;
}
p {
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.wrap {
  width: 85%;
  margin: 0 auto;
  max-width: 1300px;
}
.w-1200 {
  max-width: 1200px;
    margin: 50px auto;
}
.t20
{
    font-size: max(1vw , 20px);
    font-weight: 600;
}
.brown
{
    color: #bd8a50;
}
.red
{
    color: #FF0000;
}
.blue
{
    color: #007ab3;
}
.black{
	color: #333!important;
}
.mb3
{
    margin-bottom: 30px;
}
.mt3
{
    margin-top: 30px;
}
.center {
  text-align: center;
}
.left {
	text-align: left !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.border_box .flex
{
    margin-bottom: 0!important;
}
.flex-2 {
  width: 48%;
}
.flex-3 {
  width: 31%;
     margin-bottom: 10px
}
.flex-3 .img
{
    width: 100%!important;
}
.flex-4 {
  width: 22%;
    margin-bottom: 10px
}
.even {
  flex-direction: row-reverse;
}
.txt p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.white {
  color: #fff!important;
}
.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: center;
}
.reserve {
  display: block;
  text-align: center;
  padding: 5px 0;
  width: 28%;
  color: #333333;
  font-family: "Shippori Mincho B1";
    text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.4);
}
.header-right span {
  display: block;
  font-size: max(0.9vw , 14px);
    padding-left: 6%;
}
.header-right p {
  font-size: max(1.2vw , 14px);
    padding-left: 6%;
}
.web
{
    position: relative;
}
.map
{
    position: relative;
}
.web::before{
    content: "";
    background: url("img/top/web_icon.png")no-repeat center / cover;
    position: absolute;
    top:50%;
    left: 3%;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
}
.map::before {
  content: "";
  background: url("img/top/map_icon.png")no-repeat center / cover;
  position: absolute;
  top: 50%;
  left: 3%;
  height: 40px;
  width: 40px;
  transform: translateY(-50%);
}
.header-right .web {
  background-image: url("img/top/web.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    color: #FFFFFF;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.header-right .map {
  background-image: url("img/top/access.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    color: #FFFFFF;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.mapbtn
{
    position: relative;
}
.mapbtn::before
{
    content: "";
    background: url("img/top/map_icon.png") no-repeat center / cover;
    position: absolute;
    top: 50%;
    left: 3%;
    width: 40px;
    height: 40px;
    transform: translatey(-50%);
}
.reserve:hover {
  opacity: 0.7;
}
/*==================================================
グローバルメニュー
===================================*/
#g-nav {
  width: 100%;
  z-index: 999; /*最前面へ*/
  display: flex;
  align-items: center;
   background: #fffff7;
	height: 90px;
}
.fix-nav-wrap {
  width: 80%;
  margin: 0 auto;
}
#g-nav .header-right {
  width: 50%;
}
#g-nav .header-right .reserve {
  width: 33.3%;
}
#g-nav .header-right .tel {
  background: #67c3ee;
}
.fix-nav-list:hover {
  -webkit-transition: all .5s;
  transition: all .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: 16.2%;
  position: relative;
}
.menu > li a {
  display: block;
  color: #333333;
  font-size: 18px;
}
.menu > li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #94DCF7;
  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 .5s;
  transition: all .5s;
}
.menu__second-level li a:hover {
  background: #94DCF7;
  color: #FFFFFF;
}
/* floatクリア */
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
.menu > li.menu__single__price {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 50vw;
  background: #F3EFE0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1rem;
    gap: 1vw;
}
li.menu__single__price ul.menu__second-level__price {
  position: absolute;
  top: 40px;
  width: 30vw!important;
  background: #F3EFE0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1rem;
    gap: 1vw;
}
li.menu__single ul.menu__second-level li
{
    width: calc((100% - 4vw) / 4);
    border-bottom: 1px dotted #333333;
}
li.menu__single__price ul.menu__second-level__price li
{
    width: calc((100% - 4vw) / 2)!important;
    border-bottom: 1px dotted #333333;
}
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: #333333;
}
.menu__single a span {
  display: block;
  font-size: 14px;
    color: #F08FB7;
}
#g-nav .header-right .tel {
	padding: 8px 0;
}
#g-nav .header-right .tel p {
	font-size: max(1vw , 14px)
}

@media (max-width: 1300px) {
	.menu > li a {
		font-size: 14px;
		line-height: 2;
	}
	.fix-nav-wrap {
		width: 95%;
	}
	#g-nav .header-right {
		width: 65%;
	}
	#g-nav .header-right  p,
	#g-nav .header-right  span {
		font-size: 14px
	}
	#g-nav .header-right .tel  p,
	#g-nav .header-right .tel  span {
		font-size: 14px;
        padding-left: 3%
	}
    #g-nav .header-right a.tel {
    padding: 5px 0;
    min-width: 150px;
}
	.web::before{
    content: "";
    background: url("img/top/web_icon.png")no-repeat center / cover;
    position: absolute;
    top:50%;
    left: 3%;
    height: 25px;
    width: 25px;
    transform: translateY(-50%);
	}
	.map::before {
		content: "";
		background: url("img/top/map_icon.png")no-repeat center / cover;
		position: absolute;
		top: 50%;
		left: 3%;
		height: 25px;
		width: 25px;
		transform: translateY(-50%);
	}
}
/*==================================================
メインビジュアル
===================================*/
#mv {
  position: relative;
  z-index: -1;
}
.slider {
  position: relative;
  z-index: -1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("img/top/mv01.jpg");
}
.slider-item02 {
  background: url("img/top/mv02.jpg");
}
.slider-item03 {
  background: url("img/top/mv03.jpg");
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.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: #f1f1e9;
  /*width: 40%;*/
  width: 80%;
  /*max-width: 600px;*/
  padding: 20px 2%;
  margin: 0 auto;
}
.time-table {
  /*width: 60%;*/
  width: 80%;
  /*max-width: 600px;*/
  margin: 0 auto;
}
.biz-hour {
  width: 100%;
  border-collapse: collapse;
  background: #E07597;
}
.biz-hour td, .biz-hour th {
  text-align: center;
  padding: 14px 5px;
  color: #fff;
}

/*==================================================
お知らせ
===================================*/
#news {
  background: #fbede6;
  padding: 110px 0;
}
#news .index-ttl {
  margin-bottom: 60px;
}
#news .index-ttl .en {
  font-size: 20px;
  color: #F08FB7;
}
#news .index-ttl .ja {
  font-size: 35px;
  font-weight: normal;
}
.news_box
{
    padding: 5vw;
}
.flex .news_box:first-child
{
    border-right: 1px solid #F08FB7;
}
.news-content {
  max-width: calc(1200px + 6%);
    width: 100%;
    margin: 0 auto;
    padding: 3%;
}
.news-content .item {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #C1C1C1;
  display: flex;
}
.news-content .date {
  width: 15%;
  text-align: center;
}
.news-content .news-ttl {
  width: 85%;
}
/**********************************************
youtube
*************************************************/
.youtube_sec
{
    padding: 0 3%;
}
.youtube {
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  width: 100%;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/************************************************
虫歯治療について
*************************************************/
.decay
{
    padding: 6% 3%;
    background: #FBF4EA
}
.decay_box
{
    background: #FFFFFF;
    padding: 4vw 6vw;
    border: 1px solid #E07597;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.decay_ttl
{
    text-align: center;
    font-size: max(1.2vw , 20px);
    font-weight: 600;
    margin-bottom: 3%;
}
.decay_box p
{
    font-size: max(0.9vw , 18px);
}
/************************************************
順番受付
************************************************/
.reception
{
    padding: 6% 0;
}
.reception .index-ttl,.monshin .index-ttl  {
  margin-bottom: 60px;
}
.reception_inner
{
    position: relative;
}
.reception_inner::before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 70%;
    background: url("img/top/deco01.png") no-repeat center / cover;
    width: 344px;
    height: 358px;
}
.reception_box
{
    background: rgba(148,220,247,0.40);
    padding: 5vw;
    max-width: calc(100% - 36vw);
    width: 100%;
    margin-right: auto;
}

.monshin_inner
{
    position: relative;
}
.monshin_inner::before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    background: url("img/top/deco02.png") no-repeat center / cover;
    width: 309px;
    height: 292px;
}
.monshin_box
{
    background: rgba(160,222,227,0.40);
    padding: 5vw;
    max-width: calc(100% - 36vw);
    width: 100%;
    margin-left: auto;
}


.tc
{
    text-align: center;
}
.tc img
{
    margin: 0 auto;
}
.reception_btn a
{
    color: #1D8DEF;
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  margin: 6%;
  width: 100%;
  display: block;
}
.jfs
{
    justify-content: flex-start;
}
.alc
{
    align-items: center;
}
.gap3
{
    gap:3rem;
}
/*==================================================
ご挨拶
===================================*/
#greeting {
  padding: 160px 0 60px;
  position: relative;
  z-index: 1;
    background: url("img/top/greeting_bg.png") no-repeat center / cover;
}
/*2024.10.02 非表示
#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: 100px;
  color: #F08FB7;
  font-weight: normal;
  position: absolute;
  top: -50px;
  left: 15px;
  z-index: 1;
    text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
    line-height: 0.4;
}
#greeting .index-ttl span
{
    font-size: 30px;
    color: #F08FB7;
}
#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/greeting03.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 .ja span
{
    font-size: max(0.9vw , 16px);
    margin-left: 1rem;
}
#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;
}
#greeting .flex-2 .txt {
	width: 90%;
}
#greeting .flex-2 img {
	width: 80%;
}

/*==================================================
診療案内
===================================*/
#index-medical .index-ttl {
  padding: 80px 0;
  position: relative;
  z-index: -1;
}
#index-medical .index-ttl .en {
  font-size: 140px;
  font-weight: normal;
  color: rgba(240, 103, 183, 0.50);
}
#index-medical .index-ttl .ja {
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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.50);
  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.50);
  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: 40px;
    letter-spacing: 0.1em;
    line-height: 2;
}
.medical-top .txt {
  width: 75%;
}
.medical-top .txt p {
  background-color: #ffffff;
  padding: 30px;
}
.medical-mdl {
  display: flex;
}
.medical-mdl .item {
  width: 33.3%;
    position: relative;
    padding-bottom: 100px;
}
.medical-mdl .item .bg {
  padding: 60px 3%;
  background: #FFF3F5;
}
.medical-mdl .item .bg.mdl {
  background: #FCFAEE;
}
.bg01
{
    background: #FFF3F5;
}
.bg02
{
    background: #FCFAEE;
}
.medical-mdl .item .ttl {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
}
.medical-mdl .item .ttl span {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
	color: #F08FB7;
}
.medical-mdl .item .txt {
  width: 75%;
  margin: 0 auto;
}
.more {
  width: 80%;
  margin: 30px auto;
  max-width: 250px;
}
.more-btn {
  display: block;
  padding: 15px 0;
  text-align: center;
  background: #F08FB7;
  font-family: "Shippori Mincho B1";
  color: #fff;
}
.more-btn:hover {
  opacity: 0.7;
}
.medical-btm {
  display: flex;
  justify-content: space-evenly;
    margin-top: 3%;
    flex-wrap: wrap;
    max-width: calc(1480px + 6%);
    gap: 2vw;
    margin: 0 auto;
    padding: 3%;    
}
.medical-btm .item {
  width: calc((100% - 23.1vw) / 3);
    position: relative;
    padding-bottom: 150px;
}
.medical-btm .item .ttl {
  font-size: 28px;
  margin: 40px auto 10px auto;
}
.medical-btm .item .ttl span
{    display: block;
    padding-left: 0;
    font-size: 16px;
    color: #F08FB7;
}
.medical-btm .item .list {
  width: 80%;
  margin: 0 auto;
}
.medical-btm .item .list li {
  margin-bottom: 10px;
}
.medical-btm .item p
{
    padding: 0 1vw;
}
.item .more
    {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
.item .more　.more-btn {
	font-size: 18px;
}
.bgb
{
    background: #EEF8F8;
}
.bgg
{
    background: #EDEFF1;
}
.medical_list {
  display: flex;
  flex-wrap: wrap;
    gap: 2rem;
}
.medical_list li {
  width: calc((100% - 6rem) / 4);
}
.medical_list li a
{
    padding: 1rem;
    background: #FFE5F0;
    display: block;
    border-right: 2px solid #AB6D87;
    border-bottom: 2px solid #AB6D87;
    position: relative;
    transition: transform .3s;
}
.medical_list li a::before{
    content: "";
    width: 10px;
  height: 10px;
  border-top: solid 2px #7a501d;
  border-right: solid 2px #7a501d;
  position: absolute;
  right: 10px;
  top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.medical_list li a:hover
{
    transform: translateY(-10%);
    transition: transform .3s;
}
/******************************************
流れ
***************************************/
#flow .index-ttl {
  padding: 80px 0;
  position: relative;
}
#flow .index-ttl .en {
  font-size: 140px;
  font-weight: normal;
  color: #FCDEE2;
}
#flow .index-ttl .ja {
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#flow .inner {
	margin: 0 auto;
}
#flow .wrap
{
    max-width: 1350px;
}
.flow-con {
	padding: 5rem 0;
}

.flow-con p {
	width: 95%;
	margin: 3rem auto 0 auto;
}
.flow-ttl {
	font-size: 24px;
	margin-bottom: 2rem;
}
.flow-txt {
	font-size: 16px;
	line-height: 2;
}

/*tabの形状*/
.tab{
	justify-content: center;
	gap:3rem;
}
.tab li {
	width: 28%;
	padding: 1rem 0;
	border-bottom: 4px solid #9E1D1D;
    border-right: 4px solid #9E1D1D;
	background: #F97171;
    display: grid;
  min-height: 80px;
  align-items: center;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
}
.tab li::after
{
    content: "▶";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2rem;
    color: #F97171;
}
.tab li:last-child::after
{
    display: none;
}
.tab li a{
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
}
.tab li:hover
.tab li:active {
	background: #C5B17A;
}

/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	width: 50%;
	margin: auto;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*******************************************
基本情報
*******************************************/
.about
{
    padding: 6% 0 12%;
    position: relative;
    background: #F6F6F6;
    z-index: -1;
}
.about::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("img/top/deco03.png") no-repeat center / cover;
    width:30vw;
    height: 30vw;
    background-size: contain;
    z-index: -1;
}
.about::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("img/top/deco04.png") no-repeat center / cover;
    width:30vw;
    height: 30vw;
    background-size: contain;
    z-index: -1;
}
.about .index-ttl
{
    margin-bottom: 60px;
}
.about .index-ttl .en {
  font-size: 20px;
  color: #94DCF7;
}
.about .index-ttl .ja {
  font-size: 35px;
  font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table-default {
    width: 100%;
}
.table-default th {
    background: #F8EEF4;
    color: #333333;
}
.table-default td, .table-default th {
    border: 1px solid #E07597;
}
.table-default td {
    background: transparent;
}
table td, table th {
    padding: 0.7em 1em;
}
.about_time
{
    max-width: 600px;
    margin: 6% auto;
    width: 100%;
}
.about_time .time-table {
  width:100%;
  max-width: 100%;
}
/*==================================================
大切にしていること
===================================*/
#index_important {
  margin: 100px auto;
}
#index_important .wrap {
  border-top: 10px solid #8CD3E5;
  border-bottom: 10px solid #8CD3E5;
  padding: 40px 0;
    position: relative;
    
}
#index_important .wrap::before
{
    content: "";
    background: url("img/top/important_bg.png") no-repeat right / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 192px;
    height: 165px;
    z-index: -1;
}
#index_important .index-ttl {
  position: relative;
  z-index: -1;
}
#index_important .index-ttl .en {
  font-size: 140px;
  font-weight: normal;
  color: #ffe1e6;
}
#index_important .index-ttl .ja {
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index_important .txt {
  max-width: 750px;
  width: 80%;
  margin: 0 auto;
}
#index_important p {
  text-align: left;
}
/*==================================================
コンセプト
===================================*/
#index_concept {
  display: flex;
    padding-top: 3rem;
}
#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: contain;
  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: 70%;
    margin-bottom: 8rem;
}
.flex .txtbox .txt
{
    width: 100%;
}
#index_concept .right .ttl {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: normal;
}
#index_concept .right .ttl .en {
  color: #E07597;
    line-height: 1;
    margin-bottom: 40px;
}
#index_concept .ja
{
    font-size: max(1.2vw , 24px);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px dotted #E07597;
}
#index_concept .en
{
    letter-spacing: 0.1em;
    font-weight: 600;
}
/*==================================================
5つのこだわり
===================================*/
#index_feature {
  position: relative;
  z-index: 1;
    padding-top: 70px;
}
#index_feature .bg-top {
  background: url("img/top/feature_bg.png")no-repeat center / cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 150px;
  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 .bg-top::after {
  content: "";
  background-image: url("img/top/deco05.png");
  height: 20%;
  width: 12%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 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: rgb(246 238 41 / 70%);
}
#index_feature .index-ttl .ja {
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    color: #777777;
}
#index_feature .ttl-top {
  width: 50%;
  max-width: 560px;
  padding: 20px 0;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  font-size: 28px;
  margin: 0 auto;
    color: #777777;
}
#feature01, #feature02 {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  /*margin: 60px auto 60px;*/
  margin: 60px auto 0;
}
#feature01 .img, #feature02 .img {
  position: relative;
  z-index: 1;
}
#feature01 .img img {
  margin-left: auto;
}
#feature01 .txtbox {
  /*max-width: 750px;
  width: 50%;*/
  max-width: 1000px;
  background: rgba(255,255,255,0.80);
  padding: 60px 4% 40px;
  /*padding: 60px 4%;
  margin-top: -320px;
  margin-left: 50px;*/
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
#index_feature .fea-ttl .txt .top span
{
    font-size: max(1vw , 18px);
}
.fea-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fea-ttl .number {
  width: 30%;
  font-size: 100px;
  color: #F08FB7;
  position: relative;
  z-index: 1;
  border-right: 1px solid #F08FB7;
    text-align: center;
}
.fea-ttl .number::before {
  content: "こだわり";
  font-size: 23px;
  display: block;
  text-align: center;
  margin-bottom: -20px;
}
.fea-ttl .txt {
  width: 80%;
  padding-left: 2vw;
}
.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: rgba(255,255,255,0.80);
  padding: 60px 4%;
  margin-top: -320px;
  margin-left: auto;
  margin-right: 50px;
  position: relative;
  z-index: 5;
}


#feature03 {
  display: flex;
}
#feature03 .left {
  width: 60%;
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
#feature03 .left::before {
  content: "";
  background-image: url("img/top/deco06.jpg");
  width: 300px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature03 .right {
  width: 40%;
}
#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 .flex-2 .img {
	width: 100%;
}
.feature-btm .flex-2 .img img {
  margin: 0 auto;
	width: 100%;
}
.feature-btm .txtbox {
  margin-top: 50px;
}
/*==================================================
徹底した衛生管理
===================================*/
#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 .wrap {
  max-width: 1200px;
}
#hygiene .index-ttl {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 35px;
}
#hygiene .index-ttl .en {
  font-size: 30px;
  color: #3BBB5D;
}
#hygiene ul.flex {
  margin-top: 40px;
}
#hygiene .flex-3 {
  width:calc((100% - 8vw) / 5);
}
#hygiene .img img {
  margin: 0 auto;
}
#hygiene .flex-3 p {
  font-size: 18px;
  margin-top: 20px;
}
#hygiene .flex
{
    margin-bottom: 3%;
}
#hygiene .ja
{
    margin-bottom: 1rem;
}

/*==================================================
ギャラリー
===================================*/
.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(100vw / 3);
}
.d-demo__item > img {
  width: 95%;
}
/*==================================================
採用情報
===================================*/
.recruit
{
    position: relative;
    padding: 3% 0;
}
.recruit::before
{
    content: "";
    position: absolute;
    top: 10%;
    left: 70%;
    background: url("img/top/deco07.png")no-repeat center / contain;
    width: 25%;
    height: 25%;
}
.recruit::after
{
    content: "";
    position: absolute;
    bottom: 5%;
    left: 5%;
    background: url("img/top/deco08.png")no-repeat center / contain;
    width: 25%;
    height: 25%;
}
.recruit .index-ttl
{
    margin-bottom: 50px;
}
.recruit .index-ttl .en
{
    font-size: 35px;
}
.recruit .index-ttl .ja
{
    color: #F08FB7;
    font-size: 32px;
}
.recruit_bg {
  background: url("img/top/recruit_bg.png") no-repeat top / cover;
  padding-top: 6%;
  padding-bottom: 6%;
  margin-top: -6%;
}
.recruit_txt
{
    margin-bottom: 6%
}
.recruit .list {
    background: url("img/top/recruit_bg02.png")no-repeat center / cover;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    max-width: 80%;
    margin: 80px auto 0;
    padding-bottom: 50px;
}
.recruit .flex li {
    width: 50%;
    position: relative;
    z-index: 1;
}

.recruit .ttl {
    font-size: 40px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.recruit .flex {
    padding-top: 80px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.recruit .flex li img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.recruit_img
{
    padding: 3%;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
}
.recruit .btn {
  display: block;
  width: 40%;
  max-width: 410px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
    margin: 3% auto;
}
/*==================================================
コロナウイルス対策
===================================*/
#covid19 {
  padding: 3% 0;
    background: #EDEFF1;
}
.accordion-001 {
  max-width: 1300px;
  margin: 0 auto;
  border: 1px solid #9D8640;
}
.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 #9D8640;
  border-right: 3px solid #9D8640;
  content: '';
  transition: transform .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 .5s, opacity .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: #E0F0F3;
}
.covid19-list img {
  margin: 0 auto;
}
.covid19-list span {
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}

.bule
{
    color: #1D8DEF;
}
.tc
{
    text-align: center;
}
/*==================================================
フッター
===================================*/
#footer {
  background-color: #EFC4D6;
  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 .tel p {
  font-size: 24px;
}
.f-reserve {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-reserve .reserve {
  width: 50%;
}
.f-reserve .tel {
  color: #333333;
    background: #FFFFFF;
}
.f-reserve .web {
  background-image: url("img/top/web.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    padding: 10px 0;
    color: #fff;
  text-shadow: 2px 3px 6px #333;
    font-size: 18px;
}
.footer-wrap .access {
    background: url("img/top/access_box_bg.png") no-repeat center / contain #FFFFFF;
    background-position: right bottom;
  border-radius: 30px;
  padding: 25px 3%;
  position: relative;
  z-index: 1;
}
.footer-wrap .access .ttl {
  font-size: 35px;
  color: #E07597;
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 1;
}
.footer-wrap .access .item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  justify-content: center;
}
.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;
}
.foot-card
{
    text-align: center;
    margin: 2% 0;
}
.foot-card img
{
    margin: 0 auto;
}
#footer .time-table
{
    margin: 0 auto;
    max-width: 100%;
}
#footer .biz-txt
{
    margin: 0 auto;
}
.copyright {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}
.f_train
{
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}
.f_train::before
{
    content: "";
    background: url("img/top/f_train.png")no-repeat center / contain;
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    
}
.f_car
{
    position: relative;
    padding-left: 45px;
}
.f_car::before
{
    content: "";
    background: url("img/top/f_car.png")no-repeat center / contain;
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    
}
.f-img
{
    margin-top: 15px;
}
.f-img-ct
{
    margin: 0 auto;
}
/*==================================================
ページトップボタン
===================================*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #94DCF7;
  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%;
  color: #333;
  text-shadow: 2px 3px 5px #fff;
}
#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: #F08FB7;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.sec-ttl::before {
  content: "";
  border-top: 80px solid rgba(255, 255, 255, 0.50);
  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.50);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.tc
{
    text-align: center;
}
biz-flex
{
    font-weight: 900;
    margin-bottom: 3%;
}
.btn2 {
  display: block;
  width: 100%;
  max-width: 310px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #F97171;
  text-align: center;
    margin-top: 3%;
}
.clm
{
    flex-direction: column;
    gap: 2rem;
}
.clinic_info .biz-flex {
  display: flex;
  width: 100%;
    margin-top: 6%;
    flex-direction: column;
}
.clinic_info .biz-txt {
  background: #f1f1e9;
  width: 100%;
  max-width: 600px;
  padding: 20px 2%;
}
.clinic_info .time-table {
  width: 100%;
  max-width: 100%;
}
.flex_img
{
    width: 28%;
    margin-bottom: 3%;
}
.flex_txt
{
    width: 68%;
    margin-bottom: 3%;
}

.policy {
  padding: 25px 0;
  background: #F9F4F1;
}
.policy .en {
  font-size: 45px;
  color: #94DCF7;
  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 #94DCF7;
}
#access .clinic-info dd {
  width: calc(100% - 180px);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #94DCF7;
}
#access .biz-flex {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
.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: #94DCF7;
  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 .5s;
}
.qa-1[open] summary::after {
  transform: rotate(225deg);
}
.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.qa-1[open] p {
  transform: none;
  opacity: 1;
}
.qa-1 p::before {
  color: #94DCF7;
  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: #94DCF7;
}
.interview {
  margin: 70px auto;
}
.interview .item {
  border-top: 5px solid #94DCF7;
  border-bottom: 5px solid #94DCF7;
  margin-bottom: 60px;
}
.interview .item .ttl {
  padding: 20px 0;
  font-size: 23px;
  border-bottom: 1px dashed #94DCF7;
}
.interview .item p {
  padding: 20px 0 50px;
}
.staff_img img {
  margin: 0 auto;
}
.career dl
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.career dt
{
    width: 25%;
}
.career dd
{
    width: 75%;
}
.career li
{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #CCCCCC;
}
/*==================================================
診療案内ページ
===================================*/

.medical-head {
	width: 90%;
	margin: 5rem auto 0;
	justify-content: space-between;
	align-items: center;
}
.medical-head .item {
	width: 31%;
	padding: 2rem 0;
	border-radius: 5rem;
}
.mh-ttl {
	text-align: center;
	font-size: 3.6rem;
	font-family: "貂明朝";
}
.mh-ttl span {
	font-size: 6rem;
}
.mh-item-flex {
	width: 96%;
	margin: 2rem auto 0 auto;
	justify-content: center;
	gap: 2rem;
}
.mh-link {
	width: 40%;
	background: #fff;
	padding: 20px 0;
	border-radius: 3rem;
}
.mh-link a {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #7D7D7D;
}
.mh-link:hover {
	background:rgba(245,217,232,1.00);
}
.medical-head01 {
	background: url("./img/medical/bg0.jpg");
	background-size: cover;
}
.medical-head02 {
	background: url("./img/medical/bg03.jpg");
	background-size: cover;
}
.medical-head03 {
	background: url("./img/medical/bg02.jpg");
	background-size: cover;
}

@media screen and (max-width:1280px) {
	.medical-head {
		width: 95%;
		margin: 5rem auto 10rem auto;
		justify-content: center;
		align-items: center;
		gap:4rem;
	}
	.medical-head .item {
		width: 45%;
		padding: 2rem 0;
		border-radius: 5rem;
	}
	.mh-item-flex {
		width: 96%;
		margin: 2rem auto 0 auto;
		justify-content: center;
		gap: 2rem;
	}
	.mh-link {
		width: 40%;
		background: #fff;
		padding: 2rem 0;
		border-radius: 3rem;
	}
    .menu > li a
    {
        font-size: 16px;
    }
}





.medical .flex {
  margin-bottom: 80px;
}
.medical .flex .ttl {
  font-size: 30px;
  padding-bottom: 10px;
  color: #94DCF7;
  margin-bottom: 20px;
  border-bottom: 1px solid #94DCF7;
}
.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: #F08FB7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/
.h4_ttl
{
  font-size: 24px;
  padding-bottom: 10px;
  color: #F08FB7;
  margin: 20px 0;
  border-bottom: 1px dashed #F08FB7;
    font-weight: 800;
}
.list-disc li {
  position: relative;
  padding: 0 0 0 18px;
}
.list-disc li::before {
  content: "";
  background: #ff836c;
  border-radius: 15px;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 9px;
}
.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: #94DCF7;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 100px;
}
#visiting .point .ttl::before {
  content: "";
  width: 90px;
  height: 5px;
  background: #94DCF7;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
#visiting .point .num {
  font-size: 30px;
  color: #94DCF7;
  display: block;
  margin-bottom: -9px;
}
#visiting .point .list {
  justify-content: space-around;
  margin-bottom: 90px;
}
#visiting .point .list p.ja {
  font-size: 20px;
  color: #94DCF7;
}
.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 #94DCF7;
  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: #94DCF7;
}

.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: #94DCF7;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 0.5em;
}

.flow .item {
    padding: 35px 2%;
    background: #F6EAF0;
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
}
.flow .item::before {
    content: "▼";
    color: #F08FB7;
    font-size: 50px;
    position: absolute;
    bottom: -80px;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}
.flow .item .ttl {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    border-bottom: none;
    font-size: 28px;
}
.flow .item .ttl .number {
    font-size: 35px;
    width: 5%;
    color: #F08FB7;
    position: relative;
    z-index: 1;
    text-align: center;
}
.flow .item .ttl .number::before {
    content: "STEP";
    font-size: 16px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.flow .item:last-child::before {
	display: none;
}
.flow .sub
{
  font-size: 20px;
  margin-left: 20px;
}

.flex .img
{
    width: 28%;
}
.flex .img img {
  margin: 0 auto;
}
.flex .txt
{
    width: 70%;
}
.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;
}
.h5_ttl::before
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #94DCF7;
}
.bg_box
{
    padding: 45px 40px;
    background: #F3EFE0;
    background: #FFE5F0;
  margin: 3% auto;
}
.bg_box .flex
{
    margin-bottom: 0!important;
}
.border_box
{
    border: 1px solid #C141B5;
    padding: 1rem;
    background: #FFFFFF;
}
.list-disc li {
    position: relative;
    padding-left: 15px;
}
.list-disc li:before {
    content: "";
    background: #F092B9;
    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;
}
#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: #94DCF7;
  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: #94DCF7;
  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: #94DCF7;
    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;
}
.num li
{
    list-style: inherit;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-left: 20px;
}
section:last-child
{
    margin-bottom: 110px;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); /* 中央寄せ */
  width: 80%;
  height: 80%;
}
.tr
{
    text-align: right;
}
.jcc
{
    justify-content: center;
}
.table-schedule td, .table-schedule th {
    border: 1px solid #E07597;
    padding: 20px;
    text-align: center;
}
/*==================================================
採用情報ページ
===================================*/
.recruit-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.recruit-list dt {
  width: 300px;
  padding: 20px 0;
  background: #F08FB7;
  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: #94DCF7;
  width: 50%;
  border-bottom: 1px solid #94DCF7;
  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: #94DCF7;
  margin-bottom: 10px;
}
.comment .img .name {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  color: #94DCF7;
}
/*==================================================
料金表ページ
===================================*/
#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 #F08FB7;
  font-size: 25px;
  padding-bottom: 5px;
  font-weight: normal;
}
.price .item {
  display: flex;
  border: 1px solid #EFAFCA;
}
.price .item .left {
  width: 30%;
  background: #F08FB7;
  padding: 20px 0;
}
.price .item .right {
  width: 70%;
  padding: 20px 2%;
}
.price .item .fee {
  padding-bottom: 10px;
  border-bottom: 1px dashed #F08FB7;
    margin-bottom: 1rem;
}
.price .item .detail {
  display: flex;
  flex-wrap: wrap;
}
.price .item .detail span {
  width: 220px;
  text-align: center;
  padding: 10px 0;
    border-right: 1px solid #F08FB7;
    margin-right: 10px;
}
.price .item .detail div {
  padding: 10px 0;
  width: calc(100% - 230px);
}
.price_img
{
    padding: 2rem;
}
/*==================================================
ふわっ
===================================*/
/* その場で */
.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;
}


.time
{
    /*max-width: 1000px;*/
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
}
.time .biz-flex {
  width: 100%;
  max-width: 100%;
}


/*--------------初めての方へ----------------*/

.u-timeline3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4
}

.u-timeline3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.u-timeline3.type1>dt {
  width: 5em
}

.u-timeline3.sbc>dt>b {
  color: #F97171
}

.u-timeline3.sbc>dd {
  border-left: solid 2px #F97171
}

.u-timeline3.sbc>dd>.inner {
  border-left: solid 8px #F97171
}

.u-timeline3.sbc>dd>.inner>.container>.title {
  border-bottom: solid 1px #F97171
}

.u-timeline3.sbc>dd>.inner::before {
  border-color: transparent #F97171 transparent transparent
}

.u-timeline3.sbc>dd>.inner::after {
  background-color: #F97171
}

.u-timeline3>dt {
  width: 8em;
  padding-top: 3.5em
}

.u-timeline3>dt>b {
  position: relative;
  display: block;
  font-size: 26px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  text-transform: inherit;
  color: #F97171;
  text-align: right;
  padding-right: 0.5em
}

.u-timeline3>dd {
  width: calc(100% - 8em - 20px);
  padding: 2em 0 2em 20px;
  border-left: solid 2px #F97171
}

.u-timeline3>dd>.inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
  margin-left: 1em;
  border-left: solid 8px #F97171;
  -webkit-box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.1)
}

.u-timeline3>dd>.inner>.image {
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media all and (max-width: 639px) {
  .u-timeline3>dd>.inner>.image {
    width: 60%;
  }
}

.u-timeline3>dd>.inner>.image img {
  width: 100%
}

.u-timeline3>dd>.inner>.container {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 10px
}

.u-timeline3>dd>.inner>.container>.title {
  font-size: 1.8rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  border-bottom: solid 1px #F97171;
  padding-bottom: 5px
}

.u-timeline3>dd>.inner::before {
  content: "";
  position: absolute;
  top: 1.7em;
  left: -30px;
  display: inline-block;
  border-style: solid;
  border-width: 15px;
  border-color: transparent #F97171 transparent transparent
}

.u-timeline3>dd>.inner::after {
  position: absolute;
  top: 2.7em;
  left: -38px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #F97171;
  border-radius: 50%
}
#flow {
  padding: 3% 0;
}