@charset "UTF-8";
/*
theme Name: 在宅クリニック ホームケア＋
Author: kurumi.inc
*/
/* CSS Document */
/* 共通設定
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style: none;
  color: #363D4E;
  font-weight: 400;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #363D4E;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-150-padding {
  padding: 150px 0;
}
.pc_none {
  display: none;
}
#features, #service, #price, #support, #contact, #faq, #access {
  padding-top: 130px;
  margin-top: -130px;
}
.page-u-main {
  padding-top: 130px;
}
.common-title__wrap {
  display: flex;
  align-items: baseline;
  gap: 0 8px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.common-title__wrap h2 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.common-title__wrap h2 br {
  display: none;
}
.common-title__wrap span {
  display: block;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.common-title__wrap._white h2 {
  color: #fff;
}
.common-title__wrap._white span {
  color: #fff;
}
.common-title__wrap._yellow h2 {
  color: #E2BD41;
}
.common-title__wrap._yellow span {
  color: #E2BD41;
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1065px) {
  .page-u-main {
    padding-top: 80px;
  }
  #features, #service, #price, #support, #contact, #faq, #access {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 789px) {
  .common-80-padding {
    padding: 60px 0;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .common-120-padding {
    padding: 80px 0;
  }
  .common-60-padding {
    padding: 40px 0;
  }
  .common-100-padding {
    padding: 60px 0;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 15px;
  }
  .common-title__wrap {
    margin-bottom: 46px;
  }
  .common-title__wrap h2 {
    font-size: 28px;
  }
  .common-title__wrap span {
    font-size: 16px;
  }
  .common-150-padding {
    padding: 100px 0;
  }
}
@media screen and (max-width: 426px) {
  .common-title__wrap {
    margin-bottom: 32px;
  }
  .common-title__wrap h2 {
    font-size: 26px;
    line-height: 1.5;
  }
  .common-150-padding {
    padding: 60px 0;
  }
  .common-title__wrap h2 br {
    display: block;
  }
}
/* グローバルナビ
* --------------------------------------- */
.global-nav__list {
  display: flex;
  width: 100%;
  margin-left: auto;
  gap: 0 40px;
  align-items: center;
}
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  text-align: center;
}
.global-nav__item a {
  font-size: 20px;
  font-weight: 500;
}
.global-nav__item a span {
  display: block;
  color: #27A13A;
  line-height: 1;
  font-size: 12px;
}
.global-nav__item._contact a {
  background-color: #fff;
  border: solid 2px #363D4E;
  text-align: center;
  width: 236px;
  border-radius: 100px;
  padding: 12px 0;
  box-sizing: border-box;
}
.global-nav {
  display: flex;
  position: relative;
}
.header-global__wrap {
  position: fixed;
  z-index: 200;
  top: 0;
  background: #fff;
  width: 100%;
}
.global-nav__logo a img {
  width: 250px;
}
.sidebarMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .global-nav__item a {
    font-size: 18px;
  }
  .global-nav__item._contact a {
    width: 180px;
    font-size: 18px;
  }
  .global-nav__list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1300px) {
  .global-nav__item a {
    font-size: 16px;
  }
  .global-nav__item._contact a {
    width: 140px;
    font-size: 16px;
  }
  .global-nav__list {
    gap: 0 20px;
  }
  .global-nav__logo a img {
    width: 200px;
  }
  .sidebarMenu {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1065px) {
  .global-nav__item:nth-child(1) {
    display: block;
  }
  .global-nav__logo a img {
    width: 230px;
    margin-left: 10px;
  }
  .sidebarMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 99;
    padding: 0;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 91vh;
    background-color: #fff;
    transition: all .5s;
    z-index: 200;
    overflow-y: auto;
    margin-top: 80px;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 300;
    border-radius: 5px;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    padding-bottom: 200px;
  }
  .global-nav__item {
    text-align: left;
    width: 100%;
    border-left: none;
  }
  .global-nav__item a {
    display: block;
    padding: 23px 0;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
    background-color: #373d4e;
    color: #fff;
    border-bottom: solid 1px #fff
  }
  .global-nav__item._contact a {
    background-color: #373d4e;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-radius: 0;
  }
  .hamburger__line {
    position: absolute;
    left: 21px;
    width: 40px;
    height: 3px;
    background-color: #373d4e;
    transition: all .6s;
    border-radius: 100px;
  }
  .hamburger__line--1 {
    top: 20px;
  }
  .hamburger__line--2 {
    top: 29px;
  }
  .hamburger__line--3 {
    top: 38px;
  }
  .hamburger__menu::after {
    content: "MENU";
    letter-spacing: 0.05em;
    font-size: 14px;
    top: 42px;
    position: absolute;
    left: 21px;
    font-weight: bold;
    font-weight: 700;
    color: #373d4e;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .main_logo {
    display: none;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(25deg);
    top: 30px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-25deg);
    top: 30px;
  }
  .nav-open .hamburger__menu::after {
    content: "CLOSE";
    left: 17px;
  }
  .global-nav__item._instagram a {
    width: 40px;
    margin: 20px auto 0;
    background-color: #fff;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-image: url(../img/footer-bgi_pc.jpg);
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.footer-items__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-items__logo ._logo {
  width: 310px;
  margin-bottom: 32px;
}
.footer-items__logo ul {
  display: flex;
  gap: 8px 24px;
	flex-wrap: wrap;
	
}
.footer-items__logo ul li:nth-last-child(1){
	width: 100%;
}
.footer-items__logo ul li a {
  color: #fff;
  font-size: 18px;
}
.footer-items__copy a {
  color: #fff;
  font-size: 18px;
}
.footer-items__inner {
  position: relative;
  padding: 13vw 0 120px;
}
.footer-items__inner ._mascot {
  width: 25vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 941px) {
  .footer-items__inner ._mascot {
    width: 43vw;
  }
  .footer-items__inner {
    padding: 18vw 0 120px;
  }
}
@media screen and (max-width: 769px) {
  .footer-items__block {
    align-items: baseline;
    flex-direction: column;
  }
  .footer-items__copy {
    width: 100%;
    text-align: right;
    margin-top: 16px;
  }
  .footer-items__inner {
    padding: 250px 0 40px;
  }
  .footer-items__inner ._mascot {
    width: 296px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
}
@media screen and (max-width: 426px) {
  .footer-items__inner {
    padding: 220px 0 40px;
  }
  .footer-items__logo ._logo {
    width: 240px;
    margin-bottom: 24px;
  }
  .footer-items__logo ul li a {
    font-size: 16px;
  }
  .footer-items__logo ul {
    gap: 0 16px;
  }
  .footer-items__copy a {
    font-size: 16px;
  }
}
/* タイトル
* --------------------------------------- */
.page-title__wrap {
  height: 600px;
  display: flex;
  align-items: center;
  background-image: url("../img/title-station_pc.svg");
  background-position: top right;
  background-size: 570px auto;
  background-repeat: no-repeat;
}
.common-page__title span {
  font-size: 20px;
  margin-bottom: 16px;
  display: inline-block;
  background: #69ac8e;
  color: #fff;
  padding: 0 13px;
  border-radius: 10px 0;
}
.common-page__title h1 {
  font-size: 39px;
  font-weight: 600;
  width: 85%;
  margin-bottom: 24px;
}
.common-page__title p {
  font-size: 20px;
  width: 69%;
  font-weight: 400;
}
.common-page__title h1 br {
  display: none;
}
@media screen and (max-width: 1600px) {
  .page-title__wrap {
    height: 35vw;
    background-size: 35% auto;
  }
}
@media screen and (max-width: 1065px) {
  .page-title__wrap {
    height: auto;
    background-size: 35% auto;
    padding: 120px 0 70px;
    ;
  }
  .common-page__title h1 {
    margin-bottom: 120px;
  }
  .common-page__title p {
    font-size: 17px;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .common-page__title h1 {
    margin-bottom: 120px;
    font-size: 28px;
    line-height: 1.3
  }
  .page-title__wrap {
    background-image: url("../img/title-station_sp.svg");
    background-size: 150px auto;
  }
  .common-page__title span {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .common-page__title p {
    font-size: 15px;
  }
}
@media screen and (max-width: 426px) {
  .common-page__title h1 br {
    display: block;
  }
}
/* 訪問看護ステーションの特徴
* --------------------------------------- */
.features-area__group {
  background-color: #69ac8e;
  border-radius: 100px;
}
.features-single__wrap {
  display: flex;
  filter: drop-shadow(6px 6px 0 #5B8D81);
}
.features-single__text {
  width: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.features-single__image {
  width: 50%;
  background-image: url("../img/features-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}
.features-single__image img {
  border-radius: 0 10px 10px 0;
}
.features-single__text {
  padding: 55px 50px;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-single__text span {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
.features-single__text h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #69ac8e;
  letter-spacing: 0.01em;
}
.features-single__text p {
  font-weight: 400;
  font-size: 19px;
}
.features-double__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  margin: 46px 0 0;
}
.features-double__box {
  width: 48.5%;
  filter: drop-shadow(6px 6px 0 #5B8D81);
}
.features-double__text {
  background-color: #fff;
  padding: 60px 60px 70px;
  border-radius: 10px;
  box-sizing: border-box;
  min-height: 430px;
}
.features-double__text span {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
.features-double__text h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #69ac8e;
  letter-spacing: 0.01em;
}
.features-double__text p {
  font-weight: 400;
  font-size: 19px;
}
.features-single__text._right, .features-double__text._right {
  background-image: url("../img/features-deco01.svg");
  background-position: top right;
  background-size: 230px auto;
  background-repeat: no-repeat;
}
.features-double__text._bottom {
  background-image: url("../img/features-deco02.svg");
  background-position: left bottom;
  background-size: 230px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 941px) {
  .features-double__box {
    width: 100%;
  }
}
@media screen and (max-width: 789px) {
  .features-single__wrap {
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
  }
  .features-single__text {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .features-single__image {
    width: 100%;
  }
  .features-single__image {
    height: 330px;
    border-radius: 0 0 10px 10px;
  }
  .features-area__group {
    border-radius: 30px;
  }
  .features-double__block {
    gap: 24px 0;
    margin: 24px 0 0;
  }
  .features-single__text span, .features-double__text span {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .features-single__text h3, .features-double__text h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .features-single__text p, .features-double__text p {
    line-height: 1.6;
    font-size: 16px;
  }
  .features-single__text {
    padding: 50px 20px 40px;
  }
  .features-double__text {
    padding: 50px 20px 40px;
    min-height: auto;
  }
  .features-single__text._right, .features-double__text._right {
    background-size: 120px auto;
  }
  .features-double__text._bottom {
    background-size: 120px auto;
  }
}
@media screen and (max-width: 426px) {
  .features-single__image {
    height: 200px;
  }
  .features-single__text h3, .features-double__text h3 {
    font-size: 20px;
  }
  .features-single__text p, .features-double__text p {
    font-size: 15px;
  }
}
/* モーダル
* --------------------------------------- */
.common-modal__open {
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}
.common-modal__wrap {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}
.common-modal__window {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 800px;
  padding: 100px 0 60px;
  background: #fff;
  z-index: 1;
  height: 50%;
  overflow-y: scroll;
  border-radius: 30px;
  position: relative;
}
.common-modal__content {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
}
.common_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.common_modal_close {
  cursor: pointer;
  background: #fff;
  color: #fff;
  background-color: #363D4E;
  border: solid 2px #363D4E;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 6px 0;
  width: 100px;
  margin-top: 50px;
}
.common_modal_close:hover {
  opacity: .8;
  transition: all .5s;
}
.is_open, .is_open {
  overflow: hidden;
}
.common-modal__wrap.is_open {
  animation: common-modal__wrap_open .5s ease forwards;
}
.common-modal__wrap.is_open .common-modal__window {
  animation: common-modal__window_open .5s ease forwards;
}
.common-modal__wrap.is_close {
  animation: common-modal__wrap_close .5s ease forwards;
}
.common-modal__wrap.is_close .common-modal__window {
  animation: common-modal__window_close .5s ease forwards;
}
@keyframes common-modal__wrap_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}
@keyframes common-modal__window_open {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes common-modal__wrap_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes common-modal__window_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
@media screen and (max-width: 769px) {
  .common-modal__window {
    padding: 60px 0 40px;
    height: 60%;
  }
}
/* 訪問診療について
* --------------------------------------- */
.service-about__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
  margin: 60px 0;
}
.service-about__image {
  width: 28%;
}
.service-about__lists {
  width: 70%;
}
.service-about__lists ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.service-about__lists li {
  background-color: #D0E6E1;
  padding: 15px 20px;
  border-radius: 8px;
  width: 49%;
  box-sizing: border-box;
}
.service-about__lists li span {
  font-size: 17px;
  position: relative;
  padding-left: 27px;
  box-sizing: border-box;
  font-weight: 500;
  display: block;
}
.service-about__lists li span::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.service-content__head:not(:last-child) {
  margin-bottom: 60px;
}
.service-content__head h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #69ac8e;
  letter-spacing: 0.05em;
}
.service-content__head p {
  font-weight: 400;
  font-size: 19px;
}
@media screen and (max-width: 769px) {
  .service-content__head h3 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .service-content__head p {
    line-height: 1.6;
    font-size: 16px;
  }
  .service-content__head:not(:last-child) {
    margin-bottom: 46px;
  }
  .service-about__block {
    gap: 32px 0;
    margin: 46px 0;
    flex-direction: column-reverse;
  }
  .service-about__image {
    width: 80%;
    margin: 0 auto;
  }
  .service-about__lists {
    width: 100%;
  }
  .service-about__lists li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 426px) {
  .service-content__head h3 {
    font-size: 20px;
  }
  .service-content__head p {
    font-size: 15px;
  }
  .service-content__head:not(:last-child) {
    margin-bottom: 32px;
  }
  .service-about__lists li {
    padding: 10px 15px;
    width: 100%;
  }
  .service-about__block {
    gap: 24px 0;
    margin: 32px 0;
  }
}
/* ご利用までの流れ
* --------------------------------------- */
.price-area__group {
  background-color: #69ac8e;
  border-radius: 100px;
}
.price-items__box {
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px;
  box-sizing: border-box;
}
.price-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.price-items__box h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #69ac8e;
  letter-spacing: 0.05em;
  padding-left: 35px;
  position: relative;
}
.price-items__box h3::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/icon-deco.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}
.price-items__box p {
  font-size: 18px;
  color: #363D4E;
  font-weight: 400;
}
.price-items__box ul {
  padding: 0 35px;
}
.price-items__box ul li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  color: #363D4E;
  font-weight: 400;
}
.price-items__box ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #363D4E;
}
.price-items__title {
  font-size: 18px;
  color: #363D4E;
  font-weight: 400;
}
.price-items__text {
  margin-top: 32px;
}
@media screen and (max-width: 769px) {
  .price-items__box {
    margin-bottom: 24px;
    padding: 30px;
  }
  .price-items__box p {
    font-size: 16px;
  }
  .price-items__box h3 {
    font-size: 22px;
    padding-left: 30px;
  }
  .price-items__box h3::after {
    width: 20px;
    height: 20px;
    top: 9px;
  }
  .price-items__box ul {
    padding: 0 30px;
  }
  .price-items__box ul li {
    font-size: 16px;
    padding-left: 20px;
  }
  .price-items__box ul li:before {
    top: 8px;
    width: 13px;
    height: 13px;
  }
  .price-items__text {
    margin-top: 24px;
  }
  .price-area__group {
    border-radius: 30px;
  }
}
@media screen and (max-width: 426px) {
  .price-items__box {
    padding: 25px;
  }
  .price-items__box p {
    font-size: 15px;
  }
  .price-items__box h3 {
    font-size: 18px;
    padding-left: 26px;
  }
  .price-items__box ul li {
    font-size: 15px;
  }
  .price-items__box ul {
    padding: 0;
  }
  .price-items__box h3::after {
    top: 6px;
  }
}
/* 対応エリア
* --------------------------------------- */
.support-items__wrap img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 6px #00000036;
}
.support-items__wrap p {
  font-size: 18px;
  color: #363D4E;
  font-weight: 400;
  margin-top: 24px;
}
@media screen and (max-width: 769px) {
  .support-items__wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 426px) {
  .support-items__wrap p {
    font-size: 15px;
    margin-top: 16px;
  }
}
/* よくある質問
* --------------------------------------- */
/*
.faq-area__group {
  background-color: #E2BD41;
  border-radius: 100px;
}
*/
.faq-items__box {
  background-color: #E2BD41;
  border-radius: 10px;
  padding: 32px 46px;
  margin-bottom: 32px;
}
.faq-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.faq-items__title {
  padding-left: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  position: relative;
}
.faq-items__title::after {
  content: "Q";
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  left: 0;
  color: #fff;
  line-height: 1.3;
  top: 0;
}
.faq-items__text {
  font-size: 18px;
  font-weight: 400;
}
.faq-items__text{
	color: #fff;
}

@media screen and (max-width: 769px) {
  .faq-items__box {
    padding: 32px 20px;
    margin-bottom: 16px;
  }
  .faq-items__title {
    padding-left: 28px;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .faq-items__title::after {
    line-height: 1;
    font-size: 25px;
  }
  .faq-items__text {
    font-size: 16px;
    line-height: 1.6;
  }
 
}
@media screen and (max-width: 426px) {
  .faq-items__text {
    font-size: 15px;
  }
}
/* アクセス
* --------------------------------------- */

.access-area__group {
    background-color: #69ac8e;
    border-radius: 100px;
    margin-bottom: 60px;
}

.access-items__wrap address {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 32px;
	color: #fff;
}
.access-items__map iframe {
  width: 100%;
  height: 375px;
  border-radius: 30px;
}
@media screen and (max-width: 769px) {
  .access-area__group {
    border-radius: 30px;
  }
  .access-items__wrap address {
    font-size: 18px;
    margin-bottom: 24px;
  }
	 .access-area__group {
    border-radius: 30px;
  }
}
/* ご相談・お申込みについて
* --------------------------------------- */
.contact-area__group {
  background-color: #69ac8e;
  border-radius: 100px;
}
.contact-items__title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 32px;
}
.contact-items__box {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.contact-items__box h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 16px;
  color: #69ac8e;
}
.contact-items__box ._text {
  max-width: 400px;
  margin: 0 auto;
}
.contact-items__box ._text p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-items__box ._text a b {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-items__box ._text a {
  font-size: 57px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  line-height: 1.2;
}
.contact-items__box ._text span {
  font-size: 19px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.contact-items__text {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 32px;
}
.contact-items__text._yellow {
  background-color: #69ac8e;
}
.contact-items__text h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #69ac8e;
  letter-spacing: 0.05em;
  position: relative;
}
.contact-items__text._yellow h3 {
  color: #fff;
}
.contact-items__text p {
  font-size: 18px;
  color: #363D4E;
  font-weight: 400;
}
.contact-items__text._yellow p {
  color: #fff;
}
.contact-items__text._yellow a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}

.contact-items__text a{

  text-decoration: underline;
  font-size: 18px;
}
.contact-items__text ._btn{
	    background-color: #363D4E;
    color: #fff;
    width: 270px;
    text-align: center;
    padding: 19px 10px;
    border-radius: 100px;
    letter-spacing: 0.05em;
    font-weight: 500;
  
    text-decoration: none;
    margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .contact-area__group {
    border-radius: 30px;
  }
  .contact-items__box h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .contact-items__box ._text p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .contact-items__box ._text a {
    font-size: 39px;
    gap: 0 8px;
    margin-bottom: 10px;
  }
  .contact-items__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .contact-items__box {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .contact-items__text p {
    font-size: 16px;
  }
  .contact-items__text._yellow a {
    line-height: 1.5;
    font-size: 16px;
  }
  .contact-items__text h3 {
    font-size: 22px;
  }
  .contact-items__text {
    border-radius: 20px;
    padding: 30px;
    margin-top: 24px;
  }
	.contact-items__text a {
    font-size: 15px;
}
}
@media screen and (max-width: 426px) {
  .contact-items__title {
    font-size: 15px;
  }
  .contact-items__text p {
    font-size: 15px;
  }
  .contact-items__text h3 {
    font-size: 20px;
  }
  .contact-items__text {
    padding: 25px;
    margin-top: 16px;
  }
  .contact-items__box ._text a b {
    font-size: 20px;
  }
  .contact-items__box ._text p {
    font-size: 16px;
  }
  .contact-items__box ._text span {
    font-size: 15px;
  }
  .contact-items__box ._text a {
    margin: 10px 0;
  }
  .contact-items__box h3 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left;
  }
  .contact-items__box {
    padding: 30px 25px;
  }
}
/* ご相談・お申込みについて
* --------------------------------------- */
.contract-items__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 32px;
}
.contract-items__box {
  width: 100%;
  border-radius: 30px;
  padding: 60px 20px;
  box-sizing: border-box;
  background-color: #69ac8e;
}
.contract-items__box h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 16px;
  color: #fff;
}
.contract-items__box ._text {
  max-width: 400px;
  margin: 0 auto;
}
.contract-items__box ._text p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}
.contract-items__box ._text a b {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
.contract-items__box ._text a {
  font-size: 57px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  color: #fff;
}
.contract-items__box ._text span {
  font-size: 19px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .contract-items__box h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .contract-items__box ._text p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .contract-items__box ._text a {
    font-size: 39px;
    gap: 0 8px;
    margin-bottom: 10px;
  }
  .contract-items__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 426px) {
  .contract-items__title {
    font-size: 15px;
  }
  .contract-items__text p {
    font-size: 15px;
  }
  .contract-items__text h3 {
    font-size: 20px;
  }
  .contract-items__box ._text a b {
    font-size: 20px;
  }
  .contract-items__box ._text p {
    font-size: 16px;
  }
  .contract-items__box ._text span {
    font-size: 15px;
  }
  .contract-items__box ._text a {
    margin: 10px 0;
  }
}
/* パンくず
* --------------------------------------- */
.breadcrumbs_wrap .common-1200-width {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumbs_wrap span, .breadcrumbs_wrap a {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .breadcrumbs_wrap span, .breadcrumbs_wrap a {
    font-size: 13px;
    font-weight: 500
  }
  .breadcrumbs_wrap .common-1200-width {
    margin-bottom: 32px;
  }
}