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

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(252, 207, 4, 0.2);
  border-radius: 5.5px;
  position: absolute;
  bottom: 0;
  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: 120px 0 20px;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: url(../img/about/about-rt.png) no-repeat right top, url(../img/about/about-l.png) no-repeat left 145px;
}

.com-box {
  background: #fff;
  border: 1px solid #000000;
  box-shadow: 3px 3px #000000;
}

.shadow {
  text-shadow: 5px 5px #000000;
}

.box-shadow {
  box-shadow: 3px 3px #000000;
}

.com-tel {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #000000;
  line-height: 1;
}
.com-tel .num {
  font-size: 2.6rem;
}

.com-mail {
  display: flex;
  width: 270px;
  height: 80px;
  border-radius: 999px;
  background: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail {
  letter-spacing: 0.04em;
  line-height: 1.46;
  align-items: center;
  color: #000000;
  justify-content: center;
}

.com-carsensor {
  display: flex;
  width: 270px;
  height: 80px;
  border-radius: 999px;
  background: #fccf04;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .com-carsensor {
    font-size: 1.5rem;
  }
}
.com-carsensor {
  color: #000000;
  letter-spacing: 0.04em;
  line-height: 1.46;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.com-carsensor .sm {
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  border-bottom: 1px solid;
  font-size: 1.2rem;
}

.news-post {
  width: 100%;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #313131;
}
.news-post-link {
  display: flex;
  padding: 30px 0 23px 30px;
}
.news-post-time {
  display: block;
  margin-right: 35px;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.06em;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-contents {
  width: 100%;
}
.news-post-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag li:nth-of-type(n+2) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid;
}
.news-post-tag-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  letter-spacing: 0.04em;
  color: #a7a7a7;
  line-height: 1.2;
}
.news-post-ttl {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  margin: 45px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  margin: 0 20px 20px 0;
}
.com-tag-link {
  display: block;
  padding: 5px 20px;
  background: #313131;
  text-align: center;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.com-tag-link.current {
  background-color: #fccf04;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-rt.png) no-repeat right top/25.5%;
}
#top-about .about-ttl .en {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .en {
    font-size: 1.5rem;
  }
}
#top-about .about-ttl .en {
  line-height: 1;
  color: #000000;
}
#top-about .about-ttl .ja {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .ja {
    font-size: 3.2rem;
  }
}
#top-about .about-ttl .ja {
  line-height: 1.3;
  color: #000000;
}
#top-about .about-ttl .lg {
  color: #fccf04;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .lg {
    font-size: 3.5rem;
  }
}
#top-about .about-ttl .lg {
  line-height: 1;
  letter-spacing: 0.06em;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px, 5px 5px #000;
}
#top-about .about-txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt {
    max-width: 390px;
  }
}
#top-about .about-dl {
  margin: 80px auto 0;
  padding: 60px 0;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
}
#top-about .about-dl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-about .about-dl-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#top-about .about-dl dt {
  display: flex;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-dl dt {
    font-size: 1.5rem;
  }
}
#top-about .about-dl dt {
  letter-spacing: 0.06em;
  line-height: 1.5;
  align-items: center;
}
#top-about .about-dl dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  margin-right: 22px;
  background: #fccf04;
}
#top-about .about-dl dd {
  width: 100%;
  max-width: 600px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#top-about .about-btn {
  margin: 40px 0 0 auto;
}

