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

.com-tel {
  position: relative;
  padding-bottom: 15px;
  z-index: 1;
}
.com-tel-num {
  line-height: 1;
  padding-left: 32px;
  color: #333333;
  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 {
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: center;
  padding-top: 75px;
  position: relative;
}
.com-ttl01::before {
  position: absolute;
  content: "";
}
.com-ttl01::after {
  position: absolute;
  content: "";
}
.com-ttl01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.com-ttl01::before {
  width: 232px;
  height: 86px;
  top: 0;
  left: 67px;
  background: url(/img/all/com-ttl-deco01.png) no-repeat;
  background-size: 100%;
}
.com-ttl01::after {
  width: 232px;
  height: 86px;
  top: 0;
  right: 67px;
  background: url(/img/all/com-ttl-deco02.png) no-repeat;
  background-size: 100%;
}
.com-ttl01-deco {
  padding: 3px 8px 3px 15px;
  color: #e49524;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  background: url(/img/top/about-ttl-deco.png) no-repeat center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
}
.com-ttl01-deco::before {
  position: absolute;
  content: "";
}
.com-ttl01-deco {
  z-index: 1;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-deco {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl01-deco::before {
  width: 29px;
  height: 27px;
  top: -14px;
  left: -22px;
  background: url(/img/all/com-ttl-deco04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

.com-ttl02 {
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 20px;
  background: url(/img/all/com-ttl-deco03.png) no-repeat center bottom;
  position: relative;
}
.com-ttl02::before {
  position: absolute;
  content: "";
}
.com-ttl02::after {
  position: absolute;
  content: "";
}
.com-ttl02 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  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: 232px;
  height: 86px;
  top: 0;
  left: 67px;
  background: url(/img/all/com-ttl-deco01.png) no-repeat;
  background-size: 100%;
}
.com-ttl02::after {
  width: 232px;
  height: 86px;
  top: 0;
  right: 67px;
  background: url(/img/all/com-ttl-deco02.png) no-repeat;
  background-size: 100%;
}

.com-ttl03 {
  letter-spacing: 0.18em;
  padding-bottom: 10px;
  border-bottom: 4px dotted #333333;
  font-family: "Zen Maru Gothic", 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-btn01 {
  width: 340px;
  height: 72px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #f2b237;
  border-radius: 36px;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01 {
  z-index: 1;
  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-btn01 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-btn01::after {
  width: 10px;
  height: 16px;
  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: 177px;
  height: 50px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  padding-left: 20px;
  color: #fff;
  background-color: #f2b237;
  border-radius: 0 0 18px 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-mail::before {
  content: "";
  width: 17px;
  height: 13px;
  margin-right: 10px;
  background: url(/img/all/mail-ico.png) no-repeat;
  background-size: 100%;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 0 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0 10px 0 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 0;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: 1px solid #e89caa;
}
.com-table01 th {
  width: 350px;
  letter-spacing: 0.08em;
  padding: 18.5px 25px;
  background-color: #f5d9e0;
  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) {
  .com-table01 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table01 td {
  letter-spacing: 0.12em;
  padding: 18.5px 25px;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table01 a {
  color: #333333;
}

.com-table02 {
  width: 100%;
}
.com-table02 tr:first-of-type th {
  text-align: center;
  padding: 33.5px 15px;
  color: #fff;
  background-color: #e89caa;
  border-radius: 20px 0 0 0;
}
.com-table02 tr:first-of-type th:nth-of-type(2) {
  border-radius: 0 20px 0 0;
  border-left: 1px solid #fff;
}
.com-table02 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 20px;
  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 20px 0;
}
.com-table02 th {
  width: 350px;
  letter-spacing: 0.08em;
  padding: 18.5px 25px;
  background-color: #f5d9e0;
  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) {
  .com-table02 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table02 td {
  width: 350px;
  letter-spacing: 0.12em;
  padding: 18.5px 25px;
  text-align: right;
  background-color: #fff;
  border-bottom: 1px solid #f2ced7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-table02 td {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.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: #f2b237;
}

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

.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: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  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: "#";
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  color: #f2b237;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  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 {
  display: block;
  width: 109px;
  flex-shrink: 0;
  padding: 5px 10px 5px 14px;
  background-color: #dbfeb8;
  border-radius: 5px 5px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.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-about
========================================= */
#top-about .inner {
  position: relative;
}
#top-about .inner::after {
  position: absolute;
  content: "";
}
#top-about .inner {
  z-index: 1;
}
#top-about .inner::after {
  width: 258px;
  height: 227px;
  right: -93px;
  bottom: -145px;
  background: url(/img/top/about-bg-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  #top-about .inner::after {
    right: -10px;
    bottom: -115px;
  }
}
#top-about .img {
  position: absolute;
  left: -113px;
  top: 370px;
}
@media screen and (max-width: 1320px) {
  #top-about .img {
    width: 510px;
    left: -5px;
  }
}
#top-about .wrap {
  max-width: 540px;
  margin-top: 80px;
  margin-left: auto;
}
#top-about .sub {
  width: 100%;
  letter-spacing: 0.1em;
  padding: 15px 15px 5px;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  background: url(/img/all/pt01.png) left top, #faeef0;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
}
#top-about .sub::after {
  position: absolute;
  content: "";
}
#top-about .sub {
  z-index: 1;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #top-about .sub {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-about .sub::after {
  width: 64px;
  height: 70px;
  top: -29px;
  right: 20px;
  background: url(/img/top/about-sub-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-about .sub-sm {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #top-about .sub-sm {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-about .sub rt {
  letter-spacing: 0.2em;
  -webkit-text-stroke: 0 #fff;
  paint-order: stroke;
  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-about .sub rt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-about .txt {
  line-height: 2.88;
  margin-top: 40px;
}
#top-about .btn {
  margin-top: 45px;
}

/* =========================================
    top  PC
    top-scene
========================================= */
#top-scene {
  background-color: #dcf1f9;
  position: relative;
}
#top-scene::before {
  position: absolute;
  content: "";
}
#top-scene {
  z-index: 0;
}
#top-scene::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/img/all/pt01.png) left top;
  z-index: -1;
  opacity: 0.4;
}
#top-scene .bg {
  overflow: hidden;
  background: url(/img/top/scene-bg-top.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #top-scene .bg {
    background: url(/img/top/scene-bg-top.png) no-repeat center top/100%, url(/img/all/pt01.png) left top, #dcf1f9;
  }
}
#top-scene .bg {
  position: relative;
}
#top-scene .bg::before {
  position: absolute;
  content: "";
}
#top-scene .bg::after {
  position: absolute;
  content: "";
}
#top-scene .bg::before {
  width: 574px;
  height: 172px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: url(/img/concept/thought-ila02.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
#top-scene .bg::after {
  width: 1920px;
  height: 15px;
  bottom: 0;
  left: 0;
  background: url(/img/all/mv-deco-btm.png) no-repeat;
  background-size: 100%;
  z-index: 3;
}
@media screen and (min-width: 1921px) {
  #top-scene .bg::after {
    width: 100%;
    height: 0.78vw;
  }
}
#top-scene .ttl {
  line-height: 1.9;
}
#top-scene .ttl::after {
  width: 87px;
  height: 68px;
  top: -9px;
  right: 222px;
  background: url(/img/top/scene-ttl-deco01.png) no-repeat;
  background-size: 100%;
}
#top-scene .ttl-lg {
  letter-spacing: 0.18em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top-scene .ttl-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-scene .ttl-deco {
  padding: 0px 14px 0px 23px;
  color: #e89caa;
  background: url(/img/top/scene-ttl-deco03.png) no-repeat center;
  position: relative;
}
#top-scene .ttl-deco::after {
  position: absolute;
  content: "";
}
#top-scene .ttl-deco {
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #top-scene .ttl-deco {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-scene .ttl-deco::before {
  display: none;
}
#top-scene .ttl-deco::after {
  width: 27px;
  height: 28px;
  top: -25px;
  right: -21px;
  background: url(/img/all/com-ttl-deco05.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-scene .list {
  gap: 102px 59px;
  margin-top: 103px;
  position: relative;
}
#top-scene .list::before {
  position: absolute;
  content: "";
}
#top-scene .list::after {
  position: absolute;
  content: "";
}
#top-scene .list {
  z-index: 1;
}
#top-scene .list::before {
  width: 146px;
  height: 251px;
  left: -110px;
  top: -209px;
  background: url(/img/all/com-img-ila01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1310px) {
  #top-scene .list::before {
    left: -10px;
  }
}
#top-scene .list::after {
  width: 154px;
  height: 219px;
  right: -140px;
  bottom: 124px;
  background: url(/img/all/com-img-ila02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-scene .list-item {
  flex-basis: calc((100% - 59px) / 2);
  max-width: calc((100% - 59px) / 2);
  height: 579px;
  padding: 58px 40px 15px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
#top-scene .list-item:nth-of-type(2) .list-ttl::before {
  background: url(/img/top/scene-ribon02-l.png) no-repeat;
  background-size: 100%;
}
#top-scene .list-item:nth-of-type(2) .list-ttl::after {
  background: url(/img/top/scene-ribon02-r.png) no-repeat;
  background-size: 100%;
}
#top-scene .list-item:nth-of-type(2) .list-ttl-bg {
  background-color: #90c855;
}
#top-scene .list-item:nth-of-type(3) .list-ttl::before {
  background: url(/img/top/scene-ribon03-l.png) no-repeat;
  background-size: 100%;
}
#top-scene .list-item:nth-of-type(3) .list-ttl::after {
  background: url(/img/top/scene-ribon03-r.png) no-repeat;
  background-size: 100%;
}
#top-scene .list-item:nth-of-type(3) .list-ttl-bg {
  background-color: #f2b237;
}
#top-scene .list-item:nth-of-type(4) .list-ttl::before {
  background: url(/img/top/scene-ribon04-l.png) no-repeat;
  background-size: 100%;
}
#top-scene .list-item:nth-of-type(4) .list-ttl::after {
  background: url(/img/top/scene-ribon04-r.png) no-repeat;
  background-size: 100%;
}
#top-scene .list-item:nth-of-type(4) .list-ttl-bg {
  background-color: #4aacd3;
}
#top-scene .list-ttl {
  position: absolute;
  width: 415px;
  height: 70px;
  transform: translateX(-50%);
  left: 50%;
  top: -44px;
  color: #fff;
  z-index: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-scene .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-scene .list-ttl::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 62px;
  left: -37px;
  bottom: -19px;
  background: url(/img/top/scene-ribon01-l.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-scene .list-ttl::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 62px;
  right: -37px;
  bottom: -19px;
  background: url(/img/top/scene-ribon01-r.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-scene .list-ttl-bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e89caa;
}
#top-scene .list-img {
  display: block;
  margin: 0 auto;
}
#top-scene .list-txt {
  line-height: 2.33;
  margin-top: 25px;
}

