@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
/*	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;
}

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

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

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

/*  共通パーツ
------------------------------------ */
.com-shadow::after {
  top: 7px;
  left: 7px;
}

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

.lg {
  font-size: 2.2rem;
}

.news-post-item {
  max-width: none;
}
.news-post-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.news-post-time {
  margin-top: 21px;
}
.news-post-ttl {
  font-size: 1.7rem;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-wrap {
  padding: 20px 15px;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-tag-link {
  padding: 13px 38px;
}

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

  main  SP

========================================= */
/* top-about  SP
------------------------------------ */
#top-about .about-inner {
  padding-bottom: 90px;
}
#top-about .about-flx {
  display: block;
}
#top-about .about-img {
  margin: 10px auto 0;
}
#top-about .about-txt-box {
  margin: 15px auto 0;
}
#top-about .about-btn {
  margin: 30px auto 0;
}

/* top-trouble  SP
------------------------------------ */
#top-trouble .trouble-img {
  top: -2%;
}
#top-trouble .trouble-inner {
  padding-top: 25%;
}
#top-trouble .trouble-house {
  width: 100%;
  margin-top: 20px;
  padding-top: 92%;
  background-size: 100%;
}
#top-trouble .trouble-check-item {
  width: 8%;
}
#top-trouble .trouble-check-item03 {
  top: 60.4%;
  left: 34.8%;
}
#top-trouble .trouble-check-item04 {
  top: 64.1%;
}
#top-trouble .trouble-check-item05 {
  top: 61.4%;
  left: 55.5%;
}
#top-trouble .trouble-list {
  margin: 30px auto 0;
}
#top-trouble .trouble-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-trouble .trouble-list-img {
  display: inline-block;
}
#top-trouble .trouble-list-ttl {
  font-size: 1.8rem;
}
#top-trouble .trouble-list-ttl .sm {
  line-height: 1;
}
#top-trouble .trouble-list-link {
  width: 90px;
  margin: 20px auto 0;
  padding-bottom: 9px;
  overflow: hidden;
}
#top-trouble .trouble-list-link::after {
  width: 11px;
  height: 9px;
  top: 4px;
}
#top-trouble .trouble-btn {
  margin: 30px auto 0;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list {
  flex-direction: column;
  align-items: center;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#top-bnr .bnr-ttl {
  right: 20px;
}
#top-bnr .bnr-ttl-en {
  font-size: 1.8rem;
}
#top-bnr .bnr-ttl-ja {
  height: 48px;
  font-size: 2rem;
  line-height: 48px;
}

/* top-news  SP
------------------------------------ */
#top-news .news-btn {
  max-width: 191px;
}
#top-news .news-post {
  margin-top: 30px;
}

/* com-contact  SP
------------------------------------ */
.com-contact .contact-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.com-contact .contact-box {
  padding: 30px 15px;
}
.com-contact .contact-left {
  text-align: center;
}
.com-contact .contact-flx {
  padding-bottom: 25px;
}
.com-contact .contact-ttl-ja {
  margin-top: 15px;
  font-size: 2.7rem;
}
.com-contact .contact-txt {
  margin-top: 20px;
}
.com-contact .contact-right {
  margin: 20px auto 0;
}
.com-contact .contact-tel-num {
  margin-left: 10px;
  font-size: 2.7rem;
}
.com-contact .contact-insta-btn {
  width: 90%;
  margin: auto;
  background-position: 15px center, calc(100% - 20px) center;
}
.com-contact .contact-insta-wrap {
  padding-top: 120px;
  padding-bottom: 30px;
  background-size: 120px, 110px;
  background-position: 100% 10px, 0 70px;
}

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

sub layout  SP

========================================= */
/* about  SP
------------------------------------ */
#about .concept::before {
  width: 224px;
  height: 189px;
}
#about .concept-flx {
  margin-top: 20px;
}
#about .concept-txt-box {
  margin-top: 20px;
}
#about .feature-list {
  margin-top: 30px;
}
#about .feature-list-item {
  flex-direction: column-reverse;
  align-items: center;
}
#about .feature-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#about .feature-list-con {
  margin: 15px auto 0;
}
#about .feature-list-ttl-num {
  font-size: 2.5rem;
}
#about .feature-list-ttl-num::after {
  width: calc(100% - 41px);
}
#about .feature-list-ttl-ja {
  font-size: 2rem;
}
#about .feature-list-txt-box {
  margin-top: 20px;
}
#about .area-illu {
  background-size: 120px, 380px;
  background-position: 95% 15px, center calc(100% + 20px);
}
#about .area-inner {
  padding-bottom: 320px;
}
#about .area-txt {
  margin-top: 20px;
}
#about .company-inner {
  padding: 50px 0;
}
#about .company-table {
  margin-top: 20px;
}

/* service  SP
------------------------------------ */
#service .service-list {
  margin-top: 30px;
}
#service .service-list-item {
  flex-direction: column-reverse;
  align-items: center;
}
#service .service-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#service .service-list-item:last-of-type {
  display: block;
}
#service .service-list-con {
  margin: 15px auto 0;
}
#service .service-list-txt {
  margin-top: 10px;
}
#service .box {
  margin-top: 25px;
  padding: 30px 15px 0;
}
#service .box-illu {
  padding-bottom: 150px;
  background-size: 150px, 100px;
  background-position: right 95%, left bottom;
}
#service .box-ttl {
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%, 15px 50%);
}
#service .box-ttl::before, #service .box-ttl::after {
  width: calc(30% - 51px);
}
#service .box-ttl::before {
  left: 27px;
}
#service .box-ttl::after {
  right: 27px;
}
#service .box-txt {
  margin-top: 20px;
  text-align: left;
}
#service .box-btn {
  margin-top: 25px;
}

/* cases  SP
------------------------------------ */
#cases .cases-tag-wrap {
  margin-top: 10px;
}
#cases .cases-list {
  margin-top: 25px;
  flex-direction: column;
  align-items: flex-start;
  background: none;
}
#cases .cases-list-item {
  width: 100%;
}
#cases .cases-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#cases .cases-list-img {
  display: inline-block;
}
#cases .cases-box {
  margin-top: 30px;
  padding: 25px 12px;
}
#cases .detail-list {
  flex-direction: column;
  align-items: flex-start;
}
#cases .detail-list-item:nth-of-type(n+2) {
  margin: 40px 0 0;
}

/* qa  SP
------------------------------------ */
#qa .qa-list {
  margin-top: 30px;
}
#qa .qa-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#qa .qa-list-ttl::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 15px;
}
#qa .qa-list-txt {
  margin-top: 20px;
  padding-left: 63px;
}
#qa .qa-list-txt::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 15px;
}

/* news  SP
------------------------------------ */
#news .detail .news-ttl {
  font-size: 1.8rem;
}

/* privacy  SP
------------------------------------ */
#privacy .com-ttl04 {
  padding-top: 10px;
  padding-bottom: 10px;
}/*# sourceMappingURL=style_sp.css.map */