@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;
}

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

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

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

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

.anchor-mp {
  margin: -90px auto 0;
  padding-top: 90px;
}

.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: 30px;
  }
}

.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;
}

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

/*  共通パーツ
------------------------------------ */
.com-line {
  width: 320px;
  position: relative;
}
.com-line::before {
  content: "";
  width: 89px;
  height: 101px;
  background: url(../img/top/service-illu.png) no-repeat right bottom/contain;
  position: absolute;
  right: 6px;
  bottom: -13px;
}
.com-line-ttl {
  padding: 6px 28px;
  border-radius: 10px 10px 0 0;
  background-color: #06c755;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-line-ttl {
    font-size: 1.5rem;
  }
}
.com-line-txt {
  display: flex;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 16px 30px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-line-txt {
    font-size: 1.5rem;
  }
}
.com-line-txt::before {
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 21px;
  background: url(../img/top/side-line.png) no-repeat left center/contain;
}

.com-tel {
  padding-left: 40px;
  background: url(../img/top/com-contact-tel.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 2.1rem;
  }
}
.com-tel-note {
  display: block;
  margin: 5px auto 0;
  line-height: 1;
}

.com-bg {
  background: #fce8ce;
}
.com-bg02 {
  background: linear-gradient(to bottom, #f2a413 0%, rgba(242, 137, 7, 0) 100%);
}

.com-illu {
  position: relative;
}
.com-illu::before {
  width: 138px;
  height: 219px;
  background: url(../img/top/worries-table-illu.png) no-repeat right bottom/contain;
  position: absolute;
  right: 0;
  bottom: 67px;
  content: "";
}

.com-en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px rgba(242, 137, 7, 0.2);
}
@media screen and (max-width: 768px) {
  .com-en {
    font-size: 6rem;
  }
}

.marker {
  display: inline-block;
  background-color: #fff089;
  line-height: 1.2;
}

