@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "SigmarOne-Regular";
  src: url(../fonts/SigmarOne-Regular.ttf);
}
@font-face {
  font-family: "craftmincho";
  src: url(../fonts/craftmincho.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "SigmarOne-Regular";
  src: url(../fonts/SigmarOne-Regular.ttf);
}
@font-face {
  font-family: "craftmincho";
  src: url(../fonts/craftmincho.otf);
}
/*	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 {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  padding-left: 21px;
  color: #241211;
  background: url(/img/all/tel-ico.png) no-repeat left 7px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 235px;
  max-width: unset;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-main {
  display: inline-block;
  font-family: "craftmincho", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 5px;
  padding-bottom: 8px;
  border-bottom: dotted 4px #fcbb21;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01-sm {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl02 {
  text-align: center;
  white-space: nowrap;
}
.com-ttl02-sub {
  font-family: "SigmarOne-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  height: 69px;
  letter-spacing: 0.05em;
  padding-top: 10px;
  color: #fff;
  background: url(/img/all/sub-ttl-bg.png) no-repeat center;
}
@media screen and (max-width: 767px) {
  .com-ttl02-sub {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-ttl02-main {
  display: inline-block;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: dashed 2px #fcbb21;
}
@media screen and (max-width: 767px) {
  .com-ttl02-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl02-color {
  color: #fb8b03;
}

.com-ttl03 {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 5px;
  border-bottom: 2px dashed #fcbb21;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  width: 300px;
  height: 50px;
  letter-spacing: 0.01em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ff7900;
  border-radius: 25px;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  transition: transform 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(5px, -50%);
}
.com-btn01::after {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-instagram {
  transition: all 0.5s ease;
}
.com-instagram:hover {
  transform: scale(0.95);
}

.com-contact-btn {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 25px;
}
.com-contact-btn::before {
  content: "";
  width: 16px;
  height: 11px;
  margin-right: 10px;
  background: url(/img/all/mail-ico.png) no-repeat;
}

.com-home-btn {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  width: 310px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #6abb00;
  border: 2px solid #6abb00;
  border-radius: 10px;
  position: relative;
}
.com-home-btn::before {
  position: absolute;
  content: "";
}
.com-home-btn::after {
  position: absolute;
  content: "";
}
.com-home-btn::after {
  transition: transform 0.3s ease;
}
.com-home-btn:hover::after {
  transform: translate(5px, -50%);
}
.com-home-btn::before {
  width: 88px;
  height: 55px;
  left: -20px;
  bottom: -10px;
  background: url(/img/all/foo-btn-deco.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .com-home-btn::before {
    left: -10px;
  }
}
.com-home-btn::after {
  width: 10px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/foo-btn-arw.png) no-repeat;
  background-size: 100%;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.com-table01 th {
  white-space: pre-line;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  width: 230px;
  vertical-align: middle;
  line-height: 1.875;
  padding: 11px 15px 11px 55px;
  color: #fb8b03;
  border-radius: 10px 0 0 10px;
  background: url(/img/all/pt01.png) left top;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  line-height: 1.875;
  padding: 11px 15px 11px 0;
  color: #241211;
  border-radius: 0 10px 10px 0;
  background: url(/img/all/pt01.png) left top;
}
.com-table01 a {
  color: #241211;
}

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

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

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

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

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

.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 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #6abb00;
}
.com-tag-list-item:nth-of-type(n + 2) {
  padding-left: 15px;
  position: relative;
}
.com-tag-list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
.com-tag-list-item:nth-of-type(n + 2)::before {
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #fb8b03;
  border-radius: 50%;
}

.com-time {
  font-family: "SigmarOne-Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-right: 20px;
  padding: 2.2px 8px;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

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

/* =========================================
    top  PC
    top-ent
========================================= */
#top-ent .inner {
  padding-top: 15px;
}
#top-ent .container {
  width: 100%;
  padding: 0 1vw;
  gap: 10px;
}
#top-ent .link {
  flex-basis: calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
  height: 44.7vw;
  border-radius: 10px;
  position: relative;
}
#top-ent .link:hover .link-wrap::after {
  transform: translateX(5px);
}
#top-ent .link:first-of-type .link-wrap::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 40px;
  right: 20px;
  background: url(/img/ent/link-arw01.png) no-repeat center/100%;
}
@media screen and (max-width: 1400px) {
  #top-ent .link:first-of-type .link-wrap::after {
    top: 3vw;
  }
}
@media screen and (max-width: 1680px) {
  #top-ent .link:nth-of-type(2) .link-wrap {
    padding: 20px 1vw 15px;
  }
}
#top-ent .link:nth-of-type(2) .link-wrap::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 55px;
  right: 20px;
  background: url(/img/ent/link-arw02.png) no-repeat center/100%;
}
#top-ent .link:nth-of-type(3) .link-wrap {
  padding: 1vw;
}
#top-ent .link:nth-of-type(3) .link-wrap::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/ent/link-arw03.png) no-repeat center/100%;
}
#top-ent .link:nth-of-type(3):hover .link-wrap::after {
  transform: translate(5px, -50%);
}
#top-ent .link-bg01 {
  background: url(/img/ent/link-bg01.jpg) no-repeat center/cover;
}
#top-ent .link-bg02 {
  background: url(/img/ent/link-bg02.jpg) no-repeat center/cover;
}
#top-ent .link-bg03 {
  background: url(/img/ent/link-bg03.jpg) no-repeat center/cover;
}
#top-ent .link-wrap {
  width: 95%;
  max-width: 580px;
  height: 200px;
  text-align: center;
  padding: 35px 1vw 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
}
@media screen and (min-width: 1921px) {
  #top-ent .link-wrap {
    padding: 35px 20px 15px;
  }
}
#top-ent .link-wrap::after {
  transition: all 0.3s ease;
}
#top-ent .link-ttl {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: clamp(23px, 1.8vw, 35px);
  letter-spacing: 0.01em;
  line-height: 1.42;
  color: #3bbbff;
}
#top-ent .link-ttl-fle {
  flex-wrap: wrap;
  gap: 5px 9px;
  padding-right: 57px;
}
#top-ent .link-ttl-fle-item {
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: clamp(13px, 1.04vw, 20px);
  letter-spacing: 0.1em;
  padding: 4px 1.04vw;
  color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 1921px) {
  #top-ent .link-ttl-fle-item {
    padding: 4px 19px;
  }
}
#top-ent .link-ttl-deco01 {
  background: url(/img/ent/link-deco01.jpg) no-repeat center/cover;
}
#top-ent .link-ttl-deco02 {
  background: url(/img/ent/link-deco02.jpg) no-repeat center/cover;
}
#top-ent .link-ttl-deco03 {
  background: url(/img/ent/link-deco03.jpg) no-repeat center/cover;
}
#top-ent .link-ttl-color {
  color: #6abb00;
}
#top-ent .link-txt01 {
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: clamp(17px, 1.3vw, 25px);
  width: 100%;
  height: 80px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-right: 60px;
  color: #fff;
  background-color: #3bbbff;
  border-radius: 10px;
  position: relative;
}
#top-ent .link-txt01::after {
  position: absolute;
  content: "";
}
#top-ent .link-txt01::after {
  width: 2.13vw;
  max-width: 41px;
  height: 2.5vw;
  max-height: 48px;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 6.7vw);
  background: url(/img/ent/plus.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1921px) {
  #top-ent .link-txt01::after {
    right: calc(50% - 130px);
  }
}
#top-ent .link-txt02 {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: clamp(16px, 1.3vw, 25px);
  text-align: center;
  margin-top: 15px;
  color: #fb8b03;
}
#top-ent .link-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg.jpg) no-repeat center top, url(/img/all/pt01.png) left top;
}
@media screen and (min-width: 1921px) {
  #top-about .bg {
    background: url(/img/top/about-bg.jpg) no-repeat center top/100%, url(/img/all/pt01.png) left top;
  }
}
#top-about .container {
  width: 100%;
  text-align: center;
  padding: 95px 15px 90px;
  border: 4px solid #c4d642;
  border-radius: 20px;
  background: url(/img/top/about-deco01.png) no-repeat 55px 36px, url(/img/top/about-deco02.png) no-repeat 28px 156px, url(/img/top/about-deco03.png) no-repeat calc(100% - 100px) 200px, url(/img/all/pt03.png) left top;
  position: relative;
}
#top-about .container::before {
  position: absolute;
  content: "";
}
#top-about .container::after {
  position: absolute;
  content: "";
}
#top-about .container::before {
  width: 209px;
  height: 253px;
  bottom: -30px;
  left: -10px;
  background: url(/img/top/about-deco04.png) no-repeat;
  background-size: 100%;
}
#top-about .container::after {
  width: 227px;
  height: 267px;
  bottom: -38px;
  right: -49px;
  background: url(/img/top/about-deco05.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #top-about .container::after {
    right: -10px;
  }
}
#top-about .sub-ttl {
  font-family: "craftmincho", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.7;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-about .sub-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-about .sub-ttl::before {
  position: absolute;
  content: "";
}
#top-about .sub-ttl::after {
  position: absolute;
  content: "";
}
#top-about .sub-ttl::before {
  width: 36px;
  height: 49px;
  bottom: -4px;
  left: calc(50% - 305px);
  background: url(/img/top/about-txt-deco.png) no-repeat;
  background-size: 100%;
}
#top-about .sub-ttl::after {
  width: 36px;
  height: 49px;
  top: -32px;
  right: calc(50% - 310px);
  background: url(/img/top/about-txt-deco.png) no-repeat;
  background-size: 100%;
}
#top-about .sub-ttl-deco01 {
  padding: 7.5px 10px;
  margin-right: 10px;
  color: #fff;
  background: url(/img/top/about-sub-bg01.jpg) no-repeat center/cover;
  border-radius: 20px;
}
#top-about .sub-ttl-deco02 {
  padding: 7.5px 10px;
  margin: 0 10px;
  color: #fff;
  background: url(/img/top/about-sub-bg02.jpg) no-repeat center/cover;
  border-radius: 20px;
}
#top-about .sub-ttl-deco03 {
  color: #fff;
  -webkit-text-stroke: 5px #ff7900;
  paint-order: stroke;
}
#top-about .sub-ttl-lg {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #top-about .sub-ttl-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-about .sub-ttl-btm {
  margin-top: 15px;
}
#top-about .txt {
  line-height: 2.8125;
  text-align: center;
  margin-top: 55px;
}
#top-about .txt-color {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #ff7900;
  background: linear-gradient(transparent calc(100% - 35%), #fbf593 0%);
}
@media screen and (max-width: 767px) {
  #top-about .txt-color {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    top  PC
    top-area
========================================= */
#top-area .bg {
  background: url(/img/top/area.png) no-repeat calc(50% + 280px) 80px, url(/img/all/pt01.png) left top;
}
#top-area .wrap {
  width: 600px;
  height: 542px;
  padding-top: 80px;
  background: url(/img/top/area-wrap.png) no-repeat center top;
  position: relative;
}
#top-area .wrap::before {
  position: absolute;
  content: "";
}
#top-area .wrap::after {
  position: absolute;
  content: "";
}
#top-area .wrap::before {
  width: 114px;
  height: 217px;
  left: 38px;
  bottom: 8px;
  background: url(/img/top/area-deco01.png) no-repeat;
  background-size: 100%;
}
#top-area .wrap::after {
  width: 72px;
  height: 58px;
  top: -10px;
  right: -50px;
  background: url(/img/top/area-deco02.png) no-repeat;
  background-size: 100%;
}
#top-area .box {
  width: 100%;
  text-align: center;
  position: relative;
}
#top-area .box::after {
  position: absolute;
  content: "";
}
#top-area .box::after {
  width: 17px;
  height: 51px;
  top: -8px;
  left: 100px;
  background: url(/img/top/news-sub-deco.png) no-repeat;
  background-size: 100%;
}
#top-area .ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 320px;
  letter-spacing: 0.05em;
  line-height: 60px;
  margin: 0 auto;
  color: #fff;
  background-color: #f3a608;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-area .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-area .ttl::before {
  position: absolute;
  content: "";
}
#top-area .ttl::after {
  position: absolute;
  content: "";
}
#top-area .ttl::before {
  width: 74px;
  height: 60px;
  left: -70px;
  transform: translateY(-50%);
  top: 50%;
  background: url(/img/top/area-ttl-deco02.png) no-repeat;
  background-size: 100%;
}
#top-area .ttl::after {
  width: 74px;
  height: 60px;
  right: -70px;
  transform: translateY(-50%);
  top: 50%;
  background: url(/img/top/area-ttl-deco03.png) no-repeat;
  background-size: 100%;
}
#top-area .ttl-color {
  color: #fbf593;
}
#top-area .txt {
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 30px;
}
#top-area .txt-color {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff7900;
  background: linear-gradient(transparent calc(100% - 40%), #fbf593 0%);
}
@media screen and (max-width: 767px) {
  #top-area .txt-color {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-area .sub-bg {
  background: url(/img/top/area.png) no-repeat calc(50% + 280px) top, url(/img/all/pt01.png) left top;
}
#top-area .sub-inner {
  padding: 80px 0 165px !important;
}
#top-area .sub-wrap {
  width: 540px;
  height: 481px;
  background: url(/img/first/area-box.png) no-repeat center/100%;
}

