@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  src: url("../fonts/Poppins-SemiBoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("../fonts/Poppins-BoldItalic.ttf");
  font-display: swap;
}
@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;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.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-bg03 {
  background-size: 250px;
}

.com-tel-link {
  padding-left: 30px;
  background-size: 25px;
  font-size: 3rem;
}
.com-tel.white .com-tel-note {
  margin-left: 5px;
}
.com-tel.white .com-tel-link {
  padding-left: 34px;
  background-size: 25px;
  font-size: 3rem;
}

.com-shape::before {
  height: 193px;
  background-size: 126px, 182px;
  background-position: left calc(100% - 20px), right top;
  clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0% 100%);
}
.com-shape.red::before {
  background-size: 126px, 182px;
  background-position: left calc(100% - 20px), right top;
  clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 calc(100% - 60px));
}

.com-fuki {
  padding: 10px 15px;
  font-size: 2rem;
}
.com-fuki::before {
  border-width: 10px 6px 0px 6px;
  bottom: -10px;
}

.news-post-link {
  padding: 15px 60px 15px 0;
}
.news-post-link::before {
  width: 40px;
  height: 40px;
  margin: auto;
  background-size: 7px;
  top: 0;
  bottom: 0;
}

.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 {
  padding: 13.5px 36px;
  background-position-x: calc(100% - 20px);
  background-size: 7px;
}

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

  main  SP

========================================= */
/* top-about  SP
------------------------------------ */
#top-about .about-bg {
  background-size: 100%;
  background-position: left 92%;
}
#top-about .about-ttl::after {
  height: 20px;
  margin-top: 15px;
}
#top-about .about-ttl-ja {
  margin: 25px auto 0;
  font-size: 2.5rem;
}
#top-about .about-txt-box p:nth-of-type(n+2) {
  margin-top: 25px;
}
#top-about .about-catch img {
  height: 99px;
}

/* top-movie  SP
------------------------------------ */
#top-movie .movie-bg {
  background: linear-gradient(180deg, #b10014 0%, #b10014 200px, #fff 200px, #fff 100%);
}
#top-movie .movie-bg::before {
  width: 250px;
  height: 183px;
  left: 0;
  top: 204px;
}
#top-movie .movie-box {
  width: calc(100% - 41px);
  margin: -79px auto 0 0;
  padding-top: 50%;
}
#top-movie .movie-ttl {
  padding-right: 0;
}
#top-movie .movie-ttl img {
  height: 120px;
}
#top-movie .movie-en {
  top: 167px;
}

/* top-features  SP
------------------------------------ */
#top-features .features-list {
  background: none;
}
#top-features .features-list-item:nth-of-type(1) {
  background: url(../img/top/com-bg-deco-right.png) no-repeat right 147px/350px;
}
#top-features .features-list-item:nth-of-type(2) {
  background: url(../img/top/com-bg-deco-left.png) no-repeat left 147px/350px;
}
#top-features .features-list-item:nth-of-type(3) {
  background: url(../img/top/com-bg-deco-right.png) no-repeat right calc(100% + 50px)/350px;
}
#top-features .features-list-shape::before {
  top: 50px;
}
#top-features .features-list-shape02 {
  height: 243px;
  clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 calc(100% - 60px));
}
#top-features .features-list-shape03 {
  height: 243px;
  clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0% 100%);
}
#top-features .features-list-inner {
  padding: 50px 15px 0;
}
#top-features .features-list-inner02 {
  margin-top: -191px;
  padding-top: 0;
  position: relative;
}
#top-features .features-list-inner03 {
  margin-top: -191px;
  padding-top: 0;
  position: relative;
}
#top-features .features-list-illu01 {
  width: 146px;
  right: 0;
  top: 15px;
}
#top-features .features-list-illu02 {
  width: 126px;
  left: 12px;
  top: 28px;
}
#top-features .features-list-illu03 {
  width: 149px;
  top: 42px;
  right: 5px;
}
#top-features .features-list-cont {
  text-align: right;
}
#top-features .features-list-ttl02 {
  display: inline-block;
  text-align: left;
}
#top-features .features-list-ttl .txt02 {
  margin-top: 18px;
}
#top-features .features-list-txt {
  color: #191919;
  line-height: 1.9;
}
#top-features .features-list-txt02 {
  text-align: left;
}
#top-features .features-list-box {
  margin-top: -15px;
  padding: 25px 15px;
}
#top-features .features-list-box-ttl {
  width: 94%;
  font-size: 1.8rem;
}
#top-features .features-list-voice {
  flex-direction: column;
  align-items: center;
}
#top-features .features-list-voice li:nth-of-type(n+2) {
  margin: 20px auto 0;
  padding: 20px 0 0;
  border: none;
  border-top: 1px solid #cccccc;
}
#top-features .features-list-voice-illu {
  width: 100px;
}
#top-features .features-list-voice-txt {
  margin-top: 15px;
}