/* =========================================
    top  PC
    top-item
========================================= */
#top-item .ttl-deco {
  color: #4aacd3;
  background: url(/img/top/about-ttl-deco.png) no-repeat center;
}
#top-item .txt {
  line-height: 2.33;
  text-align: center;
  margin-top: 60px;
}
#top-item .list {
  margin-top: 115px;
}
#top-item .list-item {
  width: 320px;
  position: relative;
}
#top-item .list-item:nth-of-type(2) .list-img::before {
  background: url(/img/all/pt01.png) left top, rgba(144, 200, 85, 0.3);
}
#top-item .list-item:nth-of-type(2) .list-ttl {
  background-color: #90c855;
}
#top-item .list-item:nth-of-type(2) .list-ttl::after {
  background: url(/img/top/item-arw02.png) no-repeat;
  background-size: 100%;
}
#top-item .list-item:nth-of-type(3) .list-img::before {
  background: url(/img/all/pt01.png) left top, rgba(242, 178, 55, 0.3);
}
#top-item .list-item:nth-of-type(3) .list-ttl {
  background-color: #f2b237;
}
#top-item .list-item:nth-of-type(3) .list-ttl::after {
  background: url(/img/top/item-arw03.png) no-repeat;
  background-size: 100%;
}
#top-item .list-link {
  width: 100%;
  height: 100%;
}
#top-item .list-link:hover .list-txt::after {
  transform: translateX(3px);
}
#top-item .list-img {
  width: 100%;
  border-radius: 30px;
  position: relative;
}
#top-item .list-img::before {
  position: absolute;
  content: "";
}
#top-item .list-img {
  z-index: 1;
}
#top-item .list-img::before {
  width: 100%;
  height: 100%;
  top: 10px;
  left: -10px;
  background: url(/img/all/pt01.png) left top, rgba(232, 156, 170, 0.3);
  border-radius: 30px;
  z-index: -1;
}
#top-item .list-img img {
  border-radius: 30px;
}
#top-item .list-ttl {
  position: absolute;
  width: 270px;
  height: 72px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  left: 50%;
  top: -44px;
  color: #fff;
  background-color: #e89caa;
  border-radius: 37px;
  z-index: 5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-item .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-item .list-ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -14px;
  background: url(/img/top/item-arw01.png) no-repeat;
  background-size: 100%;
}
#top-item .list-txt {
  letter-spacing: 0.1em;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top-item .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-item .list-txt::after {
  content: "";
  width: 7px;
  height: 11px;
  margin-left: 15px;
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service {
  position: relative;
}
#top-service::before {
  position: absolute;
  content: "";
}
#top-service::after {
  position: absolute;
  content: "";
}
#top-service::before {
  width: 237px;
  height: 75px;
  transform: translateX(-50%);
  left: 50%;
  top: -74px;
  background: url(/img/top/service-bg-deco.png) no-repeat;
  background-size: 100%;
  z-index: 5;
}
#top-service::after {
  width: 73px;
  height: 81px;
  transform: translateX(-50%);
  left: 50%;
  top: -30px;
  background: url(/img/top/service-ico.png) no-repeat;
  background-size: 100%;
  z-index: 5;
}
#top-service .bg {
  overflow: hidden;
  background: url(/img/all/mv-deco-btm.png) no-repeat center bottom, #faf5e1;
}
@media screen and (min-width: 1921px) {
  #top-service .bg {
    background: url(/img/all/mv-deco-btm.png) no-repeat center bottom/100%, #faf5e1;
  }
}
#top-service .bg {
  position: relative;
}
#top-service .bg::before {
  position: absolute;
  content: "";
}
#top-service .bg {
  z-index: 1;
}
#top-service .bg::before {
  width: 840px;
  height: 410px;
  top: 258px;
  right: calc(50% - 960px);
  background: url(/img/top/service-img-bg.png) left top;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
