@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Old Mincho */
/* Playfair Display */
/*	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;
}

.top-inner {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
}

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

.com-tel {
  position: relative;
  z-index: 1;
}
.com-tel-num {
  line-height: 1;
  letter-spacing: 0.1em;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-txt {
  line-height: 1;
  letter-spacing: 0.1em;
  padding-right: 10px;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl01-sub {
  letter-spacing: 0.2em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl01-main {
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 30px;
    font-size: 3rem;
  }
}

.com-ttl02 {
  letter-spacing: 0.02em;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl03 {
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  width: 320px;
  height: 75px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01 {
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.com-btn01::after {
  width: 35px;
  height: 9px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(3px, -50%);
}

.com-mail {
  width: 420px;
  height: 80px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.com-mail::before {
  content: "";
  width: 22px;
  height: 19px;
  margin-right: 20px;
  background: url(/img/all/mail-ico-white.png) no-repeat;
  background-size: 100%;
  transition: all 0.5s ease;
}
.com-mail:hover::before {
  transform: scale(0.95);
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 th {
  white-space: pre-line;
  width: 110px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 35px 10px 35px 0;
  color: #161616;
  border-bottom: 1px solid #737373;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  letter-spacing: 0.1em;
  padding: 35px 10px 35px 0;
  color: #161616;
  border-bottom: 1px solid #737373;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table01 a {
  color: #161616;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #161616;
  background-color: #bfbfbf;
}
.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 {
  text-align: center;
  margin-top: 100px;
  font-size: 28px;
  font-size: 2.8rem;
}
@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: #161616;
}

.com-sub-color {
  color: #737373;
}

.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; /* 行数指定 */
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.com-tag-list-item {
  letter-spacing: 0.1em;
  padding-left: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
}
.com-tag-list-item::before {
  position: absolute;
  content: "";
}
.com-tag-list-item {
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-tag-list-item::before {
  content: "#";
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: -1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item::before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-time {
  flex-shrink: 0;
  letter-spacing: 0.1em;
  padding-right: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.com-svg-txt {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@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-concept
========================================= */
#top-concept .bg {
  background: url(/img/top/concept-bg.png) no-repeat center calc(50% - 85px), url(/img/all/pt01.png) left top, #161616;
}
@media screen and (min-width: 1921px) {
  #top-concept .bg {
    background: url(/img/top/concept-bg.png) no-repeat center calc(50% - 200px)/100%;
  }
}
#top-concept .bg {
  position: relative;
}
#top-concept .bg::before {
  position: absolute;
  content: "";
}
#top-concept .bg {
  z-index: 1;
}
#top-concept .bg::before {
  width: 271px;
  height: 350px;
  bottom: -100px;
  left: 0;
  background: url(/img/top/concept-img02.jpg) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-concept .bg::before {
    left: calc(50% - 960px);
  }
}
#top-concept .inner {
  position: relative;
}
#top-concept .inner::before {
  position: absolute;
  content: "";
}
#top-concept .inner {
  z-index: 1;
}
#top-concept .inner::before {
  width: 280px;
  height: 260px;
  left: calc(50% - 540px);
  bottom: 171px;
  background: url(/img/top/concept-img01.jpg) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1700px) {
  #top-concept .inner::before {
    left: calc(50% - 400px);
  }
}
#top-concept .sub {
  position: absolute;
  letter-spacing: 0.2em;
  top: 195px;
  left: 10px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-concept .sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-concept .ttl {
  position: absolute;
  width: 27.13vw;
  max-width: 521px;
  min-width: 450px;
  top: 200px;
  left: 10px;
}
#top-concept .wrap {
  width: 100%;
  max-width: 635px;
  margin-left: auto;
}
#top-concept .txt {
  line-height: 2.22;
}
#top-concept .btn {
  margin-top: 90px;
}

