@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/*	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: 11px 10px;
  border-radius: 15px;
}

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

.com-mail {
  width: 280px;
  height: 60px;
}
.com-mail::after {
  width: 17px;
  height: 12px;
  right: 15px;
}

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

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

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

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .img {
  margin-top: 30px;
}
#top-about .img::before {
  width: 61px;
  height: 61px;
  top: 5px;
  left: -5px;
}
#top-about .img::after {
  width: 67px;
  height: 65px;
  bottom: -10px;
  right: -10px;
}
#top-about .img-deco {
  width: 100px;
  left: -10px;
  bottom: -40px;
}
#top-about .txt {
  text-align: left;
  margin-top: 45px;
}
#top-about .btn {
  width: 320px;
  margin: 35px auto 0;
  border-radius: 51px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-bg-top.png) no-repeat center top/100%, url(/img/top/service-bg.jpg) no-repeat center/cover;
}
#top-service .inner {
  padding: 75px 15px 50px;
}
#top-service .inner::before {
  width: 76px;
  height: 80px;
  top: 75px;
  left: 5px;
}
#top-service .inner::after {
  width: 113px;
  height: 126px;
  top: 335px;
  right: 0px;
}
#top-service .list {
  gap: 35px;
  margin-top: 50px;
}
#top-service .list-item {
  width: 100%;
  height: unset;
  text-align: center;
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 15px;
}
#top-service .list-ttl {
  padding: 5px 50px;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .bg::before {
  width: 100%;
  height: 177px;
  transform: translateX(-50%);
  left: 50%;
  top: -15px;
}
#top-voice .list {
  margin-top: 35px;
}
#top-voice .list-item {
  padding: 27px 20px 20px;
  border-radius: 15px;
}

/* =========================================
    top  sp
    top-question
========================================= */
#top-question .bg {
  background: url(/img/top/question-deco03.png) no-repeat calc(100% - 10px) calc(100% - 2px)/140px, #fcfae6;
}
#top-question .inner::before {
  width: 105px;
  height: 125px;
  top: 92px;
  left: -4.16vw;
}
#top-question .inner::after {
  width: 102px;
  height: 91px;
  top: 73px;
  right: 5px;
}
#top-question .wrap {
  margin-top: 50px;
  gap: 15px;
}
#top-question .wrap-txt {
  width: 50%;
  padding: 10px 4px;
}
#top-question .txt {
  text-align: left;
  margin-top: 25px;
}
#top-question .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg::before {
  width: 250px;
  height: 250px;
  top: -35px;
}
#top-contact .inner::before {
  width: 85px;
  height: 103px;
  top: 55px;
  left: 10px;
}
#top-contact .inner::after {
  width: 75px;
  height: 82px;
  top: 62px;
  right: 5px;
}
#top-contact .ttl::before {
  width: 76px;
  height: 31px;
  top: -40px;
}
#top-contact .txt {
  text-align: left;
}
#top-contact .wrap {
  display: block;
  height: unset;
  text-align: center;
  margin-top: 35px;
  padding: 35px 20px;
  background-color: #fff;
  border: 3px solid #579e5c;
  border-radius: 15px;
}
#top-contact .mail {
  margin: 25px auto 0;
}
#top-contact .line {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .bg {
  background: url(/img/top/company-bg.jpg) no-repeat center top/125%;
}
#top-company .inner::after {
  width: 100px;
  height: 105px;
  right: 5px;
  bottom: -25px;
}
#top-company .wrap {
  display: block;
  margin-top: 35px;
}
#top-company .map {
  width: 100%;
  height: 250px;
  margin-top: 35px;
}

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

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 35px;
  margin-top: 35px;
}
#sub-about .img {
  width: 100%;
}
#sub-about .img::before {
  width: 71px;
  height: 71px;
  top: -35px;
  right: -24px;
}
#sub-about .img::after {
  width: 87px;
  height: 85px;
  bottom: -33px;
  left: -25px;
}
#sub-about .img img {
  border-radius: 15px;
}
#sub-about .box {
  text-align: center;
}
#sub-about .box-ttl {
  display: inline-block;
}
#sub-about .txt {
  text-align: left;
}