#top-service .inner {
  position: relative;
}
#top-service .inner::before {
  position: absolute;
  content: "";
}
#top-service .inner::after {
  position: absolute;
  content: "";
}
#top-service .inner::before {
  width: 283px;
  height: 175px;
  left: -122px;
  bottom: 131px;
  background: url(/img/top/service-ila01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1330px) {
  #top-service .inner::before {
    width: 243px;
    height: 150px;
    left: -10px;
    bottom: 75px;
  }
}
#top-service .inner::after {
  width: 155px;
  height: 184px;
  right: 0;
  bottom: 265px;
  background: url(/img/top/service-ila02.png) no-repeat;
  background-size: 100%;
}
#top-service .ttl {
  letter-spacing: 0.18em;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #top-service .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-service .ttl-deco {
  letter-spacing: 0.18em;
  color: #4aacd3;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top-service .ttl-deco {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-service .ttl-deco {
  position: relative;
}
#top-service .ttl-deco::before {
  position: absolute;
  content: "";
}
#top-service .ttl-deco::after {
  position: absolute;
  content: "";
}
#top-service .ttl-deco {
  z-index: 1;
}
#top-service .ttl-deco::before {
  width: 264px;
  height: 64px;
  transform: translateY(-50%);
  top: 50%;
  right: -10px;
  background: url(/img/top/service-ttl-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-service .ttl-deco::after {
  width: 29px;
  height: 27px;
  top: -15px;
  left: -40px;
  background: url(/img/all/com-ttl-deco04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-service .img {
  position: absolute;
  top: 208px;
  right: calc(50% - 685px);
  border-radius: 30px;
  outline: 8px solid #fff;
  outline-offset: -8px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
#top-service .img img {
  border-radius: 33px;
}
#top-service .img::before {
  position: absolute;
  content: "";
  width: 221px;
  height: 185px;
  top: -157px;
  right: 143px;
  background: url(/img/top/service-img-deco.png) no-repeat;
  background-size: 100%;
}
#top-service .img::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 121px;
  right: -40px;
  bottom: -14px;
  background: url(/img/all/com-img-ila06.png) no-repeat;
  background-size: 100%;
}
#top-service .wrap {
  max-width: 540px;
  margin-top: 90px;
}
#top-service .txt {
  line-height: 2.88;
  letter-spacing: 0.1em;
  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) {
  #top-service .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-service .table {
  max-width: 700px;
  margin: 80px auto 0;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .ttl {
  text-align: center;
  letter-spacing: 0.18em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#top-news .ttl::before {
  position: absolute;
  content: "";
}
#top-news .ttl::after {
  position: absolute;
  content: "";
}
#top-news .ttl {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #top-news .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-news .ttl::before {
  width: 53px;
  height: 45px;
  bottom: 5px;
  left: calc(50% - 161px);
  background: url(/img/top/news-ttl-deco01.png) no-repeat;
  background-size: 100%;
}
#top-news .ttl::after {
  width: 53px;
  height: 45px;
  bottom: 5px;
  right: calc(50% - 161px);
  background: url(/img/top/news-ttl-deco02.png) no-repeat;
  background-size: 100%;
}
#top-news .ttl-color {
  color: #1fa339;
}
#top-news .list {
  width: 100%;
  gap: 60px;
  margin-top: 43px;
}
#top-news .list-item {
  flex-basis: calc((100% - 120px) / 3);
  max-width: calc((100% - 120px) / 3);
}
#top-news .list-link {
  width: 100%;
  padding-bottom: 60px;
  color: #333333;
  position: relative;
}
#top-news .list-link::after {
  position: absolute;
  content: "";
}
#top-news .list-link {
  z-index: 1;
}
#top-news .list-link::after {
  width: 35px;
  height: 35px;
  bottom: 0;
  right: 0;
  background: url(/img/all/news-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#top-news .list-link:hover::after {
  transform: translateX(3px);
}
#top-news .list-img {
  width: 100%;
  height: 200px;
}
#top-news .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-news .list-img img {
  border-radius: 15px 0 15px 15px;
}
#top-news .list-ttl {
  letter-spacing: 0.05em;
  margin-top: 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) {
  #top-news .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-news .com-time {
  margin-left: auto;
}
#top-news .com-tag-list {
  margin-top: 15px;
}
#top-news .btn {
  margin: 60px auto 0;
}

