@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: "Tourney-ThinItalic";
  src: url(../fonts/Tourney-ThinItalic.ttf);
}
@font-face {
  font-family: "Tourney-Expanded-ThinItalic";
  src: url(../fonts/Tourney_Expanded-ThinItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-BlackItalic";
  src: url(../fonts/Tourney_Expanded-BlackItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-MediumItalic";
  src: url(../fonts/Tourney_Expanded-MediumItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-Black";
  src: url(../fonts/Tourney_Expanded-Black.ttf);
}
@font-face {
  font-family: "Tourney-Black";
  src: url(../fonts/Tourney-Black.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: "Tourney-ThinItalic";
  src: url(../fonts/Tourney-ThinItalic.ttf);
}
@font-face {
  font-family: "Tourney-Expanded-ThinItalic";
  src: url(../fonts/Tourney_Expanded-ThinItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-BlackItalic";
  src: url(../fonts/Tourney_Expanded-BlackItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-MediumItalic";
  src: url(../fonts/Tourney_Expanded-MediumItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-Black";
  src: url(../fonts/Tourney_Expanded-Black.ttf);
}
@font-face {
  font-family: "Tourney-Black";
  src: url(../fonts/Tourney-Black.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: 1080px;
  margin: auto;
}

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

.com-tel {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}
.com-tel-num {
  font-family: "Tourney-Black", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  padding-left: 32px;
  color: #111111;
  background: url(/img/all/tel-ico.png) no-repeat left 10px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 250px;
  transform: translateX(-50%);
  left: 48%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 10px;
  position: relative;
}
.com-ttl01::before {
  position: absolute;
  content: "";
}
.com-ttl01::before {
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #ae9425;
}
.com-ttl01-sub {
  position: absolute;
  font-family: "Tourney-ThinItalic", sans-serif;
  font-size: 160px;
  font-size: 16rem;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 0.8;
  padding: 0 10px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  color: #ae9425;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) -50%, rgba(0, 0, 0, 0) 90%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) -50%, rgba(0, 0, 0, 0) 90%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 80px;
    font-size: 8rem;
  }
}
.com-ttl01-main {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl02 {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl02::before {
  position: absolute;
  content: "";
}
.com-ttl02::before {
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #ae9425;
}

.com-ttl03 {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl03::before {
  position: absolute;
  content: "";
}
.com-ttl03::before {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #ae9425 0%, rgba(255, 255, 255, 0) 100%);
}

.com-btn01 {
  width: 420px;
  text-align: center;
  padding: 22px 25px;
  color: #fff;
  background-color: #ae9425;
  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: 7px;
  height: 12px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw-white.png) no-repeat;
  background-size: 100%;
}

.com-mail {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 420px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ae9425;
  background-color: #111111;
  border: 1px solid #ae9425;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-mail::before {
  content: "";
  width: 32px;
  height: 26px;
  margin-right: 15px;
  background: url(/img/all/mail-ico.png) no-repeat center/100%;
  transition: all 0.3s ease;
}
.com-mail:hover::before {
  transform: scale(0.95);
}

.com-line {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 420px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ae9425;
  background-color: #111111;
  border: 1px solid #ae9425;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-line::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background: url(/img/all/line-ico.png) no-repeat center/100%;
  transition: all 0.3s ease;
}
.com-line:hover::before {
  transform: scale(0.95);
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: 1px solid rgba(28, 121, 38, 0.3);
}
.com-table01 th {
  white-space: pre-line;
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 160px;
  padding: 15px 15px 15px 20px;
  color: #fff;
  background-color: #1c7926;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 15px 15px 15px 20px;
  color: #111111;
  background-color: #fff;
}
.com-table01 a {
  color: #111111;
}

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

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

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

.pcnav-current {
  color: #ae9425 !important;
}

.foo-current {
  color: #ae9425 !important;
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.com-tag-list-item {
  margin-bottom: 5px;
}
.com-tag-list-item:nth-of-type(n + 2) {
  margin-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: 1px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  left: -8px;
  background-color: #111111;
  background-size: 100%;
}

.com-time {
  font-family: "Tourney-Black", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.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 .bg {
  background: url(/img/ent/ent-deco.png) no-repeat right calc(100% - 115px);
  overflow: hidden;
  position: relative;
}
#top-ent .bg::before {
  position: absolute;
  content: "";
}
#top-ent .bg::before {
  width: 220px;
  height: 220px;
  top: -12px;
  left: 6.25vw;
  background-color: #f0ece3;
}
#top-ent .container-box {
  display: grid;
}
#top-ent .container-box:nth-of-type(n + 2) {
  margin-left: 40px;
}
@media screen and (max-width: 1550px) {
  #top-ent .container-box:nth-of-type(n + 2) {
    margin-left: 30px;
  }
}
#top-ent .link {
  width: 740px;
  min-width: 522px;
  position: relative;
}
@media screen and (max-width: 1550px) {
  #top-ent .link {
    width: 47.5vw;
  }
}
#top-ent .link::before {
  position: absolute;
  content: "";
}
#top-ent .link::after {
  position: absolute;
  content: "";
}
#top-ent .link::before {
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  background-color: #ae9425;
}
#top-ent .link::after {
  width: 13px;
  height: 21px;
  bottom: 19px;
  right: 23px;
  background: url(/img/ent/ent-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-ent .link:hover::after {
  transform: translateX(5px);
}
#top-ent .link-home {
  height: 500px;
  padding-top: 312px;
  background: url(/img/ent/recruit-bg.jpg) no-repeat center/cover;
}
#top-ent .link-official {
  height: 230px;
  padding-top: 85px;
  background: url(/img/ent/official-bg.jpg) no-repeat center/cover;
}
#top-ent .link-column {
  height: 230px;
  margin-top: 40px;
  padding-top: 85px;
  background: url(/img/ent/column-bg.jpg) no-repeat center/cover;
}
#top-ent .ttl {
  position: relative;
  text-align: center;
}
#top-ent .ttl-sub {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ae9425;
}
@media screen and (max-width: 767px) {
  #top-ent .ttl-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-ent .ttl-main {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-ent .ttl-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-ent .ttl-home {
  position: relative;
  text-align: center;
}
#top-ent .ttl-home-sub {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ae9425;
}
@media screen and (max-width: 767px) {
  #top-ent .ttl-home-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-ent .ttl-home-main {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 54px;
  font-size: 5.4rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-ent .ttl-home-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-ent .ttl-home-main::before {
  position: absolute;
  content: "";
}
#top-ent .ttl-home-main::before {
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #ae9425;
}
#top-ent .primary {
  position: absolute;
  font-family: "Tourney-ThinItalic", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  white-space: nowrap;
  line-height: 0.8;
  letter-spacing: 0;
  transform: translateX(-50%);
  left: 50%;
  top: 40px;
  color: #fff;
  /* グラデーションマスクをかける */
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #top-ent .primary {
    font-size: 50px;
    font-size: 5rem;
  }
}
#top-ent .primary-home {
  font-size: 140px;
  font-size: 14rem;
  top: 240px;
}
@media screen and (max-width: 767px) {
  #top-ent .primary-home {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  #top-ent .primary-home {
    font-size: 125px;
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  #top-ent .primary-home {
    font-size: 60px;
    font-size: 6rem;
  }
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .container-box {
  width: 161px;
  flex-shrink: 0;
  padding-left: 30px;
  position: relative;
  border-left: 1px solid #111111;
}
#top-news .ttl-sub {
  font-family: "Tourney-Black", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-sub {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-news .ttl-main {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-main {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-news .list {
  width: 100%;
  margin-left: 95px;
}
#top-news .list-link {
  width: 100%;
  padding: 22px 35px 22px 30px;
  color: #111111;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
#top-news .list-box {
  margin-left: 30px;
}
#top-news .btn {
  font-family: "Noto sansCJK Bold", sans-serif;
  margin-top: 15px;
  padding-right: 20px;
  color: #ae9425;
  position: relative;
}
#top-news .btn::after {
  position: absolute;
  content: "";
}
#top-news .btn::after {
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-news .btn:hover::after {
  transform: translate(3px, -50%);
}

