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

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-mail {
  width: 300px;
  height: 70px;
  padding-right: 20px;
}
.com-mail::before {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.com-mail::after {
  width: 25px;
  height: 7px;
  right: 15px;
}

.com-line {
  width: 300px;
}
.com-line::before {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.com-line::after {
  width: 25px;
  height: 7px;
  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 3px/18px;
}
.com-tel-svg {
  width: 200px;
}

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

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #204089;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.com-table01 th::before {
  width: 5px;
  height: 5px;
  left: 0;
  top: 27px;
}
.com-table01 td {
  display: block;
  padding: 10px 15px;
  border-bottom: none;
}

.com-table02 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #25282b;
}
.com-table02 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table02 td {
  display: block;
  padding: 15px 10px;
}

.com-time {
  padding-left: 0;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-deco-l.png) no-repeat left 200px/25.8vw, url(/img/top/about-deco-r.png) no-repeat right calc(100% - 150px)/25.8vw;
}
#top-about .ttl {
  font-size: 38px;
}
#top-about .txt {
  text-align: left;
  margin-top: 30px;
}

/* =========================================
    top  sp
    top-greeting
========================================= */
#top-greeting .img {
  position: unset;
  width: 100%;
  margin-bottom: 20px;
}
#top-greeting .wrap {
  width: 100%;
}
#top-greeting .txt {
  margin-top: 35px;
}
#top-greeting .btn {
  display: block;
  width: 300px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-work
========================================= */
#top-work .wrap {
  display: block;
  margin-top: 50px;
  padding: 35px 15px;
}
#top-work .wrap::before {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#top-work .box {
  width: 100%;
}
#top-work .box:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-work .box-ttl {
  margin-top: 20px;
}
#top-work .btn {
  width: 300px;
  margin: 35px auto 0;
}
#top-work .primary {
  font-size: clamp(50px, 14.2vw, 350px);
  bottom: 0px;
}

/* =========================================
    top  sp
    top-day
========================================= */
#top-day .table {
  margin-top: 35px;
}
#top-day .img {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-staff
========================================= */
#top-staff .inner {
  padding: 50px 0;
}
#top-staff .container {
  padding-bottom: 100px;
  position: relative;
}
#top-staff .container-top {
  padding: 0 15px;
}
#top-staff .btn {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}
#top-staff .swiper {
  height: 420px;
}
#top-staff .swiper-slide {
  width: 250px;
  height: auto;
}
#top-staff .link {
  width: 250px;
  height: auto;
  padding: 20px 15px;
}
#top-staff .img {
  height: 251px;
}

/* =========================================
    top  sp
    top-numbers
========================================= */
#is-safari #top-numbers .ttl-main {
  position: unset;
  line-height: 1.05;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

#top-numbers .ttl {
  position: unset;
  display: block;
}
#top-numbers .ttl-sub {
  width: 250px;
  left: 0;
  top: 0;
  writing-mode: unset;
  padding: 0 7px;
  transform: skewX(-10deg);
}
#top-numbers .ttl-sub::before {
  transform: skewX(10deg) translate(-50%, -50%);
}
#top-numbers .ttl-main {
  position: unset;
  writing-mode: unset;
  margin-left: 0;
  margin-top: 20px;
}
#top-numbers .list {
  display: block;
  margin-top: 35px;
}
#top-numbers .list-item {
  width: 100%;
  height: auto;
  padding: 30px 20px;
}
#top-numbers .list-item:first-of-type {
  margin-left: 0;
}
#top-numbers .list-item:nth-of-type(n + 2) {
  border-top: unset;
}
#top-numbers .list-item:nth-of-type(3) {
  border-left: 1px solid #b7bfc9;
}
#top-numbers .list-txt {
  font-size: 28px;
}
#top-numbers .list-ttl {
  font-size: 28px;
}

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .inner {
  padding: 50px 15px;
}
#top-recruit .container {
  height: 250px;
  align-items: unset;
  background: url(/img/top/recruit-bg.png) no-repeat right bottom/50vw, #204089;
  padding: 50px 15px;
}
#top-recruit .container::after {
  width: 40px;
  height: 12px;
  right: 25px;
  bottom: 30px;
}

