@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Maru Gothic */
/*	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-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 18px;
  background: url(/img/all/tel-ico.png) no-repeat left 4px/12px;
}
.com-tel-svg {
  width: 200px;
  max-width: unset;
  transform: translateX(-50%);
  left: 50%;
}

.com-ttl02 {
  padding-bottom: 5px;
}

.com-mail::before {
  position: unset;
  transform: unset;
  margin-right: 15px;
}
.com-mail:hover::before {
  transform: scale(0.95);
}

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

.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-ent
========================================= */
#top-ent .inner {
  padding: 20px 10px 40px;
}
#top-ent .ttl {
  width: 100%;
}
#top-ent .list {
  display: block;
}
#top-ent .list-item {
  max-width: 100%;
}
#top-ent .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-ent .list-item:nth-of-type(1) .list-ttl::before, #top-ent .list-item:nth-of-type(4) .list-ttl::before {
  width: 49px;
  height: 58px;
  left: -15px;
  top: -8px;
}
#top-ent .list-item:nth-of-type(2) .list-ttl::before, #top-ent .list-item:nth-of-type(3) .list-ttl::before {
  width: 61px;
  height: 55px;
  left: -15px;
  bottom: -22px;
}
#top-ent .list-item:first-of-type .list-ttl {
  width: 100%;
}
#top-ent .list-item:nth-of-type(3) .list-ttl {
  margin-left: 13.1vw;
}
#top-ent .list-link {
  height: 250px;
  border: 5px solid #fff;
}
#top-ent .list-ttl {
  padding: 10px 35px;
  min-width: unset;
}
#top-ent .list-ttl::after {
  width: 25px;
  height: 25px;
  right: 15px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg::before {
  width: 126px;
  height: 173px;
  left: 0;
  bottom: -70px;
}
#top-news .bg::after {
  width: 150px;
  height: 185px;
  bottom: 55px;
}
#top-news .container {
  flex-direction: column-reverse;
  gap: 50px;
}
#top-news .news {
  padding-bottom: 100px;
  position: relative;
}
#top-news .news-top {
  justify-content: center;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-news .banner {
  width: 100%;
  height: unset;
  padding: 35px 15px;
  border: 2px solid #68935c;
  outline: 6px solid #fff;
  outline-offset: -8px;
}
#top-news .banner-link {
  width: 280px;
  height: 70px;
  margin: 30px auto 0;
}
#top-news .banner-link::before {
  margin-right: 15px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner {
  padding: 50px 15px 75px;
}
#top-about .ttl {
  text-align: center;
}
#top-about .ttl-bg {
  margin-right: 2px;
}
#top-about .ttl-dod {
  background: top left/31px 6px repeat-x radial-gradient(circle, #fa7070 3px, rgba(0, 0, 0, 0) 3px);
}
#top-about .img {
  position: unset;
  display: block;
  margin: 25px auto 0;
}
#top-about .txt {
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-menu
========================================= */
#top-menu .bg {
  background: url(/img/top/menu-deco.png) no-repeat 10px calc(100% - 12px)/50vw, url(/img/top/menu-btm.png) no-repeat center bottom, url(/img/top/menu-bg.jpg) left top;
}
#top-menu .inner::before {
  width: 121px;
  height: 90px;
  top: -50px;
  right: 0px;
}
#top-menu .list {
  display: block;
  margin-top: 35px;
}
#top-menu .list-item {
  width: 320px;
  margin: 0 auto;
  padding: 30px 15px;
}
#top-menu .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-menu .list-aim {
  font-size: 14px;
}
#top-menu .link-list {
  flex-wrap: wrap;
  margin-top: 50px;
}
#top-menu .link-list-btn {
  padding: 16.4px 30px;
}
#top-menu .link-list-link {
  padding: 16.4px 30px;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 25px;
}
#top-company .img {
  width: 100%;
  height: unset;
  margin-top: 0;
}
#top-company .img::after {
  width: 121px;
  height: 125px;
  top: -35px;
  right: -54px;
}
#top-company .map {
  height: 250px;
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg::before {
  height: 475px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 20px;
}
#top-contact .line {
  width: 100%;
}
#top-contact .line::before {
  position: unset;
  transform: unset;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
