@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "Jost-Black";
  src: url(../fonts/Jost-Black.ttf);
}
@font-face {
  font-family: "Jost-Bold";
  src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
  font-family: "Jost-ExtraBold";
  src: url(../fonts/Jost-ExtraBold.ttf);
}
@font-face {
  font-family: "Jost-ExtraLight";
  src: url(../fonts/Jost-ExtraLight.ttf);
}
@font-face {
  font-family: "Jost-Light";
  src: url(../fonts/Jost-Light.ttf);
}
@font-face {
  font-family: "Jost-Medium";
  src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: "Jost-Regular";
  src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url(../fonts/Jost-SemiBold.ttf);
}
@font-face {
  font-family: "Jost-Thin";
  src: url(../fonts/Jost-Thin.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: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "Jost-Black";
  src: url(../fonts/Jost-Black.ttf);
}
@font-face {
  font-family: "Jost-Bold";
  src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
  font-family: "Jost-ExtraBold";
  src: url(../fonts/Jost-ExtraBold.ttf);
}
@font-face {
  font-family: "Jost-ExtraLight";
  src: url(../fonts/Jost-ExtraLight.ttf);
}
@font-face {
  font-family: "Jost-Light";
  src: url(../fonts/Jost-Light.ttf);
}
@font-face {
  font-family: "Jost-Medium";
  src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: "Jost-Regular";
  src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url(../fonts/Jost-SemiBold.ttf);
}
@font-face {
  font-family: "Jost-Thin";
  src: url(../fonts/Jost-Thin.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-ttl02 {
  padding-bottom: 15px;
}
.com-ttl02::before {
  width: 7px;
  height: 7px;
}

.com-ttl03 {
  font-size: 20px;
}

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

.com-mail {
  width: 280px;
  height: 60px;
}

.com-line {
  width: 280px;
  height: 60px;
}

.com-tel {
  text-align: center;
  padding-bottom: 10px;
}
.com-tel-num {
  padding-left: 20px;
  background: url(/img/all/tel-ico.png) no-repeat left 5px/15px;
}
.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: 2px solid #b4aca6;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/top-news-bg-deco.png) no-repeat calc(100% - 5px) 10px/45vw;
}
#top-news .container::after {
  width: 115px;
  height: 104px;
  top: -10px;
}
#top-news .wrap {
  display: block;
  min-height: unset;
  padding: 20px;
}
#top-news .wrap-box {
  margin: 0 auto;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  margin-top: 0px;
  padding: 20px 15px;
}

/* =========================================
    top  sp
    top-greeting
========================================= */
#top-greeting .bg {
  background: url(/img/top/greeting-bg01.png) no-repeat calc(50% - 33.7vw) 42px/35.2vw, url(/img/top/greeting-bg02.png) no-repeat calc(100% + 10.8vw) calc(100% - 5.3vw)/60.2vw;
}
#top-greeting .inner::after {
  width: 99px;
  height: 130px;
  bottom: 110px;
  right: 10px;
}
#top-greeting .txt {
  text-align: left;
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .inner {
  padding: 50px 15px 0;
}
#top-service .ttl::after {
  width: 53px;
  height: 79px;
  top: 5px;
  right: calc(50% - 150px);
}
#top-service .img {
  position: unset;
  width: 100%;
  margin: 15px auto 0;
  border-radius: 10px;
}
#top-service .wrap {
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  padding: 30px 0 50px;
}
#top-service .wrap::before {
  width: 150%;
  transform: translateX(-50%);
  left: 50%;
}
#top-service .wrap::after {
  width: 188px;
  height: 125px;
  top: -20px;
  right: unset;
  left: 80px;
}
#top-service .btn {
  display: block;
  width: 300px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-link
========================================= */
#top-link .container {
  display: block;
}
#top-link .link {
  width: 100%;
}
#top-link .link:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-link .link-deco01 {
  background: url(/img/top/banner-deco01.png) no-repeat left calc(100% - 60px)/150px, url(/img/all/pt01.jpg) left top;
}
#top-link .link-deco02 {
  background: url(/img/top/banner-deco02.png) no-repeat 20px calc(100% - 50px)/110px, url(/img/all/pt01.jpg) left top;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .bg {
  background: url(/img/top/voice-bg-deco01.png) no-repeat 5px top/50vw, url(/img/top/voice-bg-deco02.png) no-repeat right bottom/65vw;
}
#top-voice .container {
  padding-top: 35px;
  border-radius: 15px;
}
#top-voice .list {
  margin-top: 0;
  padding: 0 15px;
}
#top-voice .list-item {
  display: block;
}
#top-voice .list-img {
  width: 85px;
  height: 85px;
  margin-top: 0;
}
#top-voice .list-wrap {
  margin-top: 15px;
  margin-left: 0;
}
#top-voice .list-top-item:nth-of-type(n + 2) {
  margin-left: 35px;
}
#top-voice .list-top-item:nth-of-type(n + 2)::before {
  left: -22px;
}
#top-voice .btn {
  margin-top: 35px;
  padding: 17px 15px;
}

