@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "BarlowCondensed-Black";
  src: url(../fonts/BarlowCondensed-Black.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url(../fonts/BarlowCondensed-Bold.ttf);
}
@font-face {
  font-family: "BarlowCondensed-ExtraBold";
  src: url(../fonts/BarlowCondensed-ExtraBold.ttf);
}
@font-face {
  font-family: "BarlowCondensed-ExtraLight";
  src: url(../fonts/BarlowCondensed-ExtraLight.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Light";
  src: url(../fonts/BarlowCondensed-Light.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Medium";
  src: url(../fonts/BarlowCondensed-Medium.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Regular";
  src: url(../fonts/BarlowCondensed-Regular.ttf);
}
@font-face {
  font-family: "BarlowCondensed-SemiBold";
  src: url(../fonts/BarlowCondensed-SemiBold.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Thin";
  src: url(../fonts/BarlowCondensed-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "BarlowCondensed-Black";
  src: url(../fonts/BarlowCondensed-Black.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url(../fonts/BarlowCondensed-Bold.ttf);
}
@font-face {
  font-family: "BarlowCondensed-ExtraBold";
  src: url(../fonts/BarlowCondensed-ExtraBold.ttf);
}
@font-face {
  font-family: "BarlowCondensed-ExtraLight";
  src: url(../fonts/BarlowCondensed-ExtraLight.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Light";
  src: url(../fonts/BarlowCondensed-Light.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Medium";
  src: url(../fonts/BarlowCondensed-Medium.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Regular";
  src: url(../fonts/BarlowCondensed-Regular.ttf);
}
@font-face {
  font-family: "BarlowCondensed-SemiBold";
  src: url(../fonts/BarlowCondensed-SemiBold.ttf);
}
@font-face {
  font-family: "BarlowCondensed-Thin";
  src: url(../fonts/BarlowCondensed-Thin.ttf);
}
/*	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-ttl02 {
  padding-bottom: 40px;
}

.com-btn01 {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 8px/18px;
}
.com-tel-svg {
  width: 200px;
}

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

.com-mail {
  width: 300px;
  height: 70px;
  margin: 0 auto;
}

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

.com-table02 td {
  padding: 13.7px 10px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background-color: #f1f2f7;
}
#top-news .bg::before {
  display: none;
}
#top-news .container {
  position: relative;
  display: block;
}
#top-news .container-box {
  width: 300px;
  height: unset;
  margin: 0 auto;
  padding: 30px 15px;
}
#top-news .txt {
  font-size: 70px;
  top: -15px;
}
#top-news .list {
  position: unset;
  width: 100%;
  transform: unset;
}
#top-news .list-link {
  padding: 10px 0 10px 15px;
}
#top-news .list-link::before {
  width: 50px;
}
#top-news .list-link::after {
  right: 20px;
}
#top-news .list-contact {
  padding-left: 15px;
  padding-right: 50px;
}
#top-news .btn {
  margin-top: 30px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-bg-sp.jpg) no-repeat right bottom/115%;
}
#top-service .txt {
  margin-top: 35px;
}
#top-service .img {
  position: unset;
  display: block;
  margin: 25px auto 0;
}
#top-service .btn {
  display: block;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .bg::before {
  width: 750px;
  height: 250px;
  top: 50px;
  left: 10px;
  z-index: 0;
  background: url(/img/top/case-bg.jpg) no-repeat -30px/130%;
}
@media screen and (min-width: 400px) {
  #top-case .bg::before {
    background: url(/img/top/case-bg.jpg) no-repeat -30px/150%;
  }
}
@media screen and (min-width: 430px) {
  #top-case .bg::before {
    background: url(/img/top/case-bg.jpg) no-repeat -30px/170%;
  }
}
#top-case .bg::after {
  top: 10px;
  left: -40px;
}
#top-case .inner {
  padding: 50px 0 50px 10px;
}
#top-case .container {
  width: 100%;
  padding: 230px 15px 50px;
  background-color: #212885;
}
#top-case .ttl-sub {
  width: 170px;
}
#top-case .txt {
  margin-top: 25px;
}
#top-case .btn {
  display: block;
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .bg {
  background: #212885;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 80% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 85%, 80% 100%, 0 100%, 0 0);
}
#top-company .inner {
  padding: 50px 15px 70px;
}
#top-company .inner::before {
  width: 57px;
  height: 128px;
  top: 50px;
  left: unset;
  right: 20px;
}
#top-company .ttl-sub {
  width: 240px;
}
#top-company .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 75%, 85% 100%, 0 100%, 0 25%);
          clip-path: polygon(15% 0, 100% 0, 100% 75%, 85% 100%, 0 100%, 0 25%);
}
#top-company .btn {
  margin-top: 30px;
}

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .container {
  background: url(/img/top/recruit-bg-sp.png) no-repeat right center/cover, #0c0e2e;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
          clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}
#top-recruit .ttl-main {
  padding-bottom: 5px;
}
#top-recruit .recruit-btn {
  width: 280px;
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-bg-deco.png) no-repeat left top/60px, url(/img/top/contact-bg.jpg) no-repeat center/cover;
}
#top-contact .container {
  display: block;
}
#top-contact .ttl {
  width: 100%;
  padding-bottom: 50px;
}
#top-contact .ttl-sub {
  width: 280px;
}

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

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

========================================= */
#sub-top-btn .container {
  display: block;
}
#sub-top-btn .btn:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-service .inner {
  padding: 50px 10px;
}
#sub-service .container {
  -webkit-clip-path: polygon(12% 0, 100% 0, 100% 97%, 88% 100%, 0 100%, 0 3%);
          clip-path: polygon(12% 0, 100% 0, 100% 97%, 88% 100%, 0 100%, 0 3%);
}
#sub-service .container-inner {
  padding: 50px 15px;
}
#sub-service .txt {
  margin-bottom: 30px;
}
#sub-service .wrap-box {
  display: block;
  padding: 15px;
}
#sub-service .wrap-img {
  width: 100%;
}
#sub-service .wrap-ttl {
  margin-top: 10px;
  padding-left: 0;
  border-bottom: 2px solid #fff;
}
#sub-service .wrap-txt {
  margin-top: 15px;
  padding-left: 0;
}
#sub-service .list-ttl {
  line-height: 60px;
}
#sub-service .list-txt {
  padding: 10px 10px 0;
}

