@charset "UTF-8";
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Zen Maru Gothic", sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a {
  font-weight: 500;
}

a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

spヘッダー・spナビ

*****************************************/
img {
  width: 100%;
  height: auto;
}

/****************************************

P

*****************************************/
.banner {
  opacity: 0;
  transition: all 1s;
  transform: translateY(400px);
}

.banner.active {
  opacity: 1;
  transform: translateY(0);
}

.banner02 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(400px);
}

.banner02.active {
  opacity: 1;
  transform: translateY(0);
}

.banner03 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30px);
}

.banner03.active {
  opacity: 1;
  transform: translateY(0);
}

/* 改行 */
.line_break {
  padding-top: 26px;
}

.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.5s;
}

.fadein.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*max-width:767px*/
.grecaptcha-badge {
  visibility: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

.btn a {
  background: #5b7f24;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  width: 300px;
  border-radius: 100px;
  line-height: 70px;
  position: relative;
  text-align: center;
  transition: opacity 0.2s;
}
.btn a::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/btn_icon01.png) no-repeat;
  background-size: contain;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn a {
    width: 260px;
    font-size: 1.6rem;
    line-height: 60px;
    margin: 0 auto;
  }
  .btn a::after {
    width: 40px;
    height: 40px;
  }
}
.btn {
  /*max-width:767px*/
}

.bread {
  max-width: 1140px;
  margin: 10px auto 140px;
  padding: 0 20px;
  display: flex;
  gap: 0 20px;
}
.bread li {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  line-height: 1.2;
}
.bread li::after {
  position: absolute;
  content: ">";
  background: url(images/) no-repeat;
  right: -13px;
  top: -1px;
}
.bread li:last-child::after {
  content: none;
}
.bread li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .bread {
    margin: 10px auto 40px;
    gap: 0 14px;
  }
  .bread li {
    font-size: 11px;
  }
  .bread li::after {
    right: -11px;
  }
  .bread li a {
    font-size: 11px;
  }
} /*max-width:767px*/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  border: 1px solid #ccc;
}

.overview_table th {
  width: 30%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  background-color: #5b7f24;
  font-weight: 500;
  color: #fff;
}

.overview_table td {
  width: 70%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .overview_table {
    border-bottom: 1px solid #ccc;
  }
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
}
/* 共通タイトル */
.subhead01 {
  line-height: 1.2;
}
.subhead01 .en {
  font-family: "Jost", sans-serif;
  font-size: clamp(4rem, 6vw, 10rem);
  color: #000;
}
.subhead01 .ja {
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}

@media screen and (max-width: 767px) {
  .subhead01 .en {
    font-size: clamp(6rem, 16vw, 8rem);
  }
  .subhead01 .ja {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
} /*max-width:767px*/
.subhead02 {
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 1;
}
.subhead02::after {
  position: absolute;
  content: "";
  width: clamp(100px, 18vw, 200px);
  height: clamp(93px, 16.7vw, 186px);
  background: url(../images/tit_icon.png) no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  z-index: -1;
}
.subhead02 .en {
  font-family: "Jost", sans-serif;
  font-size: clamp(6rem, 9vw, 12rem);
  color: #000;
}
.subhead02 .ja {
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}

@media screen and (max-width: 767px) {
  .subhead02::after {
    top: -30px;
  }
  .subhead02 .en {
    font-size: clamp(6rem, 16vw, 8rem);
  }
  .subhead02 .ja {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
} /*max-width:767px*/
.subhead03 {
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.subhead03::after {
  position: absolute;
  content: "";
  width: clamp(100px, 18vw, 200px);
  height: clamp(93px, 16.7vw, 186px);
  background: url(../images/tit_icon.png) no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  z-index: -1;
}
.subhead03 .en {
  font-family: "Jost", sans-serif;
  font-size: clamp(6rem, 9vw, 12rem);
  color: #000;
}
.subhead03 .ja {
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}

@media screen and (max-width: 767px) {
  .subhead03 {
    margin-bottom: 30px;
  }
  .subhead03::after {
    top: -30px;
  }
  .subhead03 .en {
    line-height: 1;
    font-size: clamp(6rem, 16vw, 8rem);
  }
  .subhead03 .ja {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
} /*max-width:767px*/
.bottom_box {
  position: relative;
  padding: 400px 20px 0;
}
.bottom_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: url(../images/contact_bg.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -2;
}
.bottom_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/bg_wave04.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 10%;
  z-index: -1;
}
.bottom_box .bottom_box_inner {
  max-width: 1600px;
  margin: 0 auto;
  background: #333;
  padding: 70px 6% 100px;
}
.bottom_box .bottom_box_inner .wrap {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
}
.bottom_box .bottom_box_inner .wrap .tit_area .tit {
  font-family: "Jost", sans-serif;
  font-size: clamp(6rem, 8vw, 12rem);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 30px;
}
.bottom_box .bottom_box_inner .wrap .tit_area .txt {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  color: #eee;
}
.bottom_box .bottom_box_inner .wrap .content {
  flex-shrink: 0;
  text-align: center;
}
.bottom_box .bottom_box_inner .wrap .content .tel {
  font-size: clamp(3.6rem, 4vw, 5.2rem);
  font-family: "Jost", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.bottom_box .bottom_box_inner .wrap .content .tel span {
  font-size: clamp(2.6rem, 3vw, 4rem);
  margin-right: 4px;
}
.bottom_box .bottom_box_inner .wrap .content .mail a {
  display: block;
  width: 480px;
  text-decoration: none;
  text-align: center;
  color: #333;
  line-height: 80px;
  background: #fff;
  border-radius: 100px;
  font-size: 1.8rem;
}
.bottom_box .bottom_box_inner .wrap .content .mail a span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.bottom_box .bottom_box_inner .wrap .content .mail a span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 22px;
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 1200px) {
  .bottom_box .bottom_box_inner .wrap {
    zoom: 0.8;
  }
}
.bottom_box {
  /*max-width:1200px*/
}
@media screen and (max-width: 767px) {
  .bottom_box {
    padding: 200px 20px 0;
  }
  .bottom_box::before {
    height: 80px;
    bottom: 8%;
  }
  .bottom_box .bottom_box_inner {
    padding: 60px 20px;
  }
  .bottom_box .bottom_box_inner .wrap {
    flex-direction: column;
    gap: 20px 0;
    zoom: 1;
    text-align: center;
  }
  .bottom_box .bottom_box_inner .wrap .tit_area .tit {
    font-size: clamp(5rem, 14vw, 8rem);
    margin-bottom: 20px;
  }
  .bottom_box .bottom_box_inner .wrap .tit_area .txt {
    font-size: clamp(1.4rem, 3.8vw, 1.6rem);
  }
  .bottom_box .bottom_box_inner .wrap .content {
    width: 100%;
  }
  .bottom_box .bottom_box_inner .wrap .content .tel {
    font-size: clamp(3.2rem, 8vw, 4.4rem);
    margin-bottom: 10px;
    margin-top: 0;
  }
  .bottom_box .bottom_box_inner .wrap .content .mail a {
    width: 100%;
    line-height: 65px;
    font-size: 1.6rem;
  }
}
.bottom_box {
  /*max-width:767px*/
}

.side_banner {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 20;
}
.side_banner li a {
  background: #5b7f24;
  color: #fff;
  text-decoration: none;
  line-height: 70px;
  font-size: 1.6rem;
  display: block;
  position: relative;
  width: 280px;
  padding-left: 30px;
}
.side_banner li a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/reserve_icon.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.side_banner li:first-child {
  margin-bottom: 1px;
}
.side_banner li:last-child a {
  background: #ff6602;
}

@media screen and (max-width: 1200px) {
  .side_banner {
    zoom: 0.8;
  }
} /*max-width:1200px*/
@media screen and (max-width: 900px) {
  .side_banner {
    zoom: 0.6;
  }
} /*max-width:1200px*/
@media screen and (max-width: 767px) {
  .side_banner {
    bottom: 0;
    width: 100%;
    zoom: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .side_banner li {
    text-align: center;
  }
  .side_banner li a {
    width: 100%;
    font-size: 1.2rem;
    line-height: 60px;
    padding: 0 30px 0 0;
  }
  .side_banner li a::after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  .side_banner li:first-child {
    margin-bottom: 0;
  }
} /*max-width:767px*/
#teaser {
  position: relative;
}
#teaser::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 140px;
  background: url(../images/bg_wave01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
#teaser .teaser_pic img {
  height: 800px;
  object-fit: cover;
}
#teaser .tit_area {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}
#teaser .tit_area .icon {
  position: absolute;
  width: 20%;
  z-index: -1;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#teaser .tit_area .teaser_tit {
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-size: clamp(6rem, 8vw, 13rem);
  margin-bottom: 20px;
}
#teaser .tit_area .teaser_tit span {
  font-size: clamp(3rem, 4vw, 6rem);
  display: block;
}
#teaser .tit_area .teaser_txt {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: clamp(2rem, 2.4vw, 3.2rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #teaser::after {
    height: 70px;
  }
  #teaser .teaser_pic img {
    height: 350px;
  }
  #teaser .tit_area .icon {
    width: 40%;
  }
  #teaser .tit_area .teaser_tit {
    font-size: clamp(3.6rem, 11vw, 6rem);
    margin-bottom: 10px;
  }
  #teaser .tit_area .teaser_tit span {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  #teaser .tit_area .teaser_txt {
    font-size: clamp(1.4rem, 3.8vw, 1.8rem);
  }
}
#teaser {
  /*max-width:767px*/
}

.under_common_box01 {
  padding: 0 20px;
}
.under_common_box01 .wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 150px;
  position: relative;
}
.under_common_box01 .wrap .icon {
  position: absolute;
  width: 23%;
  left: 3%;
  bottom: 2%;
  z-index: -1;
}
.under_common_box01 .wrap .tit {
  margin-bottom: 80px;
  letter-spacing: 0.05em;
  font-size: clamp(2.4rem, 2.6vw, 3.6rem);
}
.under_common_box01 .wrap .txt {
  max-width: 715px;
  margin-left: auto;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}
.under_common_box01.trailer .wrap .icon {
  width: 12%;
  bottom: 0;
}
.under_common_box01.camp .wrap .icon {
  width: 20%;
  bottom: -3%;
}

