@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);
}
@font-face {
  font-family: "Allura-Regular";
  src: url(../fonts/Allura-Regular.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Bold";
  src: url(../fonts/CormorantGaramond-Bold.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Light";
  src: url(../fonts/CormorantGaramond-Light.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url(../fonts/CormorantGaramond-Medium.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url(../fonts/CormorantGaramond-Regular.ttf);
}
@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: url(../fonts/CormorantGaramond-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);
}
@font-face {
  font-family: "Allura-Regular";
  src: url(../fonts/Allura-Regular.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Bold";
  src: url(../fonts/CormorantGaramond-Bold.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Light";
  src: url(../fonts/CormorantGaramond-Light.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url(../fonts/CormorantGaramond-Medium.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url(../fonts/CormorantGaramond-Regular.ttf);
}
@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: url(../fonts/CormorantGaramond-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-ttl03 {
  padding: 4px 15px 4px 15px;
}

.com-btn01::after {
  width: 45px;
  height: 35px;
  top: 5px;
  right: -60px;
}

.com-line {
  width: 300px;
  height: 70px;
}

.com-mail {
  width: 300px;
  height: 70px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-icon.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:last-of-type th {
  border-bottom: none;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #73b88d;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg::before {
  height: 90%;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container::before {
  width: 87px;
  height: 84px;
  left: 10px;
  bottom: 25px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-link {
  display: block;
  padding: 15px 50px 17px 0;
}
#top-news .list-link::after {
  width: 45px;
  height: 35px;
}
#top-news .list-btm {
  margin-left: 0;
  margin-top: 15px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
========================================= */
#top-worries .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 10px bottom/80px, url(/img/top/worries-deco02.png) no-repeat right calc(100% - 25px)/100px;
}
#top-worries .container::before {
  width: 74px;
  height: 92px;
  top: -50px;
  right: -10px;
}
#top-worries .primary {
  font-size: 25px;
  top: -60px;
  transform: rotate(-15deg);
}
#top-worries .ttl-main {
  font-size: 20px;
}
#top-worries .wrap {
  display: block;
  margin-top: 35px;
  padding: 35px 10px;
}
#top-worries .list:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 20px;
}
#top-worries .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-worries .worries {
  margin-top: 30px;
}
#top-worries .worries-en {
  margin-right: 0;
  line-height: 1.8;
  padding: 15px 5px 5px;
}
#top-worries .worries-ja {
  width: 100%;
  font-size: 14px;
}

#top-concept .bg {
  background: url(/img/top/concept-bg-left.png) no-repeat left bottom/35vw, url(/img/top/concept-bg-right02.jpg) no-repeat right bottom/75vw, url(/img/top/concept-bg-right01.png) no-repeat right calc(100% - 21.1vw)/38vw;
}
#top-concept .inner {
  padding: 50px 15px 100px;
}
#top-concept .img {
  position: unset;
  width: 85%;
  min-width: unset;
  margin-left: auto;
}
#top-concept .img::before {
  width: 230px;
  height: 155px;
  top: 0px;
  left: -45px;
}
#top-concept .wrap {
  margin-top: 0;
  padding: 35px 15px;
}

#top-thoughts .container {
  flex-direction: column-reverse;
}
#top-thoughts .img {
  width: 320px;
  margin: 0 auto;
}
#top-thoughts .wrap {
  margin-right: 0;
  margin-top: 35px;
}
#top-thoughts .primary {
  top: -35px;
}
#top-thoughts .txt {
  margin-top: 25px;
}

#top-menu .bg {
  background: url(/img/top/menu-bg-img.png) no-repeat right 0px/300px, url(/img/top/menu-bg-deco.png) no-repeat calc(50% - 140px) 20px/180px;
}
#top-menu .container {
  flex-direction: column-reverse;
}
#top-menu .wrap {
  margin-right: 0;
  margin-top: 25px;
}
#top-menu .txt {
  margin-top: 15px;
}
#top-menu .btn {
  margin: 30px auto 0;
}

#top-banner .inner {
  padding: 50px 15px;
}
#top-banner .container {
  display: block;
}
#top-banner .link {
  width: 100%;
  height: 250px;
}
#top-banner .link:nth-of-type(n + 2) {
  margin-top: 15px;
}
#top-banner .link-box {
  width: 80%;
  padding: 15px 0 10px 20px;
  min-width: unset;
}
#top-banner .link-box::after {
  width: 45px;
  height: 35px;
}

#top-case .bg {
  background: url(/img/top/case-bg-btm.png) no-repeat right bottom/20.8vw;
}
#top-case .container {
  padding-bottom: 100px;
  position: relative;
}
#top-case .container-top {
  justify-content: center;
}
#top-case .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-case .list {
  display: block;
  gap: 15px;
}
#top-case .list-item {
  width: 100%;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-case .list-link {
  padding-bottom: 15px;
}
#top-case .list-top::before {
  width: 8px;
  height: 16px;
}
#top-case .list-before {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 57.1vw;
  min-height: 200px;
}
#top-case .list-after {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 57.1vw;
  min-height: 200px;
}
#top-case .list-after-txt {
  width: 110px;
  line-height: 35px;
}
#top-case .list-ttl {
  padding-right: 60px;
}
#top-case .list-ttl::after {
  width: 45px;
  height: 35px;
}
#top-case .list-btm {
  min-height: 50px;
  margin-top: 15px;
}

