@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同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}

.com-tel {
  position: relative;
  padding-bottom: 15px;
  z-index: 1;
}
.com-tel-num {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  padding-left: 32px;
  color: #555555;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 250px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01-sub {
  font-family: "CormorantGaramond-Regular", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.com-ttl01-main {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-ttl02 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.com-ttl03 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 4px 15px 4px 25px;
  background-color: #e9e0d7;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.com-btn01 {
  color: #73b88d;
  padding: 6px 0 15px;
  border-bottom: 1px solid #73b88d;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  width: 55px;
  height: 40px;
  top: 0;
  right: -70px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
.com-btn01:hover:after {
  transform: translate(-3px, 0);
}

.com-line {
  font-size: 18px;
  font-size: 1.8rem;
  width: 500px;
  height: 100px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e9e0d7;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-line::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: url(/img/all/line-ico.png) no-repeat center/cover;
  transition: all 0.5s ease;
}
.com-line:hover::before {
  transform: scale(0.95);
}

.com-mail {
  font-size: 18px;
  font-size: 1.8rem;
  width: 500px;
  height: 100px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e9e0d7;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-mail::before {
  content: "";
  width: 21px;
  height: 16px;
  margin-right: 15px;
  background: url(/img/all/mail-ico.png) no-repeat center/cover;
  transition: all 0.5s ease;
}
.com-mail:hover::before {
  transform: scale(0.95);
}

.com-official-btn {
  width: 280px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e9e0d7;
}
.com-official-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url(/img/all/official-btn-deco.png) no-repeat center/100%;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:last-of-type th {
  border-bottom: 1px solid #e5e5e5;
}
.com-table01 tr:last-of-type td {
  border-bottom: 1px solid #e5e5e5;
}
.com-table01 th {
  white-space: pre-line;
  width: 140px;
  padding: 22px 10px 22px 0;
  color: #73b88d;
  border-top: 1px solid #e5e5e5;
}
.com-table01 td {
  white-space: pre-line;
  padding: 22px 10px 22px 0;
  border-top: 1px solid #e5e5e5;
}
.com-table01 a {
  color: #555555;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #e9e0d7;
  background-color: #f7f3ed;
}
.com-table02 tr:first-of-type td:last-of-type {
  border-radius: 0 10px 0 0;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.com-table02 tr:last-of-type td {
  border-bottom: none;
}
.com-table02 tr:last-of-type td:last-of-type {
  border-radius: 0 0 0 10px;
}
.com-table02 th {
  width: 142px;
  text-align: center;
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #898989;
}
.com-table02 td {
  width: 142px;
  padding: 10px 10px;
  text-align: center;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.com-no-post {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #e9e0d7;
}

.com-sub-color {
  color: #73b88d;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.pcnav-current {
  color: #e9e0d7 !important;
}

.foo-current {
  color: #e9e0d7 !important;
}

.com-primary {
  position: absolute;
  font-family: "Allura-Regular", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 0.95;
  letter-spacing: 0;
  transform: rotate(-5deg);
  color: #e9e0d7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .com-primary {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 20px;
}
.com-tag-list-item {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
  color: #73b88d;
}
.com-tag-list-item:nth-of-type(n + 2) {
  position: relative;
}
.com-tag-list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
.com-tag-list-item:nth-of-type(n + 2)::before {
  width: 1px;
  height: 13px;
  transform: translateY(-50%);
  top: 55%;
  left: -12px;
  background-color: #73b88d;
}

.com-time {
  flex-shrink: 0;
  width: 100px;
  color: #73b88d;
}
.com-time-top {
  line-height: 1;
  letter-spacing: -0.05em;
}
.com-time-btm {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .com-time-btm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-svg-txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background-color: #f7f3ed;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#top-news .bg::before {
  position: absolute;
  content: "";
}
#top-news .bg::before {
  width: 100%;
  height: 500px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 640px);
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #top-news .bg::before {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
#top-news .container {
  position: relative;
}
#top-news .container::before {
  position: absolute;
  content: "";
}
#top-news .container::before {
  width: 117px;
  height: 114px;
  left: 10px;
  bottom: 65px;
  background: url(/img/top/news-deco.png) no-repeat;
  background-size: 100%;
}
#top-news .container-box {
  width: 170px;
  min-height: 325px;
  flex-shrink: 0;
}
#top-news .primary {
  position: absolute;
  font-family: "Allura-Regular", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  letter-spacing: 0;
  transform: rotate(-5deg);
  color: #e9e0d7;
  top: -110px;
  left: -3.38vw;
}
@media screen and (max-width: 767px) {
  #top-news .primary {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1160px) {
  #top-news .primary {
    left: -10px;
  }
}
#top-news .list {
  width: 100%;
  margin-top: 25px;
  margin-left: 200px;
}
#top-news .list-item:first-of-type .list-link {
  border-top: 1px solid #e5e5e5;
}
#top-news .list-link {
  width: 100%;
  padding: 27px 75px 27px 0;
  color: #555555;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