/* =========================================
    top  PC
    top-menu
========================================= */
#top-menu .bg {
  background: url(/img/top/menu-bg-top.png) no-repeat right -65px, url(/img/top/menu-bg-btm.png) no-repeat left calc(100% + 160px), url(/img/all/pt01.png) left top, #161616;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
}
#top-menu .container {
  width: 100%;
  gap: 20px;
}
#top-menu .sub {
  letter-spacing: 0.2em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-menu .sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-menu .ttl {
  letter-spacing: 0.1em;
  margin-top: 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  #top-menu .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-menu .ttl-lg {
  display: inline-block;
  letter-spacing: 0.1em;
  margin-top: 10px;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 120px;
  font-size: 12rem;
}
@media screen and (max-width: 767px) {
  #top-menu .ttl-lg {
    font-size: 62px;
    font-size: 6.2rem;
  }
}
#top-menu .txt {
  line-height: 2.2;
  margin-top: 55px;
}
#top-menu .btn {
  flex-shrink: 0;
}
#top-menu .list {
  flex-wrap: wrap;
  gap: 90px;
  margin-top: 65px;
}
@media screen and (max-width: 1580px) {
  #top-menu .list {
    gap: 5.69vw;
  }
}
#top-menu .list-item {
  flex-basis: calc((100% - 180px) / 3);
  max-width: calc((100% - 180px) / 3);
}
@media screen and (max-width: 1580px) {
  #top-menu .list-item {
    flex-basis: calc((100% - 11.38vw) / 3);
    max-width: calc((100% - 11.38vw) / 3);
  }
}
#top-menu .list-img {
  width: 100%;
  height: 420px;
}
#top-menu .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1580px) {
  #top-menu .list-img {
    height: 26.58vw;
  }
}
#top-menu .list-ttl {
  letter-spacing: 0.1em;
  margin-top: 25px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-menu .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =========================================
    top  PC
    top-charcoal
========================================= */
#top-charcoal .bg {
  background: url(/img/top/charcoal-bg.jpg) repeat-y right center;
}
#top-charcoal .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#top-charcoal .ttl {
  width: 618px;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  #top-charcoal .ttl {
    width: 42.9vw;
  }
}
#top-charcoal .container {
  width: 100%;
  gap: 20px;
  margin-top: 35px;
}
#top-charcoal .sub {
  letter-spacing: 0.2em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-charcoal .sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-charcoal .txt {
  line-height: 2.22;
  margin-top: 130px;
}

/* =========================================
    top  PC
    top-info
========================================= */
#top-info .bg {
  background: url(/img/all/pt02.png) left top;
}
#top-info .map {
  width: 50%;
}
#top-info .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-info .wrap {
  width: 50%;
  padding: 155px 8vw 165px;
}
@media screen and (max-width: 1400px) {
  #top-info .wrap {
    padding: 155px 4vw 165px;
  }
}
#top-info .ttl-sub {
  color: #161616;
}
#top-info .ttl-main {
  color: #161616;
}
#top-info .table {
  margin-top: 40px;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/menu-bg-top.png) no-repeat right -82px, url(/img/top/menu-bg-btm.png) no-repeat left calc(100% + 190px), url(/img/all/pt01.png) left top, #161616;
}
#top-contact .container {
  gap: 20px;
}
#top-contact .top-container {
  padding-right: 70px;
}
#top-contact .com-tel {
  text-align: right;
}
#top-contact .txt {
  line-height: 2.22;
  margin-top: 120px;
}
#top-contact .btn {
  margin-top: 75px;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background: url(/img/all/pt02.png) left top;
}
#top-news .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
#top-news .container {
  gap: 220px;
}
#top-news .container-box {
  width: 300px;
  flex-shrink: 0;
  margin-top: 15px;
}
#top-news .ttl-sub {
  color: #161616;
}
#top-news .ttl-main {
  color: #161616;
}
#top-news .list {
  width: 100%;
}
#top-news .list-link {
  width: 100%;
  padding: 31.2px 0;
  color: #161616;
  border-bottom: 1px solid #bfbfbf;
}
#top-news .list-ttl {
  margin-top: 15px;
}
#top-news .btn {
  width: 300px;
  padding-right: 30px;
  color: #161616;
  margin-top: 160px;
  border: 1px solid #161616;
}
#top-news .btn::after {
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-first
========================================= */
#sub-first .bg {
  overflow: hidden;
}
#sub-first .ttl {
  text-align: center;
}
#sub-first .ttl-main {
  line-height: 1.5;
  margin-top: 25px;
}
#sub-first .txt {
  line-height: 2.22;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 60px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-first .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-first .container {
  margin-top: 175px;
}
#sub-first .container-img {
  width: 50%;
  flex-shrink: 0;
  position: relative;
}
#sub-first .container-img-btm {
  position: absolute;
  right: 0;
  bottom: -153px;
}
#sub-first .container-wrap {
  padding-top: 340px;
  position: relative;
}
#sub-first .container-ttl {
  position: absolute;
  line-height: 1.75;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
  left: 50%;
  top: 23px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-first .container-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-first .container-txt {
  line-height: 2.812;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-first .container-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-first .scene {
  gap: 118px;
  margin-top: 180px;
}
#sub-first .scene-ttl {
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-first .scene-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-first .scene-txt {
  line-height: 2.812;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-first .scene-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-first .scene-box {
  width: 100%;
  height: 610px;
  margin-top: 38px;
  position: relative;
}
#sub-first .img01 {
  position: absolute;
  left: -171px;
  top: 110px;
}
#sub-first .img02 {
  position: absolute;
  top: 45px;
  left: 190px;
}
#sub-first .img03 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 70px);
  z-index: 5;
}
#sub-first .img04 {
  position: absolute;
  top: 0;
  right: -30px;
}
#sub-first .img05 {
  position: absolute;
  top: 225px;
  right: -170px;
}