@media screen and (max-width: 767px) {
  .under_common_box01 .wrap {
    padding-bottom: 100px;
  }
  .under_common_box01 .wrap .icon {
    position: absolute;
    width: 100px;
  }
  .under_common_box01 .wrap .tit {
    margin-bottom: 30px;
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
  .under_common_box01 .wrap .txt {
    max-width: 100%;
  }
} /*max-width:767px*/
.feature_box.trailer .content:first-of-type .icon {
  width: 16%;
  bottom: -5%;
}
.feature_box.trailer .content:nth-of-type(2) .icon {
  bottom: -5%;
  width: 13%;
}
.feature_box.trailer .content:nth-of-type(3) .icon {
  bottom: -5%;
  width: 16%;
}
.feature_box.camp .content:first-of-type .icon {
  width: 17%;
  bottom: -4%;
  right: -1%;
}
.feature_box.camp .content:nth-of-type(2) .icon {
  bottom: -6%;
  width: 15%;
}
.feature_box.camp .content:nth-of-type(3) .icon {
  bottom: -5%;
  width: 16%;
}
.feature_box {
  padding: 100px 0;
  position: relative;
}
.feature_box::after {
  position: absolute;
  content: "";
  width: 88.54%;
  height: 100%;
  background: #5b7f24;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 100px;
  z-index: -1;
}
.feature_box .subhead03 {
  margin-bottom: 30px;
}
.feature_box .subhead03::after {
  background: url(../images/tit_white_icon.png) no-repeat;
  background-size: contain;
}
.feature_box .subhead03 .en {
  color: #fff;
}
.feature_box .subhead03 .ja {
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 2.6rem);
}
.feature_box .content {
  position: relative;
  padding-right: 15%;
  z-index: 0;
}
.feature_box .content .icon {
  position: absolute;
  z-index: 20;
  width: 12%;
  bottom: 0;
  right: 0;
}
.feature_box .content .wrap {
  max-width: 1610px;
  display: grid;
  grid-template-columns: 53.42% 40.37%;
  align-items: center;
  justify-content: space-between;
}
.feature_box .content .wrap figure {
  border-radius: 50%;
  border: 15px solid #fff;
  overflow: hidden;
}
.feature_box .content .wrap .txt_area {
  color: #fff;
}
.feature_box .content .wrap .txt_area .subhead01 {
  margin-bottom: 60px;
}
.feature_box .content .wrap .txt_area .subhead01 .en {
  color: #fff;
}
.feature_box .content:nth-of-type(even) {
  padding: 0 0 0 15%;
}
.feature_box .content:nth-of-type(even) .icon {
  right: auto;
  left: 0;
}
.feature_box .content:nth-of-type(even) .wrap {
  grid-template-columns: 40.37% 53.42%;
}
.feature_box .content:nth-of-type(even) .wrap .txt_area {
  order: 1;
}
.feature_box .content:nth-of-type(even) .wrap figure {
  order: 2;
}
@media screen and (max-width: 767px) {
  .feature_box {
    padding: 60px 20px;
  }
  .feature_box::after {
    width: 100%;
    border-radius: 40px;
  }
  .feature_box .subhead03 {
    margin-bottom: 20px;
  }
  .feature_box .content {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .feature_box .content .subhead01 .en {
    font-size: clamp(3.6rem, 10vw, 5rem);
  }
  .feature_box .content .icon {
    width: 100px !important;
    bottom: auto !important;
    top: -3%;
  }
  .feature_box .content .wrap {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .feature_box .content .wrap figure {
    border: 8px solid #fff;
    border-radius: 20px;
  }
  .feature_box .content .wrap .txt_area {
    padding: 0 5%;
  }
  .feature_box .content .wrap .txt_area .subhead01 {
    margin-bottom: 30px;
  }
  .feature_box .content:nth-of-type(even) {
    padding: 0;
  }
  .feature_box .content:nth-of-type(even) .wrap {
    grid-template-columns: 1fr;
  }
  .feature_box .content:nth-of-type(even) .wrap .txt_area {
    order: 2;
  }
  .feature_box .content:nth-of-type(even) .wrap figure {
    order: 1;
  }
}
.feature_box {
  /*max-width:767px*/
}

.facility_box {
  padding: 150px 20px;
  background: #faf7f4;
}
.facility_box .content01 {
  border-radius: 20px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 80px;
}
.facility_box .content01 dl {
  padding: 30px 5%;
}
.facility_box .content01 dl:nth-of-type(2) {
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}
.facility_box .content01 dl dt {
  line-height: 1.2;
  color: #5b7f24;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.facility_box .content01 dl dd {
  font-family: "Jost", sans-serif;
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}
.facility_box .content01 dl dd span {
  font-size: 1.2rem;
  color: #666;
}
.facility_box .content01 dl dd.ze {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.5;
  margin-top: 5px;
}
.facility_box .content02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5%;
  margin-bottom: 20px;
}
.facility_box .content02 .box {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 40px 7%;
}
.facility_box .content02 .box .tit_area {
  display: grid;
  grid-template-columns: 44px auto;
  gap: 0 3%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(91, 127, 36, 0.3);
  align-items: center;
}
.facility_box .content02 .box .tit_area .tit {
  line-height: 1;
}
.facility_box .content02 .box .tit_area .tit .en {
  color: #5b7f24;
  font-family: "Jost", sans-serif;
  display: inline-block;
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 15px;
}
.facility_box .content02 .box .tit_area .tit .ja {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.facility_box .content02 .box .list {
  margin-bottom: 15px;
}
.facility_box .content02 .box .list li {
  margin-bottom: 13px;
  padding-left: 25px;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.2;
  position: relative;
}
.facility_box .content02 .box .list li::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/check_icon.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.facility_box .content02 .box .list li:last-child {
  margin-bottom: 0;
}
.facility_box .content02 .box .txt li {
  line-height: 1.4;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  padding: 8px 15px;
  background: rgba(91, 127, 36, 0.1);
  border-left: 3px solid #5b7f24;
  color: #5b7f24;
  margin-bottom: 10px;
}
.facility_box .content02 .box .txt li:last-child {
  margin-bottom: 0;
}
.facility_box .content03 {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  overflow: hidden;
}
.facility_box .content03 .tit_area {
  background: #5b7f24;
  padding: 20px 3%;
  display: grid;
  grid-template-columns: 44px auto;
  align-items: center;
  gap: 0 15px;
}
.facility_box .content03 .tit_area .tit {
  color: #fff;
}
.facility_box .content03 .tit_area .tit .en {
  font-family: "Jost", sans-serif;
  display: inline-block;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.facility_box .content03 .tit_area .tit .ja {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
}
.facility_box .content03 .item {
  padding: 30px 3%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.facility_box .content03 .item li {
  padding: 6px 13px;
  background: #fff;
  border: 1px solid #5b7f24;
  border-radius: 100px;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .facility_box {
    padding: 80px 20px;
  }
  .facility_box .content01 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .facility_box .content01 dl {
    padding: 20px 5%;
  }
  .facility_box .content01 dl:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
  .facility_box .content01 dl dd {
    font-size: clamp(2rem, 5vw, 2.4rem);
  }
  .facility_box .content01 dl dd.ze {
    font-size: clamp(1.3rem, 3.5vw, 1.6rem);
  }
  .facility_box .content02 {
    grid-template-columns: 1fr;
    gap: 15px 0;
    margin-bottom: 15px;
  }
  .facility_box .content02 .box {
    padding: 30px 5%;
  }
  .facility_box .content02 .box .tit_area .tit .en {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .facility_box .content02 .box .tit_area .tit .ja {
    font-size: 1.4rem;
  }
  .facility_box .content02 .box .list li {
    font-size: 1.3rem;
  }
  .facility_box .content02 .box .txt li {
    font-size: 1.3rem;
  }
  .facility_box .content03 .tit_area {
    padding: 15px 4%;
  }
  .facility_box .content03 .tit_area .tit .en {
    font-size: 1rem;
  }
  .facility_box .content03 .tit_area .tit .ja {
    font-size: 1.5rem;
  }
  .facility_box .content03 .item {
    padding: 20px 4%;
  }
  .facility_box .content03 .item li {
    font-size: 1.3rem;
  }
}
.facility_box {
  /*max-width:767px*/
}

.green {
  color: #5b7f24;
}

.bottom_map.mt0 {
  margin-top: 0;
}

html:has(body.open_navi),
body.open_navi {
  overflow: hidden;
}

#toggle {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 9999;
  padding: 17px 15px 10px;
  background-color: #ff6602;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 5px;
  }
} /*max-width:767px*/
#toggle div {
  position: relative;
}

#toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#toggle span:first-child {
  top: 1px;
}

#toggle span:nth-child(2) {
  top: 11px;
}

#toggle span:nth-child(3) {
  top: 21px;
}

.open_navi #toggle {
  position: fixed;
}

.open_navi #toggle span:first-of-type {
  transform: translateY(11px) rotate(-315deg);
}

.open_navi #toggle span:nth-of-type(2) {
  opacity: 0;
}

.open_navi #toggle span:nth-of-type(3) {
  transform: translateY(-9px) rotate(315deg);
}

#sp_navi {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  overflow-y: scroll;
  text-align: left;
  background: url(../images/navi_bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: 999;
  transform: translateY(-100%);
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  display: block;
  padding: 60px 20px;
}

.open_navi #sp_navi {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.open_navi #wrapper {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

#sp_navi .menu .menu-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
}
#sp_navi .menu .menu-item.menu_open {
  border-bottom: none;
}

#sp_navi .menu .menu-item-home {
  border-top: #fff 1px solid;
}

#sp_navi .menu-item a,
#sp_navi .menu-item span {
  display: block;
  padding: 18px 0;
}

#sp_navi .menu-item a:active,
#sp_navi .menu-item a:hover,
#sp_navi .menu-item a:link,
#sp_navi .menu-item a:visited {
  color: #fff;
  text-decoration: none;
}

#sp_navi .sub-menu {
  width: 100%;
}
#sp_navi .sub-menu .menu-item {
  border-bottom: none;
}
#sp_navi .sub-menu .menu-item a {
  color: #fff;
  font-size: 1.4rem;
}

#sp_navi .sub-menu {
  margin-bottom: 30px;
}
#sp_navi .sub-menu li {
  width: 100%;
}

#sp_navi .sub-menu li a {
  display: block;
  padding: 5px 0;
  font-size: 1.4rem;
  padding-left: 30px;
  position: relative;
}
#sp_navi .sub-menu li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #eee;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#sp_navi .sub-menu li a:active,
#sp_navi .sub-menu li a:hover,
#sp_navi .sub-menu li a:link,
#sp_navi .sub-menu li a:visited {
  color: #fff;
  text-decoration: none;
}

/*
    #sp_navi .sub-menu li a:hover {
        color: #333;
        background: none;
    }
*/
#sp_navi .menu-item-has-children {
  position: relative;
}

#sp_navi .menu-item-has-children:before {
  content: none;
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 16px;
  right: 20px;
}

#sp_navi .menu-item-has-children.menu_open:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 24px;
}

.tel {
  margin-top: 50px;
  text-align: center;
}
.tel a {
  text-decoration: none;
  color: #fff;
}
.tel a .num {
  display: inline-block;
  padding-left: 40px;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.tel a .num::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/contact_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tel a .txt {
  font-size: clamp(1rem, 1.3vw, 1.4rem);
}

@media screen and (min-width: 768px) {
  #toggle {
    width: 80px;
    height: 80px;
    padding: 27px 22px 10px;
  }
  #toggle span {
    height: 2px;
  }
} /*min-width:768px*/
@media screen and (min-width: 768px) {
  #sp_navi {
    padding: 150px 3%;
  }
  #sp_navi .navi_banner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2%;
    margin-bottom: 50px;
  }
  #sp_navi .navi_banner div a {
    display: block;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  }
  #sp_navi #menu-sp_navi {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2%;
  }
  #sp_navi #menu-sp_navi li {
    border-bottom: none;
  }
  #sp_navi #menu-sp_navi li a {
    font-size: 2.2rem;
  }
  #sp_navi #menu-sp_navi li ul {
    background: none;
    padding: 0;
    border-bottom: none;
    display: none;
  }
  #sp_navi #menu-sp_navi li ul li {
    border-bottom: none;
  }
  #sp_navi #menu-sp_navi li ul li a {
    border-bottom: none;
    font-size: 1.8rem;
    color: #fff;
  }
  #sp_navi .menu-item a {
    padding: 25px 0;
    border-bottom: none;
  }
  #sp_navi .footer_btn {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2%;
  }
} /*min-width:768px*/
#sp_navi .footer_btn {
  margin-top: 50px;
  list-style: none;
}
#sp_navi .footer_btn li a {
  background: #fff;
  color: #333;
  margin: 0 auto;
  text-decoration: none;
  line-height: 70px;
  font-size: 1.6rem;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 30px;
}
#sp_navi .footer_btn li a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/reserve_icon02.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#sp_navi .footer_btn li:first-child {
  margin-bottom: 1px;
}

#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-direction: column;
  width: 250px;
}

#g_navi .menu li ul li:first-child {
  padding-top: 15px;
}
#g_navi .menu li ul li:last-child {
  padding-bottom: 30px;
}
#g_navi .menu li ul li {
  padding: 0 30px;
  background: #5b7f24;
}
#g_navi .menu li ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 190px;
  color: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  opacity: 0.7 !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

header {
  position: relative;
}
header h1.header_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  width: 16%;
}
header h1.header_logo a {
  display: block;
}
header #mv {
  position: relative;
  width: 100%;
}
header #mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/bg_wave01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
header #mv .mv_pic img {
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  object-fit: cover;
}
header #mv .mv_pic .full-video {
  width: 100%;
  height: auto;
  min-height: 600px;
  object-fit: cover;
  display: block;
}
header #mv .mv_txt {
  position: absolute;
  top: 49%;
  left: 20%;
  transform: translateY(-50%);
  z-index: 1;
  width: 13%;
}
header #mv .mv_icon {
  position: absolute;
  width: 58%;
  bottom: -60px;
  left: 2%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  header h1.header_logo {
    top: 10px;
    left: 12px;
    width: 160px;
  }
  header #mv::after {
    height: 60px;
  }
  header #mv .mv_txt {
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
  }
  header #mv .mv_icon {
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
} /*max-width:767px*/
footer {
  padding: 130px 20px 80px;
  position: relative;
}
footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  background: #5b7f24;
  left: 0;
  bottom: 0;
  z-index: -3;
}
footer .footer_inner {
  max-width: 1300px;
  margin: 0 auto;
}
footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}
footer .footer_logo_area .footer_logo {
  width: 350px;
  margin-bottom: 100px;
}
footer .footer_logo_area .footer_logo a {
  display: block;
}
footer .footer_logo_area .footer_btn {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_logo_area .footer_btn li a {
  background: #fff;
  color: #333;
  text-decoration: none;
  line-height: 70px;
  font-size: 1.6rem;
  display: block;
  position: relative;
  width: 280px;
  padding-left: 30px;
}
footer .footer_logo_area .footer_btn li a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/reserve_icon02.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_logo_area .footer_btn li:first-child {
  margin-bottom: 1px;
}
footer .footer_navi {
  display: flex;
  justify-content: space-between;
  width: 642px;
}
footer .footer_navi ul li {
  margin-bottom: 30px;
  line-height: 1.4;
}
footer .footer_navi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}
footer .footer_navi ul li.tit {
  color: #fff;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}
footer .footer_navi ul ul li a {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  padding-left: 20px;
  position: relative;
}
footer .footer_navi ul ul li a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background: #eee;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_under_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  list-style: none;
  margin: 0;
}
footer .footer_under_list li a {
  color: #fff;
  font-size: 1.3rem;
}
footer .copy {
  text-align: center;
  padding: 20px 0 30px;
}
footer .copy small {
  font-size: 1.2rem;
  color: #ccc;
}

