@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap&subset=japanese");

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #59554d;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  min-width: 1200px;
}

a,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  cursor: pointer;
}

a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

.Content {
  padding: 100px 0 0;
}

.content-main {
  min-width: 1060px;
}

.content-block {
  padding: 160px 0;
  margin: 0;
}

.Wrapper {
  position: relative;
}

.In-wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.content-block .title-wrap {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 64px;
}

.content-block .title-wrap .h2-img {
  width: 65px;
  height: auto;
  margin: 0 auto;
  display: block;
}

h2 {
  font-size: 30px;
  color: #f9673a;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 4px 0 0;
  position: relative;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0;
}

.content-block .title-wrap .article-text-wrap {
  margin-top: 9px;
}

h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #555;
  z-index: 1;
  font-weight: normal;
  margin: 0 0 24px;
  line-height: 1;
  letter-spacing: 0;
}

h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: calc(100% + 20px);
  height: 8px;
  background-color: #ffbdab;
  z-index: -1;
}

h3+p {
  line-height: 1.8;
}

.cta-btn-wrap {
  margin: 64px 0 0;
  display: flex;
  gap: 85px;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  justify-content: center;
  padding: 0 22px 0 0;
}

.cta-btn-wrap a {
  text-decoration: none;
  color: #fff;
  background-color: #ff8c69;
  padding: 18px 0 20px;
  width: 314px;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  letter-spacing: 0.01rem;
}

.cta-btn-wrap a:hover {
  background-color: #ff7e69;
  opacity: 1;
}

.cta-btn-wrap .btn-wrap {
  position: relative;
}

.cta-btn-wrap .btn-wrap.bird::before {
  position: absolute;
  content: "";
  background-image: url(../../img/obgyn/common/cta_obstetrics.webp);
  background-size: 88px 80px;
  background-repeat: no-repeat;
  width: 92px;
  height: 84px;
  top: -6px;
  right: -59px;
}

.cta-btn-wrap .btn-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../../img/obgyn/common/cta_contact.webp);
  background-size: 58px 104px;
  background-repeat: no-repeat;
  width: 58px;
  height: 104px;
  top: -14px;
  right: -19px;
}

img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header .Header-in-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 11px 25px 14px 27px;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 2px 2px 2px #d3d3d380;
  height: 100px;
  min-width: 1200px;
}

.Header .Header-in-wrap .logo-wrap a {
  color: #333;
  text-decoration: none;
}

.Header .Header-in-wrap .logo-wrap h1 {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1;
  font-feature-settings: normal;
  margin: 0 0 0 -1px;
}

.Header .Header-in-wrap .logo-wrap img {
  width: 210px;
  height: auto;
  margin: 3px 0 0 -1px;
}

.Header .Header-in-wrap .tel-wrap {
  font-size: 29px;
  font-weight: bold;
  color: #ff8c69;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  line-height: 1;
  padding-left: 25px;
}

.Header .Header-in-wrap .tel-wrap::before {
  content: "";
  position: absolute;
  background-image: url(../../img/obgyn/common/header_tel.svg);
  background-repeat: no-repeat;
  background-size: 17px 22px;
  width: 17px;
  height: 22px;
  top: 3px;
  left: -1px;
}

.Header nav.nav-wrap {
  padding: 19px 0 0 40px;
}

.Header .nav-wrap ul {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}

.Header .nav-wrap li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #dbdbdb;
  padding: 8px 20px 0;
  height: 56px;
  position: relative;
}

.Header .nav-wrap li:first-child {
  border-left: none;
  padding: 0 35px;
}

.Header .nav-wrap li::after {
  content: '';
  position: absolute;
  bottom: -15px;
  /* left: 15%; */
  width: 70%;
  height: 8px;
  background-color: #ffbdab;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.Header .nav-wrap li:hover::after {
  transform: scaleX(1);
}


.Header .nav-wrap li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.Header .nav-wrap li a span {
  color: #555;
  text-decoration: none;
}

.Header .nav-wrap ul li img {
  margin: 0 0 8px;
}

.Header .nav-wrap ul li:nth-child(1) {
  padding: 0 18px 0 0;
  letter-spacing: 0.2rem;
}


.Header .nav-wrap ul li:nth-child(1) img {
  width: 14px;
  margin: 0 5px 6px 2px;
}

.Header .nav-wrap ul li:nth-child(2) {
  padding: 0 19px;
}

.Header .nav-wrap ul li:nth-child(2) img {
  width: 16px;
}

.Header .nav-wrap ul li:nth-child(3) {
  padding: 0px 18px;
}

.Header .nav-wrap ul li:nth-child(3) img {
  width: 17px;
  margin: 2px 2px 8px 0;
}

