@charset "UTF-8";
html, body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-break: strict;
}

html {
  height: -webkit-fill-available;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  height: 100%;
}
body.open {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  line-height: 1em;
}

p, a, li, button {
  letter-spacing: 0.05em;
}

p {
  text-align: justify;
  line-height: 1.875;
}

h1, h2, h3, h4, h5, p, a, li, button, span {
  font-feature-settings: "palt";
}

img {
  display: block;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.container {
  width: 100vw;
  overflow-x: hidden;
}

.wrapper {
  width: min(90%, 1024px);
  margin-inline: auto;
}

/* フォント */
.noto {
  font-family: "Noto Serif JP", serif;
}

.Vollkorn {
  font-family: "Vollkorn", serif;
  font-style: italic;
  color: #3B7954;
  letter-spacing: 0.13em;
}

/* ボタン */
.btn {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #3B7954;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 0.8333333333em;
  transition: all 0.2s;
}
@media screen and (max-width: 639px) {
  .btn {
    font-size: 4.06vw;
  }
}
.btn::after {
  content: "";
  display: block;
  width: 0.5111111111em;
  height: 0.9166666667em;
  background-image: url(../../images/arrow-anker.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn.-common {
  width: 11em;
  height: 3.3333333333em;
}
@media screen and (max-width: 639px) {
  .btn.-common {
    margin-inline: auto;
  }
}
.btn:focus {
  background-color: #619677;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: #619677;
  }
}

/* h要素 */
.section_heading {
  font-size: 2.8rem;
}
@media screen and (max-width: 639px) {
  .section_heading {
    font-size: 5.47vw;
  }
}
.section_heading .Vollkorn {
  display: block;
}
.section_heading .noto {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.section_heading:has(.noto) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6em;
}

.box_heading {
  font-size: 3.5rem;
  font-weight: 700;
  color: #333;
  padding: 0.5142857143em;
  border-left: 12px solid #3B7954;
  margin-block: 0.8857142857em;
}
@media screen and (max-width: 639px) {
  .box_heading {
    font-size: 5.47vw;
    border-left-width: 0.3428571429em;
  }
}

.block_heading {
  font-size: 4rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  -webkit-margin-after: 2.5em;
          margin-block-end: 2.5em;
}
@media screen and (max-width: 639px) {
  .block_heading {
    font-size: 6.25vw;
  }
}

.before-block_heading {
  display: block;
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 639px) {
  .before-block_heading {
    font-size: 6.25vw;
  }
}

.gothic_heading {
  font-size: 2.5rem;
  color: #3B7954;
  font-weight: bold;
  padding: 0.5142857143em;
  border-left: 10px solid #3B7954;
  margin-block: 0.96em;
}
@media screen and (max-width: 639px) {
  .gothic_heading {
    font-size: 3.91vw;
    border-left-width: 0.4em;
  }
}

/* slick */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 7.81vw;
}

.slick-dots {
  position: absolute;
  bottom: -7.81vw;
}
.slick-dots li {
  width: 3.75vw;
  height: 3.75vw;
  margin-inline: 1.56vw;
}
.slick-dots li button {
  width: 3.75vw;
  height: 3.75vw;
  margin: 0 3.44vw;
  padding: 0;
}
.slick-dots li button::before {
  font-size: 3.75vw;
  line-height: 1;
  width: 3.75vw;
  height: 3.75vw;
}

/* iframe */
.youtube_wrap {
  width: min(100%, 900px);
  margin-inline: auto;
}
.youtube_wrap iframe {
  aspect-ratio: 16/9;
}
.youtube_wrap + .btn {
  margin-inline: auto;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

/* ヘッダー */
.header {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-template-rows: auto auto;
  grid-template-areas: "gr btn" "body btn";
  height: 110px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-bottom: 20px;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .header {
    grid-template-columns: 1fr 110px;
  }
}
@media screen and (max-width: 639px) {
  .header {
    grid-template-columns: 1fr 31.25vw;
    grid-template-rows: auto 15.63vw;
    grid-template-areas: "gr gr" "body btn";
    height: auto;
    padding-bottom: 0;
  }
}
.header .-upper {
  font-size: 1.5rem;
  line-height: 1;
  height: 2.3333333333em;
  color: #fff;
  background-color: #3B7954;
  padding-block: 0.5em;
  padding-inline: 26px;
  grid-area: gr;
}
@media screen and (max-width: 639px) {
  .header .-upper {
    font-size: 2.81vw;
    padding-inline: 0.8333333333em;
  }
}
@media screen and (max-width: 639px) {
  .header.change {
    transform: translateY(-6.5vw);
  }
}
.header .-body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  grid-area: body;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header .-body {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 1em;
  }
}
@media screen and (max-width: 639px) {
  .header .-body {
    justify-content: center;
  }
}
.header .-body h1 {
  margin-inline: 26px;
  width: 230px;
}
@media screen and (max-width: 639px) {
  .header .-body h1 {
    width: 52.34vw;
    margin-inline: 8%;
  }
}
.header_nav {
  font-size: 1.6rem;
  -webkit-margin-end: 2.1875em;
          margin-inline-end: 2.1875em;
}
@media screen and (max-width: 1024px) {
  .header_nav {
    margin-inline: auto;
  }
}
@media screen and (max-width: 639px) {
  .header_nav {
    display: none;
  }
}
.header_nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 2.0625em;
}
.header_nav ul a {
  display: block;
  transition: all 0.2s;
}
.header_nav ul a:focus {
  color: #3B7954;
}
@media (hover: hover) and (pointer: fine) {
  .header_nav ul a:hover {
    color: #3B7954;
  }
}
.header .-right {
  font-size: 1.6rem;
  grid-area: btn;
}
@media screen and (max-width: 639px) {
  .header .-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 2.81vw;
  }
}
.header-contact {
  font-weight: bold;
  background-color: #FF9300;
  display: flex;
  height: 100%;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.2s;
}
.header-contact:focus {
  background-color: #FFAA36;
}
@media (hover: hover) and (pointer: fine) {
  .header-contact:hover {
    background-color: #FFAA36;
  }
}
@media screen and (max-width: 1024px) {
  .header-contact {
    flex-direction: column;
    justify-content: center;
    gap: 0.875em;
  }
}
@media screen and (max-width: 639px) {
  .header-contact {
    background-color: #fff;
  }
}
.header-contact svg {
  width: 31.6px;
  height: 22.3833px;
  margin-inline: 1.4375em 0.875em;
}
@media screen and (max-width: 1024px) {
  .header-contact svg {
    margin-inline: auto;
  }
}
@media screen and (max-width: 639px) {
  .header-contact svg {
    width: 6.61vw;
    height: 4.68vw;
  }
}
.header-contact .icon-mail {
  fill: #fff;
}
@media screen and (max-width: 639px) {
  .header-contact .icon-mail {
    fill: #FF9300;
  }
}
.header-contact .-txt {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header-contact .-txt {
    display: none;
  }
}
.header-contact .-responsive {
  display: none;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .header-contact .-responsive {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .header-contact .-responsive {
    color: #FF9300;
  }
}

.hamburger {
  display: flex;
  flex-direction: column;
  width: 6.41vw;
  height: 5.31vw;
  justify-content: space-between;
}
.hamburger span {
  display: block;
  background-color: #666;
  height: 0.63vw;
  transition: all 0.2s;
}

.sp-nav-open {
  display: none;
}
@media screen and (max-width: 639px) {
  .sp-nav-open {
    background-color: #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.7777777778em;
    color: #666;
  }
  .sp-nav-open .-txt {
    font-weight: bold;
  }
}
.sp-nav-open.active .hamburger span:not(:nth-of-type(2)) {
  display: none;
}
.sp-nav-open.active .hamburger span:nth-of-type(2) {
  height: 6.41vw;
  -webkit-clip-path: polygon(10% 0%, 50% 40%, 90% 0%, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0% 90%, 40% 50%, 0% 10%);
          clip-path: polygon(10% 0%, 50% 40%, 90% 0%, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0% 90%, 40% 50%, 0% 10%);
}

.sp_nav {
  display: none;
}
@media screen and (max-width: 639px) {
  .sp_nav {
    display: block;
    transition: all 0.3s;
    transform: translateY(-100%);
    width: 100vw;
    height: calc(100vh - 21.63vw);
    padding: 5vw;
    position: fixed;
    top: 21.63vw;
    left: 0;
    z-index: 2;
    font-size: 4.38vw;
    background: rgba(0, 0, 0, 0.7);
  }
  .sp_nav ul {
    background-color: #fff;
  }
  .sp_nav ul li {
    padding: 1em;
    color: #333;
    font-weight: bold;
    background-image: url(../../images/arrow-spnav.svg);
    background-repeat: no-repeat;
    background-size: 0.3928571429em;
    background-position: right 0.7142857143em center;
  }
  .sp_nav ul li:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
  .sp_nav ul li a {
    display: block;
  }
  .sp_nav.open {
    transform: initial;
  }
}

.header.change + .sp_nav {
  height: calc(100vh - 15.63vw);
  top: 15.63vw;
}

/* コンタクトモジュール */
.to-contact {
  background-color: #E2EFE6;
  font-size: 1.6rem;
  padding-block: 70px 80px;
}
@media screen and (max-width: 639px) {
  .to-contact {
    font-size: 3.75vw;
    padding-block: 5vw;
  }
}
.to-contact .wrapper {
  background-color: #fff;
  padding-block: 60px 50px;
  box-shadow: 0.3125em 0.3125em 0.625em rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 639px) {
  .to-contact .wrapper {
    padding-block: 8vw;
  }
}
.to-contact .Vollkorn {
  font-size: 3.5rem;
  text-align: center;
  -webkit-margin-after: 1.1428571429em;
          margin-block-end: 1.1428571429em;
}
@media screen and (max-width: 639px) {
  .to-contact .Vollkorn {
    font-size: 5.47vw;
    -webkit-margin-after: 0.8em;
            margin-block-end: 0.8em;
  }
}
.to-contact .common_txt {
  text-align: center;
}

.contact-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2692307692em 4%;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (max-width: 639px) {
  .contact-btns {
    -webkit-margin-before: 6.25vw;
            margin-block-start: 6.25vw;
  }
}
.contact-btns .btn {
  width: min(90%, 362px);
  height: 5.2222222222em;
}
@media screen and (max-width: 639px) {
  .contact-btns .btn {
    font-size: 4.06vw;
  }
}
.contact-btns .btn::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  background-position: center center;
}
.contact-btns .btn.-type1::before {
  width: 1.8777777778em;
  background-image: url(../../images/icon-catalog.svg);
}
.contact-btns .btn.-type2 {
  background-color: #FF9300;
}
.contact-btns .btn.-type2::before {
  width: 1.7555555556em;
  background-image: url(../../images/icon-mail.svg);
}
.contact-btns .btn.-type2:focus {
  background-color: #FFAA36;
}
@media (hover: hover) and (pointer: fine) {
  .contact-btns .btn.-type2:hover {
    background-color: #FFAA36;
  }
}

