@charset "UTF-8";
/* CSSリセット
--------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

figure {
  margin: 0;
}

fieldset, img {
  border: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

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

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* COMMON */
html {
  background-color: #fafff0;
  font-size: 62.5%;
}

html.hidden {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-size: 16px;
  font-weight: 500;
  color: #a07d5a;
  line-height: 1.5;
}
body::before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1335px;
  background-image: url(../img/common/line_wave_fixed.svg);
  z-index: 90;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  body::before {
    height: 80px;
    background-size: 392px;
  }
  main {
    margin-top: 60px;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}

@media screen and (min-width: 769px) {
  /* a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  } */
}
img {
  max-width: 100%;
}

.inner {
  max-width: 1000px;
  width: 78.12%;
  margin: 0 auto;
}

.small_inner {
  max-width: 834px;
  width: 78.12%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
  .small_inner {
    width: 90%;
  }
}
.is_block {
  display: block;
}

.is_inline_block {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .is_pc_block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .is_sp_block {
    display: block;
  }
}
.bg_white_wrap {
  position: relative;
  padding: 40px 8.46%;
  background-color: #fff;
  border-radius: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bg_white_wrap {
    padding: 40px 5%;
    border-radius: 20px;
  }
}

.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 494px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 20px 2px;
  border: solid 1px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 300px;
    font-size: 16px;
  }
}
.btn:hover {
  background-color: #A07D5A;
  color: #fff;
}

.back_btn_text {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .back_btn_text {
    font-size: 18px;
  }
}
.back_btn_text a {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
}
.back_btn_text a:hover {
  opacity: 0.8;
}
.back_btn_text a::before, .back_btn_text a::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8em;
  height: 2px;
  background-color: #a07d5a;
  border-radius: 2px;
}
.back_btn_text a::before {
  transform: translateY(-50%) rotate(-30deg);
  margin-top: -0.2em;
}
.back_btn_text a::after {
  transform: translateY(-50%) rotate(30deg);
  margin-top: 0.2em;
}

/* アニメーション */
.fadeinUp {
  transform: translateY(30px);
  transition-duration: 1s;
  opacity: 0;
}

.fadeinUp.anistart {
  transform: translateY(0);
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wpcf7-form > *:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .wpcf7-form > *:not(:first-child) {
    margin-top: 30px;
  }
}
.wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

input,
textarea {
  display: block;
  outline: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
  border: solid 1px #A07D5A;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px;
  }
}
input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

input {
  height: 40px;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background: #A07D5A;
  max-width: 340px;
  height: 70px;
  margin: 40px auto 0;
  padding: 10px;
  border: solid 1px #A07D5A;
  border-radius: 25px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
  button,
  input[type=submit],
  input[type=button] {
    max-width: none;
    min-height: 40px;
    margin-top: 30px;
    border-radius: 10px;
  }
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #fff;
  color: #A07D5A;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
  outline: none;
}

/* プレースホルダー */
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #F0F0F0;
}

/* Firefox 18- */
:-moz-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #F0F0F0;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #F0F0F0;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #F0F0F0;
}

/* IE Edge */
::-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #F0F0F0;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .header {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: 30px 10.78% 10px;
}

@media screen and (max-width: 768px) {
  .header_inner {
    min-height: 60px;
    padding: 10px 60px;
  }
}
.header_logo {
  display: block;
  width: 100%;
  max-width: 202px;
  margin: 0 60px;
}

@media screen and (max-width: 768px) {
  .header_logo {
    max-width: 150px;
    margin: 0;
  }
}
.header_logo img {
  display: block;
  width: 100%;
}

.gnav_menu {
  display: block;
  position: fixed;
  top: 43px;
  right: 10.78%;
  width: 30px;
  height: 26px;
  z-index: 999;
  cursor: pointer;
}

.menu_line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #5f9669;
  transition-duration: 0.3s;
}

.menu_line.menu_line_top {
  top: 0;
}

.menu_line.menu_line_center {
  top: 10px;
}

