@charset "UTF-8";
.main_wrapper {
  padding: 0 0 130px;
  position: relative;
  z-index: 0;
  width: 1440px;
}
.main_wrapper .flexbox {
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin: -100px auto 0;
  position: relative;
  z-index: 5;
}
.main_wrapper .flexbox .box {
  width: 190px;
  height: 190px;
}
.main_wrapper .flexbox .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_wrapper .main_textimg {
  width: 626px;
  height: 208px;
  position: absolute;
  bottom: 250px;
  left: 180px;
}
@media screen and (min-width: 1441px) {
  .main_wrapper {
    padding: 0 0 130px;
    width: initial;
  }
  .main_wrapper .flexbox {
    -moz-column-gap: 1.9vw;
         column-gap: 1.9vw;
    margin-top: -7vw;
  }
  .main_wrapper .flexbox .box {
    width: 13.2vw;
    height: 13.2vw;
  }
  .main_wrapper .main_textimg {
    width: 40vw;
    height: auto;
    top: 27vw;
    left: 8vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  .main_wrapper {
    min-width: 1280px;
    max-width: 1020px;
    padding: 0 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .main_wrapper {
    padding: 0 0 10vw;
    width: 100%;
  }
  .main_wrapper .flexbox {
    -moz-column-gap: 1vw;
         column-gap: 1vw;
    row-gap: 0vw;
    margin: auto 0;
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
    margin-top: -10vw;
  }
  .main_wrapper .flexbox .box {
    width: 30%;
    height: auto;
  }
  .main_wrapper .main_textimg {
    width: 90vw;
    height: auto;
    position: absolute;
    bottom: 4vw;
    left: 4vw;
  }
}

.main_image {
  position: relative;
  max-width: 1440px;
  aspect-ratio: 1440/754;
  padding-top: 166px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .main_bg {
  position: absolute;
  inset: 0;
  background: url(/images/index/mainvisual.webp) center/contain no-repeat;
  z-index: 0;
}
.main_image .inner {
  padding: 0 30px 0 0px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.main_image .text {
  max-width: 1000px;
  font-size: 67px;
  font-weight: bold;
  color: #fff;
  font-family: serif;
  letter-spacing: 0.1em;
  text-align: center;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.9));
}
.main_image .text .small01 {
  font-family: serif;
  font-size: 37px;
  font-weight: bold;
}
.main_image .text .small02 {
  font-weight: bold;
  font-family: serif;
  font-size: 47px;
}
@media screen and (min-width: 1441px) {
  .main_image {
    min-width: 100%;
    padding-top: 14vw;
  }
  .main_image .inner {
    max-width: initial;
  }
  .main_image .inner .text {
    max-width: initial;
    font-size: 4vw;
    width: 50vw;
    height: auto;
    left: 1vw;
    bottom: -30vw;
  }
  .main_image .inner .text .small01 {
    font-size: 2vw;
  }
  .main_image .inner .text .small02 {
    font-size: 2vw;
  }
  .main_image .inner .text img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1280px) {
  .main_image .inner {
    overflow: visible;
  }
  .main_image .text {
    height: auto;
  }
  .main_image .text img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image .text {
    top: -10px;
    left: 110px;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    width: 100%;
    height: 154vw;
    padding-top: 27.3vw;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: 375/577;
    aspect-ratio: unset;
  }
  .main_image .main_bg {
    position: absolute;
    inset: 0;
    background: url(/images/index/mainvisual_sp.webp) 10% center/cover no-repeat;
    z-index: 0;
  }
  .main_image .text {
    position: relative;
    bottom: -17vw;
    left: 0;
    font-size: 8.5vw;
    font-feature-settings: "palt";
  }
  .main_image .text .small01 {
    font-size: 6vw;
    font-weight: bold;
    font-family: serif;
  }
  .main_image .text .small02 {
    font-weight: bold;
    font-size: 10.7vw;
    font-family: serif;
  }
  .main_image .text .big {
    font-weight: bold;
    font-family: serif;
    font-size: 12vw;
  }
  .main_image .inner {
    padding: 0;
  }
}

.sitemap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1190px;
  z-index: 50;
}
.sitemap .m_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr) clamp(160px, 14vw, 200px) 10px clamp(160px, 14vw, 200px) 10px;
  width: 100%;
  height: clamp(70px, 6.6vw, 95px);
  background: #fff;
  margin-top: -160px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #959595;
  filter: drop-shadow(0px 24px 14px rgba(0, 0, 0, 0.04));
}
.sitemap .m_nav li {
  list-style: none;
  position: relative;
}
.sitemap .m_nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #3E9D7E;
}
.sitemap .m_nav li:first-child::before,
.sitemap .m_nav li:nth-child(5)::before,
.sitemap .m_nav li:nth-child(6)::before,
.sitemap .m_nav li:nth-child(7)::before,
.sitemap .m_nav li:nth-child(8)::before {
  display: none;
}
.sitemap .m_nav li:nth-child(6),
.sitemap .m_nav li:nth-child(8) {
  pointer-events: none;
  background: #fff;
}
.sitemap .m_nav li:nth-child(6)::before,
.sitemap .m_nav li:nth-child(8)::before {
  display: none;
}
.sitemap .m_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: clamp(14px, 1.11vw, 16px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  font-family: serif;
  font-weight: bold;
  color: #333;
  transition: opacity 0.25s;
}
.sitemap .m_nav a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #3E9D7E;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
}
.sitemap .m_nav a:hover::after {
  opacity: 1;
}
.sitemap a:hover {
  opacity: initial;
}
.sitemap .m_nav li:nth-child(5),
.sitemap .m_nav li:nth-child(7) {
  height: 100%;
}
.sitemap .m_nav li:nth-child(5) a,
.sitemap .m_nav li:nth-child(7) a {
  padding: 0;
  height: 100%;
}
.sitemap .m_nav li:nth-child(5) a::after,
.sitemap .m_nav li:nth-child(7) a::after {
  display: none;
}
.sitemap .m_nav li:nth-child(5) a:hover,
.sitemap .m_nav li:nth-child(7) a:hover {
  opacity: 0.85;
}
.sitemap .m_nav li:nth-child(5) a img,
.sitemap .m_nav li:nth-child(7) a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.sec01 {
  margin-bottom: 130px;
}
.sec01 .inner {
  padding: 0 150px;
}
.sec01 .sec_body {
  position: relative;
  z-index: 1;
}
.sec01 .sec01_img {
  position: relative;
  width: 100%;
  aspect-ratio: 1138/531;
  margin-top: -280px;
  background-image: url("/images/index/sec01_1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.sec01 .top_header {
  margin-bottom: 50px;
}
.sec01 .top_header .top_title {
  color: #2F8969;
  opacity: 30%;
  font-size: 60px;
  font-family: serif;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.sec01 .top_header .top_subtitle {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-family: serif;
  padding: 0 90px;
}
.sec01 .top_header .top_subtitle .small {
  font-size: 25px;
  color: #2F8969;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec01 .textbox {
  padding: 0 90px;
}
.sec01 .about_maru {
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .sec_body {
    position: relative;
    z-index: 1;
  }
  .sec01 .sec01_img {
    position: relative;
    width: 100%;
    aspect-ratio: 375/531;
    margin-top: -90vw;
  }
  .sec01 .top_header {
    margin-bottom: 3vw;
  }
  .sec01 .top_header .top_title {
    font-size: 10vw;
    margin-bottom: 5vw;
  }
  .sec01 .top_header .top_subtitle {
    font-size: 5vw;
    padding: 0;
  }
  .sec01 .top_header .top_subtitle .small {
    font-size: 4.3vw;
    color: #2F8969;
    font-family: serif;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  .sec01 .textbox {
    padding: 0;
  }
  .sec01 .about_maru {
    margin-right: 0;
  }
}

.sec02 {
  margin-bottom: 180px;
}
.sec02 .inner {
  padding: 0 50px;
}
.sec02 .top_header {
  text-align: center;
  margin-bottom: 70px;
}
.sec02 .top_header .top_title {
  letter-spacing: 0.1em;
  font-size: 45px;
  font-weight: bold;
  font-family: serif;
}
.sec02 .top_header .top_subtitle {
  letter-spacing: 0.15em;
  font-size: 22px;
  color: #2F8969;
  text-align: center;
}
.sec02 .gridbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
  margin: 0 auto 70px;
}
.sec02 .gridbox .box {
  padding: 28px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sec02 .gridbox .box .fukidashi_text {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 60px;
  line-height: 1.3;
}
.sec02 .gridbox .box .fukidashi_text::before {
  content: "";
  position: absolute;
  width: 285px;
  height: 38px;
  right: 50%;
  bottom: -40px;
  transform: translateX(50%);
  background: url(/images/index/fukidashi.webp) center/contain no-repeat;
}
.sec02 .gridbox .box .about_wrapper {
  text-align: center;
}
.sec02 .gridbox .box .about_btn {
  font-size: 22px;
  font-weight: bold;
  font-family: serif;
  height: 80px;
  margin-top: auto;
  text-align: center;
  width: min(378px, 100%);
}
.sec02 .gridbox .box.green {
  background: linear-gradient(to top, #E1F8EB 0%, #ffffff 100%);
}
.sec02 .gridbox .box.brown {
  background: linear-gradient(to top, #F3F5EE 0%, #ffffff 100%);
}
.sec02 .gridbox .box.brown .about_btn {
  background-color: #b5924a;
}
.sec02 .gridbox .box .box_title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 14px;
  line-height: 1.4;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec02 .gridbox .box .list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}
.sec02 .gridbox .box .list .list_text {
  font-size: 24px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.sec02 .about_wrapper {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .top_header {
    margin-bottom: 3vw;
  }
  .sec02 .top_header .top_title {
    font-size: 5.5vw;
  }
  .sec02 .top_header .top_subtitle {
    font-size: 4.8vw;
  }
  .sec02 .gridbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw;
    margin: 0 auto 10vw;
  }
  .sec02 .gridbox .box {
    padding: 5vw;
  }
  .sec02 .gridbox .box .fukidashi_text {
    font-size: 4.3vw;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 10vw;
    line-height: 1.3;
  }
  .sec02 .gridbox .box .fukidashi_text::before {
    content: "";
    position: absolute;
    width: 60vw;
    height: 12vw;
    right: 50%;
    bottom: -11vw;
    transform: translateX(50%);
    background: url(/images/index/fukidashi.webp) center/contain no-repeat;
  }
  .sec02 .gridbox .box .about_wrapper {
    text-align: center;
  }
  .sec02 .gridbox .box .about_btn {
    font-size: 4.5vw;
    font-weight: bold;
    font-family: serif;
    height: auto;
    margin-top: auto;
    text-align: center;
    width: 80%;
  }
  .sec02 .gridbox .box .box_title {
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }
  .sec02 .gridbox .box .list {
    list-style: none;
    padding: 0;
    margin: 0 0 5vw;
    flex: 1;
  }
  .sec02 .gridbox .box .list .list_text {
    font-size: 4vw;
  }
  .sec02 .about_wrapper {
    text-align: center;
  }
}

.sec03 .inner {
  padding: 0;
}
.sec03 .green_bg {
  background: linear-gradient(to bottom, rgba(47, 137, 105, 0) 0%, rgba(47, 137, 105, 0.13) 26%);
  padding-bottom: 120px;
}
.sec03 .top_header {
  text-align: center;
  margin-bottom: 85px;
}
.sec03 .flexbox {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 80px;
  margin-right: 80px;
}
.sec03 .flexbox.reverse {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 80px;
}
.sec03 .flexbox .imagebox {
  position: relative;
  flex: 0 0 50%;
  max-width: 600px;
  position: relative;
}
.sec03 .flexbox .imagebox img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.sec03 .flexbox .imagebox .badge-group {
  position: absolute;
  bottom: -16px;
  left: 24px;
  display: flex;
  gap: 12px;
}
.sec03 .flexbox .float01 {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 244px;
  height: 244px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 216, 193, 0.85);
  border-radius: 50%;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
}
.sec03 .flexbox .float01 .float_text {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  position: relative;
}
.sec03 .flexbox .float01 .float_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -35px;
  height: 82px;
  width: 41px;
  background: url(/images/index/Liner.webp) center/contain no-repeat;
}
.sec03 .flexbox .float01 .float_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -35px;
  height: 82px;
  width: 41px;
  background: url(/images/index/Linel.webp) center/contain no-repeat;
}
.sec03 .flexbox .float01 .float_text .color {
  font-weight: bold;
  font-size: 32px;
  color: #C5634C;
  font-family: serif;
}
.sec03 .flexbox .float01 img {
  aspect-ratio: initial;
}
.sec03 .flexbox .float02 {
  position: absolute;
  max-width: 364px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec03 .flexbox .float02 img {
  aspect-ratio: initial;
}
.sec03 .flexbox .float03_1 {
  position: absolute;
  bottom: -50px;
  left: 160px;
  width: 244px;
  height: 244px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(47, 137, 105, 0.9);
  border-radius: 50%;
}
.sec03 .flexbox .float03_1 .float_text {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 1.5;
}
.sec03 .flexbox .float03_1 .float_text .color {
  font-weight: bold;
  font-size: 35px;
  color: #F2F7BF;
  font-family: serif;
  line-height: 1;
}
.sec03 .flexbox .float03_1 .float_text .small {
  color: #F2F7BF;
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
}
.sec03 .flexbox .float03_1 img {
  aspect-ratio: initial;
}
.sec03 .flexbox .float03_2 {
  position: absolute;
  bottom: -50px;
  right: -20px;
  width: 244px;
  height: 244px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(69, 115, 142, 0.9);
  border-radius: 50%;
}
.sec03 .flexbox .float03_2 .float_text {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 1.5;
}
.sec03 .flexbox .float03_2 .float_text .color {
  font-weight: bold;
  font-size: 49px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(to bottom, #F2E3A2 0%, #CDA53F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec03 .flexbox .float03_2 .float_text .small {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.sec03 .flexbox .float03_2 img {
  aspect-ratio: initial;
}
.sec03 .flexbox .float04 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 164px;
}
.sec03 .flexbox .float04 img {
  aspect-ratio: initial;
}
.sec03 .flexbox .textbox .box_header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
.sec03 .flexbox .textbox .box_header .num {
  color: #2F8969;
  font-size: 80px;
  font-weight: 500;
  font-family: serif;
}
.sec03 .flexbox .textbox .box_header .box_title {
  font-size: clamp(32px, 1.99vw, 43px);
  font-family: serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0;
}
.sec03 .flexbox .textbox .box_text {
  line-height: 2;
  margin: 0 0 28px;
  color: #333333;
}
.sec03 .about_wrapper {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec03 .inner {
    padding: 0 5vw;
  }
  .sec03 .top_header {
    text-align: center;
    margin: 0 auto 10vw;
  }
  .sec03 .green_bg {
    padding-bottom: 10vw;
  }
  .sec03 .flexbox {
    flex-direction: column;
    gap: 0;
    margin-bottom: 10vw;
    margin-right: 0;
  }
  .sec03 .flexbox.reverse {
    flex-direction: column;
    margin-left: 0;
  }
  .sec03 .flexbox .imagebox {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  .sec03 .flexbox .imagebox img {
    width: 100%;
    height: auto;
    aspect-ratio: initial;
  }
  .sec03 .flexbox .float01 {
    width: 36vw;
    height: 36vw;
    bottom: -5vw;
    right: 3vw;
  }
  .sec03 .flexbox .float01 .float_text {
    font-size: 3.5vw;
  }
  .sec03 .flexbox .float01 .float_text::before {
    right: -5vw;
    height: 12vw;
    width: 6vw;
  }
  .sec03 .flexbox .float01 .float_text::after {
    left: -5vw;
    height: 12vw;
    width: 6vw;
  }
  .sec03 .flexbox .float01 .float_text .color {
    font-size: 4.3vw;
  }
  .sec03 .flexbox .float02 {
    max-width: 60vw;
  }
  .sec03 .flexbox .float03_1 {
    width: 36vw;
    height: 36vw;
    bottom: -5vw;
    left: 18vw;
  }
  .sec03 .flexbox .float03_1 .float_text {
    font-size: 3.7vw;
  }
  .sec03 .flexbox .float03_1 .float_text .color {
    font-size: 5.6vw;
  }
  .sec03 .flexbox .float03_1 .float_text .small {
    font-size: 3.7vw;
  }
  .sec03 .flexbox .float03_2 {
    width: 36vw;
    height: 36vw;
    bottom: -5vw;
    right: -2vw;
  }
  .sec03 .flexbox .float03_2 .float_text {
    font-size: 3.7vw;
  }
  .sec03 .flexbox .float03_2 .float_text .color {
    font-size: 8vw;
  }
  .sec03 .flexbox .float03_2 .float_text .small {
    font-size: 2.9vw;
  }
  .sec03 .flexbox .float04 {
    max-width: 24vw;
    bottom: 3vw;
    right: 3vw;
  }
  .sec03 .flexbox .textbox {
    width: 100%;
  }
  .sec03 .flexbox .textbox .box_header {
    gap: 3.2vw;
    margin-bottom: 0;
  }
  .sec03 .flexbox .textbox .box_header .num {
    font-size: 10vw;
  }
  .sec03 .flexbox .textbox .box_header .box_title {
    font-size: 5.3vw;
  }
  .sec03 .flexbox .textbox .box_text {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .sec03 .about_wrapper {
    text-align: center;
  }
}

.sec04 {
  margin-bottom: 180px;
}
.sec04 .inner {
  padding: 0;
  background-color: #E3DFC7;
  position: relative;
  isolation: isolate;
}
.sec04 .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 495px;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  background: url(/images/index/sec04_bg.webp) center/cover no-repeat;
}
.sec04 .top_header {
  text-align: center;
  padding-top: 125px;
  padding-bottom: 100px;
}
.sec04 .top_header .top_title {
  font-size: 47px;
  font-family: serif;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sec04 .top_header .top_subtitle {
  letter-spacing: 0.1em;
  font-size: 35px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.sec04 .top_header .top_subtitle .color {
  font-weight: bold;
  color: #EB6E52;
}
.sec04 .sec_body {
  padding: 0 115px;
}
.sec04 .sec_body .flexbox {
  display: flex;
  gap: 48px;
  margin-bottom: 85px;
}
.sec04 .sec_body .flexbox .checklist {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 400px;
}
.sec04 .sec_body .flexbox .checklist .checklist-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sec04 .sec_body .flexbox .checklist .checklist-item img {
  flex-shrink: 0;
  width: 43px;
  height: 35px;
}
.sec04 .sec_body .flexbox .checklist .checklist-item span {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.sec04 .sec_body .flexbox .textbox {
  flex: 1;
}
.sec04 .sec_body .bottom_flex {
  display: flex;
  gap: 24px;
}
.sec04 .sec_body .bottom_flex .box {
  flex: 1;
  padding: 20px 24px 110px;
  text-align: center;
}
.sec04 .sec_body .bottom_flex .box a {
  display: flex;
  justify-content: center;
}
.sec04 .sec_body .bottom_flex .box .box_title {
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.sec04 .sec_body .bottom_flex .box .box_title::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 50px;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  background: url(/images/index/Line_l.webp) center/contain no-repeat;
}
.sec04 .sec_body .bottom_flex .box .box_title::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 50px;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  background: url(/images/index/Line_r.webp) center/contain no-repeat;
}
.sec04 .sec_body .bottom_flex .box .box_title .big {
  font-size: 27px;
  font-weight: bold;
}
.sec04 .sec_body .bottom_flex .box .flexbox {
  display: flex;
  gap: 16px;
  margin-bottom: 0;
}
.sec04 .sec_body .bottom_flex .box .flexbox .bottom_img {
  flex: 1;
}
.sec04 .sec_body .bottom_flex .box .flexbox .bottom_img a {
  display: block;
}
.sec04 .sec_body .bottom_flex .box .flexbox .bottom_img a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.sec04 .sec_body .bottom_flex .box .about_btn {
  background-color: #fff;
  border: 2px solid #A48535;
  border-radius: 50px;
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s;
  color: #333;
}
.sec04 .sec_body .bottom_flex .box .about_btn::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/maru_gold.webp) center/contain no-repeat;
}
.sec04 .sec_body .bottom_flex .box .about_btn .middle_wrapper {
  display: block;
  font-size: 16px;
}
.sec04 .sec_body .bottom_flex .box .about_btn .middle {
  font-size: 26px;
}
.sec04 .sec_body .bottom_flex .box .about_btn .big {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 2px;
}
.sec04 .sec_body .bottom_flex .box a {
  text-decoration: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .inner::before {
    height: 60vw;
  }
  .sec04 .top_header {
    padding-top: 10.6vw;
    padding-bottom: 8vw;
  }
  .sec04 .top_header .top_title {
    font-size: 7.5vw;
    margin-bottom: 3.2vw;
  }
  .sec04 .top_header .top_subtitle {
    font-size: 5.3vw;
    line-height: 1.5;
  }
  .sec04 .sec_body {
    padding: 0 5vw 10.6vw;
  }
  .sec04 .sec_body .flexbox {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 10.6vw;
  }
  .sec04 .sec_body .flexbox .checklist {
    min-width: unset;
    gap: 4vw;
  }
  .sec04 .sec_body .flexbox .checklist .checklist-item {
    gap: 3.2vw;
  }
  .sec04 .sec_body .flexbox .checklist .checklist-item img {
    width: 8vw;
    height: auto;
    min-width: initial;
  }
  .sec04 .sec_body .flexbox .checklist .checklist-item span {
    font-size: 4vw;
    white-space: normal;
    letter-spacing: 0.1em;
  }
  .sec04 .sec_body .flexbox .textbox {
    font-size: 4vw;
    line-height: 2;
  }
  .sec04 .sec_body .bottom_flex {
    flex-direction: column;
    gap: 5.3vw;
  }
  .sec04 .sec_body .bottom_flex .box {
    padding: 6.4vw 5.3vw 8vw;
  }
  .sec04 .sec_body .bottom_flex .box .box_title {
    font-size: 4vw;
    margin-bottom: 4vw;
    white-space: normal;
  }
  .sec04 .sec_body .bottom_flex .box .box_title::before {
    width: 4vw;
    height: 9vw;
    left: -6vw;
  }
  .sec04 .sec_body .bottom_flex .box .box_title::after {
    width: 4vw;
    height: 9vw;
    right: -6vw;
  }
  .sec04 .sec_body .bottom_flex .box .box_title .big {
    font-size: 5.3vw;
  }
  .sec04 .sec_body .bottom_flex .box .flexbox {
    flex-direction: column;
    gap: 3.2vw;
    margin-bottom: 0;
  }
  .sec04 .sec_body .bottom_flex .box .flexbox .bottom_img {
    width: 100%;
  }
  .sec04 .sec_body .bottom_flex .box .flexbox .bottom_img a img {
    width: 100%;
    height: auto;
  }
  .sec04 .sec_body .bottom_flex .box .about_btn {
    padding: 4vw 10vw 4vw 5.3vw;
    border-radius: 13vw;
  }
  .sec04 .sec_body .bottom_flex .box .about_btn::before {
    width: 8.5vw;
    height: 8.5vw;
    right: 4vw;
  }
  .sec04 .sec_body .bottom_flex .box .about_btn .middle_wrapper {
    font-size: 3.5vw;
  }
  .sec04 .sec_body .bottom_flex .box .about_btn .middle {
    font-size: 5.6vw;
  }
  .sec04 .sec_body .bottom_flex .box .about_btn .big {
    font-size: 4vw;
  }
}

.sec05 {
  margin-bottom: 180px;
}
.sec05 .top_header {
  margin-bottom: 75px;
}
.sec05 .top_header .top_title {
  font-size: 60px;
  color: #2F8969;
  opacity: 30%;
  font-family: serif;
  letter-spacing: 0.15em;
  line-height: 1;
}
.sec05 .top_header .top_subtitle {
  font-family: serif;
  font-size: 35px;
  font-weight: bold;
}
.sec05 .gridbox {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 80px;
  position: relative;
}
.sec05 .gridbox::before {
  content: "";
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  height: 2px;
  background: #2F8969;
  z-index: -1;
  width: 90%;
}
.sec05 .gridbox .box {
  max-width: 175px;
}
.sec05 .gridbox .box_img {
  margin-bottom: 25px;
  z-index: 1;
}
.sec05 .gridbox .box_text {
  font-size: 22px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  line-height: 1.5;
}
.sec05 .about_wrapper {
  text-align: center;
}
.sec05 .about_wrapper .about_btn {
  border: 2px solid #2F8969;
  background-color: #fff;
  color: #333;
  height: 80px;
}
.sec05 .about_wrapper .about_btn::before {
  content: "";
  position: absolute;
  background: url(/images/common/weui_arrow_filled_g.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 23.8vw;
  }
  .sec05 .top_header {
    margin-bottom: 8vw;
  }
  .sec05 .top_header .top_title {
    font-size: 10vw;
  }
  .sec05 .top_header .top_subtitle {
    font-size: 5.3vw;
  }
  .sec05 .gridbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 8vw 4vw;
    margin-bottom: 10.6vw;
  }
  .sec05 .gridbox::before {
    top: 14vw;
    left: 16.6666666667%;
    right: 16.6666666667%;
    height: 1.5px;
    width: 80%;
  }
  .sec05 .gridbox::after {
    content: "";
    position: absolute;
    top: 60vw;
    left: 16.6666666667%;
    right: 16.6666666667%;
    height: 1.5px;
    background: #2F8969;
    z-index: -1;
  }
  .sec05 .gridbox .box {
    max-width: 100%;
  }
  .sec05 .gridbox .box_img {
    margin-bottom: 3.2vw;
  }
  .sec05 .gridbox .box_img img {
    width: 100%;
    height: auto;
  }
  .sec05 .gridbox .box_text {
    font-size: 4vw;
  }
  .sec05 .about_wrapper .about_btn {
    height: 5vw;
    font-size: 4vw;
  }
}

.sec06 {
  background: #E8F7F1;
  padding: 40px 0 70px;
  margin-bottom: 170px;
}
.sec06 .top_header {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
}
.sec06 .top_header .top_fukidashi {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin: 0 0 15px 40px;
  position: relative;
}
.sec06 .top_header .top_fukidashi::before {
  content: "？";
  position: absolute;
  font-size: 260px;
  font-weight: bold;
  color: rgba(164, 133, 53, 0.2);
  top: -120px;
  left: -180px;
  line-height: 1;
  font-family: serif;
  pointer-events: none;
  z-index: 0;
}
.sec06 .top_header .top_fukidashi::after {
  content: "";
  display: block;
  width: 100%;
  height: 31px;
  margin-top: -6px;
  background: url(/images/index/fukidashi02.webp) center/contain no-repeat;
}
.sec06 .top_header .top_title {
  font-size: 35px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec06 .top_header .top_subtitle {
  font-size: 28px;
  color: #A48535;
  letter-spacing: 0.3em;
  margin: 0;
  text-align: center;
}
.sec06 .sec_body {
  position: relative;
  z-index: 1;
}
.sec06 .sec_body .flexbox {
  display: flex;
  gap: 100px;
  margin-bottom: 30px;
}
.sec06 .sec_body .flexbox:nth-child(2) {
  margin-left: 85px;
}
.sec06 .sec_body .flexbox .box {
  padding: 25px 45px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  filter: drop-shadow(0px 4px 14px rgba(47, 137, 105, 0.5));
  position: relative;
}
.sec06 .sec_body .flexbox .box::before {
  content: "？";
  position: absolute;
  font-size: 60px;
  font-family: serif;
  font-weight: bold;
  color: #EB6E52;
  right: -10px;
  top: -40px;
  transform: rotate(11.97deg);
}
.sec06 .sec_body .textbox {
  max-width: 1100px;
  margin: 65px auto 30px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.sec06 .sec_body .about_wrapper {
  text-align: center;
}
.sec06 .sec_body .about_wrapper .about_maru::before {
  background: url(/images/common/maru_gold.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 10.6vw 0 8vw;
    margin-bottom: 23.8vw;
  }
  .sec06 .top_header {
    margin-bottom: 8vw;
  }
  .sec06 .top_header .top_fukidashi {
    font-size: 4.5vw;
    margin: 0 0 3.2vw 8vw;
  }
  .sec06 .top_header .top_fukidashi::before {
    font-size: 45vw;
    top: -22vw;
    left: -29vw;
  }
  .sec06 .top_header .top_fukidashi::after {
    height: 5vw;
    margin-top: -1vw;
  }
  .sec06 .top_header .top_title {
    font-size: 5.5vw;
  }
  .sec06 .top_header .top_subtitle {
    font-size: 4.3vw;
  }
  .sec06 .sec_body .flexbox {
    flex-direction: column;
    gap: 5vw;
    margin-bottom: 5vw;
  }
  .sec06 .sec_body .flexbox:nth-child(2) {
    margin-left: 0;
  }
  .sec06 .sec_body .flexbox .box {
    width: 80%;
    padding: 4.8vw 6.4vw;
    border-radius: 3vw;
    font-size: 4.3vw;
    font-weight: bold;
  }
  .sec06 .sec_body .flexbox .box::before {
    font-size: 10.6vw;
    right: -1.6vw;
    top: -6.4vw;
  }
  .sec06 .sec_body .textbox {
    font-size: 4vw;
    margin: 8vw 0 6.4vw;
    letter-spacing: 0.05em;
  }
}

.sec07 {
  margin-bottom: 415px;
  position: relative;
}
.sec07::before {
  content: "";
  position: absolute;
  bottom: -220px;
  right: 50%;
  max-width: 1440px;
  height: 291px;
  transform: translateX(50%);
  z-index: -1;
  width: 100%;
  background: url(/images/index/sec07_bg.webp) center/contain no-repeat;
}
.sec07 .box {
  max-width: 920px;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px 40px 55px;
  filter: drop-shadow(1px 4px 44px rgba(0, 0, 0, 0.25));
  position: relative;
}
.sec07 .box .top_header {
  text-align: right;
  position: relative;
}
.sec07 .box .top_header .top_subtitle {
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec07 .box .top_header .top_title {
  font-size: 60px;
  font-family: serif;
  color: #2F8969;
  opacity: 30%;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 50px;
  right: -20px;
}
.sec07 .box .textbox {
  padding: 0 90px;
}
.sec07 .box .textbox .box_title {
  font-size: 33px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  margin-bottom: 50px;
}
.sec07 .box .textbox .box_text {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-bottom: 40vw;
  }
  .sec07::before {
    bottom: -23vw;
    height: 30vw;
  }
  .sec07 .box {
    padding: 6.4vw 5vw 8vw;
  }
  .sec07 .box .top_header {
    margin-bottom: 5.3vw;
  }
  .sec07 .box .top_header .top_subtitle {
    font-size: 4.5vw;
  }
  .sec07 .box .top_header .top_title {
    font-size: 10vw;
    bottom: 10vw;
    right: -2vw;
    letter-spacing: 0.1em;
  }
  .sec07 .box .textbox {
    padding: 0;
  }
  .sec07 .box .textbox .box_title {
    font-size: 5vw;
    margin-bottom: 6.4vw;
    text-align: left;
    font-feature-settings: "palt";
  }
  .sec07 .box .textbox .box_text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 6.4vw;
  }
}

.sec08 {
  margin-bottom: 125px;
}
.sec08 .box {
  max-width: 1340px;
  margin: 0 auto;
  background-color: #EDEBDD;
  padding: 20px 60px 40px 140px;
  position: relative;
}
.sec08 .box::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  max-width: 740px;
  height: 405px;
  width: 100%;
  background: url(/images/index/recruit_img.webp) center/contain no-repeat;
}
.sec08 .box .top_header {
  text-align: right;
  position: relative;
  margin-bottom: 40px;
}
.sec08 .box .top_header .top_subtitle {
  font-size: 48px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
  text-align: right;
}
.sec08 .box .top_header .top_title {
  font-size: 80px;
  font-family: serif;
  color: #A48535;
  opacity: 50%;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 90px;
  right: -20px;
}
.sec08 .box .textbox {
  padding: 0 90px;
}
.sec08 .box .textbox .box_title {
  font-size: 33px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  max-width: 600px;
  margin: 0 0 55px auto;
}
.sec08 .box .textbox .box_text {
  margin-bottom: 30px;
}
.sec08 .about_btn {
  background-color: #fff;
  border: 2px solid #A48535;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  width: 414px;
  height: 80px;
  font-family: serif;
}
.sec08 .about_btn::before {
  width: 41px;
  height: 41px;
  background: url(/images/common/maru_gold.webp) center/contain no-repeat;
}
.sec08 .about_btn span {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec08 {
    margin-bottom: 16vw;
  }
  .sec08 .box {
    padding: 50vw 5.3vw 8vw;
  }
  .sec08 .box::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90vw;
    width: 90vw;
    height: 50vw;
  }
  .sec08 .box .top_header {
    margin-bottom: 5.3vw;
  }
  .sec08 .box .top_header .top_subtitle {
    font-size: 5.5vw;
    text-align: left;
  }
  .sec08 .box .top_header .top_title {
    font-size: 10vw;
    bottom: 9vw;
    right: initial;
    left: 0;
    letter-spacing: 0.1em;
  }
  .sec08 .box .textbox {
    padding: 0;
  }
  .sec08 .box .textbox .box_title {
    font-size: 5.3vw;
    text-align: left;
    max-width: 100%;
    margin: 0 0 6.4vw;
  }
  .sec08 .box .textbox .box_text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 6.4vw;
  }
  .sec08 .about_btn {
    width: 68vw;
    height: 16vw;
    font-size: 4vw;
    justify-content: flex-start;
    padding: 0 5vw;
  }
  .sec08 .about_btn::before {
    width: 8.5vw;
    height: 8.5vw;
  }
  .sec08 .about_btn span {
    font-size: 4.5vw;
  }
}