/* =========================================
    top  PC
    top-message
========================================= */
#top-message .bg {
  overflow: hidden;
  background: url(/img/top/message-bg.jpg) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-message .bg {
    overflow: unset;
    background: url(/img/top/message-bg.jpg) no-repeat center bottom/100%;
    position: relative;
  }
  #top-message .bg::before {
    position: absolute;
    content: "";
  }
  #top-message .bg::before {
    width: 100%;
    height: 165px;
    left: 0;
    top: -2px;
    background-color: #f7f5f0;
  }
}
#top-message .container-box {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 75px;
  color: #fff;
  position: relative;
  z-index: 1;
}
#top-message .container-box::before {
  position: absolute;
  content: "";
}
#top-message .container-box::before {
  width: 1600px;
  height: 540px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(/img/top/message-box.jpg) no-repeat;
  background-size: 100%;
  z-index: -2;
}
#top-message .container-box-txt {
  position: absolute;
  font-family: "Tourney-Black", sans-serif;
  font-size: 240px;
  font-size: 24rem;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  top: -10px;
  line-height: 0.8;
  letter-spacing: 0;
  color: rgba(174, 148, 37, 0.2);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top-message .container-box-txt {
    font-size: 120px;
    font-size: 12rem;
  }
}
#top-message .sub-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #top-message .sub-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-message .ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.37;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #top-message .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-message .top-txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.88;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top-message .top-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-message .primary {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 90px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-message .primary {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-message .primary-dod {
  position: relative;
}
#top-message .primary-dod::before {
  position: absolute;
  content: "";
}
#top-message .primary-dod::before {
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  left: 50%;
  top: -10px;
  background-color: #fff;
  border-radius: 50%;
}
#top-message .wrap {
  width: 540px;
  margin-left: auto;
  padding-top: 185px;
  position: relative;
}
#top-message .wrap::before {
  position: absolute;
  content: "";
}
#top-message .wrap::before {
  width: 291px;
  height: 525px;
  left: -335px;
  top: 25px;
  background: url(/img/all/illust01.png) no-repeat;
  background-size: 100%;
}
#top-message .wrap-ttl {
  position: absolute;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 435px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  top: 25px;
  left: -25px;
  color: #fff;
  background: url(/img/top/message-hukidasi.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #top-message .wrap-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-message .wrap-ttl-color {
  color: #ae9425;
  border-bottom: 1px solid #ae9425;
}
#top-message .txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.88;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-message .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    top  PC
    top-works
