@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);
}
/*	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);
}
/*	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-sub {
  padding: 0 15px;
}
.com-ttl01-sub::before {
  width: 6px;
  height: 6px;
}
.com-ttl01-sub::after {
  width: 6px;
  height: 6px;
}

.com-ttl02 {
  min-width: 280px;
  padding: 11px 15px;
  border-radius: 30px;
}

.com-ttl03 {
  padding-bottom: 5px;
}

.com-btn01 {
  width: 300px;
  padding: 17px 10px;
  border-radius: 35px;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 30px;
  background: url(/img/all/tel-ico.png) no-repeat left 4px/24px;
}

.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 #a0c878;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-table02 tr:last-of-type th {
  border-bottom: 2px solid #62b9cb;
}
.com-table02 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table02 td {
  display: block;
  padding: 15px 10px;
}

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

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg::before {
  min-height: 98px;
}
#top-about .inner {
  padding: 50px 15px;
}
#top-about .inner::before {
  width: 126px;
  height: 72px;
  top: 25px;
  left: 5px;
}
#top-about .inner::after {
  width: 100px;
  height: 63px;
  top: 5px;
  right: 10px;
}
#top-about .wrap {
  flex-wrap: wrap;
  gap: 30px 0;
  margin-top: 30px;
}
#top-about .wrap-left {
  width: 100%;
  height: 250px;
  border-radius: 30px;
}
#top-about .wrap-center {
  min-width: unset;
  height: auto;
  text-align: left;
  padding: 30px 15px;
  border-radius: 30px;
}
#top-about .wrap-center::before {
  width: 60px;
  height: 57px;
  top: -25px;
  right: 0;
}
#top-about .wrap-right {
  width: 100%;
  height: 250px;
  border-radius: 30px;
}
#top-about .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg::before {
  width: 26.6vw;
  height: 27.3vw;
  bottom: 0;
  left: calc(50% + 11.2vw);
}
#top-service .inner::before {
  display: none;
}
#top-service .inner::after {
  width: 41px;
  height: 36px;
  top: unset;
  bottom: 43px;
  right: 5px;
}
#top-service .container {
  padding: 70px 15px 75px;
  background-color: #e9f3de;
  border-radius: 50px;
}
#top-service .container::before {
  width: 42.8vw;
  height: 22.8vw;
  left: -15px;
  top: -10px;
}
#top-service .container::after {
  width: 42.8vw;
  height: 22.8vw;
  right: -15px;
  top: -10px;
}
#top-service .txt {
  text-align: left;
  margin-top: 30px;
}
#top-service .wrap {
  flex-wrap: wrap;
  gap: 50px 0;
  margin-top: 65px;
}
#top-service .link {
  width: 100%;
  height: 57.14vw;
  border: 7px solid #fff;
  border-radius: 30px;
}
#top-service .link-ttl {
  width: 315px;
  height: 100px;
  padding-top: 8px;
  top: -40px;
}
#top-service .btn {
  width: 290px;
}

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

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .inner {
  padding: 50px 15px;
}
#top-recruit .container {
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: center;
}
#top-recruit .container-left {
  display: none;
}
#top-recruit .container-center {
  width: 100%;
  padding: 0;
}
#top-recruit .container-right {
  min-width: unset;
  width: 100%;
}
#top-recruit .txt {
  text-align: left;
  margin-top: 35px;
}
#top-recruit .btn {
  margin: 30px auto 0;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .inner {
  padding: 50px 15px;
}
#top-company .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#top-company .wrap {
  width: 100%;
  min-width: unset;
  padding: 55px 0px 95px;
  border-radius: 50px;
}
#top-company .wrap::before {
  width: 69px;
  height: 64px;
  top: -20px;
  right: 10px;
}
#top-company .wrap::after {
  width: 216px;
  height: 91px;
  right: -10px;
}
#top-company .table {
  margin-top: 15px;
}
#top-company .map {
  width: 100%;
  height: 250px;
  margin-top: 25px;
  border-radius: 30px;
}

/* =========================================
    com  sp
    com-recruit
========================================= */
#com-recruit .inner {
  padding: 50px 15px 0;
}
#com-recruit .container {
  padding: 75px 15px 80px;
  background: url(/img/top/recruit-box-top.png) no-repeat center top/350%, url(/img/top/recruit-box-btm.png) no-repeat center bottom/350%, url(/img/all/pt01.png) left top, #a0c878;
  border-radius: 50px;
}
#com-recruit .container::before {
  width: 73px;
  height: 140px;
  top: unset;
  bottom: -20px;
}
#com-recruit .container::after {
  width: 62px;
  height: 92px;
  top: 30px;
}
#com-recruit .ttl {
  padding-bottom: 20px;
}
#com-recruit .tel {
  margin-top: 30px;
}
#com-recruit .wrap {
  display: block;
  margin-top: 35px;
}
#com-recruit .mail {
  display: block;
  width: 290px;
  margin: 0 auto;
}
#com-recruit .line {
  display: block;
  width: 290px;
  margin: 25px auto 0;
}
#com-recruit .staff-btn {
  width: 320px;
  height: 125px;
  margin: 50px auto 0;
  padding: 25px 10px 0 130px;
  border: 4px solid #60833d;
  border-radius: 10px;
  background: url(/img/all/banner-deco.png) no-repeat calc(50% + 15px) calc(100% - 5px)/40px, url(/img/all/banner-bg.jpg) no-repeat -60px center/145%;
}
#com-recruit .staff-btn::after {
  width: 22px;
  height: 22px;
  bottom: 27px;
  right: 30px;
}
#com-recruit .sub-none {
  display: none;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .bg {
  background: url(/img/about/about-bg.png) no-repeat right bottom/200%;
}
#sub-about .inner::before {
  display: none;
}
#sub-about .inner::after {
  display: none;
}
#sub-about .wrap {
  margin-top: 50px;
  padding: 50px 15px;
  border-radius: 30px;
}
#sub-about .idea::before {
  width: 42.8vw;
  height: 22.8vw;
  left: -15px;
  top: -10px;
}
#sub-about .idea::after {
  width: 42.8vw;
  height: 22.8vw;
  right: -15px;
  top: -10px;
}
#sub-about .thought::before {
  width: 56px;
  height: 74px;
  top: -25px;
  left: -10px;
}
#sub-about .thought::after {
  width: 68px;
  height: 90px;
  top: unset;
  bottom: -40px;
  right: -10px;
}
#sub-about .greeting-fle {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#sub-about .greeting-wrap {
  margin-right: 0;
}
#sub-about .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-about .img {
  width: 100%;
  height: 82.85vw;
  border: 5px solid #cae0b6;
  border-radius: 25px;
}
#sub-about .img img {
  border-radius: 20px;
}
#sub-about .img::before {
  width: 65px;
  height: 40px;
  top: -44px;
  right: -2px;
}
#sub-about .name {
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-business
========================================= */
#sub-business .inner::before {
  display: none;
}
#sub-business .inner::after {
  width: 41px;
  height: 36px;
  bottom: 43px;
  right: 5px;
}
#sub-business .wrap {
  margin-top: 35px;
  padding: 70px 15px 35px;
  border-radius: 30px;
}
#sub-business .wrap::before {
  width: 42.8vw;
  height: 22.8vw;
  left: -15px;
  top: -10px;
}
#sub-business .wrap::after {
  width: 42.8vw;
  height: 22.8vw;
  right: -15px;
  top: -10px;
}
#sub-business .txt {
  text-align: left;
  margin-top: 30px;
}

