@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #373737;
}

/* ヘッダー */
header {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  align-items: center;
}
header h1 {
  display: block;
  width: 30%;
  margin: 0;
}
header h1 img {
  width: 100%;
}
header .btn {
  display: block;
  width: 260px;
}
header .btn img {
  width: 100%;
}
a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
img {
  vertical-align: bottom;
}

/* メインビジュアル */
.mv img {
  width: 100%;
}

/* 心電図の異常は〜 */
.about {
  padding: 120px 0 80px;
  background: url(../img/about_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.about::before {
  content: "";
  width: 26vw;
  height: 20vw;
  display: block;
  background: url(../img/about_img01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about::after {
  content: "";
  display: block;
  width: 194px;
  height: 31px;
  position: absolute;
  background: url(../img/about_img03.svg) no-repeat;
  bottom: -31px;
  left: calc(50% - 97px);
}
.about-inner {
  width: 92%;
  background: #fff;
  margin: 0 auto;
  padding: 44px 72px 56px;
  position: relative;
}
.about-inner::before {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  background: url(../img/about_img02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: calc(50% - 60px);
}
span.pink {
  color: #dd2246;
}
span.line {
  background: #f9f871;
}
h2 {
  font-size: 40px;
  text-align: center;
}
.about-inner p {
  line-height: 2;
}

/* CTA */
.cv {
  padding: 50px 0;
  text-align: center;
}
.cv p {
  font-size: 48px;
  font-weight: bold;
  color: #54b9c9;
  margin: 30px 0;
}
.cv_btn {
  width: 678px;
}

/* 流れ */
.flow {
  padding: 40px 0;
}
.flow .fukidashi-sub {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #dd2246;
  margin: 0 0 20px;
}
.fukidashi {
  position: relative;
  color: #fff;
  padding: 25px 4% 30px;
  background: #dd2246;
  font-size: 40px;
  margin: 0;
}
.fukidashi span {
  font-size: 48px;
  text-decoration: underline;
}
.fukidashi:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #dd2246 transparent;
  border-width: 20px 30px 0 30px;
  bottom: -18px;
  left: 48%;
  margin-left: -10px;
}
.flow-inner {
  background: #f2f2f2;
  padding: 40px 0;
}
.head_line {
  font-size: 32px;
  position: relative;
  margin-bottom: 60px;
}
.head_line:after {
  content: "";
  position: absolute;
  background: url("../img/underline.png") no-repeat;
  width: 101px;
  height: 6px;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.flow-inner h2 + p {
  text-align: center;
}
.step {
  background: #01b2ee;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -60px;
  left: -36px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
}
.step span {
  font-size: 30px;
}
.flowbox {
  max-width: 900px;
  width: 92%;
  margin: 40px auto 60px auto;
  display: flex;
  background: #fff;
  padding: 44px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.flowbox::after {
  content: "";
  background: url("../img/arrow.png") no-repeat;
  position: absolute;
  width: 48px;
  height: 27px;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: auto;
}
.flowbox:last-child::after {
  background: none;
}
.flowbox_img {
  width: 20%;
}
.flowbox_img img {
  width: 100%;
}
.flowbox_txt {
  width: 75%;
}
.flowbox_txt h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

/* クリニック情報 */
.clinic {
  padding: 40px 0 0;
}
.doctor {
  max-width: 800px;
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.doctor_txt {
  width: 60%;
}
.doctor_img {
  width: 35%;
  text-align: right;
}
.doctor_txt h3 {
  font-size: 24px;
}
.doctor_txt h3 span {
  font-size: 16px;
}
.clinic_img {
  width: 100%;
}
.info_table {
  max-width: 800px;
  width: 92%;
  margin: 20px auto 100px;
}
.info_table dl {
  width: 100%;
  padding: 20px 0;
  display: flex;
  border-top: solid 1px #ccc;
  margin: 0;
}
.info_table dl:last-child {
  border-bottom: 1px solid #ccc;
}
.info_table dt {
  width: 20%;
  display: flex;
  align-items: center;
}
.info_table dd {
  width: 80%;
}
.info_table + figure {
  margin: 0;
}
.map {
  width: 100%;
  height: 350px;
  vertical-align: bottom;
}

/* フッター */
footer {
  width: 100%;
  background: #565656;
  padding: 10px 0;
}
.footer_list {
  width: 100%;
  list-style-type: none;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_list li {
  margin-right: 20px;
}
.footer_list li:after {
  content: "|";
  margin-left: 20px;
}
.footer_list li:last-child:after {
  display: none;
}
.footer_list li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.footer_list li a:hover {
  transition: 0.3s;
  color: #ed9c00;
}
p.copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}

/*下層ページ*/
.otherbox {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.number_list {
  list-style-type: decimal;
}
.number_list li {
  margin-bottom: 10px;
}
.otherbox a {
  color: #000;
}
.equipmentbox dt {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.equipmentbox dd b {
  margin: 15px 0 5px;
  display: block;
}

.head_line_confirm {
  max-width: 1000px;
  width: 92%;
  margin: 40px auto 0 auto;
  font-weight: 400;
}
