@charset "utf-8";

section.staff-director {
  background: url(../images/staff_bg_1.jpg) no-repeat;
  background-size: cover;
}

section.staff-director .inner {
  position: relative;
}

.staff-director-image {
  max-width: 50%;
}

.staff-director-profile {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 6% 6% 6% 7%;
  width: 60%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%);
}

.staff-director-pos {
  color: #104E3D;
  font-size: 32px;
  font-family: "M PLUS Rounded 1c";
  line-height: 1.2;
}

.staff-director-name {
  color: #104E3D;
  font-size: 42px;
  font-family: "M PLUS Rounded 1c";
  line-height: 1.6;
  border-bottom: solid 1px #104E3D;
}

.staff-director-name span {
  padding-left: 36px;
  font-size: 21px;
  color: #979797;
}

.staff-director-specialized {
  padding: 10px 10px 10px 30px;
  border-left: solid 10px #104E3D;
}

.staff-director-specialized h4 {
  color: #104E3D;
  font-size: 32px;
  font-family: "M PLUS Rounded 1c";
  line-height: 1.2;
}

.staff-director-box {
  position: relative;
  margin: 30px 0 70px 30px;
  padding: 100px 40px 30px 40px;
  background: rgba(255, 255, 255, 0.7);
}

.staff-director-box.qualification {
  float: left;
  width: 100%;
  max-width: 45%;
  min-height: 310px;
}

.staff-director-box.affiliation {
  float: right;
  width: 100%;
  max-width: 45%;
  min-height: 310px;
}

.staff-director-box h4 {
  position: absolute;
  top: -30px;
  left: -30px;
}

.staff-director-box h4 .jp {
  float: left;
  display: block;
  padding-top: 40px;
  width: 116px;
  height: 116px;
  text-align: center;
  color: #fff;
  font-size: 29px;
  font-family: "M PLUS Rounded 1c";
  line-height: 1.2;
  background: #316D5E url(../images/staff_dt_1.png) right bottom no-repeat;
  background-size: 100%;
}

.staff-director-box.affiliation .jp {
  padding-top: 24px;
}

.staff-director-box h4 .en {
  float: left;
  padding: 50px 0 0 28px;
  color: #E3E3E3;
  font-size: 42px;
  font-family: "M PLUS Rounded 1c";
}

section.staff-article {
  background: url(../images/staff_bg_2.jpg) no-repeat;
}

.staff-article-list {
  float: right;
  padding: 40px 0 40px 90px;
  max-width: 1200px;
  background: #fff;
}

.staff-article-list h4 {
  color: #513300;
  font-size: 36px;
  font-family: "M PLUS Rounded 1c";
  line-height: 1.2;
}

.staff-article-list ol li {
  padding: 10px 0;
  border-bottom: dashed 1px #E8E8E8;
}

.staff-article-list ol li:last-child {
  border: none;
}

.clinic-access-transfer li {
  margin-bottom: 20px;
  min-height: 47px;
  line-height: 1.2;
  padding-left: 64px;
  background: top left no-repeat;
}

.clinic-access-transfer li:nth-child(1) { background-image: url(../images/clinic_img_15.png); }
.clinic-access-transfer li:nth-child(2) { padding-top: 0.5em; background-image: url(../images/clinic_img_16.png); }

#gallery_view {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  background: #E0E0E0;
}

#gallery_view img {
  width: auto;
  max-height: 100%;
  vertical-align: top;
}

#gallery_view .title {
  position: absolute;
  bottom: 12px;
  left: 16px;
  padding: 5px 24px;
  background: rgba(255, 255, 255, 0.8);
}

#gallery_thum {
  margin: 0 -7px;
  max-width: 110%;
  overflow: hidden;
}

#gallery_thum li {
  position: relative;
  float: left;
  padding: 7px;
  width: 25%;
}

#gallery_thum li img {
  border: solid 6px #E0E0E0;
}

#equipment_thum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#equipment_thum li {
  position: relative;
  margin-bottom: 50px;
  width: 280px;
  height: 256px;
  text-align: center;
  background: #E0E0E0;
}

#equipment_thum li a {
  display: block;
}

#equipment_thum li img {
  max-height: 220px;
}

#equipment_thum li .title {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #104E3D;
  font-size: 21px;
  font-family: "M PLUS Rounded 1c";
  background: #E9F2E9;
}

#titleText {
  line-height: 1.4;
  font-size: 17px;
  font-weight: 400;
}

#controls {
  display: none;
}

.clinic-access-parking-photo li {
  max-width: 49%;
}

.first-what-box {
  border: solid 1px #104E3D;
  padding: 30px;
  color: #104E3D;
  line-height: 1.8;
  border-radius: 8px;
}

.first-what-box li {
  text-indent: -1em;
  margin-left: 1em;
}

.first-flow-step li {
  position: relative;
  margin-bottom: 52px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}

.first-flow-step li:after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  display: block;
  margin-left: -36px;
  width: 0;
  height: 0;
  border-top: solid 16px #9DB9B3;
  border-right: solid 36px transparent;
  border-left: solid 36px transparent;
}

.first-flow-step li:last-child {
  margin-bottom: 0;
}

.first-flow-step li:last-child:after {
  display: none;
}

.first-flow-step li h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c";
  color: #104E3D;
}

.first-flow-step li h4 span.no {
  display: inline-block;
  margin-right: 20px;
  padding: 12px 18px;
  font-size: 21px;
  color: #fff;
  background: #104E3D;
  border-left: solid 4px #F08700;
}

.first-flow-step li strong {
  font-size: 1.2em;
  font-weight: 400;
  color: #F08700;
  text-decoration: underline;
}

.first-please-list li {
  margin-bottom: 40px;
  border: solid 1px #104E3D;
  padding: 0 30px 30px 30px;
  color: #104E3D;
  line-height: 1.8;
  border-radius: 8px;
}

.first-please-list li h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-family: "M PLUS Rounded 1c";
  color: #104E3D;
}

.first-please-list li h4 span {
  display: inline-block;
  padding: 14px 24px;
  background: #E9F2E9;
}