@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Kaku Gothic New */
/*	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: 120px 0;
}

.com-tel {
  position: relative;
  padding-bottom: 15px;
  z-index: 1;
}
.com-tel-num {
  line-height: 1;
  padding-left: 32px;
  color: #3a2e17;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
  font-size: 30px;
  font-size: 3rem;
}
@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 {
  letter-spacing: 0.12em;
  padding-left: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.com-ttl01-sub::before {
  position: absolute;
  content: "";
}
.com-ttl01-sub {
  z-index: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-ttl01-sub::before {
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #da3e3e;
  border-radius: 50%;
  z-index: -1;
}
.com-ttl01-main {
  letter-spacing: 0.12em;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.com-ttl02 {
  text-align: center;
  letter-spacing: 0.12em;
  padding: 21px 50px;
  background-color: #fff;
  border-radius: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.com-ttl02::before {
  position: absolute;
  content: "";
}
.com-ttl02::after {
  position: absolute;
  content: "";
}
.com-ttl02 {
  z-index: 1;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.com-ttl02::before {
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background-color: #da3e3e;
  border-radius: 50%;
  z-index: -1;
}
.com-ttl02::after {
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  right: 40px;
  background-color: #da3e3e;
  border-radius: 50%;
  z-index: -1;
}

.com-ttl03 {
  letter-spacing: 0.08em;
  padding: 0 0 15px 40px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
.com-ttl03::before {
  position: absolute;
  content: "";
}
.com-ttl03 {
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl03::before {
  content: "“";
  letter-spacing: 0.12em;
  line-height: 1;
  top: 7px;
  left: 5px;
  color: #da3e3e;
  z-index: -1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-ttl03::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  width: 260px;
  letter-spacing: 0.05em;
  padding: 20.6px 40px;
  color: #fff;
  background-color: #da3e3e;
  border-radius: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01 {
  z-index: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-btn01::after {
  width: 30px;
  height: 30px;
  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-instagram {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3a2e17;
  border-radius: 50%;
}

.com-txt {
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-txt-lg {
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
}
.com-table01 th {
  white-space: pre-line;
  width: 200px;
  line-height: 1.75;
  padding: 13px 20px;
  color: #3a2e17;
  border-bottom: 1px solid #3a2e17;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 13px 20px;
  color: #3a2e17;
  border-bottom: 1px solid rgba(58, 46, 23, 0.2);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table01 a {
  color: #3a2e17;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #da3e3e;
  background-color: #faf8f4;
}
.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: #da3e3e;
}

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

.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.05em;
  padding-left: 15px;
  color: #ddc697;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.com-tag-list-item::before {
  position: absolute;
  content: "";
}
.com-tag-list-item {
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-tag-list-item::before {
  content: "#";
  letter-spacing: 0.05em;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: -1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item::before {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.com-time {
  flex-shrink: 0;
  letter-spacing: 0.05em;
  padding-right: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  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-news
========================================= */
#top-news .bg {
  overflow: hidden;
}
#top-news .inner {
  position: relative;
}
#top-news .inner::before {
  position: absolute;
  content: "";
}
#top-news .inner {
  z-index: 1;
}
#top-news .inner::before {
  width: 50px;
  height: 64px;
  top: 80px;
  left: -110px;
  background: url(/img/top/news-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-news .container-box {
  width: 240px;
  flex-shrink: 0;
  padding-top: 15px;
  position: relative;
}
#top-news .ttl-main {
  letter-spacing: 0.12em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-news .list {
  width: 100%;
  margin-left: 120px;
}
#top-news .list-link {
  width: 100%;
  padding: 15px 0;
  color: #3a2e17;
  border-bottom: 1px dashed #d4d0c8;
}
#top-news .list-ttl {
  margin-top: 5px;
}
#top-news .btn {
  margin-top: 70px;
}

