@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@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);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@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);
}
/*	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: 1640px;
  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;
  letter-spacing: 0.06em;
  padding-left: 20px;
  color: #442800;
  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: 215px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #fcc031;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl01-main {
  display: inline-block;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  padding: 0 120px;
  background: url(/img/all/ttl-deco-l.png) no-repeat left center, url(/img/all/ttl-deco-r.png) no-repeat right center;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01-color {
  color: #72b230;
}

.com-ttl02 {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #169f29;
  border-bottom: 2px dotted #c6b194;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl03 {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  padding-left: 40px;
  color: #169f29;
  border-bottom: 2px dotted #c6b194;
  background: url(/img/all/com-ttl03-deco.png) no-repeat left 18px;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  width: 350px;
  text-align: center;
  padding: 26px 40px;
  background-color: #fcc031;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-btn01::after {
  transition: transform 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(5px, -50%);
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  width: 18px;
  height: 12px;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-mail {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  width: 320px;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  background-color: #ffe3a3;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-mail::before {
  position: absolute;
  content: "";
}
.com-mail::after {
  position: absolute;
  content: "";
}
.com-mail::before {
  width: 22px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  left: 31px;
  background: url(/img/all/mail-ico.png) no-repeat;
  background-size: 100%;
  transition: all 0.5s ease;
}
.com-mail::after {
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  background: url(/img/all/link-ico.png) no-repeat;
  background-size: 100%;
}
.com-mail:hover::before {
  transform: translateY(-50%) scale(1.1);
}

.com-line {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  width: 320px;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  background-color: #ceedcd;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-line::before {
  position: absolute;
  content: "";
}
.com-line::after {
  position: absolute;
  content: "";
}
.com-line::before {
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
  transition: all 0.5s ease;
}
.com-line::after {
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  background: url(/img/all/link-ico.png) no-repeat;
  background-size: 100%;
}
.com-line:hover::before {
  transform: translateY(-50%) scale(1.1);
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 th {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  white-space: pre-line;
  width: 230px;
  vertical-align: middle;
  letter-spacing: 0;
  padding: 12px 15px 12px 0;
  color: #169f29;
  border-bottom: 2px dotted #c6b194;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table01 td {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  white-space: pre-line;
  vertical-align: middle;
  padding: 13px 15px 13px 0;
  color: #442800;
  border-bottom: 2px dotted #c6b194;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table01 a {
  color: #442800;
}

.com-table02 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.com-table02 th {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 100px;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
  letter-spacing: 0;
  padding: 5px 30px;
  background-color: #fcc031;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .com-table02 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table02 td {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  white-space: pre-line;
  vertical-align: middle;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .com-table02 td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

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

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

.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: 12px;
  font-size: 1.2rem;
  padding: 1px 10px;
  background-color: #ece6dc;
  border-radius: 10px;
}

.com-time {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  flex-shrink: 0;
  padding-right: 12px;
  color: #169f29;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.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-recommended
========================================= */
#top-recommended .bg {
  background: url(/img/top/recommended-deco01.png) no-repeat left calc(100% - 133px), url(/img/top/recommended-deco02.png) no-repeat right 150px;
}
#top-recommended .list {
  margin: 65px auto 0;
  gap: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1660px) {
  #top-recommended .list {
    max-width: 820px;
    justify-content: center;
  }
}
#top-recommended .list-item {
  text-align: center;
}
#top-recommended .list-item:first-of-type {
  width: 393px;
  height: 373px;
  margin-top: 20px;
  padding-top: 63px;
  background: url(/img/top/recommended-box01.png) no-repeat center/cover;
}
@media screen and (max-width: 1660px) {
  #top-recommended .list-item:first-of-type {
    margin-top: 0;
  }
}
#top-recommended .list-item:first-of-type .list-img {
  margin-bottom: 17px;
}
#top-recommended .list-item:nth-of-type(2) {
  width: 393px;
  height: 372px;
  padding-top: 39px;
  background: url(/img/top/recommended-box02.png) no-repeat center/cover;
}
#top-recommended .list-item:nth-of-type(2) .list-img {
  margin-bottom: 10px;
}
#top-recommended .list-item:nth-of-type(3) {
  width: 387px;
  height: 367px;
  padding-top: 43px;
  background: url(/img/top/recommended-box02.png) no-repeat center/cover;
}
#top-recommended .list-item:nth-of-type(3) .list-img {
  margin-bottom: 20px;
}
#top-recommended .list-item:nth-of-type(4) {
  width: 392px;
  height: 373px;
  margin-top: 20px;
  padding-top: 54px;
  background: url(/img/top/recommended-box02.png) no-repeat center/cover;
}
@media screen and (max-width: 1660px) {
  #top-recommended .list-item:nth-of-type(4) {
    margin-top: 0;
  }
}
#top-recommended .list-item:nth-of-type(4) .list-img {
  margin-bottom: 28px;
}
#top-recommended .list-txt {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  #top-recommended .list-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-recommended .list-txt span {
  border-bottom: 2px dotted #c6b194;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .inner {
  position: relative;
}
#top-about .inner::after {
  position: absolute;
  content: "";
}
#top-about .inner::after {
  width: 393px;
  height: 229px;
  right: 50px;
  bottom: 150px;
  background: url(/img/top/about-deco03.png) no-repeat;
  background-size: 100%;
}
#top-about .container {
  padding: 125px 15px 130px;
  background-color: #ece6dc;
  border-radius: 150px;
  position: relative;
}
#top-about .container::before {
  position: absolute;
  content: "";
}
#top-about .container::after {
  position: absolute;
  content: "";
}
#top-about .container::before {
  width: 193px;
  height: 211px;
  top: 84px;
  left: -13px;
  background: url(/img/top/about-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1700px) {
  #top-about .container::before {
    left: -8px;
  }
}
@media screen and (max-width: 1660px) {
  #top-about .container::before {
    left: 0;
  }
}
#top-about .container::after {
  width: 256px;
  height: 117px;
  right: -5px;
  top: 78px;
  background: url(/img/top/about-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1660px) {
  #top-about .container::after {
    right: 0;
  }
}
#top-about .container-deco {
  position: absolute;
  width: 17.7vw;
  max-width: 340px;
  top: -36px;
  left: 137px;
}
@media screen and (max-width: 1300px) {
  #top-about .container-deco {
    left: 7.13vw;
    top: 20px;
  }
}
#top-about .primary {
  position: absolute;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 140px;
  font-size: 14rem;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  top: -90px;
  color: #e0d8cb;
}
@media screen and (max-width: 767px) {
  #top-about .primary {
    font-size: 70px;
    font-size: 7rem;
  }
}
#top-about .ttl {
  text-align: center;
}
#top-about .wrap {
  margin-top: 80px;
}
@media screen and (max-width: 1250px) {
  #top-about .wrap {
    align-items: center;
  }
}
#top-about .wrap-box {
  margin-top: 45px;
  margin-left: 35px;
}
#top-about .img {
  flex-shrink: 0;
}
@media screen and (max-width: 1250px) {
  #top-about .img {
    width: 430px;
  }
}
#top-about .txt {
  line-height: 2;
}
#top-about .btn {
  margin-top: 50px;
}

