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

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

.target {
  scroll-margin-top: 0; /* ヘッダーの高さ分 */
}

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

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(255, 222, 0, 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: 110px 0;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-list {
  display: flex;
  flex-wrap: wrap;
}
.com-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-list-item {
    max-width: 320px;
  }
  .com-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  .com-list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
.com-list-link {
  display: block;
}
.com-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.com-list-time {
  display: block;
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
.com-list-ttl {
  margin-top: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
}

.com-bg {
  background: url(../img/ptn/pt__texture_02.png);
}
.com-bg02 {
  background: url(../img/ptn/pt__texture_03.png);
}

.com-box {
  background-color: #fff;
  box-shadow: 4.95px 4.95px 0px 0px rgba(34, 34, 34, 0.06);
}

.com-mail {
  display: flex;
  width: 207px;
  height: 90px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #ffde00;
  background: #090c79;
  justify-content: center;
  align-items: center;
}
.com-mail::before {
  content: "";
  width: 26px;
  height: 18px;
  margin-right: 9px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.com-tel {
  text-align: center;
  line-height: 1;
}
.com-tel-link {
  padding-left: 34px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  letter-spacing: 0.03em;
  color: #090c79;
}
.com-tel-note {
  display: block;
}

.news-post {
  width: 100%;
  max-width: 710px;
}
.news-post-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.news-post-link {
  display: flex;
}
.news-post-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.05em;
}
.news-post-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  position: relative;
}
.news-post-con {
  margin-left: 20px;
  line-height: 1;
}
.news-post-tag {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin-right: 20px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.news-post-ttl {
  margin: 15px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  color: #fff;
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  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;
  }
}
.com-tag-link {
  display: block;
  padding: 19px 35px;
  border: 1px solid #090c79;
  text-align: center;
  background: url(../img/maintenance/arw.png) no-repeat calc(100% - 20px) 50% #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.05em;
  color: #090c79;
  line-height: 1.5;
  box-shadow: 4.95px 4.95px 0px 0px rgba(34, 34, 34, 0.06);
}
.com-tag-link.current {
  background-color: #090c79;
  background-image: none;
  color: #fff;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-bg-deco.png) no-repeat left top/51.8%;
  position: relative;
  z-index: 0;
}
#top-about .about-ttl {
  line-height: 1;
}
#top-about .about-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 9.8rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .en {
    font-size: 4.9rem;
  }
}
#top-about .about-ttl .en {
  letter-spacing: 0.03em;
  color: #d41f1f;
  font-style: italic;
}
#top-about .about-ttl .ja {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .ja {
    font-size: 2.3rem;
  }
}
#top-about .about-ttl .ja {
  letter-spacing: 0.05em;
  color: #090c79;
}
#top-about .about-txt-box {
  margin-top: 34px;
}
#top-about .about-img {
  width: 53.125%;
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: -1;
}

/* top-features  PC
------------------------------------ */
#top-features {
  background: url(../img/top/features-bg.jpg) no-repeat center/cover;
}
#top-features .features-list {
  margin: 58px auto 0;
}
#top-features .features-list-ttl {
  position: relative;
}
#top-features .features-list-ttl .num {
  color: #ffde00;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6.5rem;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-ttl .num {
    font-size: 3.25rem;
  }
}
#top-features .features-list-ttl .num {
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  right: -19px;
  top: -43px;
}
#top-features .features-list-ttl .ja {
  margin: 38px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-ttl .ja {
    font-size: 1.5rem;
  }
}
#top-features .features-list-ttl .ja {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.8;
}
#top-features .features-list-ttl .ja .ac {
  padding: 0 10px 3px;
  background: #ffde00;
  color: #090c79;
}
#top-features .features-btn {
  margin: 60px auto 0;
}

/* top-movie  PC
------------------------------------ */
#top-movie {
  background: url(../img/top/movie-bg.jpg) no-repeat center/cover;
}
#top-movie .movie-box {
  margin: 60px auto 0;
  padding: 60px 100px;
  background: #090c79;
}
#top-movie .movie-box-video {
  width: 100%;
}

