@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Zen Kaku Gothic New */
/*	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
------------------------------------ */
.inner {
  padding: 50px 15px;
}

.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl02 {
  padding-left: 25px;
}
.com-ttl02::before {
  width: 14px;
  height: 14px;
  left: 0;
  top: 12px;
}

.com-ttl03 {
  padding: 10.8px 20px;
  border-radius: 8px;
}
.com-ttl03::before {
  width: 4px;
  height: 25px;
}

.com-btn01::after {
  right: 15px;
}

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

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

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner {
  padding: 175px 15px 50px;
  background: url(/img/top/about-deco.png) no-repeat center 20px/250px;
}
#top-about .ttl {
  text-align: center;
}
#top-about .ttl::before {
  transform: translateX(-50%);
  left: 50%;
}
#top-about .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
}
#top-about .img img {
  border-radius: 20px;
}
#top-about .img::before {
  display: none;
}
#top-about .txt {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .container {
  padding: 35px 15px;
  border-radius: 20px;
}
#top-worries .list {
  width: 100%;
  margin: 35px auto 0;
  padding: 25px 15px;
}
#top-worries .list::before {
  width: 65px;
  height: 50px;
  bottom: -15px;
  left: -25px;
}
#top-worries .list::after {
  width: 52px;
  height: 64px;
  right: -15px;
  bottom: -20px;
}
#top-worries .list-item {
  padding-left: 25px;
  background: url(/img/all/check-ico.png) no-repeat left 9px/15px;
}
#top-worries .txt {
  margin-top: 35px;
  font-size: 17px;
}
#top-worries .txt-pc {
  border-bottom: none;
}
#top-worries .txt-sp {
  border-bottom: 1px solid #29bce9;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .container {
  border-radius: 20px;
}
#top-service .container-inner {
  padding: 35px 10px;
}
#top-service .container-inner::after {
  width: 280px;
  height: 120px;
  transform: translateX(-50%);
  left: 50%;
  top: 305px;
}
#top-service .ttl {
  margin-left: 0;
}
#top-service .txt {
  position: unset;
  writing-mode: unset;
  text-align: center;
  margin-top: 35px;
}
#top-service .wrap {
  width: 100%;
  max-width: 325px;
  margin: 145px auto 0;
}
#top-service .wrap-box {
  height: unset;
  padding: 15px 15px 35px;
}
#top-service .wrap-img {
  width: 100%;
  border-radius: 20px;
}
#top-service .wrap-intermediation {
  background: #fff;
}
#top-service .wrap-any {
  background: #fff;
}
#top-service .wrap-ttl {
  margin-top: 10px;
}
#top-service .btn {
  position: relative;
  display: block;
  width: 130px;
  bottom: unset;
  right: unset;
  margin-top: 25px;
  margin-left: auto;
}
#top-service .btm-btn {
  height: 100px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-forte
========================================= */
#top-forte .ttl span::before,
#sub-forte .ttl span::before {
  width: 35px;
  height: 21px;
  top: -8px;
  left: calc(50% - 150px);
}
#top-forte .ttl span::after,
#sub-forte .ttl span::after {
  width: 45px;
  height: 27px;
  top: -15px;
  right: calc(50% - 165px);
}
#top-forte .list,
#sub-forte .list {
  flex-wrap: wrap;
  gap: 15px;
  max-width: 345px;
  margin: 35px auto 0;
}
#top-forte .list-item,
#sub-forte .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  padding: 25px 10px;
}
#top-forte .list-ttl,
#sub-forte .list-ttl {
  font-size: 17px;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .container,
#sub-service-voice .container {
  display: block;
  padding-bottom: 100px;
  position: relative;
}
#top-voice .btn,
#sub-service-voice .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-voice .list,
#sub-service-voice .list {
  margin-top: 35px;
}
#top-voice .list-item,
#sub-service-voice .list-item {
  padding: 25px 20px 20px;
  border-radius: 15px;
}
#top-voice .list-top,
#sub-service-voice .list-top {
  display: block;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .container,
#com-contact .container,
#com-contact02 .container,
#com-contact03 .container {
  display: block;
}
#top-contact .wrap,
#com-contact .wrap,
#com-contact02 .wrap,
#com-contact03 .wrap {
  max-width: 100%;
  padding: 35px 0;
  border-bottom: unset;
}
#top-contact .contact::before,
#com-contact .contact::before,
#com-contact02 .contact::before,
#com-contact03 .contact::before {
  width: 65px;
  height: 52px;
  top: -30px;
}
#top-contact .txt,
#com-contact .txt,
#com-contact02 .txt,
#com-contact03 .txt {
  margin: 35px auto 0;
}
#top-contact .tel,
#com-contact .tel,
#com-contact02 .tel,
#com-contact03 .tel {
  border-left: unset;
  border-right: unset;
}
#top-contact .com-tel,
#com-contact .com-tel,
#com-contact02 .com-tel,
#com-contact03 .com-tel {
  margin-top: 35px;
}
#top-contact .mail,
#com-contact .mail,
#com-contact02 .mail,
#com-contact03 .mail {
  border-bottom: 1px solid #7bd9f6;
}
#top-contact .mail-btn,
#com-contact .mail-btn,
#com-contact02 .mail-btn,
#com-contact03 .mail-btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .container {
  display: block;
}
#top-company .wrap {
  width: 100%;
  padding: 50px 15px 35px;
  border-radius: 15px;
}
#top-company .ttl {
  height: 40px;
  top: -18px;
  border-radius: 12px;
}
#top-company .map {
  height: 250px;
  margin-top: 35px;
}
#top-company .map iframe {
  border-radius: 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 .list {
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 25px 15px 20px;
  border-radius: 15px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-forte
========================================= */
#sub-reason .txt {
  margin-top: 35px;
}
#sub-reason .list {
  margin-top: 35px;
}
#sub-reason .list-item {
  display: block;
  padding: 20px 15px 25px;
  border-radius: 15px;
}
#sub-reason .list-ico {
  display: block;
  width: 125px;
  margin: 0 auto;
}
#sub-reason .list-wrap {
  margin-top: 15px;
}
#sub-reason .list-txt {
  margin-top: 15px;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-question .list-q {
  width: 45px;
  height: 45px;
  line-height: 40px;
}
#sub-question .list-ttl {
  padding: 12px 15px 12px 40px;
}
#sub-question .list-btm {
  padding: 15px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-fee .txt {
  margin-top: 25px;
}
#sub-fee .wrap {
  display: block;
  margin-top: 35px;
}
#sub-fee .wrap-box {
  height: unset;
  padding: 30px 15px;
}
#sub-fee .wrap-box:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-fee .wrap-ttl::after {
  width: 6px;
  height: 7px;
}