/* =========================================
    top  PC
    top-whereabouts
========================================= */
#top-whereabouts .bg {
  position: relative;
}
#top-whereabouts .bg::before {
  position: absolute;
  content: "";
}
#top-whereabouts .bg::after {
  position: absolute;
  content: "";
}
#top-whereabouts .bg {
  z-index: 1;
}
#top-whereabouts .bg::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e6f8d4;
  z-index: -2;
}
#top-whereabouts .bg::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/img/all/pt01.png) left top, #def4c7;
  z-index: -1;
  opacity: 0.4;
}
#top-whereabouts .container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
}
#top-whereabouts .container::before {
  position: absolute;
  content: "";
}
#top-whereabouts .container {
  z-index: 1;
}
#top-whereabouts .container::before {
  width: 232px;
  height: 86px;
  top: -15px;
  right: calc(50% - 465px);
  background: url(/img/all/com-ttl-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-whereabouts .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 75px 0 100px;
  position: relative;
}
#top-whereabouts .container-inner::before {
  position: absolute;
  content: "";
}
#top-whereabouts .container-inner::after {
  position: absolute;
  content: "";
}
#top-whereabouts .container-inner::before {
  width: 258px;
  height: 202px;
  bottom: -34px;
  left: -94px;
  background: url(/img/top/whereabouts-ila01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1285px) {
  #top-whereabouts .container-inner::before {
    width: 218px;
    height: 172px;
    left: 0px;
  }
}
#top-whereabouts .container-inner::after {
  width: 273px;
  height: 208px;
  bottom: -50px;
  right: -100px;
  background: url(/img/top/whereabouts-ila02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1285px) {
  #top-whereabouts .container-inner::after {
    width: 243px;
    height: 187px;
    bottom: -50px;
    right: -10px;
  }
}
#top-whereabouts .ttl {
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#top-whereabouts .ttl::before {
  position: absolute;
  content: "";
}
#top-whereabouts .ttl {
  z-index: 1;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #top-whereabouts .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-whereabouts .ttl::before {
  width: 29px;
  height: 27px;
  top: 0px;
  left: calc(50% - 260px);
  background: url(/img/all/com-ttl-deco04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-whereabouts .ttl-lg {
  letter-spacing: 0.18em;
  color: #ee9200;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #top-whereabouts .ttl-lg {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-whereabouts .ttl-deco {
  letter-spacing: 0.18em;
  padding: 0 37px;
  color: #de93a5;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  position: relative;
}
#top-whereabouts .ttl-deco::before {
  position: absolute;
  content: "";
}
#top-whereabouts .ttl-deco {
  z-index: 1;
}
#top-whereabouts .ttl-deco::before {
  width: 209px;
  height: 64px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/top/scene-ttl-deco03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-whereabouts .img {
  position: absolute;
  top: 252px;
  left: -100px;
}
@media screen and (max-width: 1285px) {
  #top-whereabouts .img {
    width: 440px;
    top: 262px;
    left: 0px;
  }
}
#top-whereabouts .wrap {
  max-width: 630px;
  margin-top: 65px;
  margin-left: auto;
}
#top-whereabouts .txt {
  line-height: 2.88;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-whereabouts .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-whereabouts .link {
  display: block;
  width: 633px;
  height: 213px;
  margin: 55px auto 0;
  padding: 70px 18px 0 0;
  background: url(/img/top/whereabouts-btn-bg.png) no-repeat left bottom, #dcf1f9;
  position: relative;
}
#top-whereabouts .link::after {
  position: absolute;
  content: "";
}
#top-whereabouts .link {
  z-index: 1;
}
#top-whereabouts .link::after {
  width: 35px;
  height: 35px;
  right: 20px;
  bottom: 20px;
  background: url(/img/all/news-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#top-whereabouts .link:hover::after {
  transform: translateX(3px);
}
#top-whereabouts .link-img {
  display: block;
  width: 307px;
  margin-left: auto;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-concept
