@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

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

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

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

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

.sp-anchor {
  padding-top: 80px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 20px;
}
.com-txt .ac {
  font-size: 1.7rem;
}

.marker::before {
  height: 10px;
}

/*  共通パーツ
------------------------------------ */
.com-tel {
  text-align: center;
}
.com-tel-link {
  padding-left: 25px !important;
  background-size: 20px !important;
  font-size: 2.5rem !important;
}
.com-tel-note {
  text-align: center;
}
.com-tel-note img {
  height: 12px;
}

.com-bg {
  border-radius: 40px 40px 0 0;
}

.news-post {
  display: block;
  margin: 30px auto 0;
}
.news-post-item {
  margin: auto;
}
.news-post-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.news-post-time {
  margin-top: 10px;
  font-size: 1.3rem;
}
.news-post-tag {
  margin-top: 10px;
}
.news-post-tag li:nth-of-type(n+2) {
  margin: 0 0 7px 7px;
}
.news-post-tag-txt {
  font-size: 1.4rem;
}
.news-post-ttl {
  font-size: 1.6rem;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-item:nth-of-type(n+2) {
  margin: 15px auto 0;
}
.com-tag-link {
  margin: auto;
}

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

  main  SP

========================================= */
/* top-about  SP
------------------------------------ */
#top-about {
  background: url(../img/top/about-rb.png) no-repeat right bottom/62.3%, url(../img/top/about-gra.png) no-repeat center/cover;
}
#top-about::before {
  width: 62px;
  height: 56px;
  top: -30px;
}
#top-about .about-inner {
  position: relative;
}
#top-about .about-con {
  margin: 15px auto 0;
  padding: 0 15px 95px;
  background: url(../img/top/about-illu.png) no-repeat calc(100% - 20px) bottom/70px #fff;
  border-radius: 0 0 30px 30px;
}
#top-about .about-ttl {
  position: static;
}
#top-about .about-ttl::before {
  top: 17px;
  left: 4px;
}
#top-about .about-txt-box {
  margin-top: 20px;
}

/* top-service  SP
------------------------------------ */
#top-service .service-ttl::before {
  right: calc(50% - 127px);
  top: -22px;
}
#top-service .service-list {
  display: block;
  margin-top: 20px;
}
#top-service .service-list-item {
  width: 200px;
  margin: auto;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#top-service .service-list-link {
  height: 200px;
  padding-top: 35px;
}
#top-service .service-list-link img {
  height: 35px;
  position: static !important;
}
#top-service .service-list-ttl {
  margin: 15px auto 0;
  font-size: 1.7rem;
}
#top-service .service-list-ttl .sm {
  font-size: 1.3rem;
}
#top-service .service-btn {
  margin-top: 25px;
}

/* top-bnr  SP
------------------------------------ */
#top-bnr .bnr-inner {
  padding: 50px 15px;
}
#top-bnr .bnr-list {
  flex-direction: column;
  align-items: center;
}
#top-bnr .bnr-list-item {
  margin: auto;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#top-bnr .bnr-list-ttl {
  max-width: 200px;
  height: 70px;
  margin-top: -30px;
  padding-left: 15px;
  background-position-x: calc(100% - 15px);
  font-size: 1.8rem;
  line-height: 70px;
  transform: translateX(5px);
}
#top-bnr .bnr-list-img {
  width: calc(100% - 20px);
  margin-right: auto;
}

/* com-contact  SP
------------------------------------ */
.com-contact .contact-inner {
  padding-top: 61px;
  padding-bottom: 91px;
}
.com-contact .contact-box {
  padding: 25px 15px;
}
.com-contact .contact-box::before {
  width: 92px;
  height: 105px;
  bottom: -91px;
  right: 37px;
}
.com-contact .contact-box-list {
  display: block;
}
.com-contact .contact-box-list li:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.com-contact .contact-box-btn {
  width: 100%;
  height: 70px;
  font-size: 1.7rem;
}
.com-contact .contact-box-btn::before {
  margin-right: 13px;
}
.com-contact .contact-ac {
  width: 65px;
  height: 65px;
  margin: 0;
  padding-top: 10px;
  font-size: 1.2rem;
  left: 15px;
  top: 15px;
}
.com-contact .contact-ac .lg {
  font-size: 1.6rem;
}
.com-contact .contact-txt {
  margin-top: 20px;
  text-align: left;
}
.com-contact .contact-btn {
  margin-top: 25px;
}

/* top-news  SP
------------------------------------ */
#top-news .news-inner {
  display: block;
}
#top-news .news-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-news .news-ttl {
  font-size: 1.8rem;
}
#top-news .news-ttl::before {
  width: 53px;
  height: 53px;
  left: -13px;
  top: -12px;
}
#top-news .news-btn {
  width: 180px;
  margin: 0;
  font-size: 1.4rem;
  height: 50px;
  padding: 0;
  line-height: 50px;
}

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