/* top-movie  PC
------------------------------------ */
#top-movie {
  background: url(../img/top/movie-lt.png) no-repeat calc(50% - 570px) 148px, url(../img/top/movie-rt.png) no-repeat calc(50% + 550px) calc(100% - 179px) #fccf04;
  position: relative;
}
#top-movie .movie-inner {
  position: relative;
}
#top-movie .movie-illu {
  position: absolute;
  left: -68px;
  top: -78px;
}
#top-movie .movie-track {
  width: 100%;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
}
#top-movie .movie-track-top {
  top: 0;
}
#top-movie .movie-track-bottom {
  bottom: 0;
}
#top-movie .movie-track-inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 25s linear infinite;
}
#top-movie .movie-track-inner-reverse {
  animation: marquee_reverse 25s linear infinite;
}
#top-movie .movie-track-inner img {
  display: block;
  flex-shrink: 0;
}
#top-movie .movie-box {
  width: 100%;
  height: 0;
  margin: 60px auto 0;
  padding-top: 56.34%;
  background: #a7a7a7;
  border: 1px solid #000000;
  position: relative;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee_reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/* top-service  PC
------------------------------------ */
#top-service .service-flx {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#top-service .service-list {
  margin: 70px auto 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#top-service .service-list-item {
  padding: 13px 0 140px;
}
#top-service .service-list-item:nth-of-type(n+2) {
  padding-top: 140px;
  border-top: 1px solid #000000;
}
#top-service .service-list-flx {
  max-width: 1080px;
  margin: auto;
}
#top-service .service-list-ttl {
  color: #000000;
}
#top-service .service-list-ttl .num {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl .num {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl .num {
  letter-spacing: 0;
  line-height: 1;
}
#top-service .service-list-ttl .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl .ja {
    font-size: 2.8rem;
  }
}
#top-service .service-list-ttl .ja {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#top-service .service-list-txt {
  margin-top: 40px;
}
#top-service .service-list-btn {
  width: 140px;
}
#top-service .service-list-btn-wrap {
  margin-top: 24px;
}
#top-service .service-list-btn-wrap li:nth-of-type(n+2) {
  margin-left: 10px;
}

