@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-SemiBold";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "YujiSyuku-Regular";
  src: url("../fonts/YujiSyuku-Regular.ttf");
  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 {
    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;
}

/*  共通パーツ
------------------------------------ */
.news-post .year {
  font-size: 2rem;
}
.news-post .date {
  font-size: 2.4rem;
}
.news-post-tag-txt {
  padding-left: 18px;
  background-size: 12px;
  font-size: 1.4rem;
}
.news-post-link {
  padding: 20px 0;
}

.com-tag {
  margin: 15px auto 0;
  padding: 15px 0 0;
  border-left: none;
  border-top: 1px solid #c2d3d9;
}
.com-tag-box {
  margin-top: 30px;
  padding: 30px 15px 15px;
  flex-direction: column;
  align-items: center;
}
.com-tag-ttl {
  margin: auto;
  font-size: 1.8rem;
}
.com-tag-link {
  font-size: 1.3rem;
}
.com-tag-link::before {
  width: 11px;
  height: 11px;
  margin-top: 5px;
  margin-right: 3px;
}

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

  main  SP

========================================= */
/* top-news  SP
------------------------------------ */
#top-news .news-inner {
  padding-bottom: 100px;
}
#top-news .news-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
#top-news .news-btn {
  max-width: 171px;
  margin: 0;
}
#top-news .news-post {
  margin: 30px auto 0;
}

/* top-greeting  SP
------------------------------------ */
#top-greeting .greeting-bg {
  width: 100%;
}
#top-greeting .greeting-inner {
  padding-top: 100px;
}
#top-greeting .greeting-img01 {
  width: 100px;
  right: 20px;
  top: -64px;
}
#top-greeting .greeting-btn {
  width: 100%;
  margin-top: 25px;
}
#top-greeting .greeting-flx-left {
  width: 60%;
}
#top-greeting .greeting-flx-img {
  width: 95%;
}
#top-greeting .greeting-flx-txt {
  margin-top: 30px;
}
#top-greeting .greeting-slider {
  margin-top: -30px;
}

/* top-reason  SP
------------------------------------ */
#top-reason .reason-txt {
  margin-top: 20px;
  text-align: left;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-reason .reason-list-num img {
  height: 70px;
}
#top-reason .reason-list-ico {
  width: 160px;
  margin: -20px auto 0;
}
#top-reason .reason-list-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
}

/* top-services  SP
------------------------------------ */
#top-services .services-bg {
  width: 100%;
}
#top-services .services-flx {
  flex-direction: column;
  align-items: center;
}
#top-services .services-flx-txt {
  margin-top: 20px;
}
#top-services .services-flx-right {
  margin: 30px auto 0;
}
#top-services .services-tate {
  top: -10px;
  right: -10px;
}
#top-services .services-tate span {
  padding: 9px 0px;
  width: 30px;
  font-size: 1.7rem;
  line-height: 30px;
}
#top-services .services-tate span:nth-of-type(n+2) {
  margin-right: 10px;
}
#top-services .services-list {
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-services .services-list-item {
  width: 48%;
}
#top-services .services-list-item:nth-of-type(n+3) {
  margin-top: 25px;
}
#top-services .services-list-ttl {
  display: flex;
  margin: -51px 0 0 -8px;
  flex-direction: column;
  align-items: flex-start;
}
#top-services .services-list-ttl span {
  padding: 3px 5px;
  font-size: 1.3rem;
}
#top-services .services-list-ttl span:nth-of-type(n+2) {
  margin-top: 5px;
}
#top-services .services-btn {
  margin-top: 40px;
}

/* top-works  SP
------------------------------------ */
#top-works .com-ttl01-en {
  font-size: 4.5rem;
}
#top-works .works-btn {
  max-width: 160px;
}

.com-works {
  margin-top: 35px;
  flex-direction: column;
  align-items: center;
}
.com-works-item {
  width: 100%;
}
.com-works-item:nth-of-type(n+2) {
  margin: 35px auto 0;
}
.com-works-tag-txt {
  margin: 0 5px 10px 0;
  padding: 4px 14px;
  font-size: 1.3rem;
}
.com-works-tag-txt::before {
  width: 11px;
  height: 11px;
  margin-top: 5px;
}
.com-works-ttl {
  margin-top: 20px;
  font-size: 1.8rem;
  border-width: 2px;
}

