@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .top-news .top-news-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.top-news .top-news-column > div {
  padding: 50px 30px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .top-news .top-news-column > div {
    padding: 5vw 7vw;
      width: 50%;
  }
}

.top-news .top-news-column > div .tit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.top-news .top-news-column > div .tit-wrap .tit-en {
  font-size: clamp(1.8rem, 2vw, 3rem);
  letter-spacing: .3rem;
  line-height: 1;
}

.top-news .top-news-column > div .tit-wrap .tit-jp {
  font-size: clamp(0.8rem, 1.1vw, 1.2rem);
  margin-left: 20px;
}

.top-news .top-news-column > div .news-box a {
  margin-bottom: 20px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .top-news .top-news-column > div .news-box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-news .top-news-column > div .news-box a .date {
  width: 150px;
  font-size: clamp(0.8rem, 1vw, 1rem);
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .top-news .top-news-column > div .news-box a .date {
    margin-bottom: 0;
  }
}

.top-news .top-news-column > div .news-box a h3 {
  width: 100%;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: normal;
  line-height: 1.5;
}

.top-news .top-news-column > div .news-box a:hover {
  opacity: .7;
}

.top-news .top-news-column > div span {
  letter-spacing: .1rem;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 70px 0 0;
}

.top-news .top-news-column > div span::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #FFFFFF;
  position: relative;
  left: 15px;
  -webkit-transition: .2s;
  transition: .2s;
}

.top-news .top-news-column > div span:hover::after {
  left: 30px;
}

.top-news .top-news-column .news-l {
  background: #155240;
  color: #FFFFFF;
}

.top-news .top-news-column .news-l a {
  color: #FFFFFF;
}

.top-news .top-news-column .news-r {
  background: #0A4533;
  color: #FFFFFF;
}

.top-news .top-news-column .news-r a {
  color: #FFFFFF;
}

.top-item {
  background: #FFFFFF;
  padding: 70px 0;
}

@media only screen and (min-width: 768px) {
  .top-item {
    padding: 10vw 0 7vw;
  }
}

.top-item dl dt {
  font-size: clamp(1.4rem, 2vw, 2.5rem);
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .top-item dl dt {
    margin-bottom: 20px;
  }
}

.top-item dl dd {
  font-weight: 600;
}

.top-item .item-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1000px;
  margin: 20px auto 0;
  width: 90%;
}

.top-item .item-box-inner img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-item .item-box-inner .item-box {
  width: 48%;
}

@media only screen and (min-width: 768px) {
  .top-item .item-box-inner .item-box br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .top-item .item-box-inner .item-box {
    width: 30%;
  }
}

.top-item .item-box-inner .item-box h4 {
  font-weight: normal;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  white-space: nowrap;
  letter-spacing: .1rem;
}

.top-item .item-box-inner .item-box a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.top-item .btn-online a {
  border: 1px solid #000;
  position: relative;
  display: block;
  width: 80%;
  margin: 60px auto 0;
  padding: 20px 20px 20px 0;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: clamp(0.8rem, 1vw, 1rem);
}

@media only screen and (min-width: 768px) {
  .top-item .btn-online a {
    width: 330px;
    margin: 80px auto 0;
  }
}

.top-item .btn-online a:hover {
  background: #0A4533;
  color: #FFFFFF;
}

.top-item .btn-online a:hover::after {
  background: url(images/target_w.svg) center top/cover no-repeat;
}

