@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Rounded M+ 1c */
/*	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-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

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

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

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

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

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .bg {
  background-image: linear-gradient(to bottom, #e2f0f3, #e2f3e8);
}
#top-worries .inner {
  padding: 45px 15px 50px;
}
#top-worries .list {
  display: block;
  margin-top: 25px;
}
#top-worries .list-item {
  max-width: 320px;
  margin: 0 auto;
  padding: 110px 20px 20px;
  border-radius: 16px;
}
#top-worries .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-worries .list-ico {
  width: 75px;
  top: 18px;
}
#top-worries .list-ttl {
  margin-top: 2px;
}
#top-worries .list-check {
  margin-top: 8px;
}
#top-worries .list-check-item {
  padding-left: 20px;
  background: url(/img/all/check-ico.png) no-repeat left 6px/15px;
}
#top-worries .list-check-item:nth-of-type(n + 2) {
  margin-top: 4px;
}

/* =========================================
    top  sp
    top-support
========================================= */
#top-support .bg {
  background: url(/img/top/worries-bg-sp.png) no-repeat center top/150%;
}
#top-support .bg::before {
  width: calc(100% - 15px);
  max-width: 100%;
  height: 45%;
}
#top-support .inner {
  padding: 100px 15px 50px;
}
#top-support .ttl::before {
  width: 30px;
  height: 30px;
  top: -25px;
  left: calc(50% - 175px);
}
#top-support .ttl::after {
  width: 43px;
  height: 46px;
  bottom: 5px;
  right: calc(50% - 172px);
}
#top-support .list {
  gap: 15px;
  margin-top: 50px;
}
#top-support .list::before {
  width: 80px;
  height: 51px;
  top: -50px;
  right: 25px;
}
@media screen and (min-width: 420px) {
  #top-support .list::before {
    right: calc(50% - 170px);
  }
}
#top-support .list-item {
  flex-basis: 100%;
  max-width: 375px;
  margin: 0 auto;
  gap: 20px;
  padding: 20px 15px;
}
#top-support .list-item::before {
  border-radius: 16px;
}
#top-support .list-item::after {
  border-radius: 13px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
#top-support .list-img {
  width: 90px;
  flex-shrink: 0;
}
#top-support .list-ttl {
  line-height: 1.3;
}
#top-support .list-check {
  margin-top: 8px;
}
#top-support .list-check-item::before {
  transform: unset;
  top: 11px;
}
#top-support .list-check-item:nth-of-type(n + 2) {
  margin-top: 4px;
}
#top-support .btn {
  margin: 30px auto 0;
}

/* =========================================
    top  sp
    top-window
========================================= */
#top-window .bg {
  overflow: hidden;
  background: url(/img/top/window-deco01.png) no-repeat -60px 220px/180px, url(/img/top/window-deco02.png) no-repeat calc(100% + 30px) 354px/120px;
}
#top-window .inner {
  padding: 50px 15px;
}
#top-window .txt {
  text-align: left;
  margin-top: 25px;
}
#top-window .container {
  margin-top: 30px;
  padding: 15px;
}
#top-window .container::before {
  border-radius: 20px;
}
#top-window .list {
  display: block;
}
#top-window .list-item {
  max-width: 100%;
  padding: 20px 20px 25px;
  border-radius: 14px;
}
#top-window .list-item::before {
  border-radius: 14px;
}
#top-window .list-item::after {
  border-radius: 11px;
}
#top-window .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#top-window .list-txt {
  margin-top: 10px;
  padding: 0;
}
#top-window .wrap {
  max-width: 100%;
  margin: 55px auto 0;
  padding: 45px 15px 30px;
}
#top-window .wrap::before {
  /* イラストを縮小しwrap内に収めてはみ出しを防止 */
  width: 60px;
  height: 73px;
  bottom: -15px;
  left: -25px;
}
#top-window .wrap::after {
  width: 114px;
  height: 105px;
  bottom: -40px;
  right: -35px;
}
#top-window .wrap-ttl {
  white-space: nowrap;
  padding: 5px 15px;
  top: -20px;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .bg {
  background: url(/img/top/voice-btm.png) no-repeat center bottom/150%;
}
#top-voice .bg::before {
  width: calc(100% - 10px);
  height: 50%;
  bottom: 75px;
  border-radius: 24px;
}
#top-voice .inner {
  padding: 50px 15px 125px;
}
#top-voice .list {
  display: block;
  margin-top: 25px;
}
#top-voice .list-item {
  max-width: 100%;
}
#top-voice .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-voice .list-item::before {
  left: 20px;
}
#top-voice .list-item::after {
  width: 20px;
  height: 15px;
  top: -10px;
}
#top-voice .list-link {
  padding: 25px 20px;
}
#top-voice .list-ttl {
  line-height: 1.6;
}
#top-voice .list-txt {
  margin-top: 10px;
}
#top-voice .btn {
  margin: 30px auto 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 45px 15px 50px;
}
#top-contact .txt {
  margin-top: 20px;
}
#top-contact .container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 100%;
  margin-top: 30px;
  padding: 35px 15px;
  border-radius: 28px;
}
#top-contact .container-txt::before {
  width: 235px;
  height: 16px;
}
#top-contact .container-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
#top-contact .com-tel-num {
  padding-left: 32px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 0px/25px;
}
#top-contact .mail,
#top-contact .line {
  width: 290px;
  height: 60px;
  border-radius: 30px;
}
#top-contact .mail::before {
  width: 22px;
  height: 16px;
}
#top-contact .line {
  margin-top: 0;
  border: 3px solid #ebebeb;
}
#top-contact .line::before {
  width: 25px;
  height: 25px;
}

