@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.com-ib {
  display: inline-block;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.com-anchor {
  scroll-margin-top: 120px; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 43px;
  }
}
.com-txt .border {
  padding-bottom: 5px;
  border-bottom: 1px solid #412e27;
}

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(113, 186, 47, 0.3);
  border-radius: 5.5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
  content: "";
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 130px 0;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center rgba(65, 46, 39, 0.1);
  background-size: clamp(48px, 65%, 209px);
}

/*  共通パーツ
------------------------------------ */
.com-box {
  border-radius: 25px;
  background: #f9f6eb;
}

.ra40 {
  border-radius: 40px;
}

.com-bg01 {
  background: url(../img/reason/reason-deco01.png) no-repeat left 396px/27.6%, url(../img/reason/reason-deco02.png) no-repeat right calc(100% - 331px)/27.1% #f9f6eb;
}
.com-bg02 {
  background: url(../img/ptn/ptn.png);
}
.com-bg03 {
  background: url(../img/service/service-ico-lt.png) no-repeat left 131px/27.6%, url(../img/service/service-ico-rb.png) no-repeat right calc(100% - 190px)/27.1% #f9f6eb;
}
@media screen and (min-width: 1921px) {
  .com-bg03 {
    background-size: auto, auto;
  }
}

.com-tel {
  line-height: 1;
}
.com-tel.flx .com-tel-note {
  margin-left: 14px;
}
.com-tel-link {
  padding-left: 40px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  letter-spacing: 0.05em;
}

.com-sns {
  margin-left: 30px;
}
.com-sns a:nth-of-type(n+2) {
  margin-left: 20px;
}

.news-post {
  width: 100%;
  max-width: 710px;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 10px;
}
.news-post-link {
  display: block;
  padding: 18px 40px 14px;
  background: #fff;
  border-radius: 10px;
}
.news-post-time {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.05em;
  color: #ef8e65;
  line-height: 1.2;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 19px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.3;
}
.news-post-tag-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #d49b64;
  line-height: 1.3;
}
.news-post-tag li:nth-of-type(n+2) {
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid;
}
.news-post-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  max-width: 1080px;
  margin: 100px auto 0;
  padding: 80px 0;
  background: #f3e9dd;
  border-radius: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-tag-item {
    max-width: 420px;
  }
  .com-tag-item:nth-of-type(2n) {
    margin-left: 60px;
  }
  .com-tag-item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
.com-tag-btn {
  display: block;
  height: 80px;
  background: url(../img/guide/arw.png) no-repeat calc(100% - 48px) center #d49b64;
  text-align: center;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-btn {
    font-size: 1.5rem;
  }
}
.com-tag-btn {
  line-height: 80px;
  letter-spacing: 0.05em;
  color: #fff;
}

/* =========================================

  main layout  all

========================================= */
/* ent  PC
------------------------------------ */
#ent {
  padding: 147px 0 100px;
  background: url(../img/ent/deco_lb.png) no-repeat left bottom/38.125%, url(../img/ent/deco_rt.png) no-repeat right top/43.4375% #fdfffa;
}

.ent {
  position: relative;
}
.ent-logo {
  max-width: 156px;
  margin: auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.ent-list {
  margin: -2.4% auto 0;
}
.ent-list-item01 {
  width: 31.25%;
}
.ent-list-item02 {
  width: 35.4%;
  margin-top: 2.3%;
  margin-left: 1%;
}
.ent-list-item03 {
  width: 32.3%;
  margin-left: -4.1%;
}
.ent-list-link {
  display: block;
}
.ent-list-link03 {
  width: 93.5%;
  margin-left: auto;
}
.ent-list-link04 {
  margin-top: 8%;
}
.ent-list-link img {
  width: 100%;
}
.ent-copy {
  text-align: center;
}
.ent-copy-txt, .ent-copy-link {
  color: #ef8e65;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* top-news  PC
------------------------------------ */
#top-news {
  margin-top: -25%;
  position: relative;
  z-index: 0;
}
#top-news .news-box {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #top-news .news-box::before {
    content: "";
    display: block;
    width: 1400px;
    height: 100%;
    background: #f3e9dd;
    border-radius: 0 40px 40px 0;
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #top-news .news-box::before {
    width: 72.9%;
    left: 0;
  }
}
#top-news .news-box::after {
  content: "";
  display: block;
  width: 96px;
  height: 136px;
  background: url(../img/top/news-icon.png) no-repeat right bottom/contain;
  position: absolute;
  right: calc(50% - 480px);
  bottom: -10px;
}
#top-news .news-post {
  margin-left: 60px;
}
#top-news .news-ttl {
  text-align: left;
  background-position: left bottom;
}
#top-news .news-ttl .en {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl .en {
    font-size: 1.5rem;
  }
}
#top-news .news-ttl .ja {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl .ja {
    font-size: 1.75rem;
  }
}
#top-news .news-btn {
  margin-top: 54px;
  padding-right: 58px;
  background: url(../img/top/news-arw.png) no-repeat calc(100% - 10px) center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.5rem;
  }
}
#top-news .news-btn {
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #top-news .news-btn:hover {
    background-position-x: calc(100% - 5px);
  }
}

