@charset "UTF-8";
/*
theme Name: kotobuki sangyo
Author: kotobuki sangyo
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
body {
  box-sizing: border-box;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #333;
  font-size: 1.1724137931vw;
  background: #F7F7F2;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (min-width: 1500px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}
html.is-checked {
  overflow: hidden;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 82.7586206897vw;
    box-sizing: content-box !important;
  }
}
@media (min-width: 1500px) {
  .inner {
    max-width: 1200px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 7.0093457944vw;
  }
}

p {
  margin-bottom: 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
.main {
  overflow: hidden;
  flex: 1;
}

.section-title01 {
  line-height: 1.4;
  padding-top: 3.3793103448vw;
  text-align: center;
  position: relative;
}
@media (min-width: 1500px) {
  .section-title01 {
    padding-top: 49px;
  }
}
@media (max-width: 767px) {
  .section-title01 {
    padding-top: 11.214953271vw;
  }
}
.section-title01::before {
  position: absolute;
  content: "";
  background: transparent url(../img/section_title_border.svg) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4137931034vw;
  height: 2.3448275862vw;
  top: 0;
}
@media (min-width: 1500px) {
  .section-title01::before {
    width: 6px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .section-title01::before {
    width: 1.4018691589vw;
    height: 7.9439252336vw;
  }
}
.section-title01 .jp {
  display: block;
  letter-spacing: 0.07em;
  font-size: 2.275862069vw;
  margin-bottom: 0.6896551724vw;
}
@media (min-width: 1500px) {
  .section-title01 .jp {
    font-size: 33px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-title01 .jp {
    font-size: 4.6728971963vw;
    margin-bottom: 1.1682242991vw;
  }
}
.section-title01 .en {
  display: block;
  color: #015842;
}
@media (min-width: 1500px) {
  .section-title01 .en {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-title01 .en {
    font-size: 3.738317757vw;
  }
}

.section-title02 {
  line-height: 1.4;
  position: relative;
}
@media (min-width: 768px) {
  .section-title02 {
    padding-left: 2.275862069vw;
  }
}
@media (min-width: 1500px) {
  .section-title02 {
    padding-left: 33px;
  }
}
@media (max-width: 767px) {
  .section-title02 {
    text-align: center;
    padding-top: 11.214953271vw;
  }
}
.section-title02::before {
  position: absolute;
  content: "";
  background: transparent url(../img/section_title_border.svg) no-repeat center center/contain;
  left: 0;
  width: 0.4137931034vw;
  height: 2.3448275862vw;
}
@media (min-width: 768px) {
  .section-title02::before {
    top: 0.4827586207vw;
  }
}
@media (min-width: 1500px) {
  .section-title02::before {
    width: 6px;
    height: 34px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .section-title02::before {
    width: 1.4018691589vw;
    height: 7.9439252336vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-title02 .jp {
  display: block;
  letter-spacing: 0.07em;
  font-size: 2.275862069vw;
  margin-bottom: 0.6896551724vw;
}
@media (min-width: 1500px) {
  .section-title02 .jp {
    font-size: 33px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-title02 .jp {
    font-size: 4.6728971963vw;
    margin-bottom: 1.1682242991vw;
  }
}
.section-title02 .en {
  display: block;
  color: #015842;
}
@media (min-width: 1500px) {
  .section-title02 .en {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-title02 .en {
    font-size: 3.738317757vw;
  }
}

.section-title03 {
  line-height: 1.75;
}
.section-title03 .en {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: 4.6896551724vw;
  color: #015842;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .section-title03 .en {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .section-title03 .en {
    font-size: 9.8130841121vw;
  }
}
.section-title03 .jp {
  display: block;
  letter-spacing: 0.07em;
  font-size: 1.3793103448vw;
}
@media (min-width: 1500px) {
  .section-title03 .jp {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-title03 .jp {
    font-size: 4.6728971963vw;
  }
}

.orange-btn01 {
  display: block;
  position: relative;
}
.orange-btn01:hover {
  opacity: 1;
}
.orange-btn01:hover .orange-btn01-yazirushi {
  background: #E8B322;
}
.orange-btn01::after {
  position: absolute;
  content: "";
  background: #E88822;
  width: 100%;
  height: 100%;
  right: -3px;
  top: 3px;
  z-index: 1;
}
.orange-btn01 .orange-btn01-yazirushi {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #E88822;
  width: 4.5517241379vw;
  height: 4.5517241379vw;
  -webkit-clip-path: circle(50% at 100% 50%);
          clip-path: circle(50% at 100% 50%);
}
@media (min-width: 1500px) {
  .orange-btn01 .orange-btn01-yazirushi {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .orange-btn01 .orange-btn01-yazirushi {
    width: 9.8130841121vw;
    height: 9.8130841121vw;
  }
}
.orange-btn01 .orange-btn01-yazirushi img {
  position: absolute;
  vertical-align: middle;
  width: 1.2413793103vw;
  right: 0.3448275862vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .orange-btn01 .orange-btn01-yazirushi img {
    width: 18px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .orange-btn01 .orange-btn01-yazirushi img {
    width: 2.5700934579vw;
    right: 0.7009345794vw;
  }
}
.orange-btn01 .orange-btn-inner {
  background: #fff;
  color: #E88822;
  border: 1px solid #E88822;
  position: relative;
  padding: 2.0689655172vw 2.7586206897vw;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (min-width: 1500px) {
  .orange-btn01 .orange-btn-inner {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .orange-btn01 .orange-btn-inner {
    padding: 4.6728971963vw 3.2710280374vw;
  }
}

.orange-btn02 {
  display: block;
  position: relative;
  z-index: 2;
}
.orange-btn02:hover {
  opacity: 1;
}
.orange-btn02:hover:after {
  right: 0;
  top: 0;
}
.orange-btn02::after {
  position: absolute;
  content: "";
  background: #E88822;
  width: 100%;
  height: 100%;
  right: -3px;
  top: 3px;
  z-index: 1;
}
.orange-btn02 .orange-btn-inner {
  background: #fff;
  color: #E88822;
  border: 1px solid #E88822;
  position: relative;
  padding: 2.0689655172vw 2.7586206897vw;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (min-width: 1500px) {
  .orange-btn02 .orange-btn-inner {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .orange-btn02 .orange-btn-inner {
    padding: 4.6728971963vw 3.2710280374vw;
  }
}

.green-btn {
  display: block;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .green-btn {
    margin: 0 auto;
  }
}
.green-btn:hover {
  opacity: 1;
}
.green-btn:hover:after {
  right: 0;
  top: 0;
}
.green-btn::before {
  position: absolute;
  content: "";
  background: transparent url(../img/icon-arrow-r_green.svg) no-repeat center center/contain;
  width: 0.9655172414vw;
  height: 0.9655172414vw;
  right: 1.0344827586vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (min-width: 1500px) {
  .green-btn::before {
    width: 14px;
    height: 14px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .green-btn::before {
    width: 2.5700934579vw;
    height: 2.5700934579vw;
    right: 2.3364485981vw;
  }
}
.green-btn::after {
  position: absolute;
  content: "";
  background: #015842;
  width: 100%;
  height: 100%;
  right: -3px;
  top: 3px;
  z-index: 1;
}
.green-btn .green-btn-inner {
  background: #fff;
  border: 1px solid #015842;
  position: relative;
  padding: 1.0344827586vw 4.6551724138vw;
  z-index: 2;
}
@media (min-width: 1500px) {
  .green-btn .green-btn-inner {
    padding: 15px 67.5px;
  }
}
@media (max-width: 767px) {
  .green-btn .green-btn-inner {
    padding: 2.3364485981vw 12.2663551402vw;
  }
}

.green-btn02 {
  color: #015842;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 1.4482758621vw;
  letter-spacing: 0.04em;
  font-size: 1.5172413793vw;
}
@media (min-width: 1500px) {
  .green-btn02 {
    padding-left: 21px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .green-btn02 {
    padding-left: 4.9065420561vw;
    font-size: 4.2056074766vw;
  }
}
.green-btn02::after {
  position: absolute;
  content: "";
  background: transparent url(../img/green_icon.svg) no-repeat center center/contain;
  width: 0.5517241379vw;
  height: 1.1379310345vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .green-btn02::after {
    width: 8px;
    height: 16.5px;
  }
}
@media (max-width: 767px) {
  .green-btn02::after {
    width: 1.8691588785vw;
    height: 3.8551401869vw;
  }
}

.ex-link {
  color: #E88822;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 1.6551724138vw;
}
@media (min-width: 1500px) {
  .ex-link {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .ex-link {
    padding-right: 5.6074766355vw;
  }
}
.ex-link::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex_icon.svg) no-repeat center center/contain;
  width: 0.9655172414vw;
  height: 0.9655172414vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .ex-link::after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .ex-link::after {
    width: 3.2710280374vw;
    height: 3.2710280374vw;
  }
}

.fax {
  pointer-events: none;
}

/* eyecatch
---------------------*/
.eyecatch {
  position: relative;
  margin: 8.275862069vw 30px 14px;
}
@media (min-width: 1750px) {
  .eyecatch {
    margin: 144px 50px 14px;
  }
}
@media (max-width: 767px) {
  .eyecatch {
    margin: 22.8971962617vw 7.0093457944vw 2.3364485981vw;
  }
}
.eyecatch .eyecatch-img {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.eyecatch .eyecatch-img img {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 15px;
  }
}
.eyecatch .page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  font-weight: bold;
  writing-mode: vertical-rl;
  line-height: 1.4;
  white-space: nowrap;
}
.eyecatch .page-title.works-page-title {
  transform: translate(-50%, -50%);
}
.eyecatch .page-title .en {
  letter-spacing: 0.09em;
  display: block;
  font-weight: 900;
  color: #fff;
  display: block;
}
@media (min-width: 768px) {
  .eyecatch .page-title .en {
    font-size: 1.3793103448vw;
    margin-left: 0.6206896552vw;
  }
}
@media (min-width: 1500px) {
  .eyecatch .page-title .en {
    font-size: 20px;
    margin-left: 9px;
  }
}
@media (max-width: 767px) {
  .eyecatch .page-title .en {
    margin-left: 2.1028037383vw;
    font-size: 3.2710280374vw;
  }
}
.eyecatch .page-title .jp {
  background: #015842;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  display: block;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .eyecatch .page-title .jp {
    font-size: 2.0689655172vw;
    padding: 2.0689655172vw 0.6896551724vw 1.724137931vw;
  }
}
@media (min-width: 1500px) {
  .eyecatch .page-title .jp {
    font-size: 30px;
    padding: 30px 10px 25px;
  }
}
@media (max-width: 767px) {
  .eyecatch .page-title .jp {
    font-size: 4.6728971963vw;
    padding: 3.5046728972vw 1.1682242991vw;
  }
}
.eyecatch .page-title .category {
  background: #fff;
  color: #015842;
  border: 2px solid #015842;
  display: block;
  letter-spacing: 0.3em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-right: -2px;
}
@media (min-width: 768px) {
  .eyecatch .page-title .category {
    font-size: 1.724137931vw;
    padding: 1.3793103448vw 0.6896551724vw;
  }
}
@media (min-width: 1500px) {
  .eyecatch .page-title .category {
    font-size: 25px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .eyecatch .page-title .category {
    font-size: 3.738317757vw;
    padding: 1.1682242991vw 1.1682242991vw;
  }
}

.eyecatch-bg {
  margin: 9.9310344828vw 0 14px;
}
@media (min-width: 1500px) {
  .eyecatch-bg {
    margin: 144px 0 14px;
  }
}
@media (max-width: 767px) {
  .eyecatch-bg {
    margin: 22.8971962617vw 0 2.3364485981vw;
  }
}
.eyecatch-bg .eyecatch-img img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*breadcrumb
--------------------*/
.breadcrumb {
  margin-bottom: 6.8965517241vw;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .breadcrumb {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb a,
.breadcrumb span {
  letter-spacing: 0.12em;
}
.breadcrumb .bread-top {
  text-decoration: underline;
}

/* ローディング画面
----------------------*/
.top-anim {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F7F7F2;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 2000;
  pointer-events: none;
  -webkit-animation-name: bg;
          animation-name: bg;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
@-webkit-keyframes bg {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top-anim .Trigger {
  opacity: 0;
}
.top-anim .top-anim-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top-anim .top-anim-inner .top-anim-ilust {
  max-width: 26.275862069vw;
  margin: 0 auto 2.4827586207vw;
  transform: scale(1);
  opacity: 0;
  -webkit-animation-name: ilust;
          animation-name: ilust;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 1500px) {
  .top-anim .top-anim-inner .top-anim-ilust {
    max-width: 381px;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .top-anim .top-anim-inner .top-anim-ilust {
    max-width: 46.7289719626vw;
    margin-bottom: 2.3364485981vw;
  }
}
@-webkit-keyframes ilust {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  33% {
    opacity: 1;
    transform: scale(1);
  }
  66% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes ilust {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  33% {
    opacity: 1;
    transform: scale(1);
  }
  66% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
.top-anim .top-anim-inner .top-anim-ilust .Trigger {
  opacity: 0;
}
.top-anim .top-anim-inner .top-anim-name {
  max-width: 9.724137931vw;
  margin: 0 auto;
  -webkit-animation-name: name;
          animation-name: name;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
}
@media (min-width: 1500px) {
  .top-anim .top-anim-inner .top-anim-name {
    max-width: 141px;
  }
}
@media (max-width: 767px) {
  .top-anim .top-anim-inner .top-anim-name {
    max-width: 16.3551401869vw;
  }
}
@-webkit-keyframes name {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes name {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top-anim .top-anim-inner .top-anim-name .Trigger {
  opacity: 0;
}

/* header
--------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #F7F7F2;
  padding: 0.7586206897vw 0;
}
@media (min-width: 1750px) {
  .header {
    padding: 11px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 3.0373831776vw 0;
  }
}
.header.header-factory .header-nav ul li span {
  padding: 0.6896551724vw 1.2413793103vw !important;
  font-size: 1.1034482759vw !important;
}
@media (min-width: 1750px) {
  .header.header-factory .header-nav ul li span {
    font-size: 18px !important;
    padding: 15px 26px !important;
  }
}
.header.header-factory .header-nav ul li a,
.header.header-factory .header-nav ul li span {
  font-size: 1.1034482759vw !important;
}
@media (min-width: 1750px) {
  .header.header-factory .header-nav ul li a,
.header.header-factory .header-nav ul li span {
    font-size: 18px !important;
  }
}
.header.header-factory .header-contact {
  font-size: 1.1034482759vw !important;
  padding: 0.6896551724vw 1.724137931vw !important;
}
@media (min-width: 1750px) {
  .header.header-factory .header-contact {
    font-size: 18px !important;
    padding: 15px 60px !important;
  }
}
@media (max-width: 1024px) {
  .header.header-factory .header-contact {
    display: none;
  }
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
  position: relative;
  padding: 0 3.4482758621vw;
}
@media (min-width: 1750px) {
  .header .inner {
    padding: 0 100px;
  }
}
@media (max-width: 1024px) {
  .header .inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header .inner {
    padding-left: 7.0093457944vw;
    padding-right: 0;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.header .inner .header-left {
  display: flex;
  align-items: center;
}
@media (max-width: 1910px) {
  .header .inner .header-left {
    max-width: 350px;
  }
}
.header .inner .header-left a {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header .inner .header-left a .header-logo {
    width: 4.4827586207vw;
    margin-right: 1.4482758621vw;
  }
}
@media (min-width: 1750px) {
  .header .inner .header-left a .header-logo {
    width: 80px;
    margin-right: 31px;
  }
}
@media (max-width: 767px) {
  .header .inner .header-left a .header-logo {
    width: 12.6168224299vw;
    margin-right: 4.9065420561vw;
  }
}
.header .inner .header-left a .header-info .header-description {
  color: #015842;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header .inner .header-left a .header-info .header-description {
    font-size: 10px;
  }
}
.header .inner .header-left a .header-info .header-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4666666667;
  font-size: 2.0689655172vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1750px) {
  .header .inner .header-left a .header-info .header-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .header .inner .header-left a .header-info .header-title {
    font-size: 4.6728971963vw;
    line-height: 1.45;
  }
}
@media (max-width: 767px) {
  .header .inner .header-left a .header-info .header-title .header-title-inner {
    display: block;
  }
}
.header .inner .header-left a .header-info .header-title .header-subtitle {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  background: #015842;
  padding: 3px 10px;
  margin-left: 5px;
}
@media (min-width: 1750px) {
  .header .inner .header-left a .header-info .header-title .header-subtitle {
    font-size: 14px;
  }
}
@media (min-width: 1910px) {
  .header .inner .header-left a .header-info .header-title .header-subtitle {
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-left a .header-info .header-title .header-subtitle {
    margin-left: 5px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .header .inner .header-left a .header-info .header-title .header-subtitle {
    margin-left: 0;
    margin-top: 2px;
  }
}
.header .inner .header-right {
  position: relative;
}
@media (min-width: 768px) {
  .header .inner .header-right {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-right {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-right .header-nav {
    display: none;
  }
}
.header .inner .header-right .header-nav .header-nav-list {
  display: flex;
  align-items: center;
}
.header .inner .header-right .header-nav .header-nav-list li {
  cursor: pointer;
}
.header .inner .header-right .header-nav .header-nav-list li a:hover {
  opacity: 1;
}
.header .inner .header-right .header-nav .header-nav-list li:last-child span {
  padding-right: 1.4482758621vw;
}
@media (min-width: 1750px) {
  .header .inner .header-right .header-nav .header-nav-list li:last-child span {
    padding-right: 31px;
  }
}
.header .inner .header-right .header-nav .header-nav-list li.has-child {
  position: relative;
}
.header .inner .header-right .header-nav .header-nav-list li.has-child:hover {
  background: #fff;
}
.header .inner .header-right .header-nav .header-nav-list li.has-child:hover .child {
  opacity: 1;
  visibility: visible;
}
.header .inner .header-right .header-nav .header-nav-list li .child {
  position: absolute;
  left: 0;
  min-width: 100%;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-nav .header-nav-list li .child {
    top: 100%;
  }
}
.header .inner .header-right .header-nav .header-nav-list li .child ul li {
  border-bottom: 1px solid #D1D1D1;
}
.header .inner .header-right .header-nav .header-nav-list li .child ul li a {
  white-space: nowrap;
  display: block;
  background: rgba(39, 165, 57, 0.8);
  color: #fff;
  padding: 0.6896551724vw 1.2413793103vw;
}
@media (min-width: 1750px) {
  .header .inner .header-right .header-nav .header-nav-list li .child ul li a {
    padding: 10px 26px;
  }
}
.header .inner .header-right .header-nav .header-nav-list li span {
  font-weight: 500;
  line-height: 1.45;
  padding: 0.6896551724vw 1.2413793103vw;
  display: block;
  cursor: pointer;
  font-size: 1.2413793103vw;
}
@media (min-width: 1750px) {
  .header .inner .header-right .header-nav .header-nav-list li span {
    font-size: 20px;
    padding: 15px 26px;
  }
}
.header .inner .header-right .header-nav .header-nav-list li a,
.header .inner .header-right .header-nav .header-nav-list li span {
  line-height: 1.45;
  display: block;
  cursor: pointer;
  font-size: 1.2413793103vw;
}
@media (min-width: 1750px) {
  .header .inner .header-right .header-nav .header-nav-list li a,
.header .inner .header-right .header-nav .header-nav-list li span {
    font-size: 20px;
  }
}
.header .inner .header-right .header-contact {
  background: #E88822;
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 1.45;
  font-size: 1.2413793103vw;
  padding: 0.6896551724vw 3.1034482759vw;
  border-radius: 10px;
}
@media (min-width: 1750px) {
  .header .inner .header-right .header-contact {
    font-size: 20px;
    padding: 15px 70px;
    border-radius: 13px;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-right .header-contact {
    display: none;
  }
}
.header .inner .header-right .header-contact:hover {
  background: rgba(232, 136, 34, 0.8);
  opacity: 1;
}

.drawer-bars {
  cursor: pointer;
  position: relative;
  z-index: 700;
  right: 0;
  background: #015842;
}
@media (max-width: 1024px) {
  .drawer-bars {
    top: 1px;
    width: 61px;
    height: 51px;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 767px) {
  .drawer-bars {
    top: 0.2336448598vw;
    width: 14.2523364486vw;
    height: 11.9158878505vw;
    border-radius: 2.3364485981vw 0 0 2.3364485981vw;
  }
}
.drawer-bars .drawer-bars-inner {
  width: 7.2429906542vw;
  height: 5.6074766355vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .drawer-bars .drawer-bars-inner {
    width: 31px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .drawer-bars .drawer-bars-inner {
    width: 7.2429906542vw;
    height: 5.6074766355vw;
  }
}
.drawer-bars .drawer-bars-inner .drawer-bar {
  background-color: #fff;
  height: 0.9345794393vw;
  position: absolute;
  transition: all 0.3s ease-in 0s;
}
@media (max-width: 1024px) {
  .drawer-bars .drawer-bars-inner .drawer-bar {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .drawer-bars .drawer-bars-inner .drawer-bar {
    height: 0.9345794393vw;
  }
}
.drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(1) {
  top: 0;
}
@media (max-width: 1024px) {
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(1) {
    width: 31px;
  }
}
@media (max-width: 767px) {
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(1) {
    width: 7.2429906542vw;
  }
}
@media (max-width: 1024px) {
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(2) {
    width: 31px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(2) {
    width: 7.2429906542vw;
    top: 2.3364485981vw;
  }
}
@media (max-width: 1024px) {
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(3) {
    width: 19px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(3) {
    width: 4.4392523364vw;
    top: 4.6728971963vw;
  }
}

.drawer-bars.is-checked .drawer-bars-inner {
  width: 23px;
  height: 23px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar {
  width: 32px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-nav {
  position: absolute;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  width: auto;
  height: 100vh;
  padding: 29.4392523364vw 9.3457943925vw 7.0093457944vw 12.6168224299vw;
  background: #015842;
  transition: all 0.3s ease 0s;
  display: none;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav {
    padding: 90px 40px 30px 54px;
  }
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav .drawer-menu {
  position: relative;
  z-index: 2;
  overflow-y: auto;
  margin-bottom: 4.2056074766vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu {
    margin-bottom: 18px;
  }
}
.drawer-nav .drawer-menu li {
  margin-bottom: 3.5046728972vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li {
    margin-bottom: 15px;
  }
}
.drawer-nav .drawer-menu li span {
  display: block;
  padding: 1.1682242991vw 3.2710280374vw;
  position: relative;
  color: #fff;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li span {
    padding: 5px 14px;
  }
}
.drawer-nav .drawer-menu li span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/green_icon.svg) no-repeat center center/contain;
  width: 4px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li span::before {
    width: 8px;
    height: 16px;
  }
}
.drawer-nav .drawer-menu li span,
.drawer-nav .drawer-menu li a {
  font-size: 3.738317757vw;
  line-height: 1.5;
  color: #fff;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li span,
.drawer-nav .drawer-menu li a {
    font-size: 16px;
  }
}
.drawer-nav .drawer-menu li .child {
  margin-top: 2.1028037383vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child {
    margin-top: 9px;
  }
}
.drawer-nav .drawer-menu li .child ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #D1D1D1;
}
.drawer-nav .drawer-menu li .child ul li a {
  padding: 2.3364485981vw 6.0747663551vw;
  display: block;
  background: rgba(39, 165, 57, 0.8);
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child ul li a {
    padding: 10px 26px;
  }
}
.drawer-nav .drawer-contact {
  background: #E88822;
  color: #fff;
  display: block;
  font-size: 4.6728971963vw;
  font-weight: 500;
  line-height: 1.45;
  padding: 3.5046728972vw 16.3551401869vw;
  border-radius: 13px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-contact {
    font-size: 18px;
    padding: 15px 70px;
  }
}
.drawer-nav .drawer-contact:hover {
  background: rgba(232, 136, 34, 0.8);
  opacity: 1;
}

/* util
---------------------------*/
a {
  color: #333;
  transition: all 0.3s ease-in;
}
a:hover {
  opacity: 0.9;
}

/* mv
-------------------------*/
.mv {
  position: relative;
  margin: 7.9310344828vw 3.4482758621vw 30px;
}
@media (min-width: 1750px) {
  .mv {
    margin: 135px 50px 30px;
  }
}
@media (max-width: 767px) {
  .mv {
    margin: 22.8971962617vw 7.0093457944vw 2.3364485981vw;
  }
}
@media (min-width: 768px) {
  .mv .mv-img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
  }
}
@media (min-width: 1500px) {
  .mv .mv-img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv .mv-img {
    height: 50vh;
  }
}
.mv .mv-inner {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .mv .mv-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .mv .mv-inner {
    top: 0;
    left: 3.2710280374vw;
  }
}
.mv .mv-inner .mv-title {
  writing-mode: vertical-rl;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.mv .mv-inner .mv-title .mv-title01 {
  font-family: "Zen Old Mincho", serif;
  background: #015842;
  color: #fff;
  display: block;
  line-height: 1.4;
  font-size: 2.8275862069vw;
  padding: 1.3793103448vw 0.6896551724vw 1.0344827586vw;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .mv .mv-inner .mv-title .mv-title01 {
    font-size: 41px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .mv .mv-inner .mv-title .mv-title01 {
    font-size: 5.8411214953vw;
    padding: 3.5046728972vw 2.8037383178vw 2.8037383178vw;
  }
}
.mv .mv-inner .mv-title .mv-title02 {
  background: #fff;
  color: #015842;
  border: 2px solid #015842;
  display: block;
  font-size: 1.724137931vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.0344827586vw 0.8275862069vw 0.5517241379vw;
  line-height: 1;
  margin-top: auto;
  letter-spacing: 0.25em;
  margin-right: -2px;
}
@media (min-width: 1500px) {
  .mv .mv-inner .mv-title .mv-title02 {
    font-size: 25px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .mv .mv-inner .mv-title .mv-title02 {
    font-size: 3.5046728972vw;
    padding: 2.8037383178vw 2.3364485981vw 2.3364485981vw;
  }
}

/* ilust01
-------------------------*/
.ilust01 {
  margin-bottom: 6.6896551724vw;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media (min-width: 1500px) {
  .ilust01 {
    margin-bottom: 97px;
  }
}
@media (max-width: 767px) {
  .ilust01 {
    margin-bottom: 10.046728972vw;
  }
}

/* top about
-------------------------*/
.top-about {
  margin-bottom: 11.0344827586vw;
}
@media (min-width: 1500px) {
  .top-about {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .top-about {
    margin-bottom: 32.7102803738vw;
  }
}
.top-about .top-about-title {
  margin-bottom: 4.1379310345vw;
}
@media (min-width: 1500px) {
  .top-about .top-about-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .top-about .top-about-title {
    margin-bottom: 14.0186915888vw;
  }
}
@media (min-width: 768px) {
  .top-about .top-about-wrapper {
    margin-left: calc(50% - 50vw);
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .top-about .top-about-wrapper .top-about-img {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .top-about .top-about-wrapper .top-about-img {
    margin-left: -7.0093457944vw;
    margin-bottom: 14.0186915888vw;
  }
}
@media (min-width: 768px) {
  .top-about .top-about-wrapper .top-about-inner {
    width: calc(100% - 50vw);
    padding-left: 5.5172413793vw;
  }
}
@media (min-width: 1500px) {
  .top-about .top-about-wrapper .top-about-inner {
    padding-left: 80px;
  }
}
.top-about .top-about-wrapper .top-about-inner .top-about-subtitle {
  font-size: 2.0689655172vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  margin-bottom: 2.0689655172vw;
}
@media (min-width: 1500px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-subtitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-subtitle {
    font-size: 5.6074766355vw;
    line-height: 1.5833333333;
    margin-bottom: 5.8411214953vw;
  }
}
.top-about .top-about-wrapper .top-about-inner .top-about-txt {
  font-weight: 400;
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-txt {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-txt {
    font-size: 3.738317757vw;
    margin-bottom: 14.0186915888vw;
  }
}
.top-about .top-about-wrapper .top-about-inner .top-about-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-btn {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner {
    padding: 2.0689655172vw 7.7931034483vw 2.3448275862vw 2.4137931034vw;
  }
}
@media (min-width: 1500px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner {
    padding: 30px 113px 34px 35px;
  }
}
@media (max-width: 767px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner {
    padding: 4.6728971963vw 9.8130841121vw 4.6728971963vw 3.2710280374vw;
  }
}
.top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner img {
  width: 3.3793103448vw;
  margin-right: 2.0689655172vw;
}
@media (min-width: 1500px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner img {
    width: 49px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner img {
    width: 10.9813084112vw;
    margin-right: 4.2056074766vw;
  }
}
.top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner span {
  font-size: 1.5172413793vw;
}
@media (min-width: 1500px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .top-about .top-about-wrapper .top-about-inner .top-about-btn .orange-btn-inner span {
    font-size: 4.2056074766vw;
  }
}

/* top business
-------------------------*/
.top-business {
  margin-bottom: 5.0344827586vw;
}
@media (min-width: 768px) {
  .top-business {
    text-align: center;
  }
}
@media (min-width: 1500px) {
  .top-business {
    margin-bottom: 73px;
  }
}
@media (max-width: 767px) {
  .top-business {
    margin-bottom: 4.6728971963vw;
  }
}
.top-business .top-business-title {
  margin-bottom: 3.4482758621vw;
}
@media (min-width: 1500px) {
  .top-business .top-business-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .top-business .top-business-title {
    margin-bottom: 14.0186915888vw;
  }
}
.top-business .top-business-txt {
  font-size: 2.0689655172vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6666666667;
}
@media (min-width: 1500px) {
  .top-business .top-business-txt {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .top-business .top-business-txt {
    line-height: 1.5833333333;
    font-size: 5.6074766355vw;
  }
}
@media (min-width: 768px) {
  .top-business .top-business-contents {
    display: flex;
    gap: 6.8965517241vw;
  }
}
@media (min-width: 1500px) {
  .top-business .top-business-contents {
    gap: 100px;
  }
}
.top-business .top-business-contents .top-business-content {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .top-business .top-business-contents .top-business-content {
    margin-bottom: 9.3457943925vw;
  }
}
@media (max-width: 767px) {
  .top-business .top-business-contents .top-business-content:last-child {
    margin-bottom: 0;
  }
}
.top-business .top-business-contents .top-business-content::after {
  position: absolute;
  content: "";
  background: rgba(51, 51, 51, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 15px;
}
.top-business .top-business-contents .top-business-content img {
  border-radius: 15px;
}
.top-business .top-business-contents .top-business-content span {
  color: #fff;
  font-size: 2.4137931034vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1500px) {
  .top-business .top-business-contents .top-business-content span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .top-business .top-business-contents .top-business-content span {
    font-size: 7.0093457944vw;
  }
}
.top-business .top-business-contents .top-business-content:hover {
  opacity: 1;
}
.top-business .top-business-contents .top-business-content:hover .orange-yazirushi {
  background: #E8B322;
}
.top-business .top-business-contents .top-business-content .orange-yazirushi {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #E88822;
  width: 4.9655172414vw;
  height: 4.9655172414vw;
  -webkit-clip-path: circle(50% at 100% 50%);
          clip-path: circle(50% at 100% 50%);
}
@media (min-width: 1500px) {
  .top-business .top-business-contents .top-business-content .orange-yazirushi {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .top-business .top-business-contents .top-business-content .orange-yazirushi {
    width: 16.8224299065vw;
    height: 16.8224299065vw;
  }
}
.top-business .top-business-contents .top-business-content .orange-yazirushi img {
  position: absolute;
  vertical-align: middle;
  width: 1.2413793103vw;
  right: 0.3448275862vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .top-business .top-business-contents .top-business-content .orange-yazirushi img {
    width: 18px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .top-business .top-business-contents .top-business-content .orange-yazirushi img {
    width: 4.2056074766vw;
    right: 1.1682242991vw;
  }
}

/* ilust02
-------------------------*/
.ilust02 {
  margin-bottom: 11.0344827586vw;
}
@media (min-width: 1500px) {
  .ilust02 {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .ilust02 {
    margin-bottom: 32.7102803738vw;
  }
}

/* top company
-------------------------*/
.top-company {
  margin-bottom: 11.0344827586vw;
}
@media (min-width: 1500px) {
  .top-company {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .top-company {
    margin-bottom: 31.7757009346vw;
  }
}
.top-company .top-company-title {
  margin-bottom: 3.8620689655vw;
}
@media (min-width: 1500px) {
  .top-company .top-company-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .top-company .top-company-title {
    margin-bottom: 14.0186915888vw;
  }
}
@media (min-width: 768px) {
  .top-company .top-company-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .top-company .top-company-wrapper .top-company-inner {
    width: 34.3333333333%;
  }
}
@media (max-width: 767px) {
  .top-company .top-company-wrapper .top-company-inner {
    margin-bottom: 9.3457943925vw;
  }
}
.top-company .top-company-wrapper .top-company-inner .top-company-img {
  margin-bottom: 0.9655172414vw;
}
@media (min-width: 1500px) {
  .top-company .top-company-wrapper .top-company-inner .top-company-img {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .top-company .top-company-wrapper .top-company-inner .top-company-img {
    margin-bottom: 5.3738317757vw;
  }
}
.top-company .top-company-wrapper .top-company-inner .top-company-list li {
  border-bottom: 1px solid #76958D;
}
.top-company .top-company-wrapper .top-company-inner .top-company-list li a {
  color: #015842;
  font-size: 1.5172413793vw;
  letter-spacing: 0.04em;
  padding: 1.3793103448vw 1.724137931vw 1.3793103448vw 4.1379310345vw;
  display: block;
  position: relative;
}
@media (min-width: 1500px) {
  .top-company .top-company-wrapper .top-company-inner .top-company-list li a {
    font-size: 22px;
    padding: 20px 25px 20px 60px;
  }
}
@media (max-width: 767px) {
  .top-company .top-company-wrapper .top-company-inner .top-company-list li a {
    font-size: 4.2056074766vw;
    padding: 3.738317757vw 3.738317757vw 3.738317757vw 14.0186915888vw;
  }
}
.top-company .top-company-wrapper .top-company-inner .top-company-list li a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/green_icon.svg) no-repeat center center/contain;
  width: 0.6896551724vw;
  height: 1.3793103448vw;
  left: 2.0689655172vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .top-company .top-company-wrapper .top-company-inner .top-company-list li a::before {
    width: 10px;
    height: 20px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .top-company .top-company-wrapper .top-company-inner .top-company-list li a::before {
    width: 1.8691588785vw;
    height: 3.738317757vw;
    left: 6.7757009346vw;
  }
}
.top-company .top-company-wrapper .top-company-inner .top-company-list li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/icon-arrow-r_green.svg) no-repeat center center/contain;
  width: 0.9655172414vw;
  height: 0.9655172414vw;
  right: 2.1379310345vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .top-company .top-company-wrapper .top-company-inner .top-company-list li a::after {
    width: 14px;
    height: 14px;
    right: 31px;
  }
}
@media (max-width: 767px) {
  .top-company .top-company-wrapper .top-company-inner .top-company-list li a::after {
    width: 3.2710280374vw;
    height: 3.2710280374vw;
    right: 4.6728971963vw;
  }
}
@media (min-width: 768px) {
  .top-company .top-company-wrapper .top-company-ilust {
    width: 62.8333333333%;
  }
}
@media (max-width: 767px) {
  .top-company .top-company-wrapper .top-company-ilust {
    margin-left: -7.0093457944vw;
    margin-right: -4.9065420561vw;
  }
}

/* top recruit
-------------------------*/
.top-recruit {
  margin-bottom: 11.0344827586vw;
}
@media (min-width: 1500px) {
  .top-recruit {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .top-recruit {
    margin-bottom: 32.7102803738vw;
  }
}
.top-recruit .top-recruit-wrapper {
  width: 100%;
  margin: -5.5172413793vw auto 0;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .top-recruit .top-recruit-wrapper {
    max-width: 104.5517241379vw;
  }
}
@media (min-width: 1500px) {
  .top-recruit .top-recruit-wrapper {
    margin-top: -80px;
    max-width: 1516px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-recruit .top-recruit-wrapper {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .top-recruit .top-recruit-wrapper {
    padding: 0 7.0093457944vw;
    margin-top: -2.3364485981vw;
  }
}
.top-recruit .top-recruit-wrapper .top-recruit-bg {
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 5.3793103448vw 0 6.4137931034vw;
}
@media (min-width: 1500px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg {
    padding: 78px 0 93px;
  }
}
@media (max-width: 767px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg {
    border-radius: 15px;
    padding: 9.3457943925vw 8.1775700935vw 12.8504672897vw;
  }
}
.top-recruit .top-recruit-wrapper .top-recruit-bg .inner {
  display: flex;
}
@media (min-width: 768px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner {
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner {
    width: 39.4166666667%;
  }
}
@media (min-width: 768px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-title {
    margin-bottom: 2.0689655172vw;
  }
}
@media (min-width: 1500px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-title {
    margin-bottom: 4.2056074766vw;
  }
}
@media (min-width: 768px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-title .en {
    line-height: 1.5;
  }
}
.top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-subtitle {
  font-size: 2.0689655172vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  color: #015842;
  line-height: 1.6666666667;
  margin-bottom: 2.0689655172vw;
}
@media (min-width: 1500px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-subtitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-subtitle {
    line-height: 1.5833333333;
    font-size: 5.6074766355vw;
    margin-bottom: 5.8411214953vw;
  }
}
.top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-txt {
  font-weight: 400;
  margin-bottom: 4.4827586207vw;
}
@media (min-width: 1500px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-txt {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-inner .top-recruit-txt {
    margin-bottom: 11.9158878505vw;
  }
}
@media (min-width: 768px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-img02 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-recruit .top-recruit-wrapper .top-recruit-bg .inner .top-recruit-img02 {
    margin-bottom: 9.3457943925vw;
  }
}
.top-recruit .top-recruit-title {
  margin-bottom: 2.7586206897vw;
}
@media (min-width: 1500px) {
  .top-recruit .top-recruit-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .top-recruit .top-recruit-title {
    margin-bottom: 4.2056074766vw;
  }
}

/* sheep-banner
-------------------------*/
.sheep-banner {
  margin-bottom: 9.2413793103vw;
}
@media (min-width: 1500px) {
  .sheep-banner {
    margin-bottom: 134px;
  }
}
@media (max-width: 767px) {
  .sheep-banner {
    margin-bottom: 18.691588785vw;
  }
}
.sheep-banner .inner {
  max-width: 800px;
}
.sheep-banner a {
  display: flex;
  background: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.sheep-banner a::before {
  position: absolute;
  content: "";
  width: 4.9655172414vw;
  height: 4.9655172414vw;
  background: #E88822;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -2.4827586207vw;
}
@media (min-width: 1500px) {
  .sheep-banner a::before {
    width: 72px;
    height: 72px;
    right: -36px;
  }
}
@media (max-width: 767px) {
  .sheep-banner a::before {
    width: 8.4112149533vw;
    height: 8.4112149533vw;
    right: -4.2056074766vw;
  }
}
.sheep-banner a::after {
  position: absolute;
  content: "";
  width: 1.2413793103vw;
  height: 1.2413793103vw;
  background: transparent url(../img/icon-arrow-r_wh.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3448275862vw;
}
@media (min-width: 1500px) {
  .sheep-banner a::after {
    width: 18px;
    height: 18px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .sheep-banner a::after {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
  }
}
.sheep-banner-img {
  border-radius: 15px 0 0 15px;
  width: 50%;
}
.sheep-banner-img img {
  border-radius: 15px 0 0 15px;
}
@media (max-width: 767px) {
  .sheep-banner-img img {
    height: 35.046728972vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sheep-banner-inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .sheep-banner-inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .sheep-banner-inner {
    padding: 0 4.6728971963vw 0 3.5046728972vw;
  }
}
.sheep-banner-title {
  font-size: 2.4137931034vw;
  font-weight: 500;
  line-height: 1.4;
  color: #005E2F;
  margin-bottom: 5px;
}
@media (min-width: 1500px) {
  .sheep-banner-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .sheep-banner-title {
    font-size: 5.6074766355vw;
  }
}
.sheep-banner-txt {
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sheep-banner-txt {
    font-size: 1.2413793103vw;
  }
}
@media (min-width: 1500px) {
  .sheep-banner-txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sheep-banner-txt {
    font-size: 3.738317757vw;
  }
}

/* news-list
-------------------------*/
@media (max-width: 767px) {
  .news-list.archive-news-list .news-item-info:after {
    display: none;
  }
}
.news-list .news-item {
  border-bottom: 1px solid #B4B4B4;
}
@media (max-width: 767px) {
  .news-list .news-item {
    margin-bottom: 2.3364485981vw;
  }
}
.news-list .news-item:last-child {
  margin-bottom: 0;
}
.news-list .news-item a {
  display: flex;
  padding: 1.724137931vw 0.3103448276vw;
}
@media (min-width: 768px) {
  .news-list .news-item a {
    align-items: center;
  }
}
@media (min-width: 1500px) {
  .news-list .news-item a {
    padding: 25px 4.5px;
  }
}
@media (max-width: 767px) {
  .news-list .news-item a {
    flex-direction: column;
    padding: 3.738317757vw 0;
  }
}
.news-list .news-item a .news-item-info {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .news-list .news-item a .news-item-info {
    margin-bottom: 2.3364485981vw;
  }
}
.news-list .news-item a .news-item-info:after {
  position: absolute;
  content: "";
  background: #00B71C;
  width: 3px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .news-list .news-item a .news-item-info:after {
    height: 25px;
    right: 2.4482758621vw;
  }
}
@media (min-width: 1500px) {
  .news-list .news-item a .news-item-info:after {
    height: 35px;
    right: 35.5px;
  }
}
@media (max-width: 767px) {
  .news-list .news-item a .news-item-info:after {
    height: 4.4392523364vw;
    left: 0;
  }
}
.news-list .news-item a .news-item-info .news-item-category {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
  color: #015842;
  background: #fff;
  padding: 0.5517241379vw 2.0689655172vw;
  border-radius: 5px;
  margin-right: 1.7586206897vw;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 1500px) {
  .news-list .news-item a .news-item-info .news-item-category {
    padding: 8px 30px;
    margin-right: 25.5px;
  }
}
@media (max-width: 767px) {
  .news-list .news-item a .news-item-info .news-item-category {
    padding: 1.1682242991vw 7.0093457944vw;
    margin-right: 3.5046728972vw;
    font-size: 3.2710280374vw;
  }
}
.news-list .news-item a .news-item-info .date {
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-right: 5.7931034483vw;
  position: relative;
}
@media (min-width: 1500px) {
  .news-list .news-item a .news-item-info .date {
    margin-right: 84px;
  }
}
@media (max-width: 767px) {
  .news-list .news-item a .news-item-info .date {
    font-size: 3.2710280374vw;
    padding-left: 3.5046728972vw;
  }
}
.news-list .news-item a .news-item-info .news-item-label {
  color: #fff;
  font-size: 12px;
  line-height: 1.4166666667;
  background: #06225C;
  padding: 0.5px 25px;
  white-space: nowrap;
}
.news-list .news-item a .news-item-title {
  font-size: 1.2413793103vw;
  font-weight: 400;
  color: #015842;
  line-height: 1.7777777778;
}
@media (min-width: 1500px) {
  .news-list .news-item a .news-item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news-list .news-item a .news-item-title {
    line-height: 2;
    font-size: 3.738317757vw;
  }
}

/* top news
-------------------------*/
.top-news {
  margin-bottom: 11.0344827586vw;
}
@media (min-width: 1500px) {
  .top-news {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .top-news {
    margin-bottom: 32.7102803738vw;
  }
}
@media (min-width: 768px) {
  .top-news .inner {
    max-width: 65.5172413793vw;
  }
}
@media (min-width: 1500px) {
  .top-news .inner {
    max-width: 950px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-news .inner {
    max-width: 90%;
  }
}
.top-news .top-news-title {
  margin-bottom: 3.5172413793vw;
}
@media (min-width: 1500px) {
  .top-news .top-news-title {
    margin-bottom: 51px;
  }
}
@media (max-width: 767px) {
  .top-news .top-news-title {
    margin-bottom: 14.0186915888vw;
  }
}
.top-news .top-news-list {
  margin-bottom: 5.3103448276vw;
}
@media (min-width: 1500px) {
  .top-news .top-news-list {
    margin-bottom: 77px;
  }
}
@media (max-width: 767px) {
  .top-news .top-news-list {
    margin-bottom: 14.8364485981vw;
  }
}
.top-news .top-news-btn {
  margin: 0 auto;
}
.top-news .top-news-btn .green-btn-inner {
  padding: 1.0344827586vw 5.275862069vw;
}
@media (min-width: 1500px) {
  .top-news .top-news-btn .green-btn-inner {
    padding: 15px 76.5px;
  }
}
@media (max-width: 767px) {
  .top-news .top-news-btn .green-btn-inner {
    padding: 2.5700934579vw 14.1355140187vw;
  }
}

/* policy
-------------------------*/
.policy {
  margin-bottom: 11.0344827586vw;
  text-align: center;
}
@media (min-width: 1500px) {
  .policy {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .policy {
    margin-bottom: 32.7102803738vw;
  }
}
.policy .policy-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .policy .policy-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .policy .policy-title {
    margin-bottom: 14.0186915888vw;
  }
}
.policy .policy-txt {
  font-size: 2.0689655172vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6666666667;
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .policy .policy-txt {
    font-size: 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .policy .policy-txt {
    line-height: 1.5833333333;
    font-size: 4.2056074766vw;
    margin-bottom: 14.0186915888vw;
  }
}
.policy .policy-wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 4.1379310345vw 5.0344827586vw;
}
@media (min-width: 1500px) {
  .policy .policy-wrapper {
    padding: 60px 73px;
  }
}
@media (max-width: 767px) {
  .policy .policy-wrapper {
    padding: 7.0093457944vw;
  }
}
.policy .policy-wrapper .policy-list {
  margin-bottom: 4.1379310345vw;
}
@media (min-width: 1500px) {
  .policy .policy-wrapper .policy-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .policy .policy-wrapper .policy-list {
    margin-bottom: 7.0093457944vw;
  }
}
.policy .policy-wrapper .policy-list li {
  border-bottom: 1px solid #BBC1BF;
  margin-bottom: 1.4482758621vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.724137931vw;
  padding-bottom: 0.6896551724vw;
}
@media (min-width: 1500px) {
  .policy .policy-wrapper .policy-list li {
    margin-bottom: 21px;
    font-size: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .policy .policy-wrapper .policy-list li {
    margin-bottom: 3.5046728972vw;
    font-size: 3.738317757vw;
    padding-bottom: 1.1682242991vw;
  }
}
.policy .policy-wrapper .policy-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.policy .policy-wrapper .policy-list li span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background: #00B71C;
  display: block;
  border-radius: 50%;
  width: 2.5517241379vw;
  height: 2.5517241379vw;
  line-height: 2.5517241379vw;
  font-size: 1.3103448276vw;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .policy .policy-wrapper .policy-list li span {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .policy .policy-wrapper .policy-list li span {
    width: 5.8411214953vw;
    height: 5.8411214953vw;
    line-height: 5.8411214953vw;
    font-size: 3.2710280374vw;
  }
}
@media (min-width: 768px) {
  .policy .policy-wrapper .policy-img {
    display: flex;
    justify-content: space-between;
    gap: 1.5172413793vw;
  }
}
@media (min-width: 1500px) {
  .policy .policy-wrapper .policy-img {
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .policy .policy-wrapper .policy-img li {
    margin-bottom: 3.5046728972vw;
  }
}
.policy .policy-wrapper .policy-img li:last-child {
  margin-bottom: 0;
}

/* action
-------------------------*/
.action {
  background: #E8F0DE;
  padding-top: 11.0344827586vw;
  margin-bottom: 4.1379310345vw;
}
@media (min-width: 1500px) {
  .action {
    padding-top: 160px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .action {
    margin-bottom: 11.6822429907vw;
  }
}
.action .action-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .action .action-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .action .action-title {
    margin-bottom: 14.0186915888vw;
  }
}
.action .action-subtitle {
  text-align: center;
  font-size: 2.0689655172vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6666666667;
  margin-bottom: 3.4482758621vw;
}
@media (min-width: 1500px) {
  .action .action-subtitle {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .action .action-subtitle {
    line-height: 1.5833333333;
    font-size: 4.2056074766vw;
    margin-bottom: 14.0186915888vw;
  }
}
@media (min-width: 768px) {
  .action .action-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5172413793vw;
  }
}
@media (min-width: 1500px) {
  .action .action-list {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .action .action-list .action-item {
    width: calc(33.3333% - 1.4901960784vw);
    margin-right: 2.6206896552vw;
  }
}
@media (min-width: 1500px) {
  .action .action-list .action-item {
    width: calc(33.3333% - 25.3333333333px);
    margin-right: 38px;
  }
}
@media (max-width: 767px) {
  .action .action-list .action-item {
    margin-bottom: 10.5140186916vw;
  }
}
.action .action-list .action-item:nth-child(3n) {
  margin-right: 0;
}
.action .action-list .action-item .action-item-img {
  margin-bottom: 1.3793103448vw;
  display: block;
  position: relative;
}
@media (min-width: 1500px) {
  .action .action-list .action-item .action-item-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .action .action-list .action-item .action-item-img {
    margin-bottom: 3.5046728972vw;
  }
}
.action .action-list .action-item .action-item-img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.action .action-list .action-item .action-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.action .action-list .action-item .action-item-title {
  font-size: 1.724137931vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  margin-bottom: 1.3793103448vw;
  color: #015842;
}
@media (min-width: 1500px) {
  .action .action-list .action-item .action-item-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .action .action-list .action-item .action-item-title {
    line-height: 1.5833333333;
    font-size: 5.6074766355vw;
    margin-bottom: 1.1682242991vw;
  }
}
.action .action-list .action-item .action-item-title {
  font-weight: 400;
}
@media (min-width: 768px) {
  .action .action-ilust {
    max-width: 79.2413793103vw;
  }
}
@media (min-width: 1500px) {
  .action .action-ilust {
    max-width: 1149px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .action .action-ilust {
    max-width: 90%;
  }
}

/* archive-desc
-------------------*/
.archive-desc {
  text-align: center;
  font-size: 1.724137931vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  color: #015842;
  line-height: 1.92;
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .archive-desc {
    font-size: 25px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .archive-desc {
    line-height: 1.5833333333;
    font-size: 4.2056074766vw;
    margin-bottom: 14.0186915888vw;
  }
}

/* archive
-------------------------*/
.archive {
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .archive {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .archive {
    margin-bottom: 32.7102803738vw;
  }
}
.archive .archive-title {
  margin-bottom: 4.275862069vw;
}
@media (min-width: 1500px) {
  .archive .archive-title {
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .archive .archive-title {
    margin-bottom: 9.3457943925vw;
  }
}
@media (min-width: 768px) {
  .archive .archive-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.archive .archive-list .archive-item {
  margin-bottom: 4.1379310345vw;
  background: #fff;
}
@media (min-width: 768px) {
  .archive .archive-list .archive-item {
    width: calc(33.333% - 1.7011494253vw);
    margin-right: 2.5517241379vw;
  }
}
@media (min-width: 1500px) {
  .archive .archive-list .archive-item {
    margin-bottom: 60px;
    width: calc(33.333% - 24.6666666667px);
    margin-right: 37px;
  }
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item {
    margin-bottom: 10.5140186916vw;
  }
}
.archive .archive-list .archive-item:nth-child(3n) {
  margin-right: 0;
}
.archive .archive-list .archive-item a {
  display: block;
}
.archive .archive-list .archive-item .archive-item-img {
  display: block;
  position: relative;
}
.archive .archive-list .archive-item .archive-item-img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item .archive-item-img::before {
    padding-top: 65%;
  }
}
.archive .archive-list .archive-item .archive-item-img::after {
  position: absolute;
  content: "";
  background: transparent url(../img/more-corner.svg) no-repeat center center/contain;
  right: 0;
  bottom: 0;
  width: 3.1034482759vw;
  height: 3.1034482759vw;
  z-index: 2;
}
@media (min-width: 1500px) {
  .archive .archive-list .archive-item .archive-item-img::after {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item .archive-item-img::after {
    width: 10.5140186916vw;
    height: 10.5140186916vw;
  }
}
.archive .archive-list .archive-item .archive-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.archive .archive-list .archive-item .archive-item-inner {
  padding: 1.3793103448vw;
}
@media (min-width: 1500px) {
  .archive .archive-list .archive-item .archive-item-inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item .archive-item-inner {
    padding: 3.5046728972vw;
  }
}
.archive .archive-list .archive-item .archive-item-inner .archive-item-title a {
  font-size: 1.724137931vw;
  color: #015842;
  line-height: 1.75;
  margin-bottom: 1.0344827586vw;
}
@media (min-width: 1500px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-item-title a {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-item-title a {
    font-size: 4.6728971963vw;
    margin-bottom: 2.3364485981vw;
  }
}
.archive .archive-list .archive-item .archive-item-inner .archive-category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3448275862vw 1.0344827586vw;
}
@media (min-width: 1500px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-category {
    margin: 0 -5px 15px;
  }
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-category {
    margin: 0 -1.1682242991vw 2.3364485981vw;
  }
}
.archive .archive-list .archive-item .archive-item-inner .archive-category li {
  margin: 0.3448275862vw;
  background: #E88822;
  color: #fff;
  border-radius: 17px;
  padding: 0 1.0344827586vw;
  line-height: 1.75;
}
@media (min-width: 1500px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-category li {
    margin: 5px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-category li {
    margin: 1.1682242991vw;
    padding: 0 2.3364485981vw;
  }
}
.archive .archive-list .archive-item .archive-item-inner .archive-item-function {
  font-weight: 400;
}
.archive .archive-list .archive-item .archive-item-inner .archive-item-function .accordion-head {
  cursor: pointer;
  color: #015842;
  padding: 0.8965517241vw 1.0344827586vw 0.8965517241vw 0;
  position: relative;
}
@media (min-width: 1500px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-item-function .accordion-head {
    padding: 13px 15px 13px 0;
  }
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-item-function .accordion-head {
    padding: 2.3364485981vw 3.5046728972vw 2.3364485981vw 0;
  }
}
.archive .archive-list .archive-item .archive-item-inner .archive-item-function .accordion-head .accordion-icon {
  position: absolute;
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8965517241vw;
  height: 0.8965517241vw;
}
@media (min-width: 1500px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-item-function .accordion-head .accordion-icon {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  .archive .archive-list .archive-item .archive-item-inner .archive-item-function .accordion-head .accordion-icon {
    width: 3.0373831776vw;
    height: 3.0373831776vw;
  }
}
.archive .archive-list .archive-item .archive-item-inner .archive-item-function .accordion-head .accordion-icon.is-open {
  background-image: url(../img/minus.svg);
}
.archive .archive-list .archive-item .archive-item-inner .archive-item-function .accordion-body {
  display: none;
}

/* product
-------------------------*/
.product {
  margin-bottom: 16.1379310345vw;
}
@media (min-width: 1500px) {
  .product {
    margin-bottom: 234px;
  }
}
@media (max-width: 767px) {
  .product {
    margin-bottom: 18.691588785vw;
  }
}
.product .product-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .product .product-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .product .product-title {
    margin-bottom: 9.3457943925vw;
  }
}
.product .product-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .product .product-wrapper .product-img {
    width: 52.1666666667%;
  }
}
@media (max-width: 767px) {
  .product .product-wrapper .product-img {
    margin-bottom: 7.0093457944vw;
  }
}
.product .product-wrapper .product-img img {
  border-radius: 15px;
  height: auto;
}
.product .product-wrapper .product-inner {
  background: #fff;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .product .product-wrapper .product-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 52.1666666667%;
    padding: 3.1724137931vw 3.724137931vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1500px) {
  .product .product-wrapper .product-inner {
    padding: 46px 54px;
  }
}
@media (max-width: 767px) {
  .product .product-wrapper .product-inner {
    padding: 3.5046728972vw;
  }
}
.product .product-wrapper .product-inner .product-subtitle {
  font-size: 2.0689655172vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  color: #015842;
  line-height: 1.6;
  margin-bottom: 1.3793103448vw;
}
@media (min-width: 1500px) {
  .product .product-wrapper .product-inner .product-subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product .product-wrapper .product-inner .product-subtitle {
    line-height: 1.5833333333;
    font-size: 4.6728971963vw;
    margin-bottom: 4.6728971963vw;
  }
}
.product .product-wrapper .product-inner .product-txt {
  font-weight: 400;
  margin-bottom: 9px;
}

/* about
-------------------------*/
.about {
  margin-bottom: 16.1379310345vw;
}
@media (min-width: 1500px) {
  .about {
    margin-bottom: 234px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 23.3644859813vw;
  }
}
.about .about-inner {
  background: #E8F0DE;
  padding: 6.8965517241vw 0 6.6896551724vw;
  position: relative;
}
@media (min-width: 1500px) {
  .about .about-inner {
    padding: 100px 0 97px;
  }
}
@media (max-width: 767px) {
  .about .about-inner {
    padding: 7.0093457944vw 0;
  }
}
.about .about-title-wrapper {
  width: 100%;
}
.about .about-title {
  display: block;
  padding: 2.4137931034vw 9.3103448276vw 0.8965517241vw;
  border-radius: 30px 30px 0 0;
  background: #E8F0DE;
  font-size: 2.0689655172vw;
  color: #015842;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6666666667;
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1500px) {
  .about .about-title {
    font-size: 30px;
    padding: 35px 135px 14px;
  }
}
@media (max-width: 767px) {
  .about .about-title {
    font-size: 4.6728971963vw;
    padding: 3.5046728972vw;
    border-radius: 15px 15px 0 0;
  }
}
.about .about-title span {
  width: 100%;
}
.about .about-txt {
  font-size: 1.724137931vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.92;
  margin-bottom: 4.1379310345vw;
}
@media (min-width: 1500px) {
  .about .about-txt {
    font-size: 25px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about .about-txt {
    font-size: 4.2056074766vw;
    margin-bottom: 10.5140186916vw;
  }
}
.about .feature {
  border-radius: 15px;
  background: #fff;
  padding: 4.1379310345vw 4.8275862069vw;
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .about .feature {
    margin-bottom: 100px;
    padding: 60px 70px;
  }
}
@media (max-width: 767px) {
  .about .feature {
    margin-bottom: 14.0186915888vw;
    padding: 7.0093457944vw;
  }
}
.about .feature .feature-title {
  font-size: 2.0689655172vw;
  font-family: "Zen Old Mincho", serif;
  color: #015842;
  margin-bottom: 2.0689655172vw;
}
@media (min-width: 1500px) {
  .about .feature .feature-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about .feature .feature-title {
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
  }
}
.about .feature-inner {
  margin-bottom: 2.0689655172vw;
}
@media (min-width: 768px) {
  .about .feature-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .about .feature-inner {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about .feature-inner {
    margin-bottom: 10.5140186916vw;
  }
}
@media (min-width: 768px) {
  .about .feature-inner .feature-col {
    width: calc(50% - 2.3529411765vw);
    margin-bottom: 2.0689655172vw;
  }
}
@media (min-width: 1500px) {
  .about .feature-inner .feature-col {
    width: calc(50% - 40px);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about .feature-inner .feature-col {
    margin-bottom: 10.5140186916vw;
  }
}
.about .feature-inner .feature-col .feature-subtitle01 {
  font-size: 2.0689655172vw;
  font-family: "Zen Old Mincho", serif;
  color: #015842;
  margin-bottom: 1.3793103448vw;
  padding-bottom: 0.6896551724vw;
  border-bottom: 4px solid #015842;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1500px) {
  .about .feature-inner .feature-col .feature-subtitle01 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-width: 4px;
  }
}
@media (max-width: 767px) {
  .about .feature-inner .feature-col .feature-subtitle01 {
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
    padding-bottom: 0;
    border-width: 2px;
  }
}
.about .feature-inner .feature-col .feature-subtitle02 {
  font-size: 2.0689655172vw;
  font-family: "Zen Old Mincho", serif;
  color: #015842;
  margin-bottom: 1.3793103448vw;
}
@media (min-width: 1500px) {
  .about .feature-inner .feature-col .feature-subtitle02 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about .feature-inner .feature-col .feature-subtitle02 {
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
  }
}
.about .feature-inner .feature-col .feature-txt {
  font-weight: 400;
  margin-bottom: 0;
}
.about .about-point {
  background: #015842;
  color: #fff;
  font-size: 2.0689655172vw;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  padding: 1.2413793103vw 1.3793103448vw;
}
@media (min-width: 768px) {
  .about .about-point {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1500px) {
  .about .about-point {
    font-size: 30px;
    padding: 18px 20px;
  }
}
@media (max-width: 767px) {
  .about .about-point {
    font-size: 4.6728971963vw;
    padding: 3.5046728972vw;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .about .about-point img {
    width: 6vw;
    margin-right: 2.0689655172vw;
  }
}
@media (min-width: 1500px) {
  .about .about-point img {
    width: 87px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .about .about-point img {
    width: 11.6822429907vw;
    margin: 0 auto 3.5046728972vw;
  }
}
@media (max-width: 767px) {
  .about .about-point span {
    display: block;
    text-align: left;
  }
}
.about .solution {
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 7.9310344828vw;
}
@media (min-width: 1500px) {
  .about .solution {
    margin-bottom: 115px;
  }
}
@media (max-width: 767px) {
  .about .solution {
    margin-bottom: 14.0186915888vw;
  }
}
.about .solution .solution-title {
  background: #00B71C;
  color: #fff;
  font-size: 1.724137931vw;
  line-height: 1.28;
  padding: 0.6896551724vw;
  border-radius: 15px 15px 0 0;
  position: relative;
}
@media (min-width: 1500px) {
  .about .solution .solution-title {
    font-size: 25px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .about .solution .solution-title {
    font-size: 4.2056074766vw;
    padding: 2.3364485981vw;
  }
}
.about .solution .solution-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3103448276vw 0.8965517241vw 0 0.8965517241vw;
  border-color: #00B71C transparent transparent transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1500px) {
  .about .solution .solution-title::after {
    border-width: 19px 13px 0 13px;
  }
}
@media (max-width: 767px) {
  .about .solution .solution-title::after {
    border-width: 4.4392523364vw 3.0373831776vw 0 3.0373831776vw;
  }
}
.about .solution .solution-inner {
  padding: 3.3793103448vw 5.0344827586vw 4.1379310345vw;
}
@media (min-width: 1500px) {
  .about .solution .solution-inner {
    padding: 49px 73px 60px;
  }
}
@media (max-width: 767px) {
  .about .solution .solution-inner {
    padding: 10.5140186916vw 7.0093457944vw 7.0093457944vw;
  }
}
.about .solution .solution-inner .solution-list li {
  border-bottom: 1px solid #BBC1BF;
  margin-bottom: 1.4482758621vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.724137931vw;
  padding-bottom: 0.6896551724vw;
}
@media (min-width: 1500px) {
  .about .solution .solution-inner .solution-list li {
    margin-bottom: 21px;
    font-size: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about .solution .solution-inner .solution-list li {
    margin-bottom: 3.5046728972vw;
    font-size: 3.738317757vw;
    padding-bottom: 1.1682242991vw;
  }
}
.about .solution .solution-inner .solution-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.about .solution .solution-inner .solution-list li .number {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background: #00B71C;
  display: block;
  border-radius: 50%;
  width: 2.5517241379vw;
  height: 2.5517241379vw;
  line-height: 2.5517241379vw;
  font-size: 1.3103448276vw;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .about .solution .solution-inner .solution-list li .number {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .about .solution .solution-inner .solution-list li .number {
    width: 5.8411214953vw;
    height: 5.8411214953vw;
    line-height: 5.8411214953vw;
    font-size: 3.2710280374vw;
  }
}
.about .type {
  padding: 0 5.0344827586vw;
}
@media (min-width: 1500px) {
  .about .type {
    padding: 0 73px;
  }
}
@media (max-width: 767px) {
  .about .type {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .about .type .type-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.about .type .type-list .type-item {
  background: #fff;
}
@media (min-width: 768px) {
  .about .type .type-list .type-item {
    width: calc(50% - 2.29412vw);
    margin-bottom: 3.1034482759vw;
  }
}
@media (min-width: 1500px) {
  .about .type .type-list .type-item {
    width: calc(50% - 39px);
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .about .type .type-list .type-item {
    margin-bottom: 7.0093457944vw;
  }
}
.about .type .type-list .type-item .type-item-img {
  display: block;
  position: relative;
}
.about .type .type-list .type-item .type-item-img::before {
  content: "";
  display: block;
  padding-top: 78.0737704918%;
}
@media (max-width: 767px) {
  .about .type .type-list .type-item .type-item-img::before {
    padding-top: 65%;
  }
}
.about .type .type-list .type-item .type-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.about .type .type-list .type-item .type-item-inner {
  padding: 0.6896551724vw 1.3793103448vw;
}
@media (min-width: 1500px) {
  .about .type .type-list .type-item .type-item-inner {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .about .type .type-list .type-item .type-item-inner {
    padding: 2.3364485981vw 3.5046728972vw;
  }
}
.about .type .type-list .type-item .type-item-inner .type-item-title {
  color: #015842;
  font-size: 1.5172413793vw;
  letter-spacing: 0.04em;
}
@media (min-width: 1500px) {
  .about .type .type-list .type-item .type-item-inner .type-item-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about .type .type-list .type-item .type-item-inner .type-item-title {
    font-size: 3.738317757vw;
  }
}

/* message
-------------------*/
.message {
  text-align: center;
}
@media (min-width: 768px) {
  .message .inner {
    max-width: 75.5862068966vw;
  }
}
@media (min-width: 1500px) {
  .message .inner {
    max-width: 1096px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .message .inner {
    max-width: 90%;
  }
}
.message .message-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .message .message-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .message .message-title {
    margin-bottom: 9.3457943925vw;
  }
}
.message .message-ilust {
  margin-bottom: 0.6896551724vw;
}
@media (min-width: 1500px) {
  .message .message-ilust {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .message .message-ilust {
    margin: 0 -7.0093457944vw 3.5046728972vw;
  }
}
.message .message-subtitle {
  font-size: 2.7586206897vw;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 2.6206896552vw;
  font-family: "Zen Old Mincho", serif;
  color: #015842;
}
@media (min-width: 1500px) {
  .message .message-subtitle {
    font-size: 40px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .message .message-subtitle {
    font-size: 5.6074766355vw;
    margin-bottom: 3.5046728972vw;
  }
}
.message .message-txt {
  font-size: 1.3793103448vw;
  font-weight: 400;
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .message .message-txt {
    font-size: 20px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .message .message-txt {
    font-size: 3.738317757vw;
    margin-bottom: 14.0186915888vw;
  }
}

/* point
-------------------------*/
.point {
  background: #E8F0DE;
  padding-top: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .point {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .point {
    padding-top: 14.0186915888vw;
  }
}
.point .point-title {
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .point .point-title {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .point .point-title {
    margin-bottom: 14.0186915888vw;
  }
}
@media (min-width: 768px) {
  .point .point-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .point .point-list .point-item {
    width: calc(33.3333% - 1.4901960784vw);
    margin-right: 2.6206896552vw;
    margin-bottom: 2.0689655172vw;
  }
}
@media (min-width: 1500px) {
  .point .point-list .point-item {
    width: calc(33.3333% - 25.3333333333px);
    margin-right: 38px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .point .point-list .point-item {
    margin-bottom: 10.5140186916vw;
  }
}
.point .point-list .point-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .point .point-list .point-item:last-child {
    margin-bottom: 0;
  }
}
.point .point-list .point-item .point-item-img {
  margin-bottom: 2.0689655172vw;
  display: block;
  position: relative;
}
@media (min-width: 1500px) {
  .point .point-list .point-item .point-item-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .point .point-list .point-item .point-item-img {
    margin-bottom: 3.5046728972vw;
  }
}
.point .point-list .point-item .point-item-img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
@media (max-width: 767px) {
  .point .point-list .point-item .point-item-img::before {
    padding-top: 65%;
  }
}
.point .point-list .point-item .point-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 767px) {
  .point .point-list .point-item .point-item-img img {
    border-radius: 15px;
  }
}
.point .point-list .point-item .point-item-number {
  font-size: 2.0689655172vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  margin-bottom: 1.6551724138vw;
  color: #015842;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.3448275862vw;
  border-bottom: 0.275862069vw solid #015842;
}
@media (min-width: 1500px) {
  .point .point-list .point-item .point-item-number {
    font-size: 30px;
    padding-bottom: 5px;
    margin-bottom: 24px;
    border-width: 4px;
  }
}
@media (max-width: 767px) {
  .point .point-list .point-item .point-item-number {
    line-height: 1.5833333333;
    font-size: 4.6728971963vw;
    margin-bottom: 2.3364485981vw;
    border-width: 2px;
  }
}
.point .point-list .point-item .point-item-title {
  font-size: 2.0689655172vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  margin-bottom: 2.0689655172vw;
  color: #015842;
}
@media (min-width: 1500px) {
  .point .point-list .point-item .point-item-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .point .point-list .point-item .point-item-title {
    line-height: 1.5833333333;
    font-size: 4.6728971963vw;
    margin-bottom: 3.5046728972vw;
  }
}
.point .point-list .point-item .point-item-txt {
  font-weight: 400;
  margin-bottom: 0;
}

/* data
-------------------------*/
.data {
  background: #E8F0DE;
  padding-top: 8.9655172414vw;
}
@media (min-width: 1500px) {
  .data {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .data {
    padding-top: 23.3644859813vw;
  }
}
.data .data-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .data .data-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .data .data-title {
    margin-bottom: 9.3457943925vw;
  }
}
@media (min-width: 768px) {
  .data .data-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.7586206897vw;
  }
}
@media (min-width: 1500px) {
  .data .data-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .data .data-list {
    margin-bottom: 9.3457943925vw;
  }
}
.data .data-list .data-item {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 15px 15px 15px;
}
@media (min-width: 768px) {
  .data .data-list .data-item {
    width: calc(33.3333% - 1.4901960784vw);
    margin-right: 0.6896551724vw;
    margin-bottom: 4.1379310345vw;
    padding: 1.3793103448vw;
  }
}
@media (min-width: 1500px) {
  .data .data-list .data-item {
    width: calc(33.3333% - 6.6666666667px);
    margin-right: 10px;
    margin-bottom: 60px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .data .data-list .data-item {
    margin-bottom: 3.5046728972vw;
    padding: 3.5046728972vw;
  }
}
.data .data-list .data-item:nth-child(3n) {
  margin-right: 0;
}
.data .data-list .data-item::before {
  position: absolute;
  content: "";
  border-right: 3.0344827586vw solid transparent;
  border-top: 3.0344827586vw solid #015842;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}
@media (min-width: 1500px) {
  .data .data-list .data-item::before {
    border-width: 44px;
  }
}
@media (max-width: 767px) {
  .data .data-list .data-item::before {
    border-width: 10.2803738318vw;
  }
}

/* description
-------------------------*/
.description {
  padding-top: 11.0344827586vw;
  padding-bottom: 39.5862068966vw;
  margin-bottom: 11.0344827586vw;
  position: relative;
}
@media (min-width: 1500px) {
  .description {
    padding-top: 160px;
    padding-bottom: 574px;
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .description {
    padding-top: 23.3644859813vw;
    padding-bottom: 46.7289719626vw;
    margin-bottom: 14.0186915888vw;
  }
}
.description:after {
  position: absolute;
  content: "";
  background: transparent url(../img/description.png) no-repeat bottom center/cover;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55vw;
}
.description .description-title {
  margin-bottom: 6.6896551724vw;
}
@media (min-width: 1500px) {
  .description .description-title {
    margin-bottom: 97px;
  }
}
@media (max-width: 767px) {
  .description .description-title {
    margin-bottom: 9.3457943925vw;
  }
}
.description .description-wrapper {
  border-radius: 30px;
  padding: 4.1379310345vw 5.1034482759vw 5.5862068966vw 7.9310344828vw;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .description .description-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .description .description-wrapper {
    padding: 60px 74px 81px 115px;
  }
}
@media (max-width: 767px) {
  .description .description-wrapper {
    border-radius: 15px;
    padding: 7.0093457944vw;
  }
}
@media (min-width: 768px) {
  .description .description-wrapper .description-col {
    width: calc(50% - 5vw);
  }
}
@media (min-width: 1500px) {
  .description .description-wrapper .description-col {
    width: calc(50% - 85px);
  }
}
.description .description-wrapper .description-col .description-content {
  font-size: 1.3793103448vw;
  margin-bottom: 4.1379310345vw;
}
@media (min-width: 1500px) {
  .description .description-wrapper .description-col .description-content {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .description .description-wrapper .description-col .description-content {
    font-size: 3.738317757vw;
    margin-bottom: 7.0093457944vw;
  }
}
.description .description-wrapper .description-col .description-content:last-child {
  margin-bottom: 0;
}
.description .description-wrapper .description-col .description-content .description-subtitle {
  font-weight: 700;
  color: #015842;
  letter-spacing: 0.04em;
}
.description .description-wrapper .description-col .description-content .description-txt {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1em;
}
.description .description-wrapper .description-col .description-content .description-txt.descriotion-orange {
  color: #E88822;
  font-weight: bold;
}
.description .description-wrapper .description-col .description-content .description-txt:last-child {
  margin-bottom: 0;
}

/* page-nav
---------------------------*/
.page-nav {
  text-align: center;
}
@media (max-width: 767px) {
  .page-nav {
    margin-top: 23.3644859813vw;
  }
}
.page-nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  font-weight: 500;
  border: none;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
    font-size: 1.5862068966vw;
    margin: 0 1.3103448276vw;
  }
}
@media (min-width: 1500px) {
  .page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
    font-size: 23px;
    margin: 0 19px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
    margin: 0 3.5046728972vw;
  }
}
.page-nav .wp-pagenavi .page {
  position: relative;
}
.page-nav .wp-pagenavi .page::after {
  position: absolute;
  content: "";
  background: #333;
  height: 1px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.page-nav .wp-pagenavi .current::after {
  display: none;
}
.page-nav .wp-pagenavi .nextpostslink,
.page-nav .wp-pagenavi .prevpostslink,
.page-nav .wp-pagenavi .previouspostslink,
.page-nav .wp-pagenavi .last {
  padding: 0;
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi .nextpostslink,
.page-nav .wp-pagenavi .prevpostslink,
.page-nav .wp-pagenavi .previouspostslink,
.page-nav .wp-pagenavi .last {
    width: 2.7586206897vw;
    height: 2.7586206897vw;
  }
}
@media (min-width: 1500px) {
  .page-nav .wp-pagenavi .nextpostslink,
.page-nav .wp-pagenavi .prevpostslink,
.page-nav .wp-pagenavi .previouspostslink,
.page-nav .wp-pagenavi .last {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .nextpostslink,
.page-nav .wp-pagenavi .prevpostslink,
.page-nav .wp-pagenavi .previouspostslink,
.page-nav .wp-pagenavi .last {
    width: 9.3457943925vw;
    height: 9.3457943925vw;
  }
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi .previouspostslink {
    margin-right: 2.4137931034vw;
  }
}
@media (min-width: 1500px) {
  .page-nav .wp-pagenavi .previouspostslink {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .previouspostslink {
    margin-right: 8.1775700935vw;
  }
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi .nextpostslink {
    margin-left: 2.4137931034vw;
  }
}
@media (min-width: 1500px) {
  .page-nav .wp-pagenavi .nextpostslink {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .nextpostslink {
    margin-left: 8.1775700935vw;
  }
}

/* company-nav
-------------------------*/
.company-nav {
  margin-top: -3.4482758621vw;
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .company-nav {
    margin-top: -50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .company-nav {
    margin-top: 0;
    margin-bottom: 14.0186915888vw;
  }
}
@media (min-width: 768px) {
  .company-nav .inner {
    max-width: 70.3448275862vw;
  }
}
@media (min-width: 1500px) {
  .company-nav .inner {
    max-width: 1020px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .company-nav .inner {
    max-width: 90%;
  }
}
.company-nav .company-nav-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .company-nav .company-nav-list li {
    width: calc(25% - 5.5344827586vw);
    margin-right: 7.3793103448vw;
  }
}
@media (min-width: 1500px) {
  .company-nav .company-nav-list li {
    width: calc(25% - 80.25px);
    margin-right: 107px;
  }
}
@media (max-width: 767px) {
  .company-nav .company-nav-list li {
    width: calc(50% - 2.5vw);
    margin-right: 5vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 767px) {
  .company-nav .company-nav-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.company-nav .company-nav-list li:nth-child(4n) {
  margin-right: 0;
}
.company-nav .company-nav-list li a {
  color: #015842;
  font-size: 1.2413793103vw;
  border-bottom: 1px solid #015842;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.5517241379vw;
}
@media (min-width: 1500px) {
  .company-nav .company-nav-list li a {
    font-size: 18px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .company-nav .company-nav-list li a {
    font-size: 3.738317757vw;
    padding: 1.1682242991vw;
  }
}

/* ceo
-------------------------*/
.ceo {
  margin-bottom: 11.0344827586vw;
  position: relative;
  margin-top: -8.9655172414vw;
  padding-top: 8.9655172414vw;
}
@media (min-width: 1500px) {
  .ceo {
    margin-top: -130px;
    padding-top: 130px;
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .ceo {
    margin-top: -18.691588785vw;
    padding-top: 18.691588785vw;
    margin-bottom: 23.3644859813vw;
  }
}
.ceo .ceo-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .ceo .ceo-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ceo .ceo-title {
    margin-bottom: 9.3457943925vw;
  }
}
.ceo .ceo-txt {
  font-weight: 400;
}
.ceo .ceo-txt p {
  margin-bottom: 2em;
}
.ceo .ceo-wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .ceo .ceo-wrapper {
    justify-content: space-between;
    margin-bottom: 2.7586206897vw;
  }
}
@media (min-width: 1500px) {
  .ceo .ceo-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ceo .ceo-wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .ceo .ceo-wrapper .ceo-txt {
    width: 62.5%;
  }
}
@media (min-width: 768px) {
  .ceo .ceo-wrapper .ceo-img {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .ceo .ceo-wrapper .ceo-img {
    margin-bottom: 7.0093457944vw;
  }
}
.ceo .ceo-name {
  text-align: right;
  font-weight: 400;
}
.ceo .ceo-name span {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.9310344828vw;
  font-weight: bold;
  display: block;
  line-height: 1.6428571429;
}
@media (min-width: 1500px) {
  .ceo .ceo-name span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ceo .ceo-name span {
    font-size: 4.2056074766vw;
  }
}

/* philosophy
-------------------------*/
.philosophy {
  margin-bottom: 7.9310344828vw;
  text-align: center;
}
@media (min-width: 1500px) {
  .philosophy {
    margin-bottom: 115px;
  }
}
@media (max-width: 767px) {
  .philosophy {
    padding-top: 18.691588785vw;
    margin-top: -18.691588785vw;
    margin-bottom: 14.0186915888vw;
  }
}
.philosophy .philosophy-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .philosophy .philosophy-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .philosophy .philosophy-title {
    margin-bottom: 9.3457943925vw;
  }
}
.philosophy .philosophy-ilust {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .philosophy .philosophy-ilust {
    max-width: 62.2068965517vw;
    margin-bottom: 4.1379310345vw;
  }
}
@media (min-width: 1500px) {
  .philosophy .philosophy-ilust {
    max-width: 902px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .philosophy .philosophy-ilust {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .philosophy .philosophy-ilust {
    margin-bottom: 7.0093457944vw;
  }
}
.philosophy .philosophy-txt01 {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.0689655172vw;
  line-height: 1.6;
  margin-bottom: 1.4482758621vw;
}
@media (min-width: 1500px) {
  .philosophy .philosophy-txt01 {
    font-size: 30px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .philosophy .philosophy-txt01 {
    font-size: 4.6728971963vw;
    margin-bottom: 7.0093457944vw;
  }
}
.philosophy .philosophy-txt02 {
  font-weight: 700;
  font-size: 1.3793103448vw;
  line-height: 1.6;
  color: #015842;
}
@media (min-width: 1500px) {
  .philosophy .philosophy-txt02 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .philosophy .philosophy-txt02 {
    font-size: 3.738317757vw;
  }
}

/* profile
-------------------------*/
.profile {
  background: #E8F0DE;
  padding-top: 14.1379310345vw;
  padding-bottom: 11.0344827586vw;
}
@media (min-width: 1500px) {
  .profile {
    padding-top: 205px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .profile {
    padding-top: 23.3644859813vw;
    padding-bottom: 23.3644859813vw;
  }
}
.profile .profile-title {
  margin-bottom: 6.6896551724vw;
}
@media (min-width: 1500px) {
  .profile .profile-title {
    margin-bottom: 97px;
  }
}
@media (max-width: 767px) {
  .profile .profile-title {
    margin-bottom: 9.3457943925vw;
  }
}
.profile .profile-wrapper {
  border-radius: 30px;
  padding: 4.1379310345vw 7.9310344828vw 4.8275862069vw;
  background: #fff;
}
@media (min-width: 768px) {
  .profile .profile-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .profile .profile-wrapper {
    padding: 60px 115px 70px;
  }
}
@media (max-width: 767px) {
  .profile .profile-wrapper {
    border-radius: 15px;
    padding: 7.0093457944vw;
  }
}
@media (min-width: 768px) {
  .profile .profile-wrapper .profile-col {
    width: calc(50% - 5vw);
  }
}
@media (min-width: 1500px) {
  .profile .profile-wrapper .profile-col {
    width: calc(50% - 85px);
  }
}
@media (max-width: 767px) {
  .profile .profile-wrapper .profile-col {
    margin-bottom: 10.5140186916vw;
  }
}
.profile .profile-wrapper .profile-col .profile-content {
  font-size: 1.3793103448vw;
  margin-bottom: 4.1379310345vw;
}
@media (min-width: 1500px) {
  .profile .profile-wrapper .profile-col .profile-content {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .profile .profile-wrapper .profile-col .profile-content {
    font-size: 3.738317757vw;
    margin-bottom: 7.0093457944vw;
  }
}
.profile .profile-wrapper .profile-col .profile-content:last-child {
  margin-bottom: 0;
}
.profile .profile-wrapper .profile-col .profile-content .profile-subtitle {
  font-weight: 700;
  color: #015842;
  letter-spacing: 0.04em;
}
.profile .profile-wrapper .profile-col .profile-content .profile-txt {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

/* history
-------------------------*/
.history {
  background: #E8F0DE;
  padding-bottom: 38.0689655172vw;
  margin-bottom: 14.1379310345vw;
  margin-top: -9.6551724138vw;
  padding-top: 9.6551724138vw;
  position: relative;
}
@media (min-width: 1500px) {
  .history {
    padding-bottom: 552px;
    margin-bottom: 205px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .history {
    padding-bottom: 35.046728972vw;
    margin-bottom: 23.3644859813vw;
    margin-top: -18.691588785vw;
    padding-top: 18.691588785vw;
  }
}
.history .history-ilust {
  position: absolute;
  bottom: -3.1034482759vw;
  left: 0;
}
@media (min-width: 1500px) {
  .history .history-ilust {
    bottom: -45px;
  }
}
@media (max-width: 767px) {
  .history .history-ilust {
    bottom: -3.5046728972vw;
  }
}
@media (min-width: 768px) {
  .history .inner {
    max-width: 74.9655172414vw;
  }
}
@media (min-width: 1500px) {
  .history .inner {
    max-width: 1087px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .history .inner {
    max-width: 90%;
  }
}
.history .history-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .history .history-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .history .history-title {
    margin-bottom: 9.3457943925vw;
  }
}
.history .history-table table {
  width: 100%;
  border-collapse: collapse;
}
.history .history-table table tr:first-child td {
  padding-top: 0;
}
.history .history-table table tr:first-child td:nth-child(1)::after {
  top: 0.6896551724vw;
}
@media (min-width: 1500px) {
  .history .history-table table tr:first-child td:nth-child(1)::after {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .history .history-table table tr:first-child td:nth-child(1)::after {
    top: 2.3364485981vw;
  }
}
.history .history-table table tr td {
  font-weight: 400;
  padding: 0.6896551724vw 1.1724137931vw;
}
@media (min-width: 1500px) {
  .history .history-table table tr td {
    padding: 10px 17px;
  }
}
@media (max-width: 767px) {
  .history .history-table table tr td {
    padding: 2.3364485981vw 3.9719626168vw;
  }
}
.history .history-table table tr td:nth-child(1) {
  position: relative;
  padding: 0.6896551724vw 0.4137931034vw;
}
@media (min-width: 1500px) {
  .history .history-table table tr td:nth-child(1) {
    padding: 10px 6px;
  }
}
@media (max-width: 767px) {
  .history .history-table table tr td:nth-child(1) {
    padding: 2.3364485981vw 1.4018691589vw;
  }
}
.history .history-table table tr td:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.history .history-table table tr td:nth-child(1)::after {
  position: absolute;
  content: "";
  background: #015842;
  width: 0.8275862069vw;
  height: 0.8275862069vw;
  left: 50%;
  transform: translateX(-50%);
  top: 1.3793103448vw;
  border-radius: 50%;
  z-index: 3;
}
@media (min-width: 1500px) {
  .history .history-table table tr td:nth-child(1)::after {
    width: 12px;
    height: 12px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .history .history-table table tr td:nth-child(1)::after {
    width: 2.8037383178vw;
    height: 2.8037383178vw;
    top: 4.6728971963vw;
  }
}
.history .history-table table tr td:nth-child(2) {
  color: #015842;
  line-height: 1.7777777778;
  font-size: 1.2413793103vw;
  white-space: nowrap;
}
@media (min-width: 1500px) {
  .history .history-table table tr td:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .history .history-table table tr td:nth-child(2) {
    font-size: 3.738317757vw;
  }
}

/* office
-------------------------*/
.office {
  margin-bottom: 11.0344827586vw;
  margin-top: -9.6551724138vw;
  padding-top: 9.6551724138vw;
}
@media (min-width: 1500px) {
  .office {
    margin-bottom: 160px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .office {
    margin-bottom: 23.3644859813vw;
    margin-top: -18.691588785vw;
    padding-top: 18.691588785vw;
  }
}
.office .office-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .office .office-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .office .office-title {
    margin-bottom: 9.3457943925vw;
  }
}
.office .office-wrapper {
  border-radius: 30px;
  padding: 4.6206896552vw 4.8275862069vw 5.3103448276vw;
  background: #fff;
}
@media (min-width: 1500px) {
  .office .office-wrapper {
    padding: 67px 70px 77px;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper {
    border-radius: 15px;
    padding: 7.0093457944vw;
  }
}
.office .office-wrapper .office-list .office-item {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 768px) {
  .office .office-wrapper .office-list .office-item {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .office .office-wrapper .office-list .office-item {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item {
    margin-bottom: 10.5140186916vw;
  }
}
.office .office-wrapper .office-list .office-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .office .office-wrapper .office-list .office-item .office-item-img {
    width: 44.2452830189%;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item .office-item-img {
    margin-bottom: 7.0093457944vw;
  }
}
.office .office-wrapper .office-list .office-item .office-item-img img {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .office .office-wrapper .office-list .office-item .office-item-inner {
    width: 50%;
  }
}
.office .office-wrapper .office-list .office-item .office-item-inner .office-item-title {
  color: #015842;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}
@media (min-width: 768px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-title {
    font-size: 2.0689655172vw;
    margin-bottom: 2.6206896552vw;
    padding-left: 1.6551724138vw;
  }
}
@media (min-width: 1500px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-title {
    font-size: 30px;
    margin-bottom: 38px;
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-title {
    font-size: 4.6728971963vw;
    line-height: 1.9;
    margin-bottom: 3.5046728972vw;
    padding-left: 4.6728971963vw;
  }
}
.office .office-wrapper .office-list .office-item .office-item-inner .office-item-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #00B71C;
  width: 0.2068965517vw;
  height: 90%;
}
@media (min-width: 1500px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-title::before {
    width: 3px;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-title::before {
    width: 1.5px;
  }
}
.office .office-wrapper .office-list .office-item .office-item-inner .office-item-address {
  font-size: 1.3793103448vw;
  margin-bottom: 0.3448275862vw;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-address {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-address {
    font-size: 3.738317757vw;
    margin-bottom: 5px;
  }
}
.office .office-wrapper .office-list .office-item .office-item-inner .ex-link {
  margin-bottom: 2.0689655172vw;
}
@media (min-width: 1500px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .ex-link {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .ex-link {
    margin-bottom: 3.5046728972vw;
  }
}
.office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table {
  width: 100%;
}
.office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td {
  padding: 0.3448275862vw 0;
}
@media (min-width: 1500px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td {
    padding: 0;
  }
}
.office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td:nth-child(1) {
  color: #015842;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 1.2413793103vw;
}
@media (min-width: 768px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td:nth-child(1) {
    width: 15%;
  }
}
@media (min-width: 1500px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td:nth-child(1) {
    font-size: 3.738317757vw;
  }
}
.office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td:nth-child(2) {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5172413793vw;
  padding: 0.3448275862vw 0 0.3448275862vw 1.7931034483vw;
}
@media (min-width: 1500px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td:nth-child(2) {
    font-size: 22px;
    padding: 5px 0 5px 26px;
  }
}
@media (max-width: 767px) {
  .office .office-wrapper .office-list .office-item .office-item-inner .office-item-table table tr td:nth-child(2) {
    font-size: 4.2056074766vw;
    padding: 0 0 0 6.0747663551vw;
  }
}

/* news
-------------------------*/
.news {
  margin-bottom: 10.4137931034vw;
}
@media (min-width: 1500px) {
  .news {
    margin-bottom: 151px;
  }
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 23.3644859813vw;
  }
}
.news .news-title {
  margin-bottom: 5.5172413793vw;
}
@media (min-width: 1500px) {
  .news .news-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .news .news-title {
    margin-bottom: 9.3457943925vw;
  }
}
.news .news-list {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news .news-list {
    max-width: 65.5172413793vw;
    margin-bottom: 11.3103448276vw;
  }
}
@media (min-width: 1500px) {
  .news .news-list {
    max-width: 950px;
    margin-bottom: 164px;
  }
}
@media (max-width: 767px) {
  .news .news-list {
    margin-bottom: 18.691588785vw;
  }
}

/* category-nav
-------------------------*/
.category-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.0344827586vw 4.4827586207vw;
}
@media (min-width: 1500px) {
  .category-nav-list {
    margin: 0 -15px 65px;
  }
}
@media (max-width: 767px) {
  .category-nav-list {
    margin: 0 -2.3364485981vw 11.6822429907vw;
  }
}
.category-nav-list li {
  margin: 1.0344827586vw;
}
@media (min-width: 1500px) {
  .category-nav-list li {
    margin: 15px;
  }
}
@media (max-width: 767px) {
  .category-nav-list li {
    margin: 2.3364485981vw;
  }
}
.category-nav-list li a {
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 0.6896551724vw 4.8275862069vw 0.6896551724vw 1.724137931vw;
  position: relative;
}
@media (min-width: 1500px) {
  .category-nav-list li a {
    padding: 10px 70px 10px 25px;
  }
}
@media (max-width: 767px) {
  .category-nav-list li a {
    padding: 2.3364485981vw 11.6822429907vw 2.3364485981vw 3.5046728972vw;
    font-size: 3.738317757vw;
  }
}
.category-nav-list li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/green_icon02.svg) no-repeat center center/contain;
  width: 1.3793103448vw;
  height: 1.0344827586vw;
  right: 1.5172413793vw;
  transform: translateY(-50%);
  top: 50%;
}
@media (min-width: 1500px) {
  .category-nav-list li a:after {
    width: 20px;
    height: 15px;
    right: 22px;
  }
}
@media (max-width: 767px) {
  .category-nav-list li a:after {
    width: 3.5046728972vw;
    height: 2.8037383178vw;
    right: 3.5046728972vw;
  }
}

/* 記事一覧 タイトル
---------------------------*/
.archive-heading {
  margin-top: 85px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .archive-heading {
    margin-top: 30px;
    margin-bottom: 37px;
  }
}
.archive-heading .archive-heading-inner {
  display: flex;
  align-items: center;
  border: 1px solid #C7BB98;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 13px 87px;
}
@media (max-width: 767px) {
  .archive-heading .archive-heading-inner {
    padding: 7px 10px;
    width: calc(100% - 6px);
    justify-content: center;
  }
}
.archive-heading .archive-heading-inner::after {
  position: absolute;
  content: "";
  background: #C7BB98;
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7.5px;
  z-index: -1;
}
@media (max-width: 767px) {
  .archive-heading .archive-heading-inner::after {
    left: 6px;
    top: 6px;
  }
}
.archive-heading .archive-heading-inner img {
  width: 39px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .archive-heading .archive-heading-inner img {
    width: 29px;
  }
}
.archive-heading .archive-heading-inner .archive-heading-title {
  font-size: 30px;
  margin: 0 14px;
}
@media (max-width: 767px) {
  .archive-heading .archive-heading-inner .archive-heading-title {
    font-size: 20px;
    margin: 0 7px 0 14px;
  }
}
.archive-heading .archive-heading-inner .archive-heading-txt {
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .archive-heading .archive-heading-inner .archive-heading-txt {
    font-size: 18px;
  }
}

/* single,page
---------------------------*/
.article,
.page {
  margin-bottom: 11.0344827586vw;
}
@media (min-width: 1500px) {
  .article,
.page {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .article,
.page {
    margin-bottom: 23.3644859813vw;
  }
}
.article .article-title,
.page .article-title {
  font-size: 1.7931034483vw;
  margin-bottom: 0.7586206897vw;
  padding-left: 2.275862069vw;
  position: relative;
}
@media (min-width: 1500px) {
  .article .article-title,
.page .article-title {
    font-size: 26px;
    margin-bottom: 11px;
    padding-left: 33px;
  }
}
@media (max-width: 767px) {
  .article .article-title,
.page .article-title {
    font-size: 6.0747663551vw;
    padding-left: 7.7102803738vw;
    margin-bottom: 7.0093457944vw;
    line-height: 1.75;
  }
}
.article .article-title::before,
.page .article-title::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #E88822 50%, #00B71C 50%);
  width: 6px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article .article-info,
.page .article-info {
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .article .article-info,
.page .article-info {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .article .article-info,
.page .article-info {
    margin-bottom: 14.0186915888vw;
  }
}
.article .article-info .date,
.page .article-info .date {
  font-size: 14px;
  color: #015842;
  display: block;
  margin-left: 2.275862069vw;
}
@media (min-width: 1500px) {
  .article .article-info .date,
.page .article-info .date {
    margin-left: 33px;
  }
}
@media (max-width: 767px) {
  .article .article-info .date,
.page .article-info .date {
    font-size: 12px;
    margin-left: 7.7102803738vw;
  }
}
.article .article-info .article-category,
.page .article-info .article-category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.0344827586vw 4.4827586207vw 1.2413793103vw;
}
@media (min-width: 1500px) {
  .article .article-info .article-category,
.page .article-info .article-category {
    margin: 0 -15px 65px 18px;
  }
}
@media (max-width: 767px) {
  .article .article-info .article-category,
.page .article-info .article-category {
    margin: 0 -3.5046728972vw 7.0093457944vw 4.2056074766vw;
  }
}
.article .article-info .article-category li,
.page .article-info .article-category li {
  margin: 1.0344827586vw;
}
@media (min-width: 1500px) {
  .article .article-info .article-category li,
.page .article-info .article-category li {
    margin: 15px;
  }
}
@media (max-width: 767px) {
  .article .article-info .article-category li,
.page .article-info .article-category li {
    margin: 3.5046728972vw;
  }
}
.article .article-info .article-category li a,
.page .article-info .article-category li a {
  background: #E88822;
  color: #fff;
  border-radius: 5px;
  display: block;
  padding: 0.3448275862vw 1.724137931vw;
  position: relative;
  font-size: 1.3793103448vw;
}
@media (min-width: 1500px) {
  .article .article-info .article-category li a,
.page .article-info .article-category li a {
    padding: 5px 25px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .article .article-info .article-category li a,
.page .article-info .article-category li a {
    padding: 0 3.5046728972vw;
    font-size: 3.738317757vw;
  }
}
.article .article-thumbnail,
.page .article-thumbnail {
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .article .article-thumbnail,
.page .article-thumbnail {
    margin-bottom: 60px;
  }
}
.article .article-thumbnail img,
.page .article-thumbnail img {
  height: auto;
}
.article .article-inner,
.article .page-inner,
.page .article-inner,
.page .page-inner {
  margin-bottom: 15.8620689655vw;
}
@media (min-width: 1500px) {
  .article .article-inner,
.article .page-inner,
.page .article-inner,
.page .page-inner {
    margin-bottom: 230px;
  }
}
@media (max-width: 767px) {
  .article .article-inner,
.article .page-inner,
.page .article-inner,
.page .page-inner {
    margin-bottom: 23.3644859813vw;
  }
}
.article .article-inner img,
.article .page-inner img,
.page .article-inner img,
.page .page-inner img {
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .article .article-inner img,
.article .page-inner img,
.page .article-inner img,
.page .page-inner img {
    margin-bottom: 60px;
  }
}
.article .article-inner p,
.article .page-inner p,
.page .article-inner p,
.page .page-inner p {
  font-weight: 400;
  margin-bottom: 50px;
}
@media (min-width: 1500px) {
  .article .article-inner p,
.article .page-inner p,
.page .article-inner p,
.page .page-inner p {
    margin-bottom: 80px;
  }
}
.article .article-inner h1,
.article .page-inner h1,
.page .article-inner h1,
.page .page-inner h1 {
  font-size: 1.9310344828vw;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #015842;
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .article .article-inner h1,
.article .page-inner h1,
.page .article-inner h1,
.page .page-inner h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .article .article-inner h1,
.article .page-inner h1,
.page .article-inner h1,
.page .page-inner h1 {
    font-size: 6.0747663551vw;
  }
}
.article .article-inner h2,
.article .page-inner h2,
.page .article-inner h2,
.page .page-inner h2 {
  font-size: 1.7931034483vw;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #015842;
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .article .article-inner h2,
.article .page-inner h2,
.page .article-inner h2,
.page .page-inner h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .article .article-inner h2,
.article .page-inner h2,
.page .article-inner h2,
.page .page-inner h2 {
    font-size: 5.6074766355vw;
  }
}
.article .article-inner h3,
.article .page-inner h3,
.page .article-inner h3,
.page .page-inner h3 {
  background: #fff;
  border-left: 3px solid #015842;
  font-size: 1.3793103448vw;
  letter-spacing: 0.07em;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1500px) {
  .article .article-inner h3,
.article .page-inner h3,
.page .article-inner h3,
.page .page-inner h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .article .article-inner h3,
.article .page-inner h3,
.page .article-inner h3,
.page .page-inner h3 {
    font-size: 4.6728971963vw;
  }
}
.article .article-inner h4,
.article .page-inner h4,
.page .article-inner h4,
.page .page-inner h4 {
  font-size: 1.2413793103vw;
  font-weight: bold;
  color: #015842;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .article .article-inner h4,
.article .page-inner h4,
.page .article-inner h4,
.page .page-inner h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article .article-inner h4,
.article .page-inner h4,
.page .article-inner h4,
.page .page-inner h4 {
    font-size: 3.738317757vw;
  }
}
.article .article-inner h5,
.article .page-inner h5,
.page .article-inner h5,
.page .page-inner h5 {
  font-size: 1.2413793103vw;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 1500px) {
  .article .article-inner h5,
.article .page-inner h5,
.page .article-inner h5,
.page .page-inner h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article .article-inner h5,
.article .page-inner h5,
.page .article-inner h5,
.page .page-inner h5 {
    font-size: 3.738317757vw;
  }
}
.article .article-inner h5::before,
.article .page-inner h5::before,
.page .article-inner h5::before,
.page .page-inner h5::before {
  position: absolute;
  content: "■";
  color: #015842;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article .article-inner h6,
.article .page-inner h6,
.page .article-inner h6,
.page .page-inner h6 {
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
  color: #015842;
}
@media (max-width: 767px) {
  .article .article-inner h6,
.article .page-inner h6,
.page .article-inner h6,
.page .page-inner h6 {
    font-size: 3.5046728972vw;
  }
}
.article .article-inner a,
.article .page-inner a,
.page .article-inner a,
.page .page-inner a {
  color: #D97000;
  text-decoration: underline;
  font-weight: 400;
}
.article .article-inner ol,
.article .page-inner ol,
.page .article-inner ol,
.page .page-inner ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.article .article-inner ol li,
.article .page-inner ol li,
.page .article-inner ol li,
.page .page-inner ol li {
  list-style-type: decimal !important;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.article .article-inner blockquote,
.article .page-inner blockquote,
.page .article-inner blockquote,
.page .page-inner blockquote {
  background: #fff;
  margin-bottom: 30px;
  padding: 1em;
}
@media (max-width: 767px) {
  .article .article-inner blockquote,
.article .page-inner blockquote,
.page .article-inner blockquote,
.page .page-inner blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.article .article-inner blockquote > :first-child,
.article .page-inner blockquote > :first-child,
.page .article-inner blockquote > :first-child,
.page .page-inner blockquote > :first-child {
  margin-top: 0;
}
.article .article-inner blockquote > :last-child,
.article .page-inner blockquote > :last-child,
.page .article-inner blockquote > :last-child,
.page .page-inner blockquote > :last-child {
  margin-bottom: 0;
}
.article .article-inner ul,
.article .page-inner ul,
.page .article-inner ul,
.page .page-inner ul {
  margin-bottom: 30px;
}
.article .article-inner ul li,
.article .page-inner ul li,
.page .article-inner ul li,
.page .page-inner ul li {
  position: relative;
  padding-left: 20px;
}
.article .article-inner ul li::before,
.article .page-inner ul li::before,
.page .article-inner ul li::before,
.page .page-inner ul li::before {
  position: absolute;
  content: "●";
  color: #015842;
  top: 0;
  left: 0;
}
.article .article-inner figure,
.article .page-inner figure,
.page .article-inner figure,
.page .page-inner figure {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .article .article-inner figure,
.article .page-inner figure,
.page .article-inner figure,
.page .page-inner figure {
    margin-bottom: 60px;
  }
}
.article .article-inner h1 + p,
.article .article-inner h2 + p,
.article .article-inner h3 + p,
.article .article-inner h4 + p,
.article .article-inner h5 + p,
.article .article-inner h6 + p,
.article .page-inner h1 + p,
.article .page-inner h2 + p,
.article .page-inner h3 + p,
.article .page-inner h4 + p,
.article .page-inner h5 + p,
.article .page-inner h6 + p,
.page .article-inner h1 + p,
.page .article-inner h2 + p,
.page .article-inner h3 + p,
.page .article-inner h4 + p,
.page .article-inner h5 + p,
.page .article-inner h6 + p,
.page .page-inner h1 + p,
.page .page-inner h2 + p,
.page .page-inner h3 + p,
.page .page-inner h4 + p,
.page .page-inner h5 + p,
.page .page-inner h6 + p {
  margin-top: 0;
}

.kakomi {
  background: #fff;
  border-radius: 15px;
  padding: 3.4482758621vw;
  margin-bottom: 60px;
}
@media (min-width: 1500px) {
  .kakomi {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .kakomi {
    padding: 7.0093457944vw;
  }
}
.kakomi p:last-child {
  margin-bottom: 0;
}

.post_links {
  max-width: 44.1379310345vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1500px) {
  .post_links {
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  .post_links {
    max-width: 100%;
  }
}
.post_links .post_link {
  display: block;
  width: 2.7586206897vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .post_links .post_link {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .post_links .post_link {
    width: 7.0093457944vw;
  }
}
.post_links .post_link_prev {
  left: 0;
}
.post_links .post_link_next {
  right: 0;
}
.post_links .article-btn {
  margin: 0 auto;
  display: block;
  white-space: nowrap;
}

.editor-post-taxonomies__hierarchical-terms-list div:last-child {
  display: none !important;
}

/* factory-mv sheep-mv
---------------------*/
.factory-mv,
.sheep-mv {
  position: relative;
  margin: 8.275862069vw 0 25px;
}
@media (min-width: 1750px) {
  .factory-mv,
.sheep-mv {
    margin: 144px 0 25px;
  }
}
@media (max-width: 767px) {
  .factory-mv,
.sheep-mv {
    margin: 22.8971962617vw 0 2.3364485981vw;
  }
}
.factory-mv-img,
.sheep-mv-img {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .factory-mv-img::before,
.sheep-mv-img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.factory-mv-img img,
.sheep-mv-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .factory-mv-img img,
.sheep-mv-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.factory-mv-inner,
.sheep-mv-inner {
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3.4482758621vw;
}
@media (min-width: 1750px) {
  .factory-mv-inner,
.sheep-mv-inner {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .factory-mv-inner,
.sheep-mv-inner {
    padding: 0 7.0093457944vw;
  }
}
.factory-mv-txt,
.sheep-mv-txt {
  font-size: 3.1034482759vw;
  font-weight: bold;
  line-height: 1.2888888889;
  text-shadow: 3px 3px 4px #000;
  letter-spacing: 0.02em;
}
@media (min-width: 1500px) {
  .factory-mv-txt,
.sheep-mv-txt {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .factory-mv-txt,
.sheep-mv-txt {
    font-size: 5.1401869159vw;
    margin-bottom: 10px;
  }
}
.factory-mv-title,
.sheep-mv-title {
  font-size: 1.6551724138vw;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
  background: #015842;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 30px;
}
@media (min-width: 1500px) {
  .factory-mv-title,
.sheep-mv-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .factory-mv-title,
.sheep-mv-title {
    padding: 5px 15px;
    font-size: 14px;
  }
}

/* factory-scroll sheep-scroll
---------------------*/
.factory-scroll,
.sheep-scroll {
  text-align: center;
  margin-bottom: 11.0344827586vw;
}
@media (min-width: 1500px) {
  .factory-scroll,
.sheep-scroll {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .factory-scroll,
.sheep-scroll {
    margin-bottom: 11.6822429907vw;
  }
}
.factory-scroll img,
.sheep-scroll img {
  max-width: 40px;
}
@media (max-width: 767px) {
  .factory-scroll img,
.sheep-scroll img {
    max-width: 30px;
  }
}

/* factory
-------------------------*/
.factory {
  margin-bottom: 5.8620689655vw;
}
@media (min-width: 1500px) {
  .factory {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .factory {
    margin-bottom: 11.6822429907vw;
  }
}
.factory-bg {
  border-radius: 15px;
  background: #fff;
}
.factory-heading {
  background: #015842;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.4137931034vw;
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 5px;
}
@media (min-width: 1500px) {
  .factory-heading {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .factory-heading {
    font-size: 4.6728971963vw;
  }
}
@media (min-width: 768px) {
  .factory-bottom {
    display: flex;
    justify-content: space-between;
    padding: 3.4482758621vw 5.0344827586vw 4.2068965517vw;
  }
}
@media (min-width: 1500px) {
  .factory-bottom {
    padding: 50px 73px 61px;
  }
}
@media (max-width: 767px) {
  .factory-bottom {
    padding: 7.0093457944vw 4.6728971963vw;
  }
}
@media (min-width: 768px) {
  .factory-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .factory-img {
    margin-bottom: 3.5046728972vw;
  }
}
@media (min-width: 768px) {
  .factory-info {
    width: 45%;
  }
}
.factory-info-list {
  margin-bottom: 15px;
}
.factory-info-list li {
  display: flex;
  align-items: center;
  line-height: 1.75;
}
.factory-info-list li span {
  color: #015842;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .factory-info-list li span {
    margin-right: 10px;
  }
}
.factory-info-list li a,
.factory-info-list li div {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.0689655172vw;
}
@media (min-width: 1500px) {
  .factory-info-list li a,
.factory-info-list li div {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .factory-info-list li a,
.factory-info-list li div {
    font-size: 16px;
  }
}
.factory-address {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .factory-address {
    margin-bottom: 10px;
  }
}

/* factory-about sheep-about
-------------------------*/
.factory-about,
.sheep-about {
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .factory-about,
.sheep-about {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .factory-about,
.sheep-about {
    margin-bottom: 18.691588785vw;
  }
}
.factory-about-title,
.sheep-about-title {
  text-align: center;
  font-size: 2.0689655172vw;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 600;
  color: #015842;
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 1500px) {
  .factory-about-title,
.sheep-about-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .factory-about-title,
.sheep-about-title {
    font-size: 4.6728971963vw;
    margin-bottom: 30px;
  }
}
.factory-about-title span,
.sheep-about-title span {
  color: #333;
}
@media (min-width: 768px) {
  .factory-about-inner,
.sheep-about-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .factory-about-img,
.sheep-about-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .factory-about-img,
.sheep-about-img {
    margin-bottom: 15px;
  }
}
.factory-about-img img,
.sheep-about-img img {
  border-radius: 15px;
}
.factory-about-txt,
.sheep-about-txt {
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}
@media (min-width: 768px) {
  .factory-about-txt,
.sheep-about-txt {
    font-size: 16px;
    width: 45%;
  }
}

/* factory-point
-------------------------*/
.factory-point .inner {
  max-width: 876px;
}
.factory-point-title {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .factory-point-title {
    margin-bottom: 30px;
  }
}
.factory-point-txt {
  color: #015842;
  font-size: 2.4137931034vw;
  font-weight: 600;
  line-height: 1.3714285714;
  letter-spacing: 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 47px;
}
@media (min-width: 1500px) {
  .factory-point-txt {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .factory-point-txt {
    font-size: 4.6728971963vw;
    margin-bottom: 30px;
  }
}
.factory-point-bg {
  position: relative;
  margin-top: -15%;
}
@media (min-width: 1500px) {
  .factory-point-bg {
    margin-top: -300px;
  }
}

/* product-effect
-------------------------*/
.product-effect {
  background: #015842;
  color: #fff;
  padding: 30px 0 0;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 767px) {
  .product-effect {
    padding: 20px;
  }
}
.product-effect-list {
  max-width: 1054px !important;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-effect-list {
    display: flex;
    padding: 0 30px;
  }
}
@media (min-width: 1500px) {
  .product-effect-list {
    padding: 0;
  }
}
.product-effect-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .product-effect-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (min-width: 1500px) {
  .product-effect-list li {
    width: calc(50% - 29.5px);
    margin-right: 59px;
  }
}
@media (max-width: 767px) {
  .product-effect-list li {
    margin-bottom: 20px;
  }
}
.product-effect-list li:nth-child(2n) {
  margin-right: 0;
}
.product-effect-img {
  width: 35.7429718876%;
}
.product-effect-img img {
  border-radius: 15px;
}
.product-effect-inner {
  width: 58.2329317269%;
  font-size: 1.5172413793vw;
  line-height: 1.6363636364;
}
@media (min-width: 1500px) {
  .product-effect-inner {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product-effect-inner {
    font-size: 14px;
  }
}
.product-effect-subtitle {
  color: #FFC400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-effect-subtitle {
    margin-bottom: 5px;
  }
}
.product-effect-txt {
  font-weight: 600;
  margin-bottom: 0;
}
.product-effect-title {
  font-size: 1.724137931vw;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .product-effect-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .product-effect-title {
    font-size: 4.2056074766vw;
  }
}

/* factory-product
-------------------------*/
.factory-product {
  background: #E7F0DE;
  padding: 6.8965517241vw 0;
  margin-bottom: 6.8965517241vw;
}
@media (min-width: 1500px) {
  .factory-product {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .factory-product {
    padding: 11.6822429907vw 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .factory-product-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .factory-product-title {
    margin-bottom: 30px;
  }
}
.factory-product-detail {
  max-width: 940px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .factory-product-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.8965517241vw;
  }
}
@media (min-width: 1500px) {
  .factory-product-detail {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .factory-product-detail {
    margin-bottom: 11.6822429907vw;
  }
}
@media (min-width: 768px) {
  .factory-product-detail-col {
    width: calc(50% - 2.29412vw);
    margin-bottom: 3.1034482759vw;
  }
}
@media (min-width: 1500px) {
  .factory-product-detail-col {
    width: calc(50% - 39px);
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .factory-product-detail-col {
    margin-bottom: 7.0093457944vw;
  }
}
.factory-product-detail-img {
  display: block;
  position: relative;
}
.factory-product-detail-img-wrapper {
  background: #fff;
}
.factory-product-detail-img::before {
  content: "";
  display: block;
  padding-top: 69.0476190476%;
}
@media (max-width: 767px) {
  .factory-product-detail-img::before {
    padding-top: 65%;
  }
}
.factory-product-detail-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.factory-product-detail-inner {
  padding: 0.6896551724vw 1.3793103448vw;
}
@media (min-width: 1500px) {
  .factory-product-detail-inner {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .factory-product-detail-inner {
    padding: 2.3364485981vw 3.5046728972vw;
  }
}
.factory-product-detail-title {
  color: #015842;
  font-size: 1.5172413793vw;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 1500px) {
  .factory-product-detail-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .factory-product-detail-title {
    font-size: 3.738317757vw;
  }
}
.factory-product .solution ul {
  max-width: 924px;
  margin: 0 auto;
}
.factory-product .solution ul li {
  text-align: left;
  padding-bottom: 29px;
  display: flex;
}
.factory-product .solution ul li .number {
  position: relative;
  margin-right: 2.4137931034vw !important;
  top: 0.4827586207vw;
}
@media (min-width: 1500px) {
  .factory-product .solution ul li .number {
    margin-right: 35px !important;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .factory-product .solution ul li .number {
    top: 1.1682242991vw;
  }
}
.factory-product .solution ul li .solution-list-inner {
  width: calc(100% - 7vw);
}
@media (min-width: 1500px) {
  .factory-product .solution ul li .solution-list-inner {
    width: calc(100% - 72px);
  }
}

/* sheep-merit
--------------------*/
.sheep-merit {
  margin-bottom: 100px;
}
.sheep-merit-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sheep-merit-title {
    margin-bottom: 10.5140186916vw;
  }
}
.sheep-merit-bg {
  background: #fff;
  border-radius: 15px;
  padding: 5.5172413793vw 5.5172413793vw 3.4482758621vw;
}
@media (min-width: 1500px) {
  .sheep-merit-bg {
    padding: 80px 80px 50px;
  }
}
@media (max-width: 767px) {
  .sheep-merit-bg {
    padding: 7.0093457944vw 3.5046728972vw;
  }
}
.sheep-merit-list {
  max-width: 940px;
  margin: 0 auto;
}
.sheep-merit-list li {
  border-bottom: 1px solid #BBC1BF;
  padding: 2.0689655172vw 0;
}
@media (min-width: 1500px) {
  .sheep-merit-list li {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .sheep-merit-list li {
    padding: 3.5046728972vw 0;
  }
}
.sheep-merit-list li:last-child {
  border-bottom: none;
}
.sheep-merit-list-title {
  font-size: 2.0689655172vw;
  font-weight: bold;
  color: #005E2F;
  font-family: "Zen Old Mincho", serif;
  padding-left: 5.2413793103vw;
  position: relative;
}
@media (min-width: 1500px) {
  .sheep-merit-list-title {
    font-size: 30px;
    padding-left: 76px;
  }
}
@media (max-width: 767px) {
  .sheep-merit-list-title {
    font-size: 5.1401869159vw;
    padding-left: 10.5140186916vw;
  }
}
.sheep-merit-list-title .number {
  background: #00B71C;
  color: #fff;
  font-weight: 500;
  width: 2.5517241379vw;
  height: 2.5517241379vw;
  line-height: 2.5517241379vw;
  font-size: 1.3103448276vw;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 1500px) {
  .sheep-merit-list-title .number {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .sheep-merit-list-title .number {
    width: 7.0093457944vw;
    height: 7.0093457944vw;
    line-height: 7.0093457944vw;
    font-size: 4.2056074766vw;
  }
}
.sheep-merit-list-txt {
  font-size: 1.724137931vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  padding-left: 5.2413793103vw;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .sheep-merit-list-txt {
    font-size: 25px;
    padding-left: 76px;
  }
}
@media (max-width: 767px) {
  .sheep-merit-list-txt {
    font-size: 3.738317757vw;
    padding-left: 10.5140186916vw;
  }
}

/* lineup-sheep
------------------------*/
.lineup-sheep {
  padding: 100px 0;
  margin-bottom: 100px;
  background: #E8F0DE;
  position: relative;
}
@media (max-width: 767px) {
  .lineup-sheep {
    padding: 50px 0 100px;
    margin-bottom: 50px;
  }
}
.lineup-sheep-ilust {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .lineup-sheep-ilust {
    max-width: 79.2413793103vw;
  }
}
@media (min-width: 1500px) {
  .lineup-sheep-ilust {
    max-width: 1149px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .lineup-sheep-ilust {
    max-width: 90%;
  }
}
.lineup-sheep .inner {
  position: relative;
  z-index: 1;
}
.lineup-sheep-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .lineup-sheep-title {
    margin-bottom: 50px;
  }
}
.lineup-sheep .lineup-sheep-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .lineup-sheep .lineup-sheep-tab {
    gap: 0 2.3364485981vw;
  }
}
.lineup-sheep .lineup-sheep-tab > label {
  flex: 1 1;
  order: -1;
  position: relative;
  max-width: 31.724137931vw;
  padding: 0.6206896552vw 2.0689655172vw;
  background-color: #CDD1CE;
  font-size: 1.724137931vw;
  color: #fff;
  text-align: center;
  border-radius: 15px 15px 0 0;
  font-family: "Zen Old Mincho", serif;
  cursor: pointer;
}
@media (min-width: 1500px) {
  .lineup-sheep .lineup-sheep-tab > label {
    max-width: 460px;
    font-size: 25px;
    padding: 9px 30px;
  }
}
@media (max-width: 767px) {
  .lineup-sheep .lineup-sheep-tab > label {
    font-size: 3.738317757vw;
    max-width: 37.3831775701vw;
    border-radius: 10px 10px 0 0;
  }
}
.lineup-sheep .lineup-sheep-tab > label:hover,
.lineup-sheep .lineup-sheep-tab label:has(:checked) {
  background-color: #00B71C;
}
.lineup-sheep .lineup-sheep-tab label:has(:checked)::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.7931034483vw;
  height: 1.3103448276vw;
  background-color: #00B71C;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 1500px) {
  .lineup-sheep .lineup-sheep-tab label:has(:checked)::before {
    width: 26px;
    height: 19px;
  }
}
@media (max-width: 767px) {
  .lineup-sheep .lineup-sheep-tab label:has(:checked)::before {
    width: 3.0373831776vw;
    height: 2.2196261682vw;
  }
}
.lineup-sheep .lineup-sheep-tab input {
  display: none;
}
.lineup-sheep .lineup-sheep-tab-inner {
  display: none;
  width: 100%;
  padding: 4.8275862069vw 4.8275862069vw 5.5172413793vw;
  background: #fff;
  border-radius: 15px;
}
@media (min-width: 1500px) {
  .lineup-sheep .lineup-sheep-tab-inner {
    padding: 70px 70px 80px;
  }
}
@media (max-width: 767px) {
  .lineup-sheep .lineup-sheep-tab-inner {
    border-radius: 10px;
    padding: 30px 20px;
  }
}
.lineup-sheep .lineup-sheep-tab label:has(:checked) + div {
  display: block;
}
.lineup-sheep-list li {
  padding-bottom: 5.5172413793vw;
  margin-bottom: 5.5172413793vw;
  border-bottom: 1px solid #005641;
}
@media (min-width: 1500px) {
  .lineup-sheep-list li {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .lineup-sheep-list li {
    padding-bottom: 7.0093457944vw;
    margin-bottom: 7.0093457944vw;
  }
}
.lineup-sheep-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.lineup-sheep-list-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.0689655172vw;
  font-weight: 600;
  color: #005E2F;
  margin-bottom: 2.0689655172vw;
  text-align: center;
}
@media (min-width: 1500px) {
  .lineup-sheep-list-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .lineup-sheep-list-title {
    font-size: 5.6074766355vw;
  }
}
@media (min-width: 768px) {
  .lineup-sheep-list-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .lineup-sheep-list-img {
    width: 38.89943074%;
  }
}
@media (max-width: 767px) {
  .lineup-sheep-list-img {
    margin-bottom: 15px;
  }
}
.lineup-sheep-list-img img {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .lineup-sheep-list-inner {
    width: 56.9259962049%;
  }
}
.lineup-sheep-effect-list {
  background: #F6FCEF;
  border-radius: 0 0 5px 5px;
  padding: 2.0689655172vw 1.724137931vw;
}
@media (min-width: 1500px) {
  .lineup-sheep-effect-list {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .lineup-sheep-effect-list {
    padding: 15px;
  }
}
.lineup-sheep-effect-list li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #BBC1BF;
  margin-bottom: 1.0344827586vw;
  padding-bottom: 1.0344827586vw;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2413793103vw;
  line-height: 1.6666666667;
  font-weight: 600;
  padding-left: 5.0344827586vw;
  position: relative;
}
@media (min-width: 1500px) {
  .lineup-sheep-effect-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    padding-left: 73px;
  }
}
@media (max-width: 767px) {
  .lineup-sheep-effect-list li {
    font-size: 3.738317757vw;
    padding-bottom: 2.3364485981vw;
    margin-bottom: 2.3364485981vw;
    padding-left: 11.6822429907vw;
  }
}
.lineup-sheep-effect-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.lineup-sheep-effect-list li span {
  display: block;
  background: #00B71C;
  color: #fff;
  font-size: 1.3103448276vw;
  width: 2.5517241379vw;
  height: 2.5517241379vw;
  line-height: 2.5517241379vw;
  text-align: center;
  position: absolute;
  content: "";
  left: 0.6896551724vw;
  top: -0.2068965517vw;
  border-radius: 50%;
}
@media (min-width: 1500px) {
  .lineup-sheep-effect-list li span {
    font-size: 19px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    left: 10px;
    top: -3px;
  }
}
@media (max-width: 767px) {
  .lineup-sheep-effect-list li span {
    font-size: 3.738317757vw;
    width: 7.0093457944vw;
    height: 7.0093457944vw;
    line-height: 7.0093457944vw;
    left: 1.1682242991vw;
    top: -0.4672897196vw;
  }
}
.lineup-sheep-effect-title {
  background: #00B71C;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  padding: 0.5862068966vw 1.0344827586vw;
}
@media (min-width: 1500px) {
  .lineup-sheep-effect-title {
    padding: 8.5px 15px;
  }
}

/* case-sheep 
--------------------------*/
.case-sheep {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .case-sheep {
    margin-bottom: 80px;
  }
}
.case-sheep .inner {
  max-width: 1200px;
}
.case-sheep-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .case-sheep-title {
    margin-bottom: 50px;
  }
}
.case-sheep-bg {
  background: #fff;
  border-radius: 15px;
  padding: 60px 70px;
}
@media (max-width: 767px) {
  .case-sheep-bg {
    padding: 30px 20px;
  }
}
.case-sheep-company {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.0689655172vw;
  font-weight: 500;
  color: #005E2F;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 1500px) {
  .case-sheep-company {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .case-sheep-company {
    font-size: 4.6728971963vw;
  }
}
.case-sheep-company::after {
  position: absolute;
  content: "";
  background: #707070;
  width: 2.5517241379vw;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
@media (min-width: 1500px) {
  .case-sheep-company::after {
    width: 37px;
  }
}
@media (max-width: 767px) {
  .case-sheep-company::after {
    width: 4.6728971963vw;
  }
}
.case-sheep-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.724137931vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 1500px) {
  .case-sheep-name {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .case-sheep-name {
    font-size: 4.2056074766vw;
    margin-bottom: 30px;
  }
}
.case-sheep-img {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .case-sheep-img {
    display: flex;
  }
}
@media (min-width: 768px) {
  .case-sheep-img div {
    width: calc(33.3333% - 14.6666666667px);
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .case-sheep-img div {
    margin-bottom: 20px;
  }
}
.case-sheep-img div img {
  border-radius: 15px;
}
.case-sheep-img div:nth-child(3n) {
  margin-right: 0;
}
.case-sheep-feed {
  background: #005E2F;
  padding: 20px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .case-sheep-feed {
    padding: 15px;
  }
}
.case-sheep-feed-title {
  color: #FFC400;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .case-sheep-feed-title {
    font-size: 4.2056074766vw;
  }
}
.case-sheep-feed-txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767px) {
  .case-sheep-feed-txt {
    font-size: 4.6728971963vw;
  }
}
.case-sheep-txt {
  font-weight: 400;
  margin-bottom: 0;
}

/* footer-contact
----------------------------*/
.footer-contact {
  background: transparent url(../img/footer-bg.jpg) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .footer-contact {
    margin: 0 3.4482758621vw;
    padding: 5.5172413793vw 0 14.8275862069vw;
    border-radius: 30px 30px 0 0;
  }
}
@media (min-width: 1500px) {
  .footer-contact {
    margin: 0 50px;
    padding: 80px 0 215px;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    padding: 14.0186915888vw 0 17.7570093458vw;
    margin: 0 7.0093457944vw;
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-contact .inner {
    padding: 0;
  }
}
.footer-contact .footer-contact-title {
  color: #fff;
  line-height: 1.625;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 2.7586206897vw;
  margin-bottom: 2.4137931034vw;
}
@media (min-width: 1500px) {
  .footer-contact .footer-contact-title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-title {
    font-size: 5.6074766355vw;
    line-height: 1.5833333333;
    margin-bottom: 29px;
    font-feature-settings: "palt";
  }
}
.footer-contact .footer-contact-txt {
  color: #fff;
  text-align: center;
  line-height: 1.6666666667;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-txt {
    font-size: 2.0689655172vw;
    margin-bottom: 3.6551724138vw;
  }
}
@media (min-width: 1500px) {
  .footer-contact .footer-contact-txt {
    font-size: 30px;
    margin-bottom: 53px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-txt {
    font-size: 4.6728971963vw;
    line-height: 1.9;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-inner {
    padding: 0 8.1775700935vw;
  }
}
.footer-contact .footer-contact-inner .footer-contact-btn {
  display: block;
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-tel {
    margin-right: 6.1379310345vw;
  }
}
@media (min-width: 1500px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-tel {
    margin-right: 89px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-tel {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-tel .orange-btn-inner {
    padding-right: 8.275862069vw;
  }
}
@media (min-width: 1500px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-tel .orange-btn-inner {
    padding-right: 120px;
  }
}
.footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-tel .orange-btn-inner img {
  width: 2.6206896552vw;
  margin-right: 0.8275862069vw;
}
@media (min-width: 1500px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-tel .orange-btn-inner img {
    width: 38px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-tel .orange-btn-inner img {
    width: 6.5420560748vw;
    margin-right: 1.8691588785vw;
  }
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-form .orange-btn-inner {
    padding-right: 7.4482758621vw;
  }
}
@media (min-width: 1500px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-form .orange-btn-inner {
    padding-right: 108px;
  }
}
.footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-form .orange-btn-inner img {
  width: 2.8275862069vw;
  margin-right: 1.8620689655vw;
}
@media (min-width: 1500px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-form .orange-btn-inner img {
    width: 41px;
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-btn.footer-contact-form .orange-btn-inner img {
    width: 6.5420560748vw;
    margin-right: 3.738317757vw;
  }
}
.footer-contact .footer-contact-inner .footer-contact-btn span {
  color: #E88822;
  font-weight: bold;
  line-height: 1.9666666667;
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-inner .footer-contact-btn span {
    font-size: 2.0689655172vw;
  }
}
@media (min-width: 1500px) {
  .footer-contact .footer-contact-inner .footer-contact-btn span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-inner .footer-contact-btn span {
    font-size: 5.1401869159vw;
  }
}

/* fixed-btn
----------------------------*/
.fixed-btn {
  position: fixed;
  right: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .fixed-btn {
    top: 130px;
    background: #E88822;
    border-radius: 18px 0 0 18px;
    box-shadow: #fff 5px 5px 0;
    text-align: center;
    padding: 0.275862069vw 0 1.9310344828vw;
    width: 6.5517241379vw;
  }
}
@media (min-width: 1500px) {
  .fixed-btn {
    padding: 4px 0 28px;
    width: 95px;
  }
}
@media (max-width: 767px) {
  .fixed-btn {
    bottom: 0;
    width: 48.1308411215vw;
  }
}
@media (min-width: 768px) {
  .fixed-btn img {
    width: 5.4206896552vw;
  }
}
@media (min-width: 1500px) {
  .fixed-btn img {
    width: 78.6px;
  }
}
@media (min-width: 768px) {
  .fixed-btn:hover {
    opacity: 1;
    background: #E8B322;
  }
}

/* footer
----------------------------*/
footer {
  margin: 0 3.4482758621vw;
}
@media (min-width: 1500px) {
  footer {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  footer {
    margin: 0 7.0093457944vw;
  }
}
@media (min-width: 1500px) {
  footer .inner {
    max-width: 1200px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  footer .inner {
    max-width: 90%;
  }
}
footer a {
  color: #fff;
}
footer .footer-inner {
  background: #015842;
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-inner {
    padding: 5.4482758621vw 0 4.1379310345vw;
    margin-bottom: 1.5862068966vw;
    border-radius: 0 0 30px 30px;
  }
}
@media (min-width: 1500px) {
  footer .footer-inner {
    padding: 79px 0 60px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner {
    padding: 13.3177570093vw 0 9.1121495327vw;
    margin-bottom: 6.7757009346vw;
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .inner {
    padding: 0 35px;
  }
}
footer .footer-inner .footer-info {
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-inner .footer-info {
    margin-bottom: 4.1379310345vw;
  }
}
@media (min-width: 1500px) {
  footer .footer-inner .footer-info {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-info {
    margin-bottom: 11.4485981308vw;
  }
}
footer .footer-inner .footer-info a {
  display: block;
}
footer .footer-inner .footer-info a .footer-logo {
  max-width: 8.275862069vw;
  margin: 0 auto 2.0689655172vw;
}
@media (min-width: 1500px) {
  footer .footer-inner .footer-info a .footer-logo {
    max-width: 120px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-info a .footer-logo {
    max-width: 17.523364486vw;
    margin-bottom: 4.2056074766vw;
  }
}
footer .footer-inner .footer-info a .footer-description {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-info a .footer-description {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
footer .footer-inner .footer-info a .footer-title {
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.04em;
  line-height: 1.4666666667;
}
@media (min-width: 768px) {
  footer .footer-inner .footer-info a .footer-title {
    font-size: 2.0689655172vw;
  }
}
@media (min-width: 1500px) {
  footer .footer-inner .footer-info a .footer-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-info a .footer-title {
    font-size: 4.2056074766vw;
  }
}
footer .footer-inner .footer-office {
  margin-bottom: 8.5517241379vw;
}
@media (min-width: 1500px) {
  footer .footer-inner .footer-office {
    margin-bottom: 124px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-office {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  footer .footer-inner .footer-office .footer-office-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  footer .footer-inner .footer-office .footer-office-list li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-office .footer-office-list li {
    margin-bottom: 7.0093457944vw;
  }
}
footer .footer-inner .footer-office .footer-office-list li:last-child {
  margin-bottom: 0;
}
footer .footer-inner .footer-office .footer-office-list li .footer-office-title {
  font-size: 1.3793103448vw;
  border-left: 1px solid #C1CECC;
  padding-left: 0.8965517241vw;
  margin-bottom: 1.3103448276vw;
  line-height: 1.2;
}
@media (min-width: 1500px) {
  footer .footer-inner .footer-office .footer-office-list li .footer-office-title {
    font-size: 20px;
    padding-left: 13px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-office .footer-office-list li .footer-office-title {
    font-size: 4.2056074766vw;
    padding-left: 3.0373831776vw;
    margin-bottom: 2.5700934579vw;
  }
}
footer .footer-inner .footer-office .footer-office-list li .footer-office-address {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-office .footer-office-list li .footer-office-address {
    font-size: 3.738317757vw;
    line-height: 1.5625;
    margin-bottom: 14px;
  }
}
footer .footer-inner .footer-office .footer-office-list li .footer-office-tel,
footer .footer-inner .footer-office .footer-office-list li .footer-office-fax {
  font-size: 1.2413793103vw;
  line-height: 1.7777777778;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  footer .footer-inner .footer-office .footer-office-list li .footer-office-tel,
footer .footer-inner .footer-office .footer-office-list li .footer-office-fax {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-office .footer-office-list li .footer-office-tel,
footer .footer-inner .footer-office .footer-office-list li .footer-office-fax {
    font-size: 3.738317757vw;
    line-height: 1.5625;
  }
}
@media (min-width: 768px) {
  footer .footer-inner .footer-nav {
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu li {
  margin-bottom: 20px;
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu li span {
  line-height: 1.5;
  padding-left: 1.0344827586vw;
  position: relative;
}
@media (min-width: 1500px) {
  footer .footer-inner .footer-nav .footer-nav-col .footer-menu li span {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-nav .footer-nav-col .footer-menu li span {
    padding-left: 3.5046728972vw;
  }
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu li span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/green_icon.svg) no-repeat center center/contain;
  width: 0.4137931034vw;
  height: 0.8275862069vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  footer .footer-inner .footer-nav .footer-nav-col .footer-menu li span::before {
    width: 6px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-nav .footer-nav-col .footer-menu li span::before {
    width: 1.4018691589vw;
    height: 2.8037383178vw;
  }
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu-inner {
  display: flex;
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu-inner .footer-menu-col {
  margin-left: 12px;
  margin-right: 26px;
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu-inner .footer-menu-col:last-child {
  margin-right: 0;
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu-inner .footer-menu-col ul li {
  border-bottom: 1.5px dashed #C1CECC;
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu-inner .footer-menu-col ul li:first-child a {
  padding-top: 0;
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu-inner .footer-menu-col ul li a {
  display: block;
  padding: 12px 0 12px 16px;
  line-height: 1.5;
}
footer .footer-inner .footer-nav .footer-nav-col .footer-menu-inner .footer-menu-col ul li a.footer-nav-cat {
  padding-left: 0;
}
footer .copyright {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-bottom: 24px;
  }
}
footer .copyright small {
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  footer .copyright small {
    font-size: 3.2710280374vw;
  }
}

/* contact */
.wpcf7-form .form-row p {
  margin-bottom: 30px;
}
.wpcf7-form .label {
  font-weight: bold;
  font-size: 1.3103448276vw;
}
@media (min-width: 1500px) {
  .wpcf7-form .label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .label {
    font-size: 16px;
  }
}
.wpcf7-form .wpcf7-checkbox {
  margin-left: -1em;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 16px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  border: 1px solid #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 35px;
  padding: 0 5px;
  font-size: 16px;
}
.wpcf7-form input[type=text]:hover,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=tel]:hover {
  border: 1px solid #015842;
  cursor: pointer;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus {
  outline: none;
  border: 1px solid #015842;
}
.wpcf7-form textarea {
  vertical-align: top;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  border: none;
  border: 1px solid #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  background: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  min-height: 100px;
}
.wpcf7-form textarea:hover {
  border: 1px solid #015842;
  cursor: pointer;
}
.wpcf7-form textarea:focus {
  outline: none;
  border: 1px solid #015842;
}
.wpcf7-form .form-btn {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}
.wpcf7-form .form-btn input[type=submit] {
  -webkit-appearance: none;
  border: none;
  border: 0;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3793103448vw;
  display: block;
  position: relative;
  background: #015842;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 100px;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  .wpcf7-form .form-btn input[type=submit] {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .form-btn input[type=submit] {
    font-size: 16px;
    padding: 12px 76px;
  }
}

/* 404 */
.entry-404 {
  padding-bottom: 85px;
  text-align: center;
}

.entry-404-head {
  color: #707070;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .entry-404-head {
    font-size: 30px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

.eael-posted-on:before {
  display: none;
}

/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}