#top-news .list-link::after {
  position: absolute;
  content: "";
}
#top-news .list-link::after {
  transition: transform 0.3s ease;
}
#top-news .list-link:hover::after {
  transform: translate(-5px, -50%);
}
#top-news .list-link::after {
  width: 55px;
  height: 40px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-news .list-btm {
  margin-left: 28px;
}
#top-news .btn {
  margin-top: 195px;
}

/* =========================================
    top  PC
========================================= */
#top-worries .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom, url(/img/top/worries-deco02.png) no-repeat right calc(100% - 55px);
}
@media screen and (min-width: 2100px) {
  #top-worries .bg {
    background: url(/img/top/worries-deco01.png) no-repeat calc(50% - 900px) bottom, url(/img/top/worries-deco02.png) no-repeat right calc(100% - 55px);
  }
}
#top-worries .container {
  position: relative;
}
#top-worries .container::before {
  position: absolute;
  content: "";
}
#top-worries .container::before {
  width: 104px;
  height: 128px;
  top: 10px;
  right: 135px;
  background: url(/img/top/worries-ttl-deco.png) no-repeat;
  background-size: 100%;
}
#top-worries .primary {
  position: absolute;
  font-family: "Allura-Regular", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0;
  top: 95px;
  right: 5px;
  transform: rotate(-20deg);
  color: #e9e0d7;
}
@media screen and (max-width: 767px) {
  #top-worries .primary {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1150px) {
  #top-worries .primary {
    right: 5px;
  }
}
#top-worries .ttl {
  text-align: center;
}
#top-worries .wrap {
  width: 100%;
  margin-top: 40px;
  padding: 45px 15px;
  border: 1px solid #968177;
  position: relative;
}
#top-worries .wrap::before {
  position: absolute;
  content: "";
}
#top-worries .wrap::before {
  width: 40px;
  height: 20px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -21px;
  background: url(/img/all/btm-arw.png) no-repeat;
  background-size: 100%;
}
#top-worries .list:nth-of-type(n + 2) {
  margin-left: 45px;
}
#top-worries .list-item {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-left: 25px;
  background: url(/img/top/icon_worries.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  #top-worries .list-item {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-worries .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#top-worries .worries {
  text-align: center;
  margin-top: 40px;
}
#top-worries .worries-primary {
  letter-spacing: 0.5em;
}
#top-worries .worries-txt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #top-worries .worries-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-worries .worries-en {
  font-family: "CormorantGaramond-Regular", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-right: 10px;
  padding: 15px 5px 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #968177;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-worries .worries-en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-worries .worries-ja {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  letter-spacing: 0.5em;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #top-worries .worries-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#top-concept .bg {
  background: url(/img/top/concept-bg-left.png) no-repeat left bottom, url(/img/top/concept-bg-right02.jpg) no-repeat right bottom, url(/img/top/concept-bg-right01.png) no-repeat right calc(100% - 283px);
  overflow: hidden;
}
@media screen and (max-width: 1750px) {
  #top-concept .bg {
    background: url(/img/top/concept-bg-left.png) no-repeat left bottom/20vw, url(/img/top/concept-bg-right02.jpg) no-repeat right bottom/65vw, url(/img/top/concept-bg-right01.png) no-repeat right calc(100% - 16.1vw)/32vw;
  }
}
#top-concept .inner {
  position: relative;
}
#top-concept .img {
  position: absolute;
  width: 41.6vw;
  max-width: 880px;
  min-width: 630px;
  right: calc(50% - 160px);
  top: 100px;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
}
#top-concept .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-concept .img::before {
  position: absolute;
  content: "";
  width: 36.4vw;
  height: 24.7vw;
  top: -100px;
  left: -16.6vw;
  background: url(/img/top/concept-img02.jpg) no-repeat;
  background-size: 100%;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
  z-index: -1;
}
#top-concept .ttl {
  text-align: right;
}
#top-concept .wrap {
  display: inline-block;
  margin-top: 12vw;
  padding: 35px 50px;
  background-color: #fff;
}
@media screen and (max-width: 1700px) {
  #top-concept .wrap {
    margin-top: 10vw;
  }
}
#top-concept .txt {
  line-height: 2.1;
}
#top-concept .btn {
  margin-top: 45px;
}