/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-lt.png) no-repeat calc(50% - 562px) 90px, url(../img/top/about-bird.png) no-repeat calc(50% + 321px) 90px, url(../img/top/about-r.png) no-repeat calc(50% + 630px) 370px;
}
#top-about .about-txt {
  margin: 50px auto 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt {
    font-size: 1.5rem;
  }
}
#top-about .about-txt {
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt {
    text-align: center;
  }
}
#top-about .worries {
  margin: 66px auto 0;
}
#top-about .worries-ttl {
  text-align: center;
}
#top-about .worries-list {
  margin: 30px auto 0;
  position: relative;
  z-index: 0;
}
#top-about .worries-list::before, #top-about .worries-list::after {
  content: "";
  display: block;
  position: absolute;
}
#top-about .worries-list::before {
  width: 241px;
  height: 288px;
  background: url(../img/top/about-illu-l.png) no-repeat left bottom/contain;
  left: -148px;
  bottom: -100px;
}
#top-about .worries-list::after {
  width: 421px;
  height: 332px;
  background: url(../img/top/about-illu-r.png) no-repeat right bottom/contain;
  right: -288px;
  bottom: -115px;
}
@media screen and (min-width: 768px) {
  #top-about .worries-list-item:not(:nth-of-type(4n-3)) {
    margin-left: 48px;
  }
  #top-about .worries-list-item:nth-of-type(n+5) {
    margin-top: 15px;
  }
}
#top-about .solution {
  margin: 35px auto 0;
  padding: 105px 0 111px;
  text-align: center;
  background: url(../img/top/about-arw.png) no-repeat center top, url(../img/top/about-note-bg.png) no-repeat center 18px;
}
#top-about .solution-ttl {
  display: inline-block;
  padding: 0 56px;
  background: url(../img/top/about-note-l.png) no-repeat left center, url(../img/top/about-note-r.png) no-repeat right center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-about .solution-ttl {
    font-size: 1.5rem;
  }
}
#top-about .solution-ttl {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#top-about .solution-ttl .ac {
  background: linear-gradient(transparent 50%, #fff 50%);
  color: #ef8e65;
}

/* top-reason  PC
------------------------------------ */
#top-reason {
  background: url(../img/top/reason-bg-lb.png) no-repeat left bottom/28.2%, url(../img/top/reason-bg-rt.png) no-repeat right top/56.2% #f9f6eb;
}
@media screen and (min-width: 1921px) {
  #top-reason {
    background-size: auto;
  }
}
#top-reason .reason-bg {
  background: url(../img/top/reason-lt.png) no-repeat calc(50% - 480px) 100px, url(../img/top/reason-bg.png) no-repeat center 360px;
}
@media screen and (min-width: 1921px) {
  #top-reason .reason-bg {
    background-size: auto, 100%;
  }
}
#top-reason .reason-list {
  margin: 77px auto 0;
}
#top-reason .reason-txt {
  margin: 35px auto 0;
  padding-bottom: 34px;
  background: url(../img/top/reason-ttl-boder.png) no-repeat center bottom;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-txt {
    font-size: 1.5rem;
  }
}
#top-reason .reason-txt {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#top-reason .reason-txt .ac {
  color: #ef8e65;
}
#top-reason .reason-btn {
  margin: 80px auto 0;
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/top/service-bg.png) no-repeat center bottom/cover;
  position: relative;
}
#top-service .service-img {
  position: absolute;
  top: 80px;
  left: calc(50% - 960px);
}
@media screen and (min-width: 1921px) {
  #top-service .service-img {
    left: 0;
  }
}
#top-service .service-con {
  position: relative;
  z-index: 0;
}
#top-service .service-con::before, #top-service .service-con::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#top-service .service-con::before {
  width: 136px;
  height: 158px;
  background: url(../img/top/service-ttl-deco.png) no-repeat left top/contain;
  left: -105px;
  top: -71px;
}
#top-service .service-con::after {
  width: 254px;
  height: 253px;
  background: url(../img/top/service-rt.png) no-repeat right top/contain;
  right: 0;
  top: -71px;
}
@media screen and (min-width: 768px) {
  #top-service .service-con {
    max-width: 600px;
    margin-left: auto;
  }
}
#top-service .service-ttl {
  background: url(../img/top/service-ttl.png) no-repeat 251px calc(100% - 11px), url(../img/top/news-deco.png) no-repeat left bottom;
}
#top-service .service-txt-box {
  max-width: 501px;
  margin-top: 50px;
}
#top-service .service-btn {
  max-width: 500px;
  margin-top: 55px;
}