.com-box {
  background: #fff;
  border-radius: 50px;
}
.com-box02 {
  padding: 126px 0 120px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 4.5px 5.362px 27px 3px rgba(13, 13, 13, 0.08);
}
.com-box02-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.gra-txt {
  background: linear-gradient(90deg, #f28907 0%, #f2a413 50%, #f2bb16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news-post-item {
  border-bottom: 1px dotted #afafaf;
}
.news-post-link {
  display: block;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-ttl {
    color: #f2a413;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  margin-bottom: 7px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  z-index: 1;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 25px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  min-width: 64px;
  margin: 0 7px 7px 0;
  padding: 2px 8px;
  background-color: #f2a413;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .com-tag-link {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.com-tag-link::after {
  right: 13px;
  transform: rotate(90deg) translateX(-50%);
}

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

  main layout  all

========================================= */
/* top-worries  PC
------------------------------------ */
#top-worries {
  background: linear-gradient(to bottom, #f2a413 0%, rgba(242, 137, 7, 0) 100%);
}
#top-worries .worries-box {
  padding-bottom: 118px;
  position: relative;
  z-index: 0;
  box-shadow: 4.5px 5.362px 27px 3px rgba(13, 13, 13, 0.08);
}
#top-worries .worries-box::before, #top-worries .worries-box::after {
  content: "";
  position: absolute;
}
#top-worries .worries-box::before {
  width: 230px;
  height: 142px;
  background: url(../img/top/worries-top-illu.png) no-repeat left top/contain;
  left: calc(50% - 534px);
  top: -142px;
}
#top-worries .worries-box::after {
  width: 365px;
  height: 84px;
  margin: auto;
  background: url(../img/top/worries-cir.png) no-repeat center top/contain;
  left: 0;
  right: 0;
  top: -65px;
  z-index: -1;
}
#top-worries .worries-ttl {
  padding-top: 115px;
  background: url(../img/top/worries-ttl-illu.png) no-repeat center top;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl {
    font-size: 2rem;
  }
}
#top-worries .worries-ttl .ac01 {
  color: #e7651a;
}
#top-worries .worries-list {
  display: flex;
  max-width: 1080px;
  margin: 55px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#top-worries .worries-list-item {
  width: 100%;
  max-width: 320px;
  text-align: center;
}
#top-worries .worries-list-box {
  padding: 35px 0 30px;
  background: #fff5d7;
  border-radius: 30px;
  position: relative;
}
#top-worries .worries-list-box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 11px solid #f28907;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
}
#top-worries .worries-list .en {
  width: 90px;
  height: 30px;
  margin: auto;
  border-radius: 6px;
  text-align: center;
  background: #f28907;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 24px;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list .en {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list .ja {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list .marker {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#top-worries .worries-list-illu {
  position: relative;
}
#top-worries .worries-list-illu01 {
  margin: 21px auto 0;
}
#top-worries .worries-list-illu02 {
  margin: -6px auto 0;
}
#top-worries .worries-list-illu03 {
  margin: 26px auto 0;
}
#top-worries .solution {
  max-width: 1080px;
  margin: auto;
  padding: 88px 0 0;
  background: url(../img/top/solution-arw.png) no-repeat center 80px;
}
#top-worries .solution-en {
  padding-right: 35px;
  text-align: right;
}
#top-worries .solution-ttl {
  margin: 80px auto 0;
}
#top-worries .price {
  text-align: center;
}
#top-worries .price-ttl {
  display: inline-block;
  margin: 55px auto 0;
  padding: 0 39px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-worries .price-ttl {
    font-size: 1.5rem;
  }
}
#top-worries .price-ttl::before, #top-worries .price-ttl::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/top/solution-arw-btm.png) no-repeat center/contain;
  position: absolute;
  top: 27%;
}
#top-worries .price-ttl::before {
  left: 6px;
}
#top-worries .price-ttl::after {
  right: 6px;
}
#top-worries .price-table {
  margin: 17px auto 0;
}
#top-worries .price-table th, #top-worries .price-table td {
  text-align: center;
}
#top-worries .price-btn {
  max-width: 560px;
  margin: 60px auto 0;
  position: relative;
}
#top-worries .price-btn::before {
  content: "";
  width: 49px;
  height: 50px;
  background: url(../img/top/service-list01.png) no-repeat left top/contain;
  position: absolute;
  left: 28px;
  top: 13px;
}