#top-thoughts .bg {
  background-color: #f7f3ed;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-thoughts .bg::before {
  position: absolute;
  content: "";
}
#top-thoughts .bg::before {
  width: 100%;
  height: 700px;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 640px);
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  #top-thoughts .bg::before {
    transform: translate(-50%, -50%);
    top: 50%;
    right: 50%;
  }
}
#top-thoughts .wrap {
  position: relative;
  margin-right: 55px;
  z-index: 1;
}
#top-thoughts .primary {
  position: absolute;
  font-family: "Allura-Regular", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  letter-spacing: 0;
  top: -48px;
  left: -4.3vw;
  transform: rotate(-6deg);
  color: #e9e0d7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top-thoughts .primary {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1180px) {
  #top-thoughts .primary {
    left: -10px;
  }
}
#top-thoughts .txt {
  line-height: 2.18;
  margin-top: 30px;
}
#top-thoughts .img {
  flex-shrink: 0;
  margin-top: 13px;
}

#top-menu .bg {
  background: url(/img/top/menu-bg-img.png) no-repeat right 50px/37.8vw, url(/img/top/menu-bg-deco.png) no-repeat calc(50% + 125px) 110px;
}
#top-menu .wrap {
  margin-right: 75px;
}
#top-menu .txt {
  line-height: 1.875;
  margin-top: 30px;
}
#top-menu .img {
  flex-shrink: 0;
  margin-top: 82px;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
}
#top-menu .btn {
  margin-top: 40px;
}