#sub-forte .inner {
  padding: 50px 10px;
}
#sub-forte .container {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 97.5%, 90% 100%, 0 100%, 0 2.5%);
          clip-path: polygon(10% 0, 100% 0, 100% 97.5%, 90% 100%, 0 100%, 0 2.5%);
}
#sub-forte .container-inner {
  padding: 50px 15px;
}
#sub-forte .wrap:nth-of-type(2) .wrap-box {
  flex-direction: column-reverse;
}
#sub-forte .wrap:nth-of-type(2) .wrap-img {
  margin-left: 0;
}
#sub-forte .wrap-box {
  flex-wrap: wrap;
  margin-top: 20px;
}
#sub-forte .wrap-img {
  margin-right: 0;
}
#sub-forte .wrap-txt {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .container {
  gap: 20px;
}
#sub-case .btn {
  width: 100%;
}

#sub-case-detail .list {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
#sub-case-detail .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}
#sub-case-detail .table {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruit .inner {
  padding: 50px 10px;
}
#sub-recruit .container {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 95%, 90% 100%, 0 100%, 0 5%);
          clip-path: polygon(10% 0, 100% 0, 100% 95%, 90% 100%, 0 100%, 0 5%);
  background: url(/img/recruit/recruit-bg.png) no-repeat calc(100% + 100px) bottom/750px, #212885;
}
#sub-recruit .container-inner {
  padding: 50px 15px;
}
#sub-recruit .txt {
  text-align: left;
}
#sub-recruit .wrap {
  display: block;
  margin-top: 35px;
}
#sub-recruit .btn:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 15px;
}