#top-contact .line::after {
  width: 70px;
  height: 82px;
  bottom: -15px;
  left: -25px;
}
#top-contact .line:hover::before {
  transform: scale(0.95);
}
#top-contact .box {
  display: block;
}
#top-contact .box-item {
  width: 100%;
  height: unset;
  padding: 20px 15px;
}
#top-contact .box-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-child
========================================= */
#sub-sign .bg {
  background: url(/img/top/new-deco01.png) no-repeat left 85px/35vw, url(/img/child/child-deco.png) no-repeat calc(100% - 10px) calc(100% - 10px)/35vw, url(/img/top/about-btm.png) no-repeat center bottom, url(/img/all/pt-dod.jpg) left top;
}
#sub-sign .ttl-before {
  display: block;
}
#sub-sign .list {
  gap: 20px;
  margin-top: 35px;
}
#sub-sign .list-item {
  height: 130px;
  border: 2px solid #a1c398;
  outline: 5px solid #fff;
  outline-offset: -7px;
}
#sub-sign .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
}
#sub-sign .wrap {
  margin: 15px 0 0 auto;
}
#sub-sign .wrap-list {
  padding: 20px 15px;
}
#sub-sign .wrap-list-item {
  padding-left: 25px;
  background: url(/img/all/check-ico-lg.png) no-repeat left 6px;
}

#sub-reason .bg {
  background: url(/img/child/reason-deco.png) no-repeat 5px bottom/35vw, url(/img/top/menu-btm.png) no-repeat left bottom, url(/img/top/menu-bg.jpg) center top;
}
#sub-reason .ttl-border {
  border-bottom: 3px solid #fff;
}
#sub-reason .list {
  margin-top: 35px;
}
#sub-reason .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 15px;
  justify-content: space-between;
  padding: 15px 10px 20px;
  border: 5px solid #ceddbe;
  background-color: #fefded;
  border-radius: 15px;
}
#sub-reason .list-img {
  width: 100%;
  margin-top: 0;
}
#sub-reason .list-img::after {
  width: 104px;
  height: 90px;
  bottom: -15px;
  right: -25px;
}
#sub-reason .list-img img {
  width: 100%;
}
#sub-reason .list-num {
  width: 45px;
  height: 45px;
  line-height: 42px;
  margin-top: 5px;
}
#sub-reason .list-ttl {
  padding-left: 10px;
}

#sub-case .inner::after {
  width: 71px;
  height: 80px;
  top: -21px;
  right: 5px;
}
#sub-case .list {
  gap: 25px;
  margin-top: 35px;
}
#sub-case .list-item {
  width: 100%;
  padding: 25.2px 15px;
  border: 2px solid #a1c398;
  outline: 8px solid #fff;
  outline-offset: -10px;
  border-radius: 20px;
}
#sub-case .list-txt-lg {
  height: unset;
}

#sub-parent .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#sub-parent .img {
  margin-top: 0;
}
#sub-parent .img::after {
  width: 120px;
  height: 120px;
  bottom: -10px;
  right: -10px;
}
#sub-parent .img img {
  border-radius: 10px;
}

/* =========================================
    sub  SP
    sub-fee
========================================= */
#sub-fee .bg {
  background: url(/img/top/new-deco01.png) no-repeat left 85px/35vw, url(/img/child/child-deco.png) no-repeat calc(100% - 10px) calc(100% - 10px)/35vw, url(/img/all/pt-dod.jpg) left top;
}
#sub-fee .container-box:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-fee .banner {
  width: 100%;
  height: unset;
  padding: 35px 15px;
  border: 2px solid #68935c;
  outline: 6px solid #fff;
  outline-offset: -8px;
}
#sub-fee .banner-link {
  width: 280px;
  height: 70px;
  margin: 30px auto 0;
}
#sub-fee .banner-link::before {
  margin-right: 15px;
}
#sub-fee .list {
  gap: 35px;
}
#sub-fee .list-item {
  width: 100%;
  min-height: 130px;
  padding: 20px 15px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
  border: 5px solid #ceddbe;
}
#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;
  border: 5px solid #ceddbe;
}
#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: 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;
}