#sub-case .bg {
  background: url(/img/top/para-bg-btm.png) repeat-x left calc(100% + 26px), url(/img/business/banner-bg-deco.png) no-repeat calc(100% - 10px) calc(100% - 482px)/50vw, url(/img/business/business-bg-btm.png) no-repeat center bottom, #e9f3de;
}
#sub-case .wrap {
  padding: 50px 20px;
  border-radius: 30px;
}
#sub-case .check-list-item {
  padding-left: 25px;
  background: url(/img/all/check-ico.png) no-repeat left 6px/14px;
}
#sub-case .box {
  margin-top: 50px;
  padding: 45px 15px 25px;
  border-radius: 30px;
}
#sub-case .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-case .list-fle {
  display: block;
}
#sub-case .list-fle::before {
  transform: rotate(70deg) translateY(-50%);
  left: -75px;
  bottom: unset;
  top: 37%;
}
#sub-case .list-before {
  width: 90%;
  margin-left: auto;
}
#sub-case .list-before-img {
  width: 100%;
  height: 51.4vw;
  border: 5px solid #e1f5ce;
  border-radius: 15px;
}
#sub-case .list-after {
  margin-top: 35px;
}
#sub-case .list-after-img {
  width: 100%;
  height: 58.8vw;
  border: 5px solid #e1f5ce;
  border-radius: 15px;
}
#sub-case .list-btm {
  padding: 20px 10px;
}

/* =========================================
    sub  SP
    sub-banner
========================================= */
#sub-banner .container {
  display: block;
}
#sub-banner .link {
  width: 100%;
  height: 62.85vw;
  border: 5px solid #f0c850;
  border-radius: 30px;
}
#sub-banner .link:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-banner .link-ttl {
  width: 280px;
  height: 60px;
  top: -5px;
  left: -5px;
}

/* =========================================
    sub  SP
    sub-staff
========================================= */
#sub-staff .txt {
  text-align: left;
  margin-top: 35px;
}

#sub-staff-introduction .bg {
  background: url(/img/top/para-bg-btm.png) repeat-x left calc(100% + 26px), url(/img/business/banner-bg-deco.png) no-repeat calc(100% - 10px) calc(100% - 482px)/50vw, url(/img/business/business-bg-btm.png) no-repeat center bottom, #e9f3de;
}
#sub-staff-introduction .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 30px 15px 30px 15px;
  border-radius: 30px;
}
#sub-staff-introduction .list-img {
  width: 100%;
  height: 82.85vw;
  margin-left: 0;
  border: 5px solid #e1f5ce;
  border-radius: 25px;
}
#sub-staff-introduction .list-wrap {
  margin-top: 15px;
}
#sub-staff-introduction .list-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruit .table {
  margin-top: 25px;
}
#sub-recruit .table th {
  width: 100%;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-company .table {
  margin-top: 25px;
}
#sub-company .table th {
  width: 100%;
}
#sub-company .map {
  height: 250px;
  margin-top: 50px;
}
#sub-company .map iframe {
  border-radius: 25px;
}

/* =========================================
    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 {
  margin-top: 25px;
  padding: 25px 15px;
  border-radius: 30px;
}
#sub-method .com-tel-num {
  background: url(/img/all/tel-ico-color.png) no-repeat left 4px/24px;
}
#sub-method .work {
  width: 100%;
  margin-top: 15px;
}

#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: 26px;
}