/* =========================================
    top  sp
    top-info
========================================= */
#top-info .bg {
  background: url(/img/top/info-bg-deco01.png) no-repeat left calc(100% + 90px)/60vw, url(/img/top/info-bg-deco02.png) no-repeat 10px 105px/50vw;
}
#top-info .inner::after {
  width: 124px;
  height: 118px;
  top: 75px;
  right: 0px;
}
#top-info .wrap {
  display: block;
}
#top-info .table {
  width: 100%;
  padding: 20px 15px;
  border-radius: 15px;
}
#top-info .map {
  width: 100%;
  height: 250px;
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .container {
  padding: 35px 20px 55px;
  border-radius: 15px;
  background: url(/img/top/contact-deco.png) no-repeat calc(50% - 60px) 75px/150px, #fff;
}
#top-contact .txt {
  margin-top: 35px;
  border-radius: 17px;
}
#top-contact .com-tel {
  margin-top: 30px;
}
#top-contact .link {
  gap: 25px;
  margin-top: 35px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-commitment
========================================= */
#sub-commitment .wrap {
  padding-bottom: 150px;
}
#sub-commitment .wrap::before {
  width: 134px;
  height: 128px;
  bottom: 25px;
}
#sub-commitment .txt {
  text-align: left;
  margin-top: 25px;
}
#sub-commitment .list-item:first-of-type .list-img::before, #sub-commitment .list-item:nth-of-type(3) .list-img::before {
  width: 204px;
  height: 205px;
  bottom: -170px;
  right: -10px;
}
#sub-commitment .list-item:nth-of-type(2) .list-wrap {
  flex-direction: column;
}
#sub-commitment .list-item:nth-of-type(2) .list-txt {
  margin-left: 0;
}
#sub-commitment .list-item:nth-of-type(2) .list-img::before {
  width: 202px;
  height: 220px;
  bottom: -160px;
  left: -10px;
}
#sub-commitment .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-commitment .list-ttl {
  display: flex;
  align-items: start;
  text-align: left;
  padding: 20px 5px;
}
#sub-commitment .list-num {
  flex-shrink: 0;
  width: 40px;
  line-height: 40px;
  margin-right: 15px;
}
#sub-commitment .list-wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 30px;
}
#sub-commitment .list-txt {
  margin-right: 0;
  margin-top: 15px;
  position: relative;
  z-index: 5;
}
#sub-commitment .list-img {
  border-radius: 15px;
}

/* =========================================
    sub  SP
    sub-banner
========================================= */
#sub-banner .container {
  display: block;
}
#sub-banner .link {
  width: 100%;
  border-radius: 15px;
}
#sub-banner .link:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-banner .link-img {
  border: 2px solid #fff;
  border-radius: 15px 15px 0 0;
}
#sub-banner .link-txt {
  padding: 14px 20px;
}
#sub-banner .link-txt::after {
  right: 25px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-menu .inner::before {
  width: 173px;
  height: 174px;
  top: 785px;
  left: -10px;
}
#sub-menu .inner::after {
  width: 201px;
  height: 180px;
  top: 70px;
  right: -90px;
}
#sub-menu .txt {
  text-align: left;
  margin-bottom: 35px;
}
#sub-menu .wrap {
  padding-top: 75px;
}
#sub-menu .list-item {
  padding-top: 50px;
}
#sub-menu .list-item:nth-of-type(n + 2) {
  padding-top: 75px;
}
#sub-menu .list-txt {
  margin-top: 20px;
}
#sub-menu .list-btm {
  gap: 15px;
  margin-top: 25px;
  padding: 15px;
}
#sub-menu .list-btm-ttl {
  width: 80px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .bg {
  background: url(/img/voice/voice-deco.png) no-repeat -15px 85px/45vw;
}
#sub-voice .list {
  margin-top: 25px;
  padding: 35px 15px 50px;
  border-radius: 15px;
}
#sub-voice .list-item {
  display: block;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-voice .list-img {
  width: 85px;
  height: 85px;
  margin-top: 0;
}
#sub-voice .list-wrap {
  margin-top: 5px;
  margin-left: 0;
}
#sub-voice .list-fle {
  width: 150px;
  margin-top: 10px;
}
#sub-voice .list-fle-txt:nth-of-type(n + 2) {
  margin-left: 35px;
}
#sub-voice .list-fle-txt:nth-of-type(n + 2)::before {
  width: 6px;
  height: 6px;
  left: -21px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-message .bg {
  background: url(/img/company/message-bg.png) no-repeat 10px top/50vw;
}
#sub-message .wrap {
  display: block;
  margin-top: 25px;
}
#sub-message .img {
  display: block;
  width: 320px;
  margin: 0 auto;
}
#sub-message .box {
  margin-left: 0;
  margin-top: 25px;
}
#sub-message .txt {
  margin-top: 35px;
}

#sub-company .bg {
  background: url(/img/company/company-bg01.png) no-repeat -10px 10px/40vw, url(/img/company/company-bg02.png) no-repeat calc(100% + 50px) calc(100% - 205px)/60vw;
}
#sub-company .container {
  padding: 45px 20px 25px;
  background: url(/img/company/company-deco.png) no-repeat calc(100% - 10px) 20px/90px, #fff;
  border-radius: 15px;
}
#sub-company .table th {
  width: 100%;
}
#sub-company .map {
  height: 250px;
  margin-top: 50px;
}
#sub-company .map iframe {
  border-radius: 15px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl03 {
  padding: 6px 10px;
}
#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;
}
#tag-btn-list .tag-list {
  justify-content: center;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 135px;
  padding: 22px 15px;
}
#tag-btn-list .tag-list-link::after {
  bottom: 10px;
}

/* =========================================
    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;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .inner {
  padding: 50px 10px;
}
#sub-contact .container {
  padding: 40px 10px 65px;
  border-radius: 15px;
}
#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;
}