/* =========================================
    top  PC
    top-anxiety
========================================= */
#top-anxiety .bg {
  position: relative;
  overflow: hidden;
}
#top-anxiety .inner {
  position: relative;
}
#top-anxiety .inner::before {
  position: absolute;
  content: "";
}
#top-anxiety .inner::after {
  position: absolute;
  content: "";
}
#top-anxiety .inner::before {
  width: 511px;
  height: 277px;
  bottom: 555px;
  left: -170px;
  background: url(/img/top/anxiety-deco03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1420px) {
  #top-anxiety .inner::before {
    left: -55px;
  }
}
#top-anxiety .inner::after {
  width: 98px;
  height: 110px;
  top: 458px;
  right: -246px;
  background: url(/img/top/anxiety-deco02.png) no-repeat;
  background-size: 100%;
}
#top-anxiety .container {
  width: 100%;
  position: relative;
}
#top-anxiety .container::after {
  position: absolute;
  content: "";
}
#top-anxiety .container {
  z-index: 1;
}
#top-anxiety .container::after {
  width: 120px;
  height: 85px;
  top: -44px;
  right: -70px;
  background: url(/img/top/anxiety-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-anxiety .img-top {
  position: absolute;
  top: -50px;
  left: -50px;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  #top-anxiety .img-top {
    left: 0;
  }
}
#top-anxiety .wrap {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}
#top-anxiety .ttl {
  letter-spacing: 0.12em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  #top-anxiety .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-anxiety .txt {
  margin-top: 55px;
}
#top-anxiety .img-btm {
  position: absolute;
  max-width: unset;
  bottom: 0;
  right: calc(50% - 960px);
  border-radius: 60px 0 0 60px;
}
@media screen and (min-width: 1921px) {
  #top-anxiety .img-btm {
    right: unset;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 60px;
  }
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .container {
  width: 100%;
  max-width: 1240px;
  gap: 80px;
  margin: 0 auto;
  padding: 75px 80px 80px;
  background: url(/img/top/about-deco01.png) no-repeat left top, url(/img/top/about-deco02.png) no-repeat right top, url(/img/top/about-deco03.png) no-repeat left bottom, url(/img/top/about-deco04.png) no-repeat right bottom;
}
@media screen and (max-width: 1240px) {
  #top-about .container {
    gap: 35px;
    padding: 45px 30px 40px;
    background: url(/img/top/about-deco01.png) no-repeat left top/60px, url(/img/top/about-deco02.png) no-repeat right top/60px, url(/img/top/about-deco03.png) no-repeat left bottom/60px, url(/img/top/about-deco04.png) no-repeat right bottom/60px;
  }
}
#top-about .img {
  flex-shrink: 0;
  position: relative;
}
#top-about .img::after {
  position: absolute;
  content: "";
}
#top-about .img {
  z-index: 1;
}
#top-about .img::after {
  width: 65px;
  height: 56px;
  bottom: -19px;
  left: 30px;
  background: url(/img/top/about-img-deco.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
#top-about .img img {
  border-radius: 40px;
}
#top-about .btn {
  display: block;
  margin: 45px 0 0 auto;
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service .bg {
  overflow: hidden;
}
#top-service .container {
  width: 100%;
  position: relative;
  z-index: 1;
}
#top-service .ttl {
  flex-shrink: 0;
}
#top-service .img {
  position: absolute;
  bottom: -65px;
  left: -258px;
  border-radius: 50px;
  z-index: -5;
}
#top-service .wrap {
  width: 685px;
  margin-top: 10px;
  padding: 55px 0;
  position: relative;
}
#top-service .wrap::before {
  position: absolute;
  content: "";
}
#top-service .wrap::after {
  position: absolute;
  content: "";
}
#top-service .wrap {
  z-index: 1;
}
#top-service .wrap::before {
  width: calc(100% + 180px);
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: #fff;
  border-radius: 50px;
  z-index: -1;
}
#top-service .wrap::after {
  width: 142px;
  height: 159px;
  left: 217px;
  top: -130px;
  background: url(/img/top/service-deco.png) no-repeat;
  background-size: 100%;
}
#top-service .link {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dashed #d4d0c8;
  position: relative;
}
#top-service .link::after {
  position: absolute;
  content: "";
}
#top-service .link {
  z-index: 1;
}
#top-service .link::after {
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#top-service .link:hover::after {
  transform: translate(3px, -50%);
}
#top-service .link:last-of-type {
  border-bottom: none;
}
#top-service .link-top {
  gap: 15px;
  padding-left: 30px;
  position: relative;
}
#top-service .link-top::before {
  position: absolute;
  content: "";
}
#top-service .link-top {
  z-index: 1;
}
#top-service .link-top::before {
  content: "“";
  letter-spacing: 0.12em;
  line-height: 1;
  top: 5px;
  left: 0;
  color: #ddc697;
  z-index: -1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top-service .link-top::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-service .link-ttl {
  letter-spacing: 0.08em;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-service .link-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-service .link-sub {
  letter-spacing: 0.12em;
  padding-bottom: 5px;
  color: #ddc697;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #top-service .link-sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-service .link-txt {
  line-height: 2.1;
  margin-top: 15px;
}

/* =========================================
    top  PC
    top-money
========================================= */
#top-money .bg {
  overflow: hidden;
}
#top-money .container {
  width: 100%;
  padding: 71.5px 80px;
  background-color: #f0e5ce;
  outline: 10px solid #faf8f4;
  outline-offset: -12px;
  border-radius: 50px;
  position: relative;
}
#top-money .container::before {
  position: absolute;
  content: "";
}
#top-money .container {
  z-index: 1;
}
#top-money .container::before {
  width: 212px;
  height: 100px;
  bottom: 12px;
  left: calc(50% - 210px);
  background: url(/img/top/money-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-money .ttl {
  letter-spacing: 0.12em;
  line-height: 1.52;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  #top-money .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-money .ttl-sm {
  letter-spacing: 0.12em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-money .ttl-sm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-money .ttl-bg {
  display: inline-block;
  padding: 2.1px 13px;
  background-color: #3a2e17;
}
#top-money .img {
  position: absolute;
  right: 70px;
  top: 65px;
}
#top-money .btn {
  margin-top: 50px;
  padding: 18.6px 40px;
  color: #da3e3e;
  background-color: #fff;
  border: 2px solid #da3e3e;
}
#top-money .btn::after {
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
}

