@charset "utf-8";
@import url("https://use.typekit.net/dzw5szj.css");
@font-face {
  font-family: "Cormorant Infant";
  font-style: normal;
  font-weight: normal;
  src: url(/common/fonts/CormorantInfant-Medium.ttf);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}

body {
  color: #4d473e;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
h2 span {
  font-family: "Cormorant Infant";
  font-size: 20px;
  color: #b07c1f;
  display: block;
  margin-top: 10px;
  font-weight: 300;
}
h2 span.h2span01 {
  font-size: 16px;
  margin-top: 10px;
}
h2 span.h2span02 {
  font-size: 20px;
  margin-top: 10px;
}
section {
  position: relative;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.block_area {
  max-width: 880px;
  margin: 0 auto;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.marker {
  background: linear-gradient(transparent 50%, rgba(176, 124, 31, 0.15) 60%);
  font-weight: bold;
}
a {
  color: #4d473e;
  transition: all 0.3s ease;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header ------------------------*/
header.header {
  position: relative;
}
.header_inner {
  max-width: 955px;
  padding: 0 10px;
  margin: 16px auto 16px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-pasona {
  width: 340px;
  margin-left: 28px;
}
.logo-kurashinity {
  width: 252px;
  margin-right: 0;
}
.header .head_bar {
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 77px;
  background-color: rgba(255, 255, 255, 0.7); /* 背景色 */
  -webkit-backdrop-filter: blur(27px); /* ぼかしエフェクト */
  backdrop-filter: blur(27px);
}
.header .head_bar h1 {
  font-size: 20px;
  color: #3b4043;
}
.main_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main_visual_img {
  position: relative;
  z-index: -1;
}
.main_visual_img.-sp {
  display: none;
}
.main_visual_img.-pc {
  display: block;
}

@media only screen and (max-width: 1950px) {
  .main_visual {
    height: 550px;
  }
  .main_visual_img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
  }
  .main_visual .box_wrap {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
  }
  .main_visual .box {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 880px;
    padding: 65px 0 0 0;
    margin: 0 auto;
    color: #4d473e;
  }
}
.main_visual .box_wrap {
  max-width: 880px;
  margin: 0 auto;
}
.main_visual .box {
  position: absolute;
  left: calc(50% - 440px);
  top: 0;
  max-width: 880px;
  width: 100%;
  padding: 65px 0 0 0;
  margin: 0 auto;
  color: #4d473e;
}
.main_visual .box .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.25;
}
.main_visual .box .title .title_span01 {
  font-size: 43px;
}
.main_visual .box .title .title_span02 {
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 5px;
}
.main_visual .box .title .title_span03 {
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 5px;
}
.main_visual .box .text {
  padding: 4px 0 0 0;
  color: #b07c1f;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.main_visual .box .certification {
  margin: 25px 0 0 0;
  max-width: 216px;
  text-align: center;
}
.main_visual .box .certification p {
  font-size: 18px;
  margin-top: 15px;
}

/* block01 ------------------------*/
.block01 {
  margin: -50px auto 50px;
  padding: 0 0 30px 0;
  width: 728px;
}
.block01 .text {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  font-weight: 300;
}
.block01 p.note.right {
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  margin: 5px 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .block01 p.note.right {
    font-size: 12px;
    margin: 5px auto 0;
  }
}
.block01 .customer_satisfaction {
  display: flex;
  justify-content: space-between;
}

/* block02 ------------------------*/
.block02 {
  padding: 68px 0 0 0;
  background: #f8f7f4;
  position: relative;
}
.block02 .title {
  font-size: 24px;
  color: #4d473e;
  text-align: center;
  margin-top: 60px;
}
.block02 .box {
  max-width: 728px;
  margin: 40px auto 0 auto;
}
.block02 .box ul {
  padding: 0;
  text-align: center;
  position: inherit;
  display: flex;
  justify-content: center;
  justify-content: center;
  gap: 20px 37px;
  margin-top: 20px;
}
.block02 .box ul:first-child {
  margin-top: 0;
}
.block02 .box li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
}
.block02 .box li p {
  width: 100%;
  font-size: 17px;
  letter-spacing: 0.1rem;
  display: block;
  line-height: 1.3;
  text-align: center;
  margin-top: 12px;
}
.block02 .box li img {
  width: 100%;
  line-height: 1;
  display: block;
}
span.square_wall_02 {
  position: absolute;
  display: inline-block;
  top: -50px;
  right: 10%;
}
@media only screen and (max-width: 768px) {
  span.square_wall_02 {
    width: 68px;
    top: -30px;
    right: 16px;
  }
}

/* block03 ------------------------*/
.block03 {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
span.square_wall {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 200px;
  background: rgba(248, 247, 244, 1);
  z-index: -2;
  top: 0;
}
/* お試し01 */
.service_trial {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.07);
  margin: 0 auto 72px;
  padding: 37px 60px;
}
.service_trial_left {
  width: 50%;
  background: url(../img/cv_img_square_01.svg), url(../img/cv_img_square_02.svg);
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}
.service_trial_right {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
.service_trial_wrap {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .service_trial_wrap {
    padding: 0;
  }
}
.service_trial .title img {
  display: block;
  margin: 20px auto;
}
.service_trial .text01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #b07c1f;
}
.service_trial .text01 .tb {
  display: none;
}
.service_trial .text02 {
  font-size: 18px;
  color: #4d473e;
  margin: 20px auto;
  text-align: center;
  line-height: 1.3;
}
.service_trial .text03 {
  font-size: 54px;
  color: #4d473e;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
}
.service_trial .text03 span.t03_01 {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.service_trial .text03 span.t03_num {
  font-family: "din-2014", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.service_trial .text03 span.t03_02 {
  font-size: 20px;
  padding-left: 5px;
}
.service_trial_right .trial_box {
  width: 262px;
  height: 310px;
  border: 1px solid #dfdedd;
  position: inherit;
}
.service_trial_right .trial_box img {
  display: block;
  margin-bottom: 25px;
}
.service_trial_right .trial_box p {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_trial_right .trial_box p.text-orange {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #b07c1f;
  margin-top: 15px;
}
.service_trial_right .plus_box {
  display: flex;
  align-items: center;
  margin: 12px;
}
@media only screen and (max-width: 1024px) {
  .service_trial .text01 .tb {
    display: block;
  }
  .service_trial_right {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 20px;
  }
  .service_trial_right .trial_box {
    display: flex;
    width: 100%;
    height: auto;
  }
  .service_trial_right .trial_box .trial_box_img_wrap {
    position: relative;
    width: 35%;
    max-width: 170px;
    height: auto;
    overflow: hidden;
  }
  .service_trial_right .trial_box .trial_box_img_wrap img {
    object-fit: cover;
    width: auto;
    margin-bottom: 0;
  }
  .service_trial_right .plus_box {
    margin: 16px;
  }
  .service_trial_right .trial_box .trial_box_text {
    width: 65%;
    padding: 10px 0;
  }
  .service_trial_right .trial_box p {
    align-items: flex-end;
    height: auto;
  }
  .service_trial_right .trial_box p.text-orange {
    height: auto;
    margin-top: 10px;
  }
}
.service_trial hr {
  margin: 5px 0;
  border: #dfdedd solid 1px;
  border-bottom: 0;
}
.service_trial .button {
  margin: 20px auto 0;
  width: 100%;
}
.service_trial .button a {
  width: 100%;
  display: block;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  background: #4e9794;
  padding: 20px 0;
  margin-top: 20px;
}
.service_trial .button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 10px;
  width: 30px;
  margin: auto;
  height: 20px;
  background: url(../img/arrow_btn.svg) no-repeat;
}
.service_trial .button a.hover:hover {
  opacity: 0.7;
}

.detail__bottom {
  padding: 60px 20px 0;
}
.detail__bottom.-m {
  padding: 80px 20px 0;
}

.m-container--1240 {
  position: relative;
  margin: auto;
  max-width: 1240px;
}
.regular__detail__pointList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.regular__detail__pointItem {
  width: calc(33.33% - 20px);
}
.item__detail__pointBox {
  position: relative;
  padding-top: 20px;
  background: #fff;
}
.item__detail__pointNumber {
  position: absolute;
  display: inline-block;
  line-height: 1;
  font-size: 45px;
  font-family: "Cormorant Infant", serif;
  color: #b07c1f;
  top: -30px;
  right: 8px;
}
.item__detail__pointNumber::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #b07c1f;
  transform: rotate(45deg);
  top: 10px;
  right: 10px;
}
.item__detail__pointTitle {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 1.6;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.item__detail__pointText {
  color: #4d473e;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 1px;
}
.item_detail__corona-measures {
  position: relative;
  padding-top: 20px;
  background-image: url(../img/cv_img_square_01.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 95px auto;
}
.item_detail__corona-measures_box {
  width: 570px;
  padding: 25px 30px 10px;
  background: url(../img/corona_line-left.svg),
    url(../img/corona_line-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: contain;
  margin: 0 auto;
}
.item_detail__corona-measures_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.item_detail__corona-measures_title::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  background: #707070;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.item_detail__corona-measures_box ol {
  margin-top: 30px;
}
.item_detail__corona-measures_box ol li {
  padding-left: 48px;
  line-height: 3em;
  background: left center no-repeat;
  background-size: 22px auto;
}
.item_detail__corona-measures_box ol li:nth-child(1) {
  background-image: url(../img/01.svg);
}
.item_detail__corona-measures_box ol li:nth-child(2) {
  background-image: url(../img/02.svg);
}
.item_detail__corona-measures_box ol li:nth-child(3) {
  background-image: url(../img/03.svg);
}
.item_detail__corona-measures_box ol li:nth-child(4) {
  background-image: url(../img/04.svg);
}
.item_detail__corona-measures_box ol li:nth-child(5) {
  background-image: url(../img/05.svg);
}

/* block04 ------------------------*/
.block04 {
  padding: 71px 0 100px 0;
  position: relative;
}
.housekeeping_service {
  display: flex;
  align-items: flex-start;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../img/cv_img_square_03.svg) top right no-repeat;
}
.housekeeping_service__contents-left {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: calc(50% - 40px);
  height: 500px;
}
.housekeeping_service__img_01 {
  display: inline-block;
  width: calc(50% - 10px);
  margin-top: 50px;
}
.housekeeping_service__img_02 {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 100px 0 0 20px;
}
.housekeeping_service__contents-right {
  margin: 0 75px 0 0;
  width: calc(50% - 40px);
}
.housekeeping_service__contents-right h2 {
  text-align: left;
  padding-left: 40px;
}
span.square_682 {
  position: absolute;
  display: inline-block;
  width: 40%;
  height: 418px;
  background: rgba(248, 247, 244, 1);
  z-index: -2;
  bottom: 0;
}
.housekeeping_service ul li {
  position: relative;
  padding: 0 0 13px 50px;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.housekeeping_service ul li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 11px;
  width: 26px;
  height: 23px;
  background: url(../img/recommend_icon_check.svg) no-repeat;
}

/* block05 ------------------------*/
.block05 {
  padding: 47px 0 7px 0;
}
.block05 .arrow {
  margin-bottom: 51px;
}

/* block06 ------------------------*/
.block06 {
  padding: 70px 20px 100px;
}
.m-voice__list:not(:last-of-type) {
  margin-bottom: 100px;
}
.m-voice__list {
  display: flex;
  justify-content: space-between;
}
.m-voice__item {
  width: calc(50% - 40px);
  position: relative;
}
.m-voice__boxBlock {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.m-voice__imageArea {
  width: 80px;
  margin-right: 30px;
}
.m-voice__boxTitle {
  font-size: 20px;
  font-weight: 700;
}
.m-voice__boxPerson {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.m-voice__text {
  line-height: 2;
  letter-spacing: 0.5px;
}

/* block07 ------------------------*/
.block07 {
  padding: 70px 0 70px 0;
  position: relative;
  background-color: #f8f7f4;
}
.block07 .square_1 {
  position: absolute;
  display: inline-block;
  top: -50px;
  right: 10%;
}
.block07 .square_2 {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 10%;
}
.block07 .square_3 {
  position: absolute;
  display: inline-block;
  bottom: -10px;
  right: 10%;
}

/* お試し下部 */
.service_trial_02 {
  max-width: 940px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.service_trial_02_left {
  display: block;
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.service_trial_02 .title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #b07c1f;
  margin-bottom: 20px;
}
.service_trial_02 .title span {
  font-weight: 100;
}
.service_trial_02 .text01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #b07c1f;
}
.service_trial_02 .text02 {
  font-size: 16px;
  color: #4d473e;
  margin: 20px auto;
  text-align: center;
  line-height: 2em;
}
.service_trial_02 .text03 {
  font-size: 104px;
  color: #4e9794;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_trial_02 .text03 span.t03_01 {
  color: #4d473e;
  font-size: 16px;
  font-weight: 100;
  display: block;
  border: 1px solid #4d473e;
  border-radius: 30px;
  padding: 10px 20px;
  margin-right: 20px;
}
.service_trial_02 .text03 span.t03_02 {
  position: relative;
  font-size: 42px;
  padding-left: 5px;
}
.service_trial_02 .text03 span.t03_02_sub {
  position: absolute;
  left: 7px;
  top: -8px;
  font-size: 12px;
}
.service_trial_02 .text03 span.t03_marker {
  font-family: "din-2014", sans-serif;
  background: linear-gradient(transparent 70%, rgba(44, 132, 129, 0.15) 50%);
  padding: 0 15px;
}

.service_trial_02_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  position: relative;
}
.service_trial_02_right .trial_box {
  max-width: 410px;
  height: auto;
  position: relative;
}
.service_trial_02_right .trial_box img {
  display: block;
  margin-bottom: 15px;
}
.service_trial_02_right .trial_box p {
  text-align: center;
  line-height: 2em;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.service_trial_02_right .plus_box {
  display: flex;
  align-items: center;
  min-width: 24px;
  height: 250px;
  margin: 0 20px;
}
.service_trial_02 .button a {
  margin: 40px auto 0;
  border-radius: 0;
  position: relative;
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background: #4e9794;
  width: 488px;
  display: block;
  text-align: center;
}
.service_trial_02 .button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 10px;
  width: 30px;
  margin: auto;
  height: 20px;
  background: url(../img/arrow_btn.svg) no-repeat;
}
.service_trial_02 .button a.hover:hover {
  opacity: 0.7;
}
.service_trial_02_right .trial_box .trial_circle {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: rgba(176, 124, 31, 0.8);
  border-radius: 50%;
  top: -30px;
  right: -30px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: padding-box;
  border: 5px solid rgba(176, 124, 31, 0.2);
}
.annonation {
  font-size: 14px;
  line-height: 2em;
  margin-top: 40px;
}

/* block08 ------------------------*/
.block08 {
  padding: 72px 0 64px 0;
}

/*flow*/
.m-container--1240 {
  position: relative;
  margin: auto;
  max-width: 1240px;
}
.regular___flow__list {
  display: flex;
  margin-top: 70px;
  justify-content: space-between;
}
.regular___flow__item {
  position: relative;
  width: 18%;
  text-align: center;
}
.item__flowStep {
  font-size: 20px;
  margin-bottom: 20px;
  color: #b07c1f;
  font-weight: bold;
}
.item__flowTitle {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.6;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item__flowText {
  font-size: 14px;
  text-align: left;
  margin-bottom: 25px;
  line-height: 1.6;
}
.m-btn_firstApply {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 24px 5px 18px;
  border: 1px solid #2c8481;
  color: #2c8481;
  font-size: 14px;
  font-weight: 700;
}
.regular___flow__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #dfdedd;
  border-right: 2px solid #dfdedd;
  transform: rotate(45deg);
  top: 30%;
  right: -4%;
}
.regular___flow__item img {
  /* max-width: 175px; */
  max-height: 114px;
  margin: 0 auto 30px;
}
.m-btn_firstApply {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 24px 10px 18px;
  border: 1px solid #2c8481;
  color: #2c8481;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.m-btn_firstApply:hover {
  opacity: 0.7;
}
.m-btn_firstApply::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 1px solid #2c8481;
  border-right: 1px solid #2c8481;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
}
/*サービス対象エリア*/
.service_area {
  width: 500px;
  margin: 60px auto;
}
.service_area_title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.service_area_areabox {
  display: flex;
  justify-content: space-between;
}
.service_area_areabox .areabox {
  width: 48%;
  height: 64px;
  background-color: rgba(191, 143, 55, 0.1);
  line-height: 64px;
  color: #b07c1f;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

/*block010*/
.block010 {
  position: relative;
  background-color: #f8f7f4;
}
.block010 .square_1 {
  position: absolute;
  display: inline-block;
  top: -100px;
  left: 10%;
}
/* よくあるご質問 */
.qanda {
  padding: 70px;
}
.m-faq--tab {
  display: none;
}
.m-faq--tab + .m-faq--tab {
  margin-top: 20px;
}
.m-faq--tab.is-show {
  display: block;
}
.m-faq__list {
  width: 90%;
  background: #fff;
  padding: 0 30px;
  margin: 0 auto;
}
.m-faq__list:not(:last-of-type) {
  margin-bottom: 20px;
}
.m-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0;
  cursor: pointer;
  letter-spacing: 0px;
}
.m-faq__question::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 22px;
  background: #dfdedd;
  top: 5px;
  bottom: 0;
  margin: auto;
  /* right: -15px; */
  left: 35px;
}
.m-faq__question::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2c8481;
  border-bottom: 2px solid #2c8481;
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s all ease;
}
.m-faq__question.is_on::after {
  transform: rotate(45deg);
}
.m-faq__question span {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-family: "Cormorant Infant", serif;
  color: #2c8481;
  margin-right: 30px;
}
.m-faq__answer {
  display: none;
  padding: 30px 0;
  border-top: 1px dotted rgba(112, 112, 112, 0.42);
}
.m-faq__answerText {
  line-height: 2;
}
.m-faq__answerText + .m-faq__answerText {
  margin-top: 20px;
}
.m-faq__colorRed {
  color: #ff0000;
}

/* block09 ------------------------*/
.block09 {
  position: relative;
  padding: 81px 0 70px 0;
}
.block09::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 1px;
  height: 63px;
  background: #dfdedd;
  transform: translateY(-50%);
}
.block09 .button a {
  margin: 40px auto 0;
  border-radius: 0;
  position: relative;
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background: #4e9794;
  width: 488px;
  display: block;
  text-align: center;
}
.block09 .button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 10px;
  width: 30px;
  margin: auto;
  height: 20px;
  background: url(../img/arrow_btn.svg) no-repeat;
}
.block09 .button a:hover {
  opacity: 0.7;
}