/* top-area  PC
------------------------------------ */
#top-area {
  margin-top: -41px;
  background: url(../img/top/area-map-all.png) no-repeat calc(50% + 350px) top;
}
#top-area .area-en {
  position: relative;
  left: -100px;
}
#top-area .area-ttl {
  display: inline-block;
  margin-top: -15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-area .area-ttl {
    font-size: 2rem;
  }
}
#top-area .area-ttl::before {
  width: 132px;
  height: 82px;
  background: url(../img/top/area-ttl-illu.png) no-repeat right top/contain;
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
}
#top-area .area-ttl .sm {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-area .area-ttl .sm {
    font-size: 1.6rem;
  }
}
#top-area .area-ttl .lg {
  font-size: 5.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-area .area-ttl .lg {
    font-size: 2.6rem;
  }
}
#top-area .area-list {
  margin-top: 80px;
}
#top-area .area-list-item {
  padding-left: 54px;
}
#top-area .area-list-item:nth-of-type(n+2) {
  margin-top: 35px;
  position: relative;
}
#top-area .area-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 3px;
  height: 27px;
  background: url(../img/top/area-flow.png) no-repeat left top/contain;
  position: absolute;
  left: 14px;
  top: -34px;
}
#top-area .area-list-item.start {
  background: url(../img/top/area-start.png) no-repeat 5px center;
}
#top-area .area-list-item.goal {
  background: url(../img/top/area-goal.png) no-repeat 5px center;
}
#top-area .area-list dl {
  display: flex;
  max-width: 586px;
  border-radius: 10px;
  background: #fff5d7;
  overflow: hidden;
}
#top-area .area-list dl dt, #top-area .area-list dl dd {
  padding: 8px 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-area .area-list dl dt, #top-area .area-list dl dd {
    font-size: 1.5rem;
  }
}
#top-area .area-list dl dt {
  width: 120px;
  background: #f2a413;
  text-align: center;
  color: #fff;
}
/* top-reason  PC
------------------------------------ */
#top-reason .reason-inner {
  position: relative;
}
#top-reason .reason-en {
  position: absolute;
  top: -34px;
  right: -75px;
}
@media screen and (max-width: 1280px) {
  #top-reason .reason-en {
    right: 0;
  }
}
#top-reason .reason-ttl .txt {
  display: inline;
}
#top-reason .reason-list {
  display: flex;
  margin: 75px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-reason .reason-list-item {
  width: 100%;
  max-width: 510px;
  background: #fff;
  border-radius: 50px;
  padding: 176px 19px 22px;
  text-align: center;
  box-shadow: 4.5px 5.362px 20.24px 1.76px rgba(13, 13, 13, 0.05);
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
#top-reason .reason-list-illu {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#top-reason .reason-list-illu01 {
  top: 50px;
}
#top-reason .reason-list-illu02 {
  top: 60px;
}
#top-reason .reason-list-illu03 {
  top: 50px;
}
#top-reason .reason-list-illu04 {
  top: 47px;
}
#top-reason .reason-list-num {
  display: flex;
  position: absolute;
  flex-direction: column-reverse;
  align-items: center;
  color: #e7651a;
  line-height: 1;
  position: absolute;
  top: -36px;
  right: 66px;
}
#top-reason .reason-list-num .point {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-num .point {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-num .num {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-num .num {
    font-size: 3.6rem;
  }
}
#top-reason .reason-list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #f28907;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-txt {
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-txt {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-txt .sm {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-txt .sm {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-link-wrap {
  margin-top: 23px;
  text-align: right;
}
#top-reason .marker {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* top-case  PC
------------------------------------ */
#top-case .case-inner {
  background: url(../img/top/case-illu.png) no-repeat calc(100% + 19px) calc(100% + 6px);
}
#top-case .case-list {
  margin: 36px auto 0;
}
#top-case .case-btn {
  margin: 126px auto 0;
}
@media screen and (min-width: 768px) {
  #top-case .com-case-item:nth-of-type(1) {
    margin-top: 150px;
  }
  #top-case .com-case-item:nth-of-type(2) {
    margin-top: 90px;
  }
}

.com-case {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.com-case-item {
  width: 100%;
  max-width: 315px;
  padding: 26px 28px 31px;
  border-radius: 30px 30px 0 0;
  background-color: #fff089;
  border-bottom: 10px solid #f28907;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-case-item {
    min-height: 495px;
  }
}
@media screen and (min-width: 768px) {
  .com-case-item:not(:nth-of-type(3n-2)) {
    margin-left: 67px;
  }
  .com-case-item:nth-of-type(n+4) {
    margin-top: 85px;
  }
}
.com-case-en {
  width: 90px;
  height: 30px;
  margin: auto;
  background: #f28907;
  text-align: center;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 22px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .com-case-en {
    font-size: 1.5rem;
  }
}
.com-case-en::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #f28907;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
.com-case-dl div:nth-of-type(1) {
  background: url(../img/top/case-start.png) no-repeat left 2px;
}
.com-case-dl div:nth-of-type(2) {
  margin-top: 32px;
  background: url(../img/top/case-goal.png) no-repeat left 2px;
  position: relative;
}
.com-case-dl div:nth-of-type(2)::before {
  content: "";
  width: 3px;
  height: 51px;
  background: url(../img/top/case-shape.png) no-repeat left top/contain;
  position: absolute;
  left: 10px;
  top: -64px;
}
.com-case-dl-item {
  padding-left: 28px;
}
.com-case-dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .com-case-dl dt {
    font-size: 1.5rem;
  }
}
.com-case-dl dd {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-case-dl dd {
    font-size: 1.5rem;
  }
}
.com-case-other {
  margin: 20px auto 0;
}
.com-case-other div:nth-of-type(n+2) {
  margin-top: 21px;
}
.com-case-other-item {
  border-bottom: 1px dotted #afafaf;
  padding-bottom: 15px;
}
.com-case-other dt {
  padding-left: 10px;
  border-left: 4px solid #f28907;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .com-case-other dt {
    font-size: 1.5rem;
  }
}
.com-case-other dd {
  margin: 10px auto 0;
  padding-left: 11px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-case-other dd {
    font-size: 1.5rem;
  }
}
.com-case-other dd.com-case-price {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #f28907 0%, #e7651a 81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .com-case-other dd.com-case-price {
    font-size: 1.5rem;
  }
}