@media screen and (max-width: 1200px) {
  footer {
    zoom: 0.8;
  }
} /*max-width:1200px*/
@media screen and (max-width: 900px) {
  footer {
    zoom: 0.6;
  }
} /*max-width:1200px*/
@media screen and (max-width: 767px) {
  footer {
    padding: 80px 20px 70px;
    zoom: 1;
  }
  footer .footer_wrap {
    flex-direction: column;
    gap: 40px 0;
    padding-bottom: 50px;
  }
  footer .footer_logo_area {
    width: 100%;
  }
  footer .footer_logo_area .footer_logo {
    width: 200px;
    margin: 0 auto 40px;
  }
  footer .footer_logo_area .footer_btn li a {
    width: 100%;
    line-height: 60px;
  }
  footer .footer_navi {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  footer .footer_navi ul {
    width: 100%;
  }
  footer .footer_navi ul li {
    margin-bottom: 15px;
  }
  footer .footer_under_list {
    gap: 10px 20px;
    justify-content: flex-start;
  }
  footer .copy {
    padding: 16px 0 24px;
  }
} /*max-width:767px*/
.top_box01 {
  padding: 180px 20px 150px;
}
.top_box01 .list {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.top_box01 .list li a {
  display: block;
}
.top_box01 .list li a img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .top_box01 {
    padding: 80px 20px;
  }
  .top_box01 .list {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}

.top_box02 {
  padding: 30px 20px 150px;
}
.top_box02 .top_box02_inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0 10%;
  position: relative;
}
.top_box02 .top_box02_inner .icon {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 20%;
}
.top_box02 .top_box02_inner .tit_area .subhead01 {
  margin-bottom: 100px;
}
.top_box02 .top_box02_inner .content {
  padding-top: 150px;
}
.top_box02 .top_box02_inner .content article:last-child a {
  border-bottom: 1px solid #ccc;
}
.top_box02 .top_box02_inner .content article a {
  border-top: 1px solid #ccc;
  padding: 45px 0;
  display: block;
  text-decoration: none;
  color: #333;
  transition: opacity 0.2s;
}
.top_box02 .top_box02_inner .content article a:hover {
  opacity: 0.7;
}
.top_box02 .top_box02_inner .content article .cat_area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.top_box02 .top_box02_inner .content article .cat_area time {
  font-size: 1.4rem;
  color: #666;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
.top_box02 .top_box02_inner .content article .cat_area .cat {
  background: #5b7f24;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 14px;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.top_box02 .top_box02_inner .content article .tit {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 0 20px 80px;
  }
  .top_box02 .top_box02_inner {
    display: block;
  }
  .top_box02 .top_box02_inner .icon {
    width: 160px;
    top: -80px;
  }
  .top_box02 .top_box02_inner .tit_area .subhead01 {
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_inner .content {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_inner .content article a {
    padding: 25px 0;
  }
  .top_box02 .top_box02_inner .btn a {
    margin: 0 auto;
  }
}
.top_box02 {
  /*max-width:767px*/
}

.top_box03 {
  padding: 0 20px 100px;
}
.top_box03 .top_box03_inner {
  max-width: 1500px;
  margin: 0 auto;
  background: #f6f6f6;
  border-radius: 100px;
  padding: 150px 20px;
  position: relative;
}
.top_box03 .top_box03_inner .icon {
  position: absolute;
  top: -80px;
  left: 50px;
  width: 14%;
}
.top_box03 .top_box03_inner .inner {
  text-align: center;
}
.top_box03 .top_box03_inner .inner .subhead02 {
  margin-bottom: 50px;
}
.top_box03 .top_box03_inner .inner .subhead02 .en {
  font-size: clamp(6rem, 6vw, 11rem);
}
.top_box03 .top_box03_inner .inner .content {
  margin-bottom: 60px;
}
.top_box03 .top_box03_inner .inner .content .sec_insta .inner {
  max-width: 100%;
  padding: 0;
}
.top_box03 .top_box03_inner .inner .content .sec_insta .insta_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.top_box03 .top_box03_inner .inner .content .sec_insta .insta_list .insta_item a {
  border-radius: 12px;
  overflow: hidden;
}
.top_box03 .top_box03_inner .inner .btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 0 20px 60px;
  }
  .top_box03 .top_box03_inner {
    border-radius: 30px;
    padding: 60px 20px;
  }
  .top_box03 .top_box03_inner .icon {
    top: -40px;
    left: -10px;
    width: 110px;
  }
  .top_box03 .top_box03_inner .inner .subhead02 {
    margin-bottom: 30px;
  }
  .top_box03 .top_box03_inner .inner .subhead02 .en {
    font-size: clamp(5rem, 16vw, 8rem);
  }
  .top_box03 .top_box03_inner .inner .content {
    margin-bottom: 40px;
  }
  .top_box03 .top_box03_inner .inner .content .sec_insta .insta_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.top_box03 {
  /*max-width:767px*/
}

.top_box04 {
  padding: 100px 20px 300px;
}
.top_box04 .top_box04_inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.top_box04 .top_box04_inner .icon {
  position: absolute;
  top: -80px;
  right: -50px;
  width: 28%;
}
.top_box04 .top_box04_inner .subhead02 {
  margin-bottom: 60px;
}
.top_box04 .top_box04_inner .wrap {
  display: grid;
  grid-template-columns: 40% 55%;
  justify-content: space-between;
}
.top_box04 .top_box04_inner .wrap dl dt {
  font-size: clamp(2.6rem, 3.2vw, 4rem);
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
}
.top_box04 .top_box04_inner .wrap dl dd {
  font-size: clamp(2.2rem, 2.2vw, 2.6rem);
  font-family: "Jost", sans-serif;
}
.top_box04 .top_box04_inner .wrap .txt {
  padding-top: 100px;
}
.top_box04 .top_box04_inner .wrap .txt p {
  line-height: 2;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 20px 150px;
  }
  .top_box04 .top_box04_inner .icon {
    position: static;
    width: 180px;
    margin: 0 0 30px auto;
  }
  .top_box04 .top_box04_inner .subhead02 {
    margin-bottom: 40px;
  }
  .top_box04 .top_box04_inner .wrap {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .top_box04 .top_box04_inner .wrap dl dt {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }
  .top_box04 .top_box04_inner .wrap dl dd {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
  }
  .top_box04 .top_box04_inner .wrap .txt {
    padding-top: 0;
  }
  .top_box04 .top_box04_inner .wrap .txt p {
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
}
.top_box04 {
  /*max-width:767px*/
}

.top_box05 {
  background: #5b7f24;
  padding: 0 20px;
  position: relative;
}
.top_box05::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/bg_wave02.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -140px;
  z-index: 1;
}
.top_box05::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/bg_wave03.png) bottom center no-repeat;
  background-size: cover;
  left: 0;
  bottom: -140px;
  z-index: 1;
}
.top_box05 .top_box05_inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 150px 0 50px;
}
.top_box05 .top_box05_inner .icon {
  position: absolute;
  top: -330px;
  left: 20px;
  width: 25%;
  z-index: 1;
}
.top_box05 .top_box05_inner .subhead02 {
  margin-bottom: 100px;
}
.top_box05 .top_box05_inner .subhead02::after {
  background: url(../images/tit_white_icon.png) no-repeat;
  background-size: contain;
}
.top_box05 .top_box05_inner .subhead02 .en,
.top_box05 .top_box05_inner .subhead02 .ja {
  color: #fff;
}
.top_box05 .top_box05_inner .wrap {
  display: grid;
  grid-template-columns: 53% 40%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
  position: relative;
}
.top_box05 .top_box05_inner .wrap figure img {
  border: 15px solid #fff;
  border-radius: 20px;
  transform: rotate(-5deg);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.top_box05 .top_box05_inner .wrap .content {
  color: #fff;
  position: relative;
  z-index: 1;
}
.top_box05 .top_box05_inner .wrap .content .num {
  position: absolute;
  top: -28%;
  right: 0;
  font-weight: 900;
  font-size: clamp(7rem, 10vw, 15rem);
  color: #50731a;
  font-family: "Jost", sans-serif;
  line-height: 1;
  z-index: -1;
}
.top_box05 .top_box05_inner .wrap .content .num span {
  font-size: clamp(10rem, 14vw, 20rem);
}
.top_box05 .top_box05_inner .wrap .content .tit {
  margin-bottom: 10%;
  line-height: 1.2;
}
.top_box05 .top_box05_inner .wrap .content .tit .en {
  font-family: "Jost", sans-serif;
  font-size: clamp(6rem, 8vw, 12rem);
  color: #fff;
}
.top_box05 .top_box05_inner .wrap .content .tit .ja {
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
  color: #fff;
}
.top_box05 .top_box05_inner .wrap .content .txt {
  margin-bottom: 10%;
}
.top_box05 .top_box05_inner .wrap .content .txt p {
  color: #fff;
  line-height: 1.9;
}
.top_box05 .top_box05_inner .wrap .content .btn a {
  background: #fff;
  color: #5b7f24;
}
.top_box05 .top_box05_inner .wrap .content .btn a::after {
  background: url(../images/btn_icon02.png) no-repeat;
  background-size: contain;
}
.top_box05 .top_box05_inner .wrap:nth-of-type(even) {
  grid-template-columns: 40% 53%;
}
.top_box05 .top_box05_inner .wrap:nth-of-type(even) figure {
  order: 2;
}
.top_box05 .top_box05_inner .wrap:nth-of-type(even) figure img {
  transform: rotate(3deg);
}
.top_box05 .top_box05_inner .wrap:nth-of-type(even) .content {
  order: 1;
}
.top_box05 .top_box05_inner .wrap:nth-of-type(even) .content .num {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_box05::after {
    height: 60px;
    top: -59px;
  }
  .top_box05::before {
    height: 60px;
    bottom: -59px;
  }
  .top_box05 .top_box05_inner {
    padding: 80px 0 40px;
  }
  .top_box05 .top_box05_inner .icon {
    top: -150px;
    left: 0;
    width: 35%;
  }
  .top_box05 .top_box05_inner .subhead02 {
    margin-bottom: 50px;
  }
  .top_box05 .top_box05_inner .wrap {
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin-bottom: 60px;
  }
  .top_box05 .top_box05_inner .wrap figure img {
    transform: rotate(-2deg);
  }
  .top_box05 .top_box05_inner .wrap .content .num {
    font-size: clamp(5rem, 18vw, 8rem);
    top: -15%;
  }
  .top_box05 .top_box05_inner .wrap .content .num span {
    font-size: clamp(7rem, 22vw, 10rem);
  }
  .top_box05 .top_box05_inner .wrap .content .tit {
    margin-bottom: 20px;
  }
  .top_box05 .top_box05_inner .wrap .content .tit .en {
    font-size: clamp(4.5rem, 14vw, 7rem);
  }
  .top_box05 .top_box05_inner .wrap .content .tit .ja {
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
  .top_box05 .top_box05_inner .wrap .content .txt {
    margin-bottom: 30px;
  }
  .top_box05 .top_box05_inner .wrap:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
  .top_box05 .top_box05_inner .wrap:nth-of-type(even) figure {
    order: 1;
  }
  .top_box05 .top_box05_inner .wrap:nth-of-type(even) .content {
    order: 2;
  }
}
.top_box05 {
  /*max-width:767px*/
}

.top_box06 {
  margin-top: -50px;
}
.top_box06 img {
  min-height: 500px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top_box06 {
    margin-top: -30px;
  }
  .top_box06 img {
    min-height: 400px;
  }
} /*max-width:767px*/
.top_box07 {
  padding: 0 20px 150px;
  position: relative;
}
.top_box07 .top_box07_pic {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.top_box07 .inner {
  padding: 200px 0 250px;
  position: relative;
}
.top_box07 .inner .icon01 {
  position: absolute;
  width: 32%;
  left: -80px;
  top: -120px;
}
.top_box07 .inner .icon02 {
  position: absolute;
  width: 26%;
  right: -80px;
  bottom: 0;
}
.top_box07 .inner .subhead02 {
  margin-bottom: 150px;
}
.top_box07 .inner .content {
  max-width: 750px;
  text-align: center;
}
.top_box07 .inner .content .txt {
  max-width: 380px;
  margin: 0 auto 70px;
}
.top_box07 .inner .content .txt p {
  line-height: 2.2;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.top_box07 .inner .content .btn a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_box07 .top_box07_pic {
    bottom: -60px;
  }
  .top_box07 .inner {
    padding: 80px 0 0;
  }
  .top_box07 .inner .icon01 {
    width: 42%;
    left: -15px;
    top: -50px;
  }
  .top_box07 .inner .icon02 {
    width: 32%;
    right: -15px;
    bottom: -30%;
  }
  .top_box07 .inner .subhead02 {
    margin-bottom: 50px;
  }
  .top_box07 .inner .content {
    max-width: 100%;
  }
  .top_box07 .inner .content .txt {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .top_box07 .inner .content .txt p {
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
}
.top_box07 {
  /*max-width:767px*/
}

.top_box08 {
  padding: 150px 20px 200px;
}
.top_box08 .inner {
  padding-left: 70px;
}
.top_box08 .inner a {
  display: block;
  box-shadow: -70px 60px 0 #eeeeee;
}
@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 80px 20px 80px;
  }
  .top_box08 .inner {
    padding-left: 20px;
  }
  .top_box08 .inner a {
    box-shadow: -20px 20px 0 #eeeeee;
  }
}
.top_box08 {
  /*max-width:767px*/
}

.top_box09 {
  padding: 0 20px;
}
.top_box09 .top_box09_inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.top_box09 .top_box09_inner .icon01 {
  position: absolute;
  left: -50px;
  top: -100px;
  width: 23%;
}
.top_box09 .top_box09_inner .icon02 {
  position: absolute;
  right: -40px;
  bottom: -80px;
  width: 22%;
}
.top_box09 .top_box09_inner .contet {
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box09 .top_box09_inner .icon01 {
    left: -15px;
    top: -50px;
    width: 38%;
  }
  .top_box09 .top_box09_inner .icon02 {
    right: -15px;
    bottom: -30px;
    width: 33%;
  }
  .top_box09 .top_box09_inner .contet {
    border-radius: 30px;
  }
}
.top_box09 {
  /*max-width:767px*/
}

.bottom_map {
  margin-top: 150px;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .bottom_map {
    margin-top: 80px;
  }
  .bottom_map iframe {
    height: 300px;
  }
} /*max-width:767px*/
.stay_box01 {
  margin-bottom: 150px;
  padding: 0 20px;
}
.stay_box01 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
.stay_box01 .inner .content a {
  text-decoration: none;
  display: block;
  border-radius: 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
}
.stay_box01 .inner .content a figure {
  position: relative;
}
.stay_box01 .inner .content a figure figcaption {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  background: #5b7f24;
  line-height: 1;
  padding: 12px 12px;
  border-radius: 3px;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.stay_box01 .inner .content a .txt_area {
  padding: 40px 7%;
}
.stay_box01 .inner .content a .txt_area .tit {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.stay_box01 .inner .content a .txt_area .tit::first-letter {
  color: #5b7f24;
}
.stay_box01 .inner .content a .txt_area .list {
  margin-bottom: 25px;
}
.stay_box01 .inner .content a .txt_area .list li {
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  position: relative;
}
.stay_box01 .inner .content a .txt_area .list li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 17px;
  background: url(../images/check.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 7px;
}
.stay_box01 .inner .content a .txt_area .list li:last-child {
  margin-bottom: 0;
}
.stay_box01 .inner .content a .txt_area .btn_txt p {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  color: #5b7f24;
}
.stay_box01 .inner .content a .txt_area .btn_txt p::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/under_btn.png) no-repeat;
  background-size: contain;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .stay_box01 {
    margin-bottom: 80px;
  }
  .stay_box01 .inner {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .stay_box01 .inner .content a {
    border-radius: 20px;
  }
  .stay_box01 .inner .content a .txt_area {
    padding: 25px 6%;
  }
  .stay_box01 .inner .content a .txt_area .tit {
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
  .stay_box01 .inner .content a .txt_area .list li {
    font-size: 1.3rem;
  }
  .stay_box01 .inner .content a .txt_area .btn_txt p {
    font-size: 1.3rem;
  }
}
.stay_box01 {
  /*max-width:767px*/
}

.stay_box02 {
  display: grid;
  grid-template-columns: 53% 47%;
  align-items: center;
  position: relative;
}
.stay_box02 .icon {
  position: absolute;
  width: 20%;
  bottom: -20%;
  right: 0;
  z-index: 10;
}
.stay_box02 figure {
  position: relative;
}
.stay_box02 figure img {
  height: 1000px;
  object-fit: cover;
}
.stay_box02 figure figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff6602;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  padding: 10px 10px;
  font-size: 1.6rem;
}
.stay_box02 .content {
  padding: 0 15%;
}
.stay_box02 .content .subhead01 {
  margin-bottom: 60px;
}
.stay_box02 .content .subhead01 .en {
  font-size: clamp(6rem, 6vw, 12rem);
}
.stay_box02 .content .subhead01 .ja {
  font-size: clamp(2rem, 2vw, 3.2rem);
}
.stay_box02 .content .txt {
  margin-bottom: 50px;
}
.stay_box02 .content .btn a {
  padding-right: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .stay_box02 {
    grid-template-columns: 1fr;
  }
  .stay_box02 .icon {
    width: 35%;
    bottom: auto;
    top: -10%;
    right: 0;
  }
  .stay_box02 figure img {
    height: 65vw;
  }
  .stay_box02 figure figcaption {
    left: 10px;
    top: 10px;
    font-size: 1.3rem;
    padding: 6px 8px;
  }
  .stay_box02 .content {
    padding: 50px 20px 60px;
  }
  .stay_box02 .content .subhead01 {
    margin-bottom: 30px;
  }
  .stay_box02 .content .subhead01 .en {
    font-size: clamp(3.6rem, 12vw, 6rem);
  }
  .stay_box02 .content .subhead01 .ja {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }
  .stay_box02 .content .txt {
    margin-bottom: 30px;
  }
  .stay_box02 .content .btn a {
    font-size: 1.4rem;
  }
}
.stay_box02 {
  /*max-width:767px*/
}

.stay_box03 {
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  position: relative;
  background: #5b7f24;
  color: #fff;
  margin-bottom: 120px;
}
.stay_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 140px;
  background: url(../images/under_wave01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
.stay_box03 .icon {
  position: absolute;
  width: 15%;
  bottom: -16%;
  left: 0;
  z-index: 10;
}
.stay_box03 .subhead01 .en {
  color: #fff;
  font-size: clamp(6rem, 6vw, 12rem);
}
.stay_box03 .subhead01 .ja {
  font-size: clamp(2rem, 2vw, 3.2rem);
}
.stay_box03 .btn a {
  background: #fff;
  color: #5b7f24;
}
.stay_box03 .btn a::after {
  background: url(../images/btn_icon02.png) no-repeat;
  background-size: contain;
}
.stay_box03 figure {
  position: relative;
}
.stay_box03 figure img {
  height: 1000px;
  object-fit: cover;
}
.stay_box03 figure figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff6602;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  padding: 10px 10px;
  font-size: 1.6rem;
}
.stay_box03 .content {
  padding: 0 15%;
}
.stay_box03 .content .subhead01 {
  margin-bottom: 60px;
}
.stay_box03 .content .txt {
  margin-bottom: 50px;
}
.stay_box03 .content .btn a {
  padding-right: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .stay_box03 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin-bottom: 80px;
  }
  .stay_box03::after {
    height: 70px;
  }
  .stay_box03 .icon {
    width: 30%;
    bottom: -10%;
  }
  .stay_box03 figure {
    order: -1;
  }
  .stay_box03 figure img {
    height: 65vw;
  }
  .stay_box03 figure figcaption {
    font-size: 1.3rem;
    left: 10px;
    top: 10px;
    padding: 6px 8px;
  }
  .stay_box03 .content {
    padding: 50px 20px 90px;
  }
  .stay_box03 .content .subhead01 {
    margin-bottom: 30px;
  }
  .stay_box03 .content .subhead01 .en {
    font-size: clamp(3.6rem, 12vw, 6rem);
  }
  .stay_box03 .content .subhead01 .ja {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }
  .stay_box03 .content .txt {
    margin-bottom: 30px;
  }
  .stay_box03 .content .btn a {
    font-size: 1.4rem;
  }
}
.stay_box03 {
  /*max-width:767px*/
}

.stay_box04 {
  padding: 0 20px;
}
.stay_box04 .inner .subhead03 {
  margin-bottom: 80px;
}
.stay_box04 .inner .txt {
  text-align: center;
  margin-bottom: 60px;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}
.stay_box04 .inner .banner_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  .stay_box04 .inner .subhead03 {
    margin-bottom: 40px;
  }
  .stay_box04 .inner .txt {
    text-align: left;
    margin-bottom: 30px;
  }
  .stay_box04 .inner .banner_area {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.stay_box04 {
  /*max-width:767px*/
}

.trailer_box01 {
  padding: 150px 20px;
}
.trailer_box01 .trailer_box01_inner {
  max-width: 1488px;
  margin: 0 auto;
}
.trailer_box01 .trailer_box01_inner .top_txt {
  text-align: center;
  margin-bottom: 60px;
}
.trailer_box01 .trailer_box01_inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2%;
}
.trailer_box01 .trailer_box01_inner .wrap .content {
  border-radius: 30px;
  border: 1px solid #ddd;
  overflow: hidden;
  background: #fff;
}
.trailer_box01 .trailer_box01_inner .wrap .content figure {
  position: relative;
}
.trailer_box01 .trailer_box01_inner .wrap .content figure figcaption {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  background: #5b7f24;
  line-height: 1;
  padding: 12px 12px;
  border-radius: 3px;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.trailer_box01 .trailer_box01_inner .wrap .content .txt_area {
  padding: 40px 7%;
}
.trailer_box01 .trailer_box01_inner .wrap .content .txt_area .tit_area {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trailer_box01 .trailer_box01_inner .wrap .content .txt_area .tit {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.trailer_box01 .trailer_box01_inner .wrap .content .txt_area .info {
  position: relative;
  display: inline-block;
}
.trailer_box01 .trailer_box01_inner .wrap .content .txt_area .info::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  background: url(../images/human_icon.png) no-repeat;
  background-size: contain;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.trailer_box01 .trailer_box01_inner .wrap .content .txt_area .info span {
  font-family: "Jost", sans-serif;
}
.trailer_box01 .trailer_box01_inner .wrap .content .txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.trailer_box01 .trailer_box01_inner .wrap .content .content_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #5b7f24;
  line-height: 50px;
  border: 1px solid #5b7f24;
  border-radius: 100px;
  font-size: 1.6rem;
  position: relative;
}
.trailer_box01 .trailer_box01_inner .wrap .content .content_btn a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/type_btn_icon.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .trailer_box01 {
    padding: 80px 20px;
  }
  .trailer_box01 .trailer_box01_inner .top_txt {
    margin-bottom: 25px;
  }
  .trailer_box01 .trailer_box01_inner .wrap {
    grid-template-columns: 1fr;
    gap: 25px 0;
  }
  .trailer_box01 .trailer_box01_inner .wrap .content {
    border-radius: 20px;
  }
  .trailer_box01 .trailer_box01_inner .wrap .content .txt_area {
    padding: 25px 6%;
  }
  .trailer_box01 .trailer_box01_inner .wrap .content .txt_area .tit {
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
  .trailer_box01 .trailer_box01_inner .wrap .content .txt_area .info {
    font-size: 1.3rem;
  }
  .trailer_box01 .trailer_box01_inner .wrap .content .txt {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  .trailer_box01 .trailer_box01_inner .wrap .content .content_btn a {
    font-size: 1.4rem;
    line-height: 46px;
  }
}
.trailer_box01 {
  /*max-width:767px*/
}

.trailer_box03 {
  display: grid;
  grid-template-columns: 53% 47%;
  align-items: center;
  position: relative;
  background: #5b7f24;
}
.trailer_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 140px;
  background: url(../images/under_wave01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
.trailer_box03 figure {
  position: relative;
}
.trailer_box03 figure img {
  height: 1000px;
  object-fit: cover;
}
.trailer_box03 figure figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff6602;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 1.6rem;
}
.trailer_box03 .content {
  padding: 0 15%;
  color: #fff;
}
.trailer_box03 .content .subhead01 {
  margin-bottom: 60px;
}
.trailer_box03 .content .subhead01 .en {
  color: #fff;
}
.trailer_box03 .content .txt {
  margin-bottom: 50px;
}
.trailer_box03 .content .btn a {
  padding-right: 40px;
  font-size: 1.6rem;
  background: #fff;
  color: #5b7f24;
}
.trailer_box03 .content .btn a::after {
  background: url(../images/btn_icon02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .trailer_box03 {
    grid-template-columns: 1fr;
  }
  .trailer_box03::after {
    height: 70px;
  }
  .trailer_box03 figure img {
    height: 65vw;
  }
  .trailer_box03 figure figcaption {
    left: 10px;
    top: 10px;
    font-size: 1.3rem;
    padding: 6px 8px;
  }
  .trailer_box03 .content {
    padding: 50px 20px 60px;
  }
  .trailer_box03 .content .subhead01 {
    margin-bottom: 30px;
  }
  .trailer_box03 .content .txt {
    margin-bottom: 30px;
  }
  .trailer_box03 .content .btn a {
    font-size: 1.4rem;
  }
}
.trailer_box03 {
  /*max-width:767px*/
}

.reserve_box {
  margin-top: 120px;
  padding: 0 20px;
}
.reserve_box .inner {
  position: relative;
  text-align: center;
  padding: 0 20px 80px;
}
.reserve_box .inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 79%;
  border-radius: 50px;
  border: 1px solid #999;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.reserve_box .inner .txt {
  margin-bottom: 40px;
}
.reserve_box .inner .btn a {
  margin: 0 auto;
  padding-right: 30px;
}
.reserve_box .inner .btn a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/reserve_icon.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .reserve_box {
    margin-top: 60px;
  }
  .reserve_box .inner {
    padding: 0 10px 50px;
  }
  .reserve_box .inner::after {
    border-radius: 30px;
    height: 85%;
  }
  .reserve_box .inner .txt {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  .reserve_box .inner .btn a {
    font-size: 1.4rem;
    line-height: 56px;
  }
}
.reserve_box {
  /*max-width:767px*/
}

.facility_box.camp_box01 {
  position: relative;
  padding-bottom: 250px;
}
.facility_box.camp_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/under_wave02.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -140px;
  z-index: -3;
}
.facility_box.camp_box01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/under_wave01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
.facility_box.camp_box01 .content01 {
  margin-bottom: 30px;
}
.facility_box.camp_box01 .bottom_txt {
  color: #666;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  margin-bottom: 80px;
}
.facility_box.camp_box01 .content02 .info {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  margin-bottom: 15px;
}
.facility_box.camp_box01 .content02 .bottom_txt {
  margin-bottom: 0;
}
.facility_box.camp_box01 .content02 .bottom_txt li {
  color: #666;
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.facility_box.camp_box01 .content02 .txt_area li {
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 8px;
  line-height: 1.4;
}
.facility_box.camp_box01 .content02 .txt_area li:last-child {
  margin-bottom: 0;
}
.facility_box.camp_box01 .banner_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
  margin-top: 80px;
}
.facility_box.camp_box01 .banner_box .banner_content a {
  text-decoration: none;
  display: block;
  border-radius: 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
}
.facility_box.camp_box01 .banner_box .banner_content a figure {
  position: relative;
}
.facility_box.camp_box01 .banner_box .banner_content a figure figcaption {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  background: #5b7f24;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.facility_box.camp_box01 .banner_box .banner_content a .txt_area {
  padding: 40px 7%;
}
.facility_box.camp_box01 .banner_box .banner_content a .txt_area .tit {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.facility_box.camp_box01 .banner_box .banner_content a .txt_area .tit::first-letter {
  color: #5b7f24;
}
.facility_box.camp_box01 .banner_box .banner_content a .txt_area .txt {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.facility_box.camp_box01 .banner_box .banner_content a .txt_area .btn_txt p {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  color: #5b7f24;
}
.facility_box.camp_box01 .banner_box .banner_content a .txt_area .btn_txt p::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/type_btn_icon.png) no-repeat;
  background-size: contain;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .facility_box.camp_box01 {
    padding-bottom: 150px;
  }
  .facility_box.camp_box01::after {
    height: 80px;
    top: -79px;
  }
  .facility_box.camp_box01::before {
    height: 80px;
  }
  .facility_box.camp_box01 .content01 {
    margin-bottom: 20px;
  }
  .facility_box.camp_box01 .bottom_txt {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
  .facility_box.camp_box01 .content02 .info {
    font-size: 1.2rem;
  }
  .facility_box.camp_box01 .content02 .bottom_txt li {
    font-size: 1.1rem;
  }
  .facility_box.camp_box01 .content02 .txt_area li {
    font-size: 1.1rem;
  }
  .facility_box.camp_box01 .banner_box {
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-top: 50px;
  }
  .facility_box.camp_box01 .banner_box .banner_content a {
    border-radius: 20px;
  }
  .facility_box.camp_box01 .banner_box .banner_content a .txt_area {
    padding: 25px 5%;
  }
  .facility_box.camp_box01 .banner_box .banner_content a .txt_area .tit {
    font-size: 1.5rem;
  }
  .facility_box.camp_box01 .banner_box .banner_content a .txt_area .txt {
    margin-bottom: 15px;
  }
  .facility_box.camp_box01 .banner_box .banner_content a .txt_area .btn_txt p {
    font-size: 1.3rem;
  }
}
.facility_box.camp_box01 {
  /*max-width:767px*/
}

.under_common_box02 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.under_common_box02 .wrap {
  border: 1px solid #5b7f24;
  border-radius: 100px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 150px 20px;
  position: relative;
  text-align: center;
}
.under_common_box02 .wrap .icon01 {
  position: absolute;
  width: 14%;
  bottom: -6%;
  left: 5%;
}
.under_common_box02 .wrap .icon02 {
  position: absolute;
  width: 20%;
  bottom: -7%;
  right: 5%;
}
.under_common_box02 .wrap .tit {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  position: relative;
}
.under_common_box02 .wrap .tit::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 8px;
  background: url(../images/common_tit_icon.png) no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.under_common_box02 .wrap .txt p {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}
@media screen and (max-width: 767px) {
  .under_common_box02 {
    margin-bottom: 80px;
  }
  .under_common_box02 .wrap {
    border-radius: 30px;
    padding: 60px 20px 80px;
  }
  .under_common_box02 .wrap .icon01 {
    width: 28%;
    bottom: -5%;
    left: 0;
    max-width: 140px;
  }
  .under_common_box02 .wrap .icon02 {
    width: 34%;
    bottom: -5%;
    right: 0;
    max-width: 140px;
  }
  .under_common_box02 .wrap .tit {
    font-size: clamp(2rem, 5vw, 2.6rem);
    margin-bottom: 30px;
  }
  .under_common_box02 .wrap .txt p {
    font-size: 1.4rem;
  }
}
.under_common_box02 {
  /*max-width:767px*/
}

.cafe_box_01 {
  padding: 0 20px;
  margin-bottom: 300px;
}
.cafe_box_01 .cafe_box_01_inner {
  max-width: 1400px;
  margin: 0 auto;
}
.cafe_box_01 .cafe_box_01_inner .content {
  display: grid;
  grid-template-columns: 45% 48%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.cafe_box_01 .cafe_box_01_inner .content:last-of-type {
  margin-bottom: 0;
}
.cafe_box_01 .cafe_box_01_inner .content figure img {
  border-radius: 50%;
}
.cafe_box_01 .cafe_box_01_inner .content .txt_area .subhead01 {
  margin-bottom: 50px;
}
.cafe_box_01 .cafe_box_01_inner .content .txt_area .subhead01 .en {
  font-size: clamp(4rem, 5vw, 8rem);
}
.cafe_box_01 .cafe_box_01_inner .content .txt_area .subhead01 .ja {
  font-size: clamp(2rem, 2vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  .cafe_box_01 {
    margin-bottom: 150px;
  }
  .cafe_box_01 .cafe_box_01_inner .content {
    grid-template-columns: 1fr;
    gap: 30px 0;
    margin-bottom: 60px;
  }
  .cafe_box_01 .cafe_box_01_inner .content figure img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .cafe_box_01 .cafe_box_01_inner .content .txt_area .subhead01 {
    margin-bottom: 25px;
  }
  .cafe_box_01 .cafe_box_01_inner .content .txt_area .subhead01 .en {
    font-size: clamp(3.6rem, 10vw, 5rem);
  }
  .cafe_box_01 .cafe_box_01_inner .content .txt_area .subhead01 .ja {
    font-size: clamp(1.8rem, 4.5vw, 2.2rem);
  }
}
.cafe_box_01 {
  /*max-width:767px*/
}

.cafe_box_02 {
  padding: 0 20px 100px;
  background: #5b7f24;
  position: relative;
}
.cafe_box_02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/bg_wave04.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -140px;
  z-index: -1;
}
.cafe_box_02 .cafe_box_02_inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding-top: 120px;
}
.cafe_box_02 .cafe_box_02_inner .icon01 {
  position: absolute;
  width: 20%;
  top: -12%;
  left: 2%;
}
.cafe_box_02 .cafe_box_02_inner .icon02 {
  position: absolute;
  width: 19%;
  top: -10%;
  right: 0;
}
.cafe_box_02 .cafe_box_02_inner .subhead03 .en {
  color: #fff;
}
.cafe_box_02 .cafe_box_02_inner .subhead03 .ja {
  color: #fff;
}
.cafe_box_02 .cafe_box_02_inner .subhead03::after {
  background: url(../images/tit_white_icon.png) no-repeat;
  background-size: contain;
}
.cafe_box_02 .cafe_box_02_inner .cafe_box_02_txt {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.cafe_box_02 .cafe_box_02_inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2%;
}
.cafe_box_02 .cafe_box_02_inner .wrap .content {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cafe_box_02 .cafe_box_02_inner .wrap .content img {
  width: 100%;
  aspect-ratio: 16/9; /* 他の画像サイズに合わせて比率を固定 */
  object-fit: cover; /* 枠に合わせて画像をトリミング */
}
.cafe_box_02 .cafe_box_02_inner .wrap .content .txt_area {
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cafe_box_02 .cafe_box_02_inner .wrap .content .txt_area .tit {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.cafe_box_02 .cafe_box_02_inner .wrap .content .txt_area .num {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.cafe_box_02 .cafe_box_02_inner .wrap .content .txt_area .price {
  font-size: clamp(2rem, 2vw, 2.6rem);
  line-height: 1;
  text-align: right;
  margin-top: auto;
}
.cafe_box_02 .cafe_box_02_inner .wrap .content .txt_area .price span {
  font-family: "Jost", sans-serif;
  color: #5b7f24;
  font-size: clamp(3.2rem, 3vw, 5rem);
}
.cafe_box_02.dog {
  padding-bottom: 150px;
}
.cafe_box_02.dog::after {
  content: none;
}
.cafe_box_02.dog .cafe_box_02_inner .wrap .content .txt_area .price span {
  color: #ff6602;
}
@media screen and (max-width: 767px) {
  .cafe_box_02 {
    padding: 0 20px 60px;
  }
  .cafe_box_02::after {
    height: 60px;
    top: -59px;
  }
  .cafe_box_02 .cafe_box_02_inner {
    padding-top: 60px;
  }
  .cafe_box_02 .cafe_box_02_inner .icon01 {
    width: 30%;
    top: -3%;
  }
  .cafe_box_02 .cafe_box_02_inner .icon02 {
    width: 28%;
    top: -3%;
  }
  .cafe_box_02 .cafe_box_02_inner .cafe_box_02_txt {
    margin-bottom: 30px;
  }
  .cafe_box_02 .cafe_box_02_inner .wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .cafe_box_02 .cafe_box_02_inner .wrap .content .txt_area {
    padding: 25px 6%;
  }
  .cafe_box_02 .cafe_box_02_inner .wrap .content .txt_area .tit {
    font-size: 1.6rem;
  }
  .cafe_box_02.dog {
    padding-bottom: 80px;
  }
}
.cafe_box_02 {
  /*max-width:767px*/
}

.cafe_box_03 {
  padding: 150px 20px 250px;
  background: #faf7f4;
  position: relative;
  margin-bottom: 100px;
}
.cafe_box_03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/under_wave01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
.cafe_box_03 .content01 {
  border-radius: 20px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 20px;
}
.cafe_box_03 .content01 dl {
  padding: 30px 5%;
}
.cafe_box_03 .content01 dl:nth-of-type(2) {
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}
.cafe_box_03 .content01 dl dt {
  line-height: 1.2;
  color: #5b7f24;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.cafe_box_03 .content01 dl dd {
  font-family: "Jost", sans-serif;
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}
.cafe_box_03 .content01 dl dd span {
  font-size: 1.2rem;
  color: #666;
  display: inline-block;
  margin-top: 10px;
}
.cafe_box_03 .content01 dl dd.ze {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.5;
  margin-top: 5px;
}
.cafe_box_03 .content02 {
  padding: 50px 6%;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  position: relative;
}
.cafe_box_03 .content02 .tit_area {
  display: grid;
  grid-template-columns: 44px auto;
  gap: 0 10px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(91, 127, 36, 0.3);
}
.cafe_box_03 .content02 .human_icon {
  position: absolute;
  width: 16%;
  right: -2%;
  bottom: -3%;
}
.cafe_box_03 .content02 .tit .en {
  color: #5b7f24;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 8px;
}
.cafe_box_03 .content02 .tit .ja {
  font-size: 1.6rem;
  line-height: 1.5;
}
.cafe_box_03 .content02 ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  font-size: 1.4rem;
}
.cafe_box_03 .content02 ul li::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/check_icon.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.cafe_box_03 .content02 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cafe_box_03 {
    padding: 80px 20px 160px;
    margin-bottom: 60px;
  }
  .cafe_box_03 .content01 {
    grid-template-columns: 1fr;
  }
  .cafe_box_03 .content01 dl {
    padding: 20px 5%;
  }
  .cafe_box_03 .content01 dl:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
  .cafe_box_03 .content01 dl dt {
    font-size: 1.2rem;
  }
  .cafe_box_03 .content01 dl dd {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }
  .cafe_box_03 .content01 dl dd span {
    margin-top: 10px;
  }
  .cafe_box_03 .content01 dl dd.ze {
    font-size: 1.4rem;
  }
  .cafe_box_03 .content02 {
    padding: 30px 5%;
  }
  .cafe_box_03 .content02 .human_icon {
    width: 80px;
    right: -3%;
    bottom: -80px;
  }
  .cafe_box_03 .content02 .tit .ja {
    font-size: 1.5rem;
  }
}
.cafe_box_03 {
  /*max-width:767px*/
}

.cafe_box_04 {
  padding: 0 20px;
}
.cafe_box_04 .cafe_box_04_txt {
  text-align: center;
  margin-bottom: 60px;
}
.cafe_box_04 .banner_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  .cafe_box_04 .cafe_box_04_txt {
    margin-bottom: 30px;
  }
  .cafe_box_04 .banner_list {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
.cafe_box_04 {
  /*max-width:767px*/
}

.gray {
  color: #666;
}

.play .btn a {
  width: 500px !important;
  margin: 40px auto 0 auto !important;
}

.under_common_box02.play .wrap .icon01 {
  width: 16%;
  bottom: -12%;
}
.under_common_box02.play .wrap .icon02 {
  width: 10%;
  bottom: -11%;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .under_common_box02.play .wrap .icon01 {
    width: 28%;
    bottom: -12%;
  }
  .under_common_box02.play .wrap .icon02 {
    width: 14%;
    bottom: -12%;
    right: 0;
  }
}
.under_common_box02.play {
  /*max-width:767px*/
}
@media screen and (max-width: 576px) {
  .under_common_box02.play .wrap .icon02 {
    width: 17%;
    bottom: -12%;
    right: 0;
  }
}
.under_common_box02.play {
  /*max-width:576px*/
}

.play_box01 {
  padding: 100px 0 100px 20px;
  background: #5b7f24;
}
.play_box01 .play_box01_inner {
  width: 94.79%;
  margin-left: auto;
  background: #faf7f4;
  padding: 150px 0;
  border-radius: 30px 0 0 30px;
}
.play_box01 .play_box01_inner .box01 {
  max-width: 1690px;
  padding-left: 20px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: flex-end;
  z-index: 2;
}
.play_box01 .play_box01_inner .box01 .content {
  padding-bottom: 100px;
}
.play_box01 .play_box01_inner .box01 .content .tit {
  text-align: center;
  margin-bottom: 50px;
}
.play_box01 .play_box01_inner .box01 .content .tit .en {
  color: #5b7f24;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
  font-size: clamp(5rem, 6vw, 10rem);
}
.play_box01 .play_box01_inner .box01 .content .tit .ja {
  font-size: clamp(2rem, 2.4vw, 3.2rem);
}
.play_box01 .play_box01_inner .box01 .content .aside_tit {
  color: #5b7f24;
  font-size: clamp(2.4rem, 2.6vw, 3.6rem);
  margin-bottom: 30px;
}
.play_box01 .play_box01_inner .box01 .content .txt {
  margin-bottom: 30px;
}
.play_box01 .play_box01_inner .box01 .content .info {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 15px;
}
.play_box01 .play_box01_inner .box01 .content .info dl dt {
  font-size: clamp(1.6rem, 1.6vw, 2.2rem);
}
.play_box01 .play_box01_inner .box01 .content .info dl dd {
  color: #5b7f24;
  font-family: "Jost", sans-serif;
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: 1.5;
}
.play_box01 .play_box01_inner .box02 {
  margin: -30px auto 0;
  max-width: 1610px;
  padding: 0 20px;
}
.play_box01 .play_box01_inner .box02 .bottom_txt {
  text-align: center;
}
.play_box01 .play_box01_inner .box02 .wrap {
  display: grid;
  background: #fff;
  border-radius: 20px;
  padding: 50px 0;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
.play_box01 .play_box01_inner .box02 .wrap .content {
  padding: 20px 8%;
}
.play_box01 .play_box01_inner .box02 .wrap .content:last-of-type {
  border-left: 1px solid #d9d9d9;
}
.play_box01 .play_box01_inner .box02 .wrap .content .tit {
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #5b7f24;
  border-bottom: 1px solid #d9d9d9;
  font-size: clamp(2.4rem, 2.6vw, 3.6rem);
  line-height: 1.5;
}
.play_box01 .play_box01_inner .box02 .wrap .content .tit span {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
}
.play_box01 .play_box01_inner .box02 .wrap .content .txt_area {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 3%;
}
.play_box01 .play_box01_inner .box02 .wrap .content .txt_area .txt {
  line-height: 1.3;
}
.play_box01 .play_box01_inner .box02 .wrap .content .txt_area .txt p {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}
.play_box01 .play_box01_inner .box02 .wrap .content .txt_area .txt p span {
  font-family: "Jost", sans-serif;
  font-size: clamp(3rem, 3vw, 5rem);
}
.play_box01 .play_box01_inner .box02 .wrap .content .txt_area .txt ul li {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .play_box01 {
    padding: 60px 0 60px 15px;
  }
  .play_box01 .play_box01_inner {
    width: 100%;
    padding: 60px 0;
    border-radius: 20px 0 0 20px;
  }
  .play_box01 .play_box01_inner .box01 {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .play_box01 .play_box01_inner .box01 .content {
    padding-bottom: 0;
  }
  .play_box01 .play_box01_inner .box01 .content .tit {
    margin-bottom: 25px;
  }
  .play_box01 .play_box01_inner .box01 .content .tit .en {
    font-size: clamp(4rem, 10vw, 6rem);
  }
  .play_box01 .play_box01_inner .box01 .content .tit .ja {
    font-size: clamp(1.8rem, 4.5vw, 2.4rem);
  }
  .play_box01 .play_box01_inner .box01 .content .aside_tit {
    font-size: clamp(2rem, 5vw, 2.8rem);
    margin-bottom: 20px;
  }
  .play_box01 .play_box01_inner .box01 .content .info {
    grid-template-columns: 80px auto;
    gap: 0 10px;
  }
  .play_box01 .play_box01_inner .box01 .content .info dl dt {
    font-size: 1.4rem;
  }
  .play_box01 .play_box01_inner .box01 .content .info dl dd {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .play_box01 .play_box01_inner .box02 {
    margin-top: 30px;
    padding: 0 20px;
  }
  .play_box01 .play_box01_inner .box02 .wrap {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
  .play_box01 .play_box01_inner .box02 .wrap .content {
    padding: 20px 6%;
  }
  .play_box01 .play_box01_inner .box02 .wrap .content:last-of-type {
    border-left: none;
    border-top: 1px solid #d9d9d9;
  }
  .play_box01 .play_box01_inner .box02 .wrap .content .tit {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
  .play_box01 .play_box01_inner .box02 .wrap .content .tit span {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .play_box01 .play_box01_inner .box02 .wrap .content .txt_area {
    grid-template-columns: 60px auto;
  }
  .play_box01 .play_box01_inner .box02 .wrap .content .txt_area .txt p {
    font-size: 1.4rem;
  }
  .play_box01 .play_box01_inner .box02 .wrap .content .txt_area .txt p span {
    font-size: clamp(2.4rem, 6vw, 3.6rem);
  }
  .play_box01 .play_box01_inner .box02 .wrap .content .txt_area .txt ul li {
    font-size: 1.4rem;
  }
  .play_box01 .play_box01_inner .box02 .btn a {
    width: 100%;
    max-width: 320px;
    font-size: 1.4rem;
    padding-right: 30px;
  }
}
.play_box01 {
  /*max-width:767px*/
}

.play_box02 {
  padding: 150px 20px 250px;
  background: #faf7f4;
  position: relative;
  margin-bottom: 100px;
}
.play_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/under_wave01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
.play_box02 .play_box02_inner {
  max-width: 1500px;
  margin: 0 auto;
}
.play_box02 .play_box02_inner .play_box02_txt {
  text-align: center;
  margin-bottom: 50px;
}
.play_box02 .play_box02_inner .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1%;
  margin-bottom: 20px;
}
.play_box02 .play_box02_inner .wrap .content {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 40px 7%;
}
.play_box02 .play_box02_inner .wrap .content .tit_area {
  display: grid;
  grid-template-columns: 44px auto;
  gap: 0 3%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(91, 127, 36, 0.3);
  align-items: center;
}
.play_box02 .play_box02_inner .wrap .content .tit_area .tit {
  line-height: 1;
}
.play_box02 .play_box02_inner .wrap .content .tit_area .tit .en {
  color: #5b7f24;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 15px;
}
.play_box02 .play_box02_inner .wrap .content .tit_area .tit .ja {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  line-height: 1.2;
}
.play_box02 .play_box02_inner .wrap .content .txt {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .play_box02 {
    padding: 80px 20px 160px;
    margin-bottom: 60px;
  }
  .play_box02 .play_box02_inner .play_box02_txt {
    margin-bottom: 30px;
  }
  .play_box02 .play_box02_inner .wrap {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
  .play_box02 .play_box02_inner .wrap .content {
    padding: 25px 6%;
  }
  .play_box02 .play_box02_inner .wrap .content .tit_area {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .play_box02 .play_box02_inner .wrap .content .tit_area .tit .en {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .play_box02 .play_box02_inner .wrap .content .tit_area .tit .ja {
    font-size: 1.5rem;
  }
  .play_box02 .play_box02_inner .wrap .content .txt {
    font-size: 1.3rem;
  }
}
.play_box02 {
  /*max-width:767px*/
}

.play_box03 {
  padding: 0 20px 300px;
}
.play_box03 .play_box03_inner {
  max-width: 1500px;
  margin: 0 auto;
}
.play_box03 .play_box03_inner .play_box03_txt {
  text-align: center;
  margin-bottom: 60px;
}
.play_box03 .play_box03_inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.play_box03 .play_box03_inner .wrap .content figure {
  position: relative;
  margin-bottom: 30px;
}
.play_box03 .play_box03_inner .wrap .content figure img {
  border-radius: 10px;
}
.play_box03 .play_box03_inner .wrap .content figure figcaption {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #5b7f24;
  border-radius: 3px;
  color: #fff;
  padding: 8px 10px 8px 40px;
  line-height: 1.2;
  display: inline-block;
  font-size: 1.2rem;
}
.play_box03 .play_box03_inner .wrap .content figure figcaption::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/car_icon.png) no-repeat;
  background-size: contain;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.play_box03 .play_box03_inner .wrap .content .txt_area .tit {
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  padding-left: 30px;
}
.play_box03 .play_box03_inner .wrap .content .txt_area .tit::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #5b7f24;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.play_box03 .play_box03_inner .wrap .content .txt_area .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .play_box03 {
    padding: 0 20px 100px;
  }
  .play_box03 .play_box03_inner .play_box03_txt {
    margin-bottom: 30px;
  }
  .play_box03 .play_box03_inner .wrap {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
  .play_box03 .play_box03_inner .wrap .content figure {
    margin-bottom: 20px;
  }
  .play_box03 .play_box03_inner .wrap .content .txt_area .tit {
    font-size: clamp(1.6rem, 4.5vw, 2rem);
    margin-bottom: 15px;
  }
}
.play_box03 {
  /*max-width:767px*/
}

.play_box04 {
  padding: 100px 20px 150px;
  background: #5b7f24;
  position: relative;
}
.play_box04::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/bg_wave04.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -140px;
  z-index: -1;
}
.play_box04 .inner {
  text-align: center;
  color: #fff;
}
.play_box04 .inner .tit {
  margin-bottom: 60px;
}
.play_box04 .inner .tit .aside_tit {
  line-height: 1.8;
  font-size: clamp(2rem, 2vw, 3.2rem);
}
.play_box04 .inner .tit .ja {
  line-height: 1.5;
  font-size: clamp(4rem, 4vw, 7rem);
  position: relative;
}
.play_box04 .inner .tit .ja::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 10px;
}
.play_box04 .inner .txt {
  margin-bottom: 60px;
}
.play_box04 .inner .banner_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
.play_box04 .inner .banner_box li img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .play_box04 {
    padding: 60px 20px 80px;
  }
  .play_box04::after {
    height: 60px;
    top: -59px;
  }
  .play_box04 .inner .tit {
    margin-bottom: 30px;
  }
  .play_box04 .inner .tit .aside_tit {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }
  .play_box04 .inner .tit .ja {
    font-size: clamp(3.2rem, 8vw, 5rem);
  }
  .play_box04 .inner .txt {
    margin-bottom: 40px;
  }
  .play_box04 .inner .banner_box {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
.play_box04 {
  /*max-width:767px*/
}

.guide_box01 {
  padding: 0 20px;
  margin-bottom: 150px;
  text-align: center;
}
.guide_box01 .inner {
  position: relative;
}
.guide_box01 .inner .human_icon01 {
  position: absolute;
  width: 14%;
  left: 0;
  top: 8%;
}
.guide_box01 .inner .human_icon02 {
  position: absolute;
  width: 18%;
  right: 0;
  top: 12%;
}
.guide_box01 .inner .aside_tit {
  margin-bottom: 30px;
  font-size: clamp(2rem, 2vw, 2.6rem);
  color: #5b7f24;
}
.guide_box01 .inner .guide_box01_txt {
  margin-bottom: 60px;
}
.guide_box01 .inner .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 10px;
  margin-bottom: 30px;
}
.guide_box01 .inner .list li img {
  border-radius: 20px;
}
.guide_box01 .inner .bottom_txt span {
  position: relative;
  display: inline-block;
}
.guide_box01 .inner .bottom_txt span::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  background: url(../images/guide_icon07.png) no-repeat;
  background-size: contain;
  left: -55px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.guide_box01 .inner .bottom_txt span::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  background: url(../images/guide_icon07.png) no-repeat;
  background-size: contain;
  right: -55px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .guide_box01 {
    margin-bottom: 80px;
  }
  .guide_box01 .inner .human_icon01,
  .guide_box01 .inner .human_icon02 {
    width: 28%;
    top: -2%;
  }
  .guide_box01 .inner .aside_tit {
    font-size: clamp(1.8rem, 4.5vw, 2.2rem);
    margin-bottom: 20px;
  }
  .guide_box01 .inner .guide_box01_txt {
    margin-bottom: 30px;
  }
  .guide_box01 .inner .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  .guide_box01 .inner .bottom_txt span::after, .guide_box01 .inner .bottom_txt span::before {
    width: 36px;
    height: 36px;
  }
  .guide_box01 .inner .bottom_txt span::after {
    left: -34px;
  }
  .guide_box01 .inner .bottom_txt span::before {
    right: -34px;
  }
}
.guide_box01 {
  /*max-width:767px*/
}

.guide_box02 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.guide_box02 .guide_box02_inner {
  max-width: 1300px;
  margin: 0 auto;
}
.guide_box02 .guide_box02_inner figure {
  margin-bottom: 60px;
}
.guide_box02 .guide_box02_inner .btn a {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .guide_box02 {
    margin-bottom: 80px;
  }
  .guide_box02 .guide_box02_inner figure {
    margin-bottom: 30px;
  }
  .guide_box02 .guide_box02_inner .btn a {
    width: 100%;
    max-width: 320px;
  }
}
.guide_box02 {
  /*max-width:767px*/
}

.guide_box03 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.guide_box03 .guide_box03_inner {
  max-width: 1500px;
  margin: 0 auto;
}
.guide_box03 .guide_box03_inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2%;
}
.guide_box03 .guide_box03_inner .wrap .content {
  border-radius: 30px;
  border: 1px solid #ddd;
  overflow: hidden;
  background: #fff;
}
.guide_box03 .guide_box03_inner .wrap .content figure {
  position: relative;
}
.guide_box03 .guide_box03_inner .wrap .content figure figcaption {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  background: #5b7f24;
  line-height: 1;
  padding: 12px 12px;
  border-radius: 3px;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.guide_box03 .guide_box03_inner .wrap .content .txt_area {
  padding: 40px 7%;
}
.guide_box03 .guide_box03_inner .wrap .content .txt_area .tit {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.guide_box03 .guide_box03_inner .wrap .content .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .guide_box03 {
    margin-bottom: 80px;
  }
  .guide_box03 .guide_box03_inner .wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .guide_box03 .guide_box03_inner .wrap .content {
    border-radius: 20px;
  }
  .guide_box03 .guide_box03_inner .wrap .content figure figcaption {
    font-size: 1.2rem;
    padding: 10px 12px;
  }
  .guide_box03 .guide_box03_inner .wrap .content .txt_area {
    padding: 25px 6%;
  }
  .guide_box03 .guide_box03_inner .wrap .content .txt_area .tit {
    font-size: 1.6rem;
  }
}
.guide_box03 {
  /*max-width:767px*/
}

.guide_box05 {
  padding: 0 20px 300px;
}
.guide_box05 .content {
  margin-bottom: 50px;
}
.guide_box05 .bottom_txt {
  text-align: center;
  margin-bottom: 30px;
}
.guide_box05 .btn a {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .guide_box05 {
    padding: 0 20px 100px;
  }
  .guide_box05 .content {
    margin-bottom: 30px;
  }
  .guide_box05 .bottom_txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .guide_box05 .btn a {
    width: 100%;
    max-width: 320px;
  }
}
.guide_box05 {
  /*max-width:767px*/
}

.guide_box04 {
  padding: 150px 20px 250px;
  background: #faf7f4;
  position: relative;
  margin-bottom: 100px;
}
.guide_box04::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/under_wave01.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
.guide_box04 .guide_box04_txt {
  text-align: center;
  margin-bottom: 60px;
}
.guide_box04 .content {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 40px 3%;
  margin-bottom: 20px;
}
.guide_box04 .content:last-of-type {
  margin-bottom: 0;
}
.guide_box04 .content .tit_area {
  display: grid;
  grid-template-columns: 44px auto;
  gap: 0 1.5%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(91, 127, 36, 0.3);
  align-items: center;
}
.guide_box04 .content .tit_area .tit {
  line-height: 1;
}
.guide_box04 .content .tit_area .tit .en {
  color: #5b7f24;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 15px;
}
.guide_box04 .content .tit_area .tit .ja {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  line-height: 1.2;
}
.guide_box04 .content ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  font-size: 1.4rem;
}
.guide_box04 .content ul li::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/check_icon.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.guide_box04 .content ul li:last-child {
  margin-bottom: 0;
}
.guide_box04 .btn a {
  width: 500px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .guide_box04 {
    padding: 80px 20px 160px;
    margin-bottom: 60px;
  }
  .guide_box04 .guide_box04_txt {
    margin-bottom: 30px;
  }
  .guide_box04 .content {
    padding: 25px 6%;
    margin-bottom: 15px;
  }
  .guide_box04 .content .tit_area {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .guide_box04 .content .tit_area .tit .en {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .guide_box04 .content .tit_area .tit .ja {
    font-size: 1.5rem;
  }
  .guide_box04 .content ul li {
    font-size: 1.3rem;
  }
  .guide_box04 .btn a {
    width: 100%;
    max-width: 320px;
    margin: 40px auto 0;
    font-size: 1.4rem;
    padding-right: 30px;
  }
}
.guide_box04 {
  /*max-width:767px*/
}

.bottom_link_banner_box {
  padding: 100px 20px 150px;
  background: #5b7f24;
  position: relative;
}
.bottom_link_banner_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 141px;
  background: url(../images/bg_wave04.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -140px;
  z-index: -1;
}
.bottom_link_banner_box .inner {
  background: #fff;
  position: relative;
  padding: 150px 20px 120px;
  border-radius: 100px;
  text-align: center;
}
.bottom_link_banner_box .inner .icon01 {
  position: absolute;
  width: 28%;
  left: -3%;
  bottom: -1%;
}
.bottom_link_banner_box .inner .icon02 {
  position: absolute;
  width: 17%;
  right: -3%;
  bottom: -1%;
}
.bottom_link_banner_box .inner .tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-size: clamp(2.8rem, 3vw, 5rem);
  position: relative;
}
.bottom_link_banner_box .inner .tit::after {
  position: absolute;
  content: "";
  width: 85px;
  height: 85px;
  background: url(../images/guide_icon07.png) no-repeat;
  background-size: contain;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
}
.bottom_link_banner_box .inner .txt {
  margin-bottom: 30px;
  font-size: clamp(1.6rem, 1.6vw, 2.2rem);
}
.bottom_link_banner_box .inner .banner_box {
  max-width: 533px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  gap: 0 5%;
}
.bottom_link_banner_box .inner .banner_box li a {
  text-decoration: none;
  display: block;
}
.bottom_link_banner_box .inner .banner_box li a img {
  width: 75%;
  display: inline-block;
  margin: 0 auto 10px;
}
.bottom_link_banner_box .inner .banner_box li a p {
  font-size: clamp(1.6rem, 1.6vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  .bottom_link_banner_box {
    padding: 60px 20px 80px;
  }
  .bottom_link_banner_box::after {
    height: 60px;
    top: -59px;
  }
  .bottom_link_banner_box .inner {
    padding: 80px 20px 50px;
    border-radius: 30px;
  }
  .bottom_link_banner_box .inner .icon01 {
    width: 32%;
    bottom: -3%;
  }
  .bottom_link_banner_box .inner .icon02 {
    width: 22%;
    bottom: -3%;
  }
  .bottom_link_banner_box .inner .tit {
    font-size: clamp(2rem, 6vw, 2.8rem);
    margin-bottom: 30px;
  }
  .bottom_link_banner_box .inner .tit::after {
    width: 50px;
    height: 50px;
    top: -55px;
  }
  .bottom_link_banner_box .inner .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .bottom_link_banner_box .inner .banner_box {
    max-width: 320px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .bottom_link_banner_box .inner .banner_box li a img {
    width: 100px;
  }
  .bottom_link_banner_box .inner .banner_box li a p {
    font-size: 1.8rem;
  }
}
.bottom_link_banner_box {
  /*max-width:767px*/
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  margin-bottom: 20px;
}
.details .details-summary {
  line-height: 1.2;
  font-size: 2rem;
  padding: 30px 50px 30px 100px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
  background: #f6f6f6;
  border-radius: 24px;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "Q";
  font-weight: 500;
  font-size: 3.2rem;
  color: #5b7f24;
  left: 55px;
  line-height: 1;
  top: 22px;
}
.details .details-summary .btn {
  position: absolute;
  top: 28px;
  margin: auto 0;
  right: 30px;
  transform-origin: center center;
  transition-duration: 0.2s;
  width: 30px;
}
.details .details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details .details-summary.is-active .btn:before {
  content: none;
}
.details .details-content {
  padding: 30px 50px 30px 100px;
  position: relative;
}
.details .details-content::after {
  position: absolute;
  content: "A";
  font-weight: 500;
  font-size: 3.2rem;
  left: 60px;
  line-height: 1;
  top: 24px;
}
.details .details-content p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 10px;
  }
  .details .details-summary {
    font-size: 1.8rem;
    padding: 20px 30px 20px 50px;
  }
  .details .details-summary::after {
    font-size: 2.4rem;
    left: 20px;
    top: 18px;
  }
  .details .details-summary .btn {
    top: 20px;
    right: 10px;
    width: 25px;
  }
  .details .details-content {
    padding: 20px 30px 20px 50px;
  }
  .details .details-content::after {
    font-size: 2.4rem;
    left: 20px;
    top: 18px;
  }
  .details .details-content p {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.course_link {
  padding: 0 20px;
  margin-bottom: 150px;
}
.course_link ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
.course_link ul li img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .course_link {
    margin-bottom: 80px;
  }
  .course_link ul {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.course_link {
  /*max-width:767px*/
}

.course_box01 {
  padding: 0 20px;
}
.course_box01 .course_box01_txt {
  margin-bottom: 50px;
  text-align: center;
}
.course_box01 .box .icon {
  width: 210px;
  margin-left: 50px;
  transform: translateY(20px);
}
.course_box01 .box .wrap {
  display: grid;
  grid-template-columns: 146px auto;
  align-items: start;
}
.course_box01 .box .wrap .time span {
  display: inline-block;
  padding: 5px 20px;
  line-height: 1;
  border: 1px solid #5b7f24;
  border-radius: 3px;
  font-family: "Jost", sans-serif;
  color: #5b7f24;
  font-size: 1.6rem;
}
.course_box01 .box .wrap .content {
  padding: 0 0 50px 50px;
  display: grid;
  grid-template-columns: 75% 20%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.course_box01 .box .wrap .content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 120%;
  background: #5b7f24;
  left: -1px;
  top: 0;
}
.course_box01 .box .wrap .content::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #5b7f24;
  border-radius: 50%;
  left: -7px;
  top: 9px;
}
.course_box01 .box .wrap .content .txt_area h3 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.course_box01 .box .wrap .content .txt_area .txt p {
  font-size: 1.4rem;
}
.course_box01 .box .wrap .content figure img {
  border-radius: 50%;
}
.course_box01 .box .wrap:first-of-type .time {
  padding-top: 70px;
}
.course_box01 .box .wrap:first-of-type .content {
  padding-top: 70px;
}
.course_box01 .box .wrap:first-of-type .content::after {
  top: 80px;
}
.course_box01 .box .wrap:last-of-type .content {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .course_box01 .course_box01_txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .course_box01 .box .icon {
    width: 140px;
    margin-left: 20px;
    transform: translateY(10px);
  }
  .course_box01 .box .wrap {
    grid-template-columns: 60px auto;
    gap: 0 15px;
  }
  .course_box01 .box .wrap .time span {
    padding: 4px 8px;
    font-size: 1rem;
  }
  .course_box01 .box .wrap .content {
    padding: 0 0 40px 25px;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .course_box01 .box .wrap .content::before {
    height: 110%;
  }
  .course_box01 .box .wrap .content::after {
    top: 6px;
  }
  .course_box01 .box .wrap .content .txt_area h3 {
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 4.5vw, 2.2rem);
  }
  .course_box01 .box .wrap .content .txt_area .txt p {
    font-size: 1.3rem;
  }
  .course_box01 .box .wrap .content figure img {
    width: 60%;
    margin: 0 auto;
  }
  .course_box01 .box .wrap:first-of-type .time {
    padding-top: 40px;
  }
  .course_box01 .box .wrap:first-of-type .content {
    padding-top: 40px;
  }
  .course_box01 .box .wrap:first-of-type .content::after {
    top: 46px;
  }
}
.course_box01 {
  /*max-width:767px*/
}

.day1 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .day1 {
    margin-bottom: 80px;
  }
}
.day1 {
  /*max-width:767px*/
}

.course_box01.day2 {
  padding-bottom: 300px;
}
.course_box01.day2 .box .wrap .time span {
  border: 1px solid #ff6602;
  color: #ff6602;
}
.course_box01.day2 .box .wrap .content::before {
  background: #ff6602;
}
.course_box01.day2 .box .wrap .content::after {
  background: #ff6602;
}
@media screen and (max-width: 767px) {
  .course_box01.day2 {
    padding-bottom: 100px;
  }
}
.course_box01.day2 {
  /*max-width:767px*/
}

#policy_area .inner {
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
  background: #fbfbfb;
}
#policy_area .inner h3 {
  color: #5d5045;
  font-size: clamp(2rem, 2.2vw, 2.6rem);
  margin-top: 40px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}
#policy_area .inner h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background-color: #8c9c76;
}
#policy_area .inner h3:first-of-type {
  margin-top: 2rem;
}
#policy_area .inner p {
  margin-bottom: 40px;
}
#policy_area .inner ul {
  margin-bottom: 40px;
  margin-top: 30px;
  padding-left: 0;
}
#policy_area .inner ul > li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: #333;
}
#policy_area .inner ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5b7f24;
}
#policy_area .inner ul ul {
  margin-top: 30px;
  margin-bottom: 0;
}
#policy_area .inner ul ul > li::before {
  background-color: transparent;
  border: 1px solid #8c9c76;
}
#policy_area .inner ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--text-light);
}
#policy_area .inner ol > li {
  margin-bottom: 0.5rem;
  color: #333;
}
#policy_area .inner ol > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #policy_area .content-area {
    padding: 4rem;
  }
}