/* top-benefits  SP
------------------------------------ */
#top-benefits .benefits-box {
  padding: 50px 15px 25px;
}
#top-benefits .benefits-box-list {
  flex-direction: column;
  align-items: flex-start;
}
#top-benefits .benefits-box-list li {
  width: 100%;
  padding-left: 30px;
  background-size: 25px;
}
#top-benefits .benefits-box-list li:nth-of-type(n+2) {
  margin: 25px 0 0;
}
#top-benefits .benefits-illu {
  width: 170px;
  top: 94px;
  right: -18px;
  bottom: auto;
  z-index: -1;
}

/* top-bnr  SP
------------------------------------ */
#top-bnr {
  padding: 0 15px 50px;
}
#top-bnr .bnr-list {
  flex-direction: column;
  align-items: center;
}
#top-bnr .bnr-list-item {
  max-width: none;
  height: 308px;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#top-bnr .bnr-list-link::before {
  width: 60px;
  height: 60px;
  background-size: 10px;
  right: -10px;
  bottom: -10px;
}
#top-bnr .bnr-list-en {
  right: 0;
}
#top-bnr .bnr-list-ttl {
  left: 15px;
  bottom: 25px;
}
#top-bnr .bnr-list-ttl-ja {
  font-size: 2.5rem;
}

/* com-entry  SP
------------------------------------ */
.com-entry .entry-inner {
  padding-top: 60px;
}
.com-entry .entry-flx {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
.com-entry .entry-tel {
  text-align: center;
}
.com-entry .entry-list {
  margin: 30px auto 0;
  flex-direction: column;
  align-items: center;
}
.com-entry .entry-list li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-entry .entry-list-btn {
  height: 60px;
  background-size: 7px;
}
.com-entry .entry-list-btn.line::before {
  width: 30px;
  height: 30px;
  background-size: contain;
}
.com-entry .entry-ttl-fuki {
  padding: 5px 3px 5px 14px;
  left: calc(50% - 165px);
}
.com-entry .entry-ttl-ja {
  font-size: 3rem;
}
.com-entry .entry-en {
  font-size: 5rem;
  top: -9px;
  left: auto;
  right: 0;
}
.com-entry .entry-note {
  margin-top: 30px;
}

/* top-news  SP
------------------------------------ */
#top-news .news-bg {
  background-size: 250px;
}
#top-news .news-inner {
  padding-top: 100px;
}
#top-news .news-en {
  left: -10px;
  top: -10px;
}
#top-news .news-box {
  padding: 70px 15px 15px;
}
#top-news .news-box-bg::before {
  bottom: -15px;
  right: -15px;
}
#top-news .news-box-flx {
  flex-direction: column;
  align-items: center;
}
#top-news .news-left {
  display: flex;
  width: 100%;
  padding-top: 0;
  justify-content: space-between;
  align-items: flex-start;
}
#top-news .news-btn {
  margin: 0;
}
#top-news .news-post {
  margin: 25px auto 0;
}

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

sub layout  SP

========================================= */
/* business  SP
------------------------------------ */
#business .about-ttl {
  font-size: 2.4rem;
}
#business .about-ttl .sm {
  font-size: 1.9rem;
}
#business .about-flx {
  margin-top: 25px;
}
#business .about-txt-box {
  margin: 20px auto 0;
}
#business .main-ttl {
  font-size: 2.4rem;
}
#business .main-list {
  margin-top: 25px;
  flex-direction: column;
  align-items: center;
}
#business .main-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#business .main-list-img {
  width: 70%;
  margin: auto;
  box-shadow: 0px 6px 10px 0px rgba(34, 34, 34, 0.3);
}
#business .main-list-ttl {
  margin-top: 15px;
}
#business .main-note .ac {
  font-size: 1.8rem;
}
#business .problem-inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
#business .problem-list {
  margin-top: 25px;
  flex-direction: column;
  align-items: center;
}
#business .problem-list-item {
  display: inline-block;
  width: 180px;
  padding-top: 4px;
  padding-left: 33px;
  padding-bottom: 10px;
  background-position: left 2px;
  background-size: 20px;
  font-size: 1.8rem;
}
#business .problem-list-item:nth-of-type(n+2) {
  margin: 15px auto 0;
}
#business .problem-note {
  margin-top: 20px;
  text-align: left;
}
#business .flow-inner {
  padding: 0 15px 50px;
}
#business .flow-list {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
#business .flow-list-item {
  max-width: none;
}
#business .flow-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#business .flow-list-item:nth-of-type(n+2)::before {
  width: 22px;
  margin: auto;
  background-image: url(../img/business/arrow-sp.png);
  left: 0;
  right: 0;
  top: -38px;
}
#business .flow-list-illu {
  width: 180px;
  margin: auto;
}
#business .flow-list-num {
  font-size: 5rem;
}
#business .flow-list-ttl {
  height: auto;
  margin-top: 15px;
  font-size: 1.8rem;
}
#business .flow-list-txt {
  text-align: center;
}

