@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.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: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.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-ttl01 {
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke;
  text-shadow: 5px 0 3px #fff, 0 5px 3px #fff, -5px 0 3px #fff, 0 -5px 3px #fff;
}
@supports (-webkit-touch-callout: none) {
  .com-ttl01 {
    /* Safariにのみ適用するスタイル */
    text-shadow: none;
  }
}

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

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 35px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px/27px;
}
.com-tel-svg {
  width: 200px;
}

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

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

/* =========================================
    top  sp
    top-assessment
========================================= */
#top-assessment .inner {
  padding: 100px 0 50px;
}
#top-assessment .wrap {
  padding: 50px 15px 110px 15px;
  background: url(/img/top/assessment-box-r.png) no-repeat right 14px/95px, url(/img/top/assessment-box.png) no-repeat center top/cover;
}
#top-assessment .ttl {
  top: -55px;
}
#top-assessment .list-item {
  padding-left: 30px;
  background: url(/img/all/check-ico.png) no-repeat left 5px/20px;
}
#top-assessment .box {
  margin-top: 15px;
  padding: 0 15px;
}
#top-assessment .box::before {
  width: 77px;
  height: 156px;
  left: -10px;
}
#top-assessment .box::after {
  width: 77px;
  height: 156px;
  right: -10px;
}
#top-assessment .box-ttl {
  padding: 5px 35px;
}
#top-assessment .box-fle {
  flex-wrap: wrap;
  gap: 20px;
}
#top-assessment .txt {
  text-align: left;
  margin-top: 30px;
}

/* =========================================
    top  sp
    top-first
========================================= */
#top-first .wrap {
  height: auto;
  padding: 80vw 15px 30px;
  background: url(/img/top/first-img.jpg) no-repeat left top/100%, #fff;
}
#top-first .wrap::before {
  width: 63px;
  height: 162px;
  bottom: unset;
  top: 120px;
}
#top-first .wrap::after {
  width: 63px;
  height: 162px;
}
#top-first .list-item {
  padding-left: 30px;
  background: url(/img/all/check-ico.png) no-repeat left 6px/20px;
}
#top-first .txt {
  text-align: left;
}
#top-first .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-purchase
========================================= */
#top-purchase .list {
  margin-top: 35px;
}
#top-purchase .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .container {
  gap: 40px;
}
#top-banner .btn {
  width: 320px;
  height: 120px;
  padding: 0 30px;
  background: url(/img/top/banner-btn-sp.jpg) no-repeat center/100%;
}
#top-banner .btn:first-of-type {
  padding: 0 50px;
}
#top-banner .btn::after {
  left: 15px;
}

/* =========================================
    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 .ttl {
  background: url(/img/all/ttl-bg.png) no-repeat center/150px;
}
#top-news .list {
  margin: 35px auto 0;
}
#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-first
========================================= */
#sub-sale .inner {
  padding: 50px 15px 80px;
}
#sub-sale .list {
  margin-top: 35px;
}
#sub-sale .list-item {
  height: unset;
  padding: 30px 15px 50px 15px;
}
#sub-sale .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-sale .list-item:first-of-type .list-ttl {
  padding-left: 40px;
  background: url(/img/first/first-ico01.png) no-repeat left center/30px;
}
#sub-sale .list-item:nth-of-type(2) .list-ttl {
  padding-left: 55px;
  background: url(/img/first/first-ico02.png) no-repeat left center/45px;
}
#sub-sale .list-item:nth-of-type(3) .list-ttl {
  padding-left: 40px;
  background: url(/img/first/first-ico03.png) no-repeat left center/30px;
}
#sub-sale .btn {
  transform: translateX(-50%);
  left: 50%;
  top: unset;
  bottom: -28px;
}

#sub-flow .container {
  margin-top: 35px;
  padding: 0 15px 50px;
}
#sub-flow .container::before {
  width: 63px;
  height: 162px;
}
#sub-flow .container::after {
  width: 63px;
  height: 162px;
}
#sub-flow .wrap {
  position: relative;
  z-index: 5;
  padding-top: 60px;
}
#sub-flow .list {
  display: block;
  margin-top: 35px;
}
#sub-flow .list-item {
  width: 100%;
  display: flex;
  align-items: center;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 18px;
  height: 16px;
  top: -19px;
  left: 13px;
  transform: rotate(90deg);
}
#sub-flow .list-num {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
#sub-flow .list-ttl {
  display: block;
  height: unset;
  text-align: left;
  writing-mode: unset;
  margin-top: unset;
  margin-left: 25px;
  padding: 10.7px 10px 10.7px 60px;
  background-image: linear-gradient(to right, #ee7e00, #c8ac48);
}
#sub-flow .list-ttl::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-right: 16px solid #ee7e00;
  border-left: 0;
  transform: translateY(-50%);
  top: 50%;
  left: -16px;
}
#sub-flow .list-img {
  width: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
}

#sub-question .list-top {
  align-items: start;
}
#sub-question .list-q {
  line-height: 1;
}
#sub-question .list-ttl {
  margin-left: 15px;
}
#sub-question .list-btm {
  margin: 20px 0px 0px 35px;
  padding: 20px 15px;
}

/* =========================================
    sub  SP
    sub-item
========================================= */
#sub-purchase .list {
  width: 320px;
  margin: 35px auto 0;
}
#sub-purchase .list-txt {
  font-size: 15px;
}

#sub-purchase-detail .list {
  flex-wrap: wrap;
  gap: 25px 15px;
}
#sub-purchase-detail .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-purchase-detail .list-img {
  height: 43.3vw;
  min-height: 152px;
}

#sub-item .list {
  gap: 25px 15px;
}
#sub-item .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-item .list-ttl {
  padding-bottom: 0px;
  border-bottom: 3px solid transparent;
}
#sub-item .list-txt {
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
}

/* =========================================
    sub  SP
    sub-reason
========================================= */
#sub-reason .list {
  margin-top: 35px;
}
#sub-reason .list-item {
  display: block;
}
#sub-reason .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-reason .list-box {
  margin-left: 0;
  margin-top: 15px;
}
#sub-reason .list-ttl {
  border-bottom: 3px solid #ee7e00;
}
#sub-reason .list-txt {
  margin-top: 20px;
}

#sub-voice .wrap {
  margin-top: 35px;
  padding: 50px 15px;
}
#sub-voice .list {
  position: relative;
  z-index: 5;
}
#sub-voice .list-item {
  align-items: start;
}
#sub-voice .list-ico {
  width: 50px;
  height: 50px;
  padding: 12px;
}
#sub-voice .list-txt {
  margin-left: 15px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .wrap {
  display: block;
}
#sub-about .box {
  width: 320px;
  margin: 0 auto;
}
#sub-about .name {
  margin-top: 5px;
  border-bottom: 3px solid transparent;
}
#sub-about .txt {
  margin-left: 0;
  margin-top: 25px;
}
#sub-about .shop {
  margin-top: 35px;
}

#sub-company .wrap {
  margin-top: 35px;
  padding: 30px 20px;
}
#sub-company .wrap::before {
  width: 63px;
  height: 162px;
}
#sub-company .wrap::after {
  width: 63px;
  height: 162px;
}

#sub-map .map {
  height: 250px;
}

/* =========================================
    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 {
  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 .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;
}