========================================= */
#sub-concept .bg {
  overflow: hidden;
  position: relative;
}
#sub-concept .bg::before {
  position: absolute;
  content: "";
}
#sub-concept .bg::after {
  position: absolute;
  content: "";
}
#sub-concept .bg {
  z-index: 1;
}
#sub-concept .bg::before {
  width: 100%;
  height: 53px;
  bottom: 0;
  left: 0;
  background-color: #fae0af;
}
#sub-concept .bg::after {
  width: 587px;
  height: 185px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 48px;
  background: url(/img/concept/thought-ila02.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
#sub-concept .inner {
  position: relative;
}
#sub-concept .inner::before {
  position: absolute;
  content: "";
}
#sub-concept .inner::after {
  position: absolute;
  content: "";
}
#sub-concept .inner::before {
  width: 213px;
  height: 307px;
  left: calc(50% - 658px);
  top: 316px;
  background: url(/img/concept/thought-left.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1310px) {
  #sub-concept .inner::before {
    left: calc(50% - 550px);
  }
}
#sub-concept .inner::after {
  width: 193px;
  height: 158px;
  right: calc(50% - 584px);
  top: 430px;
  background: url(/img/concept/thought-right.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1310px) {
  #sub-concept .inner::after {
    right: calc(50% - 545px);
  }
}
#sub-concept .ttl {
  max-width: 1080px;
  margin: 0 auto;
}
#sub-concept .txt {
  text-align: center;
  line-height: 2.88;
  margin-top: 55px;
}
#sub-concept .wrap {
  position: relative;
}
#sub-concept .wrap::before {
  position: absolute;
  content: "";
}
#sub-concept .wrap::after {
  position: absolute;
  content: "";
}
#sub-concept .wrap {
  z-index: 1;
}
#sub-concept .wrap::before {
  width: 100%;
  max-width: 1480px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(/img/all/pt01.png) left top;
  border-radius: 30px;
  z-index: -1;
  opacity: 0.4;
}
#sub-concept .wrap::after {
  width: 100%;
  max-width: 1480px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: #dcf1f9;
  border-radius: 30px;
  z-index: -2;
}
#sub-concept .list {
  width: 100%;
  max-width: 1080px;
  margin: 135px auto 0;
  padding: 150px 0 115px;
  position: relative;
}
#sub-concept .list::after {
  position: absolute;
  content: "";
}
#sub-concept .list {
  z-index: 1;
}
#sub-concept .list::after {
  width: 221px;
  height: 174px;
  top: -153px;
  right: 90px;
  background: url(/img/concept/thought-ila01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-concept .list-item {
  width: 100%;
  gap: 70px;
}
#sub-concept .list-item:nth-of-type(n + 2) {
  margin-top: 55px;
}
#sub-concept .list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#sub-concept .list-item:nth-of-type(2n) .list-ttl::before {
  right: unset;
  left: 0;
}
#sub-concept .list-item:first-of-type .list-img::before {
  width: 146px;
  height: 251px;
  top: -88px;
  left: -114px;
  background: url(/img/all/com-img-ila01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-concept .list-item:first-of-type .list-img::after {
  width: 164px;
  height: 122px;
  left: -53px;
  bottom: -30px;
  background: url(/img/all/com-img-ila05.png) no-repeat;
  background-size: 100%;
}
#sub-concept .list-item:nth-of-type(2) .list-img::before {
  width: 154px;
  height: 219px;
  top: -46px;
  right: -122px;
  background: url(/img/all/com-img-ila02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-concept .list-item:nth-of-type(2) .list-img::after {
  width: 118px;
  height: 109px;
  bottom: -22px;
  right: -40px;
  background: url(/img/all/com-img-ila06.png) no-repeat;
  background-size: 100%;
}
#sub-concept .list-item:nth-of-type(3) .list-img::before {
  width: 154px;
  height: 219px;
  top: -22px;
  left: -123px;
  background: url(/img/all/com-img-ila03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-concept .list-item:nth-of-type(3) .list-img::after {
  width: 248px;
  height: 116px;
  bottom: -31px;
  left: -48px;
  background: url(/img/all/com-img-ila07.png) no-repeat;
  background-size: 100%;
}
#sub-concept .list-item:nth-of-type(4) .list-img::before {
  width: 146px;
  height: 251px;
  top: -88px;
  right: -100px;
  background: url(/img/all/com-img-ila04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-concept .list-item:nth-of-type(4) .list-img::after {
  width: 164px;
  height: 122px;
  bottom: -30px;
  right: -65px;
  background: url(/img/all/com-img-ila08.png) no-repeat;
  background-size: 100%;
}
#sub-concept .list-item:nth-of-type(5) .list-img::before {
  width: 154px;
  height: 219px;
  top: -22px;
  left: -123px;
  background: url(/img/all/com-img-ila03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-concept .list-item:nth-of-type(5) .list-img::after {
  width: 248px;
  height: 116px;
  bottom: -31px;
  left: -48px;
  background: url(/img/all/com-img-ila07.png) no-repeat;
  background-size: 100%;
}
#sub-concept .list-img {
  flex-shrink: 0;
  position: relative;
}
#sub-concept .list-img::before {
  position: absolute;
  content: "";
}
#sub-concept .list-img::after {
  position: absolute;
  content: "";
}
#sub-concept .list-img {
  z-index: 1;
}
#sub-concept .list-img img {
  border-radius: 30px;
}
#sub-concept .list-wrap {
  width: 100%;
  margin-top: 28px;
}
#sub-concept .list-ttl {
  line-height: 1.86;
  letter-spacing: 0.18em;
  margin-top: 10px;
  padding-bottom: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-concept .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-concept .list-ttl {
  position: relative;
}
#sub-concept .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-concept .list-ttl {
  z-index: 1;
}
#sub-concept .list-ttl::before {
  width: 624px;
  height: 4px;
  bottom: 0;
  right: 0;
  background: url(/img/concept/list-ttl-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-concept .list-txt {
  line-height: 2.88;
  margin-top: 35px;
}

/* =========================================
    sub  PC
    sub-set
========================================= */
#sub-item .list {
  margin-top: 85px;
  gap: 70px 60px;
}
#sub-item .list-item {
  flex-basis: calc((100% - 120px) / 3);
  max-width: calc((100% - 120px) / 3);
}
#sub-item .list-link {
  width: 100%;
  padding-bottom: 55px;
  position: relative;
}
#sub-item .list-link::after {
  position: absolute;
  content: "";
}
#sub-item .list-link {
  z-index: 1;
}
#sub-item .list-link::after {
  width: 35px;
  height: 35px;
  bottom: 0;
  right: 0;
  background: url(/img/all/news-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#sub-item .list-link:hover::after {
  transform: translateX(3px);
}
#sub-item .list-img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
}
#sub-item .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-item .list-ttl {
  letter-spacing: 0.05em;
  margin-top: 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) {
  #sub-item .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-item .list-txt {
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sub-item .list-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#sub-shop {
  padding-top: 150px;
  position: relative;
}
#sub-shop::before {
  position: absolute;
  content: "";
}
#sub-shop::after {
  position: absolute;
  content: "";
}
#sub-shop {
  z-index: 1;
}
#sub-shop::before {
  width: 272px;
  height: 241px;
  top: -52px;
  left: calc(50% - 640px);
  background: url(/img/top/about-bg-deco.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1285px) {
  #sub-shop::before {
    left: calc(50% - 540px);
  }
}
#sub-shop::after {
  width: 216px;
  height: 124px;
  top: 113px;
  right: calc(50% - 640px);
  background: url(/img/all/com-ttl-deco02.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1285px) {
  #sub-shop::after {
    right: calc(50% - 540px);
  }
}
#sub-shop .bg {
  background-color: #faf5e1;
  position: relative;
}
#sub-shop .bg::before {
  position: absolute;
  content: "";
}
#sub-shop .bg {
  z-index: 1;
}
#sub-shop .bg::before {
  width: 100%;
  height: 324px;
  left: 0;
  bottom: 0;
  background: url(/img/all/pt01.png) left top, #f2b237;
  z-index: -1;
  opacity: 0.3;
}
#sub-shop .inner {
  position: relative;
}
#sub-shop .inner::before {
  position: absolute;
  content: "";
}
#sub-shop .inner::after {
  position: absolute;
  content: "";
}
#sub-shop .inner::before {
  width: 237px;
  height: 75px;
  transform: translateX(-50%);
  left: 50%;
  top: -74px;
  background: url(/img/top/service-bg-deco.png) no-repeat;
  background-size: 100%;
}
#sub-shop .inner::after {
  width: 111px;
  height: 61px;
  transform: translateX(-50%);
  left: 50%;
  top: -29px;
  background: url(/img/set/shop-ico.png) no-repeat;
  background-size: 100%;
}
#sub-shop .container {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding: 58px 15px 60px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
#sub-shop .container::before {
  position: absolute;
  content: "";
}
#sub-shop .container::after {
  position: absolute;
  content: "";
}
#sub-shop .container::before {
  width: 267px;
  height: 173px;
  left: -90px;
  bottom: -38px;
  background: url(/img/set/shop-ila01.png) no-repeat;
  background-size: 100%;
}
#sub-shop .container::after {
  width: 193px;
  height: 158px;
  right: -95px;
  bottom: 115px;
  background: url(/img/concept/thought-right.png) no-repeat;
  background-size: 100%;
}
#sub-shop .ttl {
  display: inline-block;
  letter-spacing: 0.18em;
  padding: 0 88px;
  background: url(/img/top/news-ttl-deco01.png) no-repeat left calc(100% - 15px), url(/img/top/news-ttl-deco02.png) no-repeat right calc(100% - 15px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-shop .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-shop .ttl ruby {
  letter-spacing: 0.05em;
  color: #e89caa;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-shop .ttl ruby {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-shop .ttl rt {
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  color: #e89caa;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-shop .ttl rt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-shop .txt {
  line-height: 2.33;
  margin-top: 35px;
}
#sub-shop .base {
  display: block;
  width: 328px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px auto 0;
  background-color: #faf5e1;
  border: 3px solid #f2b237;
  box-shadow: 8px 8px 0 #f2b237;
  position: relative;
}
#sub-shop .base::after {
  position: absolute;
  content: "";
}
#sub-shop .base {
  z-index: 1;
}
#sub-shop .base::after {
  width: 10px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  background: url(/img/all/base-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#sub-shop .base:hover::after {
  transform: translate(3px, -50%);
}
#sub-shop .base-txt {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -25px;
}