#top-banner .link {
  width: 50%;
  height: 500px;
  outline: 1px solid #fff;
  outline-offset: -6px;
  position: relative;
}
#top-banner .link::before {
  position: absolute;
  content: "";
}
#top-banner .link::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}
#top-banner .link:hover .link-box::after {
  transform: translate(-5px, -50%);
}
#top-banner .link-voice::before {
  background: url(/img/top/bnr-voice-bg.jpg) no-repeat center/cover;
}
#top-banner .link-staff::before {
  background: url(/img/top/bnr-staff-bg.jpg) no-repeat center top/cover;
}
#top-banner .link-box {
  position: absolute;
  width: 33.8vw;
  min-width: 450px;
  padding: 20px 0 30px 5.2vw;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
}
#top-banner .link-box::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 44px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw.png) no-repeat center/100%;
  transition: all 0.3s ease;
}
#top-banner .link-en {
  font-family: "CormorantGaramond-Regular", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-banner .link-en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-banner .link-ja {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #top-banner .link-ja {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

#top-case .bg {
  background: url(/img/top/case-bg-btm.png) no-repeat right bottom/8.8vw;
}
#top-case .btn {
  margin-right: 70px;
}
#top-case .list {
  margin-top: 40px;
}
#top-case .list-item {
  width: 520px;
}
#top-case .list-link {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#top-case .list-link:hover .list-btm::after {
  transform: translate(-5px, -50%);
}
#top-case .list-top {
  position: relative;
}
#top-case .list-top::before {
  position: absolute;
  content: "";
}
#top-case .list-top::before {
  width: 10px;
  height: 20px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/top/case-arw.png) no-repeat;
  background-size: 100%;
}
#top-case .list-before {
  position: relative;
  width: 240px;
  height: 320px;
}
#top-case .list-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-before-txt {
  position: absolute;
  font-family: "CormorantGaramond-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 100px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  #top-case .list-before-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-case .list-after {
  position: relative;
  width: 240px;
  height: 320px;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
}
#top-case .list-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-after-txt {
  position: absolute;
  font-family: "CormorantGaramond-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 120px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #73b88d;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  #top-case .list-after-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-case .list-btm {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-top: 20px;
  position: relative;
}
#top-case .list-btm::after {
  position: absolute;
  content: "";
}
#top-case .list-btm::after {
  width: 55px;
  height: 40px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-case .list-ttl {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  #top-case .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

#top-contact .bg {
  background: url(/img/top/contact-bg.jpg) no-repeat center/cover;
}
#top-contact .inner {
  position: relative;
}
#top-contact .inner::after {
  position: absolute;
  content: "";
}
#top-contact .inner::after {
  width: 126px;
  height: 159px;
  top: 0;
  right: -20px;
  background: url(/img/top/contact-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1150px) {
  #top-contact .inner::after {
    right: -10px;
  }
}
#top-contact .container {
  padding: 35px 20px 20px;
  border: 1px solid #fff;
  position: relative;
}
#top-contact .container::after {
  position: absolute;
  content: "";
}
#top-contact .container::after {
  width: 144px;
  height: 151px;
  left: 7px;
  top: 74px;
  background: url(/img/top/contact-deco01.png) no-repeat;
  background-size: 100%;
}
#top-contact .ttl {
  text-align: center;
  color: #fff;
}
#top-contact .ttl-main {
  line-height: 1;
}
#top-contact .txt {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
#top-contact .wrap {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

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

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-concept .bg {
  background: url(/img/about/bg_deco-right.png) no-repeat right 377px, url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom;
}
@media screen and (max-width: 1440px) {
  #sub-concept .bg {
    background: url(/img/about/bg_deco-right.png) no-repeat right 540px/150px, url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom/105px;
  }
}
#sub-concept .ttl {
  text-align: center;
}
#sub-concept .list {
  margin-top: 40px;
}
#sub-concept .list-item {
  width: 100%;
}
#sub-concept .list-item:nth-of-type(2n) .list-wrap {
  margin-left: unset;
  margin-right: 50px;
}
#sub-concept .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-concept .list-wrap {
  margin-left: 50px;
}
#sub-concept .list-img {
  flex-shrink: 0;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
}
#sub-concept .list-txt {
  line-height: 2.18;
  margin-top: 20px;
}

#sub-staff .bg {
  background: url(/img/about/staff-bg-deco.png) no-repeat right 80px, #f7f3ed;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#sub-staff .bg::before {
  position: absolute;
  content: "";
}
#sub-staff .bg::before {
  width: 100%;
  height: 81.4%;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 640px);
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #sub-staff .bg::before {
    transform: translate(-50%, -50%);
    top: 50%;
    right: -50%;
  }
}
#sub-staff .wrap {
  position: relative;
  margin-right: 50px;
}
#sub-staff .primary {
  position: absolute;
  font-family: "Allura-Regular", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 0.75;
  transform: rotate(-5deg);
  top: -32px;
  left: -4.7vw;
  letter-spacing: 0;
  color: #e9e0d7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sub-staff .primary {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1220px) {
  #sub-staff .primary {
    left: -5px;
  }
}
#sub-staff .sub-ttl {
  margin-top: 35px;
}
#sub-staff .txt {
  line-height: 2.18;
  margin-top: 20px;
}
#sub-staff .img {
  flex-shrink: 0;
  margin-top: 15px;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
}

#sub-info .bg {
  background: url(/img/about/info-bg-deco.png) no-repeat right bottom;
}
#sub-info .ttl {
  text-align: center;
}
#sub-info .table {
  width: 900px;
  margin: 40px auto 0;
}