/* =========================================
    top  sp
    top-entry
========================================= */
#top-entry .inner::before {
  width: 150px;
  height: 150px;
  left: calc(50% - 130px);
  top: 225px;
  z-index: 1;
}
#top-entry .inner::after {
  width: 150px;
  height: 150px;
  right: calc(50% - 130px);
  top: 255px;
}
#top-entry .container::before {
  width: 150px;
  height: 150px;
  left: calc(50% - 130px);
  top: unset;
  bottom: 85px;
  z-index: 1;
}
#top-entry .container::after {
  width: 150px;
  height: 150px;
  top: unset;
  right: calc(50% - 130px);
  bottom: 125px;
}
#top-entry .ttl-sub {
  font-size: 100px;
}
#top-entry .txt {
  text-align: left;
  margin-top: 220px;
}
#top-entry .mail {
  margin: 220px auto 0;
}
#top-entry .primary {
  font-size: clamp(110px, 31.42vw, 600px);
  bottom: -7px;
}

/* =========================================
    top  sp
    top-map
========================================= */
#top-map .map {
  height: 250px;
}

/* =========================================
    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 .list {
  margin-top: 15px;
}
#top-news .list-link {
  display: block;
  padding: 25px 0;
}
#top-news .list-wrap {
  display: block;
}
#top-news .list-ttl {
  margin-left: 0;
  margin-top: 10px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-work
========================================= */
#sub-work .list {
  margin-top: 35px;
}
#sub-work .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 30px 15px;
  background: url(/img/work/work-box.jpg) left top;
}
#sub-work .list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#sub-work .list-item:nth-of-type(2n) .list-wrap {
  margin-left: 0;
}
#sub-work .list-wrap {
  margin-right: 0;
}
#sub-work .list-ttl {
  margin-top: 20px;
}

#sub-career .txt {
  margin-top: 35px;
}
#sub-career .wrap {
  margin-top: 50px;
  overflow-x: scroll;
}
#sub-career .wrap-txt {
  text-align: center;
}
#sub-career .img {
  width: 800px;
}

#sub-flow .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 55px 15px 30px;
}
#sub-flow .list-wrap {
  margin-right: 0;
}
#sub-flow .list-num {
  width: 45px;
  height: 45px;
}
#sub-flow .list-ttl {
  margin-top: 20px;
}

#sub-banner .container {
  display: block;
}
#sub-banner .link {
  width: 100%;
  height: 250px;
  padding: 30px 0 0 15px;
}
#sub-banner .link::after {
  width: 35px;
  height: 12px;
  bottom: 25px;
  right: 25px;
}
#sub-banner .link:nth-of-type(n + 2) {
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-staff
========================================= */
#sub-staff .list {
  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: 48vw;
  min-height: 168px;
}
#sub-staff .list-ttl {
  margin-top: 15px;
}

#sub-staff-detail .txt {
  margin-top: 35px;
}
#sub-staff-detail .img {
  width: 320px;
  height: 320px;
}
#sub-staff-detail .name {
  margin-top: 15px;
}
#sub-staff-detail .txt {
  margin-top: 20px;
}
#sub-staff-detail .list {
  gap: 15px;
  margin-top: 35px;
}
#sub-staff-detail .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.3vw;
  min-height: 152px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-charm .list {
  display: block;
  margin-top: 75px;
}
#sub-charm .list-item {
  width: 100%;
  padding: 225px 20px 25px;
}
#sub-charm .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
  border-left: 1px solid #b7bfc9;
}
#sub-charm .list-item:first-of-type {
  background: url(/img/recruit/charm-ico01.png) no-repeat center 52px;
}
#sub-charm .list-item:nth-of-type(2) {
  background: url(/img/recruit/charm-ico02.png) no-repeat center 50px;
}
#sub-charm .list-item:nth-of-type(3) {
  background: url(/img/recruit/charm-ico03.png) no-repeat center 70px;
}
#sub-charm .list-num {
  top: -40px;
}

#sub-recruit .table {
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .container {
  display: block;
}
#sub-greeting .wrap {
  width: 100%;
}
#sub-greeting .img {
  position: unset;
  display: block;
  width: 320px;
  margin: 25px auto 0;
}
#sub-greeting .wrap {
  margin-right: 0;
}
#sub-greeting .txt {
  margin-top: 25px;
}
#sub-greeting .primary {
  font-size: clamp(44px, 12.5vw, 245px);
}

#sub-company .table {
  margin-top: 35px;
}
#sub-company .table th {
  padding: 10px 15px;
}
#sub-company .table th::before {
  top: 22px;
}
#sub-company .map {
  height: 250px;
  margin-top: 35px;
}

/* =========================================
    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 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 .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-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#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 {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px 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-main {
  font-size: 27px;
}