/* =========================================
    top  PC
    top-banner
========================================= */
#top-banner .bg {
  background: url(/img/top/banner-bg.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 1921px) {
  #top-banner .bg {
    background: url(/img/top/banner-bg.png) no-repeat center 50px/100%;
  }
}
#top-banner .banner-img {
  width: 100%;
}
#top-banner .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-banner .banner-img img {
  border-radius: 150px 75px;
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service .bg {
  background-color: #ece6dc;
  position: relative;
}
#top-service .bg::after {
  position: absolute;
  content: "";
}
#top-service .bg::after {
  width: 290px;
  height: 111px;
  right: 15.2vw;
  bottom: -96px;
  background: url(/img/top/service-deco02.png) no-repeat;
  background-size: 100%;
  z-index: 5;
}
#top-service .ttl-main {
  line-height: 1.2;
  margin-top: 15px;
}
#top-service .wrap {
  text-align: center;
  margin-top: 65px;
  padding: 80px 15px;
  background: url(/img/top/service-bg.jpg) no-repeat center/cover;
  border-radius: 150px;
  position: relative;
}
#top-service .wrap::before {
  position: absolute;
  content: "";
}
#top-service .wrap::before {
  width: 216px;
  height: 189px;
  top: -53px;
  left: 212px;
  background: url(/img/top/service-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1300px) {
  #top-service .wrap::before {
    left: 100px;
  }
}
#top-service .wrap-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  padding: 10px 0 30px;
  background: url(/img/top/service-ribon.png) no-repeat center;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-service .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-service .wrap-ttl::before {
  position: absolute;
  content: "";
}
#top-service .wrap-ttl::after {
  position: absolute;
  content: "";
}
#top-service .wrap-ttl::before {
  width: 38px;
  height: 29px;
  top: 30px;
  left: calc(50% - 160px);
  background: url(/img/top/service-ribon-deco.png) no-repeat;
  background-size: 100%;
}
#top-service .wrap-ttl::after {
  width: 38px;
  height: 29px;
  top: 30px;
  right: calc(50% - 160px);
  background: url(/img/top/service-ribon-deco.png) no-repeat;
  background-size: 100%;
}
#top-service .txt {
  line-height: 2;
  margin-top: 30px;
  color: #fff;
}
#top-service .box {
  width: 100%;
  max-width: 1320px;
  text-align: left;
  margin: 55px auto 0;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 20px;
}
#top-service .box-txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top-service .box-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-service .list {
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 15px;
}
#top-service .list-item {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  letter-spacing: 0.04em;
  padding-left: 25px;
  background: url(/img/all/check-ico.png) no-repeat left 8px;
}
#top-service .btn {
  display: block;
  margin: 60px auto 0;
}