#sub-popularity .list-item {
  gap: 135px;
  padding: 60px 0 70px;
  border-bottom: 1px solid #737373;
}
#sub-popularity .list-img {
  flex-shrink: 0;
  width: 500px;
  height: 350px;
  margin-top: 10px;
}
#sub-popularity .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-popularity .list-num {
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-popularity .list-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-popularity .list-ttl {
  letter-spacing: 0.1em;
  margin-top: 35px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sub-popularity .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-popularity .list-txt {
  line-height: 2.22;
  margin-top: 30px;
}

#sub-question .bg {
  background: url(/img/all/pt02.png) left top;
}
#sub-question .ttl {
  text-align: center;
  color: #161616;
}
#sub-question .list {
  margin-top: 65px;
}
#sub-question .list-item {
  width: 100%;
  padding: 50px 55px;
  border: 1px solid #161616;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-question .list-top {
  gap: 20px;
}
#sub-question .list-q {
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  flex-shrink: 0;
  background-color: #161616;
}
#sub-question .list-ttl {
  letter-spacing: 0.1em;
  color: #161616;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-question .list-btm {
  gap: 20px;
  margin-top: 30px;
}
#sub-question .list-a {
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  flex-shrink: 0;
  background-color: #161616;
}
#sub-question .list-txt {
  line-height: 1.77;
  color: #161616;
}

/* =========================================
    sub  PC
    sub-bnr
========================================= */
#sub-bnr .bg {
  background: url(/img/all/pt02.png) left top;
}
#sub-bnr .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#sub-bnr .container {
  width: 100%;
  gap: 4.6vw;
}
#sub-bnr .link {
  flex-basis: calc((100% - 60px) / 2);
  max-width: calc((100% - 60px) / 2);
  height: 330px;
  padding: 40px 0 40px 60px;
  background: url(/img/all/pt01.png) left top, #161616;
  position: relative;
}
#sub-bnr .link::after {
  position: absolute;
  content: "";
}
#sub-bnr .link {
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  #sub-bnr .link {
    flex-basis: calc((100% - 4.6vw) / 2);
    max-width: calc((100% - 4.6vw) / 2);
  }
}
@media screen and (max-width: 1200px) {
  #sub-bnr .link {
    padding: 40px 0 40px 40px;
  }
}
#sub-bnr .link::after {
  width: 70px;
  height: 70px;
  bottom: 39px;
  right: 39px;
  background: url(/img/all/bnr-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#sub-bnr .link:hover::after {
  transform: translateX(3px);
}
#sub-bnr .link-txt {
  letter-spacing: 0.2em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 75px;
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  #sub-bnr .link-txt {
    font-size: 37.5px;
    font-size: 3.75rem;
  }
}
#sub-bnr .link-ttl {
  letter-spacing: 0.2em;
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-bnr .link-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    sub  PC
    sub-concept
