@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Roboto Condensed */
/* LINE Seed JP */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-btn01 {
  width: 300px;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  justify-content: center;
}
.com-tel-svg {
  width: 200px;
}

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.com-table01 td {
  display: block;
  padding: 15px 15px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  display: block;
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-item {
  max-width: 320px;
  margin: 0 auto;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #0f1896;
}
#top-news .list-img {
  display: block;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg-deco02.png) no-repeat center bottom/100%;
}
#top-about .bg-img {
  width: 73.71vw;
  min-width: 258px;
  height: 35.71vw;
  min-height: 125px;
  right: calc(50% - 82.85vw);
  top: 100px;
  background: url(/img/top/about-img01.jpg) no-repeat 0px -55px/cover;
}
@media screen and (min-width: 375px) {
  #top-about .bg-img {
    right: calc(50% - 75.85vw);
  }
}
#top-about .img {
  position: unset;
  margin-top: 20px;
}
#top-about .txt {
  margin-top: 20px;
}
#top-about .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-strengths
========================================= */
#top-strengths .bg {
  background: url(/img/top/strengths-bg.png) no-repeat center bottom/100%, #cff3ff;
}
#top-strengths .list {
  display: block;
  margin-top: 50px;
}
#top-strengths .list-item {
  max-width: 320px;
  margin: 0 auto;
  padding: 30px 20px;
}
#top-strengths .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-strengths .list-num {
  top: -20px;
  left: 15px;
  font-size: 45px;
}
#top-strengths .list-ttl {
  margin-top: 20px;
}
#top-strengths .list-txt {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .container {
  display: block;
}
#top-recruit .wrap {
  width: 100%;
  min-width: unset;
  padding: 75px 15px;
}
#top-recruit .wrap-box {
  width: 100%;
}
#top-recruit .txt {
  margin-top: 35px;
}
#top-recruit .link {
  width: 100%;
  min-width: unset;
}
#top-recruit .link-btn {
  height: 175px;
  padding: 20px 0 0 15px;
}
#top-recruit .link-num .link-txt {
  width: 125px;
}
#top-recruit .link-charm .link-txt {
  width: 175px;
}
#top-recruit .link-recruitment .link-txt {
  width: 325px;
}

/* =========================================
    top  sp
    top-bnr
========================================= */
#top-bnr .bg {
  background: url(/img/top/bnr-bg01.png) no-repeat left top/50vw, url(/img/top/bnr-bg02.png) no-repeat right bottom/50vw;
}
#top-bnr .container {
  display: block;
}
#top-bnr .link {
  height: 280px;
}
#top-bnr .link-wrap {
  left: 15px;
  bottom: 15px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .container {
  display: block;
}
#top-contact .txt {
  margin-top: 35px;
}
#top-contact .list {
  text-align: center;
}
#top-contact .mail {
  width: 320px;
  margin: 35px auto 0;
}

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

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-service .bg {
  background: url(/img/top/bnr-bg01.png) no-repeat left top/30vw, url(/img/about/service-bg-right.png) no-repeat right top/30vw, url(/img/about/service-bg.png) no-repeat center bottom/100%;
}
#sub-service .list {
  margin-top: 35px;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service .list-item:nth-of-type(2n) .list-img {
  right: unset;
}
#sub-service .list-item:nth-of-type(2n) .list-num {
  left: unset;
  right: 10px;
}
#sub-service .list-img {
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#sub-service .list-num {
  bottom: -5px;
  right: 10px;
}
#sub-service .list-wrap {
  margin-top: 20px;
}
#sub-service .list-txt {
  margin-top: 20px;
}

#sub-strengths .list {
  margin-top: 50px;
}
#sub-strengths .list-item {
  padding: 30px 25px;
  background: url(/img/top/strengths-deco.png) no-repeat right top/30px, #fff;
}
#sub-strengths .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-strengths .list-num {
  font-size: 40px;
  left: 20px;
  top: -20px;
}
#sub-strengths .list-wrap {
  display: block;
}
#sub-strengths .list-ico {
  display: block;
  width: 150px;
  margin: 0 auto;
}
#sub-strengths .list-box {
  margin-top: 20px;
}
#sub-strengths .list-txt {
  margin-top: 25px;
}

#sub-area .bg {
  background: url(/img/about/area-img.png) no-repeat calc(50% + 105px) 5px/200px, url(/img/about/area-bg.png) no-repeat center bottom, #cff3ff;
}
#sub-area .txt {
  margin-top: 50px;
}
#sub-area .txt span {
  padding: 6.5px 6px 6.5px 12px;
}

