@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);
}
@font-face {
  font-family: "Figtree-Black";
  src: url(../fonts/Figtree-Black.ttf);
}
@font-face {
  font-family: "Figtree-Bold";
  src: url(../fonts/Figtree-Bold.ttf);
}
@font-face {
  font-family: "Figtree-ExtraBold";
  src: url(../fonts/Figtree-ExtraBold.ttf);
}
@font-face {
  font-family: "Figtree-Light";
  src: url(../fonts/Figtree-Light.ttf);
}
@font-face {
  font-family: "Figtree-Medium";
  src: url(../fonts/Figtree-Medium.ttf);
}
@font-face {
  font-family: "Figtree-Regular";
  src: url(../fonts/Figtree-Regular.ttf);
}
@font-face {
  font-family: "Figtree-SemiBold";
  src: url(../fonts/Figtree-SemiBold.ttf);
}
/*	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);
}
@font-face {
  font-family: "Figtree-Black";
  src: url(../fonts/Figtree-Black.ttf);
}
@font-face {
  font-family: "Figtree-Bold";
  src: url(../fonts/Figtree-Bold.ttf);
}
@font-face {
  font-family: "Figtree-ExtraBold";
  src: url(../fonts/Figtree-ExtraBold.ttf);
}
@font-face {
  font-family: "Figtree-Light";
  src: url(../fonts/Figtree-Light.ttf);
}
@font-face {
  font-family: "Figtree-Medium";
  src: url(../fonts/Figtree-Medium.ttf);
}
@font-face {
  font-family: "Figtree-Regular";
  src: url(../fonts/Figtree-Regular.ttf);
}
@font-face {
  font-family: "Figtree-SemiBold";
  src: url(../fonts/Figtree-SemiBold.ttf);
}
/*	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-main {
  margin-top: 10px;
}

.com-ttl02 {
  text-align: left;
  padding: 10px 15px;
  border-radius: 5px;
}

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

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

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

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

.com-tag-list-item {
  font-size: 14px;
  padding: 8px 22px 7px 32px;
}
.com-tag-list-item::before {
  width: 8px;
  height: 8px;
  left: 15px;
}

/* =========================================
    top  sp
========================================= */
#top-problem .bg::before {
  width: 150px;
  height: 40px;
  bottom: -40px;
}
#top-problem .wrap {
  display: block;
  margin-top: 25px;
}
#top-problem .list {
  margin-top: 15px;
}
#top-problem .list-item {
  padding-left: 30px;
  white-space: normal;
  background: url(/img/all/check-ico.png) no-repeat left 3px/20px;
}

#top-about .txt {
  text-align: left;
}
#top-about .list {
  margin-top: 35px;
  justify-content: center;
}
#top-about .list-link {
  width: 320px;
}
#top-about .list-ttl {
  font-size: 22px;
}

#top-service .ttl {
  text-align: center;
  padding-bottom: 20px;
}
#top-service .ttl::before {
  transform: translateX(-50%);
  left: 50%;
}
#top-service .wrap {
  width: 100%;
}
#top-service .img {
  position: unset;
  width: 100%;
  min-width: unset;
  transform: unset;
  margin-top: 25px;
}
#top-service .primary {
  margin-top: 25px;
}
#top-service .txt {
  margin-top: 15px;
}
#top-service .btn {
  display: block;
  margin: 50px auto 0;
}

#top-counseling .primary {
  font-size: clamp(46px, 13.1vw, 170px);
  top: 5px;
}
#top-counseling .container {
  display: block;
  padding: 45px 20px;
}
#top-counseling .link {
  padding: 7px 40px 15px 0;
}
#top-counseling .link-dot::before {
  width: 7px;
  height: 7px;
  top: -7px;
}
#top-counseling .link::after {
  bottom: 13px;
}
#top-counseling .txt {
  margin-top: 20px;
}
#top-counseling .img {
  margin-top: 15px;
}

