@charset "UTF-8";

/* ===========================================
* reset
* ======================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  backface-visibility: hidden;
  background: transparent;
  color: inherit;
  font-size: 100%;
  font-weight: inherit;
  text-decoration: inherit;
  vertical-align: baseline;
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  vertical-align: top;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

sub {
  vertical-align: baseline;
}

sup {
  vertical-align: top;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th,
td {
  text-align: inherit;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #444;
}

button,
fieldset,
form,
input,
legend,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

button,
input,
select,
textarea {
  -webkit-box-shadow: none;
  display: block;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

input[type='text'],
input[type='password'],
input[type='button'],
input[type='submit'],
button,
select,
textarea {
  font-family: inherit;
}

/* ===========================================
* common
* ======================================== */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #3f3a39;
}

button,
input {
  padding: 0;
}

button:focus,
input:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

/* ===========================================
 * form reset
 * ======================================== */
input,
select {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

/* ===========================================
 * header
 * ======================================== */

/* header {
  display: flex;
  background: #fff;
} */

/* ===========================================
 * main
 * ======================================== */
body.korekara::before {
  display: none;
}
.korekara .fv {
  height: 100vh;
  width: 100%;
  padding-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.korekara .fv_ttl {
  width: 156px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.korekara .fv_pic {
  width: 100%;
  height: 50%;
  background: url(/wp_new/wp-content/themes/hospital_new/images/korekara/fv_img.png) center / 79px auto no-repeat;
  background-color: #d3dff1;
  z-index: 1;
}
.korekara .bg {
  width: 100%;
  margin-bottom: 40px;
}
.korekara .bg01 {
  height: 102px;
  background: url(/wp_new/wp-content/themes/hospital_new/images/korekara/bg_img01.png) center / contain no-repeat;
}
.korekara .bg02 {
  height: 60px;
  margin-bottom: 60px;
  background: url(/wp_new/wp-content/themes/hospital_new/images/korekara/bg_img02.png) center / contain no-repeat;
}
.korekara .about_ttl {
  margin-bottom: 20px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-feature-settings: 'palt';
  color: #3f3a39;
  text-align: center;
}
.korekara .about_text {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto 60px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1.28px;
  font-feature-settings: 'palt';
  text-align: justify;
}
.korekara .about_bg {
  display: block;
  margin-bottom: 60px;
}
.korekara .about_list {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto 60px;
}
.korekara .about_item + div {
  margin-top: 30px;
}
.korekara .about_sttl {
  margin-bottom: 10px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.44px;
  font-feature-settings: 'palt';
}
.korekara .about_sdesc,
.korekara .about_desc {
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: justify;
  font-feature-settings: 'palt';
  display: flex;
}
.korekara .about_sdesc + li {
  margin-top: 8px;
}
.korekara .about_sdesc::before {
  content: '';
  display: block;
  margin-top: 4px;
  margin-right: 5px;
  min-width: 16px;
  height: 16px;
  background: url(/wp_new/wp-content/themes/hospital_new/images/korekara/ic_check.png) center / cover no-repeat;
}
.korekara .about_sdesc._01::before,
.korekara .about_sdesc._02::before,
.korekara .about_sdesc._03::before,
.korekara .about_sdesc._04::before {
  content: '1';
  border-radius: 100px;
  background: #609fd6;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  font-feature-settings: 'palt';
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
}
.korekara .about_sdesc._02::before {
  content: '2';
}
.korekara .about_sdesc._03::before {
  content: '3';
}
.korekara .about_sdesc._04::before {
  content: '4';
}
.korekara .voice {
  padding: 60px calc(20 / 390 * 100vw);
  margin-bottom: 60px;
  background-color: #f6f9fc;
}
.korekara .voice_ttl {
  margin-bottom: 20px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-feature-settings: 'palt';
  text-align: center;
}
.korekara .voice_text {
  line-height: 2;
  letter-spacing: 1.28px;
  font-feature-settings: 'palt';
  text-align: justify;
}
.korekara .voice_text + p {
  margin-top: 24px;
}
.korekara .voice_name {
  letter-spacing: 0.64px;
  text-align: right;
}
.korekara .contact {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto 60px;
}
.korekara .contact_ttl {
  margin-bottom: 20px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-feature-settings: 'palt';
  text-align: center;
}
.korekara .contact_list {
  margin-bottom: 60px;
}
.korekara .contact_item {
  margin-bottom: 20px;
}
.korekara .contact_sttl {
  margin-bottom: 5px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
  font-feature-settings: 'palt';
  text-align: center;
}
.korekara .contact_tel,
.korekara .contact_mail {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.92px;
  font-feature-settings: 'palt';
  color: #609fd6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.korekara .contact_tel span {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.56px;
  color: #3f3a39;
  font-feature-settings: 'palt';
}
.korekara .contact_time,
.korekara .contact_text {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.56px;
  font-feature-settings: 'palt';
  text-align: center;
}
.korekara .contact_btn {
  width: 294px;
  height: 55px;
  margin: 0 auto 60px;
  background-color: #609fd6;
  transition: 0.3s;
}
.korekara .contact_btn:hover {
  opacity: 0.5;
}
.korekara .contact_link {
  width: 100%;
  height: 100%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  font-feature-settings: 'palt';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.korekara .contact_link::before,
.korekara .contact_link::after {
  display: none;
}
.korekara .footer-sub .tb-cath img {
  width: auto;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .korekara {
    .fv {
      padding-top: 84px;
      margin-bottom: 100px;
      flex-direction: row-reverse;
    }
    .fv_ttl {
      width: 50vw;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .fv_img {
      width: calc(290 / 1440 * 100vw);
    }
    .fv_pic {
      width: 50vw;
      height: 100%;
      background-size: auto calc(420 / 1440 * 100vw);
    }
    .bg01 {
      height: 132px;
      margin-bottom: 60px;
    }
    .bg02 {
      height: 72px;
    }
    .about_ttl {
      font-size: 2.4rem;
      letter-spacing: 1.92px;
    }
    .about_text {
      width: 720px;
      margin-bottom: 100px;
      font-size: 1.8rem;
      letter-spacing: 1.44px;
    }
    .about_list {
      width: 720px;
    }
    .about_sttl {
      font-size: 2rem;
      letter-spacing: 1.6px;
    }
    .about_sdesc,
    .about_desc {
      font-size: 1.8rem;
      letter-spacing: 0.72px;
    }
    .about_sdesc::before {
      margin-top: 4.5px;
      margin-right: 4.5px;
      min-width: 18px;
      height: 18px;
    }
    .voice_ttl {
      font-size: 2.3rem;
      letter-spacing: 1.84px;
    }
    .voice_text {
      width: 720px;
      margin: 0 auto;
      font-size: 1.8rem;
      letter-spacing: 1.44px;
    }
    .voice_text + p {
      margin-top: 36px;
    }
    .voice_name {
      width: 720px;
      margin: 0 auto;
    }
    .contact {
      width: 720px;
    }
    .contact_ttl {
      font-size: 2.4rem;
      letter-spacing: 1.92px;
    }
    .contact_sttl {
      font-size: 2rem;
      letter-spacing: 0.8px;
    }
    .contact_tel,
    .contact_mail {
      font-size: 3rem;
      letter-spacing: 1.2px;
    }
    .contact_tel span {
      font-size: 1.6rem;
      letter-spacing: 0.64px;
    }
    .contact_time,
    .contact_text {
      font-size: 1.6rem;
      letter-spacing: 0.64px;
    }
    .contact_btn {
      width: 331px;
      height: 58px;
    }
    .contact_link {
      font-size: 2.3rem;
      letter-spacing: 0.92px;
    }
  }
}