/* =========================================
    top  PC
    top-voice
========================================= */
#top-voice .bg {
  position: relative;
}
#top-voice .bg::before {
  position: absolute;
  content: "";
}
#top-voice .bg::after {
  position: absolute;
  content: "";
}
#top-voice .bg {
  z-index: 1;
}
#top-voice .bg::before {
  width: 100%;
  max-width: 1294px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: #f5f2eb;
  border-radius: 50px;
  z-index: -1;
}
#top-voice .bg::after {
  width: 381px;
  height: 223px;
  top: -70px;
  left: calc(50% + 10px);
  background: url(/img/top/voice-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-voice .btn {
  margin-bottom: 10px;
}
#top-voice .list {
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}
#top-voice .list-item {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  padding: 30px 30px 35px;
  background-color: #fff;
  border-radius: 40px;
}
#top-voice .list-img {
  width: 280px;
  height: 280px;
}
#top-voice .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-voice .list-img img {
  border-radius: 34px;
}
#top-voice .list-wrap {
  gap: 15px;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
#top-voice .list-wrap::before {
  position: absolute;
  content: "";
}
#top-voice .list-wrap {
  z-index: 1;
}
#top-voice .list-wrap::before {
  width: calc(100% + 60px);
  height: 1px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  border-top: 1px solid #d4d0c8;
  z-index: -1;
}
#top-voice .list-ttl {
  padding-left: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#top-voice .list-ttl::before {
  position: absolute;
  content: "";
}
#top-voice .list-ttl {
  z-index: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-voice .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-voice .list-ttl::before {
  width: 10px;
  height: 4px;
  transform: translateY(-50%);
  top: 50%;
  left: -3px;
  background-color: #da3e3e;
  z-index: -1;
}
#top-voice .list-age {
  letter-spacing: 0.05em;
  padding-bottom: 5px;
  color: #888378;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top-voice .list-age {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-voice .list-txt {
  line-height: 2.1;
  margin-top: 25px;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  position: relative;
}
#top-contact .bg::after {
  position: absolute;
  content: "";
}
#top-contact .bg {
  z-index: 1;
}
#top-contact .bg::after {
  width: 355px;
  height: 342px;
  left: calc(50% - 960px);
  top: 290px;
  background: url(/img/top/contact-deco01.png) no-repeat;
  background-size: 100%;
  z-index: 5;
}
@media screen and (min-width: 1921px) {
  #top-contact .bg::after {
    left: 0;
  }
}
#top-contact .container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 110px 10px 120px;
  background-color: #fff;
  border: 30px solid #f0e5ce;
  border-radius: 80px;
}
#top-contact .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#top-contact .wrap {
  position: relative;
}
#top-contact .wrap::after {
  position: absolute;
  content: "";
}
#top-contact .wrap {
  z-index: 1;
}
#top-contact .wrap::after {
  width: 102px;
  height: 77px;
  top: -67px;
  right: 20px;
  background: url(/img/top/contact-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-contact .txt {
  line-height: 2.1;
  margin-top: 60px;
}
#top-contact .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-contact .list-link {
  width: 490px;
  height: 70px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #da3e3e;
  background-color: #fff;
  border: 3px solid #da3e3e;
  border-radius: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-contact .list-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-contact .list-link::before {
  transition: all 0.5s ease;
}
#top-contact .list-link:hover::before {
  transform: translateY(-50%) scale(1.05);
}
#top-contact .list-link-line {
  position: relative;
}
#top-contact .list-link-line::before {
  position: absolute;
  content: "";
}
#top-contact .list-link-line {
  z-index: 1;
}
#top-contact .list-link-line::before {
  width: 28px;
  height: 26px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-contact .list-link-contact {
  position: relative;
}
#top-contact .list-link-contact::before {
  position: absolute;
  content: "";
}
#top-contact .list-link-contact {
  z-index: 1;
}
#top-contact .list-link-contact::before {
  width: 30px;
  height: 25px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background: url(/img/all/mail-ico.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-contact .list-link-instagram {
  position: relative;
}
#top-contact .list-link-instagram::before {
  position: absolute;
  content: "";
}
#top-contact .list-link-instagram {
  z-index: 1;
}
#top-contact .list-link-instagram::before {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background: url(/img/all/instagram-ico-sm.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