/* =========================================
    top  PC
    top-commitment
========================================= */
#top-commitment .bg {
  background: url(/img/top/commitment-top.png) no-repeat center 50px, url(/img/top/commitment-bg-btm.png) no-repeat center bottom/100%, url(/img/all/pt01.png) left top;
}
#top-commitment .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
#top-commitment .inner::before {
  position: absolute;
  content: "";
}
#top-commitment .inner::after {
  position: absolute;
  content: "";
}
#top-commitment .inner::before {
  width: 159px;
  height: 124px;
  top: 0;
  left: 0;
  background: url(/img/top/commitment-bg-deco01.png) no-repeat;
  background-size: 100%;
}
#top-commitment .inner::after {
  width: 182px;
  height: 85px;
  top: 20px;
  right: 90px;
  background: url(/img/top/commitment-bg-deco02.png) no-repeat;
  background-size: 100%;
}
#top-commitment .container {
  position: relative;
}
#top-commitment .ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-commitment .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-commitment .ttl::before {
  position: absolute;
  content: "";
}
#top-commitment .ttl::after {
  position: absolute;
  content: "";
}
#top-commitment .ttl::before {
  width: 53px;
  height: 68px;
  top: 0;
  left: calc(50% - 230px);
  background: url(/img/top/commitment-ttl-l.png) no-repeat;
  background-size: 100%;
}
#top-commitment .ttl::after {
  width: 47px;
  height: 90px;
  top: -20px;
  right: calc(50% - 220px);
  background: url(/img/top/commitment-ttl-r.png) no-repeat;
  background-size: 100%;
}
#top-commitment .list {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 80px;
  padding-bottom: 155px;
  position: relative;
}
#top-commitment .list::before {
  position: absolute;
  content: "";
}
#top-commitment .list::after {
  position: absolute;
  content: "";
}
#top-commitment .list::before {
  width: 102px;
  height: 63px;
  left: 20px;
  bottom: 100px;
  background: url(/img/top/commitment-bg-deco04.png) no-repeat;
  background-size: 100%;
}
#top-commitment .list::after {
  width: 128px;
  height: 87px;
  top: -70px;
  right: 110px;
  background: url(/img/top/commitment-bg-deco03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1239px) {
  #top-commitment .list-item:first-of-type {
    width: 42.7vw;
  }
}
#top-commitment .list-item:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  #top-commitment .list-item:nth-of-type(2) {
    width: 53.1vw;
  }
}
#top-commitment .list-item:nth-of-type(3) {
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  #top-commitment .list-item:nth-of-type(3) {
    width: 54.3vw;
  }
}
#top-commitment .list-item:nth-of-type(4) {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1239px) {
  #top-commitment .list-item:nth-of-type(4) {
    width: 44.6vw;
  }
}
#top-commitment .btn {
  position: absolute;
  bottom: 35px;
  left: calc(50% - 405px);
  background: url(/img/all/btn-deco.png) no-repeat 65px center, #fb8b03;
}
#top-commitment .btn::before {
  position: absolute;
  content: "";
  width: 81px;
  height: 34px;
  top: -30px;
  left: -30px;
  background: url(/img/all/btn-check.png) no-repeat center/100%;
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-bg-l.png) no-repeat left -22px, url(/img/top/service-bg-r.png) no-repeat right -52px;
}
@media screen and (max-width: 1400px) {
  #top-service .bg {
    background: url(/img/top/service-bg-l.png) no-repeat left -22px/30.4vw, url(/img/top/service-bg-r.png) no-repeat right -52px/41.4vw;
  }
}
#top-service .txt {
  text-align: center;
  margin-top: 45px;
  padding-bottom: 40px;
  background: url(/img/top/service-ttl-deco.png) no-repeat center bottom;
}
#top-service .list {
  margin-top: 35px;
}
#top-service .list-item:first-of-type {
  position: relative;
}
#top-service .list-item:first-of-type::before {
  position: absolute;
  content: "";
}
#top-service .list-item:first-of-type::after {
  position: absolute;
  content: "";
}
#top-service .list-item:first-of-type::before {
  width: 86px;
  height: 116px;
  left: -10px;
  bottom: 50px;
  background: url(/img/top/service-deco01.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
#top-service .list-item:first-of-type::after {
  width: 83px;
  height: 69px;
  right: -15px;
  bottom: 80px;
  background: url(/img/top/service-deco02.png) no-repeat;
  background-size: 100%;
}
#top-service .list-item:nth-of-type(2) {
  margin-top: 60px;
  position: relative;
}
#top-service .list-item:nth-of-type(2)::after {
  position: absolute;
  content: "";
}
#top-service .list-item:nth-of-type(2)::after {
  width: 113px;
  height: 78px;
  left: -20px;
  bottom: -50px;
  background: url(/img/top/service-deco03.png) no-repeat;
  background-size: 100%;
}
#top-service .list-item:nth-of-type(2) .list-link::before {
  background: url(/img/top/service-img-deco02.png) no-repeat;
}
#top-service .list-item:nth-of-type(3) {
  position: relative;
}
#top-service .list-item:nth-of-type(3)::after {
  position: absolute;
  content: "";
}
#top-service .list-item:nth-of-type(3)::after {
  width: 132px;
  height: 122px;
  right: -70px;
  bottom: 70px;
  background: url(/img/top/service-deco04.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #top-service .list-item:nth-of-type(3)::after {
    right: -10px;
  }
}
#top-service .list-item:nth-of-type(n + 2) .list-ttl {
  margin-top: 40px;
}
#top-service .list-link {
  width: 340px;
  height: 400px;
  padding: 30px 20px 0;
  background: url(/img/top/service-link-bg.jpg) left top;
  border-radius: 5px;
  box-shadow: 7px 7px 0 #e2d9cd;
  position: relative;
}
#top-service .list-link::before {
  position: absolute;
  content: "";
}
#top-service .list-link::after {
  position: absolute;
  content: "";
}
#top-service .list-link::before {
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
  background: url(/img/top/service-img-deco01.png) no-repeat;
}
#top-service .list-link::after {
  width: 100px;
  height: 87px;
  right: -25px;
  bottom: -50px;
  background: url(/img/top/service-link.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1150px) {
  #top-service .list-link::after {
    right: -10px;
  }
}
#top-service .list-img {
  width: 100%;
  border-radius: 5px;
}
#top-service .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #top-service .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =========================================
    top  PC
    top-info
