@charset "UTF-8";
/* ========================================
リセットCSS
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

span {
  font: inherit;
  letter-spacing: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font: inherit;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* ========================================
変数・関数
======================================== */
:root {
  --color-black: #000;
  --font-base:"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ========================================
mixin
======================================== */
/* ========================================
ベースCSS
======================================== */
body {
  color: #527B9A;
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background-color: #D9E0E2;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  letter-spacing: 0.04em;
}

/* CLEAR-FIX */
/* ========================================
モジュール・パーツ m-
======================================== */
/* ========================================
補助的に使用 u-
======================================== */
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-ib {
  display: inline-block !important;
}

.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}

.u-weight-100 {
  font-weight: 100 !important;
}

.u-weight-200 {
  font-weight: 200 !important;
}

.u-weight-300 {
  font-weight: 300 !important;
}

.u-weight-400 {
  font-weight: 400 !important;
}

.u-weight-500 {
  font-weight: 500 !important;
}

.u-weight-600 {
  font-weight: 600 !important;
}

.u-weight-700 {
  font-weight: 700 !important;
}

.u-weight-800 {
  font-weight: 800 !important;
}

.u-weight-900 {
  font-weight: 900 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

/* ========================================
header
======================================== */
/* ========================================
footer
======================================== */
/* ========================================
メニュー
======================================== */
/* ========================================
共通で使うレイアウト l-
======================================== */
.m-inner {
  max-width: 1226px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .m-inner {
    width: 89.7435897436vw;
  }
}
.header {
  padding-top: 143px;
  text-align: center;
}
.header__ttl {
  color: #51716C;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.header__news {
  margin-top: 50px;
  color: #E36A6C;
  font-size: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 115px;
  }
  .header__ttl {
    font-size: 40px;
  }
  .header__news {
    margin-top: 54px;
    font-size: 23px;
    line-height: 2.1;
  }
}
.read {
  margin-top: 95px;
  font-size: 25px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .read {
    margin-top: 80px;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.agree {
  display: flex;
  justify-content: space-between;
  gap: 0 5.7096247961%;
  margin-top: 86px;
}
.agree__doctor {
  width: 300px;
}
.agree__doctor-name {
  margin-top: 24px;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
}
.agree__greeting {
  flex: 1;
  padding-top: 50px;
}
.agree__greeting-ttl {
  font-size: 25px;
  letter-spacing: 0.05em;
}
.agree__greeting-text {
  margin-top: 26px;
  font-size: 20px;
}
.agree__greeting-text p {
  letter-spacing: 0.025em;
}
.agree__greeting-text p + P {
  margin-top: 0.6em;
}
.agree__profile {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px 0;
  padding-right: 56px;
}
.agree__profile-cont:nth-child(1) {
  grid-row: 1/3;
}
.agree__profile-ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.agree__profile-career dl {
  display: flex;
}
.agree__profile-career dt {
  width: 66px;
}
.agree__profile-career dd {
  flex: 1;
}
.agree__profile-career * {
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1149px) {
  .agree__profile {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .agree {
    display: block;
    margin-top: 76px;
  }
  .agree__doctor {
    max-width: 100%;
    margin: 0 auto;
  }
  .agree__doctor-name {
    font-size: 30px;
    margin-top: 32px;
  }
  .agree__greeting-ttl {
    text-align: center;
    margin-bottom: 14px;
  }
  .agree__greeting {
    padding-top: 84px;
  }
  .agree__greeting-text {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.8823529412;
  }
  .agree__greeting-text p + P {
    margin-top: 0.9em;
  }
  .agree__profile {
    gap: 50px 0;
  }
  .agree__profile-ttl {
    text-align: center;
  }
  .agree__profile-cont {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.footer {
  margin-top: 90px;
  padding: 65px 0;
  background-color: #EAF2F4;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  gap: 0 40px;
  padding-right: 80px;
}
.footer__info {
  font-size: 15px;
}
.footer__ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
}
.footer__address {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 20px;
}
.footer__parking {
  margin-top: 5px;
}
.footer__time-ttl {
  padding-top: 15px;
  font-size: 20px;
  line-height: 1;
}
.footer__time-cont {
  margin-top: 14px;
  font-size: 18px;
}
.footer__time-cont th {
  width: 80px;
  vertical-align: top;
  text-align: left;
}
.footer__time-cont td:last-child {
  width: 64px;
  text-align: right;
}
.footer__copyright {
  display: block;
  margin-top: 54px;
  font-size: 15px;
}

@media screen and (max-width: 1149px) {
  .footer__inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 64px;
    padding: 56px 0;
  }
  .footer__inner {
    display: block;
  }
  .footer__info {
    font-size: 14px;
    text-align: center;
  }
  .footer__ttl {
    font-size: 25px;
  }
  .footer__address {
    margin-top: 16px;
    margin-bottom: 13px;
    font-size: 17px;
    text-align: center;
  }
  .footer__address span {
    display: block;
    font-size: 15px;
  }
  .footer__time-ttl {
    padding-top: 54px;
    text-align: center;
  }
  .footer__time-cont {
    width: 100%;
    max-width: 216px;
    margin: 16px auto 0;
    font-size: 15px;
  }
  .footer__time-cont th {
    width: 70px;
  }
  .footer__time-cont td:last-child {
    width: 40px;
  }
  .footer__copyright {
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
  }
}
/* ========================================
トップページ home
======================================== *//*# sourceMappingURL=style.css.map */