#rules_area .inner {
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
  background: #fbfbfb;
}
#rules_area .inner h3 {
  color: #5d5045;
  font-size: clamp(2rem, 2.2vw, 2.6rem);
  margin-top: 40px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}
#rules_area .inner h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background-color: #8c9c76;
}
#rules_area .inner h3:first-of-type {
  margin-top: 2rem;
}
#rules_area .inner p {
  margin-bottom: 40px;
}
#rules_area .inner ol {
  margin-bottom: 40px;
  margin-top: 30px;
  padding-left: 0;
}
#rules_area .inner ol > li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: #333;
}
#rules_area .inner ol > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5b7f24;
}
#rules_area .inner ul ul {
  margin-top: 30px;
  margin-bottom: 0;
}
#rules_area .inner ul ul > li::before {
  background-color: transparent;
  border: 1px solid #8c9c76;
}
#rules_area .inner ul {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #333;
}
#rules_area .inner ul > li {
  margin-bottom: 0.5rem;
  color: #333;
}
#rules_area .inner ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #rules_area .content-area {
    padding: 4rem;
  }
}

#legal_area .inner {
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
  background: #fbfbfb;
}
#legal_area .inner .guide-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
}
#legal_area .inner .guide-table th,
#legal_area .inner .guide-table td {
  padding: 1rem;
  border: 1px solid #E5E7EB;
  vertical-align: middle;
}
#legal_area .inner .guide-table th span,
#legal_area .inner .guide-table td span {
  color: #333;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 5px;
}
#legal_area .inner .guide-table th span:last-of-type,
#legal_area .inner .guide-table td span:last-of-type {
  padding-bottom: 5px;
  padding-top: 10px;
}
#legal_area .inner .guide-table th {
  background-color: #F9F8F6;
  color: #333333;
  font-weight: 500;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  #legal_area .inner .guide-table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #legal_area .inner .guide-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #legal_area .inner .guide-table {
    /* 「一番最後の行（tr）」の中にある「一番最後のセル（td）」にだけ適用！ */
  }
  #legal_area .inner .guide-table tr:last-of-type td:last-of-type {
    border-bottom: 1px solid #E5E7EB;
  }
}
#legal_area .inner .guide-table {
  /*max-width:767px*/
}
#legal_area .inner .guide-table td {
  color: #666666;
}
#legal_area .inner .guide-table td a {
  color: #8B5E3C;
  text-decoration: none;
  transition: color 0.3s;
}
#legal_area .inner .guide-table td a:hover {
  color: #A4B89A;
  text-decoration: underline;
}
#legal_area .inner .guide-table td .cancel-desc {
  margin-top: 0;
  margin-bottom: 1rem;
}
#legal_area .inner .guide-table td .cancel-table-pc {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  display: none;
}
#legal_area .inner .guide-table td .cancel-table-pc td {
  border: 1px solid #E5E7EB;
  padding: 0.75rem;
  text-align: center;
}
#legal_area .inner .guide-table td .cancel-table-pc td.bg-cell {
  background-color: #F9F8F6;
  font-weight: 500;
  width: 50%;
}
#legal_area .inner .guide-table td .cancel-table-pc td.no-l-border {
  border-left: none;
}
#legal_area .inner .guide-table td .cancel-table-pc td.no-t-border {
  border-top: none;
}
@media screen and (min-width: 767px) {
  #legal_area .inner .guide-table td .cancel-table-pc {
    display: table;
    font-size: 1rem;
  }
}
#legal_area .inner .guide-table td .cancel-list-sp {
  margin-bottom: 1rem;
  border: 1px solid #E5E7EB;
  display: block;
}
#legal_area .inner .guide-table td .cancel-list-sp .list-item {
  border-bottom: 1px solid #E5E7EB;
}
#legal_area .inner .guide-table td .cancel-list-sp .list-item:last-child {
  border-bottom: none;
}
#legal_area .inner .guide-table td .cancel-list-sp .item-header {
  padding: 0.5rem;
  background-color: #F9F8F6;
  font-weight: 500;
  text-align: center;
}
#legal_area .inner .guide-table td .cancel-list-sp .item-data {
  padding: 0.5rem;
  text-align: center;
  border-top: 1px solid #E5E7EB;
  margin: 0;
}
@media screen and (min-width: 767px) {
  #legal_area .inner .guide-table td .cancel-list-sp {
    display: none;
  }
}

