@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 {
  text-align: center;
}
.com-ttl01-sub::before {
  width: 30px;
  height: 30px;
  top: 15px;
  left: -40px;
}
.com-ttl01-main {
  margin-top: 15px;
}

.com-ttl02::before {
  width: 5px;
  height: 5px;
  top: 15px;
}

.com-btn01 {
  width: 250px;
  padding: 16px 60px 16px 0px;
}
.com-btn01::after {
  width: 55px;
  height: 55px;
  right: 0px;
}

.com-mail {
  width: 300px;
  height: 60px;
  padding-left: 85px;
}
.com-mail::before {
  width: 26px;
  height: 20px;
  margin-right: 20px;
}
.com-mail::after {
  width: 17px;
  height: 18px;
  right: 30px;
}

.com-line {
  width: 300px;
  height: 60px;
  padding-left: 90px;
}
.com-line::before {
  width: 25px;
  height: 25px;
  margin-right: 25px;
}
.com-line::after {
  width: 17px;
  height: 18px;
  right: 30px;
}

.com-tel {
  text-align: center;
}

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

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #ffa200;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-time {
  width: 50px;
}
.com-time::before {
  width: 43px;
  bottom: 32px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg.jpg) no-repeat left top;
}
#top-about .inner::after {
  width: 120px;
  height: 150px;
  top: 450px;
  right: calc(50% - 170px);
}
#top-about .container {
  width: 100%;
}
#top-about .img {
  position: relative;
  width: 300px;
  min-width: unset;
  margin: 25px auto 0;
  top: unset;
  left: unset;
}
#top-about .img::after {
  width: 140px;
  height: 180px;
  left: -20px;
  bottom: -20px;
}
#top-about .txt {
  margin-top: 40px;
  padding-right: 0px;
}
#top-about .primary {
  margin-top: 25px;
}
#top-about .video {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-work
========================================= */
.section-bg {
  background: url(/img/top/work-bg.jpg) no-repeat center bottom/450%;
}

#top-work .inner {
  padding: 50px 0;
}
#top-work .container-inner {
  padding: 50px 10px;
}
#top-work .ttl {
  padding-left: 0;
}
#top-work .list {
  display: block;
  margin-top: 35px;
}
#top-work .list-item {
  width: 280px;
  margin: 0 auto;
}
#top-work .list-item:first-of-type {
  margin-top: 0;
}
#top-work .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 50px;
}
#top-work .list-ico {
  width: 280px;
  height: 280px;
}
#top-work .list-ttl {
  width: 260px;
  padding: 5px 10px;
  bottom: -5px;
}
#top-work .list-txt {
  width: 260px;
  margin: 20px auto 0;
}

/* =========================================
    top  sp
    top-management
========================================= */
#top-management .bg::before {
  width: 100px;
  min-width: unset;
  height: 180px;
  min-height: unset;
  top: 440px;
  bottom: unset;
  right: calc(50% - 165px);
  z-index: 1;
  border-radius: 10px;
}
#top-management .container {
  width: 100%;
}
#top-management .ttl-sub::before {
  top: 40px;
}
#top-management .img {
  position: unset;
  display: block;
  width: 300px;
  min-width: unset;
  margin: 25px auto 0;
}
#top-management .btn {
  display: block;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .sub-inner {
  padding: 50px 15px 80px !important;
}
#top-banner .container {
  display: block;
}
#top-banner .link {
  width: 100%;
  height: 350px;
  padding: 45px 0 0 25px;
  border-radius: 10px;
}
#top-banner .link::after {
  width: 70px;
  height: 70px;
  bottom: 25px;
  right: 25px;
}
#top-banner .link:nth-of-type(n + 2) {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .container {
  position: relative;
  padding-bottom: 100px;
}
#top-voice .container-top {
  display: block;
}
#top-voice .ttl {
  padding-left: 0;
}
#top-voice .btn {
  position: absolute;
  width: 180px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-voice .list {
  display: block;
  margin-top: 35px;
}
#top-voice .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-voice .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
  margin-left: auto;
}
#top-voice .list-ttl {
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#top-recruit .primary {
  font-size: clamp(30px, 8.5vw, 220px);
}
#top-recruit .wrap {
  padding-right: 0;
}
#top-recruit .address {
  width: 100%;
  margin-right: 0;
}
#top-recruit .com-tel {
  margin-top: 35px;
}
#top-recruit .com-mail {
  margin: 35px auto 0;
}
#top-recruit .com-line {
  margin: 25px auto 0;
}
#top-recruit .map {
  height: 250px;
  margin-top: 50px;
}
#top-recruit .map-txt {
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-left.png) no-repeat left bottom/40.2vw, url(/img/top/news-right.png) no-repeat right top/35.2vw;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
  padding-left: 0;
}
#top-news .list {
  margin: 35px auto 0;
}
#top-news .list-top {
  display: block;
}
#top-news .list-box {
  margin-left: 10px;
}
#top-news .btn {
  position: absolute;
  width: 180px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruit .ttl-sub {
  margin-left: 40px;
}
#sub-recruit .primary {
  font-size: clamp(30px, 8.5vw, 220px);
}
#sub-recruit .wrap {
  padding-right: 0;
}
#sub-recruit .com-tel {
  margin-top: 35px;
}
#sub-recruit .com-tel-num {
  padding: 15px 0;
}
#sub-recruit .btn-list {
  display: block;
  margin-top: 35px;
}
#sub-recruit .btn-list-item {
  margin: 0 auto;
}
#sub-recruit .btn-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
  margin-left: auto;
}