/* =========================================
    top  PC
    top-question
========================================= */
#top-question .bg {
  background: url(/img/top/question-bg.png) no-repeat calc(100% - 28px) 78px, url(/img/top/service-btm-deco.jpg) no-repeat center top/100%;
}
#top-question .container {
  padding: 0 10px;
}
#top-question .ttl-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #169f29;
}
@media screen and (max-width: 767px) {
  #top-question .ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-question .ttl-main {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-question .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-question .list {
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 85px;
}
#top-question .list-item {
  width: 520px;
  height: 135px;
  padding-top: 45px;
  padding: 45px 45px 0;
  background-color: #ece6dc;
  border-radius: 67.5px;
  position: relative;
}
#top-question .list-item::after {
  position: absolute;
  content: "";
}
#top-question .list-item::after {
  width: 44px;
  height: 58px;
  bottom: 0;
  right: 2px;
  background: url(/img/top/question-deco.png) no-repeat;
  background-size: 100%;
}
#top-question .list-top {
  position: absolute;
  width: 445px;
  height: 60px;
  padding: 10px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  left: 50%;
  top: -30px;
  border-radius: 10px;
  background-color: #169f29;
}
#top-question .list-q {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1;
  padding-right: 8px;
  flex-shrink: 0;
  color: #fcc031;
}
@media screen and (max-width: 767px) {
  #top-question .list-q {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-question .list-a {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  padding-right: 7px;
  flex-shrink: 0;
  color: #169f29;
}
@media screen and (max-width: 767px) {
  #top-question .list-a {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-question .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-question .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-question .list-txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #top-question .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    top  PC
    top-school
========================================= */
#top-school .container {
  width: 100%;
  height: 400px;
  padding: 55px 150px;
  background: url(/img/top/school-bg.jpg) no-repeat center/cover;
  border: 10px solid #fff;
  border-radius: 40px;
}
#top-school .ttl-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #fcc031;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, 4px -4px 4px #fff, -4px 4px 4px #fff;
}
@media screen and (max-width: 767px) {
  #top-school .ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-school .ttl-main {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, 4px -4px 4px #fff, -4px 4px 4px #fff;
}
@media screen and (max-width: 767px) {
  #top-school .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-school .btn {
  margin-top: 30px;
  color: #fff;
  background-color: #169f29;
}
#top-school .btn::after {
  background: url(/img/all/arw-white.png) no-repeat center/100%;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-deco-top.png) no-repeat center top, url(/img/top/news-deco-btm.png) no-repeat center bottom;
}
#top-news .inner {
  position: relative;
}
#top-news .inner::after {
  position: absolute;
  content: "";
}
#top-news .inner::after {
  width: 435px;
  height: 76px;
  bottom: -23px;
  left: 103px;
  background: url(/img/top/news-deco.png) no-repeat;
  background-size: 100%;
}
#top-news .container {
  padding: 0 10px;
}
#top-news .container-box {
  width: 350px;
  flex-shrink: 0;
  position: relative;
}
#top-news .ttl {
  text-align: center;
}
#top-news .ttl-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #169f29;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-news .ttl-main {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-news .list {
  width: 100%;
  margin-left: 90px;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#top-news .list-link {
  width: 100%;
  padding: 26px 50px 20px 30px;
  color: #442800;
  background-color: #fff;
  border-radius: 20px;
}
#top-news .list-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top-news .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-news .btn {
  margin-top: 65px;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .container {
  text-align: center;
  padding: 4.68vw;
  background: url(/img/top/contact-bg.jpg) no-repeat center/cover;
  border-radius: 150px;
  position: relative;
}
#top-contact .container::after {
  position: absolute;
  content: "";
}
#top-contact .container::after {
  width: 242px;
  height: 137px;
  top: -40px;
  right: 148px;
  background: url(/img/top/contact-deco.png) no-repeat;
  background-size: 100%;
}
#top-contact .ttl-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #fcc031;
}
@media screen and (max-width: 767px) {
  #top-contact .ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .ttl-main {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-contact .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-contact .txt {
  margin-top: 40px;
  color: #fff;
}
#top-contact .list {
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 55px;
}
#top-contact .list-item {
  width: 400px;
  height: 168px;
  padding: 15px 30px 0;
  background-color: #fff;
  border-radius: 20px;
}
#top-contact .list-item:first-of-type {
  position: relative;
}
#top-contact .list-item:first-of-type::after {
  position: absolute;
  content: "";
}
#top-contact .list-item:first-of-type::after {
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  top: 50%;
  right: -11px;
  background: url(/img/all/contact-arw.png) no-repeat;
  background-size: 100%;
}
#top-contact .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 2px dotted #c6b194;
}
@media screen and (max-width: 767px) {
  #top-contact .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-contact .list-tel {
  margin-bottom: 20px;
  color: #169f29;
}
#top-contact .list-mail {
  color: #ff8a00;
}
#top-contact .list-line {
  color: #06c755;
}
#top-contact .com-tel-num {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.06em;
  padding-left: 30px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 9px;
}
@media screen and (max-width: 767px) {
  #top-contact .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .com-tel-svg {
  width: 245px;
  left: 15px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-about .bg {
  overflow: hidden;
}
#sub-about .container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #ece6dc;
  border-radius: 150px;
  position: relative;
}
#sub-about .container::before {
  position: absolute;
  content: "";
}
#sub-about .container::after {
  position: absolute;
  content: "";
}
#sub-about .container::before {
  width: 256px;
  height: 117px;
  top: 143px;
  left: -37px;
  background: url(/img/about/about-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-about .container::after {
  width: 193px;
  height: 221px;
  top: -8px;
  right: 4.68vw;
  background: url(/img/about/about-deco02.png) no-repeat;
  background-size: 100%;
}
#sub-about .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0 125px;
  position: relative;
}
#sub-about .container-inner::before {
  position: absolute;
  content: "";
}
#sub-about .container-inner::before {
  width: 290px;
  height: 111px;
  left: -60px;
  bottom: -21px;
  background: url(/img/about/about-deco03.png) no-repeat;
  background-size: 100%;
}
#sub-about .ttl {
  text-align: center;
  position: relative;
}
#sub-about .ttl::before {
  position: absolute;
  content: "";
}
#sub-about .ttl::after {
  position: absolute;
  content: "";
}
#sub-about .ttl::before {
  width: 85px;
  height: 51px;
  left: calc(50% - 400px);
  bottom: 36px;
  background: url(/img/all/ttl-deco-l.png) no-repeat;
  background-size: 100%;
}
#sub-about .ttl::after {
  width: 88px;
  height: 53px;
  right: calc(50% - 400px);
  bottom: 30px;
  background: url(/img/all/ttl-deco-r.png) no-repeat;
  background-size: 100%;
}
#sub-about .ttl-top {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  border-bottom: 6px dotted #c7d99a;
}
@media screen and (max-width: 767px) {
  #sub-about .ttl-top {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-about .ttl-box {
  display: block;
  margin-top: 20px;
}
#sub-about .wrap {
  margin-top: 60px;
}
#sub-about .img {
  flex-shrink: 0;
  margin-top: 10px;
  border-radius: 60px;
}
#sub-about .txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.2;
  margin-left: 41px;
}
@media screen and (max-width: 767px) {
  #sub-about .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-feature .bg {
  position: relative;
  z-index: 1;
}
#sub-feature .bg::before {
  position: absolute;
  content: "";
}
#sub-feature .bg::before {
  width: 100%;
  max-width: 1640px;
  height: 400px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(/img/about/feature-bg.jpg) no-repeat left center/cover;
  border: 10px solid #fff;
  border-radius: 40px;
  z-index: -1;
}
#sub-feature .ttl {
  text-align: center;
}
#sub-feature .ttl-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, 4px -4px 4px #fff, -4px 4px 4px #fff;
  letter-spacing: 0.08em;
  color: #fcc031;
}
@media screen and (max-width: 767px) {
  #sub-feature .ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-feature .ttl-main {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, 4px -4px 4px #fff, -4px 4px 4px #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sub-feature .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-feature .list {
  margin-top: 145px;
}
#sub-feature .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-feature .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  letter-spacing: 0;
  padding: 6px 25px;
  color: #fff;
  background-color: #169f29;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #sub-feature .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-feature .list-txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.2;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  #sub-feature .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-area .bg {
  overflow: hidden;
}
#sub-area .container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #ece6dc;
  border-radius: 40px;
  position: relative;
}
#sub-area .container::before {
  position: absolute;
  content: "";
}
#sub-area .container::before {
  width: 256px;
  height: 117px;
  right: -10px;
  bottom: 58px;
  background: url(/img/about/about-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-area .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 0 65px;
}
#sub-area .primary {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 140px;
  font-size: 14rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #e0d8cb;
}
@media screen and (max-width: 767px) {
  #sub-area .primary {
    font-size: 70px;
    font-size: 7rem;
  }
}
#sub-area .ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sub-area .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-area .txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #sub-area .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-area .img {
  flex-shrink: 0;
}

