@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Marcellus-Regular";
  src: url(../fonts/Marcellus-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@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);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Marcellus-Regular";
  src: url(../fonts/Marcellus-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@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);
}
/*	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-note {
  line-height: 1;
}

.com-box01 {
  margin-top: 40px;
  padding: 25px 15px;
}

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

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

.com-sv {
  padding-top: 50vw;
}

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

.com-instagram {
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  margin-top: 25px;
}
.com-instagram::before {
  width: 25px;
  height: 25px;
  left: calc(50% - 130px);
}

.com-primary {
  padding: 15px;
}

/* =========================================
    top  sp
    top-ent
========================================= */
#top-ent .list {
  display: block;
  padding: 25px 15px;
}
#top-ent .list-item {
  max-width: unset;
  height: 250px;
  min-height: unset;
}
#top-ent .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#top-ent .list-box {
  height: 155px;
}
#top-ent .list-box::after {
  width: 25px;
  right: 20px;
}

/* =========================================
    top  sp
    top-concept
========================================= */
#top-concept .inner {
  padding: 50px 15px;
}
#top-concept .container {
  flex-direction: column-reverse;
  padding-left: 0;
}
#top-concept .ttl {
  margin-top: 10px;
}
#top-concept .txt {
  margin-top: 20px;
}
#top-concept .wrap {
  width: 100%;
  margin-left: 0;
}
#top-concept .img {
  width: 100%;
  min-width: unset;
  margin-top: 25px;
}
#top-concept .btn {
  display: block;
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-garden
========================================= */
#top-garden .container {
  height: 595px;
}
#top-garden .wrap {
  width: 100%;
  padding: 0;
  position: relative;
}
#top-garden .wrap-txt {
  font-size: 12px;
  padding-top: 60px;
  left: 0;
}
#top-garden .wrap-txt::before {
  height: 40px;
}
#top-garden .box {
  position: absolute;
  width: 300px;
  transform: translateX(-50%);
  left: 50%;
  top: 100px;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .inner {
  padding: 0 15px 50px;
}
#top-case .ttl {
  padding-top: 50px;
  padding-left: 25px;
}
#top-case .list {
  margin-top: 25px;
}
#top-case .list-item {
  width: 100%;
  min-width: unset;
}
#top-case .list-img {
  height: 57vw;
  min-height: 201px;
}
#top-case .list-img-txt {
  left: 10px;
  bottom: 15px;
}
#top-case .list-img-txt::before {
  height: 40%;
}
#top-case .list-btn {
  padding: 10px 10px 10px 20px;
}
#top-case .list-btn::before {
  width: 5px;
  height: 5px;
  left: 5px;
}
#top-case .swiper-container {
  padding-left: 0;
  padding-bottom: 80px;
}
#top-case .swiper-button-next {
  width: 50px;
  height: 50px;
  transform: unset;
  top: unset;
  left: unset;
  right: calc(50% - 80px);
  bottom: 0;
}
#top-case .swiper-button-prev {
  width: 50px;
  height: 50px;
  transform: unset;
  top: unset;
  left: calc(50% - 80px);
  bottom: 0;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner {
  padding: 50px 15px;
}
#top-about .list {
  flex-wrap: wrap;
  gap: 2vw;
  margin-top: 35px;
  padding: 0;
}
#top-about .list-item {
  flex-basis: calc((100% - 2vw) / 2);
  max-width: calc((100% - 2vw) / 2);
}
#top-about .list-item:nth-of-type(4) .list-link {
  padding-top: 5.25vw;
}
@media screen and (min-width: 376px) {
  #top-about .list-item:nth-of-type(4) .list-link {
    padding-top: 7.25vw;
  }
}
#top-about .list-link {
  height: 44.5vw;
  min-height: unset;
  padding-top: 10.25vw;
}
#top-about .list-link-txt {
  font-size: 14px;
  line-height: 38px;
}
#top-about .list-link-txt::before {
  width: 4px;
  height: 4px;
  left: calc(50% - 60px);
}
#top-about .list-ttl {
  margin-top: 0;
}
#top-about .list-txt {
  font-size: 14px;
}