/* career  SP
------------------------------------ */
#career .course {
  background-position: right calc(100% - 550px);
  background-size: 200px;
}
#career .course-inner {
  padding: 50px 0;
}
#career .course-txt .ac {
  font-size: 1.8rem;
}
#career .course-list {
  margin-top: 25px;
  padding-top: 15px;
}
#career .course-list::before {
  height: calc(100% - 73px);
  clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0% 100%);
}
#career .course-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#career .course-list-item:nth-of-type(1) .course-list-illu {
  width: 60px;
}
#career .course-list-item:nth-of-type(2) .course-list-illu {
  width: 190px;
}
#career .course-list-item:nth-of-type(3) .course-list-illu {
  width: 100px;
}
#career .course-list-item:nth-of-type(4) .course-list-illu {
  width: 197px;
}
#career .course-list-item:nth-of-type(5) .course-list-illu {
  width: 126px;
}
#career .course-list-item:nth-of-type(6) .course-list-illu {
  width: 184px;
}
#career .course-list-contents {
  display: block;
}
#career .course-list-contents02 {
  margin: 20px auto 0;
}
#career .course-list-illu {
  margin: auto;
}
#career .course-list-ttl {
  margin-top: 15px;
  padding: 6px 12px;
  font-size: 1.8rem;
}
#career .course-list-price {
  margin-top: 15px;
}
#career .course-list-flx {
  margin-top: 30px;
}
#career .course-list-flx .course-list-illu {
  width: 250px;
}

/* staff  SP
------------------------------------ */
#staff .real {
  overflow: hidden;
  padding-bottom: 66px;
  background-position: center calc(100% - 6px);
  background-size: 100% 188px;
}
#staff .real-en {
  margin-top: 27px;
  font-size: 4rem;
  transform: rotate(-9deg);
}
#staff .real-list {
  flex-direction: column;
  align-items: center;
}
#staff .real-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#staff .real-list-ttl {
  padding: 0 20px;
  font-size: 1.8rem;
}
#staff .real-list-graph {
  width: 250px;
  margin-top: 10px;
}
#staff .staff {
  overflow: hidden;
}
#staff .staff-inner {
  padding-top: 0;
}
#staff .staff-list li:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#staff .staff-list li:nth-of-type(1) .staff-list-illu {
  width: 150px;
}
#staff .staff-list li:nth-of-type(2) .staff-list-illu {
  width: 126px;
}
#staff .staff-list li:nth-of-type(3) .staff-list-illu {
  width: 159px;
}
#staff .staff-list li:nth-of-type(4) .staff-list-illu {
  width: 168px;
}
#staff .staff-list-flx {
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
}
#staff .staff-list-illu {
  margin: auto;
}
#staff .staff-list-cont {
  max-width: none;
  margin: 25px auto 0;
}
#staff .staff-list-dl dt::before {
  border-width: 10px 6px 0px 6px;
  bottom: -9px;
}
#staff .staff-list-dl dd {
  padding: 13px 10px;
}

/* info  SP
------------------------------------ */
#info .recruit-table {
  margin-top: 20px;
}
#info .company {
  padding-bottom: 50px;
}
#info .company-bg {
  background-size: 200px;
}
#info .company-table {
  margin-top: 20px;
}

/* contact  SP
------------------------------------ */
#contact .contact-txt {
  margin-top: 30px;
}

/* news  SP
------------------------------------ */
#news .news-post-time {
  font-size: 1.2rem;
}
#news .news-post-tag {
  margin-left: 10px;
}
#news .news-post-tag-txt {
  font-size: 1.2rem;
}
#news .detail .com-ttl03 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}/*# sourceMappingURL=style_sp.css.map */