@charset "UTF-8";

.title_top {
  text-align: center;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', serif;
}
.title_top2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', serif;
}
.title_top:before, .title_top2:before {
  content: '';
  position: absolute;
  left:50%;
  bottom:-25px;
  display: inline-block;
  width:30px;
  height:5px;
  border-radius: 20px;
  -webkit-text-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #23217f;
}
.title_top_en {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}
.title_sub_top {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size:1.5rem;
  font-weight: 500;
  margin: 60px 0 40px;
  display: flex;
  justify-content: center;
}
.title_sub_top:before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #23217f;
	margin:10px 2em 0 0;
}
.title_sub_top:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #191772;
	margin:10px 0 0 2em;
}
@media screen and (max-width:770px){
  .title_top_en {
    font-size: 2.0rem;
    margin-bottom: 12px;
  }
  .title_top {
    font-size: 1.0rem;
    margin-bottom: 40px;
  }}
  .title_top:before, .title_top2:before {
    bottom:-20px;
  }
  .title_sub_top {
    font-size:1.4rem;
    margin: 20px 0 20px;
  }
}


/* --------------------------------------------------------------------
	slider
-------------------------------------------------------------------- */

.swiper {
  position: relative;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  color:#FFFFFF;
  text-align: center;
  z-index: 0;
}
.swiper-wrapper {
  margin-bottom: 5em;
}
.swiper-slide img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.top_slide {
  color:#FFFFFF;
  position: absolute;
  top:22%;
  text-align: center;
  width:100%;
  margin:0 auto;
  z-index: 1;
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
  font-family: 'Noto Serif JP', serif;
}
.top_slide p {
  font-size:1.3rem;
  margin-bottom: 25px;
  line-height: 1.8em;
}
.top_slide p:first-child {
  font-size:2.5rem;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media screen and (max-width:770px){
  .swiper {
    height: 55vh;
    margin:0 auto 3em;
  }
  .top_slide {
    top:15vh;
  }
  .top_slide p {
    font-size:1.1rem;
    margin-bottom: 15px;
    line-height: 1.7em;
  }
  .top_slide p:first-child {
    font-size:1.8rem;
    margin-bottom: 20px;
  }
  .top_slide p:nth-child(3) {
    font-size:0.9rem;
  }
}


/* --------------------------------------------------------------------
	top_about
-------------------------------------------------------------------- */

.top_about {
  margin:0 auto 3em;
  width:94%;
  max-width: 1200px;
  text-align: center;
}
.top_about ._text {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  margin: 0 auto 2em;
  line-height: 1.7em;
}
.top_about ._img img {
  width:100%;
  max-width: 1200px;
}
@media screen and (max-width:770px){
  .top_about ._text {
    font-size: 0.95rem;
  }
}

.top_point {
  background:e9e9ed;
  margin:0 auto 8em;
}
.title_top_point {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size:1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.title_top_point:before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #191772;
	margin:10px 2em 0 0;
}
.title_top_point:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #191772;
	margin:10px 0 0 2em;
}
.top_point_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width:100%;
  max-width: 1200px;
  margin:30px auto;
}
.top_point_box li {
  width:32%;
  margin-right: 2%;
  position: relative;
  border-radius: 20px;
}
.top_point_box li:last-child {
  margin-right: 0;
}
.top_point_box ._title {
  position: absolute;
  top:10%;
  left:6%;
  color:#333333;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.45em;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(255,255,255,0.9);
  text-stroke:0.5px #FFFFFF;
  -webkit-text-stroke:0.5px #FFFFFF;
  paint-order:stroke;
  font-weight: bold;
}
.top_point_box ._text {
  position: absolute;
  bottom:4px;
  background:rgba(233,233,237,0.7);
  padding:15px 20px;
  font-size: 0.95rem;
  border-radius: 0 0 12px 12px;
  font-family: 'Noto Serif JP', serif;
}
.top_point_box li img {
  width:100%;
}
@media screen and (max-width:770px){
  .top_point {
    margin:0 auto 6em;
  }
  .top_point_box li {
    width:100%;
    margin-bottom: 5%;
  }
  .top_point_box li:nth-child(2n) {
    margin-right: 0;
  }
  .top_point_box ._title {
    left:6%;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}


.top_marquee {
  display: flex;
  white-space: nowrap;
}
.top_marquee .marquee_text {
  display: inline-block;
  padding-right: 0.5em;
  animation: marquee 30s linear infinite;
  color:#e9e9ed;
  font-size: 10rem;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* --------------------------------------------------------------------
	top_doctor
-------------------------------------------------------------------- */

.top_doctor {
  margin:5em auto 7em;
  padding:50px 0 70px;
  background:#e9e9ed;
}
.top_doctor .wrapper {
  display: flex;
  justify-content:space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  background: #FFFFFF;
}
.top_doctor ._img {
  width:60%;
  text-align: center;
  margin-bottom: -5px;
}
.top_doctor ._img img {
  width:100%;
}
.top_doctor ._text {
  width:35%;
  padding: 100px 0 0 30px;
  line-height: 1.8em;
  font-family: 'Noto Serif JP', serif;
}
.top_doctor ._text p._title {
  font-size: 1.3rem;
  margin-bottom: 25px;
  padding-bottom: 20px;
  line-height: 1.5em;
  border-bottom: 3px solid #e9e9ed;
}
.top_doctor ._text p._name {
  font-size: 1.0rem;
  text-align: right;
}
.top_doctor ._text p:last-child span {
  font-size: 1.3rem;
}
.top_column {
  margin: 5em auto 2em;
  text-align: center;
}

@media screen and (max-width:770px){
  .top_doctor {
    margin:5em auto 7em;
    padding:30px 0 40px;
  }
  .top_doctor .wrapper {
    display:inherit;
    padding:0 0 20px;
  }
  .top_doctor ._sub_title {
    margin-bottom: 15px;
  }
  .top_doctor ._sub_title:before, .top_doctor ._sub_title:after {
    margin:10px 2em 0;
  }
  .top_doctor ._img {
    margin:0 auto;
    width: 100%;
  }
  .top_doctor ._img img {
    width:100%;
  }
  .top_doctor ._text {
    width:90%;
    padding: 12px 0 0;
    margin:0 auto;
  }
  .top_doctor ._text p._title {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9e9ed;
  }
  .top_doctor ._text div {
    padding:0;
  }
  .top_doctor ._text p._name {
    font-size: 1.0rem;
  }
}


/* --------------------------------------------------------------------
	top_osusume
-------------------------------------------------------------------- */

.top_osusume {
	max-width:1200px;
  width: 94%;
	margin:0 auto 5em;
}
.top_osusume ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_osusume ul .top_osusume_list {
  width:31.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.top_osusume ul li a {
  text-decoration: none;
  transition: 0.5s;
  border:1px solid #dbdbe3;
  display: block;
  text-align: center;
}
.top_osusume ul li a:hover {
  opacity: 0.7;
}
.top_osusume ul li div {
  padding:12px 0 22px;
}
.top_osusume ul li div p {
  font-size: 0.9rem;
  margin-bottom: 12px;
  line-height: 1.6em;
  padding:0 20px;
}
.top_osusume ul li div h3 {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3em;
  background:#e9e9ed;
  padding: 10px 10px 12px;
}
.top_osusume ul li:nth-child(3n) {
  margin-right: 0;
}
.top_osusume ul li img {
  width:100%;
}
@media screen and (max-width:770px){
  .top_osusume {
    margin:0 auto 6em;
  }
.top_osusume ul .top_osusume_list {
  width:48.5%;
  margin-right: 3%;
}
.top_osusume ul li:nth-child(3n) {
  margin-right: 3%;
}
.top_osusume ul li:nth-child(2n) {
  margin-right: 0;
}
.top_osusume ul li a ._img img {
  width:100%;
  max-width: 400px;
}
.top_osusume ul li div {
  padding:10px 0 7px;
}
.top_osusume ul li div p {
  font-size: 0.75rem;
  padding: 0 5px;
}
.top_osusume ul li div h3 {
  margin-bottom: 5px;
  letter-spacing: 0;
  font-size: 1.1rem;
  padding: 7px 10px 8px;
}
}


/* --------------------------------------------------------------------
	top_news
-------------------------------------------------------------------- */

.top_news {
  background:#e9e9ed;
  margin:0 auto 7em;
  padding:45px 0 45px;
}
.news_list {
  list-style:none;
  width:94%;
  max-width:1200px;
  margin:0 auto;
}
ul.news_list li {
  margin-bottom:20px;
  background:#FFFFFF;
  font-size:0.9rem;
  position:relative;
}
ul.news_list .title {
  cursor:pointer;
  font-weight:normal;
  padding:20px 50px 20px 25px;
  transition: all .5s ease;
  font-size:1.0rem;
}
ul.news_list .title span {
  background: #333333;
  color: #FFFFFF;
  padding:4px 7px;
  margin-right: 10px;
  font-size: 0.7rem;
}
ul.news_list .title::before,
ul.news_list .title::after {
  position:absolute;
  content:'';
  width:20px;
  height:1px;
  background-color:#333333; 
  transition: 0.5s;
}
ul.news_list .title::before {
  top:48%;
  left:96%;
  transform:rotate(0deg);
}
ul.news_list .title::after {    
  top:48%;
  left:96%;
  transform:rotate(90deg);
}
ul.news_list .title.close::before {
  transform:rotate(45deg);
}
ul.news_list .title.close::after {
  transform:rotate(-45deg);
}
ul.news_list .box {
  display:none;
	background:#e9e9ed;
	margin:0 20px 20px 20px;
	padding:25px 30px;
  border-bottom:20px solid #FFFFFF;
  font-size: 0.9rem;
}
ul.news_list .box .img_list {
  display: flex;
  justify-content: space-between;
}
ul.news_list .box .img_list li img {
  width:100%;
}
ul.news_list .box .img {
  text-align: center;
  margin-top: 25px;
}
ul.news_list .box:after {
  clear: both;
}
@media screen and (max-width:770px) {
  .top_news {
    padding:30px 0 20px;
    margin:0 auto 5em;
  }
  ul.news_list li{
    margin-bottom:15px;
  }
  ul.news_list .title {
    padding:15px 40px 15px 15px;
    font-size:0.9rem;
  }
  ul.news_list .title span {
    display: none;
  }
  ul.news_list .title ._information {
    margin-right: 5px;
    font-size: 0.7rem;
    padding:3px 5px;
  }
  ul.news_list .title::before,
  ul.news_list .title::after {
    width:15px;
    height:1px;
  }
  ul.news_list .title::before {
    left:93%;
  }
  ul.news_list .title::after {
    left:93%;
  }
  ul.news_list .box {
    margin:0 15px 15px 15px;
    padding:15px 20px;
    border-bottom:15px solid #FFFFFF;
  }
}

/* --------------------------------------------------------------------
	top_sns
-------------------------------------------------------------------- */

.top_sns {
  width:94%;
  max-width: 1200px;
  margin:0 auto 10em;
}
.top_sns ._title {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  text-align: left;
}
.top_sns ._title span {
  font-size:1.5rem;
  margin-right: 10px;
}
.top_sns ._title::before {
  content: "";
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#23217f;
	border-radius:50%;
	margin-right:7px;
}
.top_sns ._img {
    margin-bottom: 3em;
  }
.top_sns ._img ul {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.top_sns ._img ul._insta li {
  margin-right: 10px;
  width:19%;
}
.top_sns ._img ul._youtube li {
  margin-right: 10px;
  width:32.5%;
}
.top_sns ._img ul._youtube li:nth-child(4) {
  display: none;
}
.top_sns ._img ul li:last-child {
  margin-right: 0;
}
.top_sns ._img ul._youtube li:nth-child(3) {
  margin-right: 0;
}
.top_sns ._img ul li a img {
  width:100%;
}
.top_sns a:hover img {
  transition: 0.5s;
}
.top_sns a:hover img {
  opacity: 0.7;
}
.top_sns ._btn {
  text-align: center;
  width: 50%;
  max-width: 400px;
  margin:20px auto 60px;
}
.top_sns ._btn a {
  text-decoration: none;
  padding:15px 15px 16px;
  display: block;
  color:#FFFFFF;
  transition: 0.5s;
  position: relative;
  background:#a09180;
  border-radius: 50px;
  border:1px solid #a09180;
}
.top_sns ._btn a::after {
  content:'';
  position: absolute;
  top:0;
  bottom:0;
  right:30px;
  width:12px;
  height:12px;
  margin:auto;
  border-top:1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  box-sizing:border-box;
}
.top_sns ._btn a:hover {
  background:#FFFFFF;
  color:#a09180;
}
.top_sns ._btn a:hover::after {
  border-top:1px solid #a09180;
  border-right: 1px solid #a09180;
  right:25px;
}
.top_sns ._other_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_sns ._other_link li {
  width:25%;
  margin:0 0.5%;
}
.top_sns ._other_link li img {
  width:100%;
}

@media screen and (max-width:770px){
  .top_sns {
    margin:0 auto 8em;
  }
  .top_sns ._title {
    margin-bottom: 10px;
  }
  .top_sns ._img ul._insta li {
    margin-right: 10px;
    margin-bottom: 10px;
    width:47%;
  }
  .top_sns ._img ul._insta li:nth-child(2n) {
    margin-right: 0;
  }
  .top_sns ._img ul._insta li:nth-child(5) {
    display: none;
  }
  .top_sns ._img ul._youtube li {
    margin-right: 10px;
    width:47%;
  }
  .top_sns ._img ul._youtube li:nth-child(2n) {
    margin-right: 0;
  }
  .top_sns ._img ul._youtube li:nth-child(4) {
    display:block;
  }
  .top_sns ._btn {
    width: 70%;
    max-width: 500px;
    margin:10px auto 40px;
  }
  .top_sns ._btn a {
    padding:12px 15px 13px;
  }
  .top_sns ._other_link li {
    width:40%;
  }
}



/* --------------------------------------------------------------------
	top_search
-------------------------------------------------------------------- */

.top_search_trouble {
  width:94%;
  max-width: 1200px;
  margin:0 auto 7em;
}
.top_search_trouble ul {
  text-align: center;
}
.top_search_trouble ul li {
	background:#000000;
	display:inline-block;
	margin:0 30px 30px 0;
	width:31%;
  font-family: 'Noto Serif JP', serif;
}
.top_search_trouble ul li:nth-child(3n), .top_search_trouble ul li:last-child {
  margin-right:0;
}
.top_search_trouble ul li img {
	width:100%;
}
.top_search_trouble ul li a img {
	opacity:0.8;
	display:block;
  transition:0.5s;
}
.top_search_trouble ul li a:hover img {
	opacity:1;
}
.top_search_trouble .trouble_box {
	position:relative;
	text-align:center;
}
.top_search_trouble .trouble_box a p {
	position:absolute;
	color:#FFFFFF;
	bottom:7%;
  width:100%;
	font-size:1.3rem;
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
	line-height:1.2em;
	padding:5px 5px 7px;
  transition: 0.5s;
  font-weight: 500;
}
.top_search_trouble .trouble_box a:hover p {
	color:#333333;
	background:rgba(255,255,255,0.7);
  text-shadow: none;
}
.top_search_trouble .trouble_box a p span {
	font-size:1.0rem;
}
@media screen and (max-width:770px){
  .top_search_trouble ul li {
    margin:0 10px 10px 0;
    width:46%;
  }
  .top_search_trouble ul li:nth-child(3n) {
    margin-right:10px;
  }
  .top_search_trouble ul li:nth-child(2n) {
    margin-right:0;
  }
  .top_search_trouble .trouble_box a p {
    font-size:1.1rem;
  }
}


.top_search_treatment {
  background:#e9e9ed;
  padding:50px 0 50px;
  margin:0 auto 6em;
}
.top_search_treatment ._title {
  text-align: center;
  margin:70px auto 20px;
  font-weight: 500;
  font-size:1.1rem;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  background:#dbdbe3;
  padding:10px 10px 12px;
  justify-content: center;
}
.top_search_treatment ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.top_search_treatment ul li {
  /*width:49.2%;*/
  width:32%;
  margin-bottom: 10px;
}
.top_search_treatment ul li a {
  display: block;
  text-decoration: none;
  border-bottom:1px solid #666666;
  padding:8px 12px;
  transition: 0.5s;
  font-size:0.9rem;
  position: relative;
}
.top_search_treatment ul li a::after {
  content:'';
  position: absolute;
  top:0;
  bottom:0;
  right:20px;
  width:12px;
  height:12px;
  margin:auto;
  border-top:1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
  box-sizing:border-box;
  transition: 0.2s;
}
.top_search_treatment ul li a:hover {
  opacity: 0.7;
}
.top_search_treatment ul li a:hover::after {
  right:15px;
}

@media screen and (max-width:770px){
  .top_search_treatment {
    padding:35px 0 10px;
  }
  .top_search_treatment ._title {
    font-size:1.1rem;
    margin:0 auto 10px;
  }
  .top_search_treatment ul li {
    width:100%;
    margin-bottom: 10px;
  }
  .top_search_treatment ul li a {
    padding:13px 10px;
  }
}


.top_faq {
  width:94%;
  max-width: 1200px;
  margin:0 auto 8em;
}
.top_faq ._text {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95rem;
}
ul.faq_list li {
  border-bottom:1px solid #dbdbe3;
}
ul.faq_list li:first-child {
  border-top:1px solid #dbdbe3;
  margin-top: 30px;
}
ul.faq_list .box_q {
  font-weight:500;
  padding:25px 15px 15px 20px;
  border-bottom: 1px dashed #dbdbe3;
}
ul.faq_list .box_q span, ul.faq_list .box_a span {
  font-weight: 500;
  font-size: 1.1rem;
  margin-right: 15px;
}
ul.faq_list .box_a {
  font-weight:normal;
  padding:15px 15px 27px 20px;
}

.top_link_list {
  width:94%;
  max-width: 1200px;
  margin:0 auto 10em;
}
.top_link_list ul {
  display: flex;
  justify-content: center;
}
.top_link_list ul li {
  width:25%;
  margin:0 0.7%;
  text-align: center;
}
.top_link_list a {
  display: block;
  border:1px solid #dbdbe3;
  font-family: 'Noto Serif JP', serif;
  padding:40px 10px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.5s;
  border-radius: 7px;
}
.top_link_list a:hover {
  opacity: 0.7;
}

@media screen and (max-width:770px){
ul.faq_list li {
  font-size: 0.95rem;
}
ul.faq_list .box_q {
  padding:25px 10px 15px 15px;
}
ul.faq_list .box_a {
  padding:15px 10px 27px 15px;
}
}