/* top-service  PC
------------------------------------ */
#top-service .service-ttl {
  padding: 80px 0;
  background: url(../img/top/service-ttl-bg.jpg) no-repeat center/cover;
}
#top-service .service-ttl .en, #top-service .service-ttl .ja {
  color: #fff;
}
#top-service .service-list {
  padding: 81px 5.2% 120px;
  background: url(../img/top/service-bg-l.png) no-repeat left 120px/49%, url(../img/top/service-bg-l.png) no-repeat left calc(100% - 120px)/49%;
}
#top-service .service-list-item {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item {
    max-width: 1920px;
    margin: auto;
  }
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#top-service .service-list-item:nth-of-type(2n-1) .service-list-img {
  margin-left: 75px;
}
#top-service .service-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item:nth-of-type(2n) .service-list-con {
    margin-left: -75px;
  }
}
@media screen and (min-width: 768px) {
  #top-service .service-list-con01 .service-list-ttl-sub, #top-service .service-list-con01 .service-list-txt-box, #top-service .service-list-con01 .service-list-btn-wrap {
    padding-left: 100px;
  }
  #top-service .service-list-con02 .service-list-ttl-sub, #top-service .service-list-con02 .service-list-txt-box, #top-service .service-list-con02 .service-list-btn-wrap {
    padding-left: 160px;
  }
  #top-service .service-list-con03 .service-list-ttl-sub, #top-service .service-list-con03 .service-list-txt-box, #top-service .service-list-con03 .service-list-btn-wrap {
    padding-left: 100px;
  }
  #top-service .service-list-con03 .service-list-ttl {
    text-align: right;
  }
}
#top-service .service-list-ttl-sub {
  display: flex;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl-sub {
  letter-spacing: 0.05em;
  color: #090c79;
  line-height: 1.2;
  align-items: center;
}
#top-service .service-list-ttl-sub::before {
  content: "";
  width: 5px;
  height: 21px;
  margin-right: 15px;
  background: #090c79;
}
#top-service .service-list-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-txt {
    font-size: 1.5rem;
  }
}
#top-service .service-list-txt {
  line-height: 2.1;
}
#top-service .service-list-txt-box {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-txt-box p:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
#top-service .service-list-btn {
  max-width: 480px;
  height: 60px;
}
#top-service .service-list-btn-wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-img {
    width: 47.7%;
    margin-top: 19px;
  }
}
#top-service .service-list-img img {
  width: 100%;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: url(../img/ptn/pt__texture_03.png);
}
#top-news .news-ttl {
  text-align: left;
}
#top-news .news-ttl .ja {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #top-news .news-btn {
    margin-top: 60px;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-rb.png) no-repeat right bottom/49.2%;
}
.com-contact .com-ttl01 .en {
  font-size: 8.7rem;
}
@media screen and (max-width: 768px) {
  .com-contact .com-ttl01 .en {
    font-size: 4.35rem;
  }
}
.com-contact .com-ttl01 .en {
  color: #d41f1f;
}
.com-contact .com-ttl01 .ja {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .com-ttl01 .ja {
    font-size: 1.9rem;
  }
}
.com-contact .com-ttl01 .ja {
  color: #fff;
}
.com-contact .contact-box {
  padding: 65px 78px 80px;
  background: url(../img/ptn/pt__texture_03.png);
}
.com-contact .contact-txt {
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
}
.com-contact .contact-list {
  margin: 35px auto 0;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.com-contact .contact-btn {
  width: 283px;
  max-width: none;
  height: 60px;
  margin-left: 43px;
  background: #fff;
  color: #090c79;
}
.com-contact .contact-btn::before {
  margin-right: 10px;
  background-image: url(../img/top/contact-mail.png);
}
.com-contact .com-tel-link {
  background-image: url(../img/top/contact-tel.png);
  color: #ffde00;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .com-tel-link {
    font-size: 1.8rem;
  }
}

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

  sub layout  all