========================================= */
#sub-concept .bg {
  overflow: hidden;
  border-bottom: 1px solid #737373;
}
#sub-concept .ttl {
  text-align: center;
}
#sub-concept .ttl-main {
  line-height: 1.5;
  margin-top: 25px;
}
#sub-concept .txt {
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 60px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-concept .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-concept .list {
  margin-top: 180px;
}
#sub-concept .list-item {
  display: flex;
  width: 100%;
  position: relative;
}
#sub-concept .list-item:nth-of-type(n + 2) {
  margin-top: 170px;
}
#sub-concept .list-item:nth-of-type(odd) {
  justify-content: flex-start;
}
#sub-concept .list-item:nth-of-type(odd) .list-img {
  right: -100px;
}
#sub-concept .list-item:nth-of-type(odd) .list-wrap {
  padding: 75px 165px 80px 0;
}
#sub-concept .list-item:nth-of-type(odd) .list-wrap::before {
  left: -100px;
}
#sub-concept .list-item:nth-of-type(even) {
  justify-content: flex-end;
}
#sub-concept .list-item:nth-of-type(even) .list-img {
  left: -100px;
}
#sub-concept .list-item:nth-of-type(even) .list-wrap {
  padding: 75px 0px 80px 145px;
}
#sub-concept .list-item:nth-of-type(even) .list-wrap::before {
  right: -100px;
}
#sub-concept .list-img {
  position: absolute;
  top: -70px;
  z-index: 1;
}
#sub-concept .list-wrap {
  width: 680px;
  position: relative;
  z-index: 0;
  position: relative;
}
#sub-concept .list-wrap::before {
  position: absolute;
  content: "";
}
#sub-concept .list-wrap::before {
  top: 0;
  width: calc(100% + 100px);
  height: 540px;
  border: 1px solid #fff;
  z-index: -1;
}
#sub-concept .list-ttl {
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-concept .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-concept .list-txt {
  line-height: 2.5;
  margin-top: 40px;
}

/* =========================================
    sub  PC
    sub-menu
========================================= */
#sub-menu .bg {
  border-bottom: 1px solid #737373;
}
#sub-menu .txt {
  line-height: 2.1875;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-menu .wrap {
  margin-top: 90px;
}
#sub-menu .wrap-box {
  width: 100%;
}
#sub-menu .wrap-box:nth-of-type(n + 2) {
  margin-top: 150px;
}
#sub-menu .wrap-box-txt {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 60px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .wrap-box-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-menu .wrap-box-note {
  margin-top: 15px;
}
#sub-menu .recommendation {
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 55px;
}
#sub-menu .recommendation-item {
  flex-basis: calc((100% - 100px) / 3);
  max-width: calc((100% - 100px) / 3);
}
#sub-menu .recommendation-img {
  width: 100%;
  height: 330px;
}
#sub-menu .recommendation-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-menu .recommendation-ttl {
  letter-spacing: 0.1em;
  margin-top: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .recommendation-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-menu .list {
  margin-top: 15px;
}
#sub-menu .list-item {
  gap: 100px;
  padding: 50px 0;
  border-bottom: 1px solid #737373;
}
#sub-menu .list-img {
  flex-shrink: 0;
  width: 500px;
  height: 300px;
}
#sub-menu .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-menu .list-wrap {
  width: 100%;
  gap: 20px 100px;
  flex-wrap: wrap;
  align-items: flex-start;
}
#sub-menu .list-ttl {
  letter-spacing: 0.1em;
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-menu .list-fee {
  flex-shrink: 0;
  margin-left: auto;
  letter-spacing: 0.1em;
  text-align: right;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-fee {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-menu .list-space {
  margin-top: 35px;
}
#sub-menu .fle-block {
  display: block;
}

/* =========================================
    sub  PC
    sub-shop
========================================= */
#sub-greeting .bg {
  background: url(/img/top/menu-bg-top.png) no-repeat right -82px, url(/img/top/menu-bg-btm.png) no-repeat left calc(100% + 190px), url(/img/all/pt01.png) left top, #161616;
}
#sub-greeting .container {
  gap: 93px;
  margin-top: 75px;
}
#sub-greeting .container-ttl {
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sub-greeting .container-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-greeting .img {
  flex-shrink: 0;
  margin-top: 15px;
}
#sub-greeting .txt {
  line-height: 2.81;
  margin-top: 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-greeting .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-shop .bg {
  background: url(/img/all/pt02.png) left top;
}
#sub-shop .ttl {
  text-align: center;
}
#sub-shop .ttl-sub {
  color: #161616;
}
#sub-shop .ttl-main {
  margin-top: 35px;
  color: #161616;
}
#sub-shop .table {
  margin-top: 40px;
}
#sub-shop .table th {
  width: 205px;
}
#sub-shop .map {
  width: 100%;
  height: 360px;
  margin-top: 80px;
}
#sub-shop .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-method .bg {
  background: url(/img/top/menu-bg-top.png) no-repeat right -82px, url(/img/top/menu-bg-btm.png) no-repeat left calc(100% + 190px), url(/img/all/pt01.png) left top, #161616;
}
#sub-method .txt {
  letter-spacing: 0.1em;
  line-height: 2.62;
  margin-top: 90px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-method .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-method .com-tel {
  padding: 20px 25px;
  border: 1px solid #fff;
}
#sub-method .com-tel-num {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sub-method .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-method .com-tel-txt {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sub-method .com-tel-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-method .work {
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-top: 25px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-method .work {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-method .work-btm {
  margin-top: 15px;
}

#sub-contact .bg {
  background: url(/img/all/pt02.png) left top;
}
#sub-contact .ttl {
  text-align: center;
}
#sub-contact .ttl-sub {
  color: #161616;
}
#sub-contact .ttl-main {
  color: #161616;
}
#sub-contact .privacy {
  color: #161616;
  border-bottom: 1px solid #161616;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  transition: all 0.5s ease;
  background: unset;
  border: 1px solid #161616;
}
#contact-form .com-btn01::after {
  display: none;
}
#contact-form .com-btn01:hover {
  transform: scale(0.95);
}