#sub-work .inner {
  padding: 50px 10px;
}
#sub-work .container {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 97.5%, 90% 100%, 0 100%, 0 2.5%);
          clip-path: polygon(10% 0, 100% 0, 100% 97.5%, 90% 100%, 0 100%, 0 2.5%);
}
#sub-work .container-inner {
  padding: 50px 15px;
}
#sub-work .txt {
  text-align: left;
}
#sub-work .list {
  margin-top: 35px;
}
#sub-work .list-item {
  padding: 15px;
  flex-wrap: wrap;
}
#sub-work .list-item:nth-of-type(2) {
  flex-direction: column-reverse;
}
#sub-work .list-item:nth-of-type(2) .list-img {
  margin-left: 0;
}
#sub-work .list-item:nth-of-type(2) .list-num {
  width: 65px;
  top: 45px;
}
#sub-work .list-item:nth-of-type(3) .list-num {
  width: 65px;
}
#sub-work .list-img {
  margin-right: 0;
}
#sub-work .list-num {
  width: 55px;
  left: 0;
  top: 5px;
}

#sub-voice .bg {
  overflow: hidden;
}
#sub-voice .inner {
  padding: 50px 10px;
}
#sub-voice .container {
  margin: 15px auto 0;
}
#sub-voice .container::before {
  top: -31px;
  left: -5px;
}
#sub-voice .container::after {
  bottom: -31px;
  right: -5px;
}
#sub-voice .container-inner {
  padding: 50px 15px;
}
#sub-voice .list-top {
  display: block;
}
#sub-voice .list-img {
  margin-right: 0;
}
#sub-voice .list-box {
  margin-top: 15px;
}
#sub-voice .question-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-voice .question-q {
  width: 40px;
  height: 40px;
  line-height: 35px;
  margin-right: 10px;
}

#sub-recruitment .bg {
  overflow: hidden;
}
#sub-recruitment .inner {
  padding: 50px 10px;
}
#sub-recruitment .container {
  margin: 15px auto 0;
}
#sub-recruitment .container::before {
  top: -31px;
  left: -5px;
}
#sub-recruitment .container::after {
  bottom: -31px;
  right: -5px;
}
#sub-recruitment .container-inner {
  padding: 50px 15px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-greeting .inner {
  padding: 50px 10px;
}
#sub-greeting .container {
  margin: 15px auto 0;
}
#sub-greeting .container::before {
  top: -31px;
  left: -5px;
}
#sub-greeting .container::after {
  bottom: -31px;
  right: -5px;
}
#sub-greeting .container-inner {
  padding: 50px 15px 200px;
}
#sub-greeting .container-ttl {
  padding: 11px 10px;
}
#sub-greeting .wrap {
  display: block;
  margin-top: 35px;
}
#sub-greeting .name {
  top: 230px;
  left: 10px;
}
#sub-greeting .txt {
  margin-top: 20px;
}
#sub-greeting .greeting-txt {
  width: 350px;
  transform: translateX(-50%);
  left: 50%;
  top: unset;
  bottom: 35px;
}

#sub-company .inner {
  padding: 50px 10px;
}
#sub-company .container {
  margin: 15px auto 0;
}
#sub-company .container::before {
  top: -31px;
  left: -5px;
}
#sub-company .container::after {
  bottom: -31px;
  right: -5px;
}
#sub-company .container-inner {
  padding: 50px 15px;
}
#sub-company .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#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 5px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .inner {
  padding: 50px 10px;
}
#sub-contact .container {
  margin: 15px auto 0;
}
#sub-contact .container::before {
  top: -31px;
  left: -5px;
}
#sub-contact .container::after {
  bottom: -31px;
  right: -5px;
}
#sub-contact .container-inner {
  padding: 50px 10px;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

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

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

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .inner {
  padding: 50px 10px;
}
#sub-complete .container {
  margin: 15px auto 0;
}
#sub-complete .container::before {
  top: -31px;
  left: -5px;
}
#sub-complete .container::after {
  bottom: -31px;
  right: -5px;
}
#sub-complete .container-inner {
  padding: 50px 15px;
}
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 0 auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

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

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