/* top-simulator  PC
------------------------------------ */
#top-simulator {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background: url(../img/top/simulator-deco-lt.png) no-repeat calc(50% - 650px) top, url(../img/top/simulator-deco-rt.png) no-repeat right top, url(../img/top/simulator-deco-lb.png) no-repeat left bottom #fccf04;
}
#top-simulator .simulator-box {
  padding: 60px 0 80px;
  text-align: center;
  background: url(../img/top/simulator-box-rt.png) no-repeat right top, url(../img/top/simulator-box-lb.png) no-repeat left bottom #Fff;
  position: relative;
}
#top-simulator .simulator-box::before, #top-simulator .simulator-box::after {
  content: "";
  display: block;
  position: absolute;
}
#top-simulator .simulator-box::before {
  width: 417px;
  height: 156px;
  background: url(../img/top/simukator-lt.png) no-repeat left top/contain;
  left: -100px;
  top: -82px;
}
#top-simulator .simulator-box::after {
  width: 323px;
  height: 371px;
  background: url(../img/top/simukator-rb.png) no-repeat right bottom/contain;
  right: -100px;
  bottom: -94px;
}
#top-simulator .simulator-txt {
  margin: 40px auto 0;
}
#top-simulator .simulator-btn {
  margin: 20px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: url(../img/top/news-rt.png) no-repeat calc(100% - 96px) top, url(../img/top/news-lb.png) no-repeat left bottom;
}
#top-news .news-post {
  max-width: 800px;
  margin: 60px 0 0 auto;
}
#top-news .news-btn {
  margin: 40px 0 0 auto;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: #000000;
}
.com-contact .contact-ttl {
  color: #fff;
  line-height: 1;
}
.com-contact .contact-ttl .en {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .en {
    font-size: 1.5rem;
  }
}
.com-contact .contact-ttl .en {
  letter-spacing: 0;
}
.com-contact .contact-ttl .ja {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .ja {
    font-size: 3.2rem;
  }
}
.com-contact .contact-ttl .ja {
  letter-spacing: 0.06em;
}
.com-contact .contact-txt {
  margin-top: 60px;
  color: #c4c4c4;
}
.com-contact .contact-btn-wrap {
  margin-top: 22px;
}
.com-contact .contact-btn-wrap li:nth-of-type(n+2) {
  margin-left: 20px;
}
.com-contact .sidebar-list-worktime {
  margin-top: 5px;
}
.com-contact .sidebar-list-tel {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .sidebar-list-tel {
    font-size: 1.5rem;
  }
}
.com-contact .sidebar-list-tel .num {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .com-contact .sidebar-list-tel .num {
    font-size: 2.5rem;
  }
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
.com-about-txt-box {
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .com-about-txt-box {
    text-align: center;
  }
}

#about .about-inner {
  position: relative;
}
#about .about-illu {
  position: absolute;
  left: -50px;
  top: 160px;
}
#about .message {
  margin: 47px auto 0;
}
#about .message-flx {
  margin: 40px auto 0;
}
#about .our {
  background: url(../img/about/our-t.png) no-repeat calc(50% - 560px) top, url(../img/about/our-r.png) no-repeat calc(50% + 650px) 260px, url(../img/about/our-b.png) no-repeat left bottom #fccf04;
}
#about .our-list {
  margin: 40px auto 0;
  background: url(../img/about/deco.png) no-repeat center;
}
#about .our-list-item {
  padding-top: 120px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .our-list-item {
    width: 460px;
    height: 460px;
  }
  #about .our-list-item:nth-of-type(n+2) {
    margin-left: 112px;
  }
}
#about .our-list-ttl {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #about .our-list-ttl {
    font-size: 1.5rem;
  }
}
#about .our-list-ttl {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.2;
}
#about .our-list-txt {
  margin: 39px auto 0;
  color: #fff;
}
.com-bnr {
  display: flex;
}
.com-bnr > li:nth-of-type(n+2) {
  margin-left: 58px;
}
.com-bnr-item {
  width: 100%;
  max-width: 559px;
}
.com-bnr-link {
  display: block;
  height: 160px;
  background: url(../img/about/bnr-lb.png) no-repeat left bottom, url(../img/about/bnr-rt.png) no-repeat right top #000000;
  text-align: center;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .com-bnr-link {
    font-size: 1.7rem;
  }
}
.com-bnr-link {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 160px;
  position: relative;
}
.com-bnr-link::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.com-bnr-link01::before {
  width: 177px;
  height: 228px;
  background: url(../img/about/service-deco.png) no-repeat left top/contain;
  left: -109px;
  top: -31px;
}
.com-bnr-link02::before {
  width: 225px;
  height: 227px;
  background: url(../img/about/chart-deco.png) no-repeat left top/contain;
  right: -127px;
  bottom: -32px;
}
.com-bnr-yellow {
  border: 1px solid;
  background-color: #fccf04;
  background-image: url(../img/guide/btn01.png), url(../img/guide/btn01-rt.png);
  color: #000000;
  box-shadow: 5px 5px #000000;
}