#contract_area .inner {
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
  background: #fbfbfb;
}
#contract_area .inner h3 {
  color: #5d5045;
  font-size: clamp(2rem, 2.2vw, 2.6rem);
  margin-top: 40px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}
#contract_area .inner h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background-color: #8c9c76;
}
#contract_area .inner h3:first-of-type {
  margin-top: 2rem;
}
#contract_area .inner h4 {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  padding-top: 10px;
}
#contract_area .inner p {
  margin-bottom: 20px;
  color: #333;
}
#contract_area .inner ol {
  margin-bottom: 20px;
  margin-top: 15px;
  padding-left: 1.5rem;
  color: #333;
}
#contract_area .inner ol > li {
  list-style-type: decimal;
  margin-bottom: 0.75rem;
}
#contract_area .inner ul {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  color: #333;
}
#contract_area .inner ul > li {
  margin-bottom: 0.5rem;
}
#contract_area .inner ul > li:last-child {
  margin-bottom: 0;
}
#contract_area .inner .cancel-table {
  width: 100%;
  max-width: 480px;
  margin: 20px auto;
  border-collapse: collapse;
  color: #5d5045;
}
#contract_area .inner .cancel-table th,
#contract_area .inner .cancel-table td {
  padding: 12px 16px;
  border: 1px solid #dddddd;
  text-align: left;
  vertical-align: middle;
}
#contract_area .inner .cancel-table th {
  background-color: #F9F8F6;
  font-weight: 500;
}
#contract_area .inner .cancel-table td:last-child {
  text-align: right;
  font-weight: 500;
}