========================================= */
#top-works .bg {
  background: url(/img/top/works-bg-deco.png) no-repeat right bottom;
  position: relative;
  overflow: hidden;
}
#top-works .container {
  width: 540px;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  #top-works .container {
    width: 575px;
  }
}
#top-works .ttl {
  text-align: left;
  padding-top: 75px;
}
#top-works .ttl::before {
  transform: unset;
  left: 0;
}
#top-works .ttl::after {
  position: absolute;
  content: "";
  width: 158px;
  height: 226px;
  top: 65px;
  right: -5.2vw;
  background: url(/img/top/works-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1600px) {
  #top-works .ttl::after {
    top: 50px;
  }
}
@media screen and (max-width: 1220px) {
  #top-works .ttl::after {
    top: 40px;
    right: -10px;
  }
}
#top-works .img {
  position: absolute;
  top: 100px;
  left: calc(50% - 760px);
}
#top-works .img::before {
  position: absolute;
  content: "";
  width: 600px;
  height: 380px;
  bottom: -100px;
  left: -200px;
  background-color: #f0ece3;
  z-index: -1;
}
#top-works .txt {
  line-height: 1.75;
  margin-top: 45px;
}
#top-works .btn {
  margin-top: 40px;
}

/* =========================================
    top  PC
    top-staff
========================================= */
#top-staff .bg {
  overflow: hidden;
}
#top-staff .list {
  margin-top: 50px;
  position: relative;
}
#top-staff .list::before {
  position: absolute;
  content: "";
}
#top-staff .list::before {
  width: 100vw;
  height: 220px;
  left: calc(50% - 640px);
  bottom: -50px;
  background-color: #f0ece3;
  z-index: -1;
}
#top-staff .list-item {
  width: 340px;
  display: flex;
}
#top-staff .list-item:nth-of-type(n + 2) {
  margin-left: 30px;
}
#top-staff .list-link {
  width: 100%;
  height: 100%;
  position: relative;
}
#top-staff .list-link::after {
  position: absolute;
  content: "";
}
#top-staff .list-link::after {
  width: 1px;
  height: 60px;
  left: 20px;
  bottom: 0;
  border-left: 1px solid #1c7926;
  z-index: 2;
}
#top-staff .list-link:hover {
  opacity: 1;
}
#top-staff .list-link:hover .list-img img {
  transform: scale(1.05);
}
#top-staff .list-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
#top-staff .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-staff .list-img img {
  transition: all 0.3s ease;
}
#top-staff .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  margin-left: 35px;
  margin-top: 10px;
  padding-bottom: 10px;
}
#top-staff .img {
  position: absolute;
  left: 7px;
  top: -163px;
  z-index: -1;
}
#top-staff .btn {
  display: block;
  margin: 90px auto 0;
}

