@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: "Ubuntu-Bold";
  src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url(../fonts/Ubuntu-Light.ttf);
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url(../fonts/Ubuntu-Regular.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: "Ubuntu-Bold";
  src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url(../fonts/Ubuntu-Light.ttf);
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url(../fonts/Ubuntu-Regular.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;
}

.top-inner {
  padding: 50px 15px;
}

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

.com-ttl02 {
  padding-left: 25px;
}
.com-ttl02::before {
  width: 15px;
  height: 15px;
  top: 10px;
}

.com-btn01 {
  width: 300px;
  padding: 12px 10px;
}
.com-btn01::before {
  width: 36px;
  height: 36px;
  margin-right: 30px;
  background: url(/img/all/arw.png) no-repeat center/15px, #fff;
}

.com-tel {
  text-align: center;
  padding-bottom: 20px;
}
.com-tel-svg {
  width: 220px;
}

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

.com-table01 tr:first-of-type th {
  border-top: none;
}
.com-table01 tr:first-of-type td {
  border-top: none;
}
.com-table01 tr:last-of-type td {
  border-bottom: 1px solid #c8c8c8;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #77c532;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

/* =========================================
    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-left: 0;
  margin-right: 0;
}
#top-news .list-link {
  padding-right: 40px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  width: 200px;
  margin-top: unset;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-news .com-tag-list {
  margin-top: 10px;
}

/* =========================================
    top  sp
    top-greeting
========================================= */
#top-greeting .bg::before {
  width: 173px;
  height: 138px;
  bottom: -30px;
}
#top-greeting .inner {
  padding: 50px 15px 95px;
}
#top-greeting .container {
  width: 100%;
}
#top-greeting .txt {
  margin-top: 25px;
}
#top-greeting .img {
  width: 100%;
  position: unset;
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .container {
  display: block;
}
#top-service .txt {
  margin-top: 15px;
  margin-right: 0;
}
#top-service .list {
  display: block;
}
#top-service .list-item {
  width: 100%;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 15px;
}
#top-service .list-link {
  height: 91vw;
  min-height: 320px;
}

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .bg::before {
  height: 100%;
}
#top-recruit .bg::after {
  width: 123px;
  height: 75px;
}
#top-recruit .inner {
  padding: 50px 15px 80px;
}
#top-recruit .txt {
  width: 100%;
  margin-top: 25px;
}
#top-recruit .img {
  width: 100%;
  min-width: unset;
  position: unset;
  margin-top: 10px;
}
#top-recruit .btn {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .bg {
  z-index: 1;
}
#top-company .bg::before {
  width: 158px;
  height: 155px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background: url(/img/top/company-deco.png) no-repeat bottom;
  background-size: 100%;
}
#top-company .container {
  display: block;
  padding-bottom: 100px;
  position: relative;
}
#top-company .container-box {
  width: 100%;
}
#top-company .table {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  margin-left: 0;
}
#top-company .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  margin-top: 0;
}
#top-company .map {
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-entry
========================================= */
#top-entry .bg {
  background: url(/img/top/entry-bg.jpg) no-repeat right bottom/cover;
}
#top-entry .container {
  width: 100%;
}
#top-entry .txt {
  margin-top: 25px;
}
#top-entry .wrap {
  display: block;
  margin-top: 25px;
}
#top-entry .btn {
  margin: 0 auto;
}
#top-entry .btn:nth-of-type(n + 2) {
  margin-top: 10px;
  margin-left: auto;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .container {
  display: block;
  padding-bottom: 150px;
}
#sub-about .container::before {
  width: 202px;
  height: 160px;
  bottom: -15px;
  left: unset;
  right: 0px;
}
#sub-about .txt {
  margin-top: 15px;
  margin-left: 0;
}
#sub-about .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 0;
  padding: 20px 15px;
}
#sub-about .wrap-box {
  margin-top: 20px;
  margin-right: 0;
}
#sub-about .wrap-txt {
  margin-top: 15px;
}
#sub-about .wrap-img {
  height: 84.8vw;
  min-height: 297px;
}
#sub-about .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-about .wrap-img img {
  border-radius: 10px;
}

#sub-company .table {
  margin-top: 50px;
}