/* リセットとベース設定 */
#contact-form *,
#contact-form *::before,
#contact-form *::after {
  box-sizing: border-box;
}

#contact-form {
  color: #333;
  background-color: #f9fafb;
  line-height: 1.5;
  padding: 48px 16px;
  font-family: sans-serif;
}

#contact-form a {
  color: #5b7f24;
  text-decoration: none;
}

#contact-form a:hover {
  text-decoration: underline;
  color: #5b7f24;
}

/* フォーム全体を囲むラッパー */
.form-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  padding: 32px;
}

/* テーブル本体のスタイル */
.form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}

.form-table th,
.form-table td {
  padding: 24px 16px;
  vertical-align: top; /* 上揃え */
}

/* 見出しセル (左側) */
.form-table th {
  width: 35%;
  background-color: #fbf7f4;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-bottom: solid 2px #fff;
  vertical-align: middle;
}

/* バッジ (必須・任意) */
.badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
}

.badge.required {
  background-color: #fff;
  color: #cc0000;
}

.badge.optional {
  background-color: #f3f4f6;
  color: #333;
}

/* 入力フォーム共通 */
.form-control {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 12px 16px;
  font-size: 16px;
  color: #111827;
  background-color: #ffffff; /* 白背景に固定 */
  transition: border-color 0.3s ease;
  margin: 0;
}