#top-contact .bt {
  background: url(/img/top/contact-bg.jpg) no-repeat calc(50% - 200px)/cover;
}
#top-contact .inner::after {
  width: 76px;
  height: 96px;
  right: 0;
}
#top-contact .container {
  padding: 35px 10px 20px;
}
#top-contact .container::after {
  width: 70px;
  height: 75px;
  left: 5px;
  top: 160px;
}
#top-contact .wrap {
  display: block;
  margin-top: 15px;
}
#top-contact .btn {
  margin: 0 auto;
}
#top-contact .btn:nth-of-type(n + 2) {
  margin-top: 15px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-concept .bg {
  background: url(/img/about/bg_deco-right.png) no-repeat right 750px/100px, url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom/105px;
}
#sub-concept .list-item {
  flex-direction: column;
}
#sub-concept .list-item:nth-of-type(2n) {
  flex-direction: column-reverse;
}
#sub-concept .list-item:nth-of-type(2n) .list-wrap {
  margin-right: 0;
}
#sub-concept .list-wrap {
  margin-left: 0;
  margin-top: 15px;
}

#sub-staff .bg::before {
  height: 95%;
}
#sub-staff .inner {
  padding: 100px 15px 70px;
}
#sub-staff .wrap {
  margin-right: 0;
}
#sub-staff .img {
  display: block;
  width: 320px;
  margin: 15px auto 0;
}

#sub-info .bg {
  background: url(/img/about/info-bg-deco.png) no-repeat right bottom/25vw;
}
#sub-info .inner {
  padding: 50px 15px 85px;
}
#sub-info .table {
  width: 100%;
}

#sub-map .map {
  height: 250px;
}

#sub-parking .bg::before {
  height: 114vw;
  min-height: 400px;
}
@media screen and (min-width: 400px) {
  #sub-parking .bg::before {
    height: 110vw;
  }
}
#sub-parking .container {
  display: block;
  background: url(/img/about/parking-bg-deco.png) no-repeat calc(50% + 80px) 0px/150px;
}
#sub-parking .primary {
  top: 10px;
  left: 5px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-banner .container {
  gap: 10px;
}
#sub-banner .top-btn {
  width: 320px;
  height: 100px;
  padding-top: 17px;
}
#sub-banner .top-btn::after {
  width: 26px;
  height: 26px;
  right: 25px;
}
#sub-banner .btm-btn {
  width: 320px;
  height: 120px;
  padding: 28px 60px;
  text-align: center;
}
#sub-banner .btm-btn::after {
  width: 26px;
  height: 26px;
}

#sub-worries .bg::before {
  width: 105px;
  height: 145px;
  left: 0;
}
#sub-worries .bg::after {
  width: 105px;
  height: 185px;
  right: 0;
  bottom: -100px;
}
#sub-worries .inner::before {
  width: 120px;
  height: 110px;
  right: 0;
  top: -5px;
}

#sub-ladies .bg {
  background: url(/img/about/staff-bg-deco.png) no-repeat right calc(100% + 70px)/100px, #f7f3ed;
}
#sub-ladies .container {
  padding: 50px 0;
}
#sub-ladies .container-top {
  display: block;
}
#sub-ladies .container-top-txt {
  text-align: center;
  margin-top: 10px;
}
#sub-ladies .primary {
  top: -10px;
  left: 5px;
}
#sub-ladies .ttl {
  text-align: center;
}

#sub-ladies .list-item:nth-of-type(n + 2),
#sub-men .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}

#sub-men .bg {
  background: url(/img/about/info-bg-deco.png) no-repeat right bottom/22vw;
}

#sub-flow .container {
  display: block;
  padding: 50px 0;
}
#sub-flow .ttl {
  text-align: center;
}
#sub-flow .list {
  margin-left: 0;
  margin-top: 35px;
}
#sub-flow .list-item {
  display: block;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  height: 100%;
  left: 10px;
  top: -400px;
}
#sub-flow .list-img {
  width: 100%;
}
#sub-flow .list-box {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 0 bottom/100px, url(/img/top/worries-deco02.png) no-repeat right 100px/100px;
}
#sub-voice .list-item {
  padding: 30px 15px 40px;
}
#sub-voice .list-fle {
  display: block;
}
#sub-voice .list-img {
  margin: 0 auto;
}
#sub-voice .list-box {
  margin-left: 0;
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 0 bottom/100px, url(/img/top/worries-deco02.png) no-repeat right 100px/100px;
}
#sub-case .list-item {
  padding: 30px 15px 40px;
}
#sub-case .list-fle-item {
  width: 69.2vw;
  min-width: 133px;
  height: 50.8vw;
  min-height: 178px;
}
#sub-case .list-fle-item:nth-of-type(n + 2) {
  margin-left: 20px;
}
#sub-case .list-before {
  font-size: 16px;
  width: 80px;
  line-height: 25px;
}
#sub-case .list-after {
  font-size: 18px;
  width: 90px;
  line-height: 30px;
}
#sub-case .list-txt {
  margin-top: 20px;
  padding: 0 15px;
}

/* =========================================
    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 15px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 10px 28px 10px 10px;
}
#tag-btn-list .tag-list-link::after {
  right: 5px;
}

/* =========================================
    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 .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 0 bottom/100px, url(/img/top/worries-deco02.png) no-repeat right 100px/100px;
}
#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/top/worries-deco01.png) no-repeat 0 bottom/100px, url(/img/top/worries-deco02.png) no-repeat right top/100px;
}
#sub-complete .link {
  display: block;
  width: 110px;
  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/top/worries-deco01.png) no-repeat 0 bottom/100px, url(/img/top/worries-deco02.png) no-repeat right 100px/100px;
}
#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;
}