========================================= */
#top-info .bg {
  background: url(/img/top/info-btm-bg.png) no-repeat center bottom/100%, url(/img/top/info-top-bg.png) no-repeat center top, url(/img/all/pt04.png) left top;
}
#top-info .ttl {
  position: relative;
}
#top-info .ttl::before {
  position: absolute;
  content: "";
}
#top-info .ttl::after {
  position: absolute;
  content: "";
}
#top-info .ttl::before {
  width: 158px;
  height: 87px;
  top: 10px;
  left: calc(50% - 355px);
  background: url(/img/top/info-ttl-deco01.png) no-repeat;
  background-size: 100%;
}
#top-info .ttl::after {
  width: 158px;
  height: 87px;
  top: 10px;
  right: calc(50% - 355px);
  background: url(/img/top/info-ttl-deco02.png) no-repeat;
  background-size: 100%;
}
#top-info .wrap {
  margin-top: 60px;
  padding-top: 138px;
  background: url(/img/top/info-box-top.png) no-repeat center top;
  position: relative;
}
#top-info .wrap::before {
  position: absolute;
  content: "";
}
#top-info .wrap::after {
  position: absolute;
  content: "";
}
#top-info .wrap::before {
  width: 54px;
  height: 175px;
  top: -45px;
  left: 60px;
  background: url(/img/top/info-box-deco01.png) no-repeat;
  background-size: 100%;
}
#top-info .wrap::after {
  width: 159px;
  height: 124px;
  top: -50px;
  right: -46px;
  background: url(/img/top/info-bg-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #top-info .wrap::after {
    right: -10px;
  }
}
#top-info .table {
  max-width: 1000px;
  margin: 0 auto;
  padding: 7px 40px 55px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
}
#top-info .table::after {
  position: absolute;
  content: "";
}
#top-info .table::after {
  width: 75px;
  height: 109px;
  right: -52px;
  top: 45px;
  background: url(/img/top/info-box-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1150px) {
  #top-info .table::after {
    right: -40px;
  }
}
#top-info .map {
  width: 100%;
  max-width: 1000px;
  height: 300px;
  margin: 70px auto 0;
  border: 5px solid #c4d642;
  outline: 5px solid #fff;
  outline-offset: -10px;
  border-radius: 10px;
  position: relative;
}
#top-info .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-info .map::before {
  position: absolute;
  content: "";
}
#top-info .map::after {
  position: absolute;
  content: "";
}
#top-info .map::before {
  width: 275px;
  height: 145px;
  left: 10px;
  top: -145px;
  background: url(/img/top/map-deco01.png) no-repeat;
  background-size: 100%;
}
#top-info .map::after {
  width: 153px;
  height: 40px;
  right: 40px;
  top: -40px;
  background: url(/img/top/map-deco02.png) no-repeat;
  background-size: 100%;
}
#top-info .map iframe {
  border-radius: 10px;
}
#top-info .btn {
  margin: 40px auto 0;
}
#top-info .sub-bg {
  background: url(/img/top/service-bg-l.png) no-repeat left -22px, url(/img/top/service-bg-r.png) no-repeat right -52px, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
}
@media screen and (max-width: 1400px) {
  #top-info .sub-bg {
    background: url(/img/top/service-bg-l.png) no-repeat left -22px/30.4vw, url(/img/top/service-bg-r.png) no-repeat right -52px/41.4vw, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
  }
}
#top-info .sub-ttl::before {
  display: none;
}
#top-info .sub-ttl::after {
  display: none;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background: url(/img/all/pt02.png) left top;
}
#top-news .container {
  padding: 63px 0 80px;
  background: #fff;
  position: relative;
}
#top-news .container::before {
  position: absolute;
  content: "";
}
#top-news .container::after {
  position: absolute;
  content: "";
}
#top-news .container::before {
  width: 100%;
  height: 30px;
  transform: translateX(-50%);
  left: 50%;
  top: -30px;
  background: url(/img/top/news-top.png) no-repeat;
  background-size: 100%;
}
#top-news .container::after {
  width: 100%;
  height: 40px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -40px;
  background: url(/img/top/news-btm.png) no-repeat;
  background-size: 100%;
}
#top-news .container-box {
  width: 100%;
  position: relative;
}
#top-news .sub-ttl {
  position: relative;
}
#top-news .sub-ttl::before {
  position: absolute;
  content: "";
}
#top-news .sub-ttl::before {
  width: 17px;
  height: 51px;
  top: -8px;
  left: 20px;
  background: url(/img/top/news-sub-deco.png) no-repeat;
  background-size: 100%;
}
#top-news .ttl {
  margin-left: 25px;
}
#top-news .list {
  width: 100%;
  max-width: 920px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 4px dotted #fcbb21;
}
#top-news .list-link {
  width: 100%;
  padding: 19px 0;
  color: #241211;
  border-bottom: 1px solid #e1d2bb;
}
#top-news .btn {
  width: 200px;
  margin-left: auto;
  margin-right: 90px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-first