/* =========================================
    top  PC
    top-bnr
========================================= */
#top-bnr .container {
  gap: 80px;
}
#top-bnr .link {
  width: 500px;
  padding: 42.6px 70px;
  border-radius: 65px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-bnr .link {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-bnr .link::after {
  width: 50px;
  height: 50px;
  right: 50px;
  background: url(/img/all/arw-lg-white.png) no-repeat;
  background-size: 100%;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-about .bg {
  overflow: hidden;
}
#sub-about .ttl {
  text-align: center;
}
#sub-about .ttl-sub {
  display: inline-block;
}
#sub-about .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-about .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-about .wrap {
  margin-top: 50px;
}
#sub-about .wrap-ttl {
  width: 100%;
  letter-spacing: 0.08em;
  padding: 16px 40px;
  background-color: #fff;
  border-radius: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-about .wrap-ttl::before {
  position: absolute;
  content: "";
}
#sub-about .wrap-ttl {
  z-index: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-about .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-about .wrap-ttl::before {
  width: 4px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #da3e3e;
  border-radius: 2px;
  z-index: -1;
}
#sub-about .wrap-fle {
  gap: 40px;
  margin-top: 30px;
}
#sub-about .wrap-txt {
  line-height: 2.1;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-about .wrap-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-about .wrap-txt p:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-about .wrap-box {
  width: 100%;
  margin-top: 55px;
  background: url(/img/top/about-deco01.png) no-repeat left top/62px, url(/img/top/about-deco02.png) no-repeat right top/62px, url(/img/top/about-deco03.png) no-repeat left bottom/62px, url(/img/top/about-deco04.png) no-repeat right bottom/62px;
}
#sub-about .wrap-box-ttl {
  display: inline-block;
  letter-spacing: 0.08em;
  padding: 0 13.6px;
  color: #fff;
  background-color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-about .wrap-box-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-about .wrap-box-txt {
  line-height: 2.1;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-about .wrap-box-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-about .img {
  flex-shrink: 0;
  margin-top: 10px;
  border-radius: 40px;
}
#sub-about .career,
#sub-about .qualification {
  width: 100%;
  max-width: 540px;
  text-align: center;
  padding: 0 60px 50px;
}
#sub-about .qualification {
  border-left: 2px solid #f0e5ce;
}
#sub-about .thought {
  width: 100%;
  margin-top: 60px;
  padding: 75px 90px 70px;
  background-color: #f5f2eb;
  border-radius: 50px;
  position: relative;
}
#sub-about .thought::before {
  position: absolute;
  content: "";
}
#sub-about .thought::after {
  position: absolute;
  content: "";
}
#sub-about .thought::before {
  width: 98px;
  height: 110px;
  left: -40px;
  top: 95px;
  background: url(/img/about/about-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-about .thought::after {
  width: 354px;
  height: 389px;
  bottom: 0;
  left: -70px;
  background: url(/img/about/about-deco02.png) no-repeat;
  background-size: 100%;
}
#sub-about .thought-ttl {
  position: absolute;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  top: 80px;
  left: 155px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-about .thought-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-about .thought-ttl::before {
  position: absolute;
  content: "“";
  letter-spacing: 0;
  line-height: 1;
  top: -25px;
  left: -30px;
  color: #f0e5ce;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-about .thought-ttl::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-about .thought-txt {
  width: 100%;
  max-width: 656px;
  line-height: 2.1;
  margin-left: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-about .thought-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-about .thought-txt p:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-about .box {
  width: 100%;
  margin-top: 60px;
  padding: 70px 80px 75px;
  background: url(/img/top/anxiety-deco01.png) no-repeat calc(100% - 90px) 80px, url(/img/top/money-deco.png) no-repeat calc(100% - 80px) bottom, #f5f2eb;
  border-radius: 50px;
  position: relative;
}
#sub-about .box::after {
  position: absolute;
  content: "";
}
#sub-about .box {
  z-index: 1;
}
#sub-about .box::after {
  width: 381px;
  height: 223px;
  right: -170px;
  bottom: 190px;
  background: url(/img/top/voice-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-about .box-ttl {
  letter-spacing: 0.08em;
  padding-left: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-about .box-ttl::before {
  position: absolute;
  content: "";
}
#sub-about .box-ttl {
  z-index: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-about .box-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-about .box-ttl::before {
  content: "“";
  letter-spacing: 0;
  line-height: 1;
  top: 0;
  left: 0;
  color: #f0e5ce;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-about .box-ttl::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-about .box-txt {
  margin-top: 55px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-about .box-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-achievement .ttl {
  text-align: center;
}
#sub-achievement .ttl-sub {
  display: inline-block;
}
#sub-achievement .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-achievement .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-achievement .list {
  gap: 30px;
  margin-top: 55px;
}
#sub-achievement .list-item {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  padding: 30px 30px 25px;
  background-color: #fff;
  border-radius: 40px;
}
#sub-achievement .list-img {
  width: 100%;
  height: 280px;
}
#sub-achievement .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-achievement .list-img img {
  border-radius: 34px;
}
#sub-achievement .list-ttl {
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-achievement .list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-telling .ttl {
  text-align: center;
}
#sub-telling .ttl-sub {
  display: inline-block;
}
#sub-telling .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-telling .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-telling .wrap {
  width: 100%;
  gap: 50px;
  margin-top: 50px;
  padding: 55px 60px 60px;
  background-color: #f5f2eb;
  border-radius: 50px;
}
#sub-telling .img {
  width: 370px;
  flex-shrink: 0;
  margin-top: 5px;
}
#sub-telling .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-telling .img img {
  border-radius: 40px;
}
#sub-telling .txt {
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-telling .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-info .ttl {
  text-align: center;
}
#sub-info .ttl-sub {
  display: inline-block;
}
#sub-info .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-info .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-info .table {
  margin-top: 30px;
}