/* =========================================
    top  sp
    top-instagram
========================================= */
#top-instagram .inner {
  padding: 0 15px 50px;
}
#top-instagram .container {
  width: 100%;
  min-width: unset;
  margin-left: 0;
  padding-left: 15px;
  padding-top: 45px;
}
#top-instagram .container-top {
  display: block;
}
#top-instagram #insta a {
  height: 75vw;
  min-height: 262px;
}
#top-instagram #insta ul {
  flex-wrap: wrap;
  margin-top: 25px;
}
#top-instagram #insta li {
  min-width: unset;
  flex-basis: calc((100% - 3.125vw) / 2);
  max-width: calc((100% - 3.125vw) / 2);
}
#top-instagram #insta li img {
  border-radius: 10px;
}
#top-instagram #insta li .captionTxt {
  overflow: hidden;
  padding: 5px;
  border-radius: 10px;
}
#top-instagram #insta li .like_count {
  line-height: 1;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .inner {
  padding: 50px 15px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  display: block;
  margin: 15px auto 0;
}
#top-news .list-item {
  width: 100%;
  min-width: unset;
  padding: 20px 0;
}
#top-news .list-item:nth-of-type(n + 2) {
  border-left: none;
  border-top: 1px solid #bfb9ab;
}
#top-news .list-ttl {
  margin-top: 10px;
}
#top-news .com-tag-list {
  margin-top: 25px;
}
#top-news .btn {
  width: 280px;
  margin: 35px auto 0;
}

/* =========================================
    com  sp
    com-contact
========================================= */
#com-contact .inner {
  padding: 50px 15px;
}
#com-contact .container {
  display: block;
  margin-left: 0;
}
#com-contact .wrap {
  padding: 50px 0 10px 10px;
}
#com-contact .txt {
  margin-top: 10px;
}
#com-contact .list {
  width: 100%;
  margin-top: 30px;
}
#com-contact .list-item:first-of-type .list-link {
  border-top: 1px solid #000000;
}
#com-contact .list-link {
  padding: 17px 15px;
}
#com-contact .list-line::before {
  width: 25px;
  height: 25px;
  left: calc(50% - 125px);
}
#com-contact .list-mail::before {
  width: 25px;
  height: 19px;
  left: calc(50% - 140px);
}
#com-contact .com-tel {
  margin-top: 20px;
  padding-bottom: 10px;
}
#com-contact .com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 6px/15px;
}
#com-contact .com-tel-svg {
  width: 200px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-concept
========================================= */
#sub-concept .wrap {
  width: 100%;
  margin-left: 0;
}
#sub-concept .img {
  position: unset;
  width: 100%;
  margin-top: 15px;
  transform: unset;
}

#sub-design .primary {
  margin-top: 25px;
  padding: 10px 13px;
}
#sub-design .txt {
  text-align: left;
  margin-top: 25px;
}

#sub-banner .list {
  display: block;
}
#sub-banner .list-item {
  width: 100%;
  height: 300px;
}

/* =========================================
    sub  SP
    sub-garden
========================================= */
#sub-garden .container {
  display: block;
}
#sub-garden .ttl {
  width: 100%;
}
#sub-garden .txt {
  margin-top: 25px;
}

#sub-style .inner {
  padding: 50px 0;
}
#sub-style .list-item {
  height: 530px;
}
#sub-style .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-style .list-item:nth-of-type(2) .list-wrap {
  margin: 0 auto 0 25px;
}
#sub-style .list-wrap {
  width: 300px;
  margin: 0 auto 0 25px;
  padding-top: 50px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .primary {
  padding: 15px;
}
#sub-case .container {
  margin-top: 50px;
}
#sub-case .container:nth-of-type(n + 2) {
  padding-top: 100px;
}
#sub-case .container-img {
  height: 350px;
}
#sub-case .container-img::before {
  width: 100%;
  min-width: unset;
}
#sub-case .container-img::after {
  width: 100%;
  min-width: unset;
}
#sub-case .container-img-box {
  width: 300px;
  margin-left: 10px;
  padding-bottom: 25px;
}
#sub-case .container-img-ttl {
  margin-top: 10px;
}
#sub-case .container-img-txt {
  margin-top: 5px;
}
#sub-case .container-story {
  display: block;
  margin-top: 35px;
}
#sub-case .container-story-ttl {
  padding-right: 0;
  padding-bottom: 15px;
}
#sub-case .container-story-txt {
  padding-left: 0;
  padding-top: 15px;
  border-left: none;
  border-top: 2px solid #004b42;
}
#sub-case .list {
  margin-top: 35px;
}
#sub-case .list-item {
  flex-wrap: wrap;
}
#sub-case .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-case .list-item:nth-of-type(2n) {
  flex-direction: column-reverse;
}
#sub-case .list-img {
  flex-shrink: unset;
  width: 100%;
  height: 60vw;
  min-height: 210px;
}
#sub-case .list-wrap {
  width: 100%;
}
#sub-case .list-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-voice .list-img {
  height: 250px;
}
#sub-voice .list-box {
  position: unset;
  width: 100%;
  margin-top: 15px;
  padding: 10px 0 15px 15px;
}
#sub-voice .list-primary {
  padding: 0 15px 5px 5px;
}
#sub-voice .list-ttl {
  padding: 5px 15px 0 5px;
}
#sub-voice .list-txt {
  margin: 25px 0 0 0px;
  padding: 0 15px 0 20px;
}