========================================= */
/* concept  PC
------------------------------------ */
#concept .features-list {
  margin: 67px auto 0;
}
#concept .features-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#concept .features-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #concept .features-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#concept .features-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #concept .features-list-con {
    max-width: 490px;
  }
}
#concept .features-list-ttl {
  display: flex;
  align-items: flex-end;
  color: #d41f1f;
  line-height: 1;
}
#concept .features-list-ttl .num {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #concept .features-list-ttl .num {
    font-size: 1.8rem;
  }
}
#concept .features-list-ttl .num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
}
#concept .features-list-ttl .ja {
  margin-left: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  #concept .features-list-ttl .ja {
    font-size: 1.5rem;
  }
}
#concept .features-list-ttl .ja {
  letter-spacing: 0.05em;
}
#concept .features-list-txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #concept .features-list-txt {
    font-size: 1.5rem;
  }
}
#concept .features-list-txt {
  line-height: 2.2;
}
#concept .features-list-txt-box {
  margin-top: 28px;
}
#concept .service {
  background: url(../img/ptn/pt__texture_02.png);
}
#concept .service-list {
  margin: 70px auto 0;
}
#concept .service-list-item {
  max-width: 770px;
}
#concept .service-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#concept .service-list-item:nth-of-type(2n) {
  margin-left: auto;
}
#concept .service-list-link {
  display: block;
  height: 250px;
  position: relative;
  z-index: 1;
}
#concept .service-list-link01 {
  background: url(../img/concept/service-img01.jpg) no-repeat center/cover;
}
#concept .service-list-link02 {
  background: url(../img/concept/service-img02.jpg) no-repeat center/cover;
}
#concept .service-list-link03 {
  background: url(../img/concept/service-img03.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #concept .service-list-link:hover .service-list-ttl::after {
    right: 5px;
  }
}
#concept .service-list-ttl {
  display: flex;
  width: 100%;
  max-width: 526px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  align-items: center;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 20px;
  bottom: 22px;
}
#concept .service-list-ttl::after {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 10px;
  transition: all 0.3s ease;
  content: "";
}
#concept .service-list-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #concept .service-list-ttl .en {
    font-size: 1.7rem;
  }
}
#concept .service-list-ttl .en {
  letter-spacing: 0.03em;
}
#concept .service-list-ttl .ja {
  margin-left: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #concept .service-list-ttl .ja {
    font-size: 1.5rem;
  }
}
#concept .service-list-ttl .ja {
  letter-spacing: 0.05em;
}
#concept .greeting {
  background: url(../img/ptn/pt__texture_03.png);
}
#concept .greeting-ttl .en {
  color: #ffde00;
}
#concept .greeting-ttl .ja {
  color: #fff;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #concept .greeting-ttl .ja {
    font-size: 2.3rem;
  }
}
#concept .greeting-ttl-sub {
  width: 100%;
  max-width: 620px;
  margin: 47px auto 0;
  background: #ffde00;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #concept .greeting-ttl-sub {
    font-size: 1.5rem;
  }
}
#concept .greeting-ttl-sub {
  letter-spacing: 0.05em;
  color: #090c79;
}
#concept .greeting-txt {
  color: #fff;
  line-height: 2.2;
}
#concept .greeting-txt-box {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #concept .greeting-txt-box {
    text-align: center;
  }
}
#concept .greeting-name {
  margin: 32px auto 0;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #concept .greeting-name {
    font-size: 1.5rem;
  }
}
#concept .greeting-name {
  letter-spacing: 0.05em;
}
#concept .qa-list {
  max-width: 920px;
  margin: 60px auto 0;
}
#concept .qa-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#concept .qa-list-ttl {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 2px solid #d41f1f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #concept .qa-list-ttl {
    font-size: 1.5rem;
  }
}
#concept .qa-list-ttl {
  letter-spacing: 0.05em;
  color: #d41f1f;
  align-items: flex-start;
}
#concept .qa-list-ttl::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  text-align: center;
  background: #ffde00;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #concept .qa-list-ttl::before {
    font-size: 1.5rem;
  }
}
#concept .qa-list-ttl::before {
  letter-spacing: 0.05em;
  color: #d41f1f;
  line-height: 40px;
  flex-shrink: 0;
}
#concept .qa-list-txt {
  margin: 25px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #concept .qa-list-txt {
    font-size: 1.5rem;
  }
}
#concept .qa-list-txt {
  letter-spacing: 0.05em;
  line-height: 1.6;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  #concept .qa-list-txt {
    line-height: 2.5;
  }
}