/* top-service  PC
------------------------------------ */
#top-service .service-inner {
  position: relative;
}
#top-service .service-inner::before {
  content: "";
  width: 189px;
  height: 213px;
  background: url(../img/top/service-illu.png) no-repeat left top/contain;
  position: absolute;
  left: calc(50% - 631px);
  top: 92px;
  z-index: 1;
}
#top-service .service-ttl {
  display: flex;
  max-width: 1080px;
  margin: auto;
  padding-right: 54px;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
}
#top-service .service-ttl .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-service .service-ttl .ja {
    font-size: 2rem;
  }
}
#top-service .service-ttl .en {
  margin-left: 40px;
}
#top-service .service-bg {
  margin: 20px auto 0;
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
#top-service .service-bg::before, #top-service .service-bg::after {
  content: "";
  width: 1500px;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-service .service-bg::before, #top-service .service-bg::after {
    width: 78.125%;
  }
}
#top-service .service-bg::before {
  border-radius: 0 50px 50px 0;
  background: linear-gradient(180deg, #f28907 0%, #f2a413 50%, #f2bb16 100%);
  top: 0;
  left: calc(50% - 960px);
}
@media screen and (min-width: 1921px) {
  #top-service .service-bg::before {
    left: 0;
  }
}
#top-service .service-bg::after {
  border-radius: 50px 0 0 50px;
  background-color: #fcebcf;
  right: calc(50% - 960px);
  top: 60px;
  z-index: -2;
}
@media screen and (min-width: 1921px) {
  #top-service .service-bg::after {
    right: 0;
  }
}
#top-service .service-list {
  display: flex;
  max-width: 1080px;
  margin: auto;
}
#top-service .service-list-item {
  width: 100%;
  max-width: 300px;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin-left: 39px;
}
#top-service .service-list-link {
  display: block;
  height: 250px;
  padding-top: 18px;
  border-radius: 30px;
  text-align: center;
  transform: translateY(0);
}
#top-service .service-list-link01 {
  background: url(../img/top/service-list01.png) no-repeat center 73px, url(../img/top/service-arw.png) no-repeat calc(100% - 20px) calc(100% - 20px) #fff;
}
#top-service .service-list-link02 {
  background: url(../img/top/service-list02.png) no-repeat center 89px, url(../img/top/service-arw.png) no-repeat calc(100% - 20px) calc(100% - 20px) #fff;
}
#top-service .service-list-link03 {
  background: url(../img/top/service-list03.png) no-repeat center 82px, url(../img/top/service-arw.png) no-repeat calc(100% - 20px) calc(100% - 20px) #fff;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-link:hover {
    transform: translateY(-5px);
    opacity: 1;
  }
}
#top-service .service-list-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 43.5px;
  margin: auto;
  background: url(../img/top/service-ttl-l.png) no-repeat left calc(100% - 5px), url(../img/top/service-ttl-r.png) no-repeat right calc(100% - 5px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #f28907;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-txt {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl {
  margin: 105px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #f28907;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}

/* top-company  PC
------------------------------------ */
#top-company .ja {
  margin-top: -47px;
}
#top-company .company-txt {
  margin: 38px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-company .company-txt {
    font-size: 1.5rem;
  }
}
#top-company .company-flx {
  margin: 48px auto 0;
}
#top-company .company-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-company .company-con {
    max-width: 610px;
  }
}
#top-company .company-ttl {
  padding: 3px 16px;
  background: #f28907;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-company .company-ttl {
    font-size: 1.5rem;
  }
}
#top-company .company-table {
  margin: 23px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: linear-gradient(180deg, rgba(242, 164, 19, 0.2) 0%, rgba(242, 137, 7, 0) 100%);
}
#top-news .news-inner {
  position: relative;
}
#top-news .news-en {
  position: absolute;
  left: 0;
  top: -50px;
}
#top-news .news-btn {
  padding-right: 83px;
  background-image: url(../img/top/news-arw-all.png);
  font-size: 1.8rem;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.5rem;
  }
}
#top-news .news-post-tag {
  margin-left: 25px;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/com-contact.png) no-repeat center/cover;
}
.com-contact .fuki {
  background-image: url(../img/top/com-contact-ttl-l.png), url(../img/top/com-contact-ttl-r.png);
}
.com-contact .txt {
  color: #fff;
}
.com-contact .bg {
  display: inline-block;
  margin-right: 18px;
  padding: 5px 8px;
  background: #fff;
  color: #f28907;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-contact .bg {
    font-size: 2.1rem;
  }
}
.com-contact .contact-inner {
  position: relative;
}
.com-contact .contact-inner::before {
  content: "";
  width: 178px;
  height: 185px;
  background: url(../img/top/com-contact-illu.png) no-repeat left bottom/contain;
  position: absolute;
  left: -41px;
  bottom: -8px;
}
.com-contact .contact-list {
  margin: 45px auto 0;
}
.com-contact .contact-list li:nth-of-type(1) {
  text-align: center;
}
.com-contact .contact-list li:nth-of-type(n+2) {
  margin-left: 51px;
}

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

  sub layout  all