.form-control::placeholder {
  color: #9ca3af;
}

.form-control:focus {
  outline: none;
  border-color: #2c5e4f;
  box-shadow: 0 0 0 3px rgba(44, 94, 79, 0.1);
}

/* セレクトボックスのデフォルト矢印干渉対策 */
select.form-control {
  cursor: pointer;
  /* デフォルトの矢印を完全に無効化 */
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /* SVGの美しい下向き矢印を背景画像として右から16pxの位置に設置 */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%236b7280%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m6%209%206%206%206-6%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px 16px !important;
  padding-right: 48px !important; /* 矢印とテキストが重なるのを防止 */
}

/* IE用のデフォルト矢印リセット */
select.form-control::-ms-expand {
  display: none !important;
}

textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

/* お名前など横並びにする項目用 */
.name-inputs {
  display: flex;
  gap: 16px;
}

.name-inputs > div {
  flex: 1;
}

/* CF7等の自動改行タグ(<br>)による余白崩れ対策 */
.form-table br,
.privacy-group br,
.submit-area br {
  display: none;
}

/* プライバシーポリシーチェック */
.privacy-group {
  text-align: center; /* 全体を中央寄せ */
  margin-bottom: 32px;
}

.privacy-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
}

.privacy-label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  cursor: pointer;
}