/* top-recruit  SP
------------------------------------ */
#top-recruit .recruit-flx-con {
  margin: 20px auto 0;
}
#top-recruit .recruit-txt {
  margin-top: 20px;
}
#top-recruit .recruit-list {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#top-recruit .recruit-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#top-recruit .recruit-list-link {
  padding: 30px 20px 50px;
  background-size: 40px;
  background-position: calc(100% - 15px) calc(100% - 15px);
}

/* top-group  SP
------------------------------------ */
#top-group .com-ttl01 {
  display: flex;
  writing-mode: inherit;
  flex-direction: column-reverse;
  align-items: flex-start;
}
#top-group .com-ttl01-ja {
  margin-top: 10px;
  margin-right: 0;
  padding: 0 0 0 25px;
  background-position: left center;
}
#top-group .group-inner {
  display: block;
}
#top-group .group-list {
  max-width: 320px;
  margin: 30px auto 0;
  flex-direction: column;
  align-items: center;
}
#top-group .group-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-group .group-list-link {
  padding-right: 0 !important;
}
#top-group .group-list-link::before {
  width: 65px;
  height: 65px;
  background-size: 16px;
  background-position: 15px center;
  right: -30px;
}
#top-group .group-list-link01 {
  background-size: 214px;
  background-position-x: center;
}
#top-group .group-list-link02 {
  background-size: 214px;
  background-position-x: center;
}
#top-group .group-list-link03 {
  background-size: 214px;
  background-position-x: center;
}
#top-group .group-list-link04 {
  background-size: 214px;
  background-position-x: center;
}
#top-group .group-list-link05 {
  background-size: 114px;
  background-position-x: center;
}

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

sub layout  SP

========================================= */
/* services  SP
------------------------------------ */
#services .services-list {
  margin-top: 25px;
}
#services .services-list-item {
  flex-direction: column !important;
  align-items: center !important;
}
#services .services-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#services .services-list-con {
  margin: 15px auto 0;
}
#services .services-list-txt {
  margin-top: 10px;
}
#services .flow-list {
  flex-direction: column;
  align-items: center;
}
#services .flow-list:nth-of-type(n+2) {
  margin: 40px auto 0;
  position: relative;
}
#services .flow-list:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #1666b8;
  border-width: 9.5px 0px 9.5px 15px;
  position: absolute;
  margin: auto;
  top: -28px;
  bottom: auto;
  left: 0;
  right: 0;
  transform: rotate(90deg);
}
#services .flow-list li:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#services .flow-list li:nth-of-type(n+2)::before {
  margin: auto;
  top: -28px;
  bottom: auto;
  left: 0;
  right: 0;
  transform: rotate(90deg);
}
#services .flow-list-item {
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, #1666b8 0%, #1666b8 40px, #fff 40px, #fff 100%);
}
#services .flow-list-ttl {
  display: flex;
  height: 100%;
  padding-top: 0;
  padding-left: 12px;
  align-items: center;
}
#services .flow-list-ttl-en {
  font-size: 1.8rem;
}
#services .flow-list-ttl-ja {
  margin: 0 0 0 20px;
  font-size: 1.8rem;
}
#services .flow-chart-item {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
}
#services .flow-chart-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#services .flow-chart-img {
  position: static;
}
#services .flow-chart-con {
  width: 100%;
  padding: 45px 10px 20px;
  position: relative;
}
#services .flow-chart-num {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0 0 6px 0;
}
#services .flow-chart-ttl .ja {
  margin-top: 10px;
  font-size: 1.8rem;
}
#services .flow-chart-txt {
  margin-top: 15px;
}
#services .flow-chart-txt-box {
  flex-direction: column;
  align-items: flex-start;
}
#services .flow-chart-txt-box p:nth-of-type(n+2) {
  margin: 0 0 0;
}
#services .flow-chart-note {
  margin-top: 20px;
}
#services .attempt-list {
  margin-top: 25px;
}
#services .attempt-list-item:nth-of-type(n+2) {
  margin-top: 35px;
}
#services .attempt-list-box {
  margin-top: 15px;
  padding: 20px;
}
#services .attempt-list-flx {
  flex-direction: column-reverse;
  align-items: center;
}
#services .attempt-list-dl div {
  padding: 10px 0 0;
}
#services .attempt-list-dl dt {
  padding-left: 16px;
  font-size: 1.7rem;
}
#services .attempt-list-dl dt::before {
  width: 8px;
  height: 8px;
  top: 10px;
}
#services .attempt-list-dl dd .sm {
  font-size: 1.4rem;
}