/* =========================================
    sub  PC
    sub-service
========================================= */
#sub-individual .container,
#sub-seminar .container,
#sub-child .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #f5f2eb;
  border-radius: 50px;
  position: relative;
}
#sub-individual .container::before,
#sub-seminar .container::before,
#sub-child .container::before {
  position: absolute;
  content: "";
}
#sub-individual .container,
#sub-seminar .container,
#sub-child .container {
  z-index: 1;
}
#sub-individual .container::before,
#sub-seminar .container::before,
#sub-child .container::before {
  width: 120px;
  height: 85px;
  top: -50px;
  left: calc(50% - 394px);
  background: url(/img/top/anxiety-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-individual .container-inner,
#sub-seminar .container-inner,
#sub-child .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#sub-individual .wrap,
#sub-seminar .wrap,
#sub-child .wrap {
  gap: 50px;
  margin-top: 50px;
  position: relative;
}
#sub-individual .wrap::after,
#sub-seminar .wrap::after,
#sub-child .wrap::after {
  position: absolute;
  content: "";
}
#sub-individual .wrap,
#sub-seminar .wrap,
#sub-child .wrap {
  z-index: 1;
}
#sub-individual .wrap::after,
#sub-seminar .wrap::after,
#sub-child .wrap::after {
  width: 35px;
  height: 26px;
  top: -60px;
  right: calc(50% - 183px);
  background: url(/img/service/service-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-individual .img,
#sub-seminar .img,
#sub-child .img {
  flex-shrink: 0;
  margin-top: 10px;
  border-radius: 40px;
}
#sub-individual .txt,
#sub-seminar .txt,
#sub-child .txt {
  line-height: 2.1;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-individual .txt,
  #sub-seminar .txt,
  #sub-child .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-individual .txt p:nth-of-type(n + 2),