.top-item .btn-online a::after {
  content: "";
  display: block;
  background: url(images/target.svg) center top/cover no-repeat;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

section.faq {
  background: #FFFFFF;
  padding: 70px 0;
}

@media only screen and (min-width: 768px) {
  section.faq {
    padding: 150px 0;
  }
}

section.faq .faq-inner {
  max-width: 1200px;
  margin: auto;
}

section.faq .faq-inner .tit-faq {
  font-size: clamp(1.4rem, 2vw, 2.5rem);
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
}

section.faq .faq-inner .sub-en {
  text-align: center;
  font-weight: 600;
  margin: 0 0 50px;
}

/* FAQ全体のコンテナでカウンターをリセット */
.faq-inner {
  counter-reset: faq-counter;
  width: 90%;
  margin: auto;
}

.faq dl {
  margin-bottom: 10px;
}

/* dtのスタイルと番号の自動付与 */
.faq dl dt {
  position: relative;
  padding: 20px 50px 20px 60px;
  /* 左側に番号が入るスペースを確保 */
  cursor: pointer;
  background-color: #F2EFE9;
  color: #502F00;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
}

@media only screen and (min-width: 768px) {
  .faq dl dt {
    padding: 25px 55px 25px 70px;
    /* 左側に番号が入るスペースを確保 */
  }
}

/* 擬似要素でQ + 番号を表示 */
.faq dl dt::before {
  counter-increment: faq-counter;
  /* カウントを1増やす */
  content: "Q" counter(faq-counter) ".";
  position: absolute;
  left: 25px;
  color: #502F00;
}

@media only screen and (min-width: 768px) {
  .faq dl dt::before {
    left: 35px;
  }
}

.faq dl dt::after {
  content: "";
  display: block;
  background: url(images/plus.svg) center top/cover no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 20px;
  top: 32px;
}

@media only screen and (min-width: 768px) {
  .faq dl dt::after {
    right: 30px;
    height: 22px;
    width: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ddの初期状態（非表示） */
.faq dl dd {
  display: none;
  padding: 20px;
  margin: 0;
  background-color: #fff;
  line-height: 1.7;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

/* クリック時にdtにクラスをつけて見た目を変える場合（任意） */
.faq dl dt.is-open::after {
  content: "";
  display: block;
  background: url(images/minus.svg) center top/cover no-repeat;
  height: 1px;
  width: 17px;
}

@media only screen and (min-width: 768px) {
  .faq dl dt.is-open::after {
    width: 22px;
  }
}

.item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.item-box li {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .item-box li {
    width: 48%;
  }
}

@media only screen and (min-width: 1025px) {
  .item-box li {
    width: 32%;
  }
}

@media only screen and (min-width: 1280px) {
  .item-box li {
    width: 32%;
  }
}

.item-box li a {
  display: block;
}

.item-box li a .pic {
  overflow: hidden;
}

.item-box li a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.item-box li a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 2.7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.item-box li a .name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  background: #155240;
  position: relative;
  top: -10px;
  padding: 10px 20px;
}

.item-box li a .name-wrap .sub-en {
  margin-left: 10px;
  letter-spacing: .05rem;
  font-size: 2.7vw;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .item-box li a .name-wrap .sub-en {
    font-size: clamp(0.5rem, 0.7vw, 0.7rem);
  }
}

.item-box li a .name-wrap .sub-en::before {
  content: "／";
  display: inline-block;
  font-size: 0.8rem;
}

.item-box li a h3 {
  font-weight: 400;
  font-size: 3.5vw;
  white-space: nowrap;
  margin: 0;
  letter-spacing: -.01rem;
}

@media only screen and (min-width: 768px) {
  .item-box li a h3 {
    font-size: clamp(0.8rem, 0.8vw, 1rem);
  }
}

.item-box li a h3::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

.item-detail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
  margin: auto;
  position: relative;
}

.item-detail-box::after {
  content: "";
  display: block;
  width: 32%;
}

.item-detail-box li {
  width: 48%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .item-detail-box li {
    width: 32%;
  }
}

@media only screen and (min-width: 1025px) {
  .item-detail-box li {
    width: 24%;
  }
}

.item-detail-box li .pic {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.item-detail-box li .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.item-detail-box li .pic img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.item-detail-box h3 {
  font-size: clamp(0.8rem, 1vw, 1.2rem);
  font-weight: normal;
  margin-top: 10px;
}

.news-nav {
  margin: 50px 0 0;
}

.news-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-nav ul li {
  position: relative;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .news-nav ul li {
    padding: 0 50px;
  }
}

.news-nav ul li a {
  font-size: clamp(1.3rem, 1.8vw, 2.3rem);
  font-weight: 600;
  color: #D6CEC0;
  -webkit-transition: .2s;
  transition: .2s;
}

.news-nav ul li a:hover {
  color: #155240;
}

.news-nav ul li.is-active a {
  color: #155240;
}

.news-nav ul li:first-child::after {
  content: "";
  display: inline-block;
  background: url(images/line_s.svg) center top/cover no-repeat;
  height: 10vw;
  width: 10vw;
  max-width: 80px;
  max-width: 40px;
  position: absolute;
  right: -10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .news-nav ul li:first-child::after {
    height: 4vw;
    width: 4vw;
  }
}

#entry, #confirm {
  background: rgba(255, 69, 0, 0.05);
}

#entry #contents, #confirm #contents {
  background: transparent !important;
}

#entry .entry-form, #confirm .entry-form {
  max-width: 800px;
  margin: auto;
  width: 90%;
}