========================================= */
/* point  PC
------------------------------------ */
#feature .point {
  background: linear-gradient(to bottom, #f2a413 0%, rgba(242, 137, 7, 0) 100%);
}
@media screen and (min-width: 768px) {
  #feature .point {
    background: url(../img/com-bg02.png) no-repeat center top/100% auto;
  }
}
#feature .point-box {
  padding: 125px 0 118px;
  box-shadow: 4.5px 5.362px 27px 3px rgba(13, 13, 13, 0.08);
}
#feature .point-list {
  max-width: 1280px;
  margin: auto;
}
#feature .point-list-item:nth-of-type(n+2) .point-list-mt {
  margin: 130px auto 0;
}
#feature .point-list-flx {
  margin: 54px auto 0;
}
#feature .point-list-flx.flx-reverse .point-list-txt-box {
  margin: 0 60px 0 0;
}
#feature .point-list-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #feature .point-list-txt-box {
    max-width: 620px;
    margin-left: 74px;
  }
}
#feature .point-ttl {
  max-width: 1080px;
  margin: auto;
  text-align: center;
  position: relative;
}
#feature .point-ttl::before {
  content: "";
  width: 90px;
  height: 72px;
  margin: auto;
  background: url(../img/feature/point01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#feature .point-ttl .en {
  left: auto;
}
#feature .point-ttl .ja {
  margin-top: -38px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #feature .point-ttl .ja {
    font-size: 1.8rem;
  }
}
#feature .point-ttl .dot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#feature .point-ttl .dot::before, #feature .point-ttl .dot::after {
  content: "";
  width: 250px;
  height: 6px;
  background: url(../img/feature/deco.png) no-repeat left center;
}
#feature .point-ttl02::before {
  width: 110px;
  height: 63px;
  background-image: url(../img/feature/point02.png);
}
@media screen and (min-width: 768px) {
  #feature .point-ttl02 .dot::before, #feature .point-ttl02 .dot::after {
    width: 347px;
  }
}
#feature .point-ttl03::before {
  width: 110px;
  height: 63px;
  background-image: url(../img/top/reason-illu03.png);
}
@media screen and (min-width: 768px) {
  #feature .point-ttl03 .dot::before, #feature .point-ttl03 .dot::after {
    width: 285px;
  }
}
#feature .point-ttl04::before {
  width: 88px;
  height: 63px;
  background-image: url(../img/feature/point04.png);
}
#feature .hikaku {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
}
#feature .hikaku-item {
  width: 100%;
  max-width: 380px;
  text-align: center;
}
#feature .hikaku-item:nth-of-type(n+2) {
  margin-left: 205px;
  position: relative;
}
#feature .hikaku-item:nth-of-type(n+2)::before {
  content: "";
  width: 171px;
  height: 138px;
  background: url(../img/feature/arw-pc.png) no-repeat center/contain;
  position: absolute;
  left: -182px;
  top: 253px;
}
#feature .hikaku-ttl {
  width: 250px;
  height: 52px;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  background-color: #f28907;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 52px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #feature .hikaku-ttl {
    font-size: 1.5rem;
  }
}
#feature .hikaku-ttl02 {
  background-color: #e7651a;
}
#feature .hikaku-ttl02::after {
  border-top: 15px solid #e7651a !important;
}
#feature .hikaku-ttl::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #f28907;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
#feature .hikaku-txt {
  margin: 15px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature .hikaku-txt {
    font-size: 1.5rem;
  }
}
#feature .hikaku-txt .ac01 {
  color: #f28907;
}
#feature .hikaku-txt .ac02 {
  color: #e7651a;
}
#feature .hikaku-box {
  margin: 14px auto 0;
}
#feature .hikaku-box-empty {
  height: 141px;
  border: 2px dashed #9e9e9e;
  position: relative;
}
#feature .hikaku-box-empty::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/feature/box-deco.png) no-repeat right top/contain;
  position: absolute;
  top: -26px;
  right: -32px;
}
#feature .hikaku-box01 {
  height: 134px;
  background: #c4cb02;
}
#feature .hikaku-box0102 {
  margin-top: 5px;
  height: 42px;
}
#feature .hikaku-box02 {
  height: 120px;
  margin-top: 5px;
  background: #58aa07;
}
#feature .hikaku-box0202 {
  height: 64px;
}
#feature .hikaku-box03 {
  height: 110px;
  margin-top: 5px;
  background: #2b8e00;
}
#feature .hikaku-box > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .hikaku-box-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #feature .hikaku-box-txt {
    font-size: 1.5rem;
  }
}
#feature .hikaku-box-txt .sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #feature .hikaku-box-txt .sm {
    font-size: 1.5rem;
  }
}