#sub-flow .bg {
  background: url(/img/about/flow-bg-l.png) no-repeat left calc(100% - 135px), url(/img/about/flow-bg-r.png) no-repeat right 210px;
}
#sub-flow .list {
  gap: 50px;
  margin-top: 65px;
}
#sub-flow .list-item {
  width: 230px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  position: relative;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 14px;
  height: 22px;
  top: 104px;
  left: -33px;
  background: url(/img/all/flow-arw.png) no-repeat;
  background-size: 100%;
}
#sub-flow .list-txt {
  display: block;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  width: 120px;
  line-height: 34px;
  text-align: center;
  margin: 20px auto 0;
  color: #fff;
  background-color: #169f29;
  border-radius: 18px;
}
#sub-flow .list-txt-lg {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-txt-lg {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-flow .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

#sub-terms .txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0;
  text-align: center;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #sub-terms .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-terms .list {
  margin-top: 70px;
}
#sub-terms .list-item {
  width: 100%;
  padding: 50px 60px;
  background-color: #fff;
  border-radius: 40px;
}
#sub-terms .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-terms .list-txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #sub-terms .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-terms .note {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #sub-terms .note {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    com-contact
========================================= */
#com-contact .container {
  width: 100%;
  max-width: 1640px;
  text-align: center;
  margin: 0 auto;
  padding: 90px 10px 100px;
  background: url(/img/top/contact-bg.jpg) no-repeat center/cover;
  border-radius: 150px;
  position: relative;
}
#com-contact .container::after {
  position: absolute;
  content: "";
}
#com-contact .container::after {
  width: 242px;
  height: 137px;
  top: -40px;
  right: 148px;
  background: url(/img/top/contact-deco.png) no-repeat;
  background-size: 100%;
}
#com-contact .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#com-contact .ttl-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #fcc031;
}
@media screen and (max-width: 767px) {
  #com-contact .ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#com-contact .ttl-main {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #com-contact .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#com-contact .txt {
  margin-top: 40px;
  color: #fff;
}
#com-contact .list {
  gap: 60px;
  margin-top: 55px;
}
#com-contact .list-item {
  width: 320px;
  height: 168px;
  padding: 15px 20px 0;
  background-color: #fff;
  border-radius: 20px;
}
#com-contact .list-item:first-of-type {
  position: relative;
}
#com-contact .list-item:first-of-type::after {
  position: absolute;
  content: "";
}
#com-contact .list-item:first-of-type::after {
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  top: 50%;
  right: -11px;
  background: url(/img/all/contact-arw.png) no-repeat;
  background-size: 100%;
}
#com-contact .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 2px dotted #c6b194;
}
@media screen and (max-width: 767px) {
  #com-contact .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#com-contact .list-tel {
  margin-bottom: 20px;
  color: #169f29;
}
#com-contact .list-mail {
  color: #ff8a00;
}
#com-contact .list-line {
  color: #06c755;
}
#com-contact .com-tel-num {
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  padding-left: 25px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 9px/16px;
}
@media screen and (max-width: 767px) {
  #com-contact .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#com-contact .com-tel-svg {
  width: 245px;
  left: 15px;
}
#com-contact .mail {
  width: 280px;
}
#com-contact .mail::before {
  top: 52%;
  left: 20px;
}
#com-contact .line {
  width: 280px;
}
#com-contact .line::before {
  top: 52%;
  left: 20px;
}