#sub-seminar .txt p:nth-of-type(n + 2),
#sub-child .txt p:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-individual .price,
#sub-seminar .price,
#sub-child .price {
  margin-top: 70px;
  padding: 40px 0 25px;
  border-top: 1px dashed #d0cbc1;
  border-bottom: 1px dashed #d0cbc1;
  position: relative;
}
#sub-individual .price-ttl,
#sub-seminar .price-ttl,
#sub-child .price-ttl {
  position: absolute;
  letter-spacing: 0.08em;
  padding: 0 20px;
  transform: translateX(-50%);
  left: 50%;
  top: -25px;
  color: #fff;
  background-color: #3a2e17;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-individual .price-ttl,
  #sub-seminar .price-ttl,
  #sub-child .price-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-individual .price-txt,
#sub-seminar .price-txt,
#sub-child .price-txt {
  line-height: 2.1;
  text-align: center;
}
#sub-individual .list,
#sub-seminar .list,
#sub-child .list {
  flex-wrap: wrap;
  gap: 0;
  margin-top: 50px;
  padding: 45px 0;
  background: url(/img/top/about-deco01.png) no-repeat left top/62px, url(/img/top/about-deco02.png) no-repeat right top/62px, url(/img/top/about-deco03.png) no-repeat left bottom/62px, url(/img/top/about-deco04.png) no-repeat right bottom/62px;
}
#sub-individual .list-item,
#sub-seminar .list-item,
#sub-child .list-item {
  flex-basis: 25%;
  max-width: 25%;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 31px;
}
#sub-individual .list-item:nth-of-type(n + 2),
#sub-seminar .list-item:nth-of-type(n + 2),
#sub-child .list-item:nth-of-type(n + 2) {
  border-left: 2px solid #f0e5ce;
}
#sub-individual .list-txt,
#sub-seminar .list-txt,
#sub-child .list-txt {
  width: 48px;
  height: 48px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  background-color: #da3e3e;
  border-radius: 50%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-individual .list-txt,
  #sub-seminar .list-txt,
  #sub-child .list-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-individual .list-ttl,
#sub-seminar .list-ttl,
#sub-child .list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-individual .list-ttl,
  #sub-seminar .list-ttl,
  #sub-child .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

#sub-seminar .container::before {
  left: calc(50% + 273px);
}
#sub-seminar .wrap::after {
  right: calc(50% + 184px);
}
#sub-seminar .list-item {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

#sub-child .list-item {
  flex-basis: 50%;
  max-width: 50%;
}