/* service  PC
------------------------------------ */
#service .point {
  background: linear-gradient(to bottom, #f2a413 0%, rgba(242, 137, 7, 0) 100%);
}
#service .point-box {
  padding: 105px 0;
  box-shadow: 4.5px 5.362px 27px 3px rgba(13, 13, 13, 0.08);
}
@media screen and (min-width: 768px) {
  #service .point .lg {
    margin-right: -15px;
  }
}
#service .point .txt {
  display: inline;
}
#service .point-list {
  display: flex;
  max-width: 1080px;
  margin: 60px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#service .point-list::before {
  content: "";
  width: 165px;
  height: 223px;
  background: url(../img/service/service-illu.png) no-repeat left bottom/contain;
  position: absolute;
  left: -100px;
  bottom: -133px;
}
#service .point-list-item {
  width: 100%;
  max-width: 300px;
  text-align: center;
}
#service .point-list-item:nth-of-type(2n) .point-list-ttl {
  background-color: #f2a413;
}
#service .point-list-item:nth-of-type(2n) .point-list-ttl::after {
  border-top: 15px solid #f2a413;
}
@media screen and (min-width: 768px) {
  #service .point-list-item:nth-of-type(n+4) {
    margin-top: 47px;
  }
}
#service .point-list-ttl {
  width: 250px;
  height: 52px;
  margin: auto;
  background: #f28907;
  border-radius: 6px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 52px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .point-list-ttl {
    font-size: 1.5rem;
  }
}
#service .point-list-ttl::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #f28907;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
#service .point-list-img {
  margin: -26px auto 0;
}
#service .point-list-txt {
  margin: 17px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #service .point-list-txt {
    font-size: 1.5rem;
  }
}
#service .point-list-txt .sm {
  display: block;
  margin: 10px auto 0;
  text-align: left;
  padding-left: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .point-list-txt .sm {
    font-size: 1.5rem;
  }
}
#service .point-list-txt .sm::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#service .price-table {
  margin: 80px auto 0;
}
#service .price-box {
  max-width: 900px;
  margin: 70px auto 0;
  padding: 48px 86px 46px;
  border-radius: 10px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #f28907, #f2a413, #f2bb16) border-box;
  border: 3px solid transparent;
}
@media screen and (min-width: 768px) {
  #service .price-box::before {
    right: -62px;
    top: -51px;
    bottom: auto;
  }
}
#service .price-box-dl-item {
  display: flex;
  align-items: center;
}
#service .price-box-dl-item dt {
  display: flex;
  width: 260px;
  border-right: 3px dotted #f2a413;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .price-box-dl-item dt {
    font-size: 1.5rem;
  }
}
#service .price-box-dl-item dt::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 16px;
  border-radius: 50%;
  background: #f2a413;
}
#service .price-box-dl-item dd {
  width: 100%;
  max-width: 310px;
  margin-left: 89px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #service .price-box-dl-item dd {
    font-size: 1.5rem;
  }
}
#service .flow {
  background: #fce8ce;
}
#service .flow-list {
  margin: 60px auto 0;
}
#service .flow-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#service .flow-list-item:nth-of-type(n+2) {
  padding-top: 105px;
  background: url(../img/service/arw.png) no-repeat center 49px;
}
#service .flow-list-num {
  display: flex;
  width: 160px;
  height: 160px;
  background-color: #f2a413;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.18em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service .flow-list-num {
    font-size: 1.5rem;
  }
}
#service .flow-list-num .num {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #service .flow-list-num .num {
    font-size: 3.6rem;
  }
}
#service .flow-con {
  width: 100%;
  max-width: 870px;
}
@media screen and (min-width: 768px) {
  #service .flow-con {
    padding-top: 40px;
  }
}
#service .flow-txt {
  margin-top: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #service .flow-txt {
    font-size: 1.5rem;
  }
}
#service .flow-info {
  margin: 23px auto 0;
}
#service .flow-info li:nth-of-type(n+2) {
  margin-left: 50px;
}
#service .flow .com-tel {
  background-image: url(../img/service/tel.png);
  color: #0d0d0d;
}
#service .staff-flx {
  margin: 70px auto 0;
}
#service .staff-con {
  padding-top: 42px;
}
@media screen and (min-width: 768px) {
  #service .staff-con {
    max-width: 600px;
  }
}
#service .staff-img img {
  border-radius: 30px;
  box-shadow: -16px 20px #fff089;
}
#service .staff-ttl .job {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #e7651a;
}
@media screen and (max-width: 768px) {
  #service .staff-ttl .job {
    font-size: 1.5rem;
  }
}
#service .staff-ttl .ttl {
  margin-top: 20px;
}
#service .staff-txt-box {
  margin-top: 30px;
}

