@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@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: "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-left: 30px;
}
.com-ttl02::before {
  width: 20px;
  height: 20px;
  top: 8px;
}

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

.com-mail {
  width: 280px;
}
.com-mail::before {
  width: 22px;
  height: 17px;
  margin-right: 10px;
  background: url(/img/all/mail-ico.png) no-repeat center/100%;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-icon.png) no-repeat left 3px/18px;
}

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

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

.com-table02 th {
  width: 250px;
  padding: 20px 15px;
}
.com-table02 td {
  padding: 20px 15px;
}

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .bg {
  background: url(/img/top/sec01-img.png) no-repeat center bottom/350px, url(/img/top/sec01-bg.jpg) no-repeat center/cover;
}
#top-worries .bg::before {
  width: 320px;
  height: 55px;
  bottom: -35px;
}
#top-worries .ttl-color::before {
  width: 38px;
  height: 42px;
  top: 0px;
  left: -50px;
}
#top-worries .ttl-color::after {
  height: 14px;
  left: 0;
  bottom: -5px;
}
#top-worries .list {
  width: 320px;
  height: 1000px;
  margin: 35px auto 0;
  position: relative;
}
#top-worries .list-item {
  position: absolute;
}
#top-worries .list-item:first-of-type {
  width: 230px;
  height: 155px;
  padding-top: 40px;
  top: 0;
  left: -10px;
  background: url(/img/top/speech01.png) no-repeat center/cover;
}
#top-worries .list-item:nth-of-type(2) {
  width: 262px;
  height: 180px;
  padding-top: 45px;
  top: 160px;
  right: -10px;
  background: url(/img/top/speech02.png) no-repeat center/cover;
}
#top-worries .list-item:nth-of-type(3) {
  width: 230px;
  height: 152px;
  padding-top: 35px;
  top: 340px;
  left: -10px;
}
#top-worries .list-item:nth-of-type(4) {
  width: 180px;
  height: 180px;
  padding-top: 60px;
  top: unset;
  bottom: 80px;
  right: -10px;
}
#top-worries .list-item:nth-of-type(5) {
  width: 220px;
  height: 210px;
  padding-top: 55px;
  left: -10px;
  bottom: -20px;
}
#top-worries .list-item:nth-of-type(6) {
  width: 276px;
  height: 156px;
  padding-top: 30px;
  bottom: unset;
  right: -10px;
  top: 490px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  overflow: hidden;
  background: url(/img/top/sec02-bg.jpg) no-repeat right top/150%;
}
#top-about .ttl {
  font-size: 24px;
}
#top-about .ttl::before {
  width: 80px;
  height: 140px;
  top: -45px;
  left: unset;
  right: -25px;
  transform: rotate(10deg);
}
#top-about .ttl-img {
  margin-top: 10px;
}
#top-about .ttl-lg {
  font-size: 35px;
  line-height: 1.4;
}
#top-about .txt {
  text-align: left;
  margin-top: 35px;
}
#top-about .list {
  display: block;
  margin-top: 50px;
}
#top-about .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-about .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .wrap-link {
  padding: 30px 0 0px;
}
#top-service .wrap-link::before {
  right: 20px;
  bottom: 20px;
}
#top-service .wrap-link-btm {
  line-height: 60px;
  margin-top: 35px;
  padding-right: 50px;
}
#top-service .wrap-box {
  display: block;
  padding: 0 15px;
}
#top-service .wrap-box-left {
  margin-right: 0;
}
#top-service .wrap-txt {
  margin-top: 10px;
}
#top-service .wrap-img {
  width: 100%;
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .bg {
  background: url(/img/top/case-bg-btm.png) no-repeat center bottom/180%;
}
#top-case .list {
  gap: 15px;
  margin-top: 35px;
}
#top-case .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#top-case .list-img {
  height: 43.3vw;
  min-height: 152px;
}
#top-case .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 50px 15px;
}
#top-contact .container {
  padding: 50px 15px;
}
#top-contact .ttl::before {
  left: calc(50% - 400px);
}
#top-contact .ttl::after {
  right: calc(50% - 400px);
}
#top-contact .ttl-color::before {
  width: 7px;
  height: 7px;
  top: -3px;
}
#top-contact .line-btn {
  width: 100%;
  font-size: 26px;
  margin: 20px auto 0;
  padding: 15px 15px;
}
#top-contact .line-btn::before {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(/img/all/line-ico-lg.png) no-repeat center/100%;
}
#top-contact .line-btn::after {
  width: 14px;
  height: 21px;
  right: 10px;
}
#top-contact .wrap {
  display: block;
}
#top-contact .com-tel-num {
  padding-left: 32px;
  background: url(/img/all/tel-icon-lg.png) no-repeat left 3px/25px;
}
#top-contact .com-mail {
  margin: 20px auto 0;
}

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

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-worries .wrap {
  display: block;
  margin-top: 25px;
}
#sub-worries .list {
  margin-top: 25px;
}
#sub-worries .list-item {
  padding-left: 30px;
  background: url(/img/collect/check-ico.png) no-repeat left 3px/20px;
}
#sub-worries .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

