/*
Theme Name:haku_tcd080_child
Version:1.0
Template:haku_tcd080
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body {
  background: url(/wp-content/uploads/bg.jpg);
  background-size: contain;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  background: url(/wp-content/uploads/bg.jpg);
  background-size: contain;
}

html body #header_slider {
  background: transparent;
  margin-bottom: 0;
}
html body #header_slider .slick-track .catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(26px, 2.9282576867vw, 40px);
  padding: 0 !important;
  letter-spacing: 0.04em;
  color: #fff;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  left: 50% !important;
  text-align: center !important;
  align-items: center;
}
@media (max-width: 425px) {
  html body #header_slider .slick-track .catch {
    font-size: 24px !important;
  }
}

#top_logo {
  max-width: 173px;
  width: 100%;
  top: 20px;
  left: 55px;
}
#top_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#header_logo {
  max-width: 173px;
  width: 100%;
  margin: 0;
}
#header_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1000px) {
  #header_logo {
    max-width: 190px;
  }
}

#fixed_header_logo {
  max-width: 178px;
  width: 100%;
  margin: 0;
}
@media (max-width: 1000px) {
  #fixed_header_logo {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    height: 57px;
    z-index: 10001;
  }
}
#fixed_header_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#header_logo .pc_logo_image {
  display: block !important;
}

#header_logo .mobile_logo_image {
  display: none !important;
}

html body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
html body .mobile #header_logo .logo a,
html body #menu_button:before,
html body #lang_mobile_button:before {
  color: #fff;
}
html body #global_menu > ul {
  text-align: end;
  margin-right: clamp(0px, 2.196193265vw, 30px);
}
html body #global_menu > ul > li > a {
  padding: 0 clamp(10px, 1.0416666667vw, 20px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 0.7291666667vw, 14px);
}
@media (max-width: 1366px) {
  html body #global_menu > ul > li > a {
    font-size: clamp(10px, 0.9516837482vw, 13px);
    padding: 0 0.5208333333vw;
  }
}
@media (max-width: 1000px) {
  html body #global_menu > ul > li > a {
    font-size: 14px;
  }
}
html body #mobile_menu a {
  font-weight: bold;
}

html body #footer {
  padding: 0 !important;
  background-size: cover;
}

html body #footer a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.1713030747vw, 16px) !important;
  color: #fff;
}
html body #footer a:hover {
  color: #fff !important;
  opacity: 0.7 !important;
}

html body #footer_menu_bottom {
  border-top: 1px solid #dadada;
  height: auto;
  line-height: 2.2;
  padding: 15px 0;
  margin: 0 !important;
  position: relative !important;
}
@media (max-width: 769px) {
  html body #footer_menu_bottom {
    height: 100%;
  }
}

html body #menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 769px) {
  html body #menu-footer {
    flex-direction: column;
  }
}

#footer_logo {
  padding-top: clamp(80px, 8.345534407vw, 114px);
  padding-bottom: clamp(60px, 5.8565153734vw, 80px);
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #footer_logo {
    max-width: clamp(240px, 41.6124837451vw, 320px);
  }
}
#footer_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 769px) {
  .footer_menu li {
    margin: 10px 0 !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#header_slider .item {
  height: calc(100vh - 80px);
  border-radius: 20px;
}

#header_slider .slick-slider .slick-track,
#header_slider .slick-slider .slick-list {
  border-radius: 20px;
}
@media (max-width: 1000px) {
  #header_slider .slick-slider .slick-track,
  #header_slider .slick-slider .slick-list {
    border-radius: 0;
  }
}

#header_slider_button {
  display: none;
}

#header_slider {
  padding: 40px;
}

#s01 {
  padding: clamp(70px, 9.3704245974vw, 128px) 0 clamp(60px, 7.3206442167vw, 100px);
  overflow: hidden;
}
#s01 .inner {
  max-width: calc(1670px + 3%);
  padding-right: 3%;
  width: 100%;
}
@media (max-width: 769px) {
  #s01 .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
  }
}
#s01 .inner .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(20px, 4.7916666667vw, 92px);
       column-gap: clamp(20px, 4.7916666667vw, 92px);
}
@media (max-width: 769px) {
  #s01 .inner .flex_box {
    flex-direction: column;
    row-gap: 80px;
  }
}
#s01 .inner .flex_box .img_area {
  max-width: 50vw;
}
@media (max-width: 1366px) {
  #s01 .inner .flex_box .img_area {
    max-width: 50vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .img_area {
    max-width: 100%;
    position: relative;
    left: -7%;
  }
}
#s01 .inner .flex_box .img_area img {
  width: 100%;
}
#s01 .inner .text_area {
  position: relative;
}
@media (max-width: 769px) {
  #s01 .inner .text_area {
    max-width: 100%;
    width: 100%;
  }
}
#s01 .inner .text_area::after {
  background: url(/wp-content/uploads/top_intro_img02.png) no-repeat;
  background-size: contain;
  width: 154px;
  height: 100px;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 1366px) {
  #s01 .inner .text_area::after {
    width: 11.2737920937vw;
    height: 7.3206442167vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .text_area::after {
    width: 100px;
    height: 70px;
    top: -70px;
    left: -3%;
  }
}
@media (max-width: 425px) {
  #s01 .inner .text_area::after {
    width: 23.5294117647vw;
    height: 16.4705882353vw;
    top: -16.4705882353Fvw;
  }
}
#s01 .inner .text_area::before {
  top: 38px;
  right: 10px;
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_intro_img03.png) no-repeat;
  background-size: contain;
  width: 346px;
  height: 63px;
}
@media (max-width: 1366px) {
  #s01 .inner .text_area::before {
    width: 25.3294289898vw;
    height: 46.1200585652vw;
    top: 2.7818448023vw;
    right: 0.7320644217vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .text_area::before {
    width: 240px;
    height: 42px;
    top: -60px;
    right: -3%;
  }
}
@media (max-width: 425px) {
  #s01 .inner .text_area::before {
    width: 56.4705882353vw;
    height: 9.8823529412vw;
    top: -14.1176470588vw;
  }
}
#s01 .inner .text_area .text_inner {
  max-width: 600px;
  width: 100%;
  padding: 150px 150px 111px 3.6979166667vw;
  position: relative;
}
@media (max-width: 1366px) {
  #s01 .inner .text_area .text_inner {
    padding: 10.980966325vw 7.3206442167vw 8.1259150805vw 2.196193265vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .text_area .text_inner {
    max-width: 640px;
    width: 100%;
    padding: 0;
  }
}
#s01 .inner .text_area .text_inner::after {
  background: url(/wp-content/uploads/top_intro_img04.png) no-repeat;
  background-size: contain;
  width: 129px;
  height: 164px;
  content: "";
  top: 240px;
  right: 0;
  position: absolute;
}
@media (max-width: 1366px) {
  #s01 .inner .text_area .text_inner::after {
    width: 9.4436310395vw;
    height: 12.0058565154vw;
    top: 17.5695461201vw;
    right: 0;
  }
}
@media (max-width: 1000px) {
  #s01 .inner .text_area .text_inner::after {
    right: -3%;
  }
}
@media (max-width: 769px) {
  #s01 .inner .text_area .text_inner::after {
    width: 80px;
    height: 110px;
    right: 0;
    top: -10px;
  }
}
@media (max-width: 425px) {
  #s01 .inner .text_area .text_inner::after {
    width: 18.8235294118vw;
    height: 25.8823529412vw;
    top: -2.3529411765vw;
  }
}
#s01 .inner .text_area .text_inner::before {
  bottom: 0;
  right: 10px;
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_intro_img05.png) no-repeat;
  background-size: contain;
  width: 161px;
  height: 185px;
}
@media (max-width: 1366px) {
  #s01 .inner .text_area .text_inner::before {
    width: 11.7862371889vw;
    height: 13.5431918009vw;
    bottom: 0vw;
    right: 0.7320644217vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .text_area .text_inner::before {
    bottom: -30px;
    width: 110px;
    height: 120px;
    right: -3%;
  }
}
@media (max-width: 425px) {
  #s01 .inner .text_area .text_inner::before {
    bottom: -7.0588235294vw;
    width: 25.8823529412vw;
    height: 28.2352941176vw;
    right: -3%;
  }
}
#s01 .inner .text_area .text_inner .text_wrap {
  max-width: 378px;
  width: 100%;
}
@media (max-width: 769px) {
  #s01 .inner .text_area .text_inner .text_wrap {
    max-width: 100%;
  }
}
#s01 .inner .text_area .text_inner .text_wrap .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.635431918vw, 36px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #59524d;
  margin-bottom: 22px;
}
#s01 .inner .text_area .text_inner .text_wrap .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.2;
  color: #59524d;
  margin-bottom: clamp(30px, 2.7086383602vw, 37px);
}
@media (max-width: 1000px) {
  #s01 .inner .text_area .text_inner .text_wrap .content .content_space {
    display: none;
  }
}
#s01 .inner .text_area .button a {
  max-width: 266px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: url(/wp-content/uploads/btn_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  letter-spacing: 0.04em;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 425px) {
  #s01 .inner .text_area .button a {
    max-width: 62.5882352941vw;
  }
}
#s01 .inner .text_area .button a::after {
  width: 24px;
  height: 24px;
  background: #986648;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  transform: translateY(-50%);
  transition: 0.4s all;
}
#s01 .inner .text_area .button a:hover {
  transition: 0.4s all;
  background: #986648;
}
#s01 .inner .text_area .button a:hover::after {
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

#s_slider {
  padding: 0 0 clamp(70px, 8.78477306vw, 120px) 0;
}
#s_slider .owl-carousel .owl-item img {
  display: block;
  width: clamp(240px, 29.2825768668vw, 400px);
  height: clamp(162px, 19.7657393851vw, 270px);
  -o-object-fit: contain;
     object-fit: contain;
}
#s_slider .owl-theme .owl-dots,
#s_slider .owl-theme .owl-nav {
  text-align: end;
  padding-right: 50px;
}
@media (max-width: 769px) {
  #s_slider .owl-theme .owl-dots,
  #s_slider .owl-theme .owl-nav {
    text-align: center;
    padding-right: 0;
  }
}
#s_slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
}

#parallax_section {
  overflow: hidden;
}
#parallax_section .parallax_bg {
  margin: 0 calc(50% - 50vw);
  height: clamp(900px, 33.8945827233vw, 1000px);
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  background: url(/wp-content/uploads/top_para.jpg) no-repeat center top/cover;
}
#parallax_section .parallax_bg::after {
  content: "";
  background-image: url(/wp-content/uploads/top_para.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
}

#s02 {
  padding: clamp(70px, 9.3704245974vw, 128px) 0 clamp(60px, 6.2225475842vw, 85px);
}
#s02 .inner {
  max-width: calc(1180px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s02 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 769px) {
  #s02 .inner .grid_box {
    display: flex;
    flex-direction: column;
  }
}
#s02 .inner .grid_box .img_area {
  background: url(/wp-content/uploads/top_calender_img.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: clamp(35px, 3.6603221083vw, 50px);
  border-bottom-left-radius: clamp(35px, 3.6603221083vw, 50px);
  border-top: 6px solid #986648;
  border-left: 6px solid #986648;
  border-bottom: 6px solid #986648;
}
@media (max-width: 769px) {
  #s02 .inner .grid_box .img_area {
    height: clamp(300px, 54.6163849155vw, 420px);
    border-right: 6px solid #986648;
    border-bottom-left-radius: unset;
    border-top-right-radius: clamp(35px, 3.6603221083vw, 50px);
  }
}
#s02 .inner .grid_box .text_area {
  padding: 123px 88px 105px 64px;
  background: url(/wp-content/uploads/top_calender_bg.jpg) no-repeat;
  background-size: cover;
  border-top-right-radius: clamp(35px, 3.6603221083vw, 50px);
  border-bottom-right-radius: clamp(35px, 3.6603221083vw, 50px);
  border-top: 6px solid #986648;
  border-right: 6px solid #986648;
  border-bottom: 6px solid #986648;
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box .text_area {
    padding: 9.0043923865vw 4.9780380673vw 7.6866764275vw 2.9282576867vw;
  }
}
@media (max-width: 769px) {
  #s02 .inner .grid_box .text_area {
    border-top: unset;
    border-left: 6px solid #986648;
    padding: 60px 6% 45px;
    border-top-right-radius: unset;
    border-bottom-left-radius: clamp(35px, 3.6603221083vw, 50px);
  }
}
#s02 .inner .grid_box .text_area .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.635431918vw, 36px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #59524d;
  margin-bottom: 22px;
}
#s02 .inner .grid_box .text_area .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.2;
  color: #59524d;
  margin-bottom: clamp(30px, 2.7086383602vw, 37px);
}
@media (max-width: 1000px) {
  #s02 .inner .grid_box .text_area .content .content_space {
    display: none;
  }
}
#s02 .inner .grid_box .text_area .button a {
  max-width: 266px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: url(/wp-content/uploads/btn_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s02 .inner .grid_box .text_area .button a {
    margin: 0 auto;
  }
}
#s02 .inner .grid_box .text_area .button a::after {
  width: 24px;
  height: 24px;
  background: #986648;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  transform: translateY(-50%);
  transition: 0.4s all;
}
#s02 .inner .grid_box .text_area .button a:hover {
  transition: 0.4s all;
  background: #986648;
}
#s02 .inner .grid_box .text_area .button a:hover::after {
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

#s03 {
  padding: 0 0 clamp(60px, 6.2225475842vw, 85px);
}
#s03 .inner {
  max-width: calc(1180px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s03 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 769px) {
  #s03 .inner .grid_box {
    display: flex;
    flex-direction: column-reverse;
  }
}
#s03 .inner .grid_box .img_area {
  background: url(/wp-content/uploads/top_flow_img.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: clamp(35px, 3.6603221083vw, 50px);
  border-bottom-right-radius: clamp(35px, 3.6603221083vw, 50px);
  border-top: 6px solid #986648;
  border-right: 6px solid #986648;
  border-bottom: 6px solid #986648;
}
@media (max-width: 769px) {
  #s03 .inner .grid_box .img_area {
    height: clamp(300px, 54.6163849155vw, 420px);
    border-left: 6px solid #986648;
    border-bottom-right-radius: unset;
    border-top-left-radius: clamp(35px, 3.6603221083vw, 50px);
  }
}
#s03 .inner .grid_box .text_area {
  padding: 75px 64px 63px 88px;
  background: url(/wp-content/uploads/top_calender_bg.jpg) no-repeat;
  background-size: cover;
  border-top-left-radius: clamp(35px, 3.6603221083vw, 50px);
  border-bottom-left-radius: clamp(35px, 3.6603221083vw, 50px);
  border-top: 6px solid #986648;
  border-left: 6px solid #986648;
  border-bottom: 6px solid #986648;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .text_area {
    padding: 5.4904831625vw 2.9282576867vw 4.6120058565vw 4.9780380673vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner .grid_box .text_area {
    border-top: unset;
    border-right: 6px solid #986648;
    padding: 60px 6% 45px;
    border-top-left-radius: unset;
    border-bottom-right-radius: clamp(35px, 3.6603221083vw, 50px);
  }
}
#s03 .inner .grid_box .text_area .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.635431918vw, 36px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #59524d;
  margin-bottom: 22px;
}
#s03 .inner .grid_box .text_area .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.2;
  color: #59524d;
  margin-bottom: clamp(30px, 2.7086383602vw, 37px);
}
@media (max-width: 1000px) {
  #s03 .inner .grid_box .text_area .content .content_space {
    display: none;
  }
}
#s03 .inner .grid_box .text_area .button a {
  max-width: 266px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: url(/wp-content/uploads/btn_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s03 .inner .grid_box .text_area .button a {
    margin: 0 auto;
  }
}
#s03 .inner .grid_box .text_area .button a::after {
  width: 24px;
  height: 24px;
  background: #986648;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  transform: translateY(-50%);
  transition: 0.4s all;
}
#s03 .inner .grid_box .text_area .button a:hover {
  transition: 0.4s all;
  background: #986648;
}
#s03 .inner .grid_box .text_area .button a:hover::after {
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.list_wrap {
  max-width: calc(1180px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  .list_wrap {
    max-width: calc(640px + 12%);
  }
}
.list_wrap .slick-list {
  position: relative;
  left: 1px;
}
.list_wrap .next_item {
  position: absolute;
  right: 20px;
  top: 42px;
}
.list_wrap .prev_item {
  position: absolute;
  left: 20px;
  top: 42px;
}
.list_wrap .post_list {
  margin: 0 70px;
}
.list_wrap .index_post_list .headline {
  padding: 0 10px;
}
@media (max-width: 1000px) {
  .list_wrap .index_post_list .headline {
    width: 140px;
    height: 110px;
  }
}
@media (max-width: 769px) {
  .list_wrap .index_post_list .headline {
    width: 180px;
  }
}
.list_wrap .post_list_area_news .headline,
.list_wrap .post_list_area_farm .headline {
  background: #3e864b !important;
  border-top-left-radius: 35px;
  border-bottom-right-radius: clamp(30px, 3.6603221083vw, 50px);
}
.list_wrap .post_list_area_news .headline span,
.list_wrap .post_list_area_farm .headline span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  font-size: clamp(20px, 1.756954612vw, 24px);
}
.list_wrap .post_list_area_info .headline,
.list_wrap .post_list_area_blog .headline {
  background: #986648 !important;
  border-top-left-radius: 35px;
  border-bottom-right-radius: clamp(30px, 3.6603221083vw, 50px);
}
.list_wrap .post_list_area_info .headline span,
.list_wrap .post_list_area_blog .headline span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  font-size: clamp(20px, 1.756954612vw, 24px);
}
.list_wrap #cb_contents_num1 .post_list_area_news,
.list_wrap #cb_contents_num1 .post_list_area_farm {
  border-radius: 50px;
  border: 6px solid #3e864b;
}
.list_wrap #cb_contents_num1 .post_list_area_info,
.list_wrap #cb_contents_num1 .post_list_area_blog {
  border-radius: 50px;
  border: 6px solid #986648;
}
.list_wrap .post_list_area:before {
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}
.list_wrap .post_list_area1 .headline {
  background: #3e864b !important;
  border-top-left-radius: 35px;
  border-bottom-right-radius: clamp(30px, 3.6603221083vw, 50px);
}
.list_wrap .post_list_area1 .headline span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  font-size: clamp(20px, 1.756954612vw, 24px);
}
.list_wrap #cb_contents_num1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 769px) {
  .list_wrap #cb_contents_num1 {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
.list_wrap #cb_contents_num1 .post_list_area {
  width: 100%;
}
@media (max-width: 769px) {
  .list_wrap .post_list_area_info {
    border: 6px solid #3e864b !important;
  }
  .list_wrap .post_list_area_info .headline {
    background: #3e864b !important;
  }
}
@media (max-width: 769px) {
  .list_wrap .post_list_area_farm {
    border: 6px solid #986648 !important;
  }
  .list_wrap .post_list_area_farm .headline {
    background: #986648 !important;
  }
}

#s04 {
  padding: clamp(80px, 11.7862371889vw, 161px) 0 clamp(80px, 9.663250366vw, 132px);
}
#s04 .inner {
  max-width: calc(1180px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s04 .inner {
    max-width: calc(640px + 12%);
  }
}
#s04 .inner .box {
  width: 100%;
  position: relative;
}
#s04 .inner .box::after {
  position: absolute;
  content: "";
  top: -60px;
  left: 19px;
  background: url(/wp-content/uploads/top_recruit_img02.png) no-repeat;
  background-size: contain;
  width: 92px;
  height: 83px;
}
@media (max-width: 1366px) {
  #s04 .inner .box::after {
    top: -4.39238653vw;
    left: 1.3909224012vw;
    width: 6.7349926794vw;
    height: 6.0761346999vw;
  }
}
@media (max-width: 769px) {
  #s04 .inner .box::after {
    width: 11.9635890767vw;
    height: 10.7932379714vw;
    left: -6%;
    top: -7.8023407022vw;
  }
}
#s04 .inner .box::before {
  top: -69px;
  right: 58px;
  width: 193px;
  height: 189px;
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_recruit_img03.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1366px) {
  #s04 .inner .box::before {
    top: -5.0512445095vw;
    right: 4.2459736457vw;
    width: 14.1288433382vw;
    height: 13.8360175695vw;
  }
}
@media (max-width: 769px) {
  #s04 .inner .box::before {
    top: -8.9726918075vw;
    right: -6%;
    width: 25.0975292588vw;
    height: 24.577373212vw;
  }
}
#s04 .inner .box .box_wrap {
  background: #fffaee;
  border-radius: clamp(30px, 2.9282576867vw, 40px);
  padding: 46px clamp(50px, 5.6368960469vw, 77px) 46px clamp(30px, 4.0263543192vw, 55px);
  position: relative;
}
@media (max-width: 769px) {
  #s04 .inner .box .box_wrap {
    padding: 46px clamp(20px, 5.8517555267vw, 45px);
  }
}
#s04 .inner .box .box_wrap::after {
  position: absolute;
  content: "";
  bottom: -36px;
  left: -54px;
  background: url(/wp-content/uploads/top_recruit_img04.png) no-repeat;
  background-size: contain;
  width: 273px;
  height: 73px;
}
@media (max-width: 1366px) {
  #s04 .inner .box .box_wrap::after {
    bottom: -2.635431918vw;
    left: -3.953147877vw;
    width: 19.9853587116vw;
    height: 5.3440702782vw;
  }
}
@media (max-width: 769px) {
  #s04 .inner .box .box_wrap::after {
    bottom: -4.6814044213vw;
    left: -6%;
    width: 35.5006501951vw;
    height: 9.4928478544vw;
  }
}
#s04 .inner .box .box_wrap::before {
  bottom: -39px;
  right: 35px;
  width: 128px;
  height: 162px;
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_recruit_img05.png) no-repeat;
  background-size: contain;
}
@media (max-width: 1366px) {
  #s04 .inner .box .box_wrap::before {
    bottom: -2.8550512445vw;
    right: 2.5622254758vw;
    width: 9.3704245974vw;
    height: 11.859443631vw;
  }
}
@media (max-width: 769px) {
  #s04 .inner .box .box_wrap::before {
    bottom: -5.0715214564vw;
    right: -6%;
    width: 16.644993498vw;
    height: 21.066319896vw;
  }
}
#s04 .inner .box .box_wrap .flex_box {
  max-width: 1041px;
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(30px, 4.0995607613vw, 56px);
       column-gap: clamp(30px, 4.0995607613vw, 56px);
}
@media (max-width: 769px) {
  #s04 .inner .box .box_wrap .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s04 .inner .box .box_wrap .flex_box .img_area {
  max-width: 535px;
  width: 100%;
}
@media (max-width: 769px) {
  #s04 .inner .box .box_wrap .flex_box .img_area {
    max-width: 100%;
  }
}
#s04 .inner .box .box_wrap .flex_box .img_area img {
  width: 100%;
}
#s04 .inner .box .box_wrap .flex_box .text_area {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 769px) {
  #s04 .inner .box .box_wrap .flex_box .text_area {
    max-width: 100%;
  }
}
#s04 .inner .box .box_wrap .flex_box .text_area .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.635431918vw, 36px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #59524d;
  margin-bottom: 22px;
}
#s04 .inner .box .box_wrap .flex_box .text_area .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.2;
  color: #59524d;
  margin-bottom: clamp(30px, 2.7086383602vw, 37px);
}
@media (max-width: 1000px) {
  #s04 .inner .box .box_wrap .flex_box .text_area .content .content_space {
    display: none;
  }
}
#s04 .inner .box .box_wrap .flex_box .text_area .button a {
  max-width: 266px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: url(/wp-content/uploads/btn_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s04 .inner .box .box_wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
#s04 .inner .box .box_wrap .flex_box .text_area .button a::after {
  width: 24px;
  height: 24px;
  background: #986648;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  transform: translateY(-50%);
  transition: 0.4s all;
}
#s04 .inner .box .box_wrap .flex_box .text_area .button a:hover {
  transition: 0.4s all;
  background: #986648;
}
#s04 .inner .box .box_wrap .flex_box .text_area .button a:hover::after {
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

#footer_inner .footer_wrap {
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.0029282577vw, 82px) 0 clamp(40px, 3.953147877vw, 54px);
}
#footer_inner .f_logo {
  max-width: 102px;
  width: 100%;
  margin: 0 auto 30px auto;
}
#footer_inner .f_logo img {
  width: 100%;
}
#footer_inner .footer_content {
  text-align: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 30px;
}
#footer_inner .footer_content .content_space {
  display: none;
}
@media (max-width: 500px) {
  #footer_inner .footer_content .content_space {
    display: block;
  }
}
#footer_inner .footer_content a {
  text-align: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #fff;
}
#footer_inner .button a {
  max-width: 266px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: url(/wp-content/uploads/btn_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
  margin: 0 auto 40px auto;
}
#footer_inner .button a::after {
  width: 24px;
  height: 24px;
  background: #986648;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  transform: translateY(-50%);
  transition: 0.4s all;
}
#footer_inner .button a:hover {
  transition: 0.4s all;
  background: #986648;
}
#footer_inner .button a:hover::after {
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
#footer_inner .flex_box {
    display: flex;
    justify-content: center;
}
#footer_inner .f_icon {
  max-width: 29px;
    width: 29px;
    margin: 0 15px;
}
#footer_inner .f_icon img {
  width: 100%;
}

#side_button {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 250px;
  font-size: 16px;
  transform: translateX(0px);
  transition: transform 0.35s;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side_button a {
  text-align: center;
  display: flex;
  line-height: 52px;
  color: #fff;
  padding: 10px 0 10px px 0;
  min-height: 178px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: auto;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 18px;
  opacity: 0.8;
  background: url(/wp-content/uploads/btn_bg.jpg) no-repeat;
  background-size: cover;
  transition: 0.4s;
  border-right: none;
  z-index: 101;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-right: none;
}
@media (max-width: 1250px) {
  #side_button a {
    display: none;
  }
}
#side_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 0.3s;
}
#side_button a figure {
  width: 100%;
}
#side_button a figure img {
  max-width: 24px;
  height: 24px;
  margin: 0 auto;
  width: 100%;
}
#side_button a:hover {
  background: #986648;
  opacity: 1;
  transition: 0.4s;
}
#side_button a:hover::after {
  opacity: 0;
}
#side_button a span i {
  margin-top: 10px;
}

.f_button a {
  max-width: 266px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: url(/wp-content/uploads/btn_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
  margin: 0 auto clamp(30px, 2.9282576867vw, 40px);
}
.f_button a::after {
  width: 24px;
  height: 24px;
  background: #986648;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  transform: translateY(-50%);
  transition: 0.4s all;
}
.f_button a:hover {
  transition: 0.4s all;
  background: #986648;
}
.f_button a:hover::after {
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.index_post_list .post_list_area {
  opacity: 1 !important;
}

.index_post_list {
  height: 1222px;
}
@media (max-width: 769px) {
  .index_post_list {
    height: auto;
  }
}

.post_list_area_news {
  background: url(/wp-content/uploads/top_event_img.jpg) no-repeat center center;
  background-size: cover;
}

.post_list_area_farm {
  background: url(/wp-content/uploads/top_okutamadayori_img.jpg) no-repeat center center;
  background-size: cover;
}

.post_list_area_info {
  background: url(/wp-content/uploads/top_centerinformation_img.jpg) no-repeat center center;
  background-size: cover;
}

.post_list_area_blog {
  background: url(/wp-content/uploads/top_diary_img.jpg) no-repeat center center;
  background-size: cover;
}

.dp-footer-bar-item:first-of-type {
  background: rgba(152, 102, 72, 0.8);
}/*# sourceMappingURL=style.css.map */

.index_post_list .post_list_area:before {
    background: none !important;
}