/* up top ------------------------*/
#up {
  position: fixed;
  right: 60px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#up img:hover {
  opacity: 0.7;
}
#up.show {
  opacity: 1;
  visibility: visible;
}

/* フッター */
/* お問い合わせエリア */
footer {
  letter-spacing: 1px;
}
.footer-contact {
  background: url(/common/img/top_contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 75.5px 0 60.5px;
}
.footer-contact__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 33px 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 51px;
  text-align: center;
  color: #fff;
}
.footer-contact__text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
}
.footer-contact__text.-bottom {
  margin-top: 32px;
  margin-bottom: 0;
}
.footer-contact .btn_inquiry {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #4d473e;
  width: 340px;
  background: #bf8f37;
}
.footer-contact .btn_inquiry a {
  display: block;
  padding: 25px 0;
  color: #fff;
}
.footer-contact .btn_inquiry a::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.footer-top {
  background: #f8f7f4;
}
.footer-top__contents {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 1280px;
}
.footer-sorts {
  text-align: center;
}
.footer-sorts h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
.footer-sorts ul {
  margin-bottom: 0;
}
.footer-sorts ul li {
  padding-bottom: 10px;
  font-size: 14px;
}
.footer-sorts ul li.tel {
  font-size: 24px;
  font-weight: 500;
}
.footer-sorts {
  position: relative;
}