/* =========================================
    sub  PC
    sub-training
========================================= */
#sub-service .ttl-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #fcc031;
}
@media screen and (max-width: 767px) {
  #sub-service .ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-service .ttl-main {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sub-service .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-service .txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #sub-service .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-service .img {
  flex-shrink: 0;
  margin-top: 10px;
  margin-left: auto;
  border-radius: 40px;
}

#sub-training .container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  border-radius: 150px;
  background: url(/img/training/training-bg.jpg) no-repeat center/cover;
}
#sub-training .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0px;
}
#sub-training .ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 10px 0 30px;
  background: url(/img/top/service-ribon.png) no-repeat center;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-training .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-training .ttl::before {
  position: absolute;
  content: "";
}
#sub-training .ttl::after {
  position: absolute;
  content: "";
}
#sub-training .ttl::before {
  width: 38px;
  height: 29px;
  top: 30px;
  left: calc(50% - 160px);
  background: url(/img/top/service-ribon-deco.png) no-repeat;
  background-size: 100%;
}
#sub-training .ttl::after {
  width: 38px;
  height: 29px;
  top: 30px;
  right: calc(50% - 160px);
  background: url(/img/top/service-ribon-deco.png) no-repeat;
  background-size: 100%;
}
#sub-training .txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  width: 502px;
  letter-spacing: 0;
  line-height: 2.2;
  margin: 30px auto 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-training .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-training .list {
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 30px;
}
#sub-training .list-item {
  justify-content: space-between;
  width: 520px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 20px;
}
#sub-training .list-item:last-of-type {
  width: 750px;
}
#sub-training .list-wrap {
  width: 100%;
}
#sub-training .list-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(/img/all/com-ttl03-deco.png) no-repeat left 13px;
}
@media screen and (max-width: 767px) {
  #sub-training .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-training .list-ttl-sm {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-training .list-ttl-sm {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-training .list-ttl-position {
  position: relative;
  padding-bottom: 25px;
}
#sub-training .list-ttl-txt {
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  left: 0;
  bottom: 8px;
  color: #442800;
}
@media screen and (max-width: 767px) {
  #sub-training .list-ttl-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-training .list-txt {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  line-height: 1.5;
}
#sub-training .list-txt small {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sub-training .list-txt small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-training .img {
  flex-shrink: 0;
  margin-left: 10px;
}

