@charset "utf-8";
/*--------------------------------------
  hero
--------------------------------------*/
.hero {
  display: flex;
}
.hero h2 {
  margin-top: 3.5rem;
  margin-right: 3rem;
}

/*--------------------------------------
  worries
--------------------------------------*/
.worries .customer {
  position: relative;
  background: #EDFAFA;
  padding: 5rem 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9rem;
}
@media only screen and (min-width: 1000px) {
  .worries .customer {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}
.worries .customer::after {
  content: "";
  width: 200px;
  height: 70px;
  background: url(../../images/concierge/arrow_under.svg) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.worries .customer h3 {
  text-align: center;
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.worries .customer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.worries .customer li {
  max-width: 280px;
}
.worries .copy_under {
  display: flex;
  margin-top: 4rem;
  margin-bottom: 10.2rem;
}
.worries .copy_under img {
  display: block;
  width: 220px;
  height: auto;
}
.worries .copy_under .block {
  width: 740px;
  margin-left: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: -.72rem;
}
.worries .copy_under .service {
  border: 3px solid #C9F1F0;
  border-radius: 20px;
  padding: 2.3rem 2.8rem;
  margin-top: calc(3rem - 0.72rem);
}
.worries .copy_under .service p {
  color: #000;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.worries .copy_under .service ul {
  display: flex;
}
.worries .copy_under .service li {
  width: 220px;
  color: #333;
  font-size: 1.8rem;
  line-height: 5rem;
  background: #EDFAFA;
  text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.worries .copy_under .service li:first-child {
  margin-left: 0;
}
.worries .copy_under .service li:last-child {
  margin-right: 0;
}

/*--------------------------------------
  cta
--------------------------------------*/
.cta {
  background: #FEFFE5;
  padding: 5rem 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (min-width: 1000px) {
  .cta {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}
.cta_wrapper {
  position: relative;
  width: 576px;
  margin: 0 auto;
}
.cta_wrapper::before {
  content: "";
  width: 250px;
  height: 160px;
  background: url(../../images/concierge/cta_img01.png) no-repeat center/contain;
  position: absolute;
  bottom: -62px;
  left: -293px;
}
.cta_wrapper::after {
  content: "";
  width: 164px;
  height: 160px;
  background: url(../../images/concierge/cta_img02.png) no-repeat center/contain;
  position: absolute;
  bottom: -62px;
  right: -241px;
}
.cta h3 {
  display: block;
  color: #00ACA9;
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 1.5rem;
}
.cta h3 span {
  background: linear-gradient(transparent 60%, #FFFB96 0%);
  display: inline;
}
.cta a {
  display: block;
  width: 484px;
  font-size: 2.4rem;
  padding: 2.1rem 0 2rem;
  line-height: 1;
  color: #fff;
  background: #FF8831;
  box-shadow: 0px 3px 0px #CE5800;
  border-radius: 100px;
  margin: 3rem auto 0;
}
.cta a:hover {
  text-decoration: none;
  box-shadow: none;
  background: #FDAB6E;
  transform: translateY(3px);
}

/*--------------------------------------
  promise
--------------------------------------*/
.promise h3,
.advisers h3,
.faq h3 {
  position: relative;
  background: #00BFBC;
  line-height: 6rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
}
.promise h3::after,
.advisers h3::after,
.faq h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #00BFBC transparent transparent transparent;
}
.promise ol {
  counter-reset: item;
  display: flex;
  margin-bottom: 8rem;
}
.promise li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 320px;
}
.promise li:not(:last-child) {
  margin-right: 2rem;
}
.promise li h4 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  color: #333;
  padding-left: 4rem;
}
.promise li h4::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #00BFBC;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
.promise li p {
  width: 320px;
  margin-top: calc(1.5rem - .72rem);
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: calc(1rem - .72rem);
}
.promise li img {
  margin: auto auto 0;
}

/*--------------------------------------
  advisers
--------------------------------------*/
.advisers {
  margin-bottom: 8rem;
}
.advisers li {
  display: flex;
}
.advisers li:not(:last-child) {
  margin-bottom: 4rem;
}
.advisers li img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-right: 3rem;
}
.advisers li .block {
  width: 100%;
}
.advisers li dt,
.advisers li dd {
  font-size: 1.8rem;
  line-height: 1;
  padding: 1.7rem 0;
}
.advisers li dd {
  margin-left: 2rem;
  font-weight: bold;
  margin-right: 5.8rem;
}
.advisers .flex dt {
  position: relative;
}
.advisers .flex dt:not(:first-child):before {
  content: "／";
  position: absolute;
  left: -3.8rem;
  font-size: 1.8rem;
}
.advisers li dl .flex {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
}
.advisers li .big {
  font-size: 2.4rem;
  padding: 1.4rem 0;
}
.advisers li .comment {
  position: relative;
  margin-top: 1.7rem;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 1.8rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.advisers li .comment::after {
  position: absolute;
  right: 100%;
  top: 20px;
  content: "";
  pointer-events: none;
  border-right: 12px solid #ccc;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 1;
}
.advisers li .comment::before {
  right: 100%;
  top: 22px;
  content: "";
  position: absolute;
  pointer-events: none;
  border-right: 9px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 2;
}

/*--------------------------------------
  faq
--------------------------------------*/
.faq {
  margin-bottom: 5.8rem;
}
.faq p {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  margin: -1rem auto 4rem;
}
.faq .category_block {
  border: 3px solid #C9F1F0;
  border-radius: 20px;
  padding: 2.7rem;
  margin-top: 2rem;
}
.faq .category_block h4 {
  background: #DBF6F5;
  width: 100%;
  font-size: 1.8rem;
  line-height: 4rem;
  color: #333;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.faq .category_block dl {
  border-bottom: 1px solid #DBF6F5;
}
.faq .category_block dt {
  position: relative;
  border-top: 1px solid #DBF6F5;
  padding: 1.8rem 0 1.8rem 4.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  cursor: pointer;
}
.faq .category_block dt:hover {
  text-decoration: underline;
}
.faq .category_block dt::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../images/concierge/icon_q.svg) no-repeat center/contain;
  position: absolute;
  top: 1.6rem;
  left: 0;
}
.faq .category_block dd {
  position: relative;
  padding: 1.8rem 0 1.8rem 4.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.faq .category_block dd::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../images/concierge/icon_a.svg) no-repeat center/contain;
  position: absolute;
  top: 1.6rem;
  left: 0;
}

/*--------------------------------------
  know
--------------------------------------*/
.know {
  position: relative;
  border: 3px solid #C9F1F0;
  border-radius: 20px;
  padding: 5rem 0 4rem 5rem;
  margin-bottom: 4rem;
}
.know h3 {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 360px;
  background: #00BFBC;
  line-height: 4.2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.know h3::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #00BFBC transparent transparent transparent;
}
.know ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem
}
.know li a {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-left: 34px;
}
.know li a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/concierge/icon_pen.svg) no-repeat center/contain;
  position: absolute;
  top: 3px;
  left: -34px;
  right: auto;
}

/*--------------------------------------
  contact
--------------------------------------*/
.contact {
  border: 3px solid #FFEAE8;
  border-radius: 20px;
  padding: 4.3rem 4.7rem 3.9rem;
  margin-bottom: 2rem;
}
.contact h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.contact h3 img {
  margin-top: -.6rem;
  margin-right: .3rem;
}
.contact p {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}
.contact .flex {
  margin-top: 2rem;
  width: 900px;
}
.contact .flex p {
  position: relative;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0;
  width: 470px;
}
.contact .flex p::after {
  content: "";
  width: 40px;
  height: 46px;
  background: url(../../images/concierge/arrow_right.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: -61px;
}
.contact a {
  display: block;
  font-size: 2rem;
  padding: 2rem 5.7rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #DD4141;
  box-shadow: 0px 3px 0px #AA0000;
  border-radius: 100px;
  margin-left: auto;
}
.contact a:hover {
  text-decoration: none;
  box-shadow: none;
  background: #E77979;
  transform: translateY(3px);
}