/* top-menu  PC
------------------------------------ */
#top-menu {
  background: url(../img/ptn/ptn.png);
}
#top-menu .menu-list {
  margin: 60px auto 0;
}
#top-menu .menu-list-item {
  width: 55%;
  max-width: 600px;
}
#top-menu .menu-list-link {
  display: block;
  height: 150px;
  padding-left: 195px;
  border-radius: 999px;
  line-height: 150px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-link {
    font-size: 1.75rem;
  }
}
#top-menu .menu-list-link {
  letter-spacing: 0.05em;
  color: #412e27;
}
#top-menu .menu-list-link01 {
  background: url(../img/top/menu-ico01.png) no-repeat 40px center, url(../img/top/menu-arw.png) no-repeat calc(100% - 40px) center #ffffff;
}
#top-menu .menu-list-link02 {
  background: url(../img/top/menu-ico02.png) no-repeat 20px center, url(../img/top/menu-arw.png) no-repeat calc(100% - 20px) center #ffffff;
}

/* =========================================

  sub layout  all

========================================= */
/* reason  PC
------------------------------------ */
#reason .thought-flx {
  margin: 52px auto 0;
}
#reason .thought-left {
  padding-left: 100px;
}
#reason .thought-ttl {
  position: relative;
}
#reason .thought-ttl::before {
  content: "";
  display: block;
  width: 203px;
  height: 242px;
  background: url(../img/reason/thought-ttl-deco.png) no-repeat left bottom/contain;
  position: absolute;
  top: -60px;
  left: -100px;
  z-index: -1;
}
#reason .thought-txt-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #reason .thought-txt-box {
    max-width: 560px;
  }
}
#reason .reason-bg {
  background: url(../img/reason/reason-lt.png) no-repeat calc(50% - 446px) 154px, url(../img/reason/reason-rt.png) no-repeat calc(50% + 466px) 80px;
}
#reason .reason-list {
  margin: 60px auto 0;
}
#reason .reason-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#reason .reason-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#reason .reason-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#reason .reason-list-con {
  width: 100%;
  max-width: 470px;
}
#reason .reason-list-txt {
  margin-top: 20px;
}
#reason .family-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #reason .family-img {
    position: absolute;
    right: -100px;
    top: 314px;
  }
}
@media screen and (min-width: 768px) {
  #reason .family-con {
    max-width: 470px;
    margin: 53px 0 0;
  }
}
#reason .family-con-ttl {
  display: inline-block;
  background: linear-gradient(transparent 50%, #f6ebe0 50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #reason .family-con-ttl {
    font-size: 1.5rem;
  }
}
#reason .family-con-ttl {
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#reason .family-txt-box {
  margin: 27px 0 0;
}
#reason .consu-bg {
  background: url(../img/reason/consu-l.png) no-repeat calc(50% - 470px) calc(100% - 181px), url(../img/reason/consu-r.png) no-repeat calc(50% + 438px) 182px;
}
#reason .consu-txt {
  margin: 48px auto 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #reason .consu-txt {
    text-align: center;
  }
}
#reason .consu-btn {
  margin: 55px auto 0;
}