#sub-training-feature .list {
  margin-top: 60px;
}
#sub-training-feature .list-item {
  align-items: start;
}
#sub-training-feature .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-training-feature .list-wrap {
  margin-right: 80px;
}
#sub-training-feature .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  padding: 6px 25px;
  color: #fff;
  background-color: #169f29;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #sub-training-feature .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-training-feature .list-img {
  flex-shrink: 0;
  border-radius: 40px;
}
#sub-training-feature .list-txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #sub-training-feature .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-training-feature .list-txt-sm {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #sub-training-feature .list-txt-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-price .txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  text-align: center;
  margin-top: 55px;
}
#sub-price .container {
  margin-top: 50px;
}
#sub-price .wrap {
  width: 100%;
  padding: 45px 60px 60px;
  background-color: #ece6dc;
  border-radius: 40px;
}
#sub-price .wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-price .wrap-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #169f29;
}
@media screen and (max-width: 767px) {
  #sub-price .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-price .list {
  margin-top: 30px;
}
#sub-price .list-item {
  width: 100%;
  padding: 12px 35px;
  background-color: #fff;
  border-radius: 10px;
}
#sub-price .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-price .list-ttl {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  flex-shrink: 0;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #sub-price .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-price .list-dod {
  width: 100%;
  border-top: 5px dotted #c7d99a;
}
#sub-price .list-fee {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  flex-shrink: 0;
  padding-left: 20px;
}
#sub-price .list-fee-sm {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sub-price .list-fee-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-price .list-txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-price .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-question
========================================= */
#sub-question .ttl {
  text-align: center;
}
#sub-question .ttl-sub {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #169f29;
}
@media screen and (max-width: 767px) {
  #sub-question .ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .ttl-main {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #sub-question .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-question .ttl-gra {
  background-image: linear-gradient(to bottom, #f3ae37, #f39037);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sub-question .list {
  gap: 80px;
  flex-wrap: wrap;
  margin-top: 60px;
}
#sub-question .list-item {
  width: 100%;
  padding: 0 40px 20px;
  position: relative;
}
#sub-question .list-item::before {
  position: absolute;
  content: "";
}
#sub-question .list-item::after {
  position: absolute;
  content: "";
}
#sub-question .list-item::before {
  width: 100%;
  height: 85%;
  left: 0;
  bottom: 0;
  background-color: #ece6dc;
  border-radius: 67.5px;
  z-index: -1;
}
#sub-question .list-item::after {
  width: 44px;
  height: 58px;
  bottom: 0;
  right: 2px;
  background: url(/img/top/question-deco.png) no-repeat;
  background-size: 100%;
}
#sub-question .list-top {
  width: 100%;
  padding: 10px 22px;
  display: flex;
  border-radius: 10px;
  background-color: #169f29;
}
#sub-question .list-btm {
  margin-top: 15px;
}
#sub-question .list-q {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 6px;
  padding-right: 8px;
  flex-shrink: 0;
  color: #fcc031;
}
@media screen and (max-width: 767px) {
  #sub-question .list-q {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-question .list-a {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  padding-right: 7px;
  flex-shrink: 0;
  color: #169f29;
}
@media screen and (max-width: 767px) {
  #sub-question .list-a {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-question .list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-question .list-txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sub-question .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    sub-school
========================================= */
#sub-greeting .bg {
  background: url(/img/school/greeting-bg-l.png) no-repeat left 235px/24.7vw, url(/img/school/greeting-bg-r.png) no-repeat right 170px/25.6vw;
  overflow: hidden;
}
#sub-greeting .ttl-sub {
  color: #169f29;
}
#sub-greeting .txt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #sub-greeting .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-greeting .container {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto 0;
  padding: 50px 15px 60px;
  background-color: #ece6dc;
  border-radius: 60px;
  position: relative;
}
#sub-greeting .container::before {
  position: absolute;
  content: "";
}
#sub-greeting .container::before {
  width: 121px;
  height: 212px;
  bottom: -13px;
  left: -34px;
  background: url(/img/school/greeting-deco.png) no-repeat;
  background-size: 100%;
}
#sub-greeting .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#sub-greeting .name {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  width: 540px;
  letter-spacing: 0;
  padding-bottom: 5px;
  border-bottom: 5px dotted #c7d99a;
}
@media screen and (max-width: 767px) {
  #sub-greeting .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-greeting .table {
  margin-top: 20px;
}
#sub-greeting .img {
  flex-shrink: 0;
  border-radius: 60px;
  margin-top: 10px;
}
#sub-greeting .banner {
  width: 100%;
  height: 328px;
  margin-top: 60px;
  padding: 48px 90px 0 90px;
  border: 10px solid #fff;
  border-radius: 20px;
  background: url(/img/school/greeting-banner.jpg) no-repeat center/cover;
  position: relative;
}
#sub-greeting .banner::after {
  position: absolute;
  content: "";
}
#sub-greeting .banner::after {
  width: 108px;
  height: 117px;
  right: -20px;
  bottom: -20px;
  background: url(/img/school/banner-deco.png) no-repeat;
  background-size: 100%;
}
#sub-greeting .btn {
  margin-top: 30px;
  color: #fff;
  background-color: #169f29;
}
#sub-greeting .btn::after {
  background: url(/img/all/arw-white.png) no-repeat center/100%;
}