#sub-question .bg::before {
  width: 123px;
  height: 75px;
  left: 10px;
}
#sub-question .inner {
  padding: 50px 15px 80px;
}
#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item {
  padding: 20px 15px;
}
#sub-question .list-q {
  width: 41px;
  height: 41px;
}
#sub-question .list-a {
  width: 41px;
  height: 41px;
}
#sub-question .list-ttl {
  margin-left: 10px;
}
#sub-question .list-txt {
  margin-left: 10px;
}
#sub-question .list-btm {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-business
========================================= */
#sub-service .list {
  margin-top: 0;
}
#sub-service .list-item {
  padding-top: 50px;
}
#sub-service .list-wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 20px 15px;
}
#sub-service .list-box {
  margin-right: 0;
  margin-top: 25px;
}
#sub-service .list-img img {
  width: 100%;
}
#sub-service .list-txt {
  margin-top: 15px;
}
#sub-service .list-img {
  width: 100%;
}

#sub-flow .container::before {
  width: 103px;
  height: 123px;
  top: -30px;
  left: calc(50% - 15px);
}
#sub-flow .list {
  display: block;
  margin-top: 45px;
}
#sub-flow .list::before {
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
}
#sub-flow .list-item {
  padding-left: 135px;
}
#sub-flow .list-item::before {
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  top: 50%;
  left: -5px;
  bottom: unset;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-flow .list-img {
  position: absolute;
  top: -9px;
  left: 30px;
  margin: unset;
}
#sub-flow .list-img::before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  left: -8px;
}
#sub-flow .list-ttl {
  text-align: left;
}
#sub-flow .list-txt {
  text-align: left;
  margin-top: 5px;
}

#sub-gallery .bg::before {
  width: 123px;
  height: 75px;
  left: 10px;
}
#sub-gallery .inner {
  padding: 50px 15px 75px;
}
#sub-gallery .list {
  margin-top: 35px;
  gap: 10px;
}
#sub-gallery .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 44.28vw;
  min-height: 155px;
}

/* =========================================
    sub  SP
    sub-work
========================================= */
#sub-voice .bg::before {
  width: 130px;
  min-width: unset;
  height: 105px;
  min-height: unset;
  right: 10px;
  bottom: -30px;
}
#sub-voice .inner {
  padding: 50px 15px 75px;
}
#sub-voice .sub-ttl {
  margin-top: 30px;
}
#sub-voice .txt {
  margin-top: 15px;
  padding-right: 0;
}

#sub-work .list {
  margin-top: 35px;
}
#sub-work .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 20px 15px;
}
#sub-work .list-box {
  margin-right: 0;
  margin-top: 25px;
}
#sub-work .list-img img {
  width: 100%;
}
#sub-work .list-txt {
  margin-top: 15px;
}
#sub-work .list-img {
  width: 100%;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-recruit .bg::before {
  width: 130px;
  min-width: unset;
  height: 105px;
  min-height: unset;
  right: 10px;
  bottom: -30px;
}
#sub-recruit .inner {
  padding: 50px 15px 75px;
}
#sub-recruit .table {
  margin-top: 25px;
}

#sub-recruit-flow .list {
  display: block;
  margin-top: 35px;
}
#sub-recruit-flow .list-item {
  width: 100%;
}
#sub-recruit-flow .list-item::before {
  width: 40px;
  height: 192px;
  transform: translateX(-50%) rotate(90deg);
  top: unset;
  right: unset;
  left: 50%;
  bottom: -105px;
}
#sub-recruit-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}

/* =========================================
    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 .tag-list {
  margin-top: 50px;
  display: block;
}
#tag-btn-list .tag-list-item {
  max-width: unset;
}
#tag-btn-list .tag-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* =========================================
    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 .inner::before {
  width: 123px;
  height: 75px;
  left: 10px;
}
#sub-method .container {
  display: block;
  padding-left: 0;
}
#sub-method .wrap {
  margin-left: 0;
  margin-top: 35px;
}
#sub-method .box {
  margin-top: 35px;
  padding: 25px 0;
}

#sub-contact .com-table01 {
  padding: 20px 15px;
  border-radius: 10px;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
  padding: 12px 10px;
}

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

/* =========================================
    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::before {
  width: 130px;
  min-width: unset;
  height: 105px;
  min-height: unset;
  right: 10px;
  bottom: -30px;
}
#sub-site .inner {
  padding: 50px 15px 75px;
}
#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;
}