#sub-map .map {
  width: 100%;
  height: 450px;
}
#sub-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

#sub-parking .bg {
  background-color: #f7f3ed;
  position: relative;
  overflow: hidden;
}
#sub-parking .bg::before {
  position: absolute;
  content: "";
}
#sub-parking .bg::before {
  width: 100%;
  height: 650px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 640px);
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  #sub-parking .bg::before {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
#sub-parking .inner {
  position: relative;
  z-index: 1;
}
#sub-parking .container {
  background: url(/img/about/parking-bg-deco.png) no-repeat calc(50% - 35px) 75px;
}
#sub-parking .primary {
  position: absolute;
  font-family: "Allura-Regular", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  top: 53px;
  left: -10px;
  transform: rotate(-5deg);
  color: #e9e0d7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sub-parking .primary {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
#sub-parking .img {
  margin-top: 20px;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
}

/* =========================================
    sub  PC
    sub-menu
========================================= */
#sub-banner .container {
  gap: 25px 40px;
  flex-wrap: wrap;
}
#sub-banner .btn-en {
  font-family: "CormorantGaramond-Regular", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #sub-banner .btn-en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-banner .btn-ladies {
  background: url(/img/menu/bnr-ladies.jpg) no-repeat center/cover;
}
#sub-banner .btn-men {
  background: url(/img/menu/bnr-men.jpg) no-repeat center/cover;
}
#sub-banner .btn-flow {
  background: url(/img/menu/bnr-flow.jpg) no-repeat center/cover;
}
#sub-banner .top-btn {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  width: 430px;
  height: 130px;
  text-align: center;
  padding-top: 20px;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-banner .top-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-banner .top-btn::after {
  position: absolute;
  content: "";
}
#sub-banner .top-btn::after {
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/menu/btm-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#sub-banner .top-btn:hover::after {
  transform: translate(0, -40%);
}
#sub-banner .btm-btn {
  width: 900px;
  height: 150px;
  padding: 32px 60px;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -5px;
  position: relative;
}
#sub-banner .btm-btn::after {
  position: absolute;
  content: "";
}
#sub-banner .btm-btn::after {
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  background: url(/img/menu/btm-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#sub-banner .btm-btn:hover::after {
  transform: translate(0, -40%);
}

#sub-worries .bg {
  position: relative;
}
#sub-worries .bg::before {
  position: absolute;
  content: "";
}
#sub-worries .bg::after {
  position: absolute;
  content: "";
}
#sub-worries .bg::before {
  width: 165px;
  height: 229px;
  left: 2.6vw;
  bottom: 0;
  background: url(/img/top/worries-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-worries .bg::after {
  width: 185px;
  height: 342px;
  right: 0;
  bottom: -165px;
  background: url(/img/top/worries-deco02.png) no-repeat;
  background-size: 100%;
}
#sub-worries .inner {
  position: relative;
}
#sub-worries .inner::before {
  position: absolute;
  content: "";
}
#sub-worries .inner::before {
  width: 230px;
  height: 204px;
  right: 0;
  top: 127px;
  background: url(/img/menu/deco_worries-ttl.png) no-repeat;
  background-size: 100%;
  z-index: 6;
}
#sub-worries .ttl {
  text-align: center;
}
#sub-worries .txt {
  text-align: center;
  margin-top: 10px;
}
#sub-worries .tag-list {
  position: relative;
  z-index: 5;
}

#sub-ladies .bg {
  background: url(/img/about/staff-bg-deco.png) no-repeat right bottom, #f7f3ed;
  overflow: hidden;
}
#sub-ladies .container {
  padding: 85px 0;
  position: relative;
  z-index: 1;
}
#sub-ladies .container::before {
  position: absolute;
  content: "";
}
#sub-ladies .container::before {
  width: 100vw;
  height: 100%;
  top: 0;
  right: calc(50% - 640px);
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #sub-ladies .container::before {
    width: 1280px;
  }
}
#sub-ladies .container-top {
  width: 100%;
}
#sub-ladies .primary {
  top: 60px;
  left: -4.4vw;
}
@media screen and (max-width: 1200px) {
  #sub-ladies .primary {
    left: -5px;
  }
}