/* =========================================
    top  PC
    top-environment
========================================= */
#top-environment .bg {
  overflow: hidden;
}
#top-environment .container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #1c7926;
  position: relative;
}
#top-environment .container::before {
  position: absolute;
  content: "";
}
#top-environment .container::after {
  position: absolute;
  content: "";
}
#top-environment .container::before {
  width: 127px;
  height: 125px;
  bottom: 60px;
  left: -60px;
  background: url(/img/top/environment-deco01.png) no-repeat;
  background-size: 100%;
}
#top-environment .container::after {
  width: 116px;
  height: 116px;
  top: 145px;
  right: -60px;
  background: url(/img/top/environment-deco02.png) no-repeat;
  background-size: 100%;
}
#top-environment .container-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
  background: url(/img/top/environment-img01.png) no-repeat left 125px, url(/img/top/environment-deco03.png) no-repeat calc(100% - 45px) 100px;
  position: relative;
}
#top-environment .container-inner::before {
  position: absolute;
  content: "";
}
#top-environment .container-inner::after {
  position: absolute;
  content: "";
}
#top-environment .container-inner::before {
  width: 160px;
  height: 160px;
  left: calc(50% - 471px);
  bottom: -32px;
  background: url(/img/top/environment-img02.png) no-repeat;
  background-size: 100%;
}
#top-environment .container-inner::after {
  width: 348px;
  height: 331px;
  bottom: -32px;
  right: -36px;
  background: url(/img/top/environment-img03.png) no-repeat;
  background-size: 100%;
}
#top-environment .ttl::before {
  background-color: #fff;
}
#top-environment .ttl-sub {
  color: #fff;
  z-index: 0;
}
#top-environment .ttl-main {
  color: #fff;
}
#top-environment .txt {
  line-height: 1.75;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}
#top-environment .btn {
  display: block;
  margin: 30px auto 0;
}

/* =========================================
    top  PC
    top-guide
========================================= */
#top-guide .bg {
  background-color: #f0ece3;
}
#top-guide .list {
  margin-top: 50px;
}
#top-guide .list-link {
  width: 340px;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ae9425;
}
#top-guide .list-link::before {
  transition: all 0.5s;
}
#top-guide .list-link:hover::before {
  transform: scale(0.95);
}
#top-guide .list-request::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background: url(/img/top/recruitment-ico01.png) no-repeat center/100%;
}
#top-guide .list-recruitment::before {
  content: "";
  width: 35px;
  height: 32px;
  margin-right: 15px;
  background: url(/img/top/recruitment-ico02.png) no-repeat center/100%;
}
#top-guide .list-question::before {
  content: "";
  width: 31px;
  height: 27px;
  margin-right: 15px;
  background: url(/img/top/recruitment-ico03.png) no-repeat center/100%;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-bg-illust.png) no-repeat calc(50% + 510px) bottom, #111111;
  overflow: hidden;
}
#top-contact .inner {
  position: relative;
}
#top-contact .inner::before {
  position: absolute;
  content: "";
}
#top-contact .inner::before {
  width: 422px;
  height: 345px;
  bottom: 0;
  left: -9.2vw;
  background: url(/img/top/contact-deco.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #top-contact .inner::before {
    left: -140px;
  }
}
@media screen and (max-width: 1300px) {
  #top-contact .inner::before {
    width: 372px;
    height: 325px;
    left: -90px;
  }
}
#top-contact .ttl {
  padding-bottom: 0;
  padding-top: 105px;
}
#top-contact .ttl::before {
  display: none;
}
#top-contact .ttl-sub {
  font-family: "Tourney-Black", sans-serif;
  font-size: 200px;
  font-size: 20rem;
  letter-spacing: 0;
  top: -5px;
  color: #222;
  mask-image: unset;
  -webkit-mask-image: unset;
}
@media screen and (max-width: 767px) {
  #top-contact .ttl-sub {
    font-size: 100px;
    font-size: 10rem;
  }
}
#top-contact .ttl-main {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-contact .ttl-main {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-contact .ttl-main::before {
  position: absolute;
  content: "";
}
#top-contact .ttl-main::after {
  position: absolute;
  content: "";
}
#top-contact .ttl-main::before {
  width: 15px;
  height: 60px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 255px);
  background: url(/img/top/contact-ttl-l.png) no-repeat;
  background-size: 100%;
}
#top-contact .ttl-main::after {
  width: 15px;
  height: 60px;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 255px);
  background: url(/img/top/contact-ttl-r.png) no-repeat;
  background-size: 100%;
}
#top-contact .wrap {
  position: relative;
  margin-top: 40px;
  z-index: 5;
}
#top-contact .com-line {
  margin-left: 38px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-work
