@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-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: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-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-btn01 {
  width: 300px;
  padding: 15px 10px;
}
.com-btn01::after {
  width: 18px;
  height: 10px;
  right: 15px;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 28px;
  background: url(/img/all/tel-ico-color.png) no-repeat left top/22px;
}
.com-tel-white {
  padding-left: 28px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px/20px;
}

.com-mail {
  width: 280px;
}

.com-line {
  width: 280px;
}

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

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #eea975;
}
.com-table01 tr:last-of-type th {
  background: url(/img/all/table-line.png) repeat-x left bottom;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  background: 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-top: 35px;
  margin-left: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 25px 0;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-problem
========================================= */
#top-problem .bg {
  border-radius: 75px;
  background: url(/img/top/problem-bg-btm.png) no-repeat center bottom/100%, #fff;
}
#top-problem .inner {
  padding: 50px 15px 80px;
}
#top-problem .wrap {
  display: block;
  margin-top: 35px;
}
#top-problem .list {
  margin-top: 20px;
}
#top-problem .list-item {
  padding-left: 30px;
  background: url(/img/all/check-ico.png) no-repeat left 2px/22px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg::before {
  width: 320px;
  height: 140px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -7px;
}
#top-about .inner {
  padding: 50px 15px 150px;
}
#top-about .ttl-main {
  margin-top: 15px;
}
#top-about .ttl-main rt {
  padding-bottom: 5px;
}
#top-about .txt {
  text-align: left;
}
#top-about .video {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-rental
========================================= */
#top-rental .bg {
  border-radius: 25px 25px 0 0;
}
#top-rental .list {
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-top: 35px;
}
#top-rental .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#top-rental .list-img {
  height: 43.3vw;
  min-height: 152px;
}
#top-rental .list-txt-left {
  margin-right: 0;
  margin-bottom: 5px;
}
#top-rental .btn {
  width: 320px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-purchase
========================================= */
#top-purchase .inner {
  padding: 50px 15px 180px;
}
#top-purchase .inner::after {
  width: 180px;
  height: 178px;
  bottom: 0px;
  right: -10px;
}
#top-purchase .list {
  display: block;
  margin-top: 55px;
}
#top-purchase .list-item {
  width: 100%;
  max-width: unset;
}
#top-purchase .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-guide
========================================= */
#top-guide .scroll {
  overflow-x: scroll;
}
#top-guide .scroll-txt {
  text-align: center;
  margin-top: 5px;
}
#top-guide .wrap {
  width: 1035px;
  justify-content: left;
}
#top-guide .guide-line {
  width: 70px;
}
#top-guide .table {
  margin-left: 25px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-banner
========================================= */
#sub-banner .container {
  display: block;
}
#sub-banner .btn {
  width: 100%;
  height: 200px;
}
#sub-banner .btn:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-rental
========================================= */
#sub-rental .wrap {
  margin-top: 35px;
}
#sub-rental .wrap-box:nth-of-type(n + 2) {
  margin-top: 35px;
  padding-top: 25px;
}
#sub-rental .wrap-box-fle {
  display: block;
  margin-top: 15px;
}
#sub-rental .wrap-box-fle-img {
  width: 100%;
}
#sub-rental .wrap-box-fle-txt {
  margin-left: 0;
  margin-top: 15px;
}
#sub-rental .txt {
  margin-top: 15px;
}
#sub-rental .box {
  margin-top: 50px;
}
#sub-rental .box-ttl {
  margin-top: 20px;
}
#sub-rental .box-txt {
  margin-top: 5px;
}

#sub-flow .bg {
  border-radius: 50px 50px 0 0;
}
#sub-flow .inner {
  padding: 50px 15px 100px;
}
#sub-flow .inner::before {
  width: 130px;
  height: 130px;
  top: -35px;
}
#sub-flow .wrap {
  margin-top: 35px;
}
#sub-flow .txt {
  margin-top: 15px;
}

#sub-question .bg::before {
  height: 65px;
  top: -60px;
}
#sub-question .inner {
  padding: 0 15px 50px;
}
#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-question .list-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-service .primary {
  margin-top: 35px;
}
#sub-service .txt {
  margin-top: 35px;
}
#sub-service .list {
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-top: 35px;
}
#sub-service .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-service .list-ttl {
  margin-top: 10px;
}

#sub-home .bg {
  border-radius: 50px 50px 0 0;
}
#sub-home .inner {
  padding: 50px 15px 100px;
}
#sub-home .inner::before {
  width: 175px;
  height: 75px;
  top: -25px;
}
#sub-home .txt {
  margin-top: 35px;
}
#sub-home .list {
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-top: 40px;
}
#sub-home .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-home .list-ttl {
  margin-top: 10px;
}
#sub-home .list-txt {
  margin-top: 5px;
}

#sub-analysis .bg::before {
  height: 65px;
  top: -60px;
}
#sub-analysis .inner {
  padding: 0 15px 50px;
}
#sub-analysis .primary {
  margin-top: 25px;
}
#sub-analysis .txt {
  padding-bottom: 30px;
}
#sub-analysis .list {
  display: block;
  margin-top: 40px;
}
#sub-analysis .list-item {
  width: 100%;
}
#sub-analysis .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-analysis .list-img {
  width: 153px;
  height: 153px;
}
#sub-analysis .list-ttl {
  margin-top: 15px;
}
#sub-analysis .list-txt {
  margin-top: 10px;
}
#sub-analysis .primary02 {
  margin-top: 45px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .sub-ttl {
  margin-top: 35px;
}
#sub-greeting .txt {
  margin-top: 15px;
}

#sub-company .bg {
  border-radius: 50px 50px 0 0;
}
#sub-company .wrap {
  display: block;
  margin-top: 25px;
}
#sub-company .map {
  width: 100%;
  height: 250px;
  margin-left: 0;
  margin-top: 35px;
}
#sub-company .list {
  display: block;
}
#sub-company .list-item {
  display: block;
  margin: 0 auto;
}
#sub-company .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 20px;
}

/* =========================================
    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 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 .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: 150px;
  height: 90px;
  left: 0;
  bottom: -20px;
}
#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: 50%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}
#sub-method .com-tel-num {
  background: url(/img/all/tel-ico-color.png) no-repeat left 2px/20px;
}

#sub-contact .bg {
  border-radius: 50px 50px 0 0;
}
#sub-contact .bg::before {
  height: 60px;
  bottom: -60px;
}
#sub-contact .wrap {
  padding: 30px 15px;
  border-radius: 25px;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table td {
  padding: 10px;
}
.contact-form-table .sp-sm {
  font-size: 15px;
}

.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: 27px;
}