#entry .entry-form .txt, #confirm .entry-form .txt {
  text-align: center;
  margin: 30px 0 40px;
}

@media only screen and (min-width: 768px) {
  #entry .entry-form .txt, #confirm .entry-form .txt {
    margin: 0 0 80px;
  }
}

#entry .entry-form input[type="text"], #entry .entry-form input[type="email"], #confirm .entry-form input[type="text"], #confirm .entry-form input[type="email"] {
  width: 100%;
  background: #FFFFFF;
  padding: 8px;
}

#entry .entry-form input[type="submit"], #confirm .entry-form input[type="submit"] {
  background: #B3A28A;
  color: #FFFFFF;
  text-align: center;
  max-width: 400px;
  padding: 15px 60px;
  margin: 80px auto 0;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

#entry .entry-form input[type="submit"]:hover, #confirm .entry-form input[type="submit"]:hover {
  opacity: .8;
}

#entry .entry-form dl, #confirm .entry-form dl {
  max-width: 600px;
  margin: 0 auto 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  #entry .entry-form dl, #confirm .entry-form dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#entry .entry-form dl dt, #confirm .entry-form dl dt {
  font-size: clamp(0.9rem, 0.9vw, 0.9rem);
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #entry .entry-form dl dt, #confirm .entry-form dl dt {
    width: 250px;
    margin-bottom: 0;
  }
}

#entry .entry-form dl dd, #confirm .entry-form dl dd {
  width: 100%;
}

.thanks {
  text-align: center;
  font-size: 110%;
  margin: 80px 0 0;
}

@media only screen and (min-width: 768px) {
  .thanks {
    margin: 0;
  }
}

.next {
  margin: 50px;
  text-align: center;
  font-size: 90%;
}

.btn-base {
  margin-top: 30px;
}

.btn-base a {
  border: 1px solid #444;
  padding: 10px 50px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-base a:hover {
  background: #000;
  color: #FFFFFF;
}

.wp-block-snow-monkey-forms-item {
  max-width: 800px;
  margin: auto;
}

.wp-block-snow-monkey-forms-item input {
  border: none !important;
}

.txt-member {
  text-align: center;
  margin-bottom: 50px;
}

.smf-button-control__control {
  background: #B3A28A !important;
  color: #FFFFFF !important;
  border: none !important;
  padding: 15px 50px !important;
  margin-top: 70px !important;
}

#hidden-field{
  display: none;
}

div[data-name="hubspot_form_type"] {
    display: none; 
  
}

/* MW WP Form: 姓・名の横並び入力 */
#contact-form .name-split {
  display: flex;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
	padding: 0;
}
#contact-form .name-split .name-split__col {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  gap: 8px;
  min-width: 0;
  padding: 20px 10px;
}
#contact-form .name-split .name-split__col label {
  flex: 0 0 auto;
  font-size: 14px;
  color: #414141;
}
#contact-form .name-split .name-split__col input[type="text"] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  float: none;
}