.menu_line.menu_line_bottom {
  bottom: 0;
}

.menu_line.menu_line_top.active {
  top: 10px;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu_line.menu_line_center.active {
  display: none;
}

.menu_line.menu_line_bottom.active {
  bottom: 10px;
  transform: rotate(45deg);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .gnav_menu {
    top: 17px;
    right: 20px;
  }
}
.gnav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #5f9669;
  color: #fff;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  z-index: -99;
  transition-duration: 0.3s;
}

.gnav_wrap.open {
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
}

.gnav_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  text-align: center;
}

.gnav_content {
  width: 100%;
}

.gnav_menu_text {
  max-width: 154px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .gnav_menu_text {
    max-width: 100px;
    margin: 0 auto 60px;
  }
}
.gnav_menu_text img {
  display: block;
  width: 100%;
}

.gnav_list {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .gnav_list {
    font-size: 18px;
  }
}
.gnav_list > li:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .gnav_list > li:not(:first-child) {
    margin-top: 40px;
  }
}
.gnav_list .en {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.fixed_top {
  position: fixed;
  top: 52px;
  left: -16px;
  max-width: 260px;
  width: 20.31%;
  z-index: 1;
}
.fixed_top:hover::before {
  opacity: 1;
}
.fixed_top::before {
  content: " ";
  position: absolute;
  top: -14.28%;
  right: 47.69%;
  width: 12.3%;
  padding-top: 12.3%;
  background: url(../img/common/header_bird_pi.png) center/contain no-repeat;
  opacity: 0;
}
.fixed_top img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fixed_top {
    top: 21px;
    left: -6px;
    max-width: 100px;
    width: 100%;
  }
}
.pc_header_nav {
  position: relative;
  margin-top: 88px;
  padding: 20px 0;
  background-color: #fafff0;
  text-align: center;
  z-index: 98;
}
.pc_header_nav::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  margin-top: -0.5px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1335px;
  background-image: url(../img/common/line_wave_bottom.png);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pc_header_nav {
    display: none;
  }
}
.pc_header_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0 -50px;
  font-size: 20px;
  font-weight: 700;
}
.pc_header_nav_list > li {
  margin: 0 0 0 50px;
}
.pc_header_nav_list .en {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.pc_header_nav_list a {
  display: block;
  position: relative;
  z-index: 1;
}
.pc_header_nav_list a:hover {
  color: #5F9669;
}
.pc_header_nav_list a:hover::before {
  width: 88%;
  opacity: 1;
}
.pc_header_nav_list a.is_active {
  color: #5F9669;
}
.pc_header_nav_list a.is_active::before {
  width: 88%;
  opacity: 1;
}
.pc_header_nav_list a::before {
  content: " ";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  background-color: rgba(185, 230, 90, 0.4);
  border-radius: 50px;
  filter: blur(5px);
  transition-duration: 0.3s;
  z-index: -1;
  opacity: 0;
}

/* footer */
.common_contact_section {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .common_contact_section .bg_white_wrap {
    padding-top: 30px;
  }
}

.common_contact_logo {
  margin-bottom: 10px;
  padding: 0 6px 10px;
  border-bottom: solid 2px #a07d5a;
}
.common_contact_logo img {
  display: block;
  width: 100%;
  max-width: 233px;
}
@media screen and (max-width: 768px) {
  .common_contact_logo img {
    max-width: 200px;
    margin: 0 auto;
  }
}

.common_contact_title {
  margin-bottom: 20px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .common_contact_title {
    font-size: 18px;
    text-align: center;
  }
}

.common_contact_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .common_contact_grid {
    display: block;
  }
}
.common_contact_grid .img_block {
  position: relative;
  width: 50%;
  height: 258px;
  margin-left: 4%;
  border-radius: 40px;
  isolation: isolate;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .common_contact_grid .img_block {
    width: 100%;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .common_contact_grid .img_block {
    width: 100%;
    height: 200px;
    margin: 30px 0 0;
    border-radius: 20px;
  }
}
.common_contact_grid .img_block img, .common_contact_grid .img_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_contact_grid .address_block {
  flex: 1;
}
.common_contact_grid .address_item_group {
  font-size: 14px;
}
.common_contact_grid .address_item {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .common_contact_grid .address_item {
    display: block;
    font-size: 16px;
  }
}
.common_contact_grid .address_item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .common_contact_grid .address_item:not(:first-child) {
    margin-top: 14px;
  }
}
.common_contact_grid .address_item > dt {
  width: 9em;
  margin-right: 1em;
  padding: 2px 10px;
  background-color: #a07d5a;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common_contact_grid .address_item > dt {
    width: 100%;
    margin: 0 0 8px;
  }
}
.common_contact_grid .address_item > dd {
  flex: 1;
}