/* works  SP
------------------------------------ */
#works .works-thumb {
  margin-top: 20px;
}
#works .works-flx {
  flex-direction: column;
  align-items: center;
}
#works .works-flx-img {
  margin: 0 auto 20px;
}
#works .works-flx-txt {
  margin-top: 10px;
}
#works .works-table-wrap {
  margin-top: 30px;
}
#works .works-imgs {
  margin: 30px auto 0;
}
#works .award .com-ttl01-en {
  font-size: 2.5rem;
}

/* recruit  SP
------------------------------------ */
#recruit .staff-list {
  justify-content: space-between;
}
#recruit .staff-list-item {
  width: 49%;
  max-width: none;
}
#recruit .staff-list-item:nth-of-type(n+3) {
  margin-top: 15px;
}
#recruit .staff-list-dl {
  margin-top: 15px;
}
#recruit .staff-list-dl::before {
  height: 2px;
  margin-bottom: 10px;
}
#recruit .staff-list-dl div {
  display: block;
}
#recruit .staff-list-dl dt, #recruit .staff-list-dl dd {
  width: 100%;
  margin: 0;
}
#recruit .recruit-tag {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#recruit .recruit-tag li {
  max-width: 300px;
}
#recruit .recruit-tag li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#recruit .recruit-tag a {
  padding: 13px 40px 13px 30px;
  background-size: 13px;
}
#recruit .recruit-list {
  margin-top: 40px;
}
#recruit .recruit-list-item:nth-of-type(n+2) {
  margin-top: 35px;
}
#recruit .recruit-table-wrap {
  margin-top: 15px;
}
#recruit .contact-box {
  padding: 30px 25px;
  flex-direction: column;
  align-items: center;
}
#recruit .contact-box li {
  width: 100%;
  text-align: center;
}
#recruit .contact-box li:nth-of-type(n+2) {
  margin: 0px auto 0;
  padding: 20px 0 0;
  border-left: none;
  border-top: 1px solid #c2d3d9;
}
#recruit .contact-box-tel-num {
  margin-left: 10px;
}
#recruit .contact-box-btn {
  width: 100%;
  height: 60px;
  max-width: 350px;
  padding-left: 0;
  background-position: calc(100% - 15px) center, 25px center;
  line-height: 60px;
}

/* company  SP
------------------------------------ */
#company .greeting-flx {
  margin-top: 20px;
  flex-direction: column-reverse;
}
#company .greeting-flx-con {
  margin: 15px auto 0;
}
#company .greeting-img {
  width: 80%;
  margin: auto;
}
#company .greeting-name {
  font-size: 2.5rem;
}
#company .greeting-name .sm {
  margin-right: 15px;
}
#company .company-table-wrap {
  margin-top: 30px;
}
#company .ggmap {
  margin-top: 30px;
}

/* contact  SP
------------------------------------ */
#contact .form-list {
  margin-top: 30px;
}
#contact .form-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#contact .form-list-txt {
  margin-top: 15px;
}
#contact .form-list-box {
  padding: 15px 25px 20px;
  flex-direction: column;
  align-items: center;
}
#contact .form-list-box li {
  width: 100%;
  text-align: center;
}
#contact .form-list-box li:nth-of-type(n+2) {
  margin: 0px auto 0;
  padding: 10px 0 0;
  border-left: none;
  border-top: 1px solid #c2d3d9;
}
#contact .form-list-box-tel-num {
  margin-left: 10px;
}

/* news  SP
------------------------------------ */
#news .clamp1 {
  padding-left: 2%;
  border-left: 2px solid #1666b8;
  font-size: 5vw;
}
#news .clamp1::before {
  content: none;
  width: 2px;
}
#news .com-news-time, #news .com-news-tag-txt {
  font-size: 1.3rem;
}/*# sourceMappingURL=style_sp.css.map */