#top-question .list {
  margin-top: 35px;
}
#top-question .list-top {
  padding: 20px 15px;
}
#top-question .list-q {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
}
#top-question .list-ttl {
  margin-top: 3px;
}
#top-question .list-btm {
  padding: 25px 20px 25px;
}
#top-question .btn {
  margin: 50px auto 0;
}

#top-contact .container {
  display: block;
}
#top-contact .wrap {
  width: 100%;
}
#top-contact .wrap-box {
  width: 100%;
  margin-right: 0;
  padding: 50px 0px 55px;
}
#top-contact .com-tel-num {
  padding-left: 35px;
  background: url(/img/all/tel-ico-white.png) no-repeat left center/25px;
}
#top-contact .mail {
  width: 320px;
  line-height: 70px;
  margin: 35px auto 0;
}
#top-contact .map {
  width: 100%;
  height: 250px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  justify-content: center;
  position: unset;
}
#top-news .ttl {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
#top-news .ttl-sub {
  margin-left: unset;
}
#top-news .list {
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  display: block;
  padding: 20px 30px 20px 10px;
}
#top-news .list-wrap {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
  border-left: unset;
}
#top-news .btn {
  position: absolute;
  padding: 16.5px 45px 16.5px 30px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-counseling
========================================= */
#sub-counseling .list {
  margin-top: 35px;
}
#sub-counseling .list-fle {
  flex-direction: column-reverse;
}
#sub-counseling .list-wrap {
  margin-top: 15px;
  margin-right: 0;
}
#sub-counseling .img {
  width: 320px;
  margin: 0 auto;
}
#sub-counseling .txt {
  margin-top: 20px;
}
#sub-counseling .cause {
  margin-top: 35px;
}
#sub-counseling .cause-list-ttl {
  padding-left: 30px;
  background: url(/img/all/check-ico.png) no-repeat left 3px/20px;
}
#sub-counseling .cause-list-txt {
  padding-left: 30px;
}
#sub-counseling .advice {
  margin-top: 35px;
}

#sub-banner .container {
  display: block;
}
#sub-banner .btn:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-banner .link {
  width: 100%;
  height: 230px;
}

/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-service .container {
  margin-top: 35px;
}
#sub-service .wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service .wrap-fle {
  flex-direction: column-reverse;
}
#sub-service .wrap-box {
  padding: 25px 15px 30px;
}
#sub-service .txt {
  margin-right: 0;
  margin-top: 15px;
}
#sub-service .img {
  width: 100%;
  margin-top: 0;
}
#sub-service .list {
  margin-left: 0;
}
#sub-service .list-item {
  padding-left: 30px;
  background: url(/img/all/check-ico.png) no-repeat left 3px/20px;
}

/* =========================================
    sub  SP
    sub-question
========================================= */
#sub-question .bg {
  background: url(/img/top/service-bg.jpg) no-repeat right bottom/90vw;
}
#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-top {
  padding: 20px 15px;
}
#sub-question .list-q {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
}
#sub-question .list-ttl {
  margin-top: 3px;
}
#sub-question .list-btm {
  padding: 25px 20px 25px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .wrap {
  display: block;
  margin-top: 35px;
}
#sub-greeting .wrap-box {
  margin-top: 15px;
  margin-left: 0;
}
#sub-greeting .img {
  display: block;
  width: 320px;
  margin: 0 auto;
}
#sub-greeting .name {
  margin-top: 25px;
}

#sub-company .bg {
  background: url(/img/company/company-bg.jpg) no-repeat right bottom/90vw;
}
#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: 35px;
}
#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-method .com-tel {
  width: 300px;
  height: 70px;
  margin: 35px auto 0;
}
#sub-method .com-tel-num {
  padding-left: 35px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left center/25px;
}

#sub-contact .bg {
  background: url(/img/company/company-bg.jpg) no-repeat right bottom/80vw;
}
#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;
}