/* guide  PC
------------------------------------ */
#guide .guide-inner {
  position: relative;
}
#guide .guide-illu {
  position: absolute;
  left: -97px;
  top: 194px;
}
#guide .guide-ttl .ja {
  margin-top: 0;
}
#guide .guide-ttl .sm {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #guide .guide-ttl .sm {
    font-size: 1.5rem;
  }
}
#guide .chart_inbox {
  margin: 40px auto 0;
}
#guide .chart_question_title {
  padding: 20px 85px;
  background: #000000;
  text-align: center;
  position: relative;
}
#guide .chart_question_inner {
  padding: 40px 0;
}
#guide .chart_question_button_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#guide .chart_question_button_list > li:nth-of-type(2n) {
  margin-left: 20px;
}
#guide .chart_question_button_list > li:nth-of-type(n+3) {
  margin-top: 20px;
}
#guide .chart_question_button_item {
  width: 100%;
  max-width: 440px;
}
#guide .chart_question_next_button {
  display: block;
  padding: 16px 39px;
  border-radius: 30px;
  background: url(../img/guide/next.png) no-repeat calc(100% - 20px) center #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #guide .chart_question_next_button {
    font-size: 1.5rem;
  }
}
#guide .chart_question_next_button {
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}
#guide .chart_back_button {
  padding-right: 32px;
  padding-bottom: 8px;
  background: url(../img/guide/back.png) no-repeat right 0;
  border-bottom: 1px solid #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #guide .chart_back_button {
    font-size: 1.5rem;
  }
}
#guide .chart_back_button {
  letter-spacing: 0.04em;
  line-height: 1;
}
#guide .chart_back_button_wrp {
  margin: 34px auto 0;
}
#guide .chart_result {
  padding: 45px 60px;
  background-image: url(../img/guide/rt.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
#guide .chart_result::before, #guide .chart_result::after {
  content: "";
  display: block;
  position: absolute;
}
#guide .chart_result::before {
  width: calc(100% + 200px);
  height: 96%;
  background: #fccf04;
  left: -100px;
  bottom: -100px;
  z-index: -1;
}
#guide .chart_result::after {
  width: 300px;
  height: 355px;
  background: url(../img/guide/result-deco.png) no-repeat right top/contain;
  top: -79px;
  right: -200px;
}
#guide .chart_result_title_icon {
  display: flex;
  width: 130px;
  height: 130px;
  background: url(../img/guide/bg.png) no-repeat center/contain;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #guide .chart_result_title_icon {
    font-size: 1.5rem;
  }
}
#guide .chart_result_title_icon {
  letter-spacing: 0.08em;
  line-height: 1.4;
  position: absolute;
  left: 40px;
  top: -51px;
  justify-content: center;
  align-items: center;
}
#guide .chart_result_title_sub {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #guide .chart_result_title_sub {
    font-size: 1.6rem;
  }
}
#guide .chart_result_title_sub {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#guide .chart_result_title_sub::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin: 17px auto 0;
  background: #fccf04;
}
#guide .chart_result_inner {
  margin: 40px auto 0;
}
#guide .chart_result_inner_content {
  margin-left: 36px;
}
#guide .chart_result_image {
  flex-shrink: 0;
}
#guide .chart_result_btn {
  width: 180px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #guide .chart_result_btn {
    font-size: 1.5rem;
  }
}
#guide .chart_result_btn {
  color: #000000;
  letter-spacing: 0.04em;
  line-height: 38px;
}
#guide .chart_result_btn01 {
  border: 1px solid #fccf04;
  background: #fccf04;
}
#guide .chart_result_btn02 {
  border: 1px solid #000000;
  background: #fff;
}
#guide .chart_result_btn_wrp {
  margin-top: 23px;
}
#guide .chart_result_btn_wrp a:nth-of-type(n+2) {
  margin-left: 20px;
}
#guide .question_title_icon {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #guide .question_title_icon {
    font-size: 1.5rem;
  }
}
#guide .question_title_icon {
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#guide .question_title_text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #guide .question_title_text {
    font-size: 1.5rem;
  }
}
#guide .question_title_text {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
}
#guide .bnr {
  padding-top: 100px;
}
#guide .bnr-list-item {
  padding: 80px 0 100px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#guide .bnr-list-item:nth-of-type(n+2) {
  margin: 120px auto 0;
}
#guide .bnr-txt {
  margin: 48px auto 0;
  text-align: center;
}
#guide .bnr-btn01 {
  border: 1px solid #000000;
  background-color: #fccf04;
  background-image: url(../img/guide/btn01.png), url(../img/guide/btn01-rt.png);
  color: #000000;
}
#guide .bnr-btn02 {
  border: 1px solid;
  background-color: #fff;
  background-image: url(../img/guide/bnr-lb.png), url(../img/guide/bnr-rt.png);
  color: #000000;
}
#guide .com-bnr {
  margin: 45px auto 0;
}
#guide .com-bnr-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2.939px 4.045px 0px 0px rgb(0, 0, 0);
  line-height: 1.4;
}
#guide .com-bnr-link .sm {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #guide .com-bnr-link .sm {
    font-size: 1.5rem;
  }
}