/* case  PC
------------------------------------ */
#case .case {
  position: relative;
}
#case .case-inner {
  width: 100%;
}
#case .case::before {
  content: "";
  width: 454px;
  height: 290px;
  background: url(../img/case/case-illu.png) no-repeat right bottom/contain;
  position: absolute;
  right: calc(50% - 653px);
  bottom: -55px;
  z-index: 1;
}
@media screen and (max-width: 1314px) {
  #case .case::before {
    right: 25px;
  }
}
#case .com-case {
  max-width: 1080px;
  margin: auto;
}

/* faq  PC
------------------------------------ */
#faq .faq-inner {
  width: 100%;
}
#faq .faq-box-inner {
  max-width: 1080px;
  margin: auto;
}
#faq .faq-list {
  margin: 80px auto 0;
}
#faq .faq-list-item:nth-of-type(n+2) .faq-list-mt {
  margin-top: 100px;
}
#faq .faq-list-ttl {
  padding: 13px;
  border-radius: 10px;
  background: #f28907;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#faq .faq-list-ttl::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #f28907;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
#faq .faq-list-dl {
  margin: 56px auto 0;
}
#faq .faq-list-dl div {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}
#faq .faq-list-dl div:nth-of-type(n+2) {
  margin-top: 60px;
}
#faq .faq-list-dl dt, #faq .faq-list-dl dd {
  padding-left: 70px;
  position: relative;
}
#faq .faq-list-dl dt::before, #faq .faq-list-dl dd::before {
  position: absolute;
  left: 0;
  top: -15px;
}
#faq .faq-list-dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-dl dt {
    font-size: 1.5rem;
  }
}
#faq .faq-list-dl dt::before {
  content: "Q.";
  color: #f2a413;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-dl dt::before {
    font-size: 2.4rem;
  }
}
#faq .faq-list-dl dd {
  margin: 37px 0 0 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-dl dd {
    font-size: 1.5rem;
  }
}
#faq .faq-list-dl dd::before {
  content: "A.";
  color: #e7651a;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-dl dd::before {
    font-size: 2.4rem;
  }
}