/* =========================================
    sub  PC
    sub-question
========================================= */
#sub-question .ttl {
  text-align: center;
}
#sub-question .ttl-sub {
  display: inline-block;
}
#sub-question .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-question .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-question .list {
  margin-top: 50px;
}
#sub-question .list-item {
  width: 100%;
  padding: 35px 0 25px;
  background-color: #fff;
  border-radius: 40px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sub-question .list-ttl {
  letter-spacing: 0.08em;
  padding: 0 15px 15px 80px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
#sub-question .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-question .list-ttl {
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .list-ttl::before {
  content: "“";
  letter-spacing: 0.12em;
  line-height: 1;
  top: 7px;
  left: 47px;
  color: #da3e3e;
  z-index: -1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .list-txt {
  line-height: 2.1;
  padding: 30px 50px 0;
}
#sub-question .tag-list {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 5px;
  padding: 0 50px;
}
#sub-question .tag-list-item {
  letter-spacing: 0.05em;
  padding-left: 13px;
  color: #ddc697;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-question .tag-list-item::before {
  position: absolute;
  content: "";
}
#sub-question .tag-list-item {
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sub-question .tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-question .tag-list-item::before {
  content: "#";
  letter-spacing: 0.05em;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: -1;
  color: #ddc697;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sub-question .tag-list-item::before {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* =========================================
    sub  PC
    sub-flow
========================================= */
#sub-flow .ttl {
  text-align: center;
}
#sub-flow .ttl-sub {
  display: inline-block;
}
#sub-flow .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-flow .list {
  margin-top: 50px;
}
#sub-flow .list-item {
  width: 100%;
  padding: 50px;
  background-color: #f5f2eb;
  border-radius: 30px;
  position: relative;
}
#sub-flow .list-item::after {
  position: absolute;
  content: "";
}
#sub-flow .list-item {
  z-index: 1;
}
#sub-flow .list-item::after {
  width: 4px;
  height: 24px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -12px;
  background: url(/img/all/flow-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sub-flow .list-item:last-of-type::after {
  display: none;
}
#sub-flow .list-top {
  border-radius: 20px;
  overflow: hidden;
}
#sub-flow .list-num {
  width: 80px;
  flex-shrink: 0;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #da3e3e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list-ttl {
  width: 100%;
  letter-spacing: 0.08em;
  padding: 16px 30px;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list-wrap {
  gap: 40px;
  margin-top: 35px;
}
#sub-flow .img {
  width: 270px;
  height: 200px;
  flex-shrink: 0;
  margin-top: 5px;
}
#sub-flow .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-flow .img img {
  border-radius: 30px;
}
#sub-flow .com-txt-lg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#sub-flow .txt {
  line-height: 2.1;
}
#sub-flow .txt p:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-flow .link-list {
  gap: 24px;
  margin-top: 10px;
}
#sub-flow .link-list-item {
  letter-spacing: 0.05em;
  color: #da3e3e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .link-list-item {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-flow .link-list-item span {
  border-bottom: 2px solid #da3e3e;
}
#sub-flow .line {
  padding-left: 42px;
  position: relative;
}
#sub-flow .line::before {
  position: absolute;
  content: "";
}
#sub-flow .line {
  z-index: 1;
}
#sub-flow .line::before {
  width: 28px;
  height: 26px;
  transform: translateY(-50%);
  top: 55%;
  left: 0;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-flow .contact {
  padding-left: 45px;
  position: relative;
}
#sub-flow .contact::before {
  position: absolute;
  content: "";
}
#sub-flow .contact {
  z-index: 1;
}
#sub-flow .contact::before {
  width: 30px;
  height: 25px;
  transform: translateY(-50%);
  top: 55%;
  left: 0;
  background: url(/img/all/mail-ico.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-flow .instagram {
  padding-left: 45px;
  position: relative;
}
#sub-flow .instagram::before {
  position: absolute;
  content: "";
}
#sub-flow .instagram {
  z-index: 1;
}
#sub-flow .instagram::before {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 55%;
  left: 0;
  background: url(/img/all/instagram-ico-sm.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .ttl {
  text-align: center;
}
#sub-voice .ttl-sub {
  display: inline-block;
}
#sub-voice .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-voice .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-voice .list {
  margin-top: 50px;
}
#sub-voice .list-item {
  width: 100%;
  gap: 40px;
  padding: 30px 40px 40px;
  background-color: #fff;
  border-radius: 40px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sub-voice .list-img {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  margin-top: 10px;
}
#sub-voice .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice .list-img img {
  border-radius: 34px;
}
#sub-voice .list-top {
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
#sub-voice .list-ttl {
  padding-left: 25px;
  position: relative;
}
#sub-voice .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-voice .list-ttl {
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-voice .list-ttl::before {
  width: 10px;
  height: 4px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #da3e3e;
  z-index: -1;
}
#sub-voice .list-age {
  letter-spacing: 0.05em;
  padding-bottom: 3px;
  color: #888378;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-age {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-voice .list-txt {
  line-height: 2.1;
  margin-top: 25px;
}