#sub-school .wrap {
  margin-top: 40px;
}
#sub-school .map {
  width: 400px;
  flex-shrink: 0;
  margin-top: 20px;
  margin-left: 60px;
}
#sub-school .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

#sub-business .bg {
  margin-bottom: 130px;
  overflow: hidden;
  position: relative;
}
#sub-business .bg::before {
  position: absolute;
  content: "";
}
#sub-business .bg::after {
  position: absolute;
  content: "";
}
#sub-business .bg::before {
  width: 1640px;
  height: 54px;
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
  background: url(/img/top/news-deco-top.png) no-repeat;
  background-size: 100%;
}
#sub-business .bg::after {
  width: 1640px;
  height: 54px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: url(/img/top/news-deco-btm.png) no-repeat;
  background-size: 100%;
}
#sub-business .inner {
  position: relative;
}
#sub-business .inner::after {
  position: absolute;
  content: "";
}
#sub-business .inner::after {
  width: 224px;
  height: 183px;
  right: -4.16vw;
  top: 0;
  background: url(/img/school/business-deco.png) no-repeat;
  background-size: 100%;
}
#sub-business .table {
  margin-top: 50px;
}
#sub-business .table th {
  width: 300px;
  padding: 14px 20px;
}
#sub-business .table td {
  line-height: 1.94;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#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 {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
}

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

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

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

select {
  padding: 7px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.required-mark {
  background: #ff900e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #169f29;
}
@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 #169f29;
  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: #ece6dc;
  background-color: #fcc031;
  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 #ece6dc;
  border-right: 1px solid #ece6dc;
}

.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 .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #169f29;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #442800;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #fcc031;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #fcc031;
  text-align: center;
  color: #fcc031;
  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: #442800;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fcc031;
  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 #fcc031;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #169f29;
  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: #ece6dc;
  border-radius: 10px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #442800;
}
#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: #169f29;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #169f29;
  background-color: #fff;
}

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

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

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

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

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #169f29;
  color: #442800;
  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 #169f29;
  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 #169f29;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

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