.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 {
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
  font-size: 12px;
  font-size: 1.2rem;
}

.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 {
  -webkit-appearance: none;
  /* Safariにのみ適用するスタイル */
  transition: all 0.3s ease;
}

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 {
  margin-top: 5px;
  padding: 2px 10px;
  color: #fff;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@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 {
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #161616;
  font-size: 24px;
  font-size: 2.4rem;
}
@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 #161616;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box:nth-of-type(n + 2) {
  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 {
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #bfbfbf;
  background-color: #737373;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@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 #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .bg {
  border-bottom: 1px solid #737373;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .ttl {
  text-align: center;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: white;
  border: 1px solid #fff;
}
#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 {
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
@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 #737373;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #737373;
  text-align: center;
  color: #737373;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@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%;
  letter-spacing: 0.1em;
  color: white;
  line-height: 2;
  transition: all 0.3s ease;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-news-post-con {
  padding: 35px;
  color: white;
  border: 1px solid #fff;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #737373;
  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 #737373;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #161616;
  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: 35px;
  padding: 28px 30px;
  border: 1px solid #fff;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: white;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  border: 1px solid #fff;
}
#tag-btn-list .tag-current {
  color: #161616;
  background-color: #fff;
  border: 1px solid #161616;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation-item {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 32px;
  position: relative;
  border-radius: 4px;
}
.pagenation-item:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation-item {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pagenation-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #161616;
}
.pagenation .current-page {
  color: #fff;
  background: #161616;
  pointer-events: none;
}

/*	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;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@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;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@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 {
  border-bottom: 1px solid #737373;
}
#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 white;
  color: white;
  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 white;
  border-right: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  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 white;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  border-bottom: 1px solid #737373;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .ttl {
  text-align: center;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  border-bottom: 1px solid #737373;
}
#sub-privacy .ttl {
  text-align: center;
}
#sub-privacy .container {
  margin-top: 50px;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  border-bottom: 1px solid #737373;
}
#sub-error .ttl {
  text-align: center;
}
#sub-error .ttl-main {
  line-height: 1.5;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: white;
}