#sub-ladies .list,
#sub-men .list {
  margin-top: 30px;
}
#sub-ladies .list-item:nth-of-type(n + 2),
#sub-men .list-item:nth-of-type(n + 2) {
  margin-top: 65px;
}
#sub-ladies .list-fee,
#sub-men .list-fee {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #sub-ladies .list-fee,
  #sub-men .list-fee {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-ladies .list-txt,
#sub-men .list-txt {
  line-height: 2.18;
  margin-top: 5px;
}

#sub-men .bg {
  background: url(/img/about/info-bg-deco.png) no-repeat right bottom;
}
@media screen and (max-width: 1350px) {
  #sub-men .bg {
    background: url(/img/about/info-bg-deco.png) no-repeat right bottom/10vw;
  }
}
#sub-men .ttl {
  text-align: center;
}

#sub-flow .bg {
  background-color: #f7f3ed;
  overflow: hidden;
}
#sub-flow .container {
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
}
#sub-flow .container::before {
  position: absolute;
  content: "";
}
#sub-flow .container::before {
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 640px);
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #sub-flow .container::before {
    width: 1280px;
  }
}
#sub-flow .primary {
  line-height: 0.8;
  top: -26px;
  left: 1px;
}
#sub-flow .ttl {
  flex-shrink: 0;
}
#sub-flow .list {
  margin-left: 120px;
}
#sub-flow .list-item {
  display: flex;
  align-items: start;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
  position: relative;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 3px;
  height: 60px;
  left: 174px;
  top: -55px;
  background-color: #e5e5e5;
  z-index: -1;
}
#sub-flow .list-img {
  flex-shrink: 0;
  box-shadow: 0 0 30px rgba(150, 129, 119, 0.2);
}
#sub-flow .list-box {
  margin-left: 30px;
}
#sub-flow .list-txt {
  line-height: 2.18;
  margin-top: 20px;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom, url(/img/top/worries-deco02.png) no-repeat right 372px;
}
@media screen and (max-width: 1450px) {
  #sub-voice .bg {
    background: url(/img/top/worries-deco01.png) no-repeat 0 bottom, url(/img/top/worries-deco02.png) no-repeat right 660px;
  }
}
#sub-voice .ttl {
  text-align: center;
}
#sub-voice .list {
  margin-top: 40px;
}
#sub-voice .list-item {
  padding: 30px 40px 40px;
  background-color: #fff;
  border: 1px solid #968177;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-voice .list-txt {
  text-align: right;
  margin-top: 15px;
}
#sub-voice .list-fle {
  margin-top: 15px;
}
#sub-voice .list-img {
  flex-shrink: 0;
  width: 262px;
  height: 350px;
}
#sub-voice .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice .list-box {
  margin-left: 30px;
}
#sub-voice .list-voice {
  line-height: 2.18;
  margin-top: 10px;
}

/* =========================================
    sub  PC
    sub-case
========================================= */
#sub-case .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom, url(/img/top/worries-deco02.png) no-repeat right 372px;
}
@media screen and (max-width: 1450px) {
  #sub-case .bg {
    background: url(/img/top/worries-deco01.png) no-repeat 0 bottom, url(/img/top/worries-deco02.png) no-repeat right 660px;
  }
}
#sub-case .ttl {
  text-align: center;
}
#sub-case .list {
  margin-top: 40px;
}
#sub-case .list-item {
  padding: 30px 40px;
  background-color: #fff;
  border: 1px solid #968177;
}
#sub-case .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-case .list-fle {
  margin-top: 20px;
  position: relative;
}
#sub-case .list-fle::before {
  position: absolute;
  content: "";
}
#sub-case .list-fle::before {
  width: 10px;
  height: 20px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/top/case-arw.png) no-repeat;
  background-size: 100%;
}
#sub-case .list-fle-item {
  width: 262px;
  height: 350px;
  position: relative;
}
#sub-case .list-fle-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-fle-item:nth-of-type(n + 2) {
  margin-left: 110px;
}
#sub-case .list-before {
  position: absolute;
  font-family: "CormorantGaramond-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 100px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  #sub-case .list-before {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-case .list-after {
  position: absolute;
  font-family: "CormorantGaramond-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 120px;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #73b88d;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  #sub-case .list-after {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-case .list-txt {
  margin-top: 25px;
  padding: 0 50px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom, url(/img/top/worries-deco02.png) no-repeat right 372px;
  border-bottom: 2px solid #e9e0d7;
}
@media screen and (max-width: 1450px) {
  #sub-contact .bg {
    background: url(/img/top/worries-deco01.png) no-repeat 0 bottom, url(/img/top/worries-deco02.png) no-repeat right 660px;
  }
}
#sub-contact .ttl {
  text-align: center;
}
#sub-contact .contact-btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ZenOldMincho-Regular", sans-serif;
  width: 280px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #e9e0d7;
}
@media screen and (max-width: 767px) {
  #sub-contact .contact-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-contact .contact-btn:nth-of-type(n + 2) {
  margin-top: 25px;
}