========================================= */
#sub-btn-list .container {
  flex-wrap: wrap;
  gap: 30px;
}
#sub-btn-list .btn {
  width: 525px;
}
#sub-btn-list .btn::after {
  width: 12px;
  height: 7px;
  background: url(/img/all/arw02.png) no-repeat center/100%;
}
#sub-btn-list .btn:hover::after {
  transform: translateY(1px);
}
#sub-btn-list .recruit-btn {
  width: 340px;
}

#sub-work .bg {
  background-color: #f0ece3;
}
#sub-work .txt {
  line-height: 1.75;
  text-align: center;
  margin-top: 40px;
}
#sub-work .list {
  margin-top: 60px;
}
#sub-work .list-item {
  width: 240px;
  background-color: #f7f5f0;
  position: relative;
}
#sub-work .list-item:nth-of-type(n + 2) {
  margin-left: 20px;
}
#sub-work .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: -20px;
  transform: translateY(-50%);
  top: 50%;
  background-color: #1c7926;
}
#sub-work .list-time {
  position: absolute;
  font-family: "Tourney_Expanded-BlackItalic", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 168px;
  line-height: 40px;
  text-align: center;
  top: -27px;
  left: -10px;
  background-color: #ae9425;
}
@media screen and (max-width: 767px) {
  #sub-work .list-time {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-work .list-time::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  bottom: -10px;
  background: url(/img/work/work-deco.png) no-repeat center/100%;
}
#sub-work .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 60px;
  text-align: center;
  padding-top: 20px;
  color: #fff;
  background-color: #1c7926;
}
@media screen and (max-width: 767px) {
  #sub-work .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-work .list-txt {
  line-height: 1.75;
  padding: 15px 20px;
  color: #1c7926;
}
#sub-work .list-img {
  display: block;
  margin: 145px auto 0;
}

#sub-products .wrap {
  margin-top: 50px;
}
#sub-products .btn {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 245px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/img/work/products-bg.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-products .btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-products .btn::after {
  position: absolute;
  content: "";
}
#sub-products .btn::after {
  width: 12px;
  height: 7px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
  background: url(/img/all/arw02.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#sub-products .btn:hover::after {
  transform: translate(-50%, 3px);
}