#sub-intermediation .container,
#sub-any .container {
  padding: 35px 15px 40px;
  border-radius: 20px;
}
#sub-intermediation .ttl,
#sub-any .ttl {
  font-size: 21px;
  background: url(/img/top/service-ttl-deco.png) no-repeat left calc(100% - 35px)/15px, url(/img/top/service-ttl-deco.png) no-repeat right calc(100% - 35px)/15px;
}
#sub-intermediation .txt,
#sub-any .txt {
  text-align: left;
}
#sub-intermediation .wrap-txt,
#sub-any .wrap-txt {
  margin-top: 10px;
  padding-left: 15px;
}
#sub-intermediation .wrap-fle,
#sub-any .wrap-fle {
  display: block;
}
#sub-intermediation .box,
#sub-any .box {
  border-radius: 15px;
}
#sub-intermediation .box:nth-of-type(n + 2),
#sub-any .box:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-intermediation .list,
#sub-any .list {
  padding: 20px 15px;
}
#sub-intermediation .list-item,
#sub-any .list-item {
  padding-left: 25px;
  background: url(/img/all/check-ico.png) no-repeat left 6px/15px;
}
#sub-intermediation .flow,
#sub-any .flow {
  display: block;
  padding: 0;
}
#sub-intermediation .flow-item,
#sub-any .flow-item {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  height: unset;
  padding: 25px 15px;
}
#sub-intermediation .flow-item::after,
#sub-any .flow-item::after {
  width: 8px;
  height: 16px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  right: unset;
  top: unset;
  bottom: -14px;
}
#sub-intermediation .flow-item:nth-of-type(n + 2),
#sub-any .flow-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-intermediation .flow-num,
#sub-any .flow-num {
  font-size: 24px;
}
#sub-intermediation .flow-ico,
#sub-any .flow-ico {
  width: 60px;
  margin-top: 0;
}
#sub-intermediation .flow-ttl,
#sub-any .flow-ttl {
  position: unset;
  transform: unset;
  writing-mode: unset;
}

#sub-intermediation .container::before {
  width: 70px;
  height: 55px;
  left: -10px;
  top: -10px;
}
#sub-intermediation .container::after {
  width: 77px;
  height: 47px;
  top: -30px;
  right: 15px;
}

#sub-any .container::before {
  width: 45px;
  height: 64px;
  left: -10px;
  top: -30px;
}
#sub-any .container::after {
  width: 77px;
  height: 47px;
  top: -30px;
  right: 15px;
}

#sub-suggestion .inner {
  padding: 100px 15px 50px;
}
#sub-suggestion .ttl {
  text-align: center;
  padding: 12px 20px;
  top: -45px;
}
#sub-suggestion .txt {
  text-align: left;
}
#sub-suggestion .wrap {
  overflow-x: scroll;
}
#sub-suggestion .table {
  width: 530px;
}
#sub-suggestion .table th {
  vertical-align: middle;
  padding: 20px 15px 20px 0;
}
#sub-suggestion .table td {
  vertical-align: middle;
  padding: 20px 15px;
}
#sub-suggestion .note {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sub-suggestion .note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item {
  padding: 20px 15px;
  border-radius: 15px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-voice .list-wrap-top {
  display: block;
}
#sub-voice .list-wrap-txt:nth-of-type(n + 2) {
  margin-top: 5px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .wrap {
  display: block;
  margin-top: 35px;
  padding: 20px 15px 25px;
  border-radius: 15px;
}
#sub-greeting .wrap-box {
  margin-top: 15px;
}
#sub-greeting .wrap-txt {
  margin-top: 15px;
}
#sub-greeting .img {
  border-radius: 15px;
}
#sub-greeting .name {
  margin-top: 5px;
}

#sub-company .table {
  margin-top: 35px;
}
#sub-company .map {
  height: 250px;
  margin-top: 35px;
}
#sub-company .map iframe {
  border-radius: 10px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  padding-bottom: 5px;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#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 .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 25px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
}
#sub-method .wrap::after {
  width: 65px;
  height: 53px;
  bottom: -29px;
  right: 10px;
}
#sub-method .work {
  white-space: pre-line;
}

#sub-contact .wrap {
  margin-top: 35px;
  padding: 35px 0;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  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 .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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