.footer_contact_btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 340px;
  min-height: 70px;
  margin-top: 70px;
  padding: 4px 20px 2px;
  border: solid 1px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer_contact_btn {
    max-width: none;
    min-height: 50px;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
  }
}
.footer_contact_btn:hover {
  background-color: #A07D5A;
}
.footer_contact_btn:hover::before {
  opacity: 1;
}
.footer_contact_btn::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 30px;
  background: url(../img/common/icon_mail.svg) center/contain no-repeat;
  transition-duration: 0.3s;
  pointer-events: none;
  opacity: 0;
}

.copyright {
  padding: 14px 5%;
  background-color: #289b3c;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 10px 5.33%;
    font-size: 14px;
  }
}

.pagetop {
  display: block;
  position: fixed;
  bottom: 0;
  right: -28px;
  max-width: 328px;
  width: 25.62%;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .pagetop {
    max-width: 126px;
    width: 100%;
    right: 0;
  }
}
.pagetop img {
  display: block;
  width: 100%;
}

.bg_headline {
  margin: 20px 0 30px;
  padding: 0 10px;
  background-color: #b9e659;
  border-radius: 40px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bg_headline {
    padding: 2px 10px;
    font-size: 18px;
  }
}
.bg_headline._yellow {
  background-color: #ffa532;
}

/* LAYOUT */
.top_mv_wrap {
  position: relative;
  height: 38.67vw;
  background: url(../img/top/mv_img.jpg) center/cover no-repeat;
}
.top_mv_wrap::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  margin-bottom: -0.5px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1335px;
  background-image: url(../img/common/line_wave_top.png);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top_mv_wrap::after {
    height: 16px;
    background-size: 392px;
  }
}
.top_mv_headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68.35%;
  margin-top: -3.28%;
}
@media screen and (max-width: 768px) {
  .top_mv_headline {
    width: 80%;
    margin-top: 0;
  }
}
.top_mv_headline img {
  display: block;
  width: 100%;
}

.top_workplace_section {
  position: relative;
  padding-top: 190px;
}
@media screen and (max-width: 768px) {
  .top_workplace_section {
    padding-top: 80px;
  }
}
.top_workplace_section::before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  height: 67px;
  margin-left: -0.39%;
  background: url(../img/common/deco_clover.png) center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top_workplace_section::before {
    top: 14px;
    width: 70px;
    height: 44px;
  }
}

.top_workplace_grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_workplace_grid {
    display: block;
  }
}
.top_workplace_grid::after {
  content: " ";
  position: absolute;
  bottom: -66px;
  left: 0;
  transform: rotate(-163deg);
  width: 78px;
  height: 48px;
  background: url(../img/common/deco_clover.png) center/contain no-repeat;
  pointer-events: none;
}
.top_workplace_grid .img_block {
  width: 49.4%;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .top_workplace_grid .img_block {
    width: 100%;
    margin: 0 0 20px;
  }
}
.top_workplace_grid .text_block {
  flex: 1;
  max-width: 410px;
  padding: 28px 0;
  font-size: 20px;
  color: #5f9669;
}
@media screen and (max-width: 768px) {
  .top_workplace_grid .text_block {
    max-width: none;
    padding: 0;
    font-size: 16px;
  }
}