/* フッター */
.footer {
  background-color: #3B7954;
  font-size: 1.5rem;
  padding-block: 50px 30px;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .footer {
    font-size: 3.75vw;
    padding-block: 12.5vw 4.38vw;
  }
}
.footer .-flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.footer .-flex .-left-area {
  width: 512px;
  flex: 0 0 512px;
}
.footer .-flex .-right-area ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.0666666667em;
  gap: 1.5em;
}
.footer .-flex .-right-area ul li {
  font-weight: bold;
}
.footer .-flex .-right-area ul li a {
  display: block;
}
.footer .-flex .-right-area ul li a:focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .footer .-flex .-right-area ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .footer .-flex .-right-area {
    display: none;
  }
}
.footer .-flex .noto {
  font-size: 2em;
  margin-block: 1em;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .footer .-flex .noto {
    font-size: 1.4583333333em;
  }
}
.footer .-flex .btn {
  font-size: 1.0666666667em;
  background-color: #FF9300;
  width: 15.625em;
  height: 4.375em;
  margin-inline: auto 0;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.footer .-flex .btn::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.7555555556em;
  height: 100%;
  background-position: center center;
  background-image: url(../../images/icon-mail.svg);
}
.footer small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  font-size: 0.9333333333em;
}
.footer .pagetop {
  display: block;
  width: 55px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
@media screen and (max-width: 639px) {
  .footer .pagetop {
    width: 10vw;
    top: 4vw;
    right: 4vw;
  }
}
@media screen and (max-width: 639px) {
  .footer .-responsive {
    display: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: initial;
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: initial;
    opacity: 1;
  }
}
.openingAnime {
  opacity: 0;
}
.openingAnime.isActive.-op1 {
  -webkit-animation: fadeIn 1s 1 ease-in 0.4s both;
  animation: fadeIn 1s 1 ease-in 0.4s both;
}
.openingAnime.isActive.-op2 {
  -webkit-animation: fadeIn 1s 1 ease-in 0.4s both;
  animation: fadeIn 1s 1 ease-in 0.4s both;
}
.openingAnime.isActive.-op3 {
  -webkit-animation: fadeIn 1s 1 ease-in 0.8s both;
  animation: fadeIn 1s 1 ease-in 0.8s both;
}
.openingAnime.isActive.-op4 {
  -webkit-animation: fadeIn 1s 1 ease-in 1.2s both;
  animation: fadeIn 1s 1 ease-in 1.2s both;
}

.scrollAnime {
  transform: translateY(40px);
  opacity: 0;
}
.scrollAnime.scrolled {
  -webkit-animation: fadeUp 1s 1 ease-out 0s both;
  animation: fadeUp 1s 1 ease-out 0s both;
}

/* トップページ */
.main_visual {
  height: 46.64vw;
  -webkit-margin-before: 152px;
          margin-block-start: 152px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main_visual {
    height: 63.77vw;
  }
}
@media screen and (max-width: 639px) {
  .main_visual {
    -webkit-margin-before: 21.63vw;
            margin-block-start: 21.63vw;
    height: 105.47vw;
    background-position: top center;
  }
}
.main_visual .-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 46.64vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 639px) {
  .main_visual .-bg {
    height: 105.47vw;
    -o-object-position: top center;
       object-position: top center;
  }
}
.main_visual .-txt-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-size: 1.57vw;
  padding-block: 2.8181818182em;
  padding-inline: 4.4090909091em 8.1818181818em;
  background: linear-gradient(to right, #fff 0%, #fff 30%, transparent 100%);
}
@media screen and (max-width: 1024px) {
  .main_visual .-txt-area {
    font-size: 2.15vw;
  }
}
@media screen and (max-width: 639px) {
  .main_visual .-txt-area {
    width: 100%;
    font-size: 3.75vw;
    -webkit-padding-before: 2.625em;
            padding-block-start: 2.625em;
    padding-inline: 1.5833333333em;
    background: linear-gradient(to bottom, transparent 0%, transparent 76%, #fff 89%, #fff 100%);
  }
}
.main_visual .Vollkorn {
  font-size: 1.3409090909em;
}
@media screen and (max-width: 639px) {
  .main_visual .Vollkorn {
    color: #fff;
    text-shadow: 0 0 0.78vw rgba(0, 0, 0, 0.75);
  }
}
.main_visual .noto {
  font-size: 2.4545454545em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  -webkit-margin-after: 0.537037037em;
          margin-block-end: 0.537037037em;
}
@media screen and (max-width: 639px) {
  .main_visual .noto {
    color: #fff;
    font-size: 1.875em;
    text-shadow: 0 0 0.78vw rgba(0, 0, 0, 0.75);
  }
  .main_visual .noto .-responsive {
    display: none;
  }
}
.main_visual .btn {
  font-size: 0.8181818182em;
  -webkit-margin-before: 3.3333333333em;
          margin-block-start: 3.3333333333em;
  width: 19.6666666667em;
  height: 4.2222222222em;
  box-shadow: 0.2777777778em 0.2777777778em 0.5555555556em rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 639px) {
  .main_visual .btn {
    font-size: 1.0833333333em;
    -webkit-margin-before: 7.6923076923em;
            margin-block-start: 7.6923076923em;
    margin-inline: auto;
  }
}

.parallelogram {
  font-size: 1em;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #fff;
  -webkit-margin-before: 0.5454545455em;
          margin-block-start: 0.5454545455em;
  height: 1.9818181818em;
  background-color: #80744D;
  display: grid;
  place-items: center;
  letter-spacing: 0.05em;
  -webkit-clip-path: polygon(0.7727272727em 0, 100% 0, calc(100% - 0.7727272727em) 100%, 0% 100%);
          clip-path: polygon(0.7727272727em 0, 100% 0, calc(100% - 0.7727272727em) 100%, 0% 100%);
  padding-inline: 1.15em;
}

.top-news {
  background-color: #F6F6F0;
  font-size: 1.6rem;
  padding: 2em 2.4375em;
  border-radius: 0.625em;
  box-shadow: 0.3125em 0.3125em 0.625em rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 6.25em 1fr;
  gap: 1em;
  align-items: center;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (max-width: 639px) {
  .top-news {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    border-radius: 0;
  }
  .top-news.wrapper {
    width: 100vw;
    font-size: 3.75vw;
    grid-template-columns: 1fr;
  }
}
.top-news ul {
  width: 100%;
}
.top-news ul li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  pointer-events: none;
}
.top-news ul li span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-news ul li .-date {
  color: #3B7954;
}
.top-news ul li:not(:first-of-type) {
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
}

.top_section {
  padding-block: 50px;
  margin-block: 50px;
}
@media screen and (max-width: 639px) {
  .top_section {
    padding-block: 4.69vw;
    margin-block: 6.25vw;
  }
}

.slider_container {
  font-size: 1.6rem;
  height: 751px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .slider_container {
    height: 500px;
  }
}
@media screen and (max-width: 639px) {
  .slider_container {
    font-size: 3.75vw;
    height: auto;
  }
}
.slider_container .top_slider {
  width: 150vw;
  position: absolute;
}
@media screen and (max-width: 639px) {
  .slider_container .top_slider {
    position: relative;
    width: 100%;
  }
}
.slider_container .top_slider li {
  height: 751px;
}
@media screen and (max-width: 1024px) {
  .slider_container .top_slider li {
    height: 500px;
  }
}
@media screen and (max-width: 639px) {
  .slider_container .top_slider li {
    height: auto;
  }
}
.slider_container .top_slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 639px) {
  .slider_container .top_slider img {
    height: auto;
  }
}
.slider_container .slider_cover {
  position: relative;
  z-index: 2;
  width: 556px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .slider_container .slider_cover {
    width: 444px;
  }
}
@media screen and (max-width: 639px) {
  .slider_container .slider_cover {
    width: 90vw;
    height: auto;
  }
}
.slider_container .slider_cover .-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  background-color: #F6F6F0;
  padding-inline: 5.1875em;
}
@media screen and (max-width: 1024px) {
  .slider_container .slider_cover .-inner {
    padding-inline: 2em;
  }
}
@media screen and (max-width: 639px) {
  .slider_container .slider_cover .-inner {
    height: auto;
    padding-inline: 0;
    padding-block: 6.72vw;
    background-color: transparent;
  }
}
.slider_container.-a {
  margin-block: 50px 100px;
}
@media screen and (max-width: 639px) {
  .slider_container.-a {
    margin-block: 5.78vw 15.63vw;
  }
}
.slider_container.-a .top_slider {
  right: 0;
}
.slider_container.-a .slider_cover {
  margin-inline: min(5%, 110px) auto;
}
@media screen and (max-width: 639px) {
  .slider_container.-a .slider_cover {
    margin-inline: auto;
  }
}
.slider_container.-b .top-_slider {
  left: 0;
}
.slider_container.-b .slider_cover {
  margin-inline: auto min(5%, 110px);
}
@media screen and (max-width: 639px) {
  .slider_container.-b .slider_cover {
    margin-inline: auto;
  }
}
.slider_container .Vollkorn {
  font-size: 1.625em;
}
@media screen and (max-width: 639px) {
  .slider_container .Vollkorn {
    font-size: 1.0833333333em;
  }
}
.slider_container .btn {
  -webkit-margin-before: 1.9444444444em;
          margin-block-start: 1.9444444444em;
}