========================================= */
#sub-about .bg {
  background: url(/img/first/about-bg-top.jpg) no-repeat center top, url(/img/all/pt01.png) left top;
}
@media screen and (min-width: 1921px) {
  #sub-about .bg {
    background: url(/img/first/about-bg-top.jpg) no-repeat center top/100%, url(/img/all/pt01.png) left top;
  }
}
#sub-about .container {
  width: 100%;
  padding: 80px 15px 90px;
  background: url(/img/first/about-deco01.png) no-repeat 70px 70px, url(/img/first/about-deco02.png) no-repeat calc(100% - 30px) calc(100% - 30px), url(/img/all/pt03.png) left top;
  border: 4px solid #c4d642;
  border-radius: 20px;
  position: relative;
}
#sub-about .container::before {
  position: absolute;
  content: "";
}
#sub-about .container::after {
  position: absolute;
  content: "";
}
#sub-about .container::before {
  width: 20.1vw;
  min-width: 300px;
  height: 14.6vw;
  min-height: 220px;
  top: -14px;
  right: -5.2vw;
  background: url(/img/first/about-img01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #sub-about .container::before {
    right: -10px;
  }
}
#sub-about .container::after {
  width: 18.6vw;
  min-width: 280px;
  height: 12.4vw;
  min-height: 186px;
  bottom: -80px;
  left: -5.2vw;
  background: url(/img/first/about-img02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #sub-about .container::after {
    left: -10px;
  }
}
#sub-about .txt {
  line-height: 2.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 50px;
}

