/* 共通 */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.allWrapper {
  min-height: 100vh;
}
.top_wrap li {
  list-style: none;
}
.top_wrap ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #707070;
}
input[type="submit"] {
  -webkit-appearance: none;
}

.next_btn_wrap {
  width: 100%;
  text-align: right;
}
.next_btn {
  display: inline-block;
  color: #ff8a7c;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #fff3ef;
}
.next_btn span {
  margin-right: 10px;
}
.next_btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area_title {
  display: block;
  width: 100%;
  text-align: center;
  color: #ff8a7c;
  font-size: 2.4rem;
  padding-bottom: 3em;
  letter-spacing: 0.1em;
}

/* アイキャッチエリア */
.eyecatch_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 550px;
  margin-top: 160px;
  background-image: url(http://localhost:8888/kokoronocare/wp-content/uploads/hidaoffice-1.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.eyecatch_contents {
  width: 40%;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.eyecatch_contents h2 {
  margin-left: 25%;
  color: #ff8a7c;
  font-size: 3rem;
  padding-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.eyecatch_contents p {
  margin-left: 25%;
  color: #b3afb0;
  font-size: 1.6rem;
  padding-bottom: 2em;
  line-height: 2;
}
.eyecatch_contents_deco {
  font-size: 2.4rem;
  color: #ff8a7c;
}

/* お知らせエリア */
.info_area {
  padding: 80px 0;
}
.info_content_wrap {
  max-width: 890px;
  margin: 0 auto;
  padding: 80px 80px 60px 80px;
  border-radius: 5px;
}
.info_content_wrap h3 {
  color: #ff8a7c;
  font-size: 2.4rem;
  line-height: 16px;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
}
.info_content_wrap ul {
  list-style: none;
  margin-bottom: 24px;
}
.info_content_wrap ul li {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #cecfcf;
}
.info_content_wrap ul li:hover {
  opacity: 0.5;
}
.info_content_wrap ul li .info_time {
  flex: none;
  width: 120px;
  color: #777777;
  display: inline-block;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.info_content_wrap ul li a {
  color: #3c3c3c;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.info_btn {
  margin: 40px 0 0 auto;
}
.info_btn a span:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.info_btn a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 58px;
  text-decoration: none;
}
.info_btn span {
  display: inline-block;
  color: #ff8a7c;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
}
.info_btn .fa-arrow-right {
  color: #ff8a7c;
}

/* サービスエリア */
.service_area {
  background-color: #fff3ef;
  padding: 80px 0;
}
.service_list {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  background-color: #fff3ef;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.service_item {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background-color: white;
  padding: 3em 1.5em;
  margin: 2em 0;
  border-radius: 30px;
  transition: 0.3s;
}
.service_item:hover {
  box-shadow: 0px 3px 6px #ffbdb5;
  transition: 0.3s;
}
.service_item:hover .fa-arrow-right {
  margin-left: 5px;
}
.service_item h3 {
  display: flex;
  align-items: center;
  height: 60px;
  color: #ff8a7c;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.service_item figure {
  width: 100%;
}
.service_item figure img {
  width: auto;
  height: 150px;
}
.service_item_text {
  color: #777777;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 2em;
}
.service_item_deco {
  width: 100%;
  position: relative;
}
.service_item_deco span {
  margin-right: 10px;
  color: #ffbdb5;
  font-size: 1.6rem;
}
.service_item_deco .fa-arrow-right {
  position: absolute;
  top: 4px;
  color: #ffbdb5;
  transition: 0.3s;
}

/* エビデンスエリア */
.evidence_area {
  max-width: 1050px;
  margin: 0 auto;
  padding: 80px 0;
}
.evidence_contents_wrap {
  display: flex;
  justify-content: center;
  align-self: center;
}
.evidence_contents_left {
  width: 40%;
  margin: 0 5%;
}
.evidence_contents_wrap img {
  width: 100%;
  border: 9px solid #ff8a7c;
  border-radius: 20px;
}
.evidence_contents_left > p {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  color: white;
  background: #ff8a7b;
  bottom: 20px;
  border-radius: 0px 0px 10px 10px;
}
.evidence_contents_wrap > p {
  width: 48%;
  margin: 0 1%;
  font-size: 1.8rem;
  color: #707070;
  line-height: 2;
}

/* よくある質問エリア */
.faq_area {
  width: 100%;
  height: auto;
  background-color: #fff3ef;
  padding: 80px 0;
}
.cp_qa {
  max-width: 900px;
  margin: 0 auto;
}
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  font-family: "FontAwesome", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa dt {
  position: relative;
  margin: 0 0 1.5em 0;
  color: #ff8a7b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
.cp_qa dd {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 1.5em 2em;
  border-bottom: 1px dotted #ff8a7c;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.cp_qa dt::before,
.cp_qa dd::before {
  font-size: 1.2em;
  margin: 0 0.5em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
}
.cp_qa dt::before {
  content: "Q";
  background: #f4b5ff;
  padding: 0.12em 0.4em;
  font-weight: bold;
}
.cp_qa dd::before {
  padding: 0.12em 0.4em;
  content: "A";
  background: #ffb6c1;
  font-weight: bold;
}
.cp_qa dt::after {
  position: absolute;
  top: 0.75em;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-width: 5px 0 5px 5px;
  border-style: solid;
}
.cp_qa dd::after {
  position: absolute;
  top: 0.6em;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-width: 5px 0 5px 5px;
  border-style: solid;
}
.cp_qa dt::after {
  left: 1.89em;
  border-color: transparent transparent transparent #f4b5ff;
}
.cp_qa dd::after {
  left: 3.9em;
  border-color: transparent transparent transparent #ffb6c1;
}

/* アクセスエリア */
.access_area {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 80px 0;
}
.access_area_wrap {
  display: flex;
  justify-content: center;
  margin: 0 5%;
}
.access_left {
  width: 50%;
  text-align: center;
}
.access_right {
  width: 50%;
}
.access_right h4 {
  color: #ff8a7c;
  font-size: 2rem;
  padding-bottom: 10px;
}
.access_right p {
  color: #707070;
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 4%;
}

@media screen and (max-width: 1024px) {
  /* 基本設定 */
  .area_title {
    padding-bottom: 1em;
  }
  /* アイキャッチエリア */
  .eyecatch_area {
    height: auto;
    margin-top: 0px;
    padding: 40px 20px;
    background-size: cover;
    background-position: top;
  }
  .eyecatch_contents h2 {
    margin-left: 10%;
  }
  .eyecatch_contents p {
    margin-left: 10%;
  }
  /* お知らせエリア */
  .info_area {
    padding: 50px 20px 60px;
  }
  .info_content_wrap {
    padding: 60px 20px;
    border-radius: 0px;
  }
  .info_content_wrap ul li {
    flex-wrap: wrap;
  }
  .info_content_wrap ul li .info_time {
    width: 100%;
    margin-bottom: 15px;
  }
  /* エビデンスエリア */
  .evidence_area {
    padding: 50px 20px;
  }
  .evidence_contents_wrap {
    display: block;
  }
  .evidence_contents_left {
    width: 90%;
    margin: 5%;
  }
  .evidence_contents_wrap > p {
    width: 90%;
    margin: 5%;
  }
  /* よくある質問エリア */
  .faq_area {
    padding: 50px 20px;
  }
  .cp_qa dt {
    margin: 0;
    padding: 1em 0em 0em 2.5em;
    font-size: 16px;
  }
  .cp_qa dt::before {
    position: absolute;
    left: 0;
  }
  .cp_qa dt::after {
    top: 1.65em;
    left: 1.9em;
  }
  .cp_qa dd {
    padding: 2em 0em 2em 3em;
    font-size: 14px;
  }
  .cp_qa dd::before {
    position: absolute;
    left: 0;
  }
  .cp_qa dd::after {
    top: 2.55em;
    left: 1.9em;
  }
  /* アクセスエリア */
  .access_area {
    padding: 50px 20px;
  }
  .access_area_wrap {
    display: block;
  }
  .access_left {
    width: 100%;
    padding: 10px;
  }
  .access_left iframe {
    width: 100%;
    margin-bottom: 10px;
  }
  .access_right {
    width: 100%;
    padding: 10px;
  }
  .access_right h4 {
    font-size: 16px;
  }
  .access_right p {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  /* 基本設定 */
  .area_title {
    padding-bottom: 1em;
  }

  /* アイキャッチエリア */
  .eyecatch_area {
    height: auto;
    margin-top: 0px;
    padding: 40px 20px;
    background-size: cover;
    background-position: top;
  }
  .eyecatch_contents {
    width: 100%;
  }
  .eyecatch_contents h2 {
    margin-left: 0;
    font-size: 20px;
  }
  .eyecatch_contents p {
    margin-left: 0;
    padding: 0 99px 0px 0px;
    font-size: 14px;
    color: #707070;
  }
  .eyecatch_contents_deco {
    font-size: 20px;
  }

  /* お知らせエリア */
  .info_area {
    padding: 50px 20px 60px;
  }
  .info_content_wrap {
    padding: 0px;
    border-radius: 0px;
  }
  .info_content_wrap ul li {
    flex-wrap: wrap;
  }
  .info_content_wrap ul li a {
    font-size: 14px;
  }
  .info_content_wrap ul li .info_time {
    width: 100%;
    margin-bottom: 15px;
  }
  /* サービスエリア */
  .service_area {
    padding: 50px 10px;
  }
  .service_item {
    width: 48%;
    text-align: center;
    background-color: white;
    padding: 15px;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
  }
  .service_item br {
    display: block;
  }
  .service_item h3 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5em;
  }
  .service_item img {
    height: 100px;
  }
  .service_item_text {
    font-size: 12px;
    text-align: left;
    padding-bottom: 1em;
  }
  .service_item_text br {
    display: none;
  }
  .service_item_deco span {
    font-size: 12px;
  }

  /* エビデンスエリア */
  .evidence_area {
    padding: 50px 10px;
  }
  .evidence_contents_wrap {
    display: block;
  }
  .evidence_contents_left {
    width: 90%;
    margin: 5%;
  }
  .evidence_contents_wrap > p {
    width: 90%;
    margin: 5%;
    font-size: 14px;
  }
  /* よくある質問エリア */
  .faq_area {
    padding: 50px 10px;
  }
  .cp_qa dt {
    margin: 0;
    padding: 1em 0em 0em 2.5em;
    font-size: 16px;
  }
  .cp_qa dt::before {
    position: absolute;
    left: 0;
  }
  .cp_qa dt::after {
    top: 1.65em;
    left: 1.9em;
  }
  .cp_qa dd {
    padding: 2em 0em 2em 3em;
    font-size: 14px;
  }
  .cp_qa dd::before {
    position: absolute;
    left: 0;
  }
  .cp_qa dd::after {
    top: 2.55em;
    left: 1.9em;
  }
  /* アクセスエリア */
  .access_area {
    padding: 50px 10px;
  }
  .access_area_wrap {
    display: block;
  }
  .access_left {
    width: 100%;
    padding: 10px;
  }
  .access_left iframe {
    width: 100%;
    margin-bottom: 10px;
  }
  .access_right {
    width: 100%;
    padding: 10px;
  }
  .access_right h4 {
    font-size: 16px;
  }
  .access_right p {
    font-size: 14px;
  }
}