/* =========================================
    sub  SP
    sub-flow
========================================= */
#sub-flow .primary {
  padding: 15px 8px;
}
#sub-flow .list {
  margin-top: 50px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-flow .list-num {
  position: relative;
}
#sub-flow .list-num::before {
  position: absolute;
  content: "";
}
#sub-flow .list-num::before {
  width: 25px;
  height: 1px;
  top: 11px;
  left: 80px;
  transform: rotate(-55deg);
  background-color: #bfb9ab;
}
#sub-flow .list-img {
  height: 41.4vw;
  min-height: 145px;
}
#sub-flow .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-flow .list-img img {
  border-radius: 10px;
}
#sub-flow .list-img::before {
  display: none;
}
#sub-flow .list-ttl {
  position: unset;
  margin: 5px 0 10px;
}
#sub-flow .list-txt {
  margin-top: 15px;
  padding: 0;
}
#sub-flow .list-box {
  margin: 20px 0 0;
}
#sub-flow .list-link {
  width: 300px;
  margin: 0 auto;
}
#sub-flow .material {
  display: block;
  margin: 20px 15px 0;
}
#sub-flow .material-item:nth-of-type(n + 2) {
  margin-top: 15px;
  margin-left: 0;
}
#sub-flow .contact {
  display: block;
  margin: 30px 0 0;
}
#sub-flow .contact-item {
  text-align: center;
}
#sub-flow .contact-item:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 20px;
}
#sub-flow .contact-link {
  margin: 0 auto;
}
#sub-flow .contact-line::before {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
#sub-flow .contact-mail::before {
  width: 25px;
  height: 19px;
  margin-right: 15px;
}
#sub-flow .com-tel {
  padding-bottom: 10px;
}
#sub-flow .com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 6px/15px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-feature .list-item:nth-of-type(2) .list-wrap {
  flex-direction: column-reverse;
  margin-right: 0;
}
#sub-feature .list-item:nth-of-type(2) .list-box {
  margin-right: 0;
}
#sub-feature .list-wrap {
  flex-wrap: wrap;
  flex-direction: column;
}
#sub-feature .list-box {
  margin-top: 10px;
  margin-left: 0;
}
#sub-feature .list-ttl {
  margin-top: 10px;
}
#sub-feature .list-txt {
  margin-top: 15px;
}
#sub-feature .list-award {
  display: block;
  padding: 20px 15px;
}
#sub-feature .list-award-ttl {
  padding-right: 0;
  padding-bottom: 15px;
}
#sub-feature .list-award-box {
  padding-top: 15px;
  padding-left: 0;
  border-left: none;
  border-top: 1px solid #bfb9ab;
}
#sub-feature .list-award-txt::before {
  transform: unset;
  top: 12px;
}

#sub-greeting .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
}
#sub-greeting .container-img {
  width: 300px;
  margin: 0 auto;
}
#sub-greeting .container-box {
  margin-right: 0;
}
#sub-greeting .container-ttl {
  padding-bottom: 15px;
}
#sub-greeting .container-txt {
  margin-top: 15px;
}
#sub-greeting .wrap {
  display: block;
}
#sub-greeting .wrap-qualification {
  width: 100%;
  padding: 20px;
}
#sub-greeting .wrap-career {
  margin-left: 0;
  margin-top: 20px;
  padding: 20px;
}
#sub-greeting .list-item {
  display: block;
}

#sub-company .primary {
  margin-top: 35px;
  padding: 13px 15px;
}

#sub-access .map {
  height: 250px;
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .btn:nth-of-type(3n + 1) {
  margin-left: 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 .tag-list {
  justify-content: center;
  margin-top: 50px;
}

/* =========================================
    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 .com-btn01 {
  width: 250px;
}
@supports (-webkit-touch-callout: none) {
  #sub-contact .com-btn01 {
    /* Safariにのみ適用するスタイル */
    font-family: "NotoSansJP-Regular", sans-serif;
    border-radius: 0;
    color: #000000;
  }
}

.contact-form-table {
  margin: 25px auto 0;
  padding: 30px 15px;
}
.contact-form-table td {
  padding: 10px;
}

/* =========================================
    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;
}