.top_workplace_img_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -18px -3.14%;
}
.top_workplace_img_list > li {
  position: relative;
  width: 30.19%;
  padding-top: 30.19%;
  margin: 0 0 18px 3.14%;
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .top_workplace_img_list > li {
    border-radius: 20px;
  }
}
.top_workplace_img_list > li:hover img {
  transform: scale(1.2);
}
.top_workplace_img_list img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
}

.top_workplace_headline {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
  color: #5f9669;
}
@media screen and (max-width: 768px) {
  .top_workplace_headline {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
.top_workplace_headline .bg_area {
  display: block;
  padding: 4px 10px;
  background-color: #5f9669;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top_workplace_headline .bg_area {
    font-size: 24px;
  }
}

.top_smile_wrap {
  position: relative;
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .top_smile_wrap {
    padding: 80px 0 100px;
  }
}
.top_smile_wrap::after {
  content: " ";
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 78px;
  background: url(../img/top/deco_bird.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .top_smile_wrap::after {
    bottom: 30px;
    width: 70px;
    height: 48px;
  }
}

.top_smile_headline {
  max-width: 130px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .top_smile_headline {
    max-width: 110px;
  }
}
.top_smile_headline img {
  display: block;
  width: 100%;
}

.top_smile_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -16px -1.56%;
}
.top_smile_list > li {
  position: relative;
  width: 31.76%;
  padding-top: 24.31%;
  margin: 0 0 16px 1.56%;
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .top_smile_list > li {
    border-radius: 20px;
  }
}
.top_smile_list > li:hover img {
  transform: scale(1.2);
}
.top_smile_list img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
}

.top_section {
  margin-bottom: 64px;
}
.top_section .btn {
  margin: 40px auto 0;
}
.top_section .outline_text {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_section .outline_text {
    font-size: 16px;
    text-align: left;
  }
}

.top_headline {
  margin-bottom: 16px;
  border-bottom: solid 2px #a07d5a;
  font-size: 28px;
  font-weight: 700;
  color: #a07d5a;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_headline {
    margin-bottom: 20px;
    padding-bottom: 4px;
    font-size: 22px;
  }
}
.top_headline .en {
  display: block;
  font-size: 0.73em;
  font-weight: 500;
}

.top_info_section .bg_white_wrap::before {
  content: " ";
  position: absolute;
  top: -16px;
  right: -26px;
  transform: rotate(-46deg);
  width: 118px;
  height: 74px;
  background: url(../img/common/deco_clover.png) center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_info_section .bg_white_wrap::before {
    top: -14px;
    right: -7px;
    width: 80px;
    height: 50px;
  }
}