/* =========================================
    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 .ttl {
  text-align: center;
  background: url(/img/all/com-ttl01-deco.png) no-repeat center bottom;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 20px 10px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .bg::before {
  width: 226px;
  height: 446px;
  bottom: -49px;
}
#sub-about .bg::after {
  width: 182px;
  height: 399px;
  bottom: -101px;
}
#sub-about .inner {
  position: relative;
  z-index: 1;
}
#sub-about .container {
  display: block;
  margin-top: 30px;
  padding: 25px 20px 30px;
}
#sub-about .container::after {
  width: 65px;
  height: 80px;
  bottom: unset;
  top: -80px;
  left: 15px;
}
#sub-about .img {
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
#sub-about .txt {
  margin-top: 20px;
}

#sub-feature .inner {
  padding: 45px 15px 50px;
}
#sub-feature .list {
  display: block;
  margin-top: 30px;
}
#sub-feature .list::before {
  width: calc(100% + 20px);
  top: 40px;
  border-radius: 20px;
}
#sub-feature .list-item {
  max-width: 100%;
  padding: 25px 20px 30px;
}
#sub-feature .list-item::before, #sub-feature .list-item::after {
  border-radius: 16px;
}
#sub-feature .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-feature .list-ttl {
  margin-top: 8px;
  padding-bottom: 12px;
}
#sub-feature .list-txt {
  margin-top: 15px;
}
#sub-feature .list-btm {
  margin-top: 20px;
}
#sub-feature .btn {
  width: 280px;
}

#sub-case .inner {
  padding: 45px 15px 50px;
}
#sub-case .container {
  margin-top: 30px;
  padding: 35px 15px 30px;
  border-radius: 24px;
}
#sub-case .container-wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-case .container-wrap:nth-of-type(4) .container-box::before, #sub-case .container-wrap:nth-of-type(5) .container-box::before {
  top: 62.5%;
}
@media screen and (min-width: 400px) {
  #sub-case .container-wrap:nth-of-type(4) .container-box::before, #sub-case .container-wrap:nth-of-type(5) .container-box::before {
    top: 60%;
  }
}
#sub-case .container-ttl {
  padding: 12px 20px;
  border-radius: 10px;
  background: radial-gradient(circle, #44c474 4px, transparent 4px) left 10px center/8px 8px no-repeat, radial-gradient(circle, #44c474 4px, transparent 4px) right 10px center/8px 8px no-repeat, #fff;
}
#sub-case .container-ttl::after {
  width: 22px;
  height: 13px;
  bottom: -12px;
}
#sub-case .container-box {
  gap: 30px;
  margin-top: 20px;
}
#sub-case .container-box::before {
  width: 16px;
  height: 27px;
  top: 65%;
}
@media screen and (min-width: 400px) {
  #sub-case .container-box::before {
    top: 60%;
  }
}
#sub-case .container-before,
#sub-case .container-after {
  margin-bottom: 6px;
}
#sub-case .container-img {
  border-radius: 12px;
}
#sub-case .btn {
  width: 280px;
  margin: 30px auto 0;
}

/* =========================================
    sub  SP
    sub-support
========================================= */
#sub-support .bg::before {
  width: 213px;
  height: 314px;
  bottom: -8px;
}
#sub-support .bg::after {
  width: 185px;
  height: 177px;
  bottom: 40px;
}
#sub-support .container {
  margin-top: 30px;
  padding: 28px 20px;
}
#sub-support .txt {
  line-height: 1.85;
}