/* news  PC
------------------------------------ */
#news .com-tag {
  margin: 50px auto 0;
}
#news .com-news-ttl.clamp1 {
  padding-bottom: 6px;
}
#news .com-news-img {
  margin-left: 30px;
  flex-shrink: 0;
}
#news .com-news-img img {
  border-radius: 15px;
}
#news .news-inner {
  width: 100%;
}
#news .news-post {
  margin: 50px auto 0;
}
#news .detail-box {
  padding: 100px 0;
}
#news .detail .com-news-flx {
  margin: auto;
  justify-content: flex-start;
}
#news .detail-ttl {
  margin-top: 10px;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  #contact .contact-form-table tr:first-of-type th {
    border-radius: 10px 0 0 0;
  }
  #contact .contact-form-table tr:first-of-type td {
    border-radius: 0 10px 0 0;
  }
  #contact .contact-form-table tr:last-of-type th {
    border-radius: 0 0 0 10px;
  }
  #contact .contact-form-table tr:last-of-type td {
    border-radius: 0 0 10px 0;
  }
}
#contact .contact-form-table th, #contact .contact-form-table td {
  padding: 24px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #contact .contact-form-table th, #contact .contact-form-table td {
    font-size: 1.5rem;
  }
}
#contact .contact-form-table th {
  background: #f2a413;
  color: #fff;
}
#contact .contact-form-table td {
  background: #fff5d7;
}
#contact .contact-form-table td a {
  color: #0d0d0d;
}

/* privacy  PC
------------------------------------ */
#privacy .com-ttl03 {
  margin-bottom: 30px;
}

/* site  PC
------------------------------------ */
#site .com-ttl03 {
  margin-bottom: 30px;
}/*# sourceMappingURL=all.css.map */