#sub-rice .bg,
#sub-wheat .bg,
#sub-soy .bg,
#sub-cabbage .bg {
  background-color: #f0ece3;
}
#sub-rice .txt,
#sub-wheat .txt,
#sub-soy .txt,
#sub-cabbage .txt {
  line-height: 1.75;
  text-align: center;
  margin-top: 45px;
}
#sub-rice .list,
#sub-wheat .list,
#sub-soy .list,
#sub-cabbage .list {
  margin-top: 35px;
  position: relative;
}
#sub-rice .list::before,
#sub-wheat .list::before,
#sub-soy .list::before,
#sub-cabbage .list::before {
  position: absolute;
  content: "";
}
#sub-rice .list::before,
#sub-wheat .list::before,
#sub-soy .list::before,
#sub-cabbage .list::before {
  width: 4px;
  height: 81.8%;
  top: 55px;
  left: 16px;
  background-color: #111111;
}
#sub-rice .list-item,
#sub-wheat .list-item,
#sub-soy .list-item,
#sub-cabbage .list-item {
  display: flex;
  justify-content: space-between;
}
#sub-rice .list-item:nth-of-type(n + 2),
#sub-wheat .list-item:nth-of-type(n + 2),
#sub-soy .list-item:nth-of-type(n + 2),
#sub-cabbage .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-rice .list-time,
#sub-wheat .list-time,
#sub-soy .list-time,
#sub-cabbage .list-time {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 20px;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-rice .list-time,
  #sub-wheat .list-time,
  #sub-soy .list-time,
  #sub-cabbage .list-time {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-rice .list-time::before,
#sub-wheat .list-time::before,
#sub-soy .list-time::before,
#sub-cabbage .list-time::before {
  position: absolute;
  content: "";
}
#sub-rice .list-time::before,
#sub-wheat .list-time::before,
#sub-soy .list-time::before,
#sub-cabbage .list-time::before {
  width: 36px;
  height: 36px;
  top: 13px;
  left: 0;
  background-color: #111111;
  border-radius: 50%;
}
#sub-rice .list-time::first-letter,
#sub-wheat .list-time::first-letter,
#sub-soy .list-time::first-letter,
#sub-cabbage .list-time::first-letter {
  font-family: "Tourney_Expanded-Black", sans-serif;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-rice .list-time::first-letter,
  #sub-wheat .list-time::first-letter,
  #sub-soy .list-time::first-letter,
  #sub-cabbage .list-time::first-letter {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-rice .list-time-lg,
#sub-wheat .list-time-lg,
#sub-soy .list-time-lg,
#sub-cabbage .list-time-lg {
  font-family: "Tourney_Expanded-Black", sans-serif;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sub-rice .list-time-lg,
  #sub-wheat .list-time-lg,
  #sub-soy .list-time-lg,
  #sub-cabbage .list-time-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-rice .list-box,
#sub-wheat .list-box,
#sub-soy .list-box,
#sub-cabbage .list-box {
  width: 820px;
  padding: 30px 40px 35px;
  background-color: #1c7926;
}
#sub-rice .list-ttl,
#sub-wheat .list-ttl,
#sub-soy .list-ttl,
#sub-cabbage .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-rice .list-ttl,
  #sub-wheat .list-ttl,
  #sub-soy .list-ttl,
  #sub-cabbage .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-rice .list-txt,
#sub-wheat .list-txt,
#sub-soy .list-txt,
#sub-cabbage .list-txt {
  line-height: 1.75;
  padding-top: 20px;
  color: #fff;
}
#sub-rice .wrap-txt,
#sub-wheat .wrap-txt,
#sub-soy .wrap-txt,
#sub-cabbage .wrap-txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 820px;
  line-height: 1.75;
  padding: 35px;
  color: #fff;
  background-color: #111111;
  border-radius: 20px;
  position: relative;
}
#sub-rice .wrap-txt::before,
#sub-wheat .wrap-txt::before,
#sub-soy .wrap-txt::before,
#sub-cabbage .wrap-txt::before {
  position: absolute;
  content: "";
}
#sub-rice .wrap-txt::before,
#sub-wheat .wrap-txt::before,
#sub-soy .wrap-txt::before,
#sub-cabbage .wrap-txt::before {
  width: 29px;
  height: 26px;
  top: 0;
  left: -13px;
  background: url(/img/work/hukidasi-arw.png) no-repeat;
  background-size: 100%;
}

#sub-rice .list-item:first-of-type .list-box {
  background: url(/img/work/rice-bg01.png) no-repeat right center, #1c7926;
}
#sub-rice .list-item:nth-of-type(2) .list-box {
  background: url(/img/work/rice-bg02.png) no-repeat right center, #1c7926;
}
#sub-rice .list-item:nth-of-type(3) .list-box {
  background: url(/img/work/rice-bg03.png) no-repeat right center, #1c7926;
}

#sub-wheat .bg,
#sub-cabbage .bg {
  background-color: #f7f5f0;
}

