@charset "UTF-8";
html {
  font-size: clamp(10px, 0.64vw, 16px);
}

body {
  margin: 0;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
  background-color: #fef4f4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
a {
  color: #000;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

figure {
  padding: 0;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.l-main {
  overflow: hidden;
  line-height: 1.7;
}

svg,
img {
  max-width: 100%;
}

sup {
  font-size: 50%;
  position: relative;
  top: -0.4em;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}
.c-inner {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
}
/* common */
/* ========================= */
.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.c-sec {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-sec {
    margin: 60px 0;
  }
}
.c-sec_title {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 40px;
  color: #47885E;
}
@media screen and (max-width: 768px) {
  .c-sec_title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.c-cta_block {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-cta_block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.c-cta_block_title {
  font-size: 5rem;
  text-align: center;
  color: #47885E;
}
@media screen and (max-width: 768px) {
  .c-cta_block_title {
    font-size: 3rem;
  }
}
.c-cta_block_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}
.c-cta_block_info > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .c-cta_block_info > dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.c-cta_block_info > dl dt {
  font-size: 3rem;
  background-color: #47885E;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  width: 16rem;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-cta_block_info > dl dt {
    font-size: 1.8rem;
    width: 100%;
    padding: 5px 10px;
  }
}
.c-cta_block_info > dl dd {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-cta_block_info > dl dd {
    width: 100%;
    word-break: break-all;
    font-size: 2.2rem;
  }
}
.c-cta_block_info > dl dd a {
  color: #47885E;
}

.c-info_box {
  max-width: 750px;
  margin: auto;
  margin-top: 40px;
  background-color: #e0ebb0;
  padding: 20px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-info_box {
    padding: 20px;
    max-width: 500px;
  }
}
.c-info_box_table {
  font-size: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .c-info_box_table {
    overflow-x: auto;
  }
}
.c-info_box_table tr {
  border-bottom: 1px solid #000;
}
.c-info_box_table th,
.c-info_box_table td {
  padding: 10px;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-info_box_table th,
  .c-info_box_table td {
    padding: 5px;
    font-size: 1.4rem;
  }
}
.c-info_box_table th {
  color: #47885E;
}
@media screen and (max-width: 768px) {
  .c-info_box_table th {
    display: block;
  }
}
.c-info_box_table td {
  vertical-align: middle;
  text-align: center;
}
.c-info_box_table .time02 th,
.c-info_box_table .time02 td {
  vertical-align: middle;
}
.c-info_box_table .time02 td {
  font-size: 3vmin;
}
.c-info_box_text {
  margin-top: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-info_box_text {
    font-size: 1.6rem;
  }
}

.l-header {
  position: sticky;
  top: 0;
  background-color: #fef4f4;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header_logo {
  display: none;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    display: block;
  }
}
.l-header_hamburger {
  display: none;
  background-color: #fef4f4;
  position: absolute;
  top: 30px;
  right: 20px;
  /* -webkit-transform: translateY(-50%); */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.l-header_hamburger span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 3px;
  background-color: #47885E;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header_hamburger span:nth-child(1) {
  top: 10px;
}
.l-header_hamburger span:nth-child(2) {
  top: 19px;
}
.l-header_hamburger span:nth-child(3) {
  top: 28px;
}
.l-header_hamburger.is-active span:nth-child(1) {
  top: 19px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.l-header_hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header_hamburger.is-active span:nth-child(3) {
  top: 19px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header_hamburger {
    display: block;
  }
}
.l-header_nav {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fef4f4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 80px 20px 40px;
    z-index: 999;
  }
  .l-header_nav.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header_nav > li a {
  padding: 10px;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header_nav > li a {
    padding: 18px 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }
}
.l-header_nav > li a:hover {
  color: #47885E;
}

footer {
  margin-top: 10rem;
  background: #eaf4fc;
  padding: 20px;
  text-align: center;
}

.p-top {
  overflow: clip;
}

.p-top_mv {
  text-align: center;
  padding: 60px 20px;
  min-height: 750px;
  background-image: url(../img/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .p-top_mv {
    padding: 60px 20px;
    min-height: 60vh;
    background-size: auto 50vh;
  }
}
.p-top_mv_title {
  font-size: 8rem;
  margin-bottom: 20px;
}
.p-top_mv_text {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top_mv_title {
    font-size: 4rem;
    font-size: 9vmin;
  }
  .p-top_mv_text {
    font-size: 2.4rem;
  }
}

.p-top_lead {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-top_lead {
    padding-bottom: 0;
  }
}
.p-top_lead_title {
  margin-bottom: 20px;
  font-size: 3.6rem;
}
.p-top_lead_text {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top_lead_title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .p-top_lead_text {
    font-size: 1.8rem;
  }
}

/* 精神科訪問看護とは？ */
/* ========================= */
.p-top_what {
  padding: 100px 0;
  background-color: #eaf4fc;
}
@media screen and (max-width: 768px) {
  .p-top_what {
    padding: 60px 0;
  }
}
.p-top_what_text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top_what_text {
    font-size: 1.8rem;
  }
}
.p-top_what_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top_what_boxs {
    gap: 40px;
    margin-top: 60px;
  }
}
.p-top_what_box {
  width: 100%;
}
.p-top_what_box .title {
  background-color: rgba(133, 255, 176, 0.3960784314);
  color: #47885E;
  width: 100%;
  max-width: 60rem;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  font-size: 3.6rem;
  padding: 10px 20px;
}
.p-top_what_box .text {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top_what_box .title {
    margin-bottom: 20px;
    font-size: 2.6rem;
    padding: 5px 20px;
  }
  .p-top_what_box .text {
    font-size: 1.8rem;
  }
}

/* サービス提供エリア */
/* ========================= */
.p-top_area_img {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top_area_img {
    max-width: 80%;
    max-width: 450px;
  }
}
.p-top_area_text {
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top_area_text {
    font-size: 1.8rem;
  }
}

/* メッセージ */
/* ========================= */
.p-top_message {
  padding: 100px 0;
  background: url(../img/message_bg.png) no-repeat #eaf4fc;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top_message {
    padding: 60px 0;
  }
}
.p-top_message_box {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top_message_box {
    padding: 40px 20px;
  }
}
.p-top_message_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
.p-top_message_box_title .title {
  font-size: 3rem;
}
.p-top_message_box_title img {
  max-width: 150px;
}
.p-top_message_box_text {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-top_message_box_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .p-top_message_box_title .title {
    font-size: 2.4rem;
  }
  .p-top_message_box_title img {
    max-width: 90px;
  }
  .p-top_message_box_text {
    font-size: 1.8rem;
  }
}

/* 会社概要 */
/* ========================= */
.p-top_company_logo {
  text-align: center;
  font-size: 5rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top_company_logo {
    font-size: 4rem;
  }
}
.p-top_company_text {
  text-align: center;
  font-size: 3rem;
  line-height: 1.8;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top_company_text {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-top_company_tables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top_company_tables {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top_company_table {
  background-color: #fff;
  border-collapse: collapse;
}
.p-top_company_table th,
.p-top_company_table td {
  padding: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #e0e0e0;
}
.p-top_company_table th {
  background-color: #eaf4fc;
}
@media screen and (max-width: 768px) {
  .p-top_company_table th,
  .p-top_company_table td {
    padding: 5px 10px;
    font-size: 1.6rem;
    display: block;
  }
  .p-top_company_table td {
    padding: 15px 10px;
  }
}
.p-top_company_representative {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 20px;
  margin: 40px 0;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-top_company_representative {
    padding: 40px 20px;
  }
}
.p-top_company_representative_title {
  font-size: 4rem;
  margin-bottom: 2rem;
  text-align: center;
}
.p-top_company_representative_text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top_company_representative_title {
    font-size: 3rem;
  }
  .p-top_company_representative_text {
    font-size: 1.8rem;
  }
}
.p-top_company_map {
  margin: 40px 0;
}
.p-top_company_map iframe {
  aspect-ratio: 5/2;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top_company_map iframe {
    aspect-ratio: 4/3;
  }
}/*# sourceMappingURL=style.css.map */