@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Rounded M+ 1c */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-btn01 {
  width: 300px;
  line-height: 60px;
}
.com-btn01::after {
  right: 15px;
}

.com-mail {
  width: 280px;
  height: 65px;
}

.com-tel {
  text-align: center;
  padding-bottom: 20px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico-color.png) no-repeat left 0px/18px;
}
.com-tel-txt {
  width: 250px;
  margin: 5px auto 0;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner {
  padding: 50px 15px 110px;
}
#top-about .inner::before {
  width: 88px;
  height: 97px;
  top: unset;
  bottom: 0;
  left: 20px;
}
#top-about .inner::after {
  width: 83px;
  height: 94px;
  top: unset;
  bottom: 0;
  right: 20px;
}
#top-about .txt {
  text-align: left;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .inner {
  padding: 50px 0;
}
#top-service .inner::before {
  display: none;
}
#top-service .container {
  padding: 50px 0;
  background: url(/img/top/service-deco01.png) no-repeat 15px 15px/100px, url(/img/top/service-deco02.png) no-repeat calc(100% - 20px) top/110px, #fff;
}
#top-service .list {
  display: block;
  padding: 0 15px;
}
#top-service .list-item {
  width: 100%;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-service .list-num {
  font-size: 22px;
}
#top-service .list-ttl {
  height: 120px;
}
#top-service .list-txt {
  padding: 30px 25px 25px;
}

/* =========================================
    top  sp
    top-reason
========================================= */
#top-reason .wrap {
  display: block;
}
#top-reason .wrap-deco {
  width: 60px;
  right: 5px;
  top: -50px;
}
#top-reason .box {
  width: 100%;
  padding: 40px 20px 36px;
}
#top-reason .box-left {
  background: url(/img/top/reason-ico01.png) no-repeat left top/35vw, #fff;
}
@media screen and (max-width: 400px) {
  #top-reason .box-left {
    background: url(/img/top/reason-ico01.png) no-repeat left top/135px, #fff;
  }
}
#top-reason .box-right {
  background: url(/img/top/reason-ico02.png) no-repeat left top/35vw, #fff;
}
@media screen and (max-width: 400px) {
  #top-reason .box-right {
    background: url(/img/top/reason-ico02.png) no-repeat left top/135px, #fff;
  }
}
#top-reason .box-ttl {
  padding-left: 33.4vw;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-case .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-case .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
  flex-wrap: wrap;
}
#top-case .list-item {
  width: 100%;
  height: unset;
}
#top-case .list-img {
  height: 80vw;
  min-height: 280px;
}
#top-case .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 20px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-shop
========================================= */
#top-shop .bg {
  background: url(/img/top/shop-bg01.png) no-repeat left 80px/60vw, url(/img/top/shop-bg02.png) no-repeat right calc(100% - 0px)/60vw, #f5f8ff;
}
#top-shop .inner {
  padding: 50px 15px;
}
#top-shop .wrap {
  display: block;
  overflow: hidden;
}
#top-shop .img {
  display: block;
  width: 320px;
  height: 394px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 50px 0;
}
#top-contact .container {
  background: url(/img/top/contact-deco01.png) no-repeat 10px top/100px, #00499e;
}
#top-contact .container::after {
  width: 83px;
  height: 73px;
  top: 250px;
}
#top-contact .container-inner {
  padding: 80px 15px 100px;
}
#top-contact .container-inner::before {
  width: 90px;
  height: 90px;
  left: 20px;
}
#top-contact .container-inner::after {
  width: 69px;
  height: 85px;
  right: 20px;
}
#top-contact .txt::before {
  top: 85%;
  left: calc(50% - 135px);
}
#top-contact .txt::after {
  top: 85%;
  right: calc(50% - 125px);
}
#top-contact .box {
  display: block;
  padding: 25px 15px 35px;
}
#top-contact .box::before {
  width: 90%;
  height: 1px;
  border-top: 1px dashed #00499e;
}
#top-contact .mail {
  margin: 50px auto 0;
}

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

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-bicycle
========================================= */
#sub-about .inner {
  padding: 50px 0;
}
#sub-about .container {
  padding: 35px 15px;
  background: url(/img/bicycle/about-deco01.png) no-repeat left bottom/40vw, url(/img/bicycle/about-deco02.png) no-repeat right bottom/40vw, #fff;
}
#sub-about .wrap {
  display: block;
}
#sub-about .img::after {
  width: 98px;
  height: 107px;
  bottom: -10px;
}
#sub-about .txt {
  margin-top: 25px;
}

