/**
 * fv
 */
.fv {
  width: 100%;
  overflow: hidden;
  background-image: url("../image/top/fv-pc.jpg");
  background-image: -webkit-image-set(url("../image/top/fv-pc.jpg") 1x, url("../image/top/2x/fv-pc@2x.jpg") 2x);
  background-image: image-set(url("../image/top/fv-pc.jpg") 1x, url("../image/top/2x/fv-pc@2x.jpg") 2x);
  background-size: contain;
  height: 47vw;
  min-height: 600px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fv {
    position: relative;
  }
}
@media screen and (max-width: 820px) {
  .fv {
    background-image: url(../image/top/fv.png);
    background-image: -webkit-image-set(url(../image/top/fv.png) 1x, url(../image/top/2x/fv@2x.png) 2x);
    background-image: image-set(url(../image/top/fv.png) 1x, url(../image/top/2x/fv@2x.png) 2x);
    background-size: 98vw;
    background-position: top right;
    height: auto;
    min-height: 1px;
  }
}
@media screen and (max-width: 599px) {
  .fv {
    height: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .fv {
    background-image: url(../image/top/fv-pc.jpg);
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 820px) {
  *::-ms-backdrop, .fv {
    background-image: url(../image/top/fv.png);
  }
}
.fv-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 13.35vw 48px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .fv-wrapper {
    padding: 27vw 5vw;
  }
}
@media screen and (max-width: 599px) {
  .fv-wrapper {
    padding: 72vw 0 5vw 5vw;
  }
}

.fv-copy1 {
  display: inline-block;
  font-size: 5.6rem;
  font-weight: 900;
  padding-bottom: 12px;
  padding-right: 13px;
  border-bottom: 6px solid #000;
  margin-bottom: 3.4vw;
}
@media screen and (max-width: 820px) {
  .fv-copy1 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 599px) {
  .fv-copy1 {
    font-size: 6.5vw;
    padding-bottom: 3vw;
    padding-right: 0;
    border-bottom: 3px solid #000;
    margin-bottom: 5vw;
  }
}

.fv-copy2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 80px;
  margin-bottom: 4vw;
}
@media screen and (max-width: 820px) {
  .fv-copy2 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 599px) {
  .fv-copy2 {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
}

.fv-balloon {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  background: #ffa800;
  width: 400px;
  border-radius: 100px;
  padding: 20px 0px 24px 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .fv-balloon {
    font-size: 3.5vw;
    width: 45vw;
    padding: 2vw 0 2.2vw 2vw;
  }
}
@media screen and (max-width: 599px) {
  .fv-balloon {
    font-size: 4.5vw;
    width: 60vw;
    margin: 0 auto;
  }
}
.fv-balloon:after {
  position: absolute;
  content: "";
  top: 21px;
  right: -14px;
  width: 48px;
  height: 38px;
  background: url(../image/top/sankaku.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .fv-balloon:after {
    top: 0vw;
    right: -1.5vw;
    width: 5vw;
    height: 4vw;
  }
}
@media screen and (max-width: 599px) {
  .fv-balloon:after {
    top: -1vw;
    right: 0vw;
    width: 10vw;
    height: 8vw;
  }
}

/**
 * feature
 */
@media screen and (max-width: 599px) {
  section:nth-of-type(n+2) {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.feature {
  background-image: -webkit-image-set(url(../image/top/feature-bg.png) 1x, url(../image/top/2x/feature-bg@2x.png) 2x);
  background-image: image-set(url(../image/top/feature-bg.png) 1x, url(../image/top/2x/feature-bg@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: top 158px right 0;
  padding-bottom: 29px;
}
@media screen and (max-width: 820px) {
  .feature {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .feature {
    background-image: none;
  }
}

.section-title_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 599px) {
  .section-title_container {
    margin-top: 3.5vw;
  }
}

.feature-mes {
  background: #88b72d;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding: 13px 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .feature-mes {
    font-size: 3vw;
    padding: 2vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 599px) {
  .feature-mes {
    font-size: 4.5vw;
    padding: 3vw 2vw;
    margin-bottom: 5vw;
  }
}
.feature-mes span {
  font-size: inherit;
}

.sectionTitle_wrapper {
  text-align: center;
}

.featureLists {
  max-width: 1440px;
  padding: 0 20px;
  margin: 80px auto 0;
}
@media screen and (max-width: 820px) {
  .featureLists {
    padding: 0 5vw;
    margin-bottom: 8vw auto 0;
  }
}
@media screen and (max-width: 599px) {
  .featureLists {
    padding: 0;
    margin: 8vw auto 0;
  }
}

.featureItem {
  display: flex;
  padding-right: 68px;
  padding-left: 80px;
  margin-bottom: 62px;
}
.featureItem:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .featureItem:nth-of-type(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  .featureItem {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .featureItem {
    flex-direction: column;
    margin-bottom: 9vw !important;
  }
}

.featureItem_img {
  flex: 1 0 auto;
  width: 554px;
}
@media screen and (max-width: 820px) {
  .featureItem_img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .featureItem_img {
    width: 100%;
  }
}
.featureItem_img img {
  width: 100%;
}

.featureItem_desc {
  padding: 38px 73px 20px 40px;
}
@media screen and (max-width: 820px) {
  .featureItem_desc {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 599px) {
  .featureItem_desc {
    padding: 2vw 3vw;
  }
}

.featureItem:nth-of-type(2) {
  margin-bottom: 25px;
}
.featureItem:nth-of-type(2) .featureItem_img {
  width: 538px;
}
@media screen and (max-width: 820px) {
  .featureItem:nth-of-type(2) .featureItem_img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .featureItem:nth-of-type(2) .featureItem_img {
    width: 100%;
  }
}
.featureItem:nth-of-type(2) .featureItem_desc {
  padding: 71px 68px 0 69px;
}
@media screen and (max-width: 820px) {
  .featureItem:nth-of-type(2) .featureItem_desc {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 599px) {
  .featureItem:nth-of-type(2) .featureItem_desc {
    padding: 2vw 3vw;
  }
}

.featureItem:nth-of-type(3) .featureItem_img {
  margin-top: 49px;
}
@media screen and (max-width: 599px) {
  .featureItem:nth-of-type(3) .featureItem_img {
    margin-top: 0;
  }
}
.featureItem:nth-of-type(3) .featureItem_desc {
  padding: 0 79px 0 41px;
}
@media screen and (max-width: 820px) {
  .featureItem:nth-of-type(3) .featureItem_desc {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 599px) {
  .featureItem:nth-of-type(3) .featureItem_desc {
    padding: 2vw 3vw;
  }
}

.featureItem_title1 {
  color: #88b72d;
  margin-bottom: 7px;
}
@media screen and (max-width: 820px) {
  .featureItem_title1 {
    margin-bottom: 0.8vw;
  }
}
.featureItem_title1 span {
  font-weight: 700;
}
.featureItem_title1 span:first-of-type {
  font-size: 2.6rem;
  letter-spacing: 0.025em;
  margin-right: 2px;
}
@media screen and (max-width: 820px) {
  .featureItem_title1 span:first-of-type {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 599px) {
  .featureItem_title1 span:first-of-type {
    font-size: 4vw;
  }
}
.featureItem_title1 span:nth-of-type(2) {
  font-size: 3.6rem;
}
@media screen and (max-width: 820px) {
  .featureItem_title1 span:nth-of-type(2) {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .featureItem_title1 span:nth-of-type(2) {
    font-size: 5.5vw;
  }
}

.featureItem_title2 {
  margin-bottom: 37px;
}
@media screen and (max-width: 820px) {
  .featureItem_title2 {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 599px) {
  .featureItem_title2 {
    margin-bottom: 4vw;
  }
}
.featureItem_title2 span {
  font-size: 3.2rem;
  font-weight: 500;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .featureItem_title2 span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .featureItem_title2 span {
    font-size: 4.5vw;
  }
}

.featureItem_desc_text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 820px) {
  .featureItem_desc_text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 599px) {
  .featureItem_desc_text {
    font-size: 3.5vw;
  }
}

/**
 * machine
 */
.machine {
  padding: 37px 0 50px;
}
@media screen and (max-width: 599px) {
  .machine {
    padding-top: 7vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 599px) {
  .machine {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
}

.machineLists {
  display: flex;
  max-width: 1500px;
  margin: 52px auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .machineLists {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 599px) {
  .machineLists {
    margin: 5vw auto;
  }
}

.machineItem {
  width: 25%;
  padding: 25px 25px 0;
}
@media screen and (max-width: 820px) {
  .machineItem {
    width: 50%;
    padding: 1.5vw;
    margin-bottom: 6vw;
  }
}
.machineItem_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.machineItem_img {
  width: 100%;
}
.machineItem_img img {
  width: 100%;
}

.machineItem_desc {
  padding: 17px 0;
  margin-bottom: 3px;
}
@media screen and (max-width: 599px) {
  .machineItem_desc {
    padding: 2vw 0;
    margin-bottom: 2vw;
  }
}

.desc-main {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .desc-main {
    font-size: 3.3vw;
  }
}

.desc-sub {
  color: #88b72d;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  border: 3px solid #88b72d;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .desc-sub {
    font-size: 3.5vw;
  }
}

/**
 * soudan
 */
.soudan {
  padding: 100px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 820px) {
  .soudan {
    padding-top: 5vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 599px) {
  .soudan {
    padding-top: 10vw;
    padding-bottom: 0vw;
    margin-bottom: -1vw;
    z-index: -1;
  }
}

.soudan_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  .soudan_inner {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 599px) {
  .soudan_inner {
    padding: 0;
  }
}

.soudan-mes_en {
  margin-left: -70px;
  margin-bottom: 15px;
  max-width: 142px;
}
@media screen and (max-width: 1200px) {
  .soudan-mes_en {
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .soudan-mes_en {
    width: 22vw;
    margin-left: 0;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 599px) {
  .soudan-mes_en {
    margin-bottom: 3vw;
  }
}
.soudan-mes_en img {
  width: 100%;
}

.soudan-mes span {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .soudan-mes span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .soudan-mes span {
    font-size: 5.2vw;
  }
}

.soudan_inner {
  position: relative;
}

.soudan_body {
  position: relative;
  z-index: 3;
}

.soudanList {
  margin-top: 63px;
}
@media screen and (max-width: 820px) {
  .soudanList {
    margin-top: 4vw;
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .soudanList {
    margin-top: 8vw;
    width: 100%;
  }
}

.soudanItem {
  position: relative;
  padding-left: 30px;
  margin-bottom: 17px;
}
@media screen and (max-width: 820px) {
  .soudanItem {
    padding-left: 4vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 599px) {
  .soudanItem {
    padding-left: 7vw;
  }
}
.soudanItem:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #88b72d;
}
@media screen and (max-width: 820px) {
  .soudanItem:before {
    width: 1.2vw;
    height: 1.2vw;
    top: 1.7vw;
  }
}
@media screen and (max-width: 599px) {
  .soudanItem:before {
    width: 2vw;
    height: 2vw;
    top: 2.7vw;
  }
}
.soudanItem p {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}
@media screen and (max-width: 820px) {
  .soudanItem p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 599px) {
  .soudanItem p {
    font-size: 3.7vw;
    margin-bottom: 1vw;
  }
}

.soudan_balloon {
  position: relative;
  z-index: 3;
  margin-top: 71px;
  padding-left: 25px;
}
@media screen and (max-width: 820px) {
  .soudan_balloon {
    margin-top: 6vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .soudan_balloon {
    margin-top: 12vw;
    padding-left: 0;
    margin-bottom: 7vw;
  }
}
.soudan_balloon p {
  display: inline-block;
  background-color: #ffa800;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 20px 52px 24px 45px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .soudan_balloon p {
    font-size: 3.3vw;
    padding: 3vw 8vw;
  }
}
@media screen and (max-width: 599px) {
  .soudan_balloon p {
    font-size: 4vw;
    padding: 6vw;
  }
}
.soudan_balloon p:before {
  position: absolute;
  content: "";
  top: -25px;
  right: 110px;
  width: 36px;
  height: 48px;
  background-image: url(../image/top/soudan-sankaku.svg);
}
@media screen and (max-width: 599px) {
  .soudan_balloon p:before {
    transform: scale(-1, -1);
    top: auto;
    bottom: -5vw;
    right: 9vw;
  }
}

.soudan-img {
  position: absolute;
  bottom: 69px;
  right: 61px;
  width: 402px;
}
@media screen and (max-width: 820px) {
  .soudan-img {
    width: 37vw;
  }
}
@media screen and (max-width: 599px) {
  .soudan-img {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 75%;
  }
}
.soudan-img img {
  width: 100%;
}

.soudan-img-bg {
  position: absolute;
  top: -230px;
  left: -186px;
  z-index: 1;
  width: 884px;
}
@media screen and (max-width: 820px) {
  .soudan-img-bg {
    width: 53vw;
    top: -23vw;
    left: -17vw;
  }
}
@media screen and (max-width: 599px) {
  .soudan-img-bg {
    display: none;
  }
}
.soudan-img-bg img {
  width: 100%;
}

.soudan-img-human {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .soudan-img-human {
    width: 100%;
  }
  .soudan-img-human img {
    width: 100%;
  }
}

/** 
 * company  
 */
.company {
  padding: 88px 0 73px;
}
@media screen and (max-width: 820px) {
  .company {
    padding: 8vw 0;
  }
}

.company_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  .company_inner {
    padding: 0 5vw;
  }
}

.greetings {
  background: #f3f8ea;
  background-image: url(../image/top/greetings.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  padding: 64px 73px 76px 79px;
  margin-top: 85px;
}
@media screen and (max-width: 820px) {
  .greetings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 80%;
    padding: 4vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .greetings {
    padding: 10vw 4vw;
    margin-top: 12vw;
    background-size: 90%;
  }
}

.greetings_title {
  font-size: 3.6rem;
  font-weight: 700;
  flex: 1 0 auto;
}
@media screen and (max-width: 820px) {
  .greetings_title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 599px) {
  .greetings_title {
    font-size: 5vw;
  }
}

.greetings_body {
  padding-top: 6px;
  padding-left: 83px;
}
@media screen and (max-width: 820px) {
  .greetings_body {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .greetings_body {
    padding-top: 2vw;
  }
}

.greetings_mes {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 42px;
  text-align: justify;
}
@media screen and (max-width: 820px) {
  .greetings_mes {
    font-size: 2.3vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 599px) {
  .greetings_mes {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
}
.greetings_mes span {
  font-size: inherit;
  font-weight: 700;
}

.greetings_comment {
  border: 1px solid #2d5d29;
  color: #2d5d29;
  width: calc(100% - 25px);
  padding: 20px 0 22px 146px;
}
@media screen and (max-width: 820px) {
  .greetings_comment {
    padding: 2vw 2.5vw;
  }
}
@media screen and (max-width: 599px) {
  .greetings_comment {
    padding: 3vw 2vw;
    width: 100%;
    letter-spacing: 0;
  }
}
.greetings_comment span:first-of-type {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .greetings_comment span:first-of-type {
    font-size: 3.6vw;
  }
}
.greetings_comment span:nth-of-type(2) {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .greetings_comment span:nth-of-type(2) {
    font-size: 3.2 vw;
  }
}

.company_info {
  padding-top: 74px;
}
@media screen and (max-width: 820px) {
  .company_info {
    padding-top: 5vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
}
.company_info dt, .company_info dd {
  border-bottom: 1px solid #dddddd;
  font-size: 1.8rem;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media screen and (max-width: 820px) {
  .company_info dt, .company_info dd {
    font-size: 2.3vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 599px) {
  .company_info dt, .company_info dd {
    font-size: 3.5vw;
    padding: 3vw 0;
  }
}
.company_info dt:last-of-type, .company_info dd:last-of-type {
  border-bottom: 0px solid transparent;
}
.company_info dt a, .company_info dd a {
  font-size: 1.8rem;
  color: #36558f;
  text-decoration: underline;
}
.company_info dt {
  width: 18%;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .company_info dt {
    width: 23%;
  }
}
.company_info dd {
  width: 82%;
  padding-left: 2px;
}
@media screen and (max-width: 599px) {
  .company_info dd {
    width: 77%;
  }
}
/*# sourceMappingURL=index.css.map */