.top_info_content {
  max-height: 314px;
  margin-right: 24px;
  overflow-y: auto;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .top_info_content {
    max-height: 250px;
    margin-right: 0;
  }
}
.top_info_content:-webkit-scrollbar {
  display: none;
}
.top_info_content :-webkit-scrollbar {
  display: none;
}
.top_info_content .simplebar-track {
  background: transparent;
  border-radius: 0;
  width: 8px;
}
.top_info_content .simplebar-track .simplebar-scrollbar {
  top: 0 !important;
}
.top_info_content .simplebar-track .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #a07d5a;
  border-radius: 4px;
  opacity: 1;
}
.top_info_content .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.top_news_list {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top_news_list {
    font-size: 16px;
  }
}
.top_news_list > li:not(:first-child) {
  margin-top: 14px;
}
.top_news_list a {
  display: flex;
  align-items: flex-start;
  padding: 4px 20px;
}
@media screen and (max-width: 1000px) {
  .top_news_list a {
    display: block;
    padding: 4px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_news_list a {
    display: block;
    padding: 8px 10px;
  }
}
.top_news_list a:hover {
  background-color: #FAFFF0;
}
.top_news_list .date_category_box {
  position: relative;
  display: flex;
  margin-right: 20px;
  padding-left: 2em;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .top_news_list .date_category_box {
    margin: 0 0 4px;
    padding: 1em 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top_news_list .date_category_box {
    margin: 0 0 4px;
  }
}
.top_news_list .date {
  width: 5em;
  margin-right: 26px;
}
@media screen and (max-width: 768px) {
  .top_news_list .date {
    margin-right: 20px;
  }
}
.top_news_list .date_category_box .category {
  display: inline-block;
  min-width: 9.5em;
  padding: 2px 10px 1px;
  background-color: #289b3c;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.top_news_list .new {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 700;
  color: #289c3c;
  text-transform: uppercase;
}
.top_news_list .category._yellow {
  background-color: #ffa532;
}
.top_news_list .category._brown {
  background-color: #a07d5a;
}

.top_about_section .bg_white_wrap::before {
  content: " ";
  position: absolute;
  top: 38px;
  left: 18px;
  transform: rotate(132deg);
  width: 78px;
  height: 48px;
  background: url(../img/common/deco_clover.png) center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_about_section .bg_white_wrap::before {
    top: 10px;
    left: 6px;
    width: 60px;
    height: 37px;
  }
}

.top_about_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top_about_grid {
    display: block;
  }
}
.top_about_grid .img_block {
  width: 39.56%;
  margin-left: 2.39%;
}
@media screen and (max-width: 768px) {
  .top_about_grid .img_block {
    width: 100%;
    margin: 0 0 20px;
  }
}
.top_about_grid .img_block img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .top_about_grid .img_block img {
    border-radius: 20px;
  }
}
.top_about_grid .title {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_about_grid .title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.top_about_grid .text_block {
  flex: 1;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top_about_grid .text_block {
    font-size: 16px;
  }
}

.top_schedule_content {
  max-width: 734px;
  margin: 0 auto;
}
.top_schedule_content .notes_text {
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.08;
}
@media screen and (max-width: 768px) {
  .top_schedule_content .notes_text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.top_schedule {
  position: relative;
  font-size: 26px;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_schedule {
    font-size: 18px;
  }
}
.top_schedule .schedule_item {
  display: flex;
}
.top_schedule .schedule_item:first-child > dt {
  padding-top: 0;
}
.top_schedule .schedule_item:first-child > dd {
  padding-top: 0;
}
.top_schedule .schedule_item > dt {
  width: 7.35em;
  min-width: 7.35em;
  padding: 20px 1em 0 0;
  border-right: solid 2px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top_schedule .schedule_item > dt {
    width: 5em;
    min-width: 5em;
  }
  .top_event_section .top_schedule .schedule_item > dt {
    width: 7em;
    min-width: 7em;
  }
}
.top_schedule .schedule_item > dd {
  padding: 20px 0 0 1em;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
.top_schedule .top_day_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 32.69%;
  z-index: -1;
}
.top_schedule .top_day_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .top_schedule .top_day_img {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 26px;
  }
  .top_schedule .top_day_img img {
    border-radius: 20px;
  }
}
.top_schedule .top_day_img img:not(:first-child) {
  margin-top: 14px;
}
.top_schedule .top_event_img {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 32.69%;
  z-index: -1;
}
.top_schedule .top_event_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .top_schedule .top_event_img {
    position: static;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 26px;
  }
  .top_schedule .top_event_img img {
    border-radius: 20px;
  }
}
.top_schedule .top_event_img img:not(:first-child) {
  margin-top: 14px;
}

.top_day_section .bg_white_wrap::after {
  content: " ";
  position: absolute;
  bottom: 36px;
  right: 2.68%;
  transform: rotate(-46deg);
  width: 122px;
  height: 76px;
  background: url(../img/common/deco_clover.png) center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_day_section .bg_white_wrap::after {
    bottom: 6px;
    width: 76px;
    height: 47px;
  }
}

.top_event_section .bg_white_wrap::after {
  content: " ";
  position: absolute;
  bottom: 86px;
  left: 2.58%;
  transform: rotate(-164deg);
  width: 78px;
  height: 50px;
  background: url(../img/common/deco_clover.png) center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_event_section .bg_white_wrap::after {
    bottom: 10px;
    width: 60px;
    height: 38px;
  }
}

