@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  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 {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--amp));
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*	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-bottom {
  background-size: 100% 100px;
}

.com-mail {
  height: 60px;
  line-height: 60px;
  font-size: 1.7rem;
}

.com-line {
  height: 60px;
  line-height: 60px;
  font-size: 1.7rem;
}

.com-tel-link {
  font-size: 2rem;
}
.com-tel-num {
  font-size: 2.5rem;
}

.com-box {
  padding: 20px 15px 30px;
  border-width: 3px;
}

.com-illu01::before {
  width: 47px;
  height: 54px;
  left: 15px;
  top: -8px;
}
.com-illu02::after {
  width: 98px;
  height: 57px;
  bottom: -21px;
  right: 0;
}

.com-bg {
  border-radius: 50px 50px 0 0;
}
.com-bg02 {
  background-size: 100px;
}

.news-post-link {
  padding: 20px 0 20px 0;
}
.news-post-time {
  font-size: 1.4rem;
}
.news-post-tag-txt {
  font-size: 1.3rem;
}
.news-post-ttl {
  font-size: 1.6rem;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  text-align: center;
}
.com-tag-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-tag-link {
  margin: auto;
  padding: 15px 30px;
  background-position-x: calc(100% - 14px);
  background-size: 7px;
}

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

  main  SP

========================================= */
/* top-news  SP
------------------------------------ */
#top-news .news-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#top-news .news-btn {
  max-width: 170px;
  height: 50px;
  margin: 0;
  padding: 15px 0;
  background-size: 8px;
  background-position: calc(100% - 20px);
}
#top-news .news-post {
  margin: 30px auto 0;
}

/* top-about  SP
------------------------------------ */
#top-about .about-inner {
  padding-bottom: 25px;
}
#top-about .about-txt {
  margin-top: 20px;
}

/* top-wb  SP
------------------------------------ */
#top-wb .wb-bg::before {
  width: 63px;
  height: 58px;
  top: -17px;
}
#top-wb .wb-txt {
  margin-top: 20px;
}
#top-wb .wb-btn {
  margin-top: 30px;
}
#top-wb .wb-img01 {
  display: block;
  width: 80%;
  margin: 20px 0 0 auto;
}
#top-wb .wb-img02 {
  display: block;
  margin: 20px auto 0;
}

/* top-reason  SP
------------------------------------ */
#top-reason .reason-bg::before {
  height: 200px;
  border-radius: 50px 50px 0 0;
}
#top-reason .reason-inner {
  padding-top: 0;
}
#top-reason .reason-list {
  max-width: 300px;
  margin: 25px auto 0;
  flex-direction: column;
  align-items: center;
}
#top-reason .reason-list-item {
  width: 80%;
  margin: auto;
  padding: 209px 0 25px;
  background-size: 80%;
  background-position: center 30px;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-reason .reason-list-ttl {
  font-size: 1.8rem;
}
#top-reason .reason-btn {
  margin-top: 35px;
}

/* top-voice  SP
------------------------------------ */
#top-voice .voice-bg::before {
  width: 60px;
  height: 46px;
  top: -25px;
  z-index: 1;
}
#top-voice .voice-inner {
  padding-top: 0;
}
#top-voice .voice-list {
  margin-top: 30px;
}
#top-voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#top-voice .voice-list-txt {
  margin-top: 15px;
}
#top-voice .voice-btn {
  margin-top: 30px;
}

/* top-faq  SP
------------------------------------ */
#top-faq .faq-inner {
  padding-bottom: 150px;
}
#top-faq .faq-list {
  margin-top: 25px;
}
#top-faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#top-faq .faq-list-ttl {
  padding: 13px 15px;
  font-size: 1.7rem;
}
#top-faq .faq-list-ttl::before {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 1.7rem;
}
#top-faq .faq-list-txt {
  padding: 20px 15px;
}

/* com-contact  SP
------------------------------------ */
.com-contact .contact-inner {
  padding: 50px 15px 100px;
}
.com-contact .contact-box {
  padding: 30px 15px;
  background-size: 83.6%;
}
.com-contact .contact-tel {
  margin-top: 30px;
}
.com-contact .contact-list {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}

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