/* =========================================
    sub  PC
    sub-movie
========================================= */
#sub-movie .ttl {
  text-align: center;
}
#sub-movie .ttl-sub {
  display: inline-block;
}
#sub-movie .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-movie .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-movie .list {
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 45px;
}
#sub-movie .list-item {
  flex-basis: calc((100% - 80px) / 3);
  max-width: calc((100% - 80px) / 3);
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-method .ttl {
  text-align: center;
}
#sub-method .ttl-sub {
  display: inline-block;
}
#sub-method .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-method .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-method .txt {
  line-height: 2.1;
  text-align: center;
  margin-top: 45px;
  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 .wrap {
  width: 100%;
  max-width: 1120px;
  gap: 20px;
  margin: 55px auto 0;
  padding: 60px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
}
#sub-method .link {
  width: 490px;
  height: 70px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #da3e3e;
  background-color: #fff;
  border: 3px solid #da3e3e;
  border-radius: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-method .link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-method .link::before {
  transition: all 0.5s ease;
}
#sub-method .link:hover::before {
  transform: translateY(-50%) scale(1.05);
}
#sub-method .line {
  position: relative;
}
#sub-method .line::before {
  position: absolute;
  content: "";
}
#sub-method .line {
  z-index: 1;
}
#sub-method .line::before {
  width: 28px;
  height: 26px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-method .instagram {
  position: relative;
}
#sub-method .instagram::before {
  position: absolute;
  content: "";
}
#sub-method .instagram {
  z-index: 1;
}
#sub-method .instagram::before {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background: url(/img/all/instagram-ico-sm.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

#sub-contact .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 95px 0 100px;
  background-color: #f5f2eb;
  border-radius: 50px;
}
#sub-contact .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#sub-contact .ttl {
  text-align: center;
}
#sub-contact .ttl-sub {
  display: inline-block;
}
#sub-contact .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-contact .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-contact .privacy {
  color: #da3e3e;
  border-bottom: 1px solid #da3e3e;
}

#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;
}
#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 th p {
  margin-top: 5px;
  font-size: 14px;
}
.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 {
  border: none;
  -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 li {
  list-style: none;
}

.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 #da3e3e;
  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 #da3e3e;
  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: #faf8f4;
  background-color: #ddc697;
  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 #faf8f4;
  border-right: 1px solid #faf8f4;
}

.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 .ttl-sub {
  display: inline-block;
}
#sub-news .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-news .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .container {
  margin-top: 50px;
}
#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: #3a2e17;
  background-color: #fff;
  border-radius: 20px;
}
#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 #ddc697;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ddc697;
  text-align: center;
  color: #ddc697;
  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: #3a2e17;
  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;
  background-color: #fff;
  border-radius: 20px;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #ddc697;
  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 #ddc697;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #da3e3e;
  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 {
  text-align: center;
  margin-top: 45px;
}
#tag-btn-list .tag-txt {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ddc697;
  text-decoration: underline;
}
#tag-btn-list .tag-btn-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
#tag-btn-list .tag-btn-list-link {
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px 13px;
  color: #ddc697;
  border: 2px solid #ddc697;
  border-radius: 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #tag-btn-list .tag-btn-list-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#tag-btn-list .tag-current {
  color: #fff;
  background-color: #ddc697;
}

/*	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;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation li {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #da3e3e;
}
.pagenation .current-page {
  color: #fff;
  background: #da3e3e;
  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 #da3e3e;
  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 #da3e3e 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: #da3e3e;
  text-align: center;
  letter-spacing: 0.05em;
  color: #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;
  background: #da3e3e;
  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 .ttl {
  text-align: center;
}
#sub-site .ttl-sub {
  display: inline-block;
}
#sub-site .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-site .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #da3e3e;
  color: #3a2e17;
  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 #da3e3e;
  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 #da3e3e;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .ttl {
  text-align: center;
}
#sub-complete .ttl-sub {
  display: inline-block;
}
#sub-complete .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-complete .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background-color: #faf8f4;
}
#sub-privacy .container {
  margin-top: 50px;
}
#sub-privacy .ttl {
  text-align: center;
}
#sub-privacy .ttl-sub {
  display: inline-block;
}
#sub-privacy .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-privacy .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .ttl {
  text-align: center;
}
#sub-error .ttl-sub {
  display: inline-block;
}
#sub-error .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-error .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #da3e3e;
}