#contact-form .com-table01 {
  white-space: unset;
}

.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  white-space: unset;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #f5f5f5;
}
.contact-form-table td textarea {
  border: none;
  background-color: #f5f5f5;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 16px;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  /* Safariにのみ適用するスタイル */
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    color: #555555;
  }
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
  padding: 2px 10px;
  color: #fff;
  float: right;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #ff900e;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e0d7;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #e9e0d7;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  font-size: 16px;
  font-size: 1.6rem;
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #f7f3ed;
  background-color: #73b88d;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #f7f3ed;
  border-right: 1px solid #f7f3ed;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .ttl {
  text-align: center;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .com-time {
  margin-bottom: 15px;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #e9e0d7;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #555555;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #73b88d;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #73b88d;
  text-align: center;
  color: #73b88d;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #555555;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #73b88d;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #73b88d;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #e9e0d7;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  margin-top: 40px;
  padding: 30px 28px;
  border: 1px solid #968177;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #555555;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  padding: 15px 50px 15px 25px;
  color: #555555;
  border-radius: 8px;
  border: 1px solid #e9e0d7;
  position: relative;
}
#tag-btn-list .tag-list-link::after {
  position: absolute;
  content: "";
}
#tag-btn-list .tag-list-link::after {
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  background: url(/img/menu/tag-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#tag-btn-list .tag-list-link:hover::after {
  transform: translate(0, -40%);
}
#tag-btn-list .tag-current {
  color: #e9e0d7;
  background-color: #fff;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #e9e0d7;
}
.pagenation .current-page {
  color: #fff;
  background: #e9e0d7;
  pointer-events: none;
}
.pagenation .next-li,
.pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow,
.pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #e9e0d7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #e9e0d7 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a,
.data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #e9e0d7;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background: #e9e0d7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom, url(/img/top/worries-deco02.png) no-repeat right 372px;
}
@media screen and (max-width: 1450px) {
  #sub-site .bg {
    background: url(/img/top/worries-deco01.png) no-repeat 0 bottom, url(/img/top/worries-deco02.png) no-repeat right 660px;
  }
}
#sub-site .ttl {
  text-align: center;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #e9e0d7;
  color: #555555;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #e9e0d7;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #e9e0d7;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}
#sub-site .list-link-lg {
  font-size: 20px;
  font-size: 2rem;
  font-family: "CormorantGaramond-Regular", sans-serif;
  letter-spacing: 0.2em;
  color: #968177;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link-lg {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background: url(/img/top/worries-deco01.png) no-repeat 2.6vw bottom, url(/img/top/worries-deco02.png) no-repeat right top;
  border-bottom: 3px solid #e9e0d7;
}
@media screen and (max-width: 1450px) {
  #sub-complete .bg {
    background: url(/img/top/worries-deco01.png) no-repeat 0 bottom, url(/img/top/worries-deco02.png) no-repeat right top;
  }
}
#sub-complete .ttl {
  text-align: center;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .ttl {
  text-align: center;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #968177;
}