#sub-cabbage .list::before {
  height: 680px;
}

#sub-rice-center .bg {
  background-color: #f0ece3;
}
#sub-rice-center .wrap {
  margin-top: 50px;
}
#sub-rice-center .wrap-img {
  flex-shrink: 0;
}
#sub-rice-center .txt {
  line-height: 1.75;
  margin-left: 45px;
}
#sub-rice-center .box {
  margin-top: 52px;
}
#sub-rice-center .box-item {
  width: 520px;
  background-color: #1c7926;
}
#sub-rice-center .box-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
  padding: 25px 15px;
  color: #fff;
  background-color: #111111;
}
@media screen and (max-width: 767px) {
  #sub-rice-center .box-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-rice-center .box-txt {
  line-height: 1.75;
  padding: 25px 30px;
  color: #fff;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .list {
  flex-wrap: wrap;
  gap: 30px;
}
#sub-voice .list-item {
  width: 340px;
  display: flex;
}
#sub-voice .list-link {
  width: 100%;
  height: 100%;
  position: relative;
}
#sub-voice .list-link::after {
  position: absolute;
  content: "";
}
#sub-voice .list-link::after {
  width: 1px;
  height: 60px;
  left: 20px;
  bottom: 0;
  border-left: 1px solid #1c7926;
  z-index: 2;
}
#sub-voice .list-link:hover {
  opacity: 1;
}
#sub-voice .list-link:hover .list-img img {
  transform: scale(1.05);
}
#sub-voice .list-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
#sub-voice .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice .list-img img {
  transition: all 0.3s ease;
}
#sub-voice .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  margin-left: 35px;
  margin-top: 10px;
  padding-bottom: 10px;
}

#sub-voice-detail .container {
  padding: 50px;
  background: url(/img/voice/voice-deco.png) no-repeat calc(100% - 30px) 30px, #f0ece3;
}
#sub-voice-detail .img {
  width: 490px;
  height: 310px;
  flex-shrink: 0;
}
#sub-voice-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice-detail .ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 100%;
  padding: 30px 0 30px 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-voice-detail .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-voice-detail .ttl::before {
  position: absolute;
  content: "";
}
#sub-voice-detail .ttl::after {
  position: absolute;
  content: "";
}
#sub-voice-detail .ttl::before {
  width: 400px;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #1c7926;
}
#sub-voice-detail .ttl::after {
  width: 400px;
  height: 2px;
  bottom: 0;
  right: -50px;
  background-color: #1c7926;
}
#sub-voice-detail .list {
  margin-top: 40px;
}
#sub-voice-detail .list-item {
  padding-bottom: 25px;
  border-bottom: 2px solid #1c7926;
}
#sub-voice-detail .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-voice-detail .list-q {
  font-family: "Tourney_Expanded-Black", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #1c7926;
}
@media screen and (max-width: 767px) {
  #sub-voice-detail .list-q {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-voice-detail .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #sub-voice-detail .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-voice-detail .list-txt {
  line-height: 1.75;
  margin-top: 15px;
  margin-left: 60px;
}

/* =========================================
    sub  PC
    sub-environment
========================================= */
#sub-environment .bg {
  background-color: #f0ece3;
}
#sub-environment .wrap {
  text-align: center;
  margin-top: 50px;
  padding: 45px;
  background: url(/img/environment/environment-bg.jpg) no-repeat center/cover;
}
#sub-environment .wrap-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-environment .wrap-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-environment .wrap-ttl::before {
  position: absolute;
  content: "";
}
#sub-environment .wrap-ttl::before {
  width: 680px;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-image: radial-gradient(circle, #ae9425 0%, rgba(255, 255, 255, 0) 100%);
}
#sub-environment .txt {
  line-height: 1.75;
  margin-top: 30px;
  color: #fff;
}