/* 送信エリア */
.submit-area {
  text-align: center;
  border-top: 1px solid #f3f4f6;
  padding-top: 32px;
}
.submit-area .wpcf7-spinner {
  margin: 4px auto;
  display: block;
}

/* ご指定のシンプルボタンデザイン */
.btn-submit {
  display: inline-block !important;
  padding: 16px 40px !important;
  border: none !important;
  border-radius: 50px !important;
  background-color: #5b7f24 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  min-width: 240px;
}

.btn-submit:hover {
  background-color: #5b7f24 !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

/* スマートフォン向け (縦並びにする設定) */
@media (max-width: 639px) {
  .form-wrapper {
    padding: 24px 16px;
  }
  .form-table,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
  }
  .form-table th {
    border-bottom: none;
    padding: 16px 8px 8px 8px; /* 下側の余白を減らす */
    background-color: transparent;
  }
  .form-table td {
    padding: 0 8px 16px 8px;
  }
  .name-inputs {
    flex-direction: column; /* スマホでは名前も縦並びに */
    gap: 8px;
  }
}
.cf-turnstile {
  display: block;
  text-align: center;
}

.wpcf7-response-output {
  font-size: 14px !important;
}

/* ==========================================================================
   お知らせ・トピックス（3カラムカード型）
   ========================================================================== */
#news_area {
  background-color: #ffffff;
}
#news_area .news_box {
  padding: 80px 20px;
}
#news_area .news_box .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px; /* カード間の余白 */
  /* 画面幅に合わせて自動で1→2→3カラムへレスポンシブ切り替え */
}
@media (min-width: 640px) {
  #news_area .news_box .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  #news_area .news_box .wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#news_area .news_box {
  /* 記事カードブロック */
}
#news_area .news_box .content {
  background: #ffffff;
  border: 1px solid #e5e5e5; /* 繊細な境界線 */
  border-radius: 20px; /* 特徴的な大きめの丸み */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02); /* 控えめな影 */
  text-decoration: none; /* リンクとしてカード全体を押せるようにする */
  /* 画像エリア */
}
#news_area .news_box .content figure {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#news_area .news_box .content figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 952/532; /* 元画像のアスペクト比を固定 */
  object-fit: cover;
  display: block;
}
#news_area .news_box .content figure {
  /* 画像左上のカテゴリー/重要マークバッジ（絶対配置） */
}
#news_area .news_box .content figure figcaption {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #557c3e; /* ELLSPARKオリーブグリーン */
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.03em;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  font-size: clamp(1rem, 1vw, 1.2rem);
}
#news_area .news_box .content {
  /* topicsカテゴリーの場合はゴールドブラウンに変更 */
}
#news_area .news_box .content.type-topics figure figcaption {
  background-color: #8c704a;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
#news_area .news_box .content {
  /* テキスト表示エリア */
}
#news_area .news_box .content .txt_area {
  padding: 24px 24px 30px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #news_area .news_box .content .txt_area {
    padding: 15px;
  }
}
#news_area .news_box .content {
  /* 記事タイトル（下線付き） */
}
#news_area .news_box .content .tit {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  font-weight: 500;
  padding-bottom: 14px; /* タイトル下の余白 */
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5; /* スクリーンショット同様の淡い下線を追加 */
  line-height: 1.45;
  letter-spacing: 0.02em;
}
#news_area .news_box .content {
  /* 本文・抜粋テキスト */
}
#news_area .news_box .content .txt {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.85;
  /* 「※」から始まる注釈が本文中にある場合の強調処理 */
}
#news_area .news_box .content .txt span.notice {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 500;
}
#news_area .news_box .content {
  /* 「...続きを読む」のリンクテキスト */
}
#news_area .news_box .content .more-link {
  font-weight: normal; /* 通常の太さ */
  margin-left: 4px;
  display: inline-block;
  text-decoration: underline; /* リンク下線 */
}

.pagination_area {
  text-align: center;
  margin-top: 40px;
}

.pagination_area ul.page-numbers {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px; /* ボタン同士の間隔 */
}

.pagination_area ul.page-numbers li a,
.pagination_area ul.page-numbers li span {
  display: block;
  padding: 8px 16px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
}

/* 現在表示しているページのスタイル */
.pagination_area ul.page-numbers li span.current {
  background: #5b7f24;
  color: #fff;
  border-color: #5b7f24;
}

/* ホバー時の演出 */
.pagination_area ul.page-numbers li a:hover {
  background-color: #f5f5f5;
}

.article-wrapper {
  background-color: #fcfbf9;
  padding: 60px 0;
  color: #463c39;
  letter-spacing: 0.05em;
}

.ep-inner.article-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* デスクトップ表示（768px以上）で2カラム化 */
@media (min-width: 768px) {
  .ep-inner.article-content {
    flex-direction: row;
    align-items: flex-start;
  }
}
/* ==========================================================================
   メインコンテンツエリア（左カラム）
   ========================================================================== */
.article-content article {
  flex: 1; /* 約70%の幅 */
  background: #ffffff;
  border: 1px solid #e6e3dd;
  border-radius: 4px;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .article-content article {
    padding: 20px;
  }
}
/* 記事リストスタイル */
.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid #e6e3dd;
  transition: all 0.3s ease;
}

.article-list li:first-child {
  padding-top: 0;
}

.article-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* 日付 */
.article-list li time {
  font-size: clamp(1.1rem, 1.1vw, 1.3rem);
  color: #7b7872;
  font-weight: 500;
  min-width: 95px;
}

/* カテゴリーバッジ（アウトラインスタイル） */
.article-list li .cat {
  display: inline-block;
  border: 1px solid #5b7f24; /* 深みのあるフォレストグリーン */
  color: #5b7f24;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* 記事タイトルリンク */
.article-list li a {
  flex: 1;
  min-width: 250px;
  color: #463c39;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  transition: color 0.3s ease;
}

.article-list li a:hover {
  color: #ab8e63; /* 高級感のある上質なブロンズゴールド */
}

/* 投稿がない場合のメッセージ */
.no-posts {
  color: #7b7872;
  text-align: center;
  padding: 40px 0;
}

/* ページネーション */
.pagenation {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px dashed #e6e3dd;
}

.pagenation a,
.pagenation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.pagenation a {
  background-color: #ffffff;
  color: #463c39;
  border: 1px solid #e6e3dd;
}

.pagenation a:hover {
  background-color: #5b7f24;
  color: #ffffff;
  border-color: #5b7f24;
}

.pagenation .current {
  background-color: #5b7f24;
  color: #ffffff;
  border: 1px solid #5b7f24;
}

/* ==========================================================================
   サイドバーエリア（右カラム）
   ========================================================================== */
.article-content aside {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6e3dd;
  border-radius: 4px;
  padding: 30px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .article-content aside {
    width: 320px; /* PCでの幅固定 */
  }
}
@media screen and (max-width: 767px) {
  .article-content aside {
    padding: 20px;
  }
}
/* サイドバー見出し（Ell's Parkスタイル） */
.article-content aside h2 {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 600;
  color: #5b7f24;
  border-bottom: 2px solid #5b7f24;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-content aside h2 small {
  font-size: 10px;
  color: #7b7872;
  font-weight: 500;
  margin-left: 8px;
  letter-spacing: 0.05em;
  text-transform: none;
}

/* サイドバーセクション区切り */
.article-content aside > div {
  margin-bottom: 40px;
}

.article-content aside > div:last-child {
  margin-bottom: 0;
}

/* カテゴリーリスト */
.article-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-cat-list li {
  border-bottom: 1px solid #f5f4f0;
  padding: 12px 0;
  font-size: clamp(1.1rem, 1.1vw, 1.3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-cat-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.article-cat-list li a {
  color: #463c39;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}

.article-cat-list li a:hover {
  color: #ab8e63;
}

/* カテゴリー件数バッジ（wp_list_categoriesのshow_count=1用） */
.article-cat-list li {
  color: #a3a09a; /* 件数部分のグレー */
}

/* アーカイブドロップダウン */
.article-list-dropdown {
  display: block;
  width: 100%;
  z-index: 1; /* 重なり順の基準点を設定 */
}

.article-list-dropdown select {
  width: 100%;
  padding: 12px 38px 12px 14px; /* 右側の余白を広げてテキストと矢印の重なりを防止 */
  font-size: 13px;
  border: 1px solid #e6e3dd;
  border-radius: 2px;
  background-color: #fff;
  color: #463c39;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  /* 標準の矢印を完全にリセットして非表示にする */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.article-list-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px; /* 右端から16pxのゆとりある配置に調整 */
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #7b7872; /* 洗練された細い境界線と同色のグレー */
  border-bottom: 1.5px solid #7b7872;
  transform: translateY(-50%) rotate(45deg); /* V字（下向き）に変換 */
  pointer-events: none; /* 矢印部分をクリックしてもセレクトボックスが反応するように設定 */
  z-index: 2; /* select要素の白背景(#fff)よりも確実に前面に描画させる */
}

.article-list-dropdown select:focus {
  border-color: #5b7f24;
}

.article-wrapper {
  background-color: #fcfbf9;
  padding: 60px 0;
  color: #463c39;
  letter-spacing: 0.05em;
}
.article-wrapper .archive-current-title {
  font-size: clamp(1.1rem, 1.1vw, 1.3rem);
  padding-bottom: 20px;
}

.ep-inner.article-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* デスクトップ表示（768px以上）で2カラム化 */
@media (min-width: 768px) {
  .ep-inner.article-content {
    flex-direction: row;
    align-items: flex-start;
  }
}
/* ==========================================================================
   メインコンテンツエリア（左カラム：記事詳細）
   ========================================================================== */
.article-content article {
  flex: 1; /* 約70%の幅 */
  background: #ffffff;
  border: 1px solid #e6e3dd; /* 馴染みの良い極細のベージュグレー境界線 */
  border-radius: 4px; /* シャープで洗練された極小の角丸 */
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .article-content article {
    padding: 20px;
  }
}
/* 記事タイトル */
.ep-single-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #5b7f24;
  margin: 0 0 15px 0;
  letter-spacing: 0.03em;
}

/* 更新日 & カテゴリー情報 */
.single-info {
  font-size: 13px;
  color: #7b7872;
  border-bottom: 1px solid #e6e3dd;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

/* 詳細ページのカテゴリーバッジ */
.single-info .cat {
  display: inline-block;
  border: 1px solid #5b7f24;
  color: #5b7f24;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* 本文エリア（WordPressから出力される画像や文章の調整） */
.ep-entry-content {
  line-height: 1.8;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  color: #333333;
}

.ep-entry-content p {
  margin-bottom: 1.8em;
}

.ep-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  margin: 1.5em 0;
}

.ep-entry-content h3 {
  font-size: 18px;
  color: #5b7f24;
  border-left: 3px solid #ab8e63; /* ゴールドのアクセントライン */
  padding-left: 12px;
  margin: 2em 0 1em 0;
}

/* 投稿がない場合のメッセージ */
.no-posts {
  color: #7b7872;
  text-align: center;
  padding: 40px 0;
}

/* ==========================================================================
   サイドバーエリア（右カラム）
   ========================================================================== */
.article-content aside {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6e3dd;
  border-radius: 4px;
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .article-content aside {
    width: 320px; /* PCでの幅固定 */
  }
}
@media screen and (max-width: 767px) {
  .article-content aside {
    padding: 20px;
  }
}
/* サイドバー見出し（Ell's Parkスタイル） */
.article-content aside h2 {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 600;
  color: #5b7f24;
  border-bottom: 2px solid #5b7f24;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-content aside h2 small {
  font-size: 10px;
  color: #7b7872;
  font-weight: 500;
  margin-left: 8px;
  letter-spacing: 0.05em;
  text-transform: none;
}

/* サイドバーセクション区切り */
.article-content aside > div {
  margin-bottom: 40px;
}

.article-content aside > div:last-child {
  margin-bottom: 0;
}

/* カテゴリーリスト */
.article-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-cat-list li {
  border-bottom: 1px solid #f5f4f0;
  padding: 12px 0;
  font-size: clamp(1.1rem, 1.1vw, 1.3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-cat-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.article-cat-list li a {
  color: #463c39;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}

.article-cat-list li a:hover {
  color: #ab8e63;
}

/* カテゴリー件数バッジ（wp_list_categoriesのshow_count=1用） */
.article-cat-list li {
  color: #a3a09a; /* 件数部分のグレー */
}

/* アーカイブドロップダウン */
.article-list-dropdown {
  display: block;
  position: relative; /* 疑似要素矢印の基準位置に設定 */
  z-index: 1; /* 重なり順の基準点を設定 */
}

.article-list-dropdown select {
  width: 100%;
  padding: 12px 38px 12px 14px; /* 右側の余白を広げてテキストと矢印の重なりを防止 */
  font-size: 13px;
  border: 1px solid #e6e3dd;
  border-radius: 2px;
  background-color: #fff;
  color: #463c39;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  /* 標準の矢印を完全にリセットして非表示にする */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 高級感のある極細の下向きカスタム矢印を定義 */
.article-list-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px; /* 右端から16pxのゆとりある配置に調整 */
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #7b7872; /* 洗練された細い境界線と同色のグレー */
  border-bottom: 1.5px solid #7b7872;
  transform: translateY(-50%) rotate(45deg); /* V字（下向き）に変換 */
  pointer-events: none; /* 矢印部分をクリックしてもセレクトボックスが反応するように設定 */
  z-index: 2; /* select要素の白背景(#fff)よりも確実に前面に描画させる */
}

.article-list-dropdown select:focus {
  border-color: #5b7f24;
}/*# sourceMappingURL=style.css.map */