#sub-feature .bg {
  background: url(/img/top/commitment-bg-btm.png) no-repeat center bottom/100%;
}
#sub-feature .container {
  padding-top: 125px;
  background: url(/img/first/feature-deco.png) no-repeat center top/100%;
  position: relative;
}
#sub-feature .container::before {
  position: absolute;
  content: "";
}
#sub-feature .container::after {
  position: absolute;
  content: "";
}
#sub-feature .container::before {
  width: 299px;
  height: 253px;
  top: 40px;
  left: -40px;
  background: url(/img/first/feature-img01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #sub-feature .container::before {
    left: -10px;
  }
}
#sub-feature .container::after {
  width: 203px;
  height: 263px;
  top: 40px;
  right: 50px;
  background: url(/img/first/feature-img02.png) no-repeat;
  background-size: 100%;
}
#sub-feature .list {
  flex-wrap: wrap;
  gap: 100px 80px;
  margin-top: 90px;
}
#sub-feature .list-item {
  width: 500px;
  height: 465px;
  padding: 100px 30px 0;
  background: url(/img/all/pt05.jpg) left top;
  border-radius: 5px;
  box-shadow: 7px 7px #e2d9cd;
  position: relative;
}
#sub-feature .list-item:nth-of-type(2) .list-ttl {
  background-color: #fb8b03;
}
#sub-feature .list-item:nth-of-type(2) .list-ttl::before {
  background: url(/img/first/feature-arw02.png) no-repeat center/100%;
}
#sub-feature .list-item:nth-of-type(3) .list-ttl {
  background-color: #f3a608;
}
#sub-feature .list-item:nth-of-type(3) .list-ttl::before {
  background: url(/img/first/feature-arw03.png) no-repeat center/100%;
}
#sub-feature .list-ttl {
  position: absolute;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 460px;
  height: 85px;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  left: 50%;
  top: -20px;
  color: #fff;
  background-color: #6abb00;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  #sub-feature .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-feature .list-ttl::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  background: url(/img/first/feature-arw01.png) no-repeat center/100%;
}
#sub-feature .list-img {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#sub-feature .list-txt {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

