@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url(../fonts/Ubuntu-Light.ttf);
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url(../fonts/Ubuntu-Regular.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: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url(../fonts/Ubuntu-Light.ttf);
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url(../fonts/Ubuntu-Regular.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: 0 auto;
}
.com-ttl01-sub {
  margin-top: 10px;
  padding: 0 30px;
}
.com-ttl01-sub::before {
  width: 20px;
  height: 2px;
}
.com-ttl01-sub::after {
  width: 20px;
  height: 2px;
}

.com-ttl02-sub {
  padding: 0 30px;
}
.com-ttl02-sub::before {
  width: 20px;
  height: 2px;
}
.com-ttl02-sub::after {
  width: 20px;
  height: 2px;
}

.com-ttl03 {
  padding: 14.5px 15px;
}

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

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

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg.png) no-repeat calc(100% + 80px) bottom/150%;
}
#top-about .ttl {
  width: 320px;
  margin: 0 auto;
}
#top-about .ttl::before {
  width: 36px;
  height: 38px;
  top: -30px;
}
#top-about .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
  border-radius: 10px;
}
#top-about .wrap {
  display: block;
  margin-top: 25px;
}
#top-about .txt {
  margin-top: 0;
}
#top-about .map {
  display: block;
  width: 320px;
  margin: 15px auto 0;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .ttl-main {
  width: 110px;
}
#top-service .ttl::before {
  width: 67px;
  height: 52px;
  bottom: 10px;
  left: calc(50% - 170px);
}
#top-service .ttl::after {
  width: 67px;
  height: 52px;
  bottom: 10px;
  right: calc(50% - 170px);
}
#top-service .wrap {
  margin-top: 35px;
}
#top-service .wrap-box {
  border: 3px solid;
  outline: 3px solid #fff;
  outline-offset: -6px;
  border-radius: 15px;
  padding: 25px 15px 35px;
}
#top-service .wrap-individual {
  border-color: #3da9d0;
}
#top-service .wrap-corporation {
  border-color: #59cb65;
}
#top-service .box {
  width: 100%;
}
#top-service .box-ttl {
  text-shadow: 2px 2px 10px #fff, -2px -2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff;
}
#top-service .list-individual {
  padding: 20px 0;
}
#top-service .list-corporation {
  padding: 20px 0;
}
#top-service .btn::after {
  right: 30px;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .bg {
  background: url(/img/top/case-bg-l.png) no-repeat left top/50.5vw, url(/img/top/case-bg-r.png) no-repeat right bottom/44vw;
}
#top-case .ttl-main {
  width: 130px;
}
#top-case .list {
  margin-top: 35px;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-case .list-ttl {
  padding: 12.5px 15px;
  border-radius: 15px 15px 0 0;
}
#top-case .list-wrap {
  display: block;
  padding: 35px 15px;
  border-radius: 0 0 15px 15px;
}
#top-case .list-before {
  width: 80%;
  height: 45.7vw;
  margin-left: auto;
}
#top-case .list-before::after {
  right: unset;
  width: 60px;
  height: 60px;
  left: -55px;
  transform: rotate(90deg);
  bottom: -10px;
}
#top-case .list-before-txt {
  width: 65px;
  line-height: 65px;
  top: -25px;
  left: -25px;
}
#top-case .list-after {
  width: 100%;
  height: 57.14vw;
  margin-top: 25px;
}
#top-case .list-after-txt {
  width: 75px;
  line-height: 75px;
  top: -15px;
  left: -15px;
}
#top-case .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-reason
========================================= */
#top-reason .ttl-main {
  width: 320px;
}
#top-reason .list {
  gap: 100px;
  margin-top: 85px;
}
#top-reason .list-item {
  width: 100%;
  height: unset;
  padding: 47px 15px 35px;
  border-radius: 15px;
}
#top-reason .list-item:first-of-type {
  width: 100%;
}
#top-reason .list-item:first-of-type::before {
  left: 37px;
}
#top-reason .list-item:first-of-type::after {
  left: 37px;
}
#top-reason .list-item:first-of-type .list-txt {
  padding: 0;
}
#top-reason .list-ttl {
  height: unset;
  padding: 35px 10px 25px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-bg.jpg) no-repeat -250px top/cover;
}
#top-contact .container {
  display: block;
}
#top-contact .ttl {
  text-align: center;
  padding-right: 0;
  padding-bottom: 25px;
}
#top-contact .ttl::before {
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  top: unset;
  bottom: 0;
}
#top-contact .ttl-main {
  width: 180px;
}
#top-contact .ttl-sub {
  padding: 0 30px;
}
#top-contact .ttl-sub::before {
  display: block;
  background-color: #3da9d0;
}
#top-contact .wrap {
  margin-left: 0;
  margin-top: 30px;
}
#top-contact .wrap-fle {
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  margin-top: 35px;
}
#top-contact .com-tel {
  display: block;
  padding-right: 0;
  padding-bottom: 15px;
}
#top-contact .com-tel-num {
  padding-left: 25px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}
#top-contact .com-tel-svg {
  transform: translateX(-50%);
  left: 50%;
  top: unset;
  bottom: 0;
}

/* =========================================
    top  sp
    top-map
========================================= */
#top-map .txt {
  padding-left: 20px;
  background: url(/img/top/map-pin.png) no-repeat left 3px;
}
#top-map .map {
  height: 250px;
}
#top-map .map iframe {
  border-radius: 15px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  display: block;
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .ttl-main {
  width: 130px;
}
#top-news .ttl-sub {
  padding: 0 30px;
}
#top-news .ttl-sub::before {
  display: block;
  background-color: #3da9d0;
}
#top-news .list {
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 15px;
  border-right: 35px solid #3da9d0;
}
#top-news .list-link::after {
  width: 10px;
  height: 12px;
  transform: translateY(-50%);
  top: 50%;
  right: -22px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-worries