/* custom  PC
------------------------------------ */
#custom .about-ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #custom .about-ttl {
    font-size: 1.5rem;
  }
}
#custom .about-ttl {
  letter-spacing: 0.05em;
  color: #090c79;
  line-height: 1.4;
}
#custom .about-ttl .ac {
  display: block;
  margin: 10px auto 0;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #custom .about-ttl .ac {
    font-size: 2.1rem;
  }
}
#custom .about-ttl .ac {
  color: #d41f1f;
}
#custom .about-box {
  margin: 40px auto 0;
  padding: 40px;
}
#custom .about-box-ttl {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #custom .about-box-ttl {
    font-size: 1.7rem;
  }
}
#custom .about-box-ttl {
  letter-spacing: 0.03em;
  color: #d41f1f;
  line-height: 1.5;
}
#custom .about-box-ttl-sub {
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #custom .about-box-ttl-sub {
    font-size: 1.5rem;
  }
}
#custom .about-box-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #custom .about-box-txt {
    font-size: 1.5rem;
  }
}
#custom .about-box-txt {
  line-height: 2.5;
}
#custom .about-box-txt-box {
  margin-top: 39px;
}
#custom .custom {
  background: url(../img/ptn/pt__texture_02.png);
}
#custom .custom-txt {
  margin: 43px auto 0;
  text-align: center;
}
#custom .custom-note {
  margin: 30px auto 0;
  text-align: center;
  color: #616161;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.9;
}
#custom .add .merit-ttl .ja {
  width: 100%;
  max-width: 640px;
}
#custom .add .merit-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #custom .add .merit-list-item {
    max-width: 520px;
  }
  #custom .add .merit-list-item:nth-of-type(2) {
    margin-top: 0;
  }
  #custom .add .merit-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#custom .add .retarder {
  margin: 80px auto 0;
}
#custom .add .retarder-flx {
  margin: 67px auto 0;
}
#custom .add .retarder-box {
  width: 100%;
  max-width: 550px;
  padding: 40px;
}
#custom .add .retarder-box-check {
  margin-top: 24px;
}
#custom .add .retarder-box-check li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #custom .add .retarder-box-check li {
    font-size: 1.5rem;
  }
}
#custom .add .retarder-box-check li {
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #090c79;
}
#custom .add .retarder-box-check li:nth-of-type(n+2) {
  margin-top: 10px;
}
#custom .add .retarder .com-ttl02 .ja {
  margin: 0;
}
#custom .add .difference {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #custom .add .difference {
    padding-bottom: 110px;
  }
}
#custom .add .price-list-table03 tr:nth-of-type(1) th, #custom .add .price-list-table03 tr:nth-of-type(1) td {
  padding: 14px 0;
}
#custom .add .price-list-table03 .ac {
  color: #cf0000 !important;
}
#custom .tuning-flx {
  margin: 55px auto 0;
}
#custom .merit {
  margin: 70px auto 0;
}
#custom .merit-ttl {
  text-align: center;
}
#custom .merit-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  #custom .merit-ttl .en {
    font-size: 2.6rem;
  }
}
#custom .merit-ttl .en {
  letter-spacing: 0.03em;
  color: #d41f1f;
  line-height: 1;
}
#custom .merit-ttl .ja {
  display: inline-block;
  margin: 20px auto 0;
  padding: 5px 60px;
  background: #ffde00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #custom .merit-ttl .ja {
    font-size: 1.5rem;
  }
}
#custom .merit-ttl .ja {
  letter-spacing: 0.05em;
  color: #d41f1f;
  line-height: 1.5;
}
#custom .merit-list {
  margin: 50px auto 0;
}
#custom .merit-list-item {
  padding: 40px;
}
#custom .merit-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#custom .merit-list-txt {
  margin: 19px auto 0;
  font-size: 1.5rem;
  line-height: 2.5;
}
#custom .cases {
  background: url(../img/ptn/pt__texture_03.png);
}
#custom .cases-ttl .en {
  color: #ffde00;
}
#custom .cases-ttl .ja {
  color: #fff;
}
#custom .cases-list {
  margin: 35px auto 0;
}
#custom .cases-list-item {
  padding: 40px;
  background: #fff;
}
#custom .cases-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#custom .cases-list-ttl {
  margin: 22px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #custom .cases-list-ttl {
    font-size: 1.5rem;
  }
}
#custom .cases-list-ttl {
  letter-spacing: 0.05em;
  color: #d41f1f;
  line-height: 1.5;
}
#custom .cases-list-txt {
  margin: 20px auto 0;
  font-size: 1.5rem;
  line-height: 2;
  white-space: pre-line;
}
#custom .cases-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#custom .cases-images > li {
  width: 310px;
  height: 0;
  padding-top: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #custom .cases-images > li:not(:nth-of-type(3n-2)) {
    margin-left: 35px;
  }
  #custom .cases-images > li:nth-of-type(n+4) {
    margin-top: 35px;
  }
}

