@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Lobster-Regular";
  src: url(../fonts/Lobster-Regular.ttf);
}
@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: "Lobster-Regular";
  src: url(../fonts/Lobster-Regular.ttf);
}
@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-ttl02 {
  padding: 7.5px 15px;
}

.com-btn01 {
  width: 300px;
  text-align: center;
  padding: 14px 45px;
}
.com-btn01::after {
  width: 26px;
  height: 14px;
  right: 15px;
}

.com-mail {
  width: 290px;
  line-height: 60px;
}
.com-mail::before {
  width: 25px;
  height: 18px;
  left: 40px;
}
.com-mail::after {
  width: 28px;
  height: 15px;
  right: 20px;
}

.com-instagram {
  width: 200px;
  height: 60px;
}
.com-instagram::after {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

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

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #c2c8c9;
}
.com-table01 tr:last-of-type td {
  border-bottom: 2px dashed #c2c8c9;
}
.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 .inner {
  padding: 50px 15px;
}
#top-news .container {
  padding: 8px;
}
#top-news .container-bg {
  padding: 50px 15px;
}
#top-news .container-inner {
  position: relative;
  display: block;
  padding: 0 0 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;
}
#top-news .list-top {
  display: block;
}
#top-news .list-ttl {
  margin-top: 10px;
}
#top-news .btn {
  position: absolute;
  width: 220px;
  margin-top: 0;
  padding: 16px 0;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
========================================= */
#top-greeting .img {
  position: relative;
  width: 320px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#top-greeting .img::before {
  width: 103px;
  height: 48px;
  left: 50px;
  bottom: -34px;
}
#top-greeting .img::after {
  width: 140px;
  height: 140px;
  bottom: -40px;
  right: -10px;
}
#top-greeting .wrap {
  width: 100%;
  margin-top: 50px;
}
#top-greeting .ttl::before {
  width: 184px;
  height: 46px;
  bottom: 0;
}
#top-greeting .txt {
  margin-top: 35px;
}

#top-service .ttl {
  background: url(/img/all/ttl-deco01.png) no-repeat center top/100px;
}
#top-service .list {
  display: block;
  padding: 50px 0;
}
#top-service .list::before {
  width: 150%;
  height: 100%;
  background: url(/img/top/service-box.jpg) center top;
}
#top-service .list-item {
  outline-offset: -10px;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-service .list-link {
  width: 320px;
  height: 400px;
  padding: 50px 0 0 30px;
}

#top-case .bg {
  background: url(/img/all/com-deco01.png) no-repeat calc(100% - 5px) calc(100% - 15px)/150px;
}
#top-case .bg::before {
  width: 30.4vw;
  height: 24vw;
  left: 0;
  top: -20vw;
}
#top-case .container {
  padding-bottom: 100px;
  position: relative;
}
#top-case .container-top {
  justify-content: center;
}
#top-case .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-case .list {
  display: block;
  margin-top: 35px;
}
#top-case .list-item {
  width: 100%;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 35px;
}
#top-case .list-link {
  width: 100%;
}
#top-case .list-img {
  width: 100%;
  height: 91.4vw;
  min-width: 320px;
}
#top-case .list-ttl {
  margin-top: 15px;
}
#top-case .list-ttl::before {
  top: 5px;
}

#top-question .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 10px) calc(100% + 3px)/150px;
}
#top-question .inner {
  padding: 50px 15px 100px;
}
#top-question .inner::before {
  width: 106px;
  height: 48px;
  top: 140px;
}
#top-question .list-item {
  padding: 25px 15px;
}
#top-question .list-q {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#top-question .list-a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#top-question .list-ttl {
  padding-top: 5px;
  padding-left: 15px;
}
#top-question .list-txt {
  padding-top: 9px;
  padding-left: 15px;
}
#top-question .btn {
  width: 300px;
  padding: 14px 40px;
  margin: 50px auto 0;
}

#top-contact .ttl {
  background: url(/img/all/ttl-deco02.png) no-repeat center top/100px;
}
#top-contact .wrap {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
#top-contact .wrap::before {
  position: absolute;
  content: "";
}
#top-contact .wrap::before {
  width: 90%;
  height: 1px;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  border-bottom: 2px dashed #fff;
}
#top-contact .com-tel-num {
  margin-right: 0;
}
#top-contact .com-tel-num::before {
  display: none;
}
#top-contact .mail {
  margin-top: 50px;
}