#sub-flow .bg {
  background: url(/img/top/service-bg-l.png) no-repeat left -22px, url(/img/top/service-bg-r.png) no-repeat right -52px, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
}
@media screen and (max-width: 1400px) {
  #sub-flow .bg {
    background: url(/img/top/service-bg-l.png) no-repeat left -22px/30.4vw, url(/img/top/service-bg-r.png) no-repeat right -52px/41.4vw, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
  }
}
#sub-flow .list {
  width: 100%;
  flex-wrap: wrap;
  gap: 50px 60px;
  margin-top: 70px;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
#sub-flow .list::before {
  position: absolute;
  content: "";
}
#sub-flow .list::after {
  position: absolute;
  content: "";
}
#sub-flow .list::before {
  width: 257px;
  height: 200px;
  bottom: -40px;
  right: 100px;
  background: url(/img/first/flow-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1300px) {
  #sub-flow .list::before {
    right: 160px;
  }
}
#sub-flow .list::after {
  width: 202px;
  height: 124px;
  bottom: -20px;
  right: -100px;
  background: url(/img/first/flow-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1300px) {
  #sub-flow .list::after {
    right: -10px;
  }
}
#sub-flow .list-item {
  flex-basis: calc((100% - 120px) / 3);
  max-width: calc((100% - 120px) / 3);
  text-align: center;
  position: relative;
}
#sub-flow .list-item::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item::before {
  width: 20px;
  height: 30px;
  top: 103px;
  right: -40px;
  background: url(/img/first/flow-arw.png) no-repeat;
  background-size: 100%;
}
#sub-flow .list-item:last-of-type::before {
  display: none;
}
#sub-flow .list-ico {
  width: 140px;
  height: 140px;
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbf593;
  border-radius: 50%;
}
#sub-flow .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin: 20px auto 0;
  padding: 10.5px;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-flow .list-txt {
  line-height: 1.875;
  text-align: left;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

#sub-question .list {
  margin-top: 70px;
}
#sub-question .list-item {
  width: 100%;
  padding: 40px;
  background: url(/img/all/pt05.jpg) left top;
  box-shadow: 7px 7px #e2d9cd;
  border-radius: 10px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sub-question .list-q {
  font-family: "SigmarOne-Regular", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  line-height: 45px;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  background-color: #6abb00;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #sub-question .list-q {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .list-a {
  font-family: "SigmarOne-Regular", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  line-height: 45px;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #sub-question .list-a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .list-top {
  padding: 0 15px;
}
#sub-question .list-btm {
  width: 100%;
  padding: 20px 55px 25px;
  margin-top: 35px;
  background-color: #fff;
  border-radius: 10px;
}
#sub-question .list-ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-top: 5px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-question .list-txt {
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-top: 10px;
  padding-left: 20px;
}