#sub-advantage .list {
  margin-top: 50px;
}
#sub-advantage .list-item {
  display: flex;
  background-color: #1c7926;
}
#sub-advantage .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-advantage .list-item:first-of-type .list-num {
  right: -22px;
}
#sub-advantage .list-item:last-of-type .list-num {
  right: -10px;
}
#sub-advantage .list-img {
  flex-shrink: 0;
}
#sub-advantage .list-box {
  width: 100%;
  padding: 40px 50px 35px;
  position: relative;
  overflow: hidden;
}
#sub-advantage .list-num {
  position: absolute;
  font-family: "Tourney_Expanded-BlackItalic", sans-serif;
  font-size: 250px;
  font-size: 25rem;
  line-height: 0.8;
  letter-spacing: 0;
  bottom: -12px;
  right: 0;
  color: rgba(17, 17, 17, 0.15);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #sub-advantage .list-num {
    font-size: 125px;
    font-size: 12.5rem;
  }
}
#sub-advantage .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  #sub-advantage .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-advantage .list-txt {
  line-height: 1.75;
  margin-top: 20px;
  color: #fff;
}

#sub-charm .bg {
  background-color: #f0ece3;
}
#sub-charm .primary {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 50px;
  padding: 16px;
  color: #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-charm .primary {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-charm .primary::before {
  position: absolute;
  content: "";
}
#sub-charm .primary::before {
  width: 800px;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-image: radial-gradient(circle, #ae9425 60%, rgba(255, 255, 255, 0) 95%);
  z-index: -1;
}
#sub-charm .wrap {
  margin-top: 35px;
}
#sub-charm .img {
  flex-shrink: 0;
  margin-top: 5px;
}
#sub-charm .txt {
  line-height: 1.75;
  margin-left: 50px;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-request .bg {
  background-color: #f0ece3;
}
#sub-request .list {
  margin-top: 50px;
}
#sub-request .list-item {
  display: flex;
  background: url(/img/recruit/deco.png) no-repeat right bottom, #1c7926;
}
#sub-request .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-request .list-img {
  flex-shrink: 0;
}
#sub-request .list-box {
  width: 100%;
  padding: 15px 45px;
}
#sub-request .list-num {
  font-family: "Tourney_Expanded-MediumItalic", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 0.8;
  letter-spacing: 0;
  flex-shrink: 0;
  color: #ae9425;
}
@media screen and (max-width: 767px) {
  #sub-request .list-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-request .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-request .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-request .list-txt {
  line-height: 1.75;
  margin-top: 15px;
  color: #fff;
}

#sub-recruit .table {
  margin-top: 50px;
}

#sub-question .bg {
  background-color: #f0ece3;
}
#sub-question .list {
  margin-top: 50px;
}
#sub-question .list-item {
  padding-bottom: 25px;
  border-bottom: 2px solid #1c7926;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-question .list-q {
  font-family: "Tourney_Expanded-Black", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #1c7926;
}
@media screen and (max-width: 767px) {
  #sub-question .list-q {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-question .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-question .list-txt {
  line-height: 1.75;
  margin-top: 15px;
  margin-left: 60px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  font-family: "Noto sansCJK Medium", sans-serif;
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin: 50px auto 0;
}
#contact-form .com-btn01::after {
  display: none;
}

.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;
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    /* Safariにのみ適用するスタイル */
    border-radius: 0;
    color: #111111;
  }
}

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 #1c7926;
}
@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 #1c7926;
  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: #f7f5f0;
  background-color: #ae9425;
  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 #f7f5f0;
  border-right: 1px solid #f7f5f0;
}

.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 .com-time {
  margin-right: 10px;
}
#sub-news .com-tag-list {
  padding-top: 3px;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #1c7926;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #111111;
}
#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 #ae9425;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ae9425;
  text-align: center;
  color: #ae9425;
  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: #111111;
  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 #ae9425;
  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 #ae9425;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #1c7926;
  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: #f0ece3;
  border-radius: 10px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #111111;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  background-color: #1c7926;
  border-radius: 10px;
}
#tag-btn-list .tag-list-link:nth-of-type(n + 2) {
  margin-left: 10px;
}
#tag-btn-list .tag-current {
  color: #1c7926;
  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: #1c7926;
}
.pagenation .current-page {
  color: #fff;
  background: #1c7926;
  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 #1c7926;
  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 #1c7926 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: #1c7926;
  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: #1c7926;
  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 #1c7926;
  color: #111111;
  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 #1c7926;
  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 #1c7926;
  }
}
@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-privacy .bg {
  background-color: #f7f5f0;
}

/* =========================================
    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: #1c7926;
}