.news_section {
  margin: 60px 0;
}
.news_section h1 {
  margin-bottom: 70px;
  padding: 8px 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news_section h1 {
    margin-bottom: 50px;
    font-size: 24px;
  }
}

.news_wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news_wrap {
    display: block;
  }
}

.news_content {
  flex: 1;
}

.news_list {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news_list {
    font-size: 16px;
  }
}
.news_list > li {
  border-bottom: dotted 3px #a07d5a;
}
.news_list > li:first-child a {
  padding-top: 0;
}
.news_list a {
  display: block;
  padding: 16px 0;
}
.news_list a:hover {
  background-color: #FAFFF0;
}
.news_list .date_category_box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.news_list .date {
  width: 5em;
  margin-right: 26px;
}
@media screen and (max-width: 768px) {
  .news_list .date {
    margin-right: 20px;
  }
}
.news_list .category {
  display: inline-block;
  min-width: 9.5em;
  padding: 2px 10px 1px;
  background-color: #289b3c;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news_list .category {
    padding: 1px 10px 0;
  }
}
.news_list .new {
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  color: #289c3c;
  text-transform: uppercase;
}
.news_list .category._yellow {
  background-color: #ffa532;
}
.news_list .category._brown {
  background-color: #a07d5a;
}

.archive_block {
  width: 240px;
  margin-left: 11.75%;
}
@media screen and (max-width: 768px) {
  .archive_block {
    width: 100%;
    margin: 60px 0 0;
  }
}

.archive_headline {
  margin-bottom: 12px;
  padding: 10px 20px;
  background-color: #a07d5a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .archive_headline {
    padding: 8px 16px;
    font-size: 20px;
  }
}

.archive_list > li:not(:first-child) {
  margin-top: 8px;
}
.archive_list a {
  position: relative;
  display: block;
  padding: 6px 10px 6px 2em;
  background-color: #a07d5a;
  border: solid 1px #a07d5a;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .archive_list a {
    font-size: 16px;
  }
}
.archive_list a:hover {
  background-color: #fff;
  color: #a07d5a;
}
.archive_list a::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.44em 0 0.44em 0.77em;
  border-color: transparent transparent transparent #b9e659;
}
@media screen and (max-width: 768px) {
  .archive_list a::before {
    left: 10px;
  }
}

.pagination {
  margin-top: 80px;
  text-align: center;
}

.nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 20px;
}
.nav-links .page-numbers {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 9px;
  padding: 2px 1px;
  background-color: #fff;
  border: solid 1px #a07d5a;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  color: #a07d5a;
  line-height: 1.5;
  text-align: center;
}
.nav-links .page-numbers:hover {
  background-color: #a07d5a;
  color: #fff;
}
.nav-links .page-numbers.current {
  background-color: #a07d5a;
  color: #fff;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: none;
}
.nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
  background-color: transparent;
  opacity: 0.8;
}
.nav-links .page-numbers.prev::before, .nav-links .page-numbers.prev::after, .nav-links .page-numbers.next::before, .nav-links .page-numbers.next::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #a07d5a;
  border-radius: 2px;
}
.nav-links .page-numbers.prev {
  left: 0;
}
.nav-links .page-numbers.prev::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
  margin-top: -4px;
}
.nav-links .page-numbers.prev::after {
  left: 0;
  transform: translateY(-50%) rotate(30deg);
  margin-top: 4px;
}
.nav-links .page-numbers.next {
  right: 0;
}
.nav-links .page-numbers.next::before {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
  margin-top: -4px;
}
.nav-links .page-numbers.next::after {
  right: 0;
  transform: translateY(-50%) rotate(-30deg);
  margin-top: 4px;
}

.news_detail_title {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: dotted 3px #a07d5a;
  border-bottom: dotted 3px #a07d5a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news_detail_title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.news_detail_date {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news_detail_date {
    font-size: 16px;
  }
}

.common_section {
  margin: 60px 0;
  text-align: center;
}
.common_section h1 {
  margin-bottom: 40px;
  padding: 8px 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .common_section h1 {
    font-size: 24px;
  }
}