.footer__btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer__btnArea {
  flex-direction: column;
  gap: 15px;
}

.footer__btnArea .btn_inquiry a {
  display: flex;
  flex-direction: column;
  padding: 17px 0 16px;

  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.footer__btnArea .btn_inquiry span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
.company {
  max-width: 410px;
  padding-right: 45px;
}
.company::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #dfdedd;
  width: 1px;
  height: 116px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.company__area {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .company__area {
    display: flex;
    justify-content: center;
  }
}
.company__text {
  font-size: 12px;
  text-align: left;
  line-height: 1.75;
}
.area {
  display: inline-block;
  margin: 0;
  padding: 22px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #b07c1f;
  text-align: center;
  width: 170px;
  background: #bf8f371a;
}
.area + .area {
  margin-left: 20px;
}
.support {
  padding: 0 45px;
}
.privacy {
  padding-left: 45px;
}
.privacy::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #dfdedd;
  width: 1px;
  height: 116px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.privacy__text {
  font-size: 12px;
  line-height: 1.75;
}
.privacy__mark {
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.privacy__mark img {
  height: 68px;
}
.privacy__mark img.icon-auth {
  padding-left: 5px;
}
.copyright {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-family: "Helvetica", "HelveticaNeue", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background: #4d473e;
  color: #fff;
}
.support__form {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #4d473e;
  padding: 22px 0 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4d473e;
  width: 300px;
  margin: 0 auto 21px;
}
.support__dial {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.support__dial::before {
  display: inline-block;
  content: "";
  background: url(/common/img/icon-telephone.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 26px;
  vertical-align: middle;
  transform: rotate(-9deg);
  margin-right: 8px;
}
.support__dial span,
.support__adress span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.support__adress {
  display: block;
  font-size: 20px;
  margin: 25px 0 0 0;
  font-weight: 700;
}
.support__adress::before {
  display: inline-block;
  content: "";
  background: url(/common/img/icon-mail.svg) no-repeat;
  background-size: cover;
  width: 27px;
  height: 21px;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.support__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.footer-bottom {
  padding: 50px 0;
}
.footer-bottom__contents {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.footer-bottom__contents p {
  font-size: 14px;
  margin: 0;
  line-height: 1.75;
}
.footer-bottom__logo {
  max-width: 242px;
  width: 100%;
  margin: 0 0 30px 0;
}
.footer-bottom__right li {
  padding: 0 14px;
}
.bottom-navi,
.bottom-links {
  display: flex;
  justify-content: flex-end;
}
.bottom-navi {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
ul.bottom-subnav {
  margin: 20px 0 0 0;
}
.bottom-navi a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
.bottom-subnav li {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.bottom-subnav a {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
ul.bottom-links {
  font-size: 12px;
  line-height: 1.5;
}
.m-btn__normal {
  position: relative;
  display: inline-block;
  width: 287px;
  text-align: center;
  padding: 25px 0;
  border: 1px solid #4d473e;
  font-size: 15px;
}
.m-btn__normal::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 1px solid #4d473e;
  border-right: 1px solid #4d473e;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .footer-top__contents {
    padding: 0 15px;
    max-width: 595px;
    flex-direction: column;
  }
  .footer-sorts {
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #dfdedd;
  }
  .company {
    max-width: 100%;
  }
  .company::after,
  .privacy::before {
    content: none;
  }
  .footer-bottom__contents {
    max-width: 605px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .support__dial {
    padding: 12px 0;
    width: 287px;
    border: 1px solid #4d473e;
    margin: 0 auto 10px;
  }
  .support__adress {
    margin: 10px 0 0 0;
    font-size: 18px;
  }
  .support__adress::before {
    width: 23px;
    height: 18px;
    margin: 0 8px 3px 0;
  }
  .privacy {
    border-bottom: none;
  }
  .footer-bottom__right {
    margin: 0 0 40px 0;
  }
  .bottom-navi {
    display: none;
  }
  .bottom-links {
    display: block;
    margin: 0;
    font-size: 14px;
  }
  .bottom-links a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #4d473e;
    border-right: 2px solid #4d473e;
    transform: rotate(45deg);
    vertical-align: text-bottom;
    margin: 0 0 5px 8px;
  }
  .bottom-navi li,
  .bottom-links li {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .footer_logo {
    max-width: 214px;
    margin: 0 0 20px 0;
  }
  .copyright {
    padding: 4vw;
    font-size: 2.3vw;
  }
  footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .footer-top__contents {
    padding: 0 15px;
    max-width: 595px;
    flex-direction: column;
  }
  .footer__btnArea .btn_inquiry {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
      "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
  }
  .footer__btnArea .btn_inquiry span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
      "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    color: #fff;
  }
  .support__form p {
    font-size: 20px;
  }

  .support__time {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .block_area {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
  h2 span.h2span01 {
    font-size: 14px;
    margin-top: 10px;
  }
  h2 span.h2span02 {
    font-size: 14px;
    margin-top: 10px;
  }

  /* header ------------------------*/
  .logo-pasona {
    width: 150px;
    margin-left: 5px;
  }
  .logo-kurashinity {
    width: 150px;
    margin-right: 0;
  }
  .header .head_bar {
    padding: 12px 0px 9px 0;
    top: 50px;
  }
  .header .head_bar h1 {
    font-size: 14px;
    line-height: 1.2;
  }
  .header_inner {
    margin: 16px auto 11px auto;
    height: 40px;
  }
  .main_visual {
    width: 100%;
    height: 550px;
  }
  .main_visual_img {
    transform: translate(-54%, -50%);
  }
  .main_visual .box .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
  }
  .main_visual .box {
    left: 0;
    padding: 60px 15px 0 15px;
  }
  .main_visual .box .title .title_span01 {
    font-size: 21px;
    line-height: 1.8;
  }
  .main_visual .box .title .title_span03 {
    font-size: 37px;
    font-weight: bold;
  }
  .main_visual .box .text {
    font-size: 16px;
    padding: 0;
    margin-top: 10px;
  }
  .main_visual .box .certification {
    margin: 35px 0 0 0;
    padding: 9px 0;
    max-width: 180px;
  }
  .main_visual .box .certification img {
    width: 160px;
  }
  .main_visual .box .certification p {
    font-size: 14px;
  }

  /* block01 ------------------------*/
  .block01 {
    margin: 0;
    padding: 0 16px 50px 16px;
    width: 100%;
  }
  .block01 .note {
    margin: 9px 3px 16px 0;
    font-size: 9px;
  }
  .block01 .text {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    margin-top: 50px;
  }
  .block01 .customer_satisfaction {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block01 .customer_satisfaction img {
    width: 49%;
  }
  .block01 h2 {
    margin-bottom: 20px;
  }

  /* block02 ------------------------*/
  .block02 {
    margin: -9px 0 0 0;
    padding: 60px 15px 30px 15px;
  }
  .block02 .title {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.6;
  }
  .block02 .box {
    margin: 0 auto;
  }
  .block02 .box ul {
    justify-content: start;
    gap: 17px 9px;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    margin-top: 16px;
  }
  .block02 .box li {
    width: calc(25% - 7px);
  }
  .block02 .box li p {
    font-size: 13px;
    margin-top: 7px;
  }
  .block02 .box li img {
    width: 100%;
    height: auto;
  }

  /* block03 ------------------------*/
  .block03 {
    padding: 50px 16px;
  }
  .block03 h2 {
    font-size: 25px;
  }
  .block03 h2:after {
    bottom: -5px;
  }
  .service_trial {
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .service_trial_left {
    width: 100%;
    background: url(../img/cv_img_square_01.svg),
      url(../img/cv_img_square_02.svg);
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 40px auto, 40px auto;
  }
  .service_trial_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 0;
  }
  .service_trial .title img {
    display: block;
    margin: 0 auto 20px;
  }
  .service_trial .text01 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #b07c1f;
  }
  .service_trial .text02 {
    font-size: 18px;
    color: #4d473e;
    margin: 20px auto;
    text-align: center;
    line-height: 1.6;
  }
  .service_trial .text03 {
    font-size: 54px;
    color: #4d473e;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
  }
  .service_trial .text03 span.t03_01 {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
  }
  .service_trial .text03 span.t03_02 {
    font-size: 20px;
    padding-left: 5px;
  }
  .service_trial_right .trial_box {
    display: block;
    width: 45%;
    border: 1px solid #dfdedd;
    position: inherit;
  }
  .service_trial_right .trial_box .trial_box_img_wrap {
    width: 100%;
    max-width: none;
  }
  .service_trial_right .trial_box img {
    display: block;
    margin-bottom: 10px;
  }
  .service_trial_right .trial_box .trial_box_text {
    width: 100%;
  }
  .service_trial_right .trial_box p {
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    height: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service_trial_right .trial_box p.text-orange {
    text-align: center;
    height: 20px;
    line-height: 1.4;
    font-weight: bold;
    font-size: 14px;
    color: #b07c1f;
    margin-top: 10px;
  }
  .service_trial_right .plus_box {
    display: flex;
    align-items: center;
    height: 180px;
    width: 5%;
  }
  .service_trial hr {
    margin: 5px 0;
    border: #dfdedd solid 1px;
    border-bottom: 0;
  }
  .service_trial .button {
    margin: 20px auto 0;
    width: 100%;
  }
  .service_trial .button a {
    border-radius: 0;
    position: relative;
    padding: 25px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background: #4e9794;
  }
  .service_trial .button a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 10px;
    width: 30px;
    margin: auto;
    height: 20px;
    background: url(../img/arrow_btn.svg) no-repeat;
  }
  .service_trial .button a.hover:hover {
    opacity: 0.7;
  }
  .service_trial .text01 .tb {
    display: none;
  }
  .detail__bottom.-m {
    padding: 20px 0 0;
  }
  .detail__bottom {
    padding: 20px 0 0;
  }
  .m-container--1240 {
    position: relative;
    margin: auto;
    max-width: 100%;
  }
  .regular__detail__pointList {
    display: contents;
  }
  .regular__detail__pointItem {
    width: 100%;
    margin-bottom: 40px;
  }
  .item__detail__pointBox {
    padding-top: 15px;
  }
  .item__detail__pointNumber {
    top: -25px;
  }
  .item__detail__pointTitle {
    font-size: 16px;
    height: auto;
    display: block;
    text-align: center;
  }
  p.item__detail__pointText {
    font-size: 14px;
    font-weight: normal;
  }
  .item_detail__corona-measures {
    position: relative;
    padding-top: 20px;
    background-image: none;
  }
  .item_detail__corona-measures_box {
    width: 100%;
    padding: 25px 15px 10px;
    background: url(../img/corona_line-left_sp.svg),
      url(../img/corona_line-right_sp.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: contain;
    margin: 0 auto;
  }
  .item_detail__corona-measures_title {
    font-size: 18px;
  }
  .item_detail__corona-measures_title::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #707070;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .item_detail__corona-measures_box ol {
    margin-top: 30px;
    padding-left: 10px;
  }
  .item_detail__corona-measures_box ol li {
    padding-left: 38px;
    line-height: 1.6em;
    background: left top 6px no-repeat;
    background-size: 22px auto;
    margin-bottom: 15px;
  }
  span.square_wall {
    left: 0;
  }
  /* block04 ------------------------*/
  .block04 {
    padding: 30px 0 40px 0;
    position: relative;
  }
  .housekeeping_service {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: none;
  }
  .housekeeping_service__contents-left {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
    order: 2;
    padding: 0 16px;
    margin-top: 40px;
  }
  .housekeeping_service__img_01 {
    display: inline-block;
    width: 45%;
    margin-top: 0;
  }
  .housekeeping_service__img_02 {
    display: inline-block;
    width: 45%;
    margin: 60px 0 0 15px;
  }
  .housekeeping_service__contents-right {
    margin: 0 auto;
    width: 100%;
    order: 1;
  }
  .housekeeping_service__contents-right h2 {
    text-align: left;
    padding-left: 40px;
  }
  span.square_682 {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 30%;
    background: rgba(248, 247, 244, 1);
    z-index: -2;
    bottom: 0;
  }
  .housekeeping_service ul {
    padding: 0 16px;
    width: 100%;
    margin-bottom: 0;
  }
  .housekeeping_service ul li {
    position: relative;
    padding: 0 0 13px 50px;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.5;
  }
  .housekeeping_service ul li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 11px;
    width: 26px;
    height: 23px;
    background: url(../img/recommend_icon_check.svg) no-repeat;
  }
  .housekeeping_service ul li:last-child {
    padding-bottom: 0;
  }
  /* block05 ------------------------*/
  .block05 {
    padding: 40px 16px 0;
  }

  /* block06 ------------------------*/
  .block06 {
    padding: 30px 0 80px;
  }
  .m-voice__list:not(:last-of-type) {
    margin-bottom: 0;
  }
  .m-voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-voice__item {
    width: 90%;
    position: relative;
    margin: 40px auto 0;
  }
  .m-voice__boxBlock {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .m-voice__imageArea {
    width: 80px;
    margin-right: 20px;
  }
  .m-voice__boxTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
  }
  .m-voice__boxPerson {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
  }
  .m-voice__text {
    line-height: 2;
    letter-spacing: 0.5px;
  }

  /* block07 ------------------------*/
  .block07 {
    padding: 45px 16px;
  }
  .block07 .square_1 {
    width: 83px;
    top: -30px;
    right: 32px;
  }
  .block07 .square_2 {
    width: 55px;
    bottom: -15px;
    left: 32px;
    top: auto;
  }
  .block07 .square_3 {
    display: none;
  }
  /* お試し下部 */
  .service_trial_02 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .service_trial_02_left {
    display: block;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
  }
  .service_trial_02 .title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #b07c1f;
    margin-bottom: 20px;
  }
  .service_trial_02 .title span {
    font-weight: 100;
  }
  .service_trial_02 .text01 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #b07c1f;
  }
  .service_trial_02 .text02 {
    font-size: 18px;
    color: #4d473e;
    margin: 20px auto;
    text-align: center;
    line-height: 27px;
    padding: 0 15px;
  }
  .service_trial_02 .text03 {
    font-size: 50px;
    color: #4e9794;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service_trial_02 .text03 span.t03_01 {
    color: #4d473e;
    font-size: 12px;
    font-weight: 100;
    display: block;
    border: 1px solid #4d473e;
    border-radius: 20px;
    padding: 10px 15px;
    margin-right: 10px;
  }
  .service_trial_02 .text03 span.t03_02 {
    position: relative;
    font-size: 24px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .service_trial_02 .text03 span.t03_02_sub {
    left: 2px;
    top: -12px;
    width: 34px;
    font-size: 10px;
  }
  .service_trial_02 .text03 span.t03_marker {
    display: flex;
    align-items: flex-end;
    font-size: 80px;
    background: linear-gradient(transparent 70%, rgba(44, 132, 129, 0.15) 50%);
    padding: 0 5px;
  }

  .service_trial_02_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
  }
  .service_trial_02_right .trial_box {
    width: 47%;
    height: auto;
    position: relative;
  }
  .service_trial_02_right .trial_box img {
    display: block;
    margin-bottom: 15px;
  }
  .service_trial_02_right .trial_box p {
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .service_trial_02_right .plus_box {
    display: flex;
    align-items: center;
    height: 23vw;
    width: 15px;
    min-width: 15px;
    margin: 0 7px;
  }
  .service_trial_02 .button a {
    margin: 40px auto 0;
    border-radius: 0;
    position: relative;
    padding: 30px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background: #4e9794;
    width: 90%;
    display: block;
    text-align: center;
  }

  .service_trial_02_right .trial_box .trial_circle {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(176, 124, 31, 0.8);
    border-radius: 50%;
    top: -10px;
    right: -10px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
    border: 5px solid rgba(176, 124, 31, 0.2);
    font-size: 14px;
  }
  .annonation {
    font-size: 14px;
    line-height: 2em;
    margin-top: 20px;
  }

  /* block08 ------------------------*/
  .block08 {
    padding: 45px 15px 35px 15px;
  }
  /*flow*/
  .regular___flow__list {
    display: block;
    margin-top: 40px;
    justify-content: space-between;
  }
  .regular___flow__item {
    position: relative;
    width: 90%;
    text-align: center;
    margin: 50px auto;
  }
  .item__flowStep {
    font-size: 20px;
    margin-bottom: 20px;
    color: #b07c1f;
    font-weight: bold;
  }
  .item__flowTitle {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.6;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item__flowText {
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .m-btn_firstApply {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 5px 24px 5px 18px;
    border: 1px solid #2c8481;
    color: #2c8481;
    font-size: 14px;
    font-weight: 700;
  }
  .regular___flow__item:not(:last-of-type)::after {
    transform: rotate(135deg);
    top: auto;
    right: 0;
    bottom: -10%;
    left: 0;
    margin: auto;
  }
  .regular___flow__item img {
    max-height: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .m-btn_firstApply {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px 24px 10px 18px;
    border: 1px solid #2c8481;
    color: #2c8481;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .m-btn_firstApply:hover {
    opacity: 0.7;
  }
  .m-btn_firstApply::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: 1px solid #2c8481;
    border-right: 1px solid #2c8481;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
  }

  .service_area {
    width: 100%;
    margin: 60px auto;
  }
  .service_area_title {
    margin-bottom: 30px;
  }
  .service_area_areabox .areabox {
    margin-bottom: 0;
  }
  .service_area .annonation {
    margin-top: 20px;
  }
  /*よくある質問*/
  .qanda {
    padding: 40px 10px 80px;
    width: 100%;
  }
  .m-faq__list {
    width: 100%;
    padding: 0 15px;
  }
  .m-faq__question::before {
    height: calc(100% - 40px);
    left: 28px;
  }
  .m-faq__question span {
    font-size: 24px;
    margin-right: 20px;
  }
  .m-faq__answer {
    padding: 15px 0;
  }
  .m-faq__answerText {
    line-height: 1.75;
  }

  /* block09 ------------------------*/
  .block09 {
    position: relative;
    padding: 40px 15px;
  }
  .block09 .button a {
    margin: 40px auto 0;
    border-radius: 0;
    position: relative;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background: #4e9794;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.6;
  }
  /* block010 ------------------------*/

  .block010 .square_1 {
    display: none;
  }
  /* up top ------------------------*/
  #up {
    right: 10px;
  }
  #up img {
    width: 33px;
  }

  @media only screen and (max-width: 375px) {
    .block01 {
      margin: -20px 0 0 0;
      width: 100%;
    }
  }
  @media only screen and (max-width: 320px) {
    .block01 {
      margin: -100px 0 0 0;
    }
    .main_visual .box .title .title_span03 {
      font-size: 20px;
    }
    .main_visual .box .text {
      font-size: 14px;
    }
    .housekeeping_service {
      margin: 27px -15px 10px 0;
    }
    .housekeeping_service ul li {
      max-width: 165px;
    }
    .block02 .box li {
      margin: 0 10px 20px 0;
    }
    .block02 .box li:nth-child(4n) {
      margin: 0 10px 20px 0;
    }
    .main_visual .box .certification {
      max-width: 180px;
    }
    .service_box_area .text02 {
      font-size: 60px;
    }
    .button.mod01 a {
      font-size: 12px;
    }
    .button.mod02 a {
      font-size: 12px;
    }
  }
}
@media only screen and (max-width: 450px) {
  .main_visual {
    height: auto;
  }
  .main_visual_img.-sp {
    display: block;
  }
  .main_visual_img.-pc {
    display: none;
  }
  .main_visual_img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
  }
  .main_visual .box_wrap {
    position: initial;
  }
  .main_visual .box {
    width: 100%;
    padding-top: 90px;
  }
  .main_visual .box .title {
    text-align: center;
  }
  .main_visual .box .text {
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .service_trial .text01 .tb {
    display: block;
  }
}
@media only screen and (max-width: 325px) {
  .main_visual .box .title .title_span03 {
    font-size: 20px;
  }
}

a.arrow::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4d473e;
  border-right: 2px solid #4d473e;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 0 5px 8px;
}
a.arrow_child::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4d473e;
  border-right: 2px solid #4d473e;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 0 2px 8px;
}
a.sub-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #cbcac9;
  vertical-align: middle;
  margin-right: 8px;
}
