@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
  color: #666666;
  overflow-x: hidden;
}

.target_right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 2s, transform 2s;
}
.target_right.show {
  opacity: 1;
  transform: translateX(0);
}

.target_left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 2s, transform 2s;
}
.target_left.show {
  opacity: 1;
  transform: translateX(0);
}

.target_bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s, transform 2s;
}
.target_bottom.show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.parts {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1140px) {
  .txt {
    font-size: 1.4912280702vw;
  }
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 3.7333333333vw;
  }
}

.btn_main a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #004d25;
  border: 1px solid #004d25;
  border-radius: 100px;
  background-color: #ffffff;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  .btn_main a {
    height: 4.3859649123vw;
    padding: 0 2.1929824561vw;
    font-size: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_main a {
    height: 13.3333333333vw;
    padding: 0 6.6666666667vw;
    font-size: 4vw;
  }
}
.btn_main a .arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 6px;
}
@media screen and (max-width: 1140px) {
  .btn_main a .arrow {
    right: 2.1929824561vw;
    width: 2.1929824561vw;
    height: 0.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_main a .arrow {
    right: 6.6666666667vw;
    width: 6.6666666667vw;
    height: 1.6vw;
  }
}
.btn_main a .arrow.on {
  display: none;
}
.btn_main a .arrow.off {
  display: block;
}
.btn_main a .arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/arrow_type02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.btn_main a:hover {
  color: #ffffff;
  background-color: #004d25;
}
.btn_main a:hover .arrow.on {
  display: block;
}
.btn_main a:hover .arrow.off {
  display: none;
}
.btn_main a:hover .arrow span {
  background-image: url(../images/common/arrow_type02_hover.svg);
}
.btn_main a:hover .arrow span::before {
  background-color: #ffffff;
}
.btn_main a:hover .arrow span::after {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .btn_main.small a {
    height: 10.6666666667vw;
    padding: 0 5.3333333333vw;
    font-size: 4vw;
  }
}
.btn_main.small a .arrow span {
  background-image: url(../images/common/arrow_type01.svg);
}
.btn_main.small a:hover .arrow span {
  background-image: url(../images/common/arrow_type01_hover.svg);
}

.btn_more {
  display: inline-block;
}
.btn_more .btn_item {
  position: relative;
  padding-right: 35px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  .btn_more .btn_item {
    padding-right: 3.0701754386vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_more .btn_item {
    padding-right: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.btn_more .btn_item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left center;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #004d25;
  transition: 0.3s;
}
.btn_more .btn_item .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 6px;
}
@media screen and (max-width: 1140px) {
  .btn_more .btn_item .arrow {
    width: 2.1929824561vw;
    height: 0.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_more .btn_item .arrow {
    width: 4.2666666667vw;
    height: 0.8vw;
  }
}
.btn_more .btn_item .arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/arrow_type03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.btn_more .btn_item:hover::before {
  transform: scale(1);
}

.box_ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  .box_ttl {
    font-size: 2.9824561404vw;
  }
}
@media screen and (max-width: 768px) {
  .box_ttl {
    font-size: 6.6666666667vw;
  }
}

.section_ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 44px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #000000;
}
@media screen and (max-width: 1140px) {
  .section_ttl {
    font-size: 3.8596491228vw;
  }
}
@media screen and (max-width: 768px) {
  .section_ttl {
    font-size: 8vw;
  }
}
.section_ttl span {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  .section_ttl span {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .section_ttl span {
    font-size: 4.2666666667vw;
  }
}

header {
  position: relative;
  width: 100%;
  z-index: 9999999;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    height: 20vw;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  header.show {
    opacity: 1;
  }
}
header.top {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
header.top.show {
  opacity: 1;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  header .inner {
    padding: 1.0526315789vw 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner {
    padding: 2.4vw 4vw;
  }
}
header .inner .logo {
  width: 184px;
  flex-shrink: 0;
}
@media screen and (max-width: 1140px) {
  header .inner .logo {
    width: 16.1403508772vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .logo {
    width: 32vw;
  }
}
header .inner .logo img {
  width: 100%;
}
header .inner .header_nav .top_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1140px) {
  header .inner .header_nav .top_nav {
    gap: 4.3859649123vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav {
    gap: 3.2vw;
  }
}
header .inner .header_nav .top_nav .header_news {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  header .inner .header_nav .top_nav .header_news {
    font-size: 1.2280701754vw;
  }
}
header .inner .header_nav .top_nav .header_news a {
  transition: 0.3s;
}
header .inner .header_nav .top_nav .header_news a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav .header_contact {
    margin-right: 16vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav .hbm {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 13.3333333333vw;
    height: 100%;
    padding: 4vw 2.6666666667vw 3.2vw;
    background-color: #edf0e6;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav .hbm .line_box {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav .hbm .line_box span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #004d25;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav .hbm .hbm_txt {
    margin-top: 15px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 2.4vw;
    font-weight: bold;
    color: #004d25;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav .hbm.open .line_box span:nth-child(1) {
    transform: translateY(2.9333333333vw) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav .hbm.open .line_box span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .top_nav .hbm.open .line_box span:nth-child(3) {
    transform: translateY(-2.9333333333vw) rotate(45deg);
  }
}
header .inner .header_nav .bottom_nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-right: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  header .inner .header_nav .bottom_nav {
    margin-top: 1.7543859649vw;
    padding-right: 0.6140350877vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav {
    position: fixed;
    top: 20vw;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 18.6666666667vw);
    margin: 0;
    padding: 4vw 6.6666666667vw;
    background-color: #ffffff;
    overflow-y: scroll;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav.show {
    top: 18.6666666667vw;
    opacity: 1;
    pointer-events: all;
  }
}
header .inner .header_nav .bottom_nav .nav_list {
  display: flex;
  gap: 66px;
}
@media screen and (max-width: 1140px) {
  header .inner .header_nav .bottom_nav .nav_list {
    gap: 5.7894736842vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
header .inner .header_nav .bottom_nav .nav_list .item_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area {
    padding: 5.6vw 1.3333333333vw 4.5333333333vw;
    border-bottom: 0.2666666667vw solid #727171;
  }
}
header .inner .header_nav .bottom_nav .nav_list .item_area .main_link {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 1.75;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.2vw;
    color: #004d25;
    cursor: pointer;
  }
}
header .inner .header_nav .bottom_nav .nav_list .item_area .main_link:hover {
  color: #004d25;
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link.sp {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}
header .inner .header_nav .bottom_nav .nav_list .item_area .main_link .plus {
  display: none;
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link .plus {
    position: relative;
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link .plus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 2.6666666667vw;
    background-color: #004d25;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2.6666666667vw;
    height: 2px;
    background-color: #004d25;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link.open .plus::before {
    transform: translateX(-50%) rotate(90deg);
  }
}
header .inner .header_nav .bottom_nav .nav_list .item_area .main_link .arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link .arrow {
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
  }
}
header .inner .header_nav .bottom_nav .nav_list .item_area .main_link .arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #004d25;
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .main_link .arrow::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    transform: rotate(25deg);
    display: block;
    width: 55%;
    height: 1px;
    background-color: #004d25;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .sub_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .sub_box .sub_nav_list {
    display: none;
    margin-top: 2.6666666667vw;
    padding-left: 3.2vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .sub_box .sub_nav_list .sub_items a {
    position: relative;
    display: block;
    padding: 2.1333333333vw 0;
  }
}
header .inner .header_nav .bottom_nav .nav_list .item_area .sub_box .sub_nav_list .sub_items a .arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .nav_list .item_area .sub_box .sub_nav_list .sub_items a .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_nav .bottom_nav .lang_area {
    margin-top: 5.3333333333vw;
  }
}
header .inner .lang_btn {
  display: flex;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  header .inner .lang_btn {
    gap: 0.8771929825vw;
    font-size: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .lang_btn {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
}
header .inner .lang_btn a {
  display: block;
  color: #004d25;
  transition: 0.3s;
}
header .inner .lang_btn a.current {
  position: relative;
}
header .inner .lang_btn a.current::before {
  position: absolute;
  bottom: -1px;
  left: -5px;
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background-color: #004d25;
}
@media screen and (max-width: 1140px) {
  header .inner .lang_btn a.current::before {
    bottom: -0.0877192982vw;
    left: -0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .lang_btn a.current::before {
    bottom: -0.2666666667vw;
    left: -1.3333333333vw;
  }
}
header .inner .lang_btn a:hover {
  opacity: 0.5;
}
header .inner .header_contact a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding: 0 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #004d25;
  border-radius: 100px;
  background-color: #004d25;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  header .inner .header_contact a {
    width: 15.7894736842vw;
    height: 3.5087719298vw;
    padding: 0 2.1929824561vw;
    font-size: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner .header_contact a {
    width: 29.3333333333vw;
    height: 9.3333333333vw;
    padding: 0 1.3333333333vw;
    font-size: 2.9333333333vw;
    border-radius: 10px;
  }
}
header .inner .header_contact a:hover {
  background-color: #ffffff;
  color: #004d25;
}
header.en .header_contact a {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.07em;
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mv .mv_slider {
  width: 100%;
  height: 100%;
}
.mv .mv_slider .items {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mv .mv_slider .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.mv .mv_slider .items .item.current {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.mv .mv_slider .items .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv_slider .items .item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.mv .mv_catch .mv_logo {
  width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .mv .mv_catch .mv_logo {
    width: 23.6842105263vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_catch .mv_logo {
    width: 65.6vw;
  }
}
.mv .mv_catch .mv_logo img {
  width: 100%;
}
.mv .mv_catch .catch {
  margin-top: 67px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .mv .mv_catch .catch {
    margin-top: 5.8771929825vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_catch .catch {
    margin-top: 13.3333333333vw;
    font-size: 7.4666666667vw;
  }
}
.mv .mv_catch .catch span {
  font-size: 57px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1140px) {
  .mv .mv_catch .catch span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_catch .catch span {
    font-size: 12.5333333333vw;
  }
}
.mv .mv_catch .catch.en {
  font-size: 36px;
}
@media screen and (max-width: 1140px) {
  .mv .mv_catch .catch.en {
    font-size: 3.1578947368vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_catch .catch.en {
    font-size: 6.9333333333vw;
  }
}
.mv .mv_scroll {
  position: absolute;
  left: 50%;
  bottom: 63px;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 130px;
  background-color: #ffffff;
  z-index: 3;
  animation: scroll 1.5s infinite;
}
@media screen and (max-width: 1140px) {
  .mv .mv_scroll {
    bottom: 5.5263157895vw;
    height: 11.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_scroll {
    bottom: 8vw;
    height: 13.3333333333vw;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.main_txt_box {
  padding: 82px 20px;
}
@media screen and (max-width: 1140px) {
  .main_txt_box {
    padding: 7.1929824561vw 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .main_txt_box {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.main_txt_box .txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  color: #494544;
}
@media screen and (max-width: 1140px) {
  .main_txt_box .txt {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .main_txt_box .txt {
    font-size: 4.8vw;
  }
}
.main_txt_box.en .txt {
  letter-spacing: 0.03em;
}

.img_txt_box {
  display: flex;
  justify-content: center;
  gap: 95px;
  width: 100%;
  padding: 95px 0;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .img_txt_box {
    gap: 8.3333333333vw;
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box {
    display: block;
  }
}
.img_txt_box .left {
  order: 1;
}
.img_txt_box .right {
  order: 2;
}
.img_txt_box .img_box {
  width: calc(50% - 47.5px);
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .img_txt_box .img_box {
    width: calc(50% - 4.1666666667vw);
    height: 35.0877192982vw;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .img_box {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.img_txt_box .img_box .inner {
  width: 100%;
  height: 100%;
}
.img_txt_box .img_box .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_txt_box .img_box.third {
  height: 372px;
}
@media screen and (max-width: 1140px) {
  .img_txt_box .img_box.third {
    height: 32.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .img_box.third {
    height: 53.3333333333vw;
  }
}
.img_txt_box .img_box.third .inner img {
  -o-object-fit: contain;
     object-fit: contain;
}
.img_txt_box .txt_box {
  display: flex;
  width: calc(50% - 47.5px);
}
@media screen and (max-width: 1140px) {
  .img_txt_box .txt_box {
    width: calc(50% - 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box {
    width: 100%;
  }
}
.img_txt_box .txt_box .inner {
  position: relative;
  width: 550px;
  padding-top: 16px;
}
@media screen and (max-width: 1140px) {
  .img_txt_box .txt_box .inner {
    width: 48.2456140351vw;
    padding-top: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box .inner .box_ttl {
    margin-top: 5.3333333333vw;
  }
}
.img_txt_box .txt_box .inner p.txt {
  margin-top: 42px;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 2.1;
}
@media screen and (max-width: 1140px) {
  .img_txt_box .txt_box .inner p.txt {
    margin-top: 3.6842105263vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box .inner p.txt {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
.img_txt_box .txt_box .inner .btn_main {
  margin-top: 42px;
}
@media screen and (max-width: 1140px) {
  .img_txt_box .txt_box .inner .btn_main {
    margin-top: 3.6842105263vw;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box .inner .btn_main {
    margin-top: 11.2vw;
  }
}
.img_txt_box .txt_box .inner .btn_main a {
  font-weight: 600;
}
.img_txt_box .txt_box .inner .circle_ani_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.img_txt_box .txt_box .inner .circle_ani_box .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.img_txt_box .txt_box .inner .circle_ani_box .inner span {
  display: block;
  border-radius: 100%;
  background-color: #edf0e6;
}
.img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item01 {
  position: absolute;
  top: 20%;
  left: 30%;
  transform: translate(-50%, -50%);
  display: block;
  width: 280px;
  height: 280px;
  animation: bounce 4s ease-in-out forwards;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-direction: alternate;
}
@media screen and (max-width: 1140px) {
  .img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item01 {
    width: 24.5614035088vw;
    height: 24.5614035088vw;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item01 {
    top: 30%;
    left: 35%;
    width: 53.3333333333vw;
    height: 53.3333333333vw;
  }
}
.img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item02 {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  animation: bounce 4s ease-in-out forwards;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  animation-direction: alternate;
}
@media screen and (max-width: 1140px) {
  .img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item02 {
    width: 17.5438596491vw;
    height: 17.5438596491vw;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item02 {
    top: 50%;
    left: 65%;
    width: 32vw;
    height: 32vw;
  }
}
.img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item03 {
  position: absolute;
  top: 80%;
  left: 40%;
  transform: translate(-50%, -50%);
  display: block;
  width: 220px;
  height: 220px;
  animation: bounce 4s ease-in-out forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  animation-direction: alternate;
}
@media screen and (max-width: 1140px) {
  .img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item03 {
    width: 19.298245614vw;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box .inner .circle_ani_box .inner .ani_item03 {
    top: 73%;
    left: 50%;
    width: 37.3333333333vw;
    height: 37.3333333333vw;
  }
}
.img_txt_box .txt_box.left {
  justify-content: flex-end;
}
.img_txt_box .txt_box.left .inner {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box.left .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.img_txt_box .txt_box.right {
  justify-content: flex-start;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .img_txt_box .txt_box.right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.img_txt_box.en .txt_box .inner .btn_main a .txt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@keyframes bounce {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.products_area {
  padding: 70px 0 80px;
  background-color: rgba(237, 240, 230, 0.7);
}
@media screen and (max-width: 1140px) {
  .products_area {
    padding: 6.1403508772vw 0 7.0175438596vw;
  }
}
@media screen and (max-width: 768px) {
  .products_area {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.products_area .ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
}
@media screen and (max-width: 1140px) {
  .products_area .ttl_area {
    margin: 0 auto 3.5087719298vw;
    padding: 0 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .products_area .ttl_area {
    margin: 0 auto 8vw;
    padding: 0 5.3333333333vw;
  }
}
.products_area .p_slider .p_slide_item {
  width: 500px;
  margin: 0 25px;
}
@media screen and (max-width: 1140px) {
  .products_area .p_slider .p_slide_item {
    width: 43.8596491228vw;
    margin: 0 2.1929824561vw;
  }
}
@media screen and (max-width: 768px) {
  .products_area .p_slider .p_slide_item {
    width: 89.3333333333vw;
    margin: 0 4vw;
  }
}
.products_area .p_slider .p_slide_item a {
  transition: 0.3s;
}
.products_area .p_slider .p_slide_item a .products_img {
  width: 100%;
}
.products_area .p_slider .p_slide_item a .products_img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .products_area .p_slider .p_slide_item a .products_img img {
    height: 30.2631578947vw;
  }
}
@media screen and (max-width: 768px) {
  .products_area .p_slider .p_slide_item a .products_img img {
    height: 61.3333333333vw;
  }
}
.products_area .p_slider .p_slide_item a .products_heading {
  margin-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #004d25;
  line-height: 1.75;
}
@media screen and (max-width: 1140px) {
  .products_area .p_slider .p_slide_item a .products_heading {
    margin-top: 2.6315789474vw;
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .products_area .p_slider .p_slide_item a .products_heading {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.products_area .p_slider .p_slide_item a:hover {
  opacity: 0.7;
}

.top_about .inner {
  padding: 75px 70px 70px;
  background-color: #fffff9;
}
@media screen and (max-width: 1140px) {
  .top_about .inner {
    padding: 6.5789473684vw 6.1403508772vw 6.1403508772vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about .inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.top_about .inner table {
  width: 850px;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.02em;
  border-collapse: collapse;
}
@media screen and (max-width: 1140px) {
  .top_about .inner table {
    width: 74.5614035088vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about .inner table {
    width: 100%;
  }
}
.top_about .inner table tr th {
  padding: 30px;
  font-size: 18px;
  color: #004d25;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 1140px) {
  .top_about .inner table tr th {
    padding: 2.6315789474vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about .inner table tr th {
    padding: 4vw 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.top_about .inner table tr td {
  padding: 30px;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 1140px) {
  .top_about .inner table tr td {
    padding: 2.6315789474vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about .inner table tr td {
    padding: 4vw 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.top_about .inner table tr td .btn_main {
  margin-top: 25px;
}
@media screen and (max-width: 1140px) {
  .top_about .inner table tr td .btn_main {
    margin-top: 2.1929824561vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about .inner table tr td .btn_main {
    margin-top: 6.6666666667vw;
  }
}
.top_about .inner table tr td .btn_main a {
  width: 150px;
  height: 28px;
  padding: 0 14px;
}
@media screen and (max-width: 1140px) {
  .top_about .inner table tr td .btn_main a {
    width: 13.1578947368vw;
    height: 2.4561403509vw;
    padding: 0 1.2280701754vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about .inner table tr td .btn_main a {
    width: 40vw;
    height: 7.4666666667vw;
    padding: 0 3.7333333333vw;
  }
}
.top_about .inner table tr td .btn_main a .txt {
  font-size: 14px;
}
@media screen and (max-width: 1140px) {
  .top_about .inner table tr td .btn_main a .txt {
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about .inner table tr td .btn_main a .txt {
    font-size: 3.7333333333vw;
  }
}
.top_about .inner table tr td .btn_main a .arrow {
  width: 10px;
  height: 4px;
  right: 14px;
}
@media screen and (max-width: 1140px) {
  .top_about .inner table tr td .btn_main a .arrow {
    width: 0.8771929825vw;
    height: 0.350877193vw;
    right: 1.2280701754vw;
  }
}
@media screen and (max-width: 768px) {
  .top_about .inner table tr td .btn_main a .arrow {
    width: 2.6666666667vw;
    height: 1.0666666667vw;
    right: 3.7333333333vw;
  }
}
.top_about .inner table tr td .btn_main a .arrow span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/arrow_type03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top_about .inner table tr td .btn_main a:hover {
  color: #ffffff;
  background-color: #004d25;
}
.top_about .inner table tr td .btn_main a:hover .arrow span {
  background-image: url(../images/common/arrow_type02_hover.svg);
}
.top_about .inner table tr td .btn_main a:hover .arrow span::before {
  background-color: #ffffff;
}
.top_about .inner table tr td .btn_main a:hover .arrow span::after {
  background-color: #ffffff;
}
.top_about.en .inner table tr th {
  letter-spacing: 0.05em;
  font-weight: 600;
}
.top_about.en .inner table tr td {
  letter-spacing: 0.05em;
}
.top_about.en .inner table tr td .btn_main a .txt {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.contents_card {
  padding: 75px 70px 70px;
  background-color: #fffff9;
}
@media screen and (max-width: 1140px) {
  .contents_card {
    padding: 6.5789473684vw 6.1403508772vw 6.1403508772vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_card {
    padding: 10.6666666667vw;
  }
}
.contents_card .inner {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1140px) {
  .contents_card .inner {
    gap: 4.3859649123vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_card .inner {
    display: block;
  }
}
.contents_card .inner .contents_item {
  width: 475px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1140px) {
  .contents_card .inner .contents_item {
    width: 41.6666666667vw;
    box-shadow: 0 0.4385964912vw 1.3157894737vw 0 rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 768px) {
  .contents_card .inner .contents_item {
    width: 100%;
    box-shadow: 0 1.3333333333vw 4vw 0 rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 768px) {
  .contents_card .inner .contents_item:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.contents_card .inner .contents_item a {
  display: block;
}
.contents_card .inner .contents_item a .contents_img {
  width: 100%;
  overflow: hidden;
}
.contents_card .inner .contents_item a .contents_img img {
  width: 100%;
  transition: 0.3s;
}
.contents_card .inner .contents_item a .contents_txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 28px 20px 22px 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .contents_card .inner .contents_item a .contents_txt {
    padding: 2.4561403509vw 1.7543859649vw 1.9298245614vw 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_card .inner .contents_item a .contents_txt {
    padding: 7.4666666667vw 5.3333333333vw 5.8666666667vw 8vw;
  }
}
.contents_card .inner .contents_item a .contents_txt .heading {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #000000;
}
@media screen and (max-width: 1140px) {
  .contents_card .inner .contents_item a .contents_txt .heading {
    font-size: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_card .inner .contents_item a .contents_txt .heading {
    font-size: 5.3333333333vw;
  }
}
.contents_card .inner .contents_item a .contents_txt .btn_more .btn_item::before {
  display: none;
}
.contents_card .inner .contents_item a .contents_txt .btn_more .btn_item .txt {
  display: flex;
  align-items: flex-start;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1140px) {
  .contents_card .inner .contents_item a .contents_txt .btn_more .btn_item .txt {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_card .inner .contents_item a .contents_txt .btn_more .btn_item .txt {
    font-size: 3.7333333333vw;
  }
}
.contents_card .inner .contents_item a .contents_txt .btn_more .btn_item .txt span {
  font-size: 14px;
}
@media screen and (max-width: 1140px) {
  .contents_card .inner .contents_item a .contents_txt .btn_more .btn_item .txt span {
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_card .inner .contents_item a .contents_txt .btn_more .btn_item .txt span {
    font-size: 2.6666666667vw;
  }
}
.contents_card .inner .contents_item a .contents_txt .btn_more .btn_item .arrow {
  transition: 0.3s;
}
.contents_card .inner .contents_item a:hover .contents_img img {
  transform: scale(1.1);
}
.contents_card .inner .contents_item a:hover .btn_more .btn_item .arrow {
  transform: translate(4px, -50%);
}
@media screen and (max-width: 1140px) {
  .contents_card .inner .contents_item a:hover .btn_more .btn_item .arrow {
    transform: translate(0.350877193vw, -50%);
  }
}
.news_area .inner {
  display: flex;
  gap: 154px;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 54px 100px 70px;
}
@media screen and (max-width: 1140px) {
  .news_area .inner {
    gap: 12.2807017544vw;
    padding: 7.8947368421vw 4.7368421053vw 8.7719298246vw 6.1403508772vw;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner .ttl_area {
    display: flex;
    justify-content: space-between;
  }
}
.news_area .inner .ttl_area .btn_more {
  margin-top: 50px;
}
.news_area .inner .list_area {
  width: 662px;
}
@media screen and (max-width: 1140px) {
  .news_area .inner .list_area {
    width: 58.0701754386vw;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner .list_area {
    width: 100%;
  }
}
.news_area .inner .list_area .list .item {
  border-bottom: 1px solid #cccccc;
}
.news_area .inner .list_area .list .item a {
  position: relative;
  display: block;
  padding: 25px 10px 25px 0;
}
@media screen and (max-width: 1140px) {
  .news_area .inner .list_area .list .item a {
    padding: 2.1929824561vw 0.8771929825vw 2.1929824561vw 0;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner .list_area .list .item a {
    padding: 6.6666666667vw 8vw 6.6666666667vw 0;
  }
}
.news_area .inner .list_area .list .item a .info {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 1140px) {
  .news_area .inner .list_area .list .item a .info {
    gap: 4.3859649123vw;
    padding-bottom: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner .list_area .list .item a .info {
    gap: 8vw;
    padding-bottom: 1.3333333333vw;
  }
}
.news_area .inner .list_area .list .item a .info .date {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17px;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  .news_area .inner .list_area .list .item a .info .date {
    font-size: 1.4912280702vw;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner .list_area .list .item a .info .date {
    font-size: 3.7333333333vw;
  }
}
.news_area .inner .list_area .list .item a .info .cates .cate {
  display: block;
  min-width: 125px;
  padding: 6px 15px 7px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.07em;
  text-align: center;
  background-color: #494544;
}
@media screen and (max-width: 1140px) {
  .news_area .inner .list_area .list .item a .info .cates .cate {
    min-width: 10.9649122807vw;
    padding: 0.5263157895vw 1.3157894737vw 0.6140350877vw;
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner .list_area .list .item a .info .cates .cate {
    min-width: 24vw;
    padding: 1.0666666667vw 2.6666666667vw 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.news_area .inner .list_area .list .item a .info .cates .cate.cate_etc {
  background-color: #004d25;
}
.news_area .inner .list_area .list .item a .info .cates .cate.cate_product {
  background-color: #e50012;
}
.news_area .inner .list_area .list .item a .info .cates .cate.cate_recruit {
  background-color: #ffb900;
}
.news_area .inner .list_area .list .item a .info .cates .cate.cate_news {
  background-color: #8a4617;
}
.news_area .inner .list_area .list .item a .txt {
  position: relative;
  display: inline;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #666666;
  text-decoration: none;
  background-image: linear-gradient(90deg, #666666, #666666); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  .news_area .inner .list_area .list .item a .txt {
    text-underline-offset: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner .list_area .list .item a .txt {
    text-underline-offset: 1.3333333333vw;
  }
}
.news_area .inner .list_area .list .item a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 4px;
}
@media screen and (max-width: 1140px) {
  .news_area .inner .list_area .list .item a .arrow {
    width: 0.8771929825vw;
    height: 0.350877193vw;
  }
}
@media screen and (max-width: 768px) {
  .news_area .inner .list_area .list .item a .arrow {
    width: 2.6666666667vw;
    height: 1.0666666667vw;
  }
}
.news_area .inner .list_area .list .item a .arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/arrow_type03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news_area .inner .list_area .list .item a:hover .txt {
  background-size: 100% 1px;
}

.contact_area {
  background-image: url(../images/common/bg_bottom_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact_area .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 70px;
}
@media screen and (max-width: 1140px) {
  .contact_area .inner {
    padding: 4.2105263158vw 6.1403508772vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_area .inner {
    padding: 9.3333333333vw 8vw;
  }
}
.contact_area .inner .bottom_contact {
  padding: 54px 20px 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1140px) {
  .contact_area .inner .bottom_contact {
    padding: 4.7368421053vw 1.7543859649vw 4.3859649123vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_area .inner .bottom_contact {
    padding: 8vw 5.3333333333vw;
  }
}
.contact_area .inner .bottom_contact .box_ttl {
  text-align: center;
}
.contact_area .inner .bottom_contact p.txt {
  margin-top: 25px;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .contact_area .inner .bottom_contact p.txt {
    margin-top: 2.1929824561vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_area .inner .bottom_contact p.txt {
    font-size: 3.7333333333vw;
  }
}
.contact_area .inner .bottom_contact .btn_main {
  width: 350px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1140px) {
  .contact_area .inner .bottom_contact .btn_main {
    width: 30.701754386vw;
    margin: 2.6315789474vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_area .inner .bottom_contact .btn_main {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.contact_area .inner .bottom_contact .btn_main .txt {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  .contact_area .inner .bottom_contact .btn_main .txt {
    font-size: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_area .inner .bottom_contact .btn_main .txt {
    font-size: 4vw;
  }
}
.contact_area.en .inner .bottom_contact .txt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ec_banner {
  background-image: url(../images/top/ec_area_bk.png);
  background-size: cover;
  background-position: center;
}
.ec_banner .inner {
  padding: 20px 45px;
}
@media screen and (max-width: 1140px) {
  .ec_banner .inner {
    padding: 1.7543859649vw 3.9473684211vw;
  }
}
@media screen and (max-width: 768px) {
  .ec_banner .inner {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.ec_banner .inner a {
  display: block;
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .ec_banner .inner a {
    width: 50.8771929825vw;
  }
}
@media screen and (max-width: 768px) {
  .ec_banner .inner a {
    width: 100%;
  }
}
.ec_banner .inner a img {
  width: 100%;
  transition: 0.3s;
}
.ec_banner .inner a:hover img {
  filter: brightness(1.2);
}

.banner_area {
  background-color: #edf0e6;
}
.banner_area .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 45px;
}
@media screen and (max-width: 1140px) {
  .banner_area .inner {
    padding: 1.7543859649vw 3.9473684211vw;
  }
}
@media screen and (max-width: 768px) {
  .banner_area .inner {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.banner_area .inner .bnr_area {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1140px) {
  .banner_area .inner .bnr_area {
    gap: 4.3859649123vw;
  }
}
@media screen and (max-width: 768px) {
  .banner_area .inner .bnr_area {
    flex-direction: column;
    gap: 1.3333333333vw;
  }
}
.banner_area .inner .bnr_area .bnr_item {
  width: 475px;
}
@media screen and (max-width: 1140px) {
  .banner_area .inner .bnr_area .bnr_item {
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .banner_area .inner .bnr_area .bnr_item {
    width: 100%;
  }
}
.banner_area .inner .bnr_area .bnr_item a img {
  width: 100%;
  transition: 0.3s;
}
.banner_area .inner .bnr_area .bnr_item a:hover img {
  filter: brightness(1.2);
}

footer {
  background-color: #efefef;
}
footer .bottom_nav {
  position: relative;
  display: flex;
  gap: 108px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 85px 35px 55px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav {
    gap: 9.4736842105vw;
    padding: 3.0701754386vw 7.4561403509vw 3.0701754386vw 4.8245614035vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav {
    flex-direction: column;
    padding: 8vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .logo_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
footer .bottom_nav .logo_area .footer_logo {
  width: 266px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .logo_area .footer_logo {
    width: 23.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .logo_area .footer_logo {
    width: 40vw;
  }
}
footer .bottom_nav .logo_area .footer_logo a {
  transition: 0.3s;
}
footer .bottom_nav .logo_area .footer_logo a:hover {
  opacity: 0.7;
}
footer .bottom_nav .logo_area .btn_main {
  width: 180px;
  margin-top: 32px;
  margin-left: 15px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .logo_area .btn_main {
    width: 15.7894736842vw;
    margin-top: 2.8070175439vw;
    margin-left: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .logo_area .btn_main {
    width: 40vw;
    margin-top: 0;
    margin-left: 0;
  }
}
footer .bottom_nav .logo_area .btn_main a {
  height: 40px;
}
footer .bottom_nav .logo_area .btn_main a .txt {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .logo_area .btn_main a .txt {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .logo_area .btn_main a .txt {
    font-size: 2.6666666667vw;
  }
}
footer .bottom_nav .logo_area .btn_main a .arrow {
  width: 12px;
  height: 4px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .logo_area .btn_main a .arrow {
    width: 1.0526315789vw;
    height: 0.350877193vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .logo_area .btn_main a .arrow {
    width: 3.2vw;
    height: 1.0666666667vw;
  }
}
footer .bottom_nav .logo_area .btn_main a .arrow span::after {
  bottom: 2px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .logo_area .btn_main a .arrow span::after {
    bottom: 0.1754385965vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .logo_area .btn_main a .arrow span::after {
    bottom: 0.5333333333vw;
  }
}
footer .bottom_nav .nav_list {
  display: flex;
  gap: 85px;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .nav_list {
    gap: 7.4561403509vw;
    margin-top: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .nav_list {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .nav_list .list_items {
    width: calc(50% - 20px);
  }
}
footer .bottom_nav .nav_list .list_items .nav_items {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  transition: 0.3s;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .nav_list .list_items .nav_items {
    font-size: 1.1403508772vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .nav_list .list_items .nav_items {
    font-size: 3.4666666667vw;
  }
}
footer .bottom_nav .nav_list .list_items .nav_items.nav_heading {
  font-weight: 600;
  line-height: 2.2;
  color: #004d25;
}
footer .bottom_nav .nav_list .list_items .nav_items.nav_heading a {
  transition: 0.3s;
}
footer .bottom_nav .nav_list .list_items .nav_items.nav_heading a:hover {
  opacity: 0.7;
}
footer .bottom_nav .nav_list .list_items .nav_items.unique {
  margin-top: 27px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .nav_list .list_items .nav_items.unique {
    margin-top: 2.3684210526vw;
  }
}
footer .bottom_nav .nav_list .list_items .nav_items:hover {
  color: #004d25;
}
footer .bottom_nav .nav_list .list_items .nav_items.privacy {
  margin-top: 20px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .nav_list .list_items .nav_items.privacy {
    margin-top: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .nav_list .list_items .nav_items.privacy {
    margin-top: 0;
  }
}
footer .bottom_nav .lang_btn {
  display: flex;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .lang_btn {
    bottom: 4.3859649123vw;
    right: 3.9473684211vw;
    gap: 0.8771929825vw;
    font-size: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .lang_btn {
    bottom: 13.3333333333vw;
    right: 12vw;
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
}
footer .bottom_nav .lang_btn a {
  display: block;
  color: #004d25;
  transition: 0.3s;
}
footer .bottom_nav .lang_btn a.current {
  position: relative;
}
footer .bottom_nav .lang_btn a.current::before {
  position: absolute;
  bottom: -1px;
  left: -5px;
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background-color: #004d25;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav .lang_btn a.current::before {
    bottom: -0.0877192982vw;
    left: -0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav .lang_btn a.current::before {
    bottom: -0.2666666667vw;
    left: -1.3333333333vw;
  }
}
footer .bottom_nav .lang_btn a:hover {
  opacity: 0.5;
}
footer .bottom_nav.page {
  background-image: url(../images/common/bg_footer.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
footer .bottom_nav.en_footer {
  justify-content: flex-start;
}
footer .bottom_nav.en_footer .nav_list .list_items .child_item {
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 1140px) {
  footer .bottom_nav.en_footer .nav_list .list_items .child_item {
    gap: 4.8245614035vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_nav.en_footer .nav_list .list_items .child_item {
    gap: 14.6666666667vw;
  }
}
footer .bottom_nav.en_footer .nav_list .list_items .child_item ul {
  flex-shrink: 0;
}
footer .copy_area {
  background-color: #004d25;
}
footer .copy_area .copy_inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width: 1140px) {
  footer .copy_area .copy_inner {
    padding: 1.7543859649vw 3.5087719298vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copy_area .copy_inner {
    padding: 5.3333333333vw 10.6666666667vw;
  }
}
footer .copy_area .copy_inner .copy {
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width: 1140px) {
  footer .copy_area .copy_inner .copy {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copy_area .copy_inner .copy {
    font-size: 3.2vw;
  }
}
footer.en .bottom_nav .logo_area .btn_main .txt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
footer.en .bottom_nav .nav_list .list_items .nav_items {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.back_to_top {
  position: fixed;
  right: 30px;
  bottom: 80px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1140px) {
  .back_to_top {
    right: 2.6315789474vw;
    bottom: 8.7719298246vw;
  }
}
.back_to_top .inner {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  .back_to_top .inner {
    width: 7.1929824561vw;
    height: 7.1929824561vw;
    border-radius: 8.7719298246vw;
  }
}
.back_to_top .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.back_to_top.active {
  opacity: 1;
  visibility: visible;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.back_to_top.absolute {
  position: absolute;
  top: 218px;
  right: 80px;
}
@media screen and (max-width: 1140px) {
  .back_to_top.absolute {
    top: 19.1228070175vw;
    right: 7.0175438596vw;
  }
}

.page_heading_area {
  width: 100%;
  height: 173px;
}
@media screen and (max-width: 1140px) {
  .page_heading_area {
    height: 15.1754385965vw;
  }
}
@media screen and (max-width: 768px) {
  .page_heading_area {
    height: 46.1333333333vw;
  }
}
.page_heading_area .inner {
  display: flex;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url(../images/common/bg_page_heading_area.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.page_heading_area .inner .section_ttl {
  margin-left: 70px;
  font-size: 45px;
}
@media screen and (max-width: 1140px) {
  .page_heading_area .inner .section_ttl {
    margin-left: 6.1403508772vw;
    font-size: 3.9473684211vw;
  }
}
@media screen and (max-width: 768px) {
  .page_heading_area .inner .section_ttl {
    margin-left: 13.3333333333vw;
    font-size: 8vw;
  }
}
.page_heading_area .inner .section_ttl span {
  color: #004d25;
}

.news_page_area .inner {
  max-width: 754px;
  margin: 65px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner {
    margin: 5.701754386vw auto 0;
    padding: 0 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner {
    margin: 17.3333333333vw auto 0;
    padding: 0 5.3333333333vw;
  }
}
.news_page_area .inner .cate_box .cate_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .cate_box .cate_list {
    justify-content: center;
    gap: 5.3333333333vw;
    flex-wrap: wrap;
  }
}
.news_page_area .inner .cate_box .cate_list .cate_item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #004d25;
  opacity: 0.5;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .cate_box .cate_list .cate_item {
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .cate_box .cate_list .cate_item {
    font-size: 3.2vw;
  }
}
.news_page_area .inner .cate_box .cate_list .cate_item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #004d25;
  transform: scale(0);
  transition: 0.3s;
}
.news_page_area .inner .cate_box .cate_list .cate_item:hover {
  opacity: 1;
}
.news_page_area .inner .cate_box .cate_list .cate_item:hover::before {
  transform: scale(1);
}
.news_page_area .inner .cate_box .cate_list .cate_item.current {
  opacity: 1;
}
.news_page_area .inner .cate_box .cate_list .cate_item.current::before {
  transform: scale(1);
}
.news_page_area .inner .list_area {
  width: 666px;
  margin: 65px auto 0;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .list_area {
    width: 58.4210526316vw;
    margin: 5.701754386vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .list_area {
    width: 100%;
  }
}
.news_page_area .inner .list_area .list .item {
  border-bottom: 1px solid #cccccc;
}
.news_page_area .inner .list_area .list .item a {
  position: relative;
  display: block;
  padding: 25px 10px 25px 0;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .list_area .list .item a {
    padding: 2.1929824561vw 0.8771929825vw 2.1929824561vw 0;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .list_area .list .item a {
    padding: 6.6666666667vw 8vw 6.6666666667vw 0;
  }
}
.news_page_area .inner .list_area .list .item a .info {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .list_area .list .item a .info {
    gap: 4.3859649123vw;
    padding-bottom: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .list_area .list .item a .info {
    gap: 8vw;
    padding-bottom: 1.3333333333vw;
  }
}
.news_page_area .inner .list_area .list .item a .info .date {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17px;
  font-weight: 500;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .list_area .list .item a .info .date {
    font-size: 1.4912280702vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .list_area .list .item a .info .date {
    font-size: 3.7333333333vw;
  }
}
.news_page_area .inner .list_area .list .item a .info .cates .cate {
  display: block;
  min-width: 125px;
  padding: 7px 15px 6px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .list_area .list .item a .info .cates .cate {
    min-width: 10.9649122807vw;
    padding: 0.6140350877vw 1.3157894737vw 0.5263157895vw;
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .list_area .list .item a .info .cates .cate {
    min-width: 24vw;
    padding: 1.3333333333vw 2.6666666667vw 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.news_page_area .inner .list_area .list .item a .info .cates .cate.cate_etc {
  background-color: #004d25;
}
.news_page_area .inner .list_area .list .item a .info .cates .cate.cate_product_a {
  background-color: #e50012;
}
.news_page_area .inner .list_area .list .item a .info .cates .cate.cate_recruit {
  background-color: #ffb900;
}
.news_page_area .inner .list_area .list .item a .info .cates .cate.cate_news {
  background-color: #8a4617;
}
.news_page_area .inner .list_area .list .item a .txt {
  position: relative;
  display: inline;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #666666;
  text-decoration: none;
  background-image: linear-gradient(90deg, #666666, #666666); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .list_area .list .item a .txt {
    text-underline-offset: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .list_area .list .item a .txt {
    text-underline-offset: 1.3333333333vw;
  }
}
.news_page_area .inner .list_area .list .item a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 4px;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .list_area .list .item a .arrow {
    width: 0.8771929825vw;
    height: 0.350877193vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .list_area .list .item a .arrow {
    width: 2.6666666667vw;
    height: 1.0666666667vw;
  }
}
.news_page_area .inner .list_area .list .item a .arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/arrow_type03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news_page_area .inner .list_area .list .item a:hover .txt {
  background-size: 100% 1px;
}
.news_page_area .inner .pager_area {
  width: 666px;
  margin: 45px auto 90px;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .pager_area {
    width: 58.4210526316vw;
    margin: 3.9473684211vw auto 7.8947368421vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .pager_area {
    width: 100%;
    margin: 12vw auto 24vw;
  }
}
.news_page_area .inner .pager_area .wp-pagenavi {
  display: flex;
  justify-content: space-between;
}
.news_page_area .inner .pager_area .wp-pagenavi a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 35px;
  padding: 0 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #004d25;
  border: 1px solid #004d25;
  border-radius: 100px;
  background-color: #ffffff;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .pager_area .wp-pagenavi a {
    width: 10.9649122807vw;
    height: 3.0701754386vw;
    padding: 0 2.1929824561vw;
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .pager_area .wp-pagenavi a {
    width: 33.3333333333vw;
    height: 9.3333333333vw;
    padding: 0 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.news_page_area .inner .pager_area .wp-pagenavi a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
}
.news_page_area .inner .pager_area .wp-pagenavi a:hover {
  background-color: #004d25;
  color: #ffffff;
}
.news_page_area .inner .pager_area .wp-pagenavi a.previouspostslink span {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .pager_area .wp-pagenavi a.previouspostslink span {
    margin-left: 0.8771929825vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .pager_area .wp-pagenavi a.previouspostslink span {
    margin-left: 2.6666666667vw;
  }
}
.news_page_area .inner .pager_area .wp-pagenavi a.previouspostslink::before {
  left: 20px;
  border-bottom: 1px solid #004d25;
  border-left: 1px solid #004d25;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .pager_area .wp-pagenavi a.previouspostslink::before {
    left: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .pager_area .wp-pagenavi a.previouspostslink::before {
    left: 5.3333333333vw;
  }
}
.news_page_area .inner .pager_area .wp-pagenavi a.previouspostslink:hover::before {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.news_page_area .inner .pager_area .wp-pagenavi a.nextpostslink span {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .pager_area .wp-pagenavi a.nextpostslink span {
    margin-right: 0.8771929825vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .pager_area .wp-pagenavi a.nextpostslink span {
    margin-right: 2.6666666667vw;
  }
}
.news_page_area .inner .pager_area .wp-pagenavi a.nextpostslink::before {
  right: 20px;
  border-top: 1px solid #004d25;
  border-right: 1px solid #004d25;
}
@media screen and (max-width: 1140px) {
  .news_page_area .inner .pager_area .wp-pagenavi a.nextpostslink::before {
    right: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .news_page_area .inner .pager_area .wp-pagenavi a.nextpostslink::before {
    right: 5.3333333333vw;
  }
}
.news_page_area .inner .pager_area .wp-pagenavi a.nextpostslink:hover::before {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.news_detail_area .inner {
  max-width: 710px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner {
    margin: 2.6315789474vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner {
    margin: 13.3333333333vw auto 0;
  }
}
.news_detail_area .inner .info {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .info {
    gap: 4.3859649123vw;
    padding-bottom: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .info {
    gap: 8vw;
    padding-bottom: 1.3333333333vw;
  }
}
.news_detail_area .inner .info .date {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17px;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .info .date {
    font-size: 1.4912280702vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .info .date {
    font-size: 3.7333333333vw;
  }
}
.news_detail_area .inner .info .cates .cate {
  display: block;
  min-width: 125px;
  padding: 6px 15px 7px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .info .cates .cate {
    min-width: 10.9649122807vw;
    padding: 0.5263157895vw 1.3157894737vw 0.6140350877vw;
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .info .cates .cate {
    min-width: 24vw;
    padding: 1.0666666667vw 2.6666666667vw 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.news_detail_area .inner .info .cates .cate.cate_etc {
  background-color: #004d25;
}
.news_detail_area .inner .info .cates .cate.cate_product_a {
  background-color: #e50012;
}
.news_detail_area .inner .info .cates .cate.cate_recruit {
  background-color: #ffb900;
}
.news_detail_area .inner .info .cates .cate.cate_news {
  background-color: #8a4617;
}
.news_detail_area .inner .news_contents {
  margin-top: 45px;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .news_contents {
    margin-top: 3.9473684211vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .news_contents {
    margin-top: 5.3333333333vw;
  }
}
.news_detail_area .inner .news_contents .news_ttl {
  margin-bottom: 45px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .news_contents .news_ttl {
    margin-bottom: 3.9473684211vw;
    font-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .news_contents .news_ttl {
    margin-bottom: 2.6315789474vw;
    font-size: 5.8666666667vw;
  }
}
.news_detail_area .inner .news_contents .contents_detail p {
  padding: 22px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .news_contents .contents_detail p {
    padding: 1.9298245614vw 0;
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .news_contents .contents_detail p {
    padding: 3.2vw 0;
    font-size: 3.7333333333vw;
  }
}
.news_detail_area .inner .news_contents .contents_detail img {
  width: 100%;
  padding: 22px 0;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .news_contents .contents_detail img {
    padding: 1.9298245614vw 0;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .news_contents .contents_detail img {
    padding: 3.2vw 0;
  }
}
.news_detail_area .inner .news_contents .contents_detail a {
  color: #004d25;
  border-bottom: 1px solid #004d25;
  transition: 0.3s;
}
.news_detail_area .inner .news_contents .contents_detail a:hover {
  opacity: 0.7;
}
.news_detail_area .inner .news_contents .btn_main {
  margin: 55px auto 90px;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .news_contents .btn_main {
    margin: 4.8245614035vw auto 7.8947368421vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .news_contents .btn_main {
    margin: 8vw auto 16vw;
  }
}
.news_detail_area .inner .news_contents .btn_main a {
  width: 150px;
  height: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .news_contents .btn_main a {
    width: 13.1578947368vw;
    height: 3.0701754386vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .news_contents .btn_main a {
    width: 40vw;
    height: 9.3333333333vw;
  }
}
.news_detail_area .inner .news_contents .btn_main a .txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .news_contents .btn_main a .txt {
    margin-left: 0.8771929825vw;
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .news_contents .btn_main a .txt {
    margin-left: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.news_detail_area .inner .news_contents .btn_main a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #004d25;
  border-left: 1px solid #004d25;
}
@media screen and (max-width: 1140px) {
  .news_detail_area .inner .news_contents .btn_main a::before {
    left: 1.7543859649vw;
    width: 0.4385964912vw;
    height: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_area .inner .news_contents .btn_main a::before {
    left: 5.3333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.news_detail_area .inner .news_contents .btn_main a:hover::before {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.about_contents .inner {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
.about_contents.area_a {
  background-color: #fff;
}
.about_contents.area_a .inner {
  padding: 100px 20px 115px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .about_contents.area_a .inner {
    padding: 8.7719298246vw 1.7543859649vw 10.0877192982vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents.area_a .inner {
    padding: 16vw 5.3333333333vw;
  }
}
.about_contents.area_a .inner .about_heading {
  font-size: 50px;
  line-height: 1;
  color: #004d25;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  .about_contents.area_a .inner .about_heading {
    font-size: 4.3859649123vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents.area_a .inner .about_heading {
    font-size: 12.2666666667vw;
  }
}
.about_contents.area_a .inner .about_heading .sub_heading {
  display: block;
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 1140px) {
  .about_contents.area_a .inner .about_heading .sub_heading {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents.area_a .inner .about_heading .sub_heading {
    font-size: 4.2666666667vw;
  }
}
.about_contents.area_a .inner .about_txt {
  margin-top: 70px;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0.07em;
  color: #000000;
}
@media screen and (max-width: 1140px) {
  .about_contents.area_a .inner .about_txt {
    margin-top: 6.1403508772vw;
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents.area_a .inner .about_txt {
    margin-top: 18.6666666667vw;
    font-size: 4.8vw;
  }
}
.about_contents.area_b {
  background-color: #edf0e6;
}
.about_contents.area_b .inner {
  padding: 93px 20px 80px;
}
@media screen and (max-width: 1140px) {
  .about_contents.area_b .inner {
    padding: 8.1578947368vw 1.7543859649vw 7.0175438596vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents.area_b .inner {
    padding: 16vw 5.3333333333vw;
  }
}
.about_contents.area_b .inner .company_table {
  width: 100%;
  margin-top: 60px;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1140px) {
  .about_contents.area_b .inner .company_table {
    margin-top: 5.2631578947vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents.area_b .inner .company_table {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.about_contents.area_b .inner .company_table tr th {
  width: 245px;
  padding: 30px;
  color: #004d25;
}
@media screen and (max-width: 1140px) {
  .about_contents.area_b .inner .company_table tr th {
    width: 21.4912280702vw;
    padding: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents.area_b .inner .company_table tr th {
    width: 65.3333333333vw;
    width: 30%;
    padding: 4vw 1.3333333333vw;
  }
}
.about_contents.area_b .inner .company_table tr td {
  padding: 30px 15px 30px 30px;
  color: #666666;
}
@media screen and (max-width: 1140px) {
  .about_contents.area_b .inner .company_table tr td {
    padding: 2.6315789474vw 1.3157894737vw 2.6315789474vw 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents.area_b .inner .company_table tr td {
    padding: 4vw 2.6666666667vw;
  }
}
.about_contents.area_b .inner .company_table tr td div:not(:first-of-type) {
  margin-top: 1em;
}
.about_contents.area_b .inner .company_table tr td div span {
  font-weight: 600;
  color: #004d25;
}
.about_contents.area_b .inner .company_table tr:not(:last-of-type) th {
  border-bottom: 1px solid #cccccc;
}
.about_contents.area_b .inner .company_table tr:not(:last-of-type) td {
  border-bottom: 1px solid #cccccc;
}

.about_map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1140px) {
  .about_map iframe {
    height: 35.0877192982vw;
  }
}
@media screen and (max-width: 768px) {
  .about_map iframe {
    height: 80vw;
  }
}

.products_top {
  margin-top: 68px;
}
@media screen and (max-width: 1140px) {
  .products_top {
    margin-top: 5.9649122807vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top {
    margin-top: 18.1333333333vw;
  }
}
.products_top .inner {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .products_top .inner {
    padding: 0 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner {
    padding: 0 5.3333333333vw;
  }
}
.products_top .inner .products_name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 38px;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .products_name {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .products_name {
    font-size: 6.4vw;
  }
}
.products_top .inner .products_name span {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .products_name span {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .products_name span {
    font-size: 4.2666666667vw;
  }
}
.products_top .inner .products_main {
  margin-top: 55px;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .products_main {
    margin-top: 4.8245614035vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .products_main {
    margin-top: 9.3333333333vw;
  }
}
.products_top .inner .products_main img {
  width: 100%;
}
.products_top .inner .info {
  margin-top: 70px;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .info {
    margin-top: 6.1403508772vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .info {
    margin-top: 13.3333333333vw;
  }
}
.products_top .inner .info .info_ttl {
  padding: 17px 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  color: #004d25;
  background-color: #edf0e6;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .info .info_ttl {
    padding: 1.4912280702vw 2.1929824561vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .info .info_ttl {
    padding: 3.7333333333vw 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.products_top .inner .info .info_detail_box {
  margin-top: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .info .info_detail_box {
    margin-top: 3.5087719298vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .info .info_detail_box {
    margin-top: 5.3333333333vw;
  }
}
.products_top .inner .info .info_detail_box h1, .products_top .inner .info .info_detail_box h2, .products_top .inner .info .info_detail_box h3, .products_top .inner .info .info_detail_box h4, .products_top .inner .info .info_detail_box h5, .products_top .inner .info .info_detail_box h6 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .info .info_detail_box h1, .products_top .inner .info .info_detail_box h2, .products_top .inner .info .info_detail_box h3, .products_top .inner .info .info_detail_box h4, .products_top .inner .info .info_detail_box h5, .products_top .inner .info .info_detail_box h6 {
    margin-bottom: 2.1929824561vw;
    font-size: 1.9298245614vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .info .info_detail_box h1, .products_top .inner .info .info_detail_box h2, .products_top .inner .info .info_detail_box h3, .products_top .inner .info .info_detail_box h4, .products_top .inner .info .info_detail_box h5, .products_top .inner .info .info_detail_box h6 {
    margin-bottom: 4.8vw;
    font-size: 4.8vw;
  }
}
.products_top .inner .info .info_detail_box p {
  margin-bottom: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .info .info_detail_box p {
    margin-bottom: 2.1929824561vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .info .info_detail_box p {
    margin-bottom: 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.products_top .inner .info .info_detail_box p:has(.aligncenter) {
  text-align: center;
}
.products_top .inner .info .info_detail_box p:has(.alignright) {
  text-align: right;
}
.products_top .inner .info .info_detail_box p:has(.alignleft) {
  text-align: left;
}
.products_top .inner .info .info_detail_box ol {
  padding-left: 1.2em;
  margin-bottom: 25px;
  list-style-type: decimal;
  color: #004d25;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .info .info_detail_box ol {
    margin-bottom: 2.1929824561vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .info .info_detail_box ol {
    margin-bottom: 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.products_top .inner .info .info_detail_box ul {
  padding-left: 1.2em;
  margin-bottom: 25px;
  list-style-type: disc;
  color: #004d25;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1140px) {
  .products_top .inner .info .info_detail_box ul {
    margin-bottom: 2.1929824561vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .products_top .inner .info .info_detail_box ul {
    margin-bottom: 4.8vw;
    font-size: 3.7333333333vw;
  }
}

.products_detail .inner {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner {
    padding: 0 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner {
    padding: 0 5.3333333333vw;
  }
}
.products_detail .inner .detail_box {
  margin-top: 55px;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box {
    margin-top: 4.8245614035vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box {
    margin-top: 14.6666666667vw;
  }
}
.products_detail .inner .detail_box .box_ttl {
  margin-bottom: 55px;
  padding: 15px 25px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  background-color: #004d25;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_ttl {
    margin-bottom: 4.8245614035vw;
    padding: 1.3157894737vw 2.1929824561vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_ttl {
    margin-bottom: 14.6666666667vw;
    padding: 4vw 6.6666666667vw;
  }
}
.products_detail .inner .detail_box .box_main_img {
  margin: 0 auto 34px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_main_img {
    margin: 0 auto 2.9824561404vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_main_img {
    margin: 0 auto 9.0666666667vw;
  }
}
.products_detail .inner .detail_box .box_main_img img {
  width: 100%;
}
.products_detail .inner .detail_box .box_main_img img.l_img_size {
  width: 100%;
}
.products_detail .inner .detail_box .box_main_img img.m_img_size {
  width: 60%;
}
.products_detail .inner .detail_box .box_main_img img.s_img_size {
  width: 30%;
}
.products_detail .inner .detail_box .box_section .box_product_detail:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail:not(:first-of-type) {
    margin-top: 4.3859649123vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail:not(:first-of-type) {
    margin-top: 13.3333333333vw;
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_ttl {
  margin-bottom: 18px;
  color: #004d25;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_ttl {
    margin-bottom: 1.5789473684vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_ttl {
    margin-bottom: 4.8vw;
    font-size: 4.8vw;
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_txt {
  margin-bottom: 18px;
  color: #666666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_txt {
    margin-bottom: 1.5789473684vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_txt {
    margin-bottom: 4.8vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_table_wrap {
    overflow-y: scroll;
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_table {
  margin-bottom: 18px;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_table {
    margin-bottom: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_table {
    margin-bottom: 4.8vw;
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box {
  display: flex;
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box .th_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 75px;
  padding: 15px 24px;
  background-color: rgba(237, 240, 230, 0.7);
  border: 1px solid #666666;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #004d25;
  flex: 0 0 auto;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box .th_box {
    width: 21.9298245614vw;
    height: 6.5789473684vw;
    padding: 1.3157894737vw 2.1052631579vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box .th_box {
    width: 66.6666666667vw;
    height: 20vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    flex: 0 0 auto;
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box .td_box {
  display: flex;
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box .td_box .td_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 75px;
  padding: 15px 24px;
  background-color: #fff;
  font-size: 16px;
  color: #004d25;
  text-align: center;
  border: 1px solid #666666;
  border-left: none;
  flex: 0 0 auto;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box .td_box .td_item {
    width: 14.9122807018vw;
    height: 6.5789473684vw;
    padding: 1.3157894737vw 2.1052631579vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box .td_box .td_item {
    width: 45.3333333333vw;
    height: 20vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
    flex: 0 0 auto;
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box:not(:first-of-type) .th_box {
  border-top: none;
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_table .tr_box:not(:first-of-type) .td_item {
  border-top: none;
  border-left: none;
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_list {
    gap: 3.5087719298vw;
    margin-bottom: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_list {
    gap: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_list .list_item {
  width: 100px;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_list .list_item {
    width: 8.7719298246vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_list .list_item {
    width: 26.6666666667vw;
    width: calc(33.333% - 11.4666666667vw);
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_list .list_item img {
  width: 100%;
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_anno {
  margin-top: 40px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_anno {
    margin-top: 3.5087719298vw;
    margin-bottom: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_anno {
    margin-top: 10.6666666667vw;
    margin-bottom: 4.8vw;
  }
}
.products_detail .inner .detail_box .box_section .box_product_detail .box_section_anno p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_anno p {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .detail_box .box_section .box_product_detail .box_section_anno p {
    font-size: 3.2vw;
  }
}
.products_detail .inner .btn_main {
  margin: 55px auto 90px;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .btn_main {
    margin: 4.8245614035vw auto 7.8947368421vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .btn_main {
    margin: 8vw auto 16vw;
  }
}
.products_detail .inner .btn_main a {
  width: 150px;
  height: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .btn_main a {
    width: 13.1578947368vw;
    height: 3.0701754386vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .btn_main a {
    width: 40vw;
    height: 9.3333333333vw;
  }
}
.products_detail .inner .btn_main a .txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .btn_main a .txt {
    margin-left: 0.8771929825vw;
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .btn_main a .txt {
    margin-left: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.products_detail .inner .btn_main a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #004d25;
  border-left: 1px solid #004d25;
}
@media screen and (max-width: 1140px) {
  .products_detail .inner .btn_main a::before {
    left: 1.7543859649vw;
    width: 0.4385964912vw;
    height: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  .products_detail .inner .btn_main a::before {
    left: 5.3333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.products_detail .inner .btn_main a:hover::before {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.oem_main img {
  width: 100%;
}
.oem_main .oem_txt {
  padding: 0 20px;
  margin-top: 72px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.07em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .oem_main .oem_txt {
    margin-top: 6.3157894737vw;
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_main .oem_txt {
    margin-top: 19.2vw;
    font-size: 4.8vw;
  }
}

.oem_explanation {
  margin-top: 90px;
  padding: 0 20px;
}
@media screen and (max-width: 1140px) {
  .oem_explanation {
    margin-top: 7.8947368421vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_explanation {
    margin-top: 18.6666666667vw;
  }
}
.oem_explanation .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.oem_explanation .inner .oem_explanation_heading {
  position: relative;
  display: inline-block;
  padding: 0 30px 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-bottom: 2px solid #004d25;
}
@media screen and (max-width: 1140px) {
  .oem_explanation .inner .oem_explanation_heading {
    padding: 0 2.6315789474vw 0.8771929825vw;
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_explanation .inner .oem_explanation_heading {
    padding: 0 8vw 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.oem_explanation .inner .oem_explanation_heading::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
@media screen and (max-width: 1140px) {
  .oem_explanation .inner .oem_explanation_heading::before {
    bottom: -0.4385964912vw;
    width: 1.3157894737vw;
    height: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_explanation .inner .oem_explanation_heading::before {
    bottom: -1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.oem_explanation .inner .oem_explanation_heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #004d25 #004d25 transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
@media screen and (max-width: 1140px) {
  .oem_explanation .inner .oem_explanation_heading::after {
    bottom: -0.701754386vw;
    width: 1.3157894737vw;
    height: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_explanation .inner .oem_explanation_heading::after {
    bottom: -2.1333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.oem_explanation .inner .oem_explanation_detail {
  padding: 50px 125px;
  margin-top: 35px;
  background-color: rgba(237, 240, 230, 0.7);
}
@media screen and (max-width: 1140px) {
  .oem_explanation .inner .oem_explanation_detail {
    padding: 4.3859649123vw 10.9649122807vw;
    margin-top: 3.0701754386vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_explanation .inner .oem_explanation_detail {
    padding: 5.3333333333vw 8vw;
    margin-top: 9.3333333333vw;
  }
}
.oem_explanation .inner .oem_explanation_detail p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1140px) {
  .oem_explanation .inner .oem_explanation_detail p {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_explanation .inner .oem_explanation_detail p {
    font-size: 4.2666666667vw;
  }
}

.oem_step {
  margin-top: 132px;
  margin-bottom: 135px;
}
@media screen and (max-width: 1140px) {
  .oem_step {
    margin-top: 11.5789473684vw;
    margin-bottom: 11.8421052632vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_step {
    margin-top: 26.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
.oem_step .inner .oem_step_heading {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  color: #004d25;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .oem_step .inner .oem_step_heading {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_step .inner .oem_step_heading {
    font-size: 4.8vw;
  }
}
.oem_step .inner .step_box {
  margin-top: 40px;
}
@media screen and (max-width: 1140px) {
  .oem_step .inner .step_box {
    margin-top: 3.5087719298vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_step .inner .step_box {
    margin-top: 8vw;
  }
}
.oem_step .inner .step_box .step_box_item.step_odd {
  background-color: rgba(237, 240, 230, 0.7);
}
.oem_step .inner .step_box .step_box_item .box_item_inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 52px;
  max-width: 770px;
  margin: 0 auto;
  padding: 45px 0;
}
@media screen and (max-width: 1140px) {
  .oem_step .inner .step_box .step_box_item .box_item_inner {
    gap: 4.5614035088vw;
    max-width: 67.5438596491vw;
    padding: 3.9473684211vw 0;
  }
}
@media screen and (max-width: 768px) {
  .oem_step .inner .step_box .step_box_item .box_item_inner {
    flex-direction: column;
    gap: 5.3333333333vw;
    max-width: 205.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}
.oem_step .inner .step_box .step_box_item .box_item_inner::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60%);
  content: "";
  display: block;
  width: 33px;
  height: 23px;
  background-image: url(../images/oem/oem_step_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.oem_step .inner .step_box .step_box_item .box_item_inner .step_no {
  width: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 1140px) {
  .oem_step .inner .step_box .step_box_item .box_item_inner .step_no {
    width: 5.2631578947vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_step .inner .step_box .step_box_item .box_item_inner .step_no {
    width: 10.6666666667vw;
  }
}
.oem_step .inner .step_box .step_box_item .box_item_inner .step_no img {
  width: 100%;
}
.oem_step .inner .step_box .step_box_item .box_item_inner .step_detail .step_inner_heading {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 1140px) {
  .oem_step .inner .step_box .step_box_item .box_item_inner .step_detail .step_inner_heading {
    font-size: 1.9298245614vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_step .inner .step_box .step_box_item .box_item_inner .step_detail .step_inner_heading {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.oem_step .inner .step_box .step_box_item .box_item_inner .step_detail .step_txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: #666666;
}
@media screen and (max-width: 1140px) {
  .oem_step .inner .step_box .step_box_item .box_item_inner .step_detail .step_txt {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .oem_step .inner .step_box .step_box_item .box_item_inner .step_detail .step_txt {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.oem_step .inner .step_box .step_box_item:last-of-type .box_item_inner::before {
  display: none;
}

.products_list .inner {
  max-width: 800px;
  margin: 70px auto 140px;
  padding: 0 20px;
}
@media screen and (max-width: 1140px) {
  .products_list .inner {
    margin: 6.1403508772vw auto 12.2807017544vw;
  }
}
@media screen and (max-width: 768px) {
  .products_list .inner {
    margin: 18.6666666667vw auto 37.3333333333vw;
  }
}
.products_list .inner .products_items {
  display: flex;
  gap: 50px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1140px) {
  .products_list .inner .products_items {
    gap: 4.3859649123vw 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .products_list .inner .products_items {
    gap: 5.3333333333vw 8.2666666667vw;
  }
}
.products_list .inner .products_items .products_item {
  width: 240px;
}
@media screen and (max-width: 1140px) {
  .products_list .inner .products_items .products_item {
    width: 21.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .products_list .inner .products_items .products_item {
    width: calc(50% - 4.1333333333vw);
  }
}
.products_list .inner .products_items .products_item a {
  transition: 0.3s;
}
.products_list .inner .products_items .products_item a .products_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.products_list .inner .products_items .products_item a .products_img img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border: 1px solid #dddede;
}
@media screen and (max-width: 1140px) {
  .products_list .inner .products_items .products_item a .products_img img {
    height: 14.4736842105vw;
  }
}
@media screen and (max-width: 768px) {
  .products_list .inner .products_items .products_item a .products_img img {
    height: 27.7333333333vw;
  }
}
.products_list .inner .products_items .products_item a .products_ttl {
  margin-top: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #004d25;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .products_list .inner .products_items .products_item a .products_ttl {
    margin-top: 1.4035087719vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .products_list .inner .products_items .products_item a .products_ttl {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.products_list .inner .products_items .products_item a:hover {
  opacity: 0.7;
}

.contact_tel .inner {
  max-width: 1000px;
  width: 100%;
  padding: 80px 20px 118px;
  margin: 0 auto;
  border-top: 1px solid #666666;
}
@media screen and (max-width: 1140px) {
  .contact_tel .inner {
    padding: 7.0175438596vw 20px 10.350877193vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contact_tel .inner {
    padding: 13.3333333333vw 20px 16vw;
    margin: 0 auto;
  }
}
.contact_tel .inner .heading {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  color: #004d25;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .contact_tel .inner .heading {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_tel .inner .heading {
    font-size: 5.3333333333vw;
  }
}
.contact_tel .inner .txt {
  margin-top: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .contact_tel .inner .txt {
    margin-top: 2.6315789474vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_tel .inner .txt {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}
.contact_tel .inner .tel_area {
  width: 444px;
  margin: 45px auto 0;
}
@media screen and (max-width: 1140px) {
  .contact_tel .inner .tel_area {
    width: 38.9473684211vw;
    margin: 3.9473684211vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_tel .inner .tel_area {
    width: 90%;
    margin: 12vw auto 0;
  }
}
.contact_tel .inner .tel_area a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact_tel .inner .tel_area a {
    pointer-events: all;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  display: none;
  max-width: 1000px;
  width: 100%;
  padding: 20px;
  margin: 0 auto !important;
  text-align: center;
}

.contact_form_area .inner {
  max-width: 1000px;
  width: 100%;
  padding: 80px 20px 108px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner {
    padding: 7.0175438596vw 20px 9.4736842105vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner {
    padding: 21.3333333333vw 20px 28.8vw;
  }
}
.contact_form_area .inner .heading {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  color: #004d25;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .heading {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .heading {
    font-size: 5.3333333333vw;
  }
}
.contact_form_area .inner .txt {
  margin-top: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .txt {
    margin-top: 2.6315789474vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .txt {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}
.contact_form_area .inner .txt a {
  color: #004d25;
  border-bottom: 1px solid #004d25;
}
.contact_form_area .inner .contact_step {
  width: 840px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .contact_step {
    width: 73.6842105263vw;
    margin: 8.7719298246vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .contact_step {
    width: 100%;
  }
}
.contact_form_area .inner .contact_step img {
  width: 100%;
}
.contact_form_area .inner .form_area {
  max-width: 680px;
  width: 100%;
  margin: 104px auto 0;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area {
    margin: 9.1228070175vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area {
    margin: 16vw auto 0;
  }
}
.contact_form_area .inner .form_area .form_box .wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #ea5550;
}
.contact_form_area .inner .form_area .form_box .box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box {
    gap: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box {
    flex-direction: column;
    gap: 4vw;
  }
}
.contact_form_area .inner .form_area .form_box .box:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box:not(:first-of-type) {
    margin-top: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .wpcf7-list-item {
  margin: 0;
}
.contact_form_area .inner .form_area .form_box .box .box_label {
  width: 172px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .box_label {
    width: 15.0877192982vw;
    padding-right: 1.9298245614vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .box_label {
    width: 45.8666666667vw;
    width: 100%;
    padding-right: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .box_label.required {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .box_label.required {
    display: flex;
    justify-content: flex-start;
    gap: 2.6666666667vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .box_label.required::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "※";
  color: #ea5550;
  font-size: 12px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .box_label.required::after {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .box_label.required::after {
    position: static;
    font-size: 3.2vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .box_label p {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .box_label p {
    display: block;
  }
}
.contact_form_area .inner .form_area .form_box .box .content {
  width: 490px;
  flex: 1;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content {
    width: 42.9824561404vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content {
    width: 130.6666666667vw;
    width: 100%;
  }
}
.contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio {
    gap: 3.8596491228vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio {
    flex-wrap: wrap;
    gap: 2.6666666667vw 5.3333333333vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgb(57, 51, 39);
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 2.4561403509vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 100%;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  background-color: #004d25;
  z-index: 10;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    left: 0.8771929825vw;
    width: 1.0526315789vw;
    height: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    left: 2.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 1.7543859649vw;
    height: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input {
  display: none;
}
.contact_form_area .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.contact_form_area .inner .form_area .form_box .box .content .txt {
  margin-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content .txt {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content .txt {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.contact_form_area .inner .form_area .form_box .box .content .text_box {
  width: 100%;
  padding: 5px 20px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: rgb(57, 51, 39);
  border: 1px solid #494544;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content .text_box {
    padding: 0.4385964912vw 1.7543859649vw;
    height: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content .text_box {
    padding: 1.3333333333vw 5.3333333333vw;
    height: 8vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content .text_box.small_box {
  width: 120px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content .text_box.small_box {
    width: 10.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content .text_box.small_box {
    width: 32vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content textarea {
  width: 100%;
  min-height: 120px;
  padding: 5px 20px;
  background-color: #fff;
  color: rgb(57, 51, 39);
  border: 1px solid #000;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content textarea {
    min-height: 10.5263157895vw;
    padding: 0.4385964912vw 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content textarea {
    min-height: 32vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  width: 120px;
  height: 30px;
  padding: 5px 20px;
  background-color: #fff;
  font-size: 16px;
  color: rgb(57, 51, 39);
  border: 1px solid #000;
  background-image: url("../images/contact/select_arrow.svg");
  background-repeat: no-repeat;
  background-size: 6px 4px;
  background-position: right 12px center;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content select {
    width: 10.5263157895vw;
    height: 2.6315789474vw;
    padding: 0.4385964912vw 1.7543859649vw;
    background-size: 0.5263157895vw 0.350877193vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content select {
    width: 32vw;
    height: 8vw;
    padding: 1.3333333333vw 5.3333333333vw;
    background-size: 1.6vw 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content .radiobtn label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgb(57, 51, 39);
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content .radiobtn label {
    padding-left: 2.4561403509vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content .radiobtn label {
    padding-left: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content .radiobtn label::before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 100%;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  background-color: #004d25;
  z-index: 10;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content .radiobtn label::before {
    left: 0.8771929825vw;
    width: 1.0526315789vw;
    height: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content .radiobtn label::before {
    left: 2.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content .radiobtn label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #494544;
  border-radius: 50%;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content .radiobtn label::after {
    width: 1.7543859649vw;
    height: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content .radiobtn label::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content .radiobtn input {
  display: none;
}
.contact_form_area .inner .form_area .form_box .box .content .radiobtn input[type=radio]:checked + label::before {
  opacity: 1;
}
.contact_form_area .inner .form_area .form_box .box .content .annotation {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .form_box .box .content .annotation {
    margin-top: 1.7543859649vw;
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .form_box .box .content .annotation {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.contact_form_area .inner .form_area .form_box .box .content .annotation span {
  color: #ea5550;
}
.contact_form_area .inner .form_area .btn_main {
  width: 350px;
  margin: 60px auto 0;
  margin-top: 60px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .btn_main {
    width: 30.701754386vw;
    margin-top: 5.2631578947vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .btn_main {
    width: 100%;
    margin-top: 16vw;
  }
}
.contact_form_area .inner .form_area .btn_main p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #004d25;
  border: 1px solid #004d25;
  border-radius: 100px;
  background-color: #ffffff;
  transition: 0.3s;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .btn_main p {
    height: 4.3859649123vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .btn_main p {
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.contact_form_area .inner .form_area .btn_main p .wpcf7-spinner {
  display: none;
}
.contact_form_area .inner .form_area .btn_main p::before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 25px;
  height: 6px;
  background-image: url(../images/common/arrow_type02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .btn_main p::before {
    right: 2.1929824561vw;
    width: 2.1929824561vw;
    height: 0.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .btn_main p::before {
    right: 6.6666666667vw;
    width: 6.6666666667vw;
    height: 1.6vw;
  }
}
.contact_form_area .inner .form_area .btn_main p input {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .btn_main p input {
    padding: 0 2.1929824561vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .btn_main p input {
    padding: 0 6.6666666667vw;
  }
}
.contact_form_area .inner .form_area .btn_main p:hover {
  color: #ffffff;
  background-color: #004d25;
}
.contact_form_area .inner .form_area .btn_main p:hover::before {
  background-image: url(../images/common/arrow_type02_hover.svg);
}
.contact_form_area .inner .form_area .btn_main a .txt {
  margin-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.contact_form_area .inner .form_area .btn_main + .btn_main {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .btn_main + .btn_main {
    margin-top: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .btn_main + .btn_main {
    margin-top: 5.3333333333vw;
  }
}
.contact_form_area .inner .form_area .btn_main + .btn_main p::before {
  right: auto;
  left: 25px;
  background-image: url(../images/common/arrow_type02_left.svg);
}
@media screen and (max-width: 1140px) {
  .contact_form_area .inner .form_area .btn_main + .btn_main p::before {
    left: 2.1929824561vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area .inner .form_area .btn_main + .btn_main p::before {
    left: 6.6666666667vw;
  }
}
.contact_form_area .inner .form_area .btn_main + .btn_main p:hover::before {
  background-image: url(../images/common/arrow_type02_left_hover.svg);
}
.contact_form_area .inner .form_area input.wpcf7-form-control.wpcf7-previous {
  display: block !important;
}
.contact_form_area.thanks_area .inner {
  padding: 90px 20px 108px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area.thanks_area .inner {
    padding: 7.8947368421vw 1.7543859649vw 9.4736842105vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area.thanks_area .inner {
    padding: 13.3333333333vw 5.3333333333vw 28.8vw;
  }
}
.contact_form_area.thanks_area .inner .contact_step {
  margin-top: 0;
  margin-bottom: 110px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area.thanks_area .inner .contact_step {
    margin-bottom: 9.649122807vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area.thanks_area .inner .contact_step {
    margin-bottom: 13.3333333333vw;
  }
}
.contact_form_area.thanks_area .inner .txt.annotation {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 75px;
  font-size: 15px;
  line-height: 2.1333333333;
}
@media screen and (max-width: 1140px) {
  .contact_form_area.thanks_area .inner .txt.annotation {
    margin-top: 6.5789473684vw;
    font-size: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area.thanks_area .inner .txt.annotation {
    margin-top: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.contact_form_area.thanks_area .inner .btn_main {
  width: 350px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1140px) {
  .contact_form_area.thanks_area .inner .btn_main {
    width: 30.701754386vw;
    margin: 4.3859649123vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area.thanks_area .inner .btn_main {
    width: 100%;
    margin: 13.3333333333vw auto 0;
  }
}
.contact_form_area.thanks_area .inner .btn_main a .txt {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.contact_form_area.thanks_area .inner .btn_main.thanks p {
  display: none;
}
.contact_form_area.en_page .inner .form_area .form_box .box .box_label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: 200px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area.en_page .inner .form_area .form_box .box .box_label {
    width: 17.5438596491vw;
    gap: 0.8771929825vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_area.en_page .inner .form_area .form_box .box .box_label {
    width: 100%;
    gap: 1.3333333333vw;
  }
}
.contact_form_area.en_page .inner .form_area .form_box .box .box_label.required::after {
  position: static;
}
.contact_form_area.en_page .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio {
  gap: 24px;
}
@media screen and (max-width: 1140px) {
  .contact_form_area.en_page .inner .form_area .form_box .box .content.side p .wpcf7-form-control-wrap .wpcf7-radio {
    gap: 2.1052631579vw;
  }
}

.astabio_main {
  width: 760px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1140px) {
  .astabio_main {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_main {
    width: 100%;
    padding: 0 20px;
  }
}
.astabio_main img {
  width: 100%;
}
.astabio_main .txt {
  padding: 0 20px;
  margin-top: 72px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.07em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .astabio_main .txt {
    margin-top: 6.3157894737vw;
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_main .txt {
    margin-top: 19.2vw;
    font-size: 4.8vw;
  }
}

.astabio_strengths .inner {
  width: 1000px;
  margin: 90px auto 0;
}
@media screen and (max-width: 1140px) {
  .astabio_strengths .inner {
    width: 87.7192982456vw;
    margin: 7.8947368421vw auto 0;
    padding: 0 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_strengths .inner {
    width: 100%;
    margin: 24vw auto 0;
    padding: 0 20px;
  }
}
.astabio_strengths .inner .heading {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .astabio_strengths .inner .heading {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_strengths .inner .heading {
    font-size: 5.3333333333vw;
  }
}
.astabio_strengths .inner .detail {
  margin-top: 17px;
}
@media screen and (max-width: 1140px) {
  .astabio_strengths .inner .detail {
    margin-top: 1.4912280702vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_strengths .inner .detail {
    margin-top: 4.5333333333vw;
  }
}
.astabio_strengths .inner .detail img {
  width: 100%;
}

.astabio_point {
  margin-top: 103px;
}
@media screen and (max-width: 1140px) {
  .astabio_point {
    margin-top: 9.0350877193vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point {
    margin-top: 27.4666666667vw;
  }
}
.astabio_point .inner .point_box .point_box_item {
  padding: 32px 0 42px;
}
@media screen and (max-width: 1140px) {
  .astabio_point .inner .point_box .point_box_item {
    padding: 2.8070175439vw 0 3.6842105263vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point .inner .point_box .point_box_item {
    padding: 7.4666666667vw 0 10.1333333333vw;
  }
}
.astabio_point .inner .point_box .point_box_item.point_odd {
  background-color: rgba(249, 218, 217, 0.5);
}
.astabio_point .inner .point_box .point_box_item.point_even {
  background-color: rgba(238, 233, 230, 0.3);
}
.astabio_point .inner .point_box .point_box_item .box_item_inner {
  width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1140px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner {
    width: 75.4385964912vw;
    gap: 2.4561403509vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner {
    flex-direction: column;
    width: 100%;
    gap: 2.6666666667vw;
  }
}
.astabio_point .inner .point_box .point_box_item .box_item_inner .point_icon {
  width: 125px;
}
@media screen and (max-width: 1140px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_icon {
    width: 10.9649122807vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_icon {
    width: 21.3333333333vw;
  }
}
.astabio_point .inner .point_box .point_box_item .box_item_inner .point_icon img {
  width: 100%;
}
.astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail {
  width: 700px;
}
@media screen and (max-width: 1140px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail {
    width: 61.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail {
    width: 100%;
    padding: 0 20px;
  }
}
.astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1140px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading {
    gap: 2.4561403509vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading {
    flex-direction: column;
    justify-content: center;
    gap: 0vw;
  }
}
.astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading img {
  width: 100px;
}
@media screen and (max-width: 1140px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading img {
    width: 8.7719298246vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading img {
    width: 21.3333333333vw;
  }
}
.astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 1140px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading span {
    font-size: 2.8070175439vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading span {
    font-size: 6.9333333333vw;
  }
}
.astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_txt {
  margin-top: 5px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1140px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_txt {
    margin-top: 0.4385964912vw;
    font-size: 1.9298245614vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_txt {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.7;
    text-align: center;
  }
}
.astabio_point.en .inner .point_box .box_item_inner {
  width: 880px;
}
@media screen and (max-width: 1140px) {
  .astabio_point.en .inner .point_box .box_item_inner {
    width: 77.1929824561vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point.en .inner .point_box .box_item_inner {
    width: 100%;
  }
}
.astabio_point.en .inner .point_box .box_item_inner .point_detail {
  width: 720px;
}
@media screen and (max-width: 1140px) {
  .astabio_point.en .inner .point_box .box_item_inner .point_detail {
    width: 63.1578947368vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point.en .inner .point_box .box_item_inner .point_detail {
    width: 100%;
    padding: 0 20px;
  }
}
.astabio_point.en .inner .point_box .box_item_inner .point_detail .point_inner_heading {
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .astabio_point.en .inner .point_box .box_item_inner .point_detail .point_inner_heading {
    align-items: center;
  }
}
.astabio_point.en .inner .point_box .box_item_inner .point_detail .point_inner_heading span {
  font-size: 26px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1140px) {
  .astabio_point.en .inner .point_box .box_item_inner .point_detail .point_inner_heading span {
    font-size: 2.2807017544vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point.en .inner .point_box .box_item_inner .point_detail .point_inner_heading span {
    margin-top: 2.6666666667vw;
    font-size: 6.9333333333vw;
  }
}
.astabio_point.en .inner .point_box .box_item_inner .point_detail .point_txt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 1140px) {
  .astabio_point.en .inner .point_box .box_item_inner .point_detail .point_txt {
    margin-top: 0.8771929825vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_point.en .inner .point_box .box_item_inner .point_detail .point_txt {
    margin-top: 2.6666666667vw;
  }
}

.astabio_bottom_txt_area .inner {
  padding: 70px 0;
}
@media screen and (max-width: 1140px) {
  .astabio_bottom_txt_area .inner {
    padding: 8.7719298246vw 0;
  }
}
@media screen and (max-width: 768px) {
  .astabio_bottom_txt_area .inner {
    padding: 13.3333333333vw 4.2666666667vw;
  }
}
.astabio_bottom_txt_area .inner .txt {
  padding: 0 20px;
  font-size: 20px;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.07em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .astabio_bottom_txt_area .inner .txt {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .astabio_bottom_txt_area .inner .txt {
    font-size: 4.8vw;
  }
}

.privacy_heading {
  padding: 0 20px;
}
.privacy_heading .inner {
  width: 800px;
  margin: 100px auto 0;
  color: #000;
}
@media screen and (max-width: 1140px) {
  .privacy_heading .inner {
    width: 70.1754385965vw;
    margin: 8.7719298246vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .privacy_heading .inner {
    width: 100%;
    margin: 6.1403508772vw auto 0;
  }
}
.privacy_heading .inner .txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1140px) {
  .privacy_heading .inner .txt {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_heading .inner .txt {
    font-size: 3.7333333333vw;
  }
}

.privacy_contents {
  margin-bottom: 115px;
  padding: 0 20px;
}
@media screen and (max-width: 1140px) {
  .privacy_contents {
    margin-bottom: 10.0877192982vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_contents {
    margin-bottom: 7.0175438596vw;
  }
}
.privacy_contents .inner {
  width: 800px;
  margin: 110px auto 0;
  color: #000;
}
@media screen and (max-width: 1140px) {
  .privacy_contents .inner {
    width: 70.1754385965vw;
    margin: 9.649122807vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .privacy_contents .inner {
    width: 100%;
    margin: 7.0175438596vw auto 0;
  }
}
.privacy_contents .inner .box:not(:last-of-type) {
  margin-bottom: 55px;
}
@media screen and (max-width: 1140px) {
  .privacy_contents .inner .box:not(:last-of-type) {
    margin-bottom: 4.8245614035vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_contents .inner .box:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}
.privacy_contents .inner .box .box_heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.0833333333;
  letter-spacing: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1140px) {
  .privacy_contents .inner .box .box_heading {
    margin-bottom: 2.6315789474vw;
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_contents .inner .box .box_heading {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.privacy_contents .inner .box .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1140px) {
  .privacy_contents .inner .box .txt {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_contents .inner .box .txt {
    font-size: 3.7333333333vw;
  }
}
.privacy_contents .inner .box .txt:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .privacy_contents .inner .box .txt:not(:first-of-type) {
    margin-top: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_contents .inner .box .txt:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
.privacy_contents .inner .box .txt a {
  color: #004d25;
  border-bottom: 1px solid;
}

.en .box_ttl {
  font-size: 32px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1140px) {
  .en .box_ttl {
    font-size: 2.8070175439vw;
  }
}
@media screen and (max-width: 768px) {
  .en .box_ttl {
    font-size: 6.6666666667vw;
  }
}
.en .astabio_strengths .inner .heading {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.en .astabio_point .inner .point_box .point_box_item .box_item_inner .point_detail .point_inner_heading span {
  letter-spacing: 0.04em;
}/*# sourceMappingURL=base.css.map */