/* =========================================
    sub  SP
    sub-staff
========================================= */
#sub-staff .bg {
  background: url(/img/top/bnr-bg01.png) no-repeat left top/30vw, url(/img/about/service-bg-right.png) no-repeat right top/30vw, url(/img/about/service-bg.png) no-repeat center bottom/100%;
}
#sub-staff .list {
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-top: 35px;
}
#sub-staff .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-staff .list-img {
  height: 43.3vw;
  min-height: 152px;
}
#sub-staff .list-ttl {
  margin-top: 10px;
}
#sub-staff .btn {
  width: 100%;
  height: 45px;
  font-size: 15px;
  margin: 10px auto 0;
}
#sub-staff .btn::after {
  width: 7.5px;
}

#sub-staff-detail .container {
  display: block;
}
#sub-staff-detail .img {
  width: 100%;
  max-width: 430px;
  height: 91.4vw;
  max-height: 430px;
  margin: 0 auto;
}
#sub-staff-detail .wrap {
  margin-top: 15px;
}
#sub-staff-detail .list {
  margin-top: 25px;
}
#sub-staff-detail .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#sub-staff-detail .txt {
  margin-top: 25px;
  padding: 25px 20px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-data .bg {
  background: url(/img/top/bnr-bg01.png) no-repeat left top/30vw, url(/img/about/service-bg-right.png) no-repeat right top/30vw, url(/img/about/service-bg.png) no-repeat center bottom/100%;
}
#sub-data .list {
  display: block;
}
#sub-data .list-item {
  height: 125px;
  max-width: 100%;
}
#sub-data .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#sub-data .list-ico {
  width: 70px;
}
#sub-data .list-ttl {
  margin-left: 15px;
}
#sub-data .wrap {
  display: block;
  height: auto;
  margin-top: 10px;
  padding: 20px 15px;
}
#sub-data .wrap-ttl {
  text-align: center;
}
#sub-data .wrap-ico {
  width: 70px;
}
#sub-data .wrap-box {
  justify-content: center;
  margin-top: 20px;
}
#sub-data .wrap-box-ttl {
  writing-mode: unset;
}

#sub-charm .list {
  margin-top: 35px;
}
#sub-charm .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-charm .list-img {
  position: unset;
  width: 100%;
}
#sub-charm .list-wrap {
  min-height: unset;
  padding-top: 10px;
}
#sub-charm .list-txt {
  margin-top: 15px;
}
#sub-charm .list-num {
  right: -10px;
}

#sub-recruitment .bg {
  background: url(/img/recruit/recruitment-bg.jpg) no-repeat center top/100%;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .bg {
  background: url(/img/top/bnr-bg01.png) no-repeat left top/30vw, url(/img/about/service-bg-right.png) no-repeat right top/30vw, url(/img/about/service-bg.png) no-repeat center bottom/100%;
}
#sub-greeting .wrap {
  margin-top: 35px;
}
#sub-greeting .wrap-box {
  flex-wrap: wrap;
}
#sub-greeting .wrap-box:first-of-type {
  flex-direction: column-reverse;
}
#sub-greeting .wrap-box:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-greeting .wrap-box-btm {
  gap: 0px;
}
#sub-greeting .wrap-top {
  margin: 0 auto;
}
#sub-greeting .wrap-top-img01 {
  width: 280px;
}
#sub-greeting .wrap-top-img02 {
  width: 220px;
  right: -60px;
  bottom: -145px;
}
#sub-greeting .wrap-btm {
  margin-top: 0;
}
#sub-greeting .wrap-btm-img02 {
  width: 200px;
  left: -15px;
  bottom: -60px;
}
#sub-greeting .txt {
  margin-top: 80px;
}

#sub-job .bg {
  background: url(/img/company/job-bg-left.png) no-repeat left bottom/42.3vw, url(/img/company/job-bg-right.png) no-repeat right bottom/30vw, #cff3ff;
}
#sub-job .table {
  margin-top: 35px;
}

#sub-map .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg {
  background: url(/img/top/strengths-bg.png) no-repeat center bottom/100%, #cff3ff;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .bg {
  background: url(/img/recruit/recruitment-bg.jpg) no-repeat center top/100%;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .bg {
  background: url(/img/top/bnr-bg01.png) no-repeat left top/30vw, url(/img/about/service-bg-right.png) no-repeat right top/30vw;
}
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}