#sub-service .inner {
  padding: 45px 15px 50px;
}
#sub-service .container {
  margin-top: 30px;
}
#sub-service .container::before {
  width: calc(100% + 20px);
  top: 40px;
}
#sub-service .list-item {
  padding: 22px 20px 28px;
  border-radius: 16px;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-service .list-ttl {
  padding-bottom: 12px;
  padding-left: 32px;
  background-position: left 6px;
  background-size: 22px;
}
#sub-service .list-txt {
  margin-top: 14px;
}
#sub-service .list-wrap {
  gap: 10px;
  margin-top: 18px;
}
#sub-service .list-wrap-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  padding: 10px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sub-bubble .bg::before {
  width: 120px;
  height: 84px;
  top: 165px;
  left: -45px;
}
#sub-bubble .bg::after {
  width: 105px;
  height: 70px;
  top: 45px;
  right: -50px;
}
#sub-bubble .inner {
  padding: 45px 15px 50px;
}
#sub-bubble .txt {
  text-align: left;
  margin-top: 25px;
}
#sub-bubble .container {
  margin-top: 30px;
  padding: 30px 15px;
}
#sub-bubble .container-wrap {
  flex-direction: column;
  gap: 20px;
}
#sub-bubble .container-box {
  flex-basis: auto;
  max-width: 100%;
}
#sub-bubble .container-ttl {
  padding: 12px 20px;
  background: radial-gradient(circle, #44c474 4px, transparent 4px) left 10px center/8px 8px no-repeat, radial-gradient(circle, #44c474 4px, transparent 4px) right 10px center/8px 8px no-repeat, #fff;
}
#sub-bubble .list {
  margin-top: 20px;
  padding: 20px 18px;
}
#sub-bubble .btn {
  width: 100%;
  max-width: 320px;
  margin: 30px auto 0;
  padding: 0 15px;
  white-space: normal;
  text-align: center;
}

#sub-living .inner {
  padding: 45px 15px 90px;
}
#sub-living .container {
  margin-top: 30px;
}
#sub-living .container::before {
  width: calc(100% + 20px);
  top: 40px;
}
#sub-living .list {
  display: block;
}
#sub-living .list-item {
  max-width: 100%;
  padding: 25px 20px;
}
#sub-living .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-living .list-ttl {
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#sub-living .list-wrap-item {
  padding-left: 18px;
}
#sub-living .fee {
  margin-top: 40px;
}
#sub-living .fee-ttl {
  padding: 10px 20px;
}
#sub-living .fee-list {
  padding: 0 5px;
}
#sub-living .fee-list-ttl {
  width: 130px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .bg::before {
  display: none;
}
#sub-voice .inner {
  padding: 45px 15px 50px;
}
#sub-voice .container {
  margin-top: 30px;
  padding: 40px 0;
  border-radius: 24px;
  position: relative;
}
#sub-voice .container::before {
  position: absolute;
  content: "";
}
#sub-voice .container {
  z-index: 1;
}
#sub-voice .container::before {
  width: calc(100% + 20px);
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  border-radius: 20px;
  background: url(/img/all/pt01.jpg) left top;
  z-index: -1;
}
#sub-voice .list-item {
  flex-direction: column;
  gap: 0;
  padding: 30px 20px;
  border-radius: 16px;
}
#sub-voice .list-item::before {
  left: 25px;
}
#sub-voice .list-item::after {
  left: 35px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-voice .list-img {
  width: 100%;
  max-width: 320px;
  height: 85vw;
  max-height: 320px;
  min-height: 272px;
  margin: 0 auto;
}
#sub-voice .list-wrap {
  margin-top: 20px;
}
#sub-voice .list-ttl {
  line-height: 1.6;
  padding-bottom: 10px;
}
#sub-voice .list-txt {
  margin-top: 12px;
  padding-bottom: 0;
}
#sub-voice .list-link {
  position: relative;
  display: table;
  margin: 15px 45px 0 auto;
  bottom: unset;
  right: unset;
}