/* service  PC
------------------------------------ */
#service .support-flx {
  margin: 44px auto 0;
}
#service .support-txt-box {
  width: 100%;
  position: relative;
  z-index: 0;
}
#service .support-txt-box::before {
  content: "";
  display: block;
  width: 254px;
  height: 252px;
  background: url(../img/service/deco.png) no-repeat left top/contain;
  position: absolute;
  top: 23px;
  left: -97px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #service .support-txt-box {
    max-width: 560px;
  }
}
#service .support-img {
  margin-left: 60px;
}
#service .service-list {
  margin: 60px auto 0;
}
#service .service-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .service-list-item {
    max-width: 320px;
  }
  #service .service-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  #service .service-list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
#service .service-list-ttl {
  margin: 15px auto 0;
  padding: 10px;
}
#service .service-list-check {
  margin: 13px auto 0;
  padding-right: 10px;
}
#service .service-list-check li {
  padding-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-check li {
    font-size: 1.5rem;
  }
}
#service .service-list-check li {
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
}
#service .service-list-check li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d49b64;
  position: absolute;
  top: 9px;
  left: 0;
}
#service .service-list-check li:nth-of-type(n+2) {
  margin-top: 13px;
}
#service .service-list-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-txt {
    font-size: 1.5rem;
  }
}
#service .service-list-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#service .service-note {
  margin: 48px auto 0;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ef8e65;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #service .service-note {
    font-size: 1.5rem;
  }
}
#service .service-note {
  letter-spacing: 0.05em;
  color: #ef8e65;
  line-height: 1.6;
}
#service .about-ttl-wrap {
  margin: 45px auto 0;
  text-align: center;
}
#service .about-flx {
  margin: 48px auto 0;
}
#service .about-txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #service .about-txt {
    font-size: 1.5rem;
  }
}
#service .about-txt {
  line-height: 2;
}
#service .about-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .about-txt-box {
    max-width: 540px;
  }
}
#service .about-img {
  padding-right: 37px;
}
#service .point {
  margin: 40px auto 0;
}
#service .point-ttl {
  text-align: center;
  position: relative;
}
#service .point-list {
  margin: -46px auto 0;
  padding: 86px 70px 70px;
  border-radius: 30px;
  background: #f9f6eb;
}
#service .point-list-item {
  width: 100%;
  max-width: 440px;
}
#service .point-list-item:nth-of-type(n+2) {
  margin-left: 60px;
}
#service .point-list-ttl {
  max-width: 380px;
  margin: auto;
  padding: 9px 0;
  background: #d4cec4;
  text-align: center;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #service .point-list-ttl {
    font-size: 1.5rem;
  }
}
#service .point-list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #412e27;
  position: relative;
}
#service .point-list-ttl02 {
  background: #ef8e65;
  color: #fff;
}
#service .point-list-ttl02 .sm {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #service .point-list-ttl02 .sm {
    font-size: 1.5rem;
  }
}
#service .point-list-check {
  height: 261px;
  margin: -20px auto 0;
  border-radius: 8px;
  padding: 50px 40px;
  background: #ffffff;
}
#service .point-list-check li {
  padding-left: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .point-list-check li {
    font-size: 1.5rem;
  }
}
#service .point-list-check li {
  letter-spacing: 0.05em;
  color: #412e27;
  line-height: 1.5;
  position: relative;
}
#service .point-list-check li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d4cec4;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #service .point-list-check li::before {
    font-size: 1.5rem;
  }
}
#service .point-list-check li::before {
  position: absolute;
  left: 0;
  top: 10px;
}
#service .point-list-check li:nth-of-type(n+2) {
  margin-top: 20px;
}
#service .point-list-check02 li::before {
  background-color: #ef8e65;
}
#service .area {
  background: url(../img/service/area-l.png) no-repeat calc(50% - 500px) 189px, url(../img/service/area-r.png) no-repeat calc(50% + 470px) 215px #f9f6ec;
}
#service .area-txt {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #service .area-txt {
    text-align: center;
  }
}
#service .price {
  background: #f3e9dd;
}
#service .price-list {
  margin: 50px auto 0;
}
#service .price-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#service .price-list-table {
  width: 100%;
  margin: 14px auto 0;
  background: #fff;
  border-radius: 10px;
}
#service .price-list-table th, #service .price-list-table td {
  padding: 15px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #service .price-list-table th, #service .price-list-table td {
    font-size: 1.5rem;
  }
}
#service .price-list-table th, #service .price-list-table td {
  letter-spacing: 0.05em;
}
#service .price-list-table td {
  text-align: right;
}
#service .price-flx {
  margin: 20px auto 0;
}
#service .price-flx-ttl {
  margin-right: 28px;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ef8e65;
  background: #f7f1e6;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #service .price-flx-ttl {
    font-size: 1.5rem;
  }
}
#service .price-flx-ttl {
  letter-spacing: 0.05em;
  color: #ef8e65;
  line-height: 1.5;
  flex-shrink: 0;
}
#service .price-flx-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #service .price-flx-txt {
    font-size: 1.5rem;
  }
}
#service .price-flx-txt {
  letter-spacing: 0.05em;
  line-height: 2.35;
  white-space: pre-line;
}