.post_body {
  text-align: left;
}

.post_body > * {
  margin-top: 1.5em;
}

.post_body h2 {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post_body h2 {
    font-size: 24px;
  }
}

.post_body h3 {
  margin-bottom: 10px;
  padding: 4px 14px 3px;
  background-color: #B9E659;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post_body h3 {
    font-size: 20px;
  }
}

.post_body a {
  color: #5f9669;
  text-decoration: underline;
}
.post_body a[href$=".pdf"]::after {
  content: "\f1c1";
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
}

.post_body ol {
  padding-left: 1.5em;
  list-style-type: decimal;
}

.post_body ol li {
  position: relative;
}

.post_body ul li {
  position: relative;
  padding-left: 1em;
}

.post_body ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.post_body img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .post_body img {
    border-radius: 20px;
  }
}

.post_body .wp-block-columns {
  margin-bottom: 60px;
}

.post_body .wp-block-image img {
  width: 100%;
}

.post_body .wp-block-image.size-large img {
  width: auto;
}

.post_body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post_body .alignright {
  float: right;
  margin-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .post_body .alignright {
    float: none;
    margin-left: 0;
  }
}
.post_body .alignleft {
  float: left;
  margin-right: 1.5em;
}

@media screen and (max-width: 768px) {
  .post_body .alignleft {
    float: none;
    margin-right: 0;
  }
}
.post_body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 30px;
}

.post_body table th {
  background-color: #A07D5A;
  padding: 0 10px;
  border: solid 1px #A07D5A;
  border-radius: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.post_body table td {
  padding: 0 16px;
  border: solid 1px #A07D5A;
}

@media screen and (max-width: 768px) {
  .post_body table {
    font-size: 18px;
  }
  .post_body table th {
    padding: 0 10px;
    font-size: 16px;
  }
}
.post_body blockquote {
  position: relative;
  padding: 30px 22px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.post_body .deco_right {
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .post_body .deco_right {
    padding-bottom: 54px;
  }
}
.post_body .deco_right::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-46deg);
  width: 122px;
  height: 76px;
  background: url(../img/common/deco_clover.png) center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .post_body .deco_right::after {
    width: 76px;
    height: 47px;
  }
}

.post_body .deco_left {
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .post_body .deco_left {
    padding-bottom: 54px;
  }
}
.post_body .deco_left::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -9.59%;
  width: 107px;
  height: 67px;
  background: url(../img/common/deco_clover.png) center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .post_body .deco_left::after {
    left: -3%;
    width: 70px;
    height: 44px;
  }
}

.mv_wrap {
  position: relative;
}
.mv_wrap::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  margin-bottom: -0.5px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1335px;
  background-image: url(../img/common/line_wave_top.png);
  z-index: 1;
}
.mv_wrap img {
  display: block;
  width: 100%;
  height: 30.46vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mv_wrap::after {
    height: 16px;
    background-size: 392px;
  }
}
.catch_text {
  margin-bottom: 86px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catch_text {
    margin-bottom: 30px;
  }
}
.catch_text img {
  width: auto !important;
  display: inline-block;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .catch_text img {
    transform: scale(0.7);
  }
}
.detail_item_group .detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 30px;
}
.detail_item_group .detail_item:not(:first-child) {
  margin-top: 18px;
}
.detail_item_group .detail_item > dt {
  width: 6.5em;
  margin: 2px 16px 0 0;
  padding: 5px 6px 3px;
  background-color: #A07D5A;
  border-radius: 40px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.detail_item_group .detail_item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .detail_item_group .detail_item {
    font-size: 18px;
  }
  .detail_item_group .detail_item:not(:first-child) {
    margin-top: 14px;
  }
  .detail_item_group .detail_item > dt {
    margin: 0 10px 0 0;
    padding: 4px 6px 3px;
    font-size: 16px;
  }
  .detail_item_group .detail_item > dd {
    padding-top: 2px;
  }
}