.sec09 {
  margin-bottom: 170px;
}
.sec09 .news_header {
  margin-bottom: 60px;
}
.sec09 .news_header .news_title {
  font-size: 80px;
  font-family: serif;
  font-weight: normal;
  color: #A48535;
  opacity: 50%;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 4px;
}
.sec09 .news_header .news_subtitle {
  font-size: 35px;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  margin: 0;
}
.sec09 .news_body {
  display: flex;
  gap: 80px;
}
.sec09 .news_col {
  flex: 1;
  position: relative;
  padding-left: 50px;
}
.sec09 .news_col .col_deco {
  position: absolute;
  left: -20px;
  top: 50px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 60px;
  font-weight: normal;
  color: rgba(164, 133, 53, 0.25);
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 300;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sec09 .news_col .col_title {
  font-size: 32px;
  color: #A48535;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
.sec09 .news_col .news_list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.sec09 .news_col .news_list .news_item {
  border-bottom: 1px solid #A48535;
}
.sec09 .news_col .news_list .news_item a {
  display: block;
  padding: 20px 4px;
  text-decoration: none;
}
.sec09 .news_col .news_list .news_item .news_date {
  letter-spacing: 0.1em;
  margin: 0 0 6px;
}
.sec09 .news_col .news_list .news_item .news_text {
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
}
.sec09 .news_col .news_list .news_item:last-of-type {
  border-bottom: none;
}
.sec09 .news_col .btn_wrapper {
  text-align: center;
}
.sec09 .news_col .about_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #A48535;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 50px;
  text-decoration: none;
  width: 286px;
  height: 61px;
}
.sec09 .news_col .about_btn::before {
  background: url(/images/common/maru_white.webp) center/contain no-repeat;
  width: 41px;
  height: 41px;
}
@media screen and (max-width: 768px) {
  .sec09 {
    margin-bottom: 13.8vw;
  }
  .sec09 .news_header {
    margin-bottom: 8vw;
  }
  .sec09 .news_header .news_title {
    font-size: 18vw;
  }
  .sec09 .news_header .news_subtitle {
    font-size: 4.5vw;
  }
  .sec09 .news_body {
    flex-direction: column;
    gap: 13.8vw;
  }
  .sec09 .news_col {
    padding-left: 9vw;
  }
  .sec09 .news_col .col_deco {
    font-size: 9vw;
    left: 0;
    top: 8vw;
  }
  .sec09 .news_col .col_title {
    font-size: 5.3vw;
    margin-bottom: 5.3vw;
  }
  .sec09 .news_col .news_list {
    margin-bottom: 8vw;
  }
  .sec09 .news_col .news_list .news_item a {
    padding: 4vw 1vw;
  }
  .sec09 .news_col .news_list .news_item .news_date {
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
  .sec09 .news_col .news_list .news_item .news_text {
    font-size: 3.7vw;
  }
  .sec09 .news_col .news_btn {
    font-size: 4vw;
    padding: 4vw 8vw;
    min-width: 60vw;
    gap: 4vw;
  }
  .sec09 .news_col .news_btn .arrow {
    width: 7.5vw;
    height: 7.5vw;
  }
  .sec09 .news_col .about_btn {
    gap: 0;
    font-size: 4.3vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    width: 80%;
    height: auto;
  }
  .sec09 .news_col .about_btn::before {
    background: url(/images/common/maru_white.webp) center/contain no-repeat;
    width: 8vw;
    height: 8vw;
  }
}/*# sourceMappingURL=style.css.map */