/* guide  PC
------------------------------------ */
#guide .flow {
  background: url(../img/guide/deco.png) no-repeat calc(50% - 510px) 197px, url(../img/guide/flow-ico.png) no-repeat calc(50% + 360px) 99px;
}
#guide .flow-list {
  margin: 60px auto 0;
}
#guide .flow-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  border-radius: 30px;
  background: #f9f6eb;
}
#guide .flow-list-item:nth-of-type(n+2) {
  margin: 44px auto 0;
  position: relative;
}
#guide .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 47px;
  height: 25px;
  margin: auto;
  background: url(../img/guide/flow-arw.png) no-repeat center/contain;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
}
#guide .flow-list-con {
  width: 100%;
  max-width: 779px;
}
#guide .flow-list-ttl {
  display: flex;
  padding-bottom: 27px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #guide .flow-list-ttl {
    background-image: url(../img/guide/border.png);
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}
#guide .flow-list-ttl .num {
  margin-right: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #guide .flow-list-ttl .num {
    font-size: 1.75rem;
  }
}
#guide .flow-list-ttl .num {
  letter-spacing: 0.05em;
  color: #ef8e65;
  line-height: 1;
}
#guide .flow-list-ttl .ja {
  line-height: 1;
}
#guide .flow-list-txt {
  margin-top: 7px;
}
#guide .faq {
  background: #f9f6eb;
}
#guide .faq-inner {
  background: url(../img/guide/faq-ico.png) no-repeat 90px 120px;
}
#guide .faq-list {
  margin: 60px auto 0;
}
#guide .faq-list-item {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
#guide .faq-list-item:nth-of-type(n+2) {
  margin: 31px auto 0;
}
#guide .faq-list-qa {
  padding: 15px 15px 15px 90px;
  position: relative;
}
#guide .faq-list-qa::before {
  content: "Q";
  display: block;
  width: 39px;
  height: 39px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-qa::before {
    font-size: 1.5rem;
  }
}
#guide .faq-list-qa::before {
  letter-spacing: 0.05em;
  color: #412e27;
  line-height: 45px;
  position: absolute;
  left: 25px;
  top: 11px;
}
#guide .faq-list-ttl {
  border-radius: 10px;
  background: #ef8e65;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#guide .faq-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
}
#guide .faq-list-txt {
  margin: 15px auto 0;
  padding-top: 10px;
  white-space: pre-line;
}
#guide .faq-list-txt::before {
  content: "A";
  background-color: #d49b64;
  color: #fff;
}

/* company  PC
------------------------------------ */
#company .greeting-flx {
  margin: 60px auto 0;
  background: url(../img/company/greeting-deco02.png) no-repeat calc(100% - 33px) bottom;
}
#company .greeting-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .greeting-txt-box {
    max-width: 560px;
  }
}
#company .greeting-img {
  text-align: center;
  position: relative;
  z-index: 0;
}
#company .greeting-img::before {
  content: "";
  width: 278px;
  height: 278px;
  background: url(../img/company/greeting-deco01.png) no-repeat center/contain;
  position: absolute;
  right: -82px;
  bottom: -162px;
  z-index: -1;
}
#company .greeting-img img {
  border-radius: 20px;
}
#company .greeting-name {
  width: 199px;
  margin: -19px auto 0;
  padding: 8px;
  background: #ef8e65;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #company .greeting-name {
    font-size: 1.5rem;
  }
}
#company .greeting-name {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
#company .company {
  background: #f9f6eb;
}
#company .company-table {
  margin: 43px auto 0;
}/*# sourceMappingURL=all.css.map */