#sub-voice-detail .bg::before {
  display: none;
}
#sub-voice-detail .inner {
  padding: 45px 15px 50px;
}
#sub-voice-detail .container {
  border-radius: 24px;
}
#sub-voice-detail .container-inner {
  padding: 40px 15px;
}
#sub-voice-detail .ttl {
  text-align: left;
  padding: 12px 20px;
  border-radius: 16px;
}
#sub-voice-detail .wrap {
  margin-top: 35px;
  padding: 25px 15px 30px;
}
#sub-voice-detail .wrap::before {
  left: 25px;
}
#sub-voice-detail .wrap::after {
  left: 35px;
}
#sub-voice-detail .wrap-ttl {
  line-height: 1.6;
  padding-bottom: 15px;
}
#sub-voice-detail .wrap-box {
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
#sub-voice-detail .wrap-area {
  text-align: left;
}
#sub-voice-detail .img {
  width: 100%;
  height: 68.85vw;
  min-height: 241px;
}
#sub-voice-detail .wrap-answer-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-btn .inner {
  padding: 50px 15px;
}
#sub-btn .container {
  flex-direction: column;
  gap: 15px;
}
#sub-btn .btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#sub-idea .inner {
  padding: 50px 15px;
}
#sub-idea .container {
  margin-top: 40px;
}
#sub-idea .container::before {
  width: calc(100% + 20px);
  height: 40%;
  top: unset;
  bottom: -50px;
}
#sub-idea .container-inner {
  display: block;
  gap: 0;
}
#sub-idea .container-wrap {
  padding: 30px 20px 25px;
}
#sub-idea .container-wrap:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-idea .container-num {
  left: 20px;
}
#sub-idea .container-ttl {
  padding-bottom: 8px;
}
#sub-idea .container-txt {
  margin-top: 18px;
}

#sub-goal .bg::before {
  width: 160px;
  height: 165px;
  top: 30px;
  left: -30px;
}
#sub-goal .bg::after {
  width: 112px;
  height: 131px;
  top: 60px;
  right: -25px;
}
#sub-goal .inner {
  padding: 45px 15px 50px;
}
#sub-goal .txt {
  text-align: left;
  margin-top: 25px;
}

#sub-company .inner {
  padding: 50px 15px;
}
#sub-company .container {
  margin-top: 30px;
  padding: 40px 0;
  border-radius: 20px;
}
#sub-company .container::before {
  width: calc(100% + 20px);
}
#sub-company .table {
  padding: 20px 0 30px;
}
#sub-company .map {
  margin-top: 25px;
  height: 250px;
}
#sub-company .map iframe {
  border-radius: 20px;
}

#sub-history .container {
  margin-top: 30px;
  padding: 40px 0;
}
#sub-history .container::before {
  width: calc(100% + 20px);
  border-radius: 20px;
}
#sub-history .list-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 20px;
}
#sub-history .list-item:nth-of-type(n + 2) {
  margin-top: 12px;
}
#sub-history .list-ttl {
  padding-right: 0;
}
#sub-history .list-ttl::after {
  display: none;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg::before {
  display: none;
}
#sub-news .inner {
  padding: 50px 15px;
}
#sub-news .container {
  margin: 35px auto 0;
  padding: 30px 0;
}
#sub-news .container::before {
  width: calc(100% + 20px);
}
#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: 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: 35px auto 0;
}

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

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .bg::before {
  display: none;
}
#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 .bg::before {
  display: none;
}
#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 .bg::before {
  display: none;
}
#sub-error .ttl {
  font-size: 26px;
}