/* =========================================
    sub  PC
    flowchart
========================================= */
#flowchart .bg {
  background: url(/img/reform/wave.png) no-repeat center bottom/100%, url(/img/all/pt02.png) left top;
}
#flowchart .container {
  padding-top: 45px;
  background: url(/img/top/info-ttl-deco01.png) no-repeat calc(50% - 400px) top, url(/img/top/info-ttl-deco02.png) no-repeat calc(50% + 400px) top;
}
#flowchart .container-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flowchart .container-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#flowchart .container-ttl::before {
  position: absolute;
  content: "";
}
#flowchart .container-ttl::after {
  position: absolute;
  content: "";
}
#flowchart .container-ttl::before {
  width: 602px;
  height: 36px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: url(/img/top/service-ttl-deco.png) no-repeat;
  background-size: 100%;
}
#flowchart .container-ttl::after {
  width: 73px;
  height: 99px;
  right: calc(50% - 380px);
  bottom: -17px;
  background: url(/img/reform/answer-ttl-deco.png) no-repeat;
  background-size: 100%;
}
#flowchart .container-ttl-color {
  padding: 0 10px;
  color: #fbf593;
  background-color: #fb8b03;
  border-radius: 20px;
}
#flowchart .container-construction::after {
  width: 91px;
  height: 55px;
  right: calc(50% - 412px);
  bottom: 9px;
  background: url(/img/construction/construction.png) no-repeat;
  background-size: 100%;
}
#flowchart .chart_container {
  width: 100%;
  margin-top: 30px;
  background: url(/img/all/pt03.png) left top;
  border: 4px solid #c4d642;
  border-radius: 20px;
}
#flowchart .wrap {
  padding: 56px;
  position: relative;
  z-index: 1;
}
#flowchart .wrap::before {
  position: absolute;
  content: "";
}
#flowchart .wrap::before {
  width: 102px;
  height: 63px;
  right: 55px;
  bottom: 55px;
  background: url(/img/reform/answer-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#flowchart .wrap-answer::before {
  bottom: unset;
  top: 55px;
}
#flowchart .ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 20px 90px;
  color: #fff;
  background-color: #6abb00;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flowchart .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#flowchart .ttl-lg {
  position: absolute;
  font-family: "SigmarOne-Regular", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  line-height: 45px;
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  color: #6abb00;
  background-color: #fbf593;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #flowchart .ttl-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#flowchart .box {
  width: 100%;
  margin-top: 60px;
  gap: 40px 80px;
  flex-wrap: wrap;
}
#flowchart .chart_btn {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 420px;
  height: 110px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 55px;
  box-shadow: 7px 7px #fbf593;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flowchart .chart_btn {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#flowchart .chart_btn::after {
  position: absolute;
  content: "";
}
#flowchart .chart_btn::after {
  width: 12px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  right: 35px;
  background: url(/img/reform/question-arw.png) no-repeat;
  background-size: 100%;
}
#flowchart .chart_btn:hover {
  transform: translate(7px, 7px);
  box-shadow: 0 0 #fbf593;
}
#flowchart .back-arw {
  display: block;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  width: 160px;
  margin: 55px auto 0;
  padding: 5px 0 5px 35px;
  color: #6abb00;
  border-bottom: 2px solid #6abb00;
  position: relative;
}
#flowchart .back-arw::after {
  position: absolute;
  content: "";
}
#flowchart .back-arw::after {
  transition: transform 0.3s ease;
}
#flowchart .back-arw:hover::after {
  transform: translate(5px, -50%);
}
#flowchart .back-arw::after {
  width: 12px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  background: url(/img/reform/back-arw.png) no-repeat;
  background-size: 100%;
}
#flowchart .answer-sub-ttl {
  width: 340px;
  margin: 0 auto;
}
#flowchart .answer-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 40px;
  padding: 19px 15px;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#flowchart .answer-fle {
  gap: 40px;
  align-items: start;
  margin-top: 30px;
}
#flowchart .answer-img {
  flex-shrink: 0;
}
#flowchart .answer-txt {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
#flowchart .answer-list {
  margin-top: 30px;
}
#flowchart .answer-btn {
  display: block;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  width: 300px;
  height: 50px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 25px;
  background-color: #6abb00;
  position: relative;
}
#flowchart .answer-btn::after {
  position: absolute;
  content: "";
}
#flowchart .answer-btn::after {
  transition: transform 0.3s ease;
}
#flowchart .answer-btn:hover::after {
  transform: translate(5px, -50%);
}
#flowchart .answer-btn::after {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
#flowchart .answer-btn:nth-of-type(n + 2) {
  margin: 10px auto 0;
}
#flowchart .answer-btn01::after {
  background: url(/img/all/arw-color.png) no-repeat center/100%;
}
#flowchart .answer-btn02 {
  background-color: #f3a608;
}
#flowchart .answer-btn02::after {
  background: url(/img/all/arw.png) no-repeat center/100%;
}
#flowchart .first-arw {
  width: 125px;
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-reform
========================================= */
#sub-reform .bg {
  background: url(/img/reform/service-bg.png) no-repeat center bottom/100%, url(/img/all/pt01.png) left top;
}
#sub-reform .wrap {
  width: 100%;
  margin-top: 70px;
  padding: 47.5px 15px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
