﻿@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=Sen:wght@400..800&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=Cardo:wght@400;700&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");


/*========================
TOP用ヘッダースライドイメージ
========================*/
.topimg {
  width: 96%;
  height: 740px;
  margin: 100px auto 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  z-index: -1;
  position: relative;
}
.topimg h1{
  position: absolute;
  bottom: 42px;
  left: 48px;
  font-size: 2.4em;
  font-weight: 700;
  color: #222;
  line-height: 1.7;
}
.topimg h1 img{
  display: block;
  width: 100%;
  max-width: 640px;
}
.topimg h1 span{
  background: #FFF;
  padding: 0.1em;
}
@media screen and (max-width: 1240px) {
.topimg {
  height: 640px;
  margin: 84px auto 0;
  }
.topimg h1{
  bottom: 32px;
  left: 24px;
  font-size: 2em;
  }
}
@media screen and (max-width: 960px) {
.topimg {
  height: 540px;
  }
}
@media screen and (max-width: 767px) {
.topimg {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 480px;
  }
.topimg h1{
  bottom: 32px;
  left: 18px;
  font-size: 1.8em;
  }
.topimg h1 img{
  max-width: 420px;
  }
}
@media screen and (max-width: 640px) {
.topimg {
  margin: 64px auto 0;
  }
.topimg h1{
  bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
.topimg {
  height: 380px;
  }
.topimg h1{
  bottom: 18px;
  left: 12px;
  font-size: 1.4em;
  }
.topimg h1 img{
  max-width: 320px;
  }
}


/*========================
VISION
========================*/
.visionnumb {
  display: block;
  font-size: 4.2em;
  font-weight: 600;
  color: #92D2D8;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: -24px 0 8px 5px;
}
@media screen and (max-width: 480px) {
.visionnumb {
  font-size: 3.6em;
  }
}


/*========================
VOICE
========================*/
.voicecol {
  width:100%;
  margin: 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:flex-start;
  flex-wrap: wrap;
}
.voicecol li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 24px;
  text-align: center;
}
.voicecol li img{
  width: 100%;
  max-width: 240px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border: 1px solid #DDD;
  margin: 0 auto 12px;
}
.voicecol li p{
  text-align: left !important;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
.voicecol li img{
  max-width: 200px;
  }
.voicecol li p{
  padding: 0;
  }
}
@media screen and (max-width: 540px) {
.voicecol {
  display: block;
  flex-direction: column;
  }
.voicecol li{
  width: 100%;
  max-width:100%;
  padding: 0 0 18px;
  }
.voicecol li img{
  max-width: 164px;
  }
}


/*========================
ABOUT US
========================*/
/*-------------------------
診療日テーブル
--------------------------*/
.hourtable {
  width: 100%;
  max-width: 840px;
  border-collapse: collapse;
}
.hourtable tr:first-child{
  border-top: 1px solid #777;
}
.hourtable tr {
  border-bottom: 1px solid #777;
}
.hourtable th{
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 12px 5px;
}
.hourtable td{
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 18px 5px;
  width:9%;
}
.hourtable .mini{
  font-size: 1em !important;
  line-height: 0.7;
}
.hourtable .time{
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
.hourtable th{
  padding: 8px 5px;
  }
.hourtable td{
  padding: 18px 5px;
  }
}
@media screen and (max-width: 480px) {
.hourtable th{
  font-size: 0.85em;
  padding: 6px 2px;
  }
.hourtable th:last-child{
  padding: 6px 6px 6px 2px;
  }
.hourtable td{
  font-size: 0.9em;
  padding: 12px 2px;
  }
.hourtable .time{
  font-size: 1em;
  letter-spacing: 0.03em;
  }
.hourtable .mini{
  font-size: 0.9em !important;
  }
}

/*-------------------------
バナー並び
--------------------------*/
.banners{
  width:100%;
  margin: 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:flex-start;
}
.banners li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 6px 0;
}
@media screen and (max-width: 640px) {
.banners {
  display: block;
  flex-direction: column;
  }
.banners li{
  width: 100%;
  max-width:100%;
  padding: 0 0 18px;
  }
}


/*========================
RECRUIT
========================*/
.jobtable {
  width: 100%;
  border-collapse: collapse;
}
.jobtable th{
  width: 30%;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  background-color: #EEE;
  border: 1px solid #777;
  font-weight: 600;
  font-weight:normal;
  white-space: nowrap;
}
.jobtable td{
  width:70%;
  padding: 10px 15px;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
  border: 1px solid #777;
}
@media screen and (max-width: 640px) {
.jobtable th,
.jobtable td {
  display:block;
  width:100%;
  border-top: none;
  padding: 5px 10px;
  text-align:left;
  }
.jobtable th{
  white-space: normal;
  }
.jobtable tr:first-child th {
  border-top: 1px solid #777;
  }
}


/*========================
CONTACT
========================*/
.contact article ul{
  width:100%;
  margin: auto;
  padding:0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
}
.contact article ul li:first-child{
  width: 30%;
  position: relative;
  font-weight: 700;
}
.contact article ul li:last-child{
  width: 70%;
  padding: 0 0 0 18px;
}
.contact article ul li:first-child span{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.contact article ul li:last-child .note{
  font-size: 0.8em;
  margin-top: 0.3em;
}
@media screen and (max-width: 640px) {
.contact article ul{
  display: block;
  flex-direction: column;
  }
.contact article ul li:first-child{
  width: 100%;
  }
.contact article ul li:last-child{
  width: 100%;
  padding: 8px 0 0 0;
  }
.contact article ul li:first-child span{
  position: static;
  right: auto;
  top: auto;
  transform: none;
  }
}

/*-------------------------
フォームスタイリング
--------------------------*/
/* 入力・選択欄 */
form input[type='text'],
form input[type='search'],
form input[type='tel'],
form input[type='url'],
form input[type='email'],
form input[type='password'],
form input[type='date'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='month'],
form input[type='week'],
form input[type='time'],
form input[type='number'],
form select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #BBB;
  background:#FFF;
  padding:0.6em;
  font-size:1.1em;
}
form .shortinput {
  width: 40%;
  max-width: 4em;
  margin-right: 0.5em;
}
form select::-ms-expand {
  display: none;
}
form textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #BBB;
  background:#FFF;
  padding:0.6em;
  font-size:1.05em;
  height:8em;
}
form input::placeholder,
form textarea::placeholder {
	color: #AAA;
}
/* Edge */
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	color: #AAA;
}
/* IE11 & IE10 */
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #AAA;
}
/* ラジオボタン・チェックボックス */
form input[type="radio"] , 
form input[type="checkbox"]{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin:0 0.8em 0 0;
}
form label {
  cursor:pointer;
  display: inline-block;
  text-indent:-1.5em;
  line-height: 1.6;
  margin: 0.4em 1em 0.4em 2em;
}
/* ボタン */
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.3em;
  cursor: pointer;
  padding: 1em 4em;
  background-color: #444;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border: 0;
  letter-spacing: 0.06em;
  margin: 0.5em;
}
@media screen and (max-width: 480px) {
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  padding: 1em 2em;
  }
}
/* 必須項目アイコン */
form .hissu {
  width: 3em;
  display: inline-block;
  font-size:0.8em;
  line-height:1;
  color:#FFF;
  background-color:#E56540;
  padding:5px 6px 4px;
  font-weight:600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 0 0 0 0.8em;
}


/*========================
プライバシーポリシー
========================*/
.privacy {
  font-size: 0.9em;
  line-height: 1.65;
}