/* maintenance  PC
------------------------------------ */
#maintenance .about-ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #maintenance .about-ttl {
    font-size: 1.5rem;
  }
}
#maintenance .about-ttl {
  letter-spacing: 0.05em;
  color: #090c79;
  line-height: 1.6;
}
#maintenance .about-ttl .ac {
  display: block;
  margin: 10px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #maintenance .about-ttl .ac {
    font-size: 2.1rem;
  }
}
#maintenance .about-ttl .ac {
  letter-spacing: 0.05em;
  color: #d41f1f;
  line-height: 1.6;
}
#maintenance .about-tag {
  margin: 50px auto 0;
}
#maintenance .about-wrap {
  margin: 70px auto 0;
  padding-top: 70px;
  border-top: 1px solid #dddddd;
}
#maintenance .about-box {
  padding: 28px 40px 40px;
}
#maintenance .about-box-ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #maintenance .about-box-ttl {
    font-size: 1.5rem;
  }
}
#maintenance .about-box-ttl {
  letter-spacing: 0.05em;
  color: #d41f1f;
  line-height: 2.1;
}
#maintenance .about-txt {
  font-size: 1.5rem;
  line-height: 2.5;
}
#maintenance .about-txt-box {
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  #maintenance .about-txt-box {
    text-align: center;
  }
}
#maintenance .point-list {
  margin: 70px auto 0;
}
#maintenance .point-list-item {
  width: 100%;
  max-width: 320px;
  position: relative;
}
#maintenance .point-list-item:not(:nth-of-type(3n-2)) {
  margin-left: 60px;
}
#maintenance .point-list-item:nth-of-type(n+4) {
  margin-top: 60px;
}
#maintenance .point-list-num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #maintenance .point-list-num {
    font-size: 2.5rem;
  }
}
#maintenance .point-list-num {
  letter-spacing: 0;
  color: #d41f1f;
  line-height: 1;
  position: absolute;
  left: -15px;
  bottom: 88px;
}
#maintenance .point-list-ttl {
  display: flex;
  text-align: center;
  height: 110px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #maintenance .point-list-ttl {
    font-size: 1.5rem;
  }
}
#maintenance .point-list-ttl {
  letter-spacing: 0.05em;
  color: #090c79;
  line-height: 1.7;
  justify-content: center;
  align-items: center;
}
#maintenance .solution-ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #maintenance .solution-ttl {
    font-size: 1.9rem;
  }
}
#maintenance .solution-ttl {
  color: #d41f1f;
  line-height: 1.8;
}
#maintenance .solution-txt {
  margin: 36px auto 0;
}
@media screen and (min-width: 768px) {
  #maintenance .solution-txt {
    text-align: center;
  }
}
#maintenance .add {
  margin: 50px auto 0;
  padding-top: 60px;
  border-top: 1px solid #dddddd;
}
#maintenance .add-ttl {
  text-align: center;
}
#maintenance .add-ttl .ac {
  display: inline-block;
  padding: 5px 60px;
  background: #ffde00;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #maintenance .add-ttl .ac {
    font-size: 1.5rem;
  }
}
#maintenance .add-ttl .ac {
  letter-spacing: 0.05em;
  color: #d41f1f;
}
#maintenance .add-txt {
  margin: 32px auto 0;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  #maintenance .add-txt {
    text-align: center;
  }
}
#maintenance .add-list {
  margin: 34px auto 0;
}
#maintenance .add-list-item {
  width: 100%;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  #maintenance .add-list-item {
    max-width: 510px;
  }
}
#maintenance .add-list-ttl {
  background: #090c79;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #maintenance .add-list-ttl {
    font-size: 1.5rem;
  }
}
#maintenance .add-list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
#maintenance .add-list-txt {
  margin: 20px auto 0;
  line-height: 2.5;
  font-size: 1.5rem;
}
#maintenance .add-image {
  margin: 60px auto 0;
}
#maintenance .ins-ttl .en {
  color: #ffde00;
}
#maintenance .ins-ttl .ja {
  color: #fff;
}
#maintenance .ins-list {
  margin: 56px auto 0;
}
#maintenance .ins-list-item {
  padding: 40px;
  background: #fff;
}
#maintenance .ins-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#maintenance .flow-list {
  margin: 46px auto 0;
}
#maintenance .flow-list-item {
  padding: 30px 25px 25px;
  border: 1px solid #dddddd;
  text-align: center;
  position: relative;
}
#maintenance .flow-list-item:nth-of-type(n+2) {
  margin: 44px auto 0;
}
#maintenance .flow-list-num {
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #maintenance .flow-list-num {
    font-size: 1.9rem;
  }
}
#maintenance .flow-list-num {
  letter-spacing: 0;
  color: #d41f1f;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  line-height: 1;
}
#maintenance .flow-list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #maintenance .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#maintenance .flow-list-ttl {
  letter-spacing: 0.05em;
  color: #090c79;
  line-height: 1.5;
}
#maintenance .flow-list-txt {
  margin: 15px auto 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