#top-company .bg {
  background: url(/img/all/com-deco04.png) no-repeat calc(100% - 10px) calc(100% - 47px)/150px;
}
#top-company .bg::before {
  width: 30.4vw;
  height: 24vw;
  left: 0;
  top: -12vw;
}
#top-company .inner {
  padding: 50px 15px 100px;
}
#top-company .container {
  display: block;
}
#top-company .btn {
  display: block;
  width: 300px;
  margin: 20px auto 0;
}
#top-company .map {
  width: 100%;
  height: 250px;
  margin-left: 0;
  margin-top: 50px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-business
========================================= */
#sub-service .bg::before {
  top: 0;
}
#sub-service .bg::after {
  top: 58%;
}
@media screen and (max-width: 350px) {
  #sub-service .bg::after {
    top: 57%;
  }
}
#sub-service .container {
  margin-top: 35px;
}
#sub-service .container::after {
  width: 106px;
  height: 50px;
  top: -35px;
}
#sub-service .wrap {
  padding: 8px;
}
#sub-service .wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service .wrap-inner {
  padding: 30px 15px;
}
#sub-service .list {
  margin-top: 35px;
}
#sub-service .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 15px;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service .list-item:nth-child(even) {
  flex-direction: column-reverse;
}
#sub-service .list-img {
  margin-top: 0;
}
#sub-service .list-fee {
  margin-top: 15px;
  padding-right: 35px;
}
#sub-service .list-fee-ttl {
  line-height: 40px;
}
#sub-service .btn {
  margin-top: 35px;
  padding: 20px 20px 0 20px;
}
#sub-service .btn::after {
  width: 45px;
  height: 25px;
  transform: unset;
  top: unset;
  bottom: 20px;
  row-gap: inherit;
}

#interior::before {
  width: 124px;
  height: 32px;
  bottom: -21px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 16.5vw) calc(100% + 3px)/140px;
}
#sub-case .inner {
  padding: 50px 15px 100px;
}
#sub-case .ttl {
  margin-bottom: 35px;
}
#sub-case .list {
  margin-top: 50px;
}
#sub-case .list-wrap {
  padding: 35px 15px;
}
#sub-case .list-box {
  display: block;
  margin-bottom: 20px;
}
#sub-case .list-box::before {
  width: 65px;
  height: 24px;
  bottom: unset;
  top: 43%;
  left: -20px;
  transform: rotate(105deg);
}
#sub-case .list-before {
  width: 90%;
  margin-left: auto;
}
#sub-case .list-before-img {
  width: 100%;
  height: 73.4vw;
  min-height: 257px;
  margin-top: 0;
}
#sub-case .list-after {
  width: 100%;
  margin-top: 35px;
}
#sub-case .list-after-img {
  width: 100%;
  height: 81.7vw;
  min-height: 286px;
  margin-top: 0;
}

/* =========================================
    sub  SP
    sub-question
========================================= */
#sub-question .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 16.5vw) calc(100% + 3px)/140px;
}
#sub-question .inner {
  padding: 50px 15px 100px;
}
#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item {
  padding: 25px 15px;
}
#sub-question .list-q {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#sub-question .list-a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#sub-question .list-ttl {
  padding-top: 5px;
  padding-left: 15px;
}
#sub-question .list-txt {
  padding-top: 9px;
  padding-left: 15px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .wrap {
  margin-top: 35px;
  padding: 8px;
}
#sub-greeting .wrap-inner {
  padding: 30px 20px;
}
#sub-greeting .wrap-ttl::before {
  left: calc(50% - 130px);
}
#sub-greeting .wrap-ttl::after {
  right: calc(50% - 120px);
}
#sub-greeting .wrap::after {
  width: 103px;
  height: 48px;
  bottom: -20px;
}
#sub-greeting .box {
  flex-direction: column-reverse;
  margin-top: 15px;
}
#sub-greeting .img {
  width: 260px;
  margin: 0 auto;
}
#sub-greeting .txt {
  margin-right: 0;
  margin-top: 15px;
}

#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 .tag-list {
  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 .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 16.5vw) calc(100% + 3px)/140px;
}
#sub-site .inner {
  padding: 50px 15px 100px;
}
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 16.5vw) calc(100% + 3px)/140px;
}
#sub-privacy .inner {
  padding: 50px 15px 100px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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