sub layout  SP

========================================= */
/* reason  SP
------------------------------------ */
#reason .reason-ttl::before {
  top: -8px;
  right: calc(50% - 92px);
}
#reason .reason-list {
  margin-top: 20px;
}
#reason .reason-list-item {
  flex-direction: column-reverse !important;
  align-items: center !important;
}
#reason .reason-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#reason .reason-list-con {
  margin: 10px auto 0;
}
#reason .reason-list-ttl {
  font-size: 1.8rem;
}
#reason .reason-list-txt-box {
  margin-top: 15px;
}

/* service  SP
------------------------------------ */
#service .case-anchor {
  margin-top: 60px;
}
#service .case-ttl::before {
  top: -9px;
  left: calc(50% - 76px);
}
#service .case-list {
  margin-top: 25px;
}
#service .case-list-item {
  padding: 15px;
  border-radius: 15px 15px 0 0;
  flex-direction: column;
  align-items: center;
}
#service .case-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#service .case-list-con {
  padding-top: 20px;
}
#service .case-list-ttl {
  text-align: center;
  font-size: 1.8rem;
}
#service .case-list-ol {
  margin-top: 15px;
}
#service .case-list-ol li::before {
  top: 7px;
}
#service .case-list-ol li .sm {
  font-size: 1.3rem;
}
#service .service-ttl::before {
  top: -8px;
  left: calc(50% - 69px);
}
#service .service-list {
  margin-top: 30px;
}
#service .service-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#service .service-list-ttl {
  margin-top: 10px;
  font-size: 1.7rem;
}
#service .flow-list {
  margin-top: 20px;
}
#service .flow-list-item {
  border-radius: 20px;
  padding: 25px 15px;
  flex-direction: column;
  align-items: center;
}
#service .flow-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#service .flow-list-item:nth-of-type(n+2):nth-of-type(n+2)::before {
  height: 40px;
  top: -60px;
}
#service .flow-list-ico {
  width: 90px;
  margin: auto;
}
#service .flow-list-con {
  margin: 20px auto 0;
}
#service .flow-list-ttl {
  text-align: center;
  font-size: 1.7rem;
}
#service .flow-list-txt {
  margin-top: 15px;
}

/* works  SP
------------------------------------ */
#works .works {
  padding-top: 50px;
}
#works .works-ttl::before {
  top: -8px;
  left: calc(50% - 55px);
}
#works .works-list {
  margin-top: 30px;
}
#works .works-list-con {
  padding: 35px 15px;
}
#works .works-sb {
  margin-top: 15px;
}
#works .works-sb li:nth-of-type(2n) {
  margin-left: 2%;
}
#works .works-sb li:nth-of-type(n+3) {
  margin-top: 5%;
}
#works .works-sb-item {
  width: 49%;
}
#works .works-sb-ttl {
  margin-top: 5px;
}

/* company  SP
------------------------------------ */
#company .company-ttl::before {
  top: -8px;
  left: calc(50% - 55px);
}
#company .company-flx {
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
}
#company .staff-inner {
  flex-direction: column-reverse;
}
#company .staff-img {
  width: 70%;
  margin: auto;
}
#company .staff-con {
  margin: 15px auto 0;
}
#company .staff-ttl {
  z-index: 0;
}
#company .staff-ttl::before {
  width: 40px;
  height: 40px;
  top: -16px;
  left: -15px;
}
#company .staff-name {
  font-size: 1.8rem;
}
#company .staff-txt-box {
  margin-top: 10px;
}
#company .qa-list {
  margin-top: 20px;
}
#company .qa-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#company .qa-list-ttl {
  padding: 15px 15px 15px 50px;
  border-radius: 15px;
  font-size: 1.6rem;
  box-shadow: 0 4px #cdd4cf;
}
#company .qa-list-ttl::before {
  width: 30px;
  height: 30px;
  font-size: 1.7rem;
  line-height: 28px;
  left: 10px;
  top: 13px;
}
#company .qa-list-txt {
  padding: 15px 15px 15px 52px;
}
#company .qa-list-txt::before {
  width: 30px;
  height: 30px;
  font-size: 1.7rem;
  line-height: 28px;
  left: 10px;
  top: 13px;
}

/* news  SP
------------------------------------ */
#news .com-news-link {
  padding: 20px;
  border-radius: 15px 15px 0 0;
}
#news .detail-box {
  padding: 20px;
  border-radius: 15px 15px 0 0;
}

/* contact  SP
------------------------------------ */
#contact .com-ttl01::before {
  left: calc(50% - 93px);
}

/* privacy  SP
------------------------------------ */
#privacy .com-ttl01::before {
  left: calc(50% - 110px);
}

/* site  SP
------------------------------------ */
#site .com-ttl01::before {
  left: calc(50% - 76px);
}/*# sourceMappingURL=style_sp.css.map */