#sub-reform .wrap::before {
  position: absolute;
  content: "";
}
#sub-reform .wrap::after {
  position: absolute;
  content: "";
}
#sub-reform .wrap::before {
  width: 392px;
  height: 256px;
  bottom: -100px;
  left: -7.8vw;
  background: url(/img/reform/service-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1285px) {
  #sub-reform .wrap::before {
    width: 342px;
    height: 225px;
    bottom: -100px;
    left: -10px;
  }
}
#sub-reform .wrap::after {
  width: 289px;
  height: 233px;
  bottom: -100px;
  right: -5.2vw;
  background: url(/img/reform/service-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1285px) {
  #sub-reform .wrap::after {
    right: -10px;
  }
}
#sub-reform .wrap-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-reform .wrap-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-reform .list {
  width: 100%;
  margin-top: 150px;
}
#sub-reform .list-item {
  gap: 60px;
}
#sub-reform .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-reform .list-img {
  width: 500px;
  height: 350px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #6abb00;
  outline: 3px solid #fff;
  outline-offset: -5px;
}
#sub-reform .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-reform .list-wrap {
  width: 100%;
  margin-top: 10px;
}
#sub-reform .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 22.5px 15px;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-reform .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-reform .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-reform .list-ttl::before {
  width: 30px;
  height: 20px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  background: url(/img/reform/service-arw.png) no-repeat;
  background-size: 100%;
}
#sub-reform .list-ttl-sm {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #sub-reform .list-ttl-sm {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-reform .list-txt {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-top: 50px;
}

/* =========================================
    sub  PC
    sub-banner
========================================= */
#sub-banner .bg {
  background: url(/img/all/pt02.png) left top;
}
#sub-banner .link {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  display: block;
  width: 600px;
  height: 150px;
  letter-spacing: 0.01em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6abb00;
  background-color: #fff;
  border: 2px solid #6abb00;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-banner .link {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-banner .link::before {
  position: absolute;
  content: "";
}
#sub-banner .link::after {
  position: absolute;
  content: "";
}
#sub-banner .link::before {
  width: 158px;
  height: 115px;
  top: 20px;
  left: 30px;
  background: url(/img/all/banner-deco.png) no-repeat;
  background-size: 100%;
}
#sub-banner .link::after {
  width: 20px;
  height: 21px;
  transform: translateY(-50%);
  top: 50%;
  right: 80px;
  background: url(/img/all/link-ico.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#sub-banner .link:hover::after {
  transform: translate(3px, -60%);
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-message .bg {
  background: url(/img/company/message-bg.jpg) no-repeat center top/100%, url(/img/all/pt01.png) left top;
}
#sub-message .container {
  width: 100%;
  padding: 75px 55px;
  background: url(/img/all/pt03.png) left top;
  border: 4px solid #6abb00;
  border-radius: 20px;
  position: relative;
}
#sub-message .container::after {
  position: absolute;
  content: "";
}
#sub-message .container::after {
  width: 248px;
  height: 145px;
  right: -5.2vw;
  bottom: -60px;
  background: url(/img/company/message-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #sub-message .container::after {
    right: -10px;
  }
}
#sub-message .wrap {
  gap: 40px;
  margin-top: 25px;
}
#sub-message .img {
  flex-shrink: 0;
  position: relative;
}
#sub-message .img::before {
  position: absolute;
  content: "";
}
#sub-message .img::before {
  width: 185px;
  height: 194px;
  top: -126px;
  left: -30px;
  background: url(/img/company/message-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-message .box {
  margin-top: 20px;
}
#sub-message .name {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sub-message .name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-message .name-left {
  padding: 0 29px;
  margin-right: 20px;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 14px;
}
#sub-message .txt {
  line-height: 2.8;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

/* =========================================
    sub  PC
    sub-start
========================================= */
/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background: url(/img/top/service-bg-l.png) no-repeat left -22px, url(/img/top/service-bg-r.png) no-repeat right -52px, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
}
@media screen and (max-width: 1400px) {
  #sub-contact .bg {
    background: url(/img/top/service-bg-l.png) no-repeat left -22px/30.4vw, url(/img/top/service-bg-r.png) no-repeat right -52px/41.4vw, url(/img/first/flow-bg.png) no-repeat center bottom/100%, url(/img/all/pt04.png) left top;
  }
}
#sub-contact .wrap {
  width: 100%;
  margin-top: 50px;
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #c4d642;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #contact-form .com-btn01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#contact-form .com-btn01::after {
  display: none;
}
#contact-form .com-btn01:hover {
  transform: scale(0.95);
}

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

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

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

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

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

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

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

select {
  padding: 7px 15px;
}

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

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

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 th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

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

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

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

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

.required-mark {
  background: #ff900e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .bg {
  background: url(/img/all/pt02.png) left top;
}
#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 {
  width: 100%;
  border: 4px solid #c4d642;
  border-radius: 20px;
  background: url(/img/all/pt03.png) left top;
}
#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: #241211;
}
#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.2;
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #fbf593;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #fbf593;
  text-align: center;
  color: #fbf593;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #241211;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-news-post-con {
  width: 100%;
  padding: 50px 30px;
  border: 4px solid #c4d642;
  border-radius: 20px;
  background: url(/img/all/pt03.png) left top;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #fbf593;
  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 #fbf593;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #ff7900;
  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: url(/img/all/pt03.png) left top;
  border-radius: 20px;
  border: 4px solid #c4d642;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #241211;
}
#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: #fb8b03;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #fb8b03;
  background-color: #fff;
  border: 1px solid #fb8b03;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #ff7900;
}
.pagenation .current-page {
  color: #fff;
  background: #ff7900;
  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 #ff7900;
  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 #ff7900 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: #ff7900;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

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

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

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

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  background: url(/img/all/pt01.png) left top;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #ff7900;
  color: #241211;
  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 #ff7900;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #ff7900;
  }
}
@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/pt01.png) left top;
}
#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: url(/img/all/pt01.png) left top;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  background: url(/img/all/pt01.png) left top;
}
#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: #ff7900;
}