#sub-set .bg {
  overflow: hidden;
  position: relative;
}
#sub-set .bg::after {
  position: absolute;
  content: "";
}
#sub-set .bg {
  z-index: 1;
}
#sub-set .bg::after {
  width: 100%;
  height: 53px;
  left: 0;
  bottom: 0;
  background-color: #fae0af;
  background-size: 100%;
  z-index: -1;
}
#sub-set .list {
  width: 100%;
  margin: 80px auto 0;
}
#sub-set .list-item {
  width: 100%;
  gap: 70px;
}
#sub-set .list-item:nth-of-type(n + 2) {
  margin-top: 55px;
}
#sub-set .list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#sub-set .list-item:nth-of-type(2n) .list-ttl::before {
  right: unset;
  left: 0;
}
#sub-set .list-item:first-of-type .list-img::before {
  width: 146px;
  height: 251px;
  top: -88px;
  left: -114px;
  background: url(/img/all/com-img-ila01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-set .list-item:first-of-type .list-img::after {
  width: 164px;
  height: 122px;
  left: -53px;
  bottom: -30px;
  background: url(/img/all/com-img-ila05.png) no-repeat;
  background-size: 100%;
}
#sub-set .list-item:nth-of-type(2) .list-img::before {
  width: 154px;
  height: 219px;
  top: -46px;
  right: -122px;
  background: url(/img/all/com-img-ila02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-set .list-item:nth-of-type(2) .list-img::after {
  width: 118px;
  height: 109px;
  bottom: -22px;
  right: -40px;
  background: url(/img/all/com-img-ila06.png) no-repeat;
  background-size: 100%;
}
#sub-set .list-item:nth-of-type(3) .list-img::before {
  width: 154px;
  height: 219px;
  top: -22px;
  left: -123px;
  background: url(/img/all/com-img-ila03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-set .list-item:nth-of-type(3) .list-img::after {
  width: 248px;
  height: 116px;
  bottom: -31px;
  left: -48px;
  background: url(/img/all/com-img-ila07.png) no-repeat;
  background-size: 100%;
}
#sub-set .list-item:nth-of-type(4) .list-img::before {
  width: 146px;
  height: 251px;
  top: -88px;
  right: -100px;
  background: url(/img/all/com-img-ila04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-set .list-item:nth-of-type(4) .list-img::after {
  width: 164px;
  height: 122px;
  bottom: -30px;
  right: -65px;
  background: url(/img/all/com-img-ila08.png) no-repeat;
  background-size: 100%;
}
#sub-set .list-item:nth-of-type(5) .list-img::before {
  width: 154px;
  height: 219px;
  top: -22px;
  left: -123px;
  background: url(/img/all/com-img-ila03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-set .list-item:nth-of-type(5) .list-img::after {
  width: 248px;
  height: 116px;
  bottom: -31px;
  left: -48px;
  background: url(/img/all/com-img-ila07.png) no-repeat;
  background-size: 100%;
}
#sub-set .list-img {
  flex-shrink: 0;
  position: relative;
}
#sub-set .list-img::before {
  position: absolute;
  content: "";
}
#sub-set .list-img::after {
  position: absolute;
  content: "";
}
#sub-set .list-img {
  z-index: 1;
}
#sub-set .list-img img {
  border-radius: 30px;
}
#sub-set .list-wrap {
  width: 100%;
  margin-top: 28px;
}
#sub-set .list-ttl {
  line-height: 1.86;
  letter-spacing: 0.13em;
  margin-top: 10px;
  padding-bottom: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-set .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-set .list-ttl {
  position: relative;
}
#sub-set .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-set .list-ttl {
  z-index: 1;
}
#sub-set .list-ttl::before {
  width: 624px;
  height: 4px;
  bottom: 0;
  right: 0;
  background: url(/img/concept/list-ttl-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-set .list-txt {
  line-height: 2.88;
  margin-top: 35px;
}
#sub-set .bg-clothes::after {
  display: none;
}