#maintenance .flow-list-note {
  margin: 10px auto 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #616161;
  letter-spacing: 0.05em;
}
#maintenance .item {
  margin: 46px auto 0;
}
#maintenance .item-item {
  width: 100%;
  max-width: 310px;
  height: 242px;
  padding-top: 190px;
  border: 1px solid #dddddd;
  text-align: center;
}
#maintenance .item-item01 {
  background: url(../img/maintenance/insu-ico01.png) no-repeat center 89px;
}
#maintenance .item-item02 {
  background: url(../img/maintenance/insu-ico02.png) no-repeat center 81px;
}
#maintenance .item-item03 {
  background: url(../img/maintenance/insu-ico03.png) no-repeat center 81px;
}
#maintenance .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #maintenance .item-ttl {
    font-size: 1.5rem;
  }
}
#maintenance .item-ttl {
  color: #090c79;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#maintenance .price-list {
  margin: 57px auto 0;
}
#maintenance .price-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#maintenance .price-list-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
#maintenance .price-list-table th, #maintenance .price-list-table td {
  padding: 15px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  vertical-align: middle;
}
#maintenance .price-list-table th {
  background: #090c79;
  color: #fff;
}
#maintenance .price-list-table td.bg {
  background: #fff;
  color: #090c79;
}
#maintenance .price-list-table01 tr:nth-of-type(1) th {
  width: 170px;
}
#maintenance .price-list-table02 tr th:nth-of-type(1) {
  width: 190px;
}
#maintenance .price-list-table02 tr td {
  width: 168px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #222222 !important;
}
@media screen and (min-width: 768px) {
  #maintenance .price-list-table03 th, #maintenance .price-list-table03 td {
    padding: 23px 0;
  }
}
#maintenance .price-list-table03 tr:nth-of-type(1) th {
  width: 355px;
}
#maintenance .price-list-table03 tr:nth-of-type(1) th:nth-of-type(1) {
  width: 350px;
  padding: 15px 0;
  background: none;
}
#maintenance .price-list-table03 td {
  color: #222222 !important;
}
#maintenance .price-list-scroll {
  margin: 20px auto 0;
}
#maintenance .price-list-note {
  margin: 10px auto 0;
  text-align: right;
  color: #616161;
  font-size: 1.4rem;
  line-height: 1.9;
}
#maintenance .price-list-note02 {
  text-align: center;
}
#maintenance .price-list-bar li {
  display: grid;
  width: 125px;
  padding: 30px 0;
  background: #090c79;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  place-content: center;
  position: relative;
}
#maintenance .price-list-bar li:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/maintenance/bar01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
#maintenance .price-list-bar li:last-of-type::before {
  background-image: url(../img/maintenance/bar02.png);
}
#maintenance .price-list-bar li.bg {
  width: 200px;
  background: #fff;
}
#maintenance .price-list-bar li .ttl {
  width: 135px;
  height: 20px;
  margin: auto;
  background-color: #ffde00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #090c79;
  line-height: 20px;
}
#maintenance .price-list-bar li .price {
  margin: 5px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.1rem;
}
@media screen and (max-width: 768px) {
  #maintenance .price-list-bar li .price {
    font-size: 1.55rem;
  }
}
#maintenance .price-list-bar li .price {
  letter-spacing: 0.05em;
  color: #d41f1f;
  line-height: 1;
}
#maintenance .price-list-bar li .note {
  margin: 10px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  color: #616161;
}