========================================= */
#sub-worries .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 110px) 148px/120px, url(/img/individual/worries-bg02.png) no-repeat right bottom/80vw;
}
#sub-worries .ttl-main-color {
  background: top left/27px 4px repeat-x radial-gradient(circle, #f9f43e 2px, rgba(0, 0, 0, 0) 2px);
}
#sub-worries .list {
  margin-top: 35px;
  padding: 20px 15px;
  background-color: #fff;
  border: 2px solid #3da9d0;
  border-radius: 15px;
}
#sub-worries .list-item {
  padding: 20px 0px 20px 35px;
  background: url(/img/all/check-ico.png) no-repeat left 24px/22px;
}

#sub-service .wrap {
  margin-top: 35px;
}
#sub-service .wrap-fle {
  display: block;
  margin-top: 20px;
}
#sub-service .wrap-box {
  padding: 35px 15px;
  background-color: #fff;
  border-radius: 15px;
}
#sub-service .wrap-box:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service .img {
  width: 100%;
}
#sub-service .txt {
  margin-left: 0;
  margin-top: 15px;
}
#sub-service .box {
  padding: 25px 15px 40px;
}
#sub-service .list-item {
  display: block;
  padding: 14px 15px;
}
#sub-service .list-txt {
  margin-top: 15px;
  margin-left: 0;
}
#sub-service .note {
  text-align: left;
}
#sub-service .fee {
  padding: 25px 15px 40px;
}
#sub-service .fee-fle {
  display: block;
}
#sub-service .fee-fle-left {
  width: 100%;
  height: 65px;
}
#sub-service .fee-type {
  margin-left: 0;
}
#sub-service .fee-list {
  display: block;
}
#sub-service .fee-list-item {
  width: 100%;
  max-width: 100%;
}
#sub-service .fee-list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-service .fee-list-top {
  display: block;
  padding: 11.5px 15px;
}
#sub-service .fee-list-txt {
  margin-top: 20px;
  padding-left: 0;
}
#sub-service .fee-list-txt::before {
  width: 50%;
  height: 1px;
  left: 0;
  top: -10px;
  transform: unset;
}
#sub-service .table {
  border-spacing: 15px 10px;
}

/* =========================================
    sub  SP
    sub-banner
========================================= */
#sub-banner .link {
  width: 100%;
  justify-content: end;
  padding-left: 0;
  padding-right: 8.5vw;
  border: 2px solid #3da9d0;
  border-right: 40px solid #3da9d0;
  border-radius: 15px;
  background: url(/img/all/banner-case.jpg) no-repeat -100px center/cover;
}
#sub-banner .link::after {
  width: 13px;
  height: 16px;
  right: -28px;
}
#sub-banner .ttl-main {
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5), -2px -2px 10px rgba(255, 255, 255, 0.5), -2px 2px 10px rgba(255, 255, 255, 0.5), 2px -2px 10px rgba(255, 255, 255, 0.5);
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 110px) 120px/120px, url(/img/individual/worries-bg02.png) no-repeat right bottom/80vw;
}
#sub-case .list {
  margin-top: 35px;
}
#sub-case .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-case .list-ttl {
  padding: 12.5px 15px;
  border-radius: 15px 15px 0 0;
}
#sub-case .list-wrap {
  padding: 35px 15px;
  border-radius: 0 0 15px 15px;
}
#sub-case .list-fle {
  display: block;
}
#sub-case .list-before {
  width: 80%;
  height: 45.7vw;
  margin-left: auto;
  margin-bottom: 25px;
}
#sub-case .list-before::after {
  right: unset;
  width: 60px;
  height: 60px;
  left: -55px;
  transform: rotate(90deg);
  bottom: -10px;
}
#sub-case .list-before-txt {
  width: 65px;
  line-height: 65px;
  top: -25px;
  left: -25px;
}
#sub-case .list-after {
  width: 100%;
  height: 57.14vw;
}
#sub-case .list-after-txt {
  width: 75px;
  line-height: 75px;
  top: -15px;
  left: -15px;
}
#sub-case .list-txt {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 110px) 120px/120px, url(/img/individual/worries-bg02.png) no-repeat right bottom/50vw;
}
#sub-greeting .wrap {
  display: block;
}
#sub-greeting .img {
  width: 100%;
  border: 3px solid #3da9d0;
  outline: 3px solid #fff;
  outline-offset: -6px;
  border-radius: 15px;
}
#sub-greeting .box {
  margin-left: 0;
  margin-top: 25px;
}

#sub-company .table {
  margin-top: 35px;
}
#sub-company .map {
  height: 250px;
  margin-top: 50px;
}

/* =========================================
    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: 25px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 100px;
  max-width: 180px;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 0 rgba(89, 203, 101, 0.2);
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 30px 20px;
  border-radius: 15px;
}
#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 .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 110px) 120px/120px, url(/img/individual/worries-bg02.png) no-repeat right bottom/50vw;
}
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 30px;
}
#sub-method .com-tel-num {
  padding-left: 25px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}
#sub-method .work {
  width: 100%;
  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 .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 110px) 120px/120px, url(/img/individual/worries-bg02.png) no-repeat right bottom/50vw;
}
#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 {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 110px) 120px/120px, url(/img/individual/worries-bg02.png) no-repeat right bottom/50vw;
}
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 110px) 120px/120px, url(/img/individual/worries-bg02.png) no-repeat right bottom/50vw;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 110px) 120px/120px, url(/img/individual/worries-bg02.png) no-repeat right bottom/50vw;
}