/* company  PC
------------------------------------ */
#company {
  overflow: hidden;
}
#company .information-list {
  margin: 50px auto 0;
}
#company .information-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#company .information-list-table {
  margin: 40px auto 0;
}
#company .information-list-tag {
  margin: 40px auto 0;
  padding: 0 30px;
}
#company .information-list-tag-txt {
  padding: 11px 16px;
  background: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #company .information-list-tag-txt {
    font-size: 1.5rem;
  }
}
#company .information-list-tag-txt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
}
#company .information-list-tag-txt:nth-of-type(n+2) {
  margin-left: 10px;
}
#company .information-list-map {
  margin: 40px auto 0;
  padding-top: 340px;
}
/* service  PC
------------------------------------ */
#service .service-list {
  margin: 50px auto 0;
}
#service .service-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#service .service-list-txt {
  margin: 28px auto 0;
  padding: 0 25px;
}
#service .service-list-note {
  margin: 40px auto 0;
  text-align: center;
}
#service .service-list-btn-wrap {
  margin: 15px auto 0;
  text-align: center;
}
#service .service-list-flx {
  margin: 40px auto 0;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  #service .service-list-flx-txt {
    margin-left: 34px;
  }
}
#service .service-list-dl {
  margin: 40px auto 0;
  padding: 0 30px 30px;
  border-bottom: 1px solid #000000;
  line-height: 1;
}
#service .service-list-dl dt {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-dl dt {
    font-size: 1.5rem;
  }
}
#service .service-list-dl dt {
  letter-spacing: 0.06em;
  color: #000000;
  align-items: center;
}
#service .service-list-dl dt::before {
  width: 10px;
  height: 4px;
  margin-right: 16px;
  background: #fccf04;
  content: "";
}
#service .service-list-dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-dl dd {
    font-size: 1.5rem;
  }
}
#service .service-list-dl dd {
  letter-spacing: 0.06em;
  color: #000000;
}
#service .service-check-item {
  display: flex;
  border-bottom: 1px solid #000000;
  padding: 35px 35px 26px 30px;
  align-items: center;
  justify-content: space-between;
}
#service .service-check-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #service .service-check-ttl {
    font-size: 1.5rem;
  }
}
#service .service-check-ttl {
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #000000;
}
#service .service-check-ttl .num {
  margin-right: 12px;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #service .service-check-ttl .num {
    font-size: 1.5rem;
  }
}
#service .service-check-ttl .num {
  letter-spacing: 0;
  color: #fccf04;
}
@media screen and (min-width: 768px) {
  #service .service-check-txt {
    max-width: 510px;
  }
}
#service .service-check-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #service .service-check-txt {
    font-size: 1.5rem;
  }
}
#service .service-check-txt {
  letter-spacing: 0.04em;
}
#service .service-reco {
  margin: 46px auto 0;
  background: url(../img/service/reco-r.png) no-repeat right top, url(../img/service/reco-l.png) no-repeat left bottom;
  text-align: center;
}
#service .service-reco-ttl {
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #service .service-reco-ttl {
    font-size: 1.5rem;
  }
}
#service .service-reco-ttl {
  letter-spacing: 0.06em;
  color: #000000;
  line-height: 1;
  transform: translateY(-15px);
}
#service .service-reco-list {
  margin: 17px auto 0;
  padding-bottom: 36px;
}
#service .service-reco-list li {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .service-reco-list li {
    font-size: 1.5rem;
  }
}
#service .service-reco-list li {
  letter-spacing: 0.06em;
  color: #000000;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
}
#service .service-reco-list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url(../img/service/check.png) no-repeat center/contain;
}
#service .service-reco-list li:nth-of-type(n+2) {
  margin: 16px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-box {
  padding: 50px;
}
#news .com-news-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
}

/* privacy  PC
------------------------------------ */
#privacy .privacy-box-ttl {
  margin-bottom: 20px;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 15px 30px;
}/*# sourceMappingURL=all.css.map */