#sub-service .inner {
  padding: 50px 0;
}
#sub-service .wrap {
  margin: 35px auto 0;
  padding: 50px 15px;
}
#sub-service .list-item-inner {
  padding: 30px 15px;
}
#sub-service .list-fle {
  display: block;
}
#sub-service .list-fle-img {
  width: 100%;
}
#sub-service .list-fle-txt {
  margin-top: 15px;
}
#sub-service .list-box {
  display: block;
}
#sub-service .list-box-item {
  width: 100%;
  padding: 0 20px;
}
#sub-service .list-box-item:nth-of-type(n + 2) {
  margin-top: 25px;
  padding-top: 25px;
  border-left: none;
  border-top: 2px dashed #00499e;
}
#sub-service .list-box-ttl::before {
  width: 34px;
  height: 6px;
  background: radial-gradient(circle, #fce739 3px, transparent 3px);
  background-size: 12px;
}
#sub-service .list-box-txt {
  margin-top: 20px;
}
#sub-service .list-txt {
  margin-top: 20px;
}

#sub-strengths .inner {
  padding: 50px 15px;
}
#sub-strengths .container-box {
  padding: 0px 0px 50px;
  background: url(/img/bicycle/strengths-box-bg01.png) no-repeat left bottom/40vw, #fff;
}
#sub-strengths .container-box::before {
  width: 110px;
  height: 85px;
  bottom: -30px;
  right: 15px;
}
#sub-strengths .container-box:nth-of-type(2) {
  margin-top: 50px;
  background: url(/img/bicycle/strengths-box-bg02.png) no-repeat right bottom/40vw, #fff;
}
#sub-strengths .container-box:nth-of-type(2)::before {
  width: 89px;
  height: 78px;
  bottom: -35px;
  left: 25px;
}
#sub-strengths .container-box:nth-of-type(2) .wrap {
  flex-direction: column-reverse;
}
#sub-strengths .wrap {
  flex-wrap: wrap;
  gap: 35px;
}
#sub-strengths .wrap-box {
  margin-top: 0;
  padding: 0 15px;
}
#sub-strengths .wrap-num {
  width: 70px;
  line-height: 28px;
  top: -15px;
}
#sub-strengths .img {
  border-radius: 20px 20px 0 0;
}

#sub-consultation .list-item {
  width: 300px;
  height: 120px;
}
#sub-consultation .list-item::after {
  width: 35px;
  height: 35px;
  top: -15px;
  left: 15px;
}

/* =========================================
    sub  SP
    sub-banner
========================================= */
#sub-banner .inner {
  padding: 50px 15px 0;
}
#sub-banner .link {
  width: 320px;
  height: 125px;
  justify-content: end;
  align-items: unset;
  padding: 25px 20px 0 0;
  background: url(/img/all/banner-case.jpg) no-repeat left center/150px, #fff;
}
#sub-banner .link::before {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
#sub-banner .link::after {
  transform: unset;
  top: 75px;
  right: 65px;
}
#sub-banner .link:hover::after {
  width: 28px;
  height: 28px;
  transform: translateX(5px);
}

/* =========================================
    sub  SP
    sub-item
========================================= */
#sub-item .list {
  margin-top: 35px;
}
#sub-item .list-item {
  padding: 35px 15px 30px;
}
#sub-item .list-wrap {
  display: block;
  margin-top: 15px;
}
#sub-item .list-img {
  width: 100%;
  height: 57.7vw;
  min-height: 202px;
}
#sub-item .list-box {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-bike
========================================= */
#sub-bike .inner {
  padding: 50px 0;
}
#sub-bike .wrap {
  margin: 35px auto 0;
  padding: 50px 15px;
}
#sub-bike .wrap-inner {
  flex-wrap: wrap;
}
#sub-bike .box {
  padding: 30px 20px;
}
#sub-bike .txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .list {
  gap: 15px;
  margin-top: 35px;
}
#sub-case .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-case .list-link {
  border: 1px solid #00499e;
  border-radius: 10px;
}
#sub-case .list-link::after {
  width: 28px;
  height: 28px;
  bottom: 13px;
  right: 15px;
}
#sub-case .list-top {
  padding: 0 0 15px;
}
#sub-case .list-img {
  width: 100%;
  height: 35vw;
  min-height: 122.5px;
}
#sub-case .list-img img {
  border-radius: 10px 10px 0 0;
}
#sub-case .list-ttl {
  font-size: 18px;
  margin-top: 15px;
  padding: 0 10px;
}
#sub-case .list-txt {
  padding: 15px 50px 15px 0;
}

#sub-case-detail .wrap {
  margin-top: 35px;
  padding: 35px 20px;
}
#sub-case-detail .scroll {
  gap: 10px;
  margin-top: 40px;
  padding: 10px;
}
#sub-case-detail .scroll-img {
  width: 250px;
  height: 250px;
}
#sub-case-detail .txt {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .bg {
  background: url(/img/top/shop-bg01.png) no-repeat left 65px/60vw, url(/img/top/shop-bg02.png) no-repeat right calc(100% - 100px)/60vw, #f5f8ff;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}