#sub-item-detail .bg {
  overflow: hidden;
  position: relative;
}
#sub-item-detail .bg::after {
  position: absolute;
  content: "";
}
#sub-item-detail .bg {
  z-index: 1;
}
#sub-item-detail .bg::after {
  width: 100%;
  height: 53px;
  bottom: 0;
  left: 0;
  background-color: #fae0af;
  background-size: 100%;
  z-index: -1;
}
#sub-item-detail .ttl {
  text-align: center;
  letter-spacing: 0.18em;
  padding-bottom: 25px;
  background: url(/img/all/com-ttl-deco03.png) no-repeat center bottom;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-item-detail .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-item-detail .img {
  width: 100%;
  max-width: 800px;
  height: 500px;
}
#sub-item-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-item-detail .img {
  margin: 70px auto 0;
  position: relative;
}
#sub-item-detail .img::before {
  position: absolute;
  content: "";
}
#sub-item-detail .img::after {
  position: absolute;
  content: "";
}
#sub-item-detail .img {
  z-index: 1;
}
#sub-item-detail .img::before {
  width: 154px;
  height: 219px;
  top: 111px;
  left: -140px;
  background: url(/img/all/com-img-ila03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-item-detail .img::after {
  width: 146px;
  height: 251px;
  top: -78px;
  right: -108px;
  background: url(/img/all/com-img-ila04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-item-detail .img img {
  border-radius: 15px;
}
#sub-item-detail .fee {
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: 45px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-item-detail .fee {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-item-detail .txt {
  line-height: 2.33;
  margin-top: 33px;
}
#sub-item-detail .list {
  gap: 50px 60px;
  margin-top: 77px;
  padding: 80px 0;
  position: relative;
}
#sub-item-detail .list::before {
  position: absolute;
  content: "";
}
#sub-item-detail .list::after {
  position: absolute;
  content: "";
}
#sub-item-detail .list {
  z-index: 1;
}
#sub-item-detail .list::before {
  width: 1280px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: #dcf1f9;
  background-size: 100%;
  border-radius: 50px;
  z-index: -2;
}
#sub-item-detail .list::after {
  width: 1280px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(/img/all/pt01.png) left top;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
}
#sub-item-detail .list-item {
  flex-basis: calc((100% - 120px) / 3);
  max-width: calc((100% - 120px) / 3);
  height: 200px;
}
#sub-item-detail .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-item-detail .list-item img {
  border-radius: 15px;
}
#sub-item-detail .btn {
  display: block;
  width: 328px;
  height: 91px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px auto 0;
  background-color: #faf5e1;
  border: 3px solid #f2b237;
  box-shadow: 8px 8px 0 #f2b237;
  position: relative;
}
#sub-item-detail .btn::after {
  position: absolute;
  content: "";
}
#sub-item-detail .btn {
  z-index: 1;
  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) {
  #sub-item-detail .btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-item-detail .btn::after {
  width: 10px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  background: url(/img/all/base-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#sub-item-detail .btn:hover::after {
  transform: translate(3px, -50%);
}

/* =========================================
    sub  PC
    sub-clothes
========================================= */
#sub-clothes {
  position: relative;
}
#sub-clothes::before {
  position: absolute;
  content: "";
}
#sub-clothes::after {
  position: absolute;
  content: "";
}
#sub-clothes {
  z-index: 1;
}
#sub-clothes::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dcf1f9;
  z-index: -1;
}
#sub-clothes::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/img/all/pt01.png) left top;
  opacity: 0.4;
  z-index: -1;
}
#sub-clothes .bg {
  position: relative;
}
#sub-clothes .bg::after {
  position: absolute;
  content: "";
}
#sub-clothes .bg {
  z-index: 1;
}
#sub-clothes .bg::after {
  width: 221px;
  height: 174px;
  right: calc(50% - 547px);
  bottom: -12px;
  background: url(/img/clothes/clothes-bg-deco.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
#sub-clothes .inner {
  position: relative;
}
#sub-clothes .inner::before {
  position: absolute;
  content: "";
}
#sub-clothes .inner::after {
  position: absolute;
  content: "";
}
#sub-clothes .inner {
  z-index: 1;
}
#sub-clothes .inner::before {
  width: 307px;
  height: 462px;
  left: -107px;
  top: 224px;
  background: url(/img/clothes/clothes-img01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1330px) {
  #sub-clothes .inner::before {
    left: -10px;
  }
}
#sub-clothes .inner::after {
  width: 181px;
  height: 375px;
  bottom: 125px;
  right: -116px;
  background: url(/img/clothes/clothes-img02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1330px) {
  #sub-clothes .inner::after {
    right: 20px;
  }
}
#sub-clothes .txt {
  line-height: 2.88;
  text-align: center;
  margin-top: 35px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background: url(/img/all/mv-deco-btm.png) no-repeat center bottom, #faf5e1;
}
#sub-contact .privacy {
  color: #f2b237;
  border-bottom: 1px solid #f2b237;
}