sub layout  SP

========================================= */
/* wb  SP
------------------------------------ */
#wb .about-flx {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#wb .about-flx-txt-box {
  margin: 20px auto 0;
}
#wb .about-box-ttl {
  padding: 15px;
}
#wb .about-box-wrap {
  padding: 20px 15px;
  flex-direction: column;
  align-items: flex-start;
}
#wb .about-box-wrap ul:nth-of-type(n+2) {
  margin: 20px 0 0;
}
#wb .about-box-wrap li {
  background-position: left 6px;
  font-size: 1.6rem;
}
#wb .reason-list {
  margin-top: 15px;
}
#wb .reason-list-item {
  display: block;
  padding: 5px 15px 25px;
}
#wb .reason-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#wb .reason-list-item01 {
  background-position: center 20px;
  background-size: 200px;
}
#wb .reason-list-item02 {
  background-position: center 20px;
  background-size: 180px;
}
#wb .reason-list-item03 {
  background-position: center 20px;
  background-size: 170px;
}
#wb .reason-list-left {
  width: 100%;
  padding-top: 170px;
}
#wb .reason-list-txt {
  margin: 20px auto 0;
}
#wb .flow-inner {
  padding-bottom: 150px;
}
#wb .flow-list-item {
  flex-direction: column;
  align-items: flex-start;
}
#wb .flow-list-item::before {
  content: none !important;
}
#wb .flow-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#wb .flow-list-right {
  padding-top: 10px;
}
#wb .flow-list-flx {
  flex-direction: column;
  align-items: center;
}
#wb .flow-list-dl {
  margin: 15px auto 0;
}
#wb .flow-list-dl dt {
  width: 89px;
  height: 27px;
  font-size: 1.3rem;
  line-height: 25px;
}
#wb .flow-list-btn-wrap {
  flex-direction: column;
  align-items: center;
}
#wb .flow-list-btn-wrap li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#wb .flow-list-detail-ttl {
  width: 120px;
  height: 40px;
  line-height: 40px;
}
#wb .flow-list-tag-txt {
  padding: 9px 15px;
}

.com-flow-btn-wrap {
  padding: 30px 15px;
  flex-direction: column;
  align-items: center;
}
.com-flow-btn-wrap li:nth-of-type(n+2) {
  margin: 25px auto 0;
}

/* faq  SP
------------------------------------ */
#faq .faq-inner {
  padding-bottom: 75px;
}
#faq .faq-list {
  margin-top: 25px;
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#faq .faq-list-ttl {
  padding: 13px 15px;
  font-size: 1.7rem;
}
#faq .faq-list-ttl::before {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 1.7rem;
}
#faq .faq-list-txt {
  padding: 20px 15px;
}

/* voice  SP
------------------------------------ */
#voice .voice-list-item {
  padding: 20px 15px 30px;
}
#voice .voice-list-flx {
  flex-direction: column;
  align-items: center;
}
#voice .voice-list-img {
  width: 100%;
  padding-top: 95%;
}
#voice .voice-list-contents {
  margin: 20px auto 0;
}

/* about  SP
------------------------------------ */
#about .about-flx {
  margin: 30px auto 0;
  flex-direction: column;
  align-items: center;
}
#about .about-flx-img {
  width: 250px;
  margin: auto;
}
#about .about-flx-contents {
  margin: 20px auto 0;
}
#about .about-flx-ttl {
  text-align: center;
}
#about .about-txt-box {
  margin-top: 20px;
}
#about .company-box {
  margin-top: 20px;
  padding: 20px;
}

/* news  SP
------------------------------------ */
#news .news-post-flx {
  margin-top: 15px;
}
#news .news-post-time {
  font-size: 1.3rem;
}
#news .news-post-tag-txt {
  padding: 5px 9px;
  font-size: 1.2rem;
}

/* contact  SP
------------------------------------ */
#contact .contact-txt {
  text-align: left;
}/*# sourceMappingURL=style_sp.css.map */