/* =========================================
    sub  SP
    sub-work
========================================= */
#sub-work .container {
  display: block;
}
#sub-work .container-box {
  padding-left: 0;
}
#sub-work .primary {
  margin-top: 35px;
}
#sub-work .txt {
  margin-top: 15px;
}
#sub-work .img {
  width: 320px;
  margin: 25px auto 0;
}
#sub-work .img::before {
  width: 150px;
  height: 190px;
  bottom: -60px;
  right: -10px;
}
#sub-work .list {
  margin-top: 100px;
  padding: 35px 10px;
}
#sub-work .list-item {
  width: 100%;
  padding: 30px 15px 25px;
}

#sub-step .ttl-sub::before {
  transform: translateY(-50%);
  top: 50%;
}
#sub-step .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-step .wrap {
  overflow-x: scroll;
}
#sub-step .wrap-txt {
  text-align: center;
  margin-top: 5px;
}

#sub-schedule .ttl {
  padding-left: 0;
}
#sub-schedule .ttl-sub {
  margin-left: 50px;
}
#sub-schedule .list {
  margin-top: 35px;
}
#sub-schedule .list-item {
  display: block;
  padding: 15px 25px;
}
#sub-schedule .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#sub-schedule .list-time {
  width: 100%;
  padding: 0 15px 0 20px;
}
#sub-schedule .list-time::before {
  width: 6px;
  height: 6px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .ttl {
  padding-left: 0;
}
#sub-voice .list {
  flex-wrap: wrap;
  gap: 15px;
}
#sub-voice .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  margin: 0 auto;
}
#sub-voice .list-img {
  height: 52.8vw;
  min-height: 185px;
}
#sub-voice .list-ttl {
  font-size: 16px;
  margin-top: 10px;
}
#sub-voice .list-ttl::before {
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
}

#sub-voice-detail .inner {
  padding: 50px 15px;
}
#sub-voice-detail .container {
  padding: 30px 10px;
}
#sub-voice-detail .wrap {
  padding: 30px 15px 35px;
}
#sub-voice-detail .wrap-box {
  display: block;
  margin-top: 15px;
}
#sub-voice-detail .img {
  width: 270px;
  height: 325px;
  margin: 0 auto;
}
#sub-voice-detail .txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruitment .ttl-sub {
  font-size: 42px;
}
#sub-recruitment .ttl-sub::before {
  width: 25px;
  height: 25px;
  top: 12px;
  left: -28px;
}
#sub-recruitment .ttl-main {
  margin-top: 10px;
}
#sub-recruitment .table {
  margin-top: 35px;
}

#sub-flow .ttl {
  padding-left: 0;
}
#sub-flow .list {
  display: block;
}
#sub-flow .list-item {
  margin: 0 auto;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 50px;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: -35px;
}
#sub-flow .list-num {
  font-size: 30px;
}
#sub-flow .list-ttl {
  font-size: 26px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .ttl {
  padding-left: 0;
}
#sub-greeting .wrap {
  margin-top: 35px;
  padding: 35px 20px 45px;
}

#sub-company .table {
  margin-top: 35px;
}
#sub-company .map {
  height: 250px;
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg {
  background: url(/img/top/news-left.png) no-repeat left bottom/30.2vw, url(/img/top/news-right.png) no-repeat right top/20.2vw;
}
#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-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 .container {
  padding: 20px 10px;
}
#news-detail .com-news-post-con {
  padding: 30px 15px;
}
#news-detail .news-post-flex {
  display: block;
}
#news-detail .news-post-flex-box {
  margin-left: 0;
  margin-top: 10px;
}
#news-detail .com-time {
  width: 100%;
}
#news-detail .com-time::before {
  display: none;
}
#news-detail .com-time-sp {
  font-size: 18px;
}
#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 .bg {
  background: url(/img/top/news-left.png) no-repeat left bottom/30.2vw, url(/img/top/news-right.png) no-repeat right top/20.2vw;
}
#sub-contact .ttl-sub {
  margin-left: 20px;
}
#sub-contact .com-btn02 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table tr:nth-of-type(n + 2) th {
  border-top: 2px solid #27a0ec;
}
.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 .bg {
  background: url(/img/top/news-left.png) no-repeat left bottom/30.2vw, url(/img/top/news-right.png) no-repeat right top/20.2vw;
}
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .ttl-sub::before {
  width: 30px;
  height: 30px;
  top: 40px;
  left: 10px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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