#company {
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  #company {
    border-top: 1px solid #ccc;
    font-size: 3.75vw;
    padding-top: 14.06vw;
  }
}
#company .section_heading {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
@media screen and (max-width: 639px) {
  #company .section_heading {
    -webkit-margin-after: 9.38vw;
            margin-block-end: 9.38vw;
  }
}
#company .logo2 {
  width: min(50%,170px);
  margin-inline: auto;
}
#company .common_txt {
  text-align: center;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
#company .box_heading {
  -webkit-margin-before: 96px;
          margin-block-start: 96px;
}
@media screen and (max-width: 639px) {
  #company .box_heading {
    -webkit-margin-before: 7.81vw;
            margin-block-start: 7.81vw;
  }
}
#company ul li {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  text-indent: -1em;
  line-height: 1.67;
}
#company ul li:not(:first-of-type) {
  -webkit-margin-before: 0.6em;
          margin-block-start: 0.6em;
}

/* 下層ページ */
.subpage-main_visual {
  -webkit-margin-before: 152px;
          margin-block-start: 152px;
}
@media screen and (max-width: 639px) {
  .subpage-main_visual {
    -webkit-margin-before: 21.63vw;
            margin-block-start: 21.63vw;
  }
}
.subpage-main_visual .-txt-area {
  height: 360px;
  font-size: 5.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .subpage-main_visual .-txt-area {
    height: 35.16vw;
    font-size: min(54px, 5.4vw);
  }
}
@media screen and (max-width: 639px) {
  .subpage-main_visual .-txt-area {
    height: 65.63vw;
    font-size: 8.44vw;
  }
}
.subpage-main_visual .-txt-area .-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 1024px) {
  .subpage-main_visual .-txt-area .-bg {
    height: 35.16vw;
  }
}
@media screen and (max-width: 639px) {
  .subpage-main_visual .-txt-area .-bg {
    height: 65.63vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
.subpage-main_visual .-txt-area .-inner {
  height: 100%;
  width: min(100%, 900px);
  background: linear-gradient(to right, #fff 0%, #fff 20%, transparent 100%);
  padding-left: min(75px, 4vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.2962962963em;
}
.subpage-main_visual .-txt-area .Vollkorn {
  font-size: 0.5462962963em;
}
.subpage-main_visual .-txt-area .noto {
  font-weight: 600;
}
.subpage-main_visual .breadcrumb {
  margin-block: 1em;
  padding-left: min(75px, 4vw);
  font-size: 1.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
@media screen and (max-width: 639px) {
  .subpage-main_visual .breadcrumb {
    font-size: 1.2rem;
  }
}
.subpage-main_visual .breadcrumb li {
  line-height: 1.2;
}
.subpage-main_visual .breadcrumb li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  line-height: 1.2;
}
.subpage-main_visual .breadcrumb li a::after {
  content: ">";
  display: block;
  width: 1em;
  height: 1.2em;
}
.subpage-main_visual .breadcrumb li a:focus {
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .subpage-main_visual .breadcrumb li a:hover {
    font-weight: bold;
  }
}

.subpage_section {
  padding-block: 80px 100px;
  background-size: cover;
}
@media screen and (max-width: 639px) {
  .subpage_section {
    padding-block: 10.94vw;
  }
}
.subpage_section.-bg1 {
  background-image: url(../../images/slopework_bg.jpg);
}
.subpage_section.-bg2 {
  background-image: url(../../images/structure_bg.jpg);
}

.lead {
  color: #3B7954;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-margin-after: 0.8em;
          margin-block-end: 0.8em;
}
@media screen and (max-width: 639px) {
  .lead {
    font-size: 4.69vw;
  }
}
.lead .responsive {
  display: none;
}
@media screen and (max-width: 639px) {
  .lead .responsive {
    display: inherit;
  }
}

.flex-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .flex-1 {
    flex-direction: column-reverse;
    gap: 1em;
  }
}
@media screen and (max-width: 639px) {
  .flex-1 {
    font-size: 3.75vw;
  }
}
.flex-1 .txt-area {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .flex-1 .txt-area {
    width: 100%;
  }
}
.flex-1 .img-area {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .flex-1 .img-area {
    width: min(80%, 428px);
    margin-inline: auto;
  }
}
.flex-1 .common_txt {
  max-width: 510px;
}
@media screen and (max-width: 1024px) {
  .flex-1 .common_txt {
    max-width: 100%;
  }
}
.flex-1 .data_list {
  font-size: 0.875em;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.flex-1 .data_list li {
  line-height: 1.5;
}
.flex-1 .data_list li:not(:first-of-type) {
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
}

.slopework_list {
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .slopework_list {
    font-size: 3.75vw;
  }
}
.slopework_list li {
  background-color: #fff;
  border-radius: 0.625em;
  box-shadow: 0.2777777778em 0.2777777778em 0.5555555556em rgba(0, 0, 0, 0.15);
  padding: 1.875em 1.5em;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 1em;
}
@media screen and (max-width: 639px) {
  .slopework_list li {
    grid-template-columns: 1fr;
    place-items: center;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-margin-before: 3em;
            margin-block-start: 3em;
  }
}
.slopework_list li:not(:first-of-type) {
  -webkit-margin-before: 1.625em;
          margin-block-start: 1.625em;
}
@media screen and (max-width: 639px) {
  .slopework_list li:not(:first-of-type) {
    -webkit-margin-before: 3em;
            margin-block-start: 3em;
  }
}
.slopework_list li .-num {
  font-family: "Vollkorn", serif;
  font-style: italic;
  color: #FF9300;
  letter-spacing: 0;
  font-size: 2.8125em;
  align-self: center;
}
@media screen and (max-width: 639px) {
  .slopework_list li .-num {
    -webkit-margin-before: -0.6em;
            margin-block-start: -0.6em;
  }
}
.slopework_list li h4 {
  color: #3B7954;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
}
.slopework_list li .common_txt {
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
  line-height: 1.5625;
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
  font-size:1.6rem;
}
@media screen and (max-width: 639px) {
  .grid-1 {
    gap: 1em;
  }
}
.grid-1 p{
  text-align: center;
}

.innav {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .innav {
    font-size: 1.95vw;
  }
}
@media screen and (max-width: 639px) {
  .innav {
    font-size: 3.13vw;
  }
}
.innav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.innav li {
  padding: 1.5em 1.875em;
  border-left: 1px solid #CCC;
}
@media screen and (max-width: 639px) {
  .innav li {
    padding: 0.5em 0.8em;
    background-color: #E2EFE6;
    border-color: #fff;
  }
}
.innav li:last-of-type {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
  .innav li:last-of-type {
    border-color: #fff;
  }
}
.innav li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.75em;
  background-image: url(../../images/arrow-innav.svg);
  background-size: 1.03125em;
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.2s;
}
.innav li a:focus {
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .innav li a:hover {
    font-weight: bold;
  }
}
@media screen and (max-width: 639px) {
  .innav li a {
    padding-right: 0;
    padding-bottom: 1em;
    background-position: bottom center;
  }
}
.innav .-num {
  display: inline-block;
  color: #3B7954;
  font-weight: bold;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
@media screen and (max-width: 639px) {
  .innav .-num {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
}

#section1 .block_heading {
  -webkit-margin-after: 1.8em;
          margin-block-end: 1.8em;
}

.colorful {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.84;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 639px) {
  .colorful {
    font-size: 4.6vw;
  }
  .colorful br {
    display: none;
  }
}
.colorful .-gr {
  color: #3B7954;
}
.colorful .-or {
  color: #FF9300;
}
.colorful.-n {
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 639px) {
  .colorful.-n {
    text-align: justify;
    -webkit-margin-after: 10vw;
            margin-block-end: 10vw;
  }
}
.colorful.-g {
  font-size: 3.3rem;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media screen and (max-width: 639px) {
  .colorful.-g {
    font-size: 5vw;
  }
}
.colorful.-l {
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}
@media screen and (max-width: 639px) {
  .colorful.-l {
    text-align: justify;
  }
}
.colorful .responsive {
  display: none;
}
@media screen and (max-width: 1024px) {
  .colorful .responsive {
    display: inherit;
  }
}
@media screen and (max-width: 639px) {
  .colorful .responsive {
    display: none;
  }
}

.structure_list {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  font-size: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 56px 5.5%;
}
@media screen and (max-width: 639px) {
  .structure_list {
    -webkit-margin-before: 14.06vw;
            margin-block-start: 14.06vw;
    font-size: 3.59vw;
    gap: 10vw 0;
  }
}
.structure_list li {
  background-color: #fff;
  border-radius: 0.625em;
  box-shadow: 0.2777777778em 0.2777777778em 0.5555555556em rgba(0, 0, 0, 0.15);
  padding: 0 1.5em 1.875em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18.8666666667em;
  height: 11.4666666667em;
  text-align: center;
}
.structure_list .-content {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.structure_list .-num {
  font-family: "Vollkorn", serif;
  font-style: italic;
  color: #FF9300;
  letter-spacing: 0;
  font-size: 3em;
  -webkit-margin-before: -0.6em;
          margin-block-start: -0.6em;
}
.structure_list h4 {
  color: #3B7954;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}
.structure_list .common_txt {
  line-height: 1.467;
  text-align: center;
}

.example_heading {
  background-color: #3B7954;
  display: grid;
  grid-template-columns: 1fr repeat(2, 205px);
  height: 211px;
  color: #fff;
  font-size: 2rem;
  width: min(793px, 100%);
  box-shadow: 0.2777777778em 0.2777777778em 0.5555555556em rgba(0, 0, 0, 0.15);
  margin-inline: auto;
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 1024px) {
  .example_heading {
    font-size: 1.95vw;
    grid-template-columns: 1fr repeat(2, 30%);
  }
  .example_heading img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 639px) {
  .example_heading {
    font-size: 3.13vw;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "txt txt" "img1 img2";
    grid-template-rows: 7em auto;
  }
}
.example_heading .-inner {
  height: 100%;
  padding-inline: 2.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 639px) {
  .example_heading .-inner {
    grid-area: txt;
  }
}
.example_heading .noto {
  font-size: 1.75em;
  font-weight: 700;
}
.example_heading .Vollkorn {
  color: #fff;
}

.safety {
  font-size: 1.6rem;
  margin-bottom: 2.875em;
}
@media screen and (max-width: 639px) {
  .safety {
    font-size: 3.75vw;
  }
}

#section2 {
  background-color: #F6F6F0;
}

.color-disc {
  font-size: 1.8rem;
  -webkit-margin-after: 2.6666666667em;
          margin-block-end: 2.6666666667em;
}
@media screen and (max-width: 639px) {
  .color-disc {
    font-size: 4.22vw;
  }
}
.color-disc li {
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
  text-indent: -1.5em;
  line-height: 1.67;
}
.color-disc li::first-letter {
  color: #3B7954;
}

.structure_5 {
  width: min(428px, 90%);
  margin-inline: auto;
}

.structure_bottom {
  background: linear-gradient(to bottom, #F6F6F0 0%, #F6F6F0 60%, #fff 60%, #fff 100%);
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .structure_bottom {
    font-size: spW(24px);
  }
}
.structure_bottom .common_txt {
  text-align: center;
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}
@media screen and (max-width: 639px) {
  .structure_bottom .common_txt {
    text-align: justify;
  }
}
.structure_bottom img {
  width: min(100%, 986px);
  margin-inline: auto;
}

/* お問い合わせ */
.require {
  display: inline-block;
  color: #fff;
  background-color: #FF9300;
  font-size: 1.2rem;
  padding: 2.4px 4px;
  line-height: 1;
  font-weight: bold;
}

.contact_lead {
  font-size: 1.6rem;
  margin-block: 60px;
}
.contact_lead .common_txt {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .contact_lead {
    font-size: 3.75vw;
    font-size: max(1.4rem, 3.75vw);
    margin-block: 20vw;
  }
}
.contact_lead .require {
  margin-inline: 0.5em;
  vertical-align: 0.1em;
}

.contact_wrap {
  background-color: #F6F6F0;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .contact_wrap {
    font-size: 3.75vw;
  }
}
.contact_wrap .-box {
  width: min(90%, 600px);
  margin-inline: auto;
}

form {
  width: 100%;
}
form label {
  color: #3B7954;
  font-size: 1.125em;
  font-weight: bold;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
form input, form textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.8em;
  width: 100%;
}
form input {
  -webkit-margin-after: 1.875em;
          margin-block-end: 1.875em;
}
form #department {
  -webkit-margin-after: 3.125em;
          margin-block-end: 3.125em;
}
form textarea {
  -webkit-margin-after: 3.125em;
          margin-block-end: 3.125em;
}
form h4 {
  color: #3B7954;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  -webkit-margin-after: 0.8em;
          margin-block-end: 0.8em;
}
form .submit {
  color: #fff;
  font-size: 1.75em;
  font-weight: bold;
  background-color: #FF9300;
  width: 100%;
  height: 3.2142857143em;
  border-radius: 1.6071428571em;
  display: grid;
  place-items: center;
  -webkit-margin-before: 2.1428571429em;
          margin-block-start: 2.1428571429em;
  transition: all 0.3s;
}
form .submit:focus {
  background-color: #FFAA36;
}
@media (hover: hover) and (pointer: fine) {
  form .submit:hover {
    background-color: #FFAA36;
  }
}
/*# sourceMappingURL=style.css.map */