#sub-reason .list {
  display: block;
  margin-top: 45px;
}
#sub-reason .list-item {
  width: 100%;
  max-width: 100%;
  padding: 0 15px 30px;
}
#sub-reason .list-item:nth-of-type(n + 2) {
  margin-top: 45px;
}
#sub-reason .list-item:nth-of-type(2) .list-txt {
  margin-top: 15px;
}
#sub-reason .list-item:nth-of-type(4) .list-txt {
  margin-top: 15px;
}
#sub-reason .list-num {
  width: 140px;
}
#sub-reason .list-num::before {
  bottom: -10px;
}
#sub-reason .list-ico01 {
  display: block;
  margin: 40px auto 0;
}
#sub-reason .list-ico02 {
  display: block;
  margin: 50px auto 0;
}
#sub-reason .list-ico03 {
  display: block;
  margin: 50px auto 0;
}
#sub-reason .list-ico04 {
  display: block;
  margin: 50px auto 0;
}
#sub-reason .list-ttl {
  margin-top: 15px;
}

#sub-fee .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-fee .wrap {
  overflow-x: scroll;
  margin-top: 35px;
}
#sub-fee .wrap-txt {
  text-align: center;
  margin-top: 5px;
}
#sub-fee .table {
  width: 800px;
}

#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list-item {
  display: block;
}
#sub-flow .list-item::before {
  width: 100px;
  height: 25px;
  bottom: -25px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-flow .list-step {
  width: 100%;
  line-height: 50px;
  border-radius: 5px 5px 0 0;
}
#sub-flow .list-step-lg {
  padding-left: 5px;
}
#sub-flow .list-box {
  padding: 25px 15px 25px;
}
#sub-flow .list-wrap {
  display: block;
  margin-top: 20px;
}
#sub-flow .line {
  height: 55px;
  margin: 20px auto 0;
}
#sub-flow .mail {
  height: 55px;
  margin: 20px auto 0;
}

#sub-banner .btn {
  width: 100%;
  font-size: 26px;
  padding: 15px 15px;
}
#sub-banner .btn::after {
  width: 14px;
  height: 21px;
  right: 10px;
}

/* =========================================
    sub  SP
    sub-item
========================================= */
#sub-item-reason .list {
  display: block;
  margin-top: 45px;
}
#sub-item-reason .list-item {
  width: 100%;
  max-width: 100%;
  padding: 0 15px 30px;
}
#sub-item-reason .list-item:nth-of-type(n + 2) {
  margin-top: 45px;
}
#sub-item-reason .list-item:nth-of-type(2) .list-txt {
  margin-top: 15px;
}
#sub-item-reason .list-item:nth-of-type(4) .list-txt {
  margin-top: 15px;
}
#sub-item-reason .list-num {
  width: 140px;
}
#sub-item-reason .list-num::before {
  bottom: -10px;
}
#sub-item-reason .list-ico01 {
  display: block;
  margin: 40px auto 0;
}
#sub-item-reason .list-ico02 {
  display: block;
  margin: 50px auto 0;
}
#sub-item-reason .list-ico03 {
  display: block;
  margin: 50px auto 0;
}
#sub-item-reason .list-ico04 {
  display: block;
  margin: 50px auto 0;
}
#sub-item-reason .list-ttl {
  margin-top: 15px;
}

#sub-item-fee .txt {
  margin-top: 15px;
}
#sub-item-fee .wrap {
  overflow-x: scroll;
  margin-top: 35px;
}
#sub-item-fee .wrap-txt {
  text-align: center;
  margin-top: 5px;
}
#sub-item-fee .table {
  width: 800px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .list {
  gap: 15px;
  margin-top: 35px;
}
#sub-case .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-case .list-img {
  height: 43.3vw;
  min-height: 152px;
}

#sub-case-detail .img {
  margin: 25px auto 0;
  width: 100%;
  height: 100vw;
}
#sub-case-detail .txt {
  margin-top: 15px;
}
#sub-case-detail .list {
  gap: 15px;
}
#sub-case-detail .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.4vw;
  min-height: 152px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .wrap {
  display: block;
  margin-top: 25px;
}
#sub-greeting .wrap-img {
  display: block;
  width: 372px;
  margin: 0 auto;
}
#sub-greeting .txt {
  margin-top: 20px;
}
#sub-greeting .name {
  margin-top: 25px;
}

#sub-company .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 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 .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;
}