﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
共通ナビゲーション
========================*/
nav {
  width: 100%;
  position: sticky;
  top: 0;
  padding: 0 6px 0 0;
  margin: 0 auto;
  z-index: 1;
  background-color: #FFF;
  border-bottom: 1px solid #A6A7AD;
}
nav h1{
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
nav h1 img{
  width: 100%;
  max-width: 200px;
  transition: 0.5s;
}
nav.transform h1 img{
  max-width: 164px;
  transition: 0.5s;
}
nav ul{
  width:100%;
  max-width: 960px;
  height: auto;
  margin: 0 0 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
nav ul li{
  height: auto;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
nav ul li a{
  display: block;
  height: 100%;
  text-decoration: none;
  color: #2C5985;
  font-weight: 600;
  text-align: center;
  padding: 32px 0 18px;
  font-size: 0.95em;
  transition: 0.3s;
}
nav ul li span{
  display: block;
  line-height: 1.8;
  font-size: 0.85em;
  color: #A5A6AC;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}
nav.transform ul li a{
  padding: 24px 0 12px;
  font-size: 0.9em;
}
nav ul li a:hover{
  transform: translateY(-5px);
  transition-duration: 0.3s;
}
nav ul li:hover:after{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  width: 64px;
  border-bottom: 3px solid #2D5986;
}
nav ul li a.current:after{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  width: 64px;
  border-bottom: 3px solid #2D5986;
}
.current:hover{
  transform: none;
}
.current:hover:after{
  border-bottom: none;
}
@media screen and (max-width: 1240px) {
nav ul{
  max-width: 740px;
  }
nav h1 img{
  max-width: 164px;
  }
nav ul li a{
  font-size: 0.8em;
  }
nav.transform ul li a{
  padding: 24px 0 12px;
  font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) {
nav ul{
  max-width:800px;
  padding: 6px 0 6px 200px;
  }
nav ul li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding: 0;
  border-right: none;
  border: 3px solid #FFF;
  background-color: #EFEFEF;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  letter-spacing: 0.03em;
  }
nav ul li:hover{
  background-color: #D8E7ED;
}
nav ul li a{
  display: block;
  padding: 0 8px;
  position: relative;
  font-size: 0.85em;
  line-height: 2;
}
nav.transform ul li a{
  padding: 0 8px;
  font-size: 0.85em;
  }
nav ul li span{
  display: none;
  }
nav ul li a:hover{
  transform: none;
  }
nav ul li:hover:after{
  border: 0;
  }
nav ul li a.current{
  color: #FFF;
  background-color: #2D5986;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  }
nav ul li a.current:after{
  position: static;
  bottom: auto;
  left: auto;
  border: 0;
  }
}
@media screen and (max-width: 640px) {
nav {
  display: none;
  }
}


/*========================
タイトルヘッダー
========================*/
header{
  position: relative;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  padding: 0;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
header h2{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
  white-space: nowrap;
  letter-spacing: 0.08em;
  color: #FFF;
  line-height: 1;
  text-shadow:
  0 0 5px rgba(0, 0, 0, 0.6),
  0 0 10px rgba(0, 0, 0, 0.4),
  0 0 20px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
}
header h2 span{
  display: block;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
header .headinnlogo{
  display: none;
}
@media screen and (max-width: 1240px) {
header{
  height: 360px;
  }
header h2{
  font-size: 1.6em;
  }
}
@media screen and (max-width: 960px) {
header{
  height: 300px;
  }
header h2{
  font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
header{
  height: 340px;
  }
header h2{
  top: 42%;
  left: 50%;
  transform: translate(-50%,-42%);
  -webkit-transform: translate(-50%,-42%);
  -ms-transform: translate(-50%,-42%);
  }
header h2 span{
  display: none;
  }
header .headinnlogo{
  display: block;
  margin: 0 auto 24px;
  }
header .headinnlogo img{
  width: 100%;
  max-width: 132px;
  }
}
@media screen and (max-width: 480px) {
header{
  height: 260px;
  }
header h2{
  top: 36%;
  left: 50%;
  transform: translate(-50%,-36%);
  -webkit-transform: translate(-50%,-36%);
  -ms-transform: translate(-50%,-36%);
  }
header h2{
  font-size: 1.3em;
  }
header .headinnlogo img{
  max-width: 112px;
  }
}

.head_aboutus {
  background-image:url(../img/aboutus/header.png);
  background-position:center center;
}
.head_guide {
  background-image:url(../img/guide/header.png);
  background-position:center center;
}
.head_doctor {
  background-image:url(../img/doctor/header.png);
  background-position:center center;
}
.head_general {
  background-image:url(../img/general/header.png);
  background-position:center center;
}
.head_ortho {
  background-image:url(../img/ortho/header.png);
  background-position:center center;
}
.head_beauty {
  background-image:url(../img/beauty/header.png);
  background-position:center center;
}
.head_implant {
  background-image:url(../img/implant/header.png);
  background-position:center center;
}

/*-------------------------
SVG
--------------------------*/
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.wave svg {
  position: relative;
  display: block;
  width: calc(124% + 1.3px);
  height: 64px;
}
.wave .shape-fill {
  fill: #E8F0F4;
}
@media screen and (max-width: 640px) {
.wave svg {
  position: relative;
  display: block;
  width: calc(142% + 1.3px);
  height: 42px;
  }
}


/*========================
イントロダクション
========================*/
.introduction {
  width: 100%;
  margin: 0 auto;
  padding: 32px 32px 0;
  background-color: #E8F0F4;
}
.introduction .introicon{
  width: 100%;
  max-width: 164px;
  margin: 0 auto;
}
.introduction h3{
  font-family: 'Zen Old Mincho', serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6;
  color: #2C5985;
  text-align: center;
}
.introduction p{
  max-width: 840px;
  margin: 24px auto;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
.introduction .introicon{
  max-width: 124px;
  }
.introduction h3{
  font-size: 1.7em;
  }
}
@media screen and (max-width: 480px) {
.introduction .introicon{
  max-width: 100px;
  }
.introduction h3{
  font-size: 1.4em;
  }
.introduction p{
  margin: 18px auto 12px;
  line-height: 1.8;
  }
}

/*-------------------------
ページ内アンカーリンク
--------------------------*/
.pagelink{
  width:100%;
  max-width: 1000px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
  flex-wrap: wrap;
}
.pagelink li{
  margin: 0.2em 1em 0.2em 0;
}
.pagelink li:last-child{
  margin: 0.2em 0 0.2em 0;
}
.pagelink li a{
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.4em;
  letter-spacing: 0.02em;
}
.pagelink li a:before {
	position: absolute;
  top: 0.55em;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  line-height: 0;
  color: #2C5985;
  font-family:"Material Symbols Rounded";
	content: "\e7cd"; /*丸囲み矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width: 767px) {
.pagelink{
  justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
.pagelink li a{
  font-size: 0.95em;
  }
}


/*========================
本文
========================*/
main {
  width: 100%;
  margin: 0 auto;
  padding: 42px 24px 64px;
  background-color: #E8F0F4;
}
@media screen and (max-width: 640px) {
main {
  padding: 42px 18px 48px;
  }
}

/*-------------------------
セクション
--------------------------*/
section{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 64px;
  padding: 0;
  background-color: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  position: relative;
}
section:last-child{
  margin: 0 auto;
}
section h3{
  width: 100%;
  margin: 0 auto 48px;
  padding: 0.8em 0.8em;
  text-align: center;
  background-color: #2D5986;
  color: #FFF;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  display: inline-block;
  position: relative;
}
section h3::before {
  content: "";
  border: 0.8em solid transparent;
  border-top: 0.8em solid #2D5986;
  margin-left: -0.8em;
  top: 100%;
  left: 50%;
  position: absolute;
}
section .inner{
  width: 100%;
  padding: 0 64px 48px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
section .inner{
  padding: 0 42px 42px;
  }
}
@media screen and (max-width: 767px) {
section{
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  }
section h3{
  margin: 0 auto 42px;
  padding: 0.8em 0.8em;
  font-size: 1.5em;
  border-radius: 18px 18px 0 0;
  -webkit-border-radius: 18px 18px 0 0;
  -moz-border-radius: 18px 18px 0 0;
  }
section .inner{
  padding: 0 32px 32px;
  }
}
@media screen and (max-width: 640px) {
section{
  margin: 0 auto 42px;
  }
}
@media screen and (max-width: 480px) {
section h3{
  margin: 0 auto 32px;
  font-size: 1.25em;
  }
section .inner{
  padding: 0 24px 32px;
  }
}