#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 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 {
  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 #f2b237;
  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 #f2b237;
  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: #faf5e1;
  background-color: #e89caa;
  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 #faf5e1;
  border-right: 1px solid #faf5e1;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-time {
  display: inline-block;
  width: unset;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}
#sub-news .bg {
  background: url(/img/top/scene-bg-top.png) no-repeat center top, #dcf1f9;
}
@media screen and (min-width: 1921px) {
  #sub-news .bg {
    background: url(/img/top/scene-bg-top.png) no-repeat center top/100%, #dcf1f9;
  }
}
#sub-news .bg {
  position: relative;
}
#sub-news .bg::before {
  position: absolute;
  content: "";
}
#sub-news .bg {
  z-index: 0;
}
#sub-news .bg::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/img/all/pt01.png) left top;
  z-index: -1;
  opacity: 0.4;
}
#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: #333333;
  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 {
  line-height: 2.23;
  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 #e89caa;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #e89caa;
  text-align: center;
  color: #e89caa;
  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: #333333;
  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 .bg {
  background: #dcf1f9;
}
#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 #e89caa;
  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 #e89caa;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #f2b237;
  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;
  background-color: #fff;
  border-radius: 10px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #333333;
}
#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;
  background-color: #f2b237;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #f2b237;
  background-color: #fff;
  border: 1px solid #f2b237;
}

/*	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: #f2b237;
}
.pagenation .current-page {
  color: #fff;
  background: #f2b237;
  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 #f2b237;
  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 #f2b237 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: #f2b237;
  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: #f2b237;
  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 {
  position: relative;
}
#sub-site .bg::before {
  position: absolute;
  content: "";
}
#sub-site .bg {
  z-index: 1;
}
#sub-site .bg::before {
  width: 100%;
  height: 53px;
  bottom: 0;
  left: 0;
  background-color: #fae0af;
}
#sub-site .inner {
  padding: 100px 0 150px;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #f2b237;
  color: #333333;
  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 #f2b237;
  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 #f2b237;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background: url(/img/all/mv-deco-btm.png) no-repeat center bottom, #faf5e1;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background-color: #faf5e1;
}
#sub-privacy .container {
  margin-top: 50px;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  position: relative;
}
#sub-error .bg::before {
  position: absolute;
  content: "";
}
#sub-error .bg {
  z-index: 1;
}
#sub-error .bg::before {
  width: 100%;
  height: 53px;
  bottom: 0;
  left: 0;
  background-color: #fae0af;
}
#sub-error .inner {
  padding: 100px 0 150px;
}
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #f2b237;
}