@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url("../fonts/BarlowCondensed-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Thin";
  src: url("../fonts/NotoSansCJKjp-Thin.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  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%;
  }
}
@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;
}

/*  共通パーツ
------------------------------------ */
.news-post {
  flex-direction: column;
  align-items: center;
}
.news-post-tag {
  margin-left: 15px;
}
.news-post-link {
  padding: 18px 0;
}
.news-post-ttl {
  margin-top: 9px;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-tag-link {
  padding: 10px 30px;
  background-size: 12px;
  background-position-x: calc(100% - 15px);
}

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

  main  SP

========================================= */
/* top-business  SP
------------------------------------ */
#top-business .business-inner {
  padding-top: 20px;
  padding-bottom: 220px;
}
#top-business .business-img {
  width: 150px;
}
#top-business .business-list-item {
  padding-left: 22px;
  background-size: 17px;
  background-position: left 7px;
  font-size: 1.8rem;
}
#top-business .business-txt {
  margin-top: 25px;
  text-align: center;
  font-size: 1.8rem;
}

/* top-about  SP
------------------------------------ */
#top-about .about-bg {
  background-size: 100%;
  background-position: center top;
}
#top-about .about-inner {
  padding: 50% 0 50px;
}
#top-about .about-box {
  background: #fff;
  padding: 30px 15px;
}
#top-about .about-ttl-ja {
  font-size: 2rem;
}

/* top-bnr  SP
------------------------------------ */
#top-bnr .bnr-inner {
  padding: 0 15px;
}
#top-bnr .bnr-list-item {
  width: 100%;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#top-bnr .bnr-list-con {
  width: 50%;
  padding: 50px 0 !important;
  text-align: center;
  height: auto;
  clip-path: polygon(30px 0%, 100% 0, 100% 100%, 0% 100%);
  background-size: 14px;
  background-position: calc(100% - 10px) calc(100% - 10px);
}

/* com-person  SP
------------------------------------ */
.com-person .person-img {
  width: 80%;
  margin: auto;
  position: static;
}
.com-person .person-img02 {
  width: 50%;
  margin: auto;
  position: static;
}
.com-person .person-ttl {
  margin: 20px auto 0;
  text-align: center;
}
.com-person .person-txt {
  margin-top: 15px;
}
.com-person .person-non {
  margin: 30px auto 0;
}
.com-person .person-non::before {
  width: 69px;
  height: 53px;
  top: auto;
  right: 0px;
  bottom: 87px;
}
.com-person .person-non-con {
  margin: 15px auto 0;
}
.com-person .person-btn {
  margin-top: 30px;
}

/* top-news  SP
------------------------------------ */
#top-news .news-inner {
  display: block;
}
#top-news .news-ttl {
  text-align: left;
}
#top-news .news-left {
  display: flex;
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
}
#top-news .news-btn {
  width: 190px;
  margin: 0;
}
#top-news .news-post {
  margin: 30px auto 0;
}

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

sub layout  SP

========================================= */
/* service  SP
------------------------------------ */
#service {
  overflow: hidden;
}
#service .for-img {
  position: relative;
  left: -15px;
  top: auto;
}
#service .for-con {
  margin: 15px auto 0;
}
#service .for-txt-box {
  margin-top: 20px;
}
#service .feature-list {
  margin-top: 25px;
}
#service .feature-list-item {
  flex-direction: column-reverse !important;
  align-items: center !important;
}
#service .feature-list-img01 {
  position: relative;
  right: -16px;
}
#service .feature-list-img02 {
  position: relative;
  left: -16px;
}
#service .feature-list-con {
  margin: 15px auto 0;
}
#service .feature-list-txt {
  margin-top: 15px;
}
#service .feature-num {
  font-size: 2rem;
}
#service .feature-num .sm {
  font-size: 1.8rem;
}
#service .feature-ttl {
  font-size: 2rem;
}
#service .curriculum-txt {
  margin-top: 20px;
}
#service .curriculum-box {
  margin-top: 25px;
  padding: 30px 15px;
}
#service .curriculum-box-ttl {
  font-size: 2.2rem;
}
#service .curriculum-list-item {
  padding-left: 25px;
  background-size: 14px;
  background-position: left 7px;
}
#service .curriculum-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#service .curriculum-note {
  margin-top: 15px;
}

/* price  SP
------------------------------------ */
#price .price-flx {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
#price .price-flx-txt {
  margin: 20px auto 0;
  text-align: center;
}
#price .price-tag {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#price .price-tag-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#price .price-tag-link {
  height: 50px;
  line-height: 48px;
  background-size: 12px;
}
#price .price-list {
  margin-top: 30px;
}
#price .price-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#price .price-list-num {
  font-size: 1.8rem;
}
#price .price-list-lead {
  padding: 15px 15px 0;
}
#price .price-list-map {
  width: calc(100% - 20px);
  margin: 15px auto 15px;
}
#price .price-list-box table tr {
  display: block !important;
}
#price .price-list-box table tr td {
  padding-left: 15px;
  padding-right: 15px;
}
#price .price-list-box table tr td:nth-of-type(1) {
  padding-bottom: 0;
}
#price .price-list-box table tr td:nth-of-type(2) {
  padding-top: 0;
}
#price .price-list-box table td {
  display: block !important;
  width: 100% !important;
}
#price .price-list-box-note {
  padding: 20px 15px;
}
#price .price-list-box-note02 {
  padding: 20px 15px;
}
#price .price-list-box-note03 {
  width: 100%;
  margin-top: 30px;
  padding: 20px 15px;
}

/* case  SP
------------------------------------ */
#case .case-list-item {
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#case .case-list-img {
  width: 100%;
  height: 0;
  padding-top: 61%;
}
#case .case-list-con {
  margin: 10px auto 0;
}
#case .case-list-txt {
  margin-top: 7px;
}
#case .faq-list {
  margin-top: 20px;
}
#case .faq-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#case .faq-list-ttl {
  padding-bottom: 10px;
  font-size: 1.7rem;
}
#case .faq-list-ttl::before {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
#case .faq-list-txt {
  margin-top: 10px;
}
#case .faq-list-txt::before {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

/* company  SP
------------------------------------ */
#company .greeting-flx {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#company .greeting-flx-img {
  position: relative;
  left: -15px;
}
#company .greeting-con {
  margin: 15px auto 0;
}
#company .greeting-con-ttl {
  padding-bottom: 5px;
  font-size: 2rem;
}
#company .greeting-con-ttl-sm {
  font-size: 1.8rem;
}
#company .greeting-con-txt {
  margin-top: 10px;
}
#company .ggmap {
  margin-top: 25px;
}

/* news  SP
------------------------------------ */
#news .com-news-link {
  display: block;
  padding: 20px;
}
#news .com-news-img {
  margin: 0 auto 15px;
  padding-top: 0;
}
#news .com-news-con {
  margin: auto;
}
#news .com-news-txt {
  font-size: 1.5rem;
}/*# sourceMappingURL=style_sp.css.map */