#sub-strengths .inner {
  padding: 14.2vw 15px 14.2vw;
}
#sub-strengths .inner::after {
  width: 111px;
  height: 86px;
  top: 35vw;
}
@media screen and (max-width: 350px) {
  #sub-strengths .inner::after {
    top: 135px;
  }
}
#sub-strengths .list {
  margin-top: 35px;
}
#sub-strengths .list-item {
  padding: 20px 15px 25px;
  border-radius: 15px;
}
#sub-strengths .list-txt {
  margin-top: 15px;
}

#sub-staff .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 20px;
  padding: 15px 15px 30px;
  background-color: #fcfae6;
  border-radius: 15px;
}
#sub-staff .list-img {
  width: 100%;
  height: 82.8vw;
  min-height: 290px;
  margin-top: 0;
}
#sub-staff .list-img img {
  border-radius: 15px;
}
#sub-staff .list-txt {
  margin-top: 10px;
}

#sub-company .bg {
  background: url(/img/about/strengths-bg-top.png) no-repeat center top/100%, url(/img/about/company-bg.jpg) no-repeat center top/100%, #fcfae6;
}
#sub-company .inner {
  padding: 14.2vw 15px 75px;
}
#sub-company .inner::after {
  width: 100px;
  height: 105px;
  right: 5px;
  bottom: -25px;
}
#sub-company .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
  gap: 35px;
}
#sub-company .img {
  width: 100%;
}

#sub-banner .container {
  display: block;
}
#sub-banner .btn {
  width: 320px;
  margin: 0 auto;
}
#sub-banner .btn:nth-of-type(n + 2) {
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-btn-list .list {
  justify-content: center;
  margin-top: 35px;
  gap: 35px 75px;
}
#sub-btn-list .list-link {
  max-width: 375px;
}

#sub-service .bg {
  background: url(/img/service/service-bg-top.png) no-repeat center top/100%, #fcfae6;
}
#sub-service .inner {
  padding: 50px 15px 75px;
}
#sub-service .inner::before {
  width: 110px;
  height: 82px;
  top: -40px;
  left: 5px;
}
#sub-service .container-box {
  padding: 25px 20px 35px;
  border-radius: 15px;
}
#sub-service .wrap {
  margin-top: 35px;
  padding: 30px 15px;
  background-color: #fcfae6;
  border-radius: 15px;
}
#sub-service .wrap-ttl {
  padding: 5px 40px;
  color: #579e5c;
  background: url(/img/top/service-txt-deco01.png) no-repeat left center/35px, url(/img/top/service-txt-deco02.png) no-repeat right center/35px;
}
#sub-service .box {
  display: block;
}
#sub-service .img {
  margin-top: 0px;
  border-radius: 15px;
}
#sub-service .list {
  margin-top: 15px;
}
#sub-service .list-item {
  padding-left: 15px;
}
#sub-service .list-item::before {
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item {
  padding: 27px 20px 20px;
  border-radius: 15px;
}

/* =========================================
    sub  SP
    sub-question
========================================= */
#sub-question .inner::before {
  width: 87px;
  height: 97px;
  top: 90px;
  right: 5px;
}
#sub-question .list {
  margin-top: 45px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-question .list-top {
  padding: 15px 10px;
  border-radius: 15px;
}
#sub-question .list-q {
  width: 36px;
  height: 36px;
  line-height: 34px;
}
#sub-question .list-ttl {
  margin-left: 10px;
}
#sub-question .list-txt {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
  border-radius: 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 .com-news-post-con {
  padding: 25px 15px;
  border-radius: 15px;
}
#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: 79px;
  height: 94px;
  top: 10px;
  left: 5px;
}
#sub-method .inner::after {
  width: 65px;
  height: 72px;
  top: 70px;
}
#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;
  border: 4px solid #579e5c;
  border-radius: 15px;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .bg {
  background: url(/img/all/contact-bg.png) no-repeat center top/100%;
}
#sub-contact .inner {
  padding: 75px 15px 50px;
}
#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-site .list-link {
  padding: 12px 0px 12px 24px;
}

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

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