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

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #c7c4bd;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #313731;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 75px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .wrap {
  margin-left: 0;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#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;
  margin: 0 auto;
}

/* =========================================
    top  sp
    top-vision
========================================= */
#top-vision .bg {
  overflow: hidden;
}
#top-vision .bg::before {
  height: 125vh;
}
#top-vision .bg::after {
  height: 115vw;
  max-height: 522px;
  min-height: 430px;
}
#top-vision .wrap {
  width: 100%;
}
#top-vision .img {
  position: unset;
  width: 100%;
  margin: 25px auto 0;
  border-radius: 15px;
}
#top-vision .txt {
  margin-top: 100px;
}
#top-vision .btn {
  width: 245px;
  margin: 50px 0 0 auto;
}

#top-vision-btm .bg {
  overflow: hidden;
}
#top-vision-btm .container {
  width: 100%;
  position: relative;
  height: 27.14vw;
  min-height: 95px;
}
#top-vision-btm .img {
  width: 150%;
  position: absolute;
  max-width: unset;
  transform: translateX(-50%);
  left: 50%;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .wrap {
  display: block;
  margin-top: 35px;
}
#top-service .link {
  width: 100%;
  max-width: 100%;
  height: 71.4vw;
  min-height: 250px;
}
#top-service .link:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .bg::before {
  width: 100%;
  height: 65%;
  bottom: 0px;
}
#top-case .ttl {
  text-align: center;
}
#top-case .wrap {
  margin: 35px auto 0;
}
#top-case .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#top-case .list-item {
  width: 100%;
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#top-case .list-img {
  height: 43.3vw;
  min-height: 152px;
}
#top-case .list-ttl {
  padding: 0;
}
#top-case .case-tag-list {
  margin-top: 15px;
  padding: 0px 10px;
}
#top-case .case-tag-list::before {
  top: -25px;
  left: 0px;
}
#top-case .btn {
  display: block;
  width: 175px;
  margin: 25px auto 0;
  color: #fff;
}
#top-case .btn::before {
  background: linear-gradient(90deg, #fff 0px 20px, #c7c4bd 20px 70px);
  background-repeat: no-repeat;
}
#top-case .btn::after {
  background-color: #fff;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .link {
  display: block;
  height: 350px;
  padding: 60px 25px 0;
}
#top-contact .txt {
  padding-right: 70px;
  padding-bottom: 150px;
}

/* =========================================
    top  sp
    top-access
========================================= */
#top-access .map {
  height: 250px;
}
#top-access .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-feature
========================================= */
#sub-feature .wrap {
  margin-top: 35px;
  padding: 50px 0;
}
#sub-feature .wrap::before {
  min-width: 350px;
  left: -15px;
}
#sub-feature .list-item {
  display: block;
}
#sub-feature .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-feature .list-img {
  width: 100%;
}
#sub-feature .list-num {
  padding-left: 20px;
}
#sub-feature .list-ttl {
  padding-left: 20px;
}
#sub-feature .list-box {
  padding: 15px 0 0 20px;
}

/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 0;
}
#sub-service .list-wrap {
  display: block;
  margin-top: 20px;
}
#sub-service .list-box {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .list {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}
#sub-case .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-case .list-img {
  height: 43.3vw;
  min-height: 152px;
}

#sub-case-detail .article {
  margin-top: 35px;
}
#sub-case-detail .article-img {
  width: 100%;
  height: 91.4vw;
  margin: 25px auto 0;
  border-radius: 10px;
}
#sub-case-detail .case-tag-list {
  margin-top: 20px;
}
#sub-case-detail .list {
  margin-top: 15px;
  gap: 15px;
}
#sub-case-detail .list-item {
  height: 43.3vw;
  min-height: 152px;
  border-radius: 10px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-company .wrap {
  margin-top: 35px;
}
#sub-company .wrap-ttl-sm {
  width: 100%;
  display: block;
}
#sub-company .box {
  display: block;
  margin-top: 20px;
}
#sub-company .img {
  width: 100%;
  margin-top: 0;
}
#sub-company .txt {
  margin-top: 20px;
}

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

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  padding-bottom: 5px;
}
#sub-news .container {
  margin-top: 25px;
}
#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;
}
#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 {
  padding: 4px 13.7px;
}

/* =========================================
    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-contact .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-contact .com-btn02 {
  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;
  width: 200px;
  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-main {
  font-size: 27px;
}