.Header .nav-wrap ul li:nth-child(4) {
  padding: 0px 0 0 17px;
  letter-spacing: 0.07rem;
}

.Header .nav-wrap ul li:nth-child(4) img {
  width: 30px;
  height: 21px;
  padding: 2px 0px 0 2px;
}

/* .Header .nav-wrap ul li:nth-child(4):hover::after {
right: 0 !important;
} */

.Header .Header-in-wrap .btn-wrap {
  width: 258px;
  font-size: 18px;
  background-color: #ff8c69;
  padding: 3px 0 5px;
  font-weight: 500;
  position: relative;
  margin: 0 0 7px
}

.Header .Header-in-wrap .btn-wrap a {
  color: #fff;
  text-decoration: none;
  font-feature-settings: normal;
  letter-spacing: 0rem;
}

.Header .Header-in-wrap .btn-wrap.main-site {
  margin: 0;
}

.Header .Header-in-wrap .btn-wrap.news a {
  padding: 0 0 0 58px;
}

.Header .Header-in-wrap .btn-wrap.main-site a {
  padding: 0 0 0 43px;
}

.Header .Header-in-wrap .btn-wrap.news::before {
  content: "";
  position: absolute;
  background-image: url(../../img/obgyn/common/header_news.svg);
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  top: 9px;
  left: 16px;
}

.Header .Header-in-wrap .btn-wrap.main-site::before {
  content: "";
  position: absolute;
  background-image: url(../../img/obgyn/common/header_hospital.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  top: 7px;
  left: 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  position: relative;
}

.Footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 170px;
  background-image: url(../../img/obgyn/common/contents_under.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  top: -170px;
  left: 0;
}

.Footer .Footer-top-wrap {
  padding: 37px 0 34px;
  background: url(../../img/obgyn/common/footer_img.webp) no-repeat center center;
  background-color: #fbf0e8;
  background-size: cover;
}

.Footer .Footer-top-wrap .footer-top-content .logo {
  margin: 0 0 0 -1px;
}

.Footer .Footer-top-wrap .footer-top-content .information {
  margin-left: 42px;
  font-size: 121%;
  font-weight: bold;
}

.Footer .Footer-top-wrap .footer-top-content .information .number-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  gap: 5px;
}

.Footer .Footer-top-wrap .footer-top-content .information .tel {
  font-size: 36px;
  color: #555;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 0 0 0 45px;
  line-height: 1;
  letter-spacing: 0;
}

.Footer .Footer-top-wrap .footer-top-content .information .tel::before {
  position: absolute;
  content: "";
  background-image: url(../../img/obgyn/common/footer_tel.svg);
  background-size: 20px 26px;
  background-repeat: no-repeat;
  width: 20px;
  height: 26px;
  top: 3px;
  left: -1px;
}

.Footer .Footer-top-wrap .footer-top-content .information .number-wrap .fax {
  font-size: 36px;
  color: #555;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 0 0 0 45px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}


.Footer .Footer-top-wrap .footer-top-content .information .number-wrap .fax::before {
  position: absolute;
  content: "";
  background-image: url(../../img/obgyn/common/footer_fax.svg);
  background-size: 24px 25px;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  top: 4px;
  left: -1px;
}

.Footer .Footer-top-wrap .footer-top-content .information p.address {
  line-height: 1.3;
  color: #555;
  font-size: 22px;
  letter-spacing: 0.01rem;
  font-weight: normal;
}

.Footer .Footer-top-wrap .footer-top-content .information .number-txt {
  font-size: 15px;
  font-weight: normal;
  color: #555;
}

.Copyright {
  padding: 22px 0 21px;
  background-color: #333;
}

.Copyright p {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.wave-separator 
-----------------------------------------------------------
----------------------------------------------------------- */

.wave-separator {
  position: relative;
  height: 80px;
  background: none;
}

.wave-separator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220%;
  background: url('../../img/obgyn/common/wave.svg') no-repeat bottom center;
  background-size: cover;
}

#obgyn .wave-separator::after {
  bottom: -35px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
message-block
-----------------------------------------------------------
----------------------------------------------------------- */

.message-block .message-wrap,
.message02-block .message-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}

.message-block .message-wrap .text-wrap,
.message02-block .message-wrap .text-wrap {
  width: 520px;
  line-height: 1.8;
}

.message-block .message-wrap .text-wrap p,
.message02-block .message-wrap .text-wrap p {
  margin: 0 0 10px;
}

.message-block .message-wrap .img-wrap,
.message02-block .message-wrap .img-wrap {
  margin: 0 auto;
  width: 398px;
  padding: 7px 0 0px 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.banner-block
-----------------------------------------------------------
----------------------------------------------------------- */

.banner-block {
  margin: 54px 0;
}