/* bike  PC
------------------------------------ */
#bike .about-ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #bike .about-ttl {
    font-size: 1.7rem;
  }
}
#bike .about-ttl {
  letter-spacing: 0.05em;
  color: #d41f1f;
  line-height: 2;
}
#bike .about-txt-box {
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  #bike .about-txt-box {
    max-width: 570px;
  }
}
#bike .features-ttl .en {
  color: #ffde00;
}
#bike .features-ttl .ja {
  color: #fff;
}
#bike .features-list {
  margin: 55px auto 0;
}
#bike .features-list-item {
  width: 100%;
  max-width: 510px;
  padding: 175px 40px 35px;
  background: url(../img/bike/features-ico01.png) no-repeat center 40px #fff;
}
#bike .features-list-item02 {
  background-image: url(../img/bike/features-ico02.png);
}
#bike .features-list .ja {
  font-size: 2.1rem;
}
#bike .features-txt {
  margin: 20px auto 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #bike .features-txt {
    line-height: 2.5;
  }
}
#bike .sales-list {
  margin: 55px auto 0;
}
#bike .sales-list-item {
  width: 100%;
  max-width: 510px;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  #bike .sales-list-item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
#bike .sales-list-img {
  width: 100%;
  height: 0;
  padding-top: 86%;
  position: relative;
}
#bike .sales-list-ttl {
  margin: 20px auto 0;
  color: #090c79;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #bike .sales-list-ttl {
    font-size: 1.5rem;
  }
}
#bike .sales-list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.9;
}
#bike .sales-list-read {
  margin: 12px auto 0;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #d41f1f;
}
#bike .sales-list-price {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #bike .sales-list-price {
    font-size: 1.5rem;
  }
}
#bike .sales-list-price {
  letter-spacing: 0.05em;
  color: #d41f1f;
  line-height: 1.2;
}
#bike .sales-list-note {
  text-align: right;
  color: #616161;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
#bike .sales-list-txt {
  margin: 15px auto 0;
  padding-top: 21px;
  border-top: 1px solid #dddddd;
  font-size: 1.5rem;
  white-space: pre-line;
  line-height: 2.2;
}
#bike .results-ttl .en {
  color: #ffde00;
}
#bike .results-ttl .ja {
  color: #fff;
}
#bike .results-list {
  margin: 55px auto 0;
}

/* news  PC
------------------------------------ */
#news .news-tag {
  margin: 50px auto 0;
}
#news .news-list {
  margin: 50px auto 0;
}
#news .news-post-tag-txt {
  color: #090c79;
}
#news .com-list-img {
  border: 1px solid #090c79;
}
#news .com-list-time, #news .com-list-ttl, #news .com-list-tag-txt {
  color: #090c79;
}
#news .detail-box {
  padding: 50px;
}
#news .detail-flx {
  margin: auto;
}
#news .detail-time {
  color: #090c79;
}
#news .detail-ttl {
  color: #090c79;
}
#news .detail-ttl {
  margin: auto;
}
#news .detail-tag-txt {
  color: #090c79;
}

/* info  PC
------------------------------------ */
#info .shop-table {
  margin: 55px auto 0;
}
#info .shop-map {
  margin: 40px auto 0;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
}
#contact .contact-form-table small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #contact .contact-form-table th, #contact .contact-form-table td {
    padding: 15px;
    vertical-align: middle;
  }
}/*# sourceMappingURL=all.css.map */