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

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 20px;
  background: url(/img/all/tel-ico.png) no-repeat left 0px/14px;
}

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

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

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

/* =========================================
    top  sp
    top-ent
========================================= */
#top-ent .container {
  display: block;
  height: auto;
}
#top-ent .container-wrap {
  width: 100%;
}
#top-ent .container-home {
  padding: 50px 15px;
}
#top-ent .container-box {
  height: auto;
  padding: 50px 15px;
}
#top-ent .wrap {
  width: 320px;
}
#top-ent .wrap-home {
  padding: 35px 15px 15px;
}
#top-ent .link-home {
  margin-top: 30px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg::before {
  height: 75%;
}
#top-about .img {
  position: unset;
  width: 320px;
  height: 220px;
  margin: 15px auto 0;
}
#top-about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-about .txt {
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .ttl {
  padding-bottom: 25px;
}
#top-worries .ttl-lg {
  font-size: 24px;
}
#top-worries .list {
  padding-left: 0;
}
#top-worries .list-item {
  padding-left: 20px;
}
#top-worries .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-worries .txt {
  text-align: left;
}
#top-worries .container {
  margin-top: 65px;
  padding: 55px 0 50px;
}
#top-worries .container::after {
  width: 350px;
  height: 45px;
  top: -25px;
}
#top-worries .container-bg::before {
  display: none;
}
#top-worries .container-bg::after {
  display: none;
}
#top-worries .container-txt {
  text-align: left;
  margin-top: 30px;
}

/* =========================================
    top  sp
    top-succession
========================================= */
#top-succession .txt {
  text-align: left;
  margin-top: 30px;
}
#top-succession .btn {
  margin: 20px auto 0;
}

/* =========================================
    top  sp
    top-support
========================================= */
#top-support .container {
  display: block;
}
#top-support .txt {
  margin-top: 25px;
}
#top-support .list {
  display: block;
  margin-top: 35px;
}
#top-support .list-item {
  max-width: 100%;
}
#top-support .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-question
========================================= */
#top-question .container {
  padding-bottom: 85px;
  position: relative;
}
#top-question .container-top {
  justify-content: center;
}
#top-question .ttl {
  text-align: center;
}
#top-question .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-question .list {
  margin-top: 35px;
}
#top-question .list-item {
  padding: 30px 0 35px;
}
#top-question .list-q {
  width: 36px;
  height: 36px;
  line-height: 42px;
}
#top-question .list-a {
  width: 36px;
  font-size: 25px;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .map {
  position: unset;
  width: 100%;
  height: 250px;
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 50px 0;
}
#top-contact .container {
  padding: 10px;
}
#top-contact .container-wrap {
  padding: 50px 15px;
}
#top-contact .wrap {
  flex-wrap: wrap;
  gap: 15px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 85px;
}
#top-news .container-box {
  width: 100%;
  justify-content: center;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  width: 100%;
  margin-top: 35px;
  padding: 15px 20px;
}
#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-succession
========================================= */
#sub-succession .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-succession .container {
  margin-top: 50px;
}
#sub-succession .container-wrap {
  display: block;
}
#sub-succession .wrap {
  margin-top: 50px;
  padding: 35px 10px 20px;
}
#sub-succession .list {
  margin-top: 35px;
}
#sub-succession .list-item {
  padding: 20px 15px 25px;
}
#sub-succession .list-ttl {
  padding-left: 20px;
}
#sub-succession .list-txt {
  padding-left: 20px;
}

#sub-business .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-business .list {
  margin-top: 50px;
}
#sub-business .list-item {
  padding: 25px 15px 30px;
}
#sub-business .list-txt {
  margin-top: 15px;
}
#sub-business .container {
  margin-top: 50px;
  padding: 35px 15px;
}
#sub-business .container-txt {
  text-align: left;
  margin-top: 25px;
}

#sub-relatives .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-relatives .container {
  display: block;
  margin-top: 50px;
}
#sub-relatives .container-wrap {
  max-width: 100%;
  padding: 30px 15px 20px;
}
#sub-relatives .container-wrap:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-relatives .merit {
  margin-top: 30px;
}
#sub-relatives .merit-item {
  padding: 20px 15px 25px;
}
#sub-relatives .point {
  margin-top: 35px;
}
#sub-relatives .point-item {
  padding: 20px 15px 25px;
}

#sub-flow .txt {
  text-align: left;
}
#sub-flow .list {
  margin-top: 50px;
}
#sub-flow .list::before {
  left: 10px;
}
#sub-flow .list-item {
  display: block;
  position: relative;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-flow .list-item:last-of-type {
  position: relative;
}
#sub-flow .list-item:last-of-type::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item:last-of-type {
  z-index: 1;
}
#sub-flow .list-item:last-of-type::before {
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
}
#sub-flow .list-ico {
  position: absolute;
  width: 75px;
  top: 0;
  left: 0;
}
#sub-flow .list-ico::before {
  width: 20px;
  height: 10px;
  transform: unset;
  top: -10px;
  left: 0;
}
#sub-flow .list-ico::after {
  width: 20px;
  height: 10px;
  transform: unset;
  bottom: -10px;
  left: 0;
}
#sub-flow .list-wrap {
  padding-left: 20px;
}
#sub-flow .list-num {
  padding-top: 15px;
  padding-left: 70px;
}
#sub-flow .list-ttl {
  padding-left: 70px;
}
#sub-flow .list-txt {
  margin-top: 25px;
  padding-left: 10px;
}

/* =========================================
    sub  SP
    sub-bnr
========================================= */
#sub-bnr .inner {
  padding: 0 15px 50px;
}
#sub-bnr .container {
  display: block;
}
#sub-bnr .link {
  width: 100%;
  height: 180px;
  padding-top: 65px;
}
#sub-bnr .link:nth-of-type(n + 2) {
  margin-top: 14px;
}

/* =========================================
    sub  SP
    sub-support
========================================= */
#sub-support .list {
  margin-top: 50px;
}
#sub-support .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-support .list-ttl {
  font-size: 20px;
}
#sub-support .list-info {
  display: block;
}
#sub-support .list-info-item {
  flex-wrap: wrap;
  gap: 5px 25px;
}
#sub-support .list-info-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-question
========================================= */
#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item {
  padding: 30px 0 35px;
}
#sub-question .list-q {
  width: 36px;
  height: 36px;
  line-height: 42px;
}
#sub-question .list-a {
  width: 36px;
  font-size: 25px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .bg::before {
  height: 60%;
}
#sub-greeting .container {
  display: block;
  margin-top: 50px;
}
#sub-greeting .img {
  display: block;
  width: 320px;
  margin: 0 auto;
}
#sub-greeting .wrap {
  padding-top: 15px;
}
#sub-greeting .txt {
  margin-top: 30px;
}

#sub-company .table {
  margin-top: 35px;
}

#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 .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 25px;
}

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

.contact-form-table {
  margin: 35px auto 0;
}

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