@charset "UTF-8";
/* hero
============================= */
.hero {
  max-width: 1920px;
  width: 100%;
  height: 1100px;
  margin: 100px auto 300px auto
}
.copy h2 {
  text-align: center;
  font-size: 53px;
  letter-spacing: 0.15em;
  margin-bottom: 300px;
  padding: 0 60px
}
.bg_fk {
  max-width: 2620px;
  height: 1650px;
  background-image: url("../image/bg-japan-map.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2620px 1650px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end
}
.bg_fk h2 {
  font-size: 53px;
  letter-spacing: 0.15em;
  margin-right: 200px;
  margin-bottom: 550px
}
@media (max-width: 1500px) {
  .hero {
    height: 800px;
    margin: 100px auto 100px auto
  }
  .copy h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 0px;
  }
  .bg_fk {
    height: 700px;
    background-size: 1200px auto;
  }
  .bg_fk h2 {
    font-size: 36px;
    margin-right: 60px;
    margin-bottom: 100px
  }
}
@media (max-width: 1000px) {
  .hero {
    height: 600px;
    margin: 60px auto 50px auto
  }
  .copy h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
  }
  .bg_fk {
    height: 700px;
    background-size: 1200px auto;
  }
  .bg_fk h2 {
    font-size: 24px;
    margin-right: 60px;
    margin-bottom: 100px
  }
}
@media (max-width:800px) {
  .hero {
    height: 450px;
    margin: 60px auto 50px auto
  }
  .copy h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 0 20px
  }
  .bg_fk h2 {
    font-size: 18px;
    margin-right: 40px;
    margin-bottom: 100px
  }
}
/*about
---------------------------------------*/
.about {
  padding-right: 0px;
  margin-bottom: 360px
}
.about h2 {
  font-size: 90px;
  letter-spacing: 0.05em;
  color: #00aa32;
  font-weight: 700;
  margin-bottom: 160px;
}
.about h2 span {
  font-size: 35px;
  color: #000000;
  display: block;
  font-weight: 500
}
.about .grid-2 {
  grid-template-columns: 1.1fr 1fr;
  gap: 160px
}
.about h3 {
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 90px
}
.about p {
  font-size: 28px;
  line-height: 1.9em
}
@media (max-width: 1500px) {
  .about {
    margin-bottom: 100px
  }
  .about h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .about h2 span {
    font-size: 20px;
  }
  .about .grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }
  .about h3 {
    font-size: 24px;
    margin-bottom: 20px
  }
  .about p {
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  .about .grid-2 {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 800px) {
  .about .grid-2 {
    grid-template-columns: 1fr;
  }
  .about p {
    padding-right: 20px
  }
}
/*nayami
---------------------------------------*/
.nayami_bg {
  position: relative;
  padding: 180px 20px 300px 20px;
  margin-bottom: 0px;
  background-image: url(../image/bg-nayami.webp);
  background-color: #e7f2e4;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.nayami_bg::after {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background-image: url(../image/nayami_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.nayami {
  padding: 0px
}
.nayami h2 {
  max-width: 833px;
  margin: 0 auto 100px auto;
  padding: 0 40px
}
.nayami ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 80px;
  margin-bottom: 150px
}
.nayami li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  width: 475px;
  height: 200px;
  border: solid 9px #c9dcc6;
  border-radius: 70px;
  font-weight: 700;
  background-color: #FFFFFF;
  flex-direction: column
}
.nayami li span span {
  color: #00aa32
}
.nayami h3 {
  font-size: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B5D8B5;
  max-width: 1500px;
  height: 180px;
  border-radius: 40px;
  gap: 50px;
  font-weight: 500;
  margin: 0 auto 0 auto
}
.nayami h3 img {
  height: 350px
}
@media (max-width: 1500px) {
  .nayami_bg {
    padding: 50px 20px 90px 20px;
    margin-bottom: 30px
  }
  .nayami_bg::after {
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
  }
  .nayami h2 {
    max-width: 700px;
    margin: 0 auto 50px auto;
    padding: 0 40px
  }
  .nayami ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px
  }
  .nayami li {
    font-size: 20px;
    width: 330px;
    height: 150px;
    border: solid 5px #c9dcc6;
    border-radius: 60px;
  }
  .nayami h3 {
    font-size: 26px;
    max-width: 800px;
    height: 80px;
    border-radius: 20px;
    gap: 30px;
  }
  .nayami h3 img {
    height: 150px
  }
}
@media (max-width: 1000px) {
  .nayami h3 {
    font-size: 20px;
    height: 80px;
    border-radius: 20px;
    gap: 20px;
  }
  .nayami h3 img {
    height: 140px
  }
}
@media (max-width: 800px) {
  .nayami_bg::after {
    top: -120px;
    left: -70px;
    width: 160px;
    height: 160px;
  }
  .nayami h2 {
    margin: 0 auto 30px auto;
    padding: 0 0px
  }
  .nayami ul {
    gap: 10px;
    margin-bottom: 50px
  }
  .nayami li {
    font-size: 16px;
    height: 100px;
    border: solid 3px #c9dcc6;
    border-radius: 40px;
  }
  .nayami h3 {
    font-size: 17px;
    height: 80px;
    border-radius: 20px;
    gap: 10px;
  }
  .nayami h3 img {
    height: 80px;
    margin-top: 30px
  }
}
/*reason
---------------------------------------*/
.reason_bg {
  padding: 140px 20px 180px 20px;
  margin-bottom: 290px;
  background-image: url(../image/bg-riyu.webp);
  background-color: #e7f2e4;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.reason {
  padding: 0px
}
.reason_copy {
  text-align: center;
  margin-top: -50px;
  padding: 0 40px;
}
.reason_copy .sp {
  display: none
}
.reason_copy img {
  max-width: 1014px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2
}
.reason .grid-3 div {
  padding: 0 30px;
  text-align: center
}
.reason .grid-3 div:nth-child(2) {
  border-left: dotted 2px #00aa32;
  border-right: dotted 2px #00aa32
}
.reason .grid-3 img {
  max-width: 377px;
  margin-bottom: 50px
}
.reason .grid-3 h3 {
  font-size: 37px;
  color: #00aa32;
  font-weight: 700;
  margin-bottom: 40px
}
.reason .grid-3 p {
  font-size: 27px;
  line-height: 1.5em
}
@media (max-width: 1500px) {
  .reason_bg {
    padding: 50px 20px 90px 20px;
    margin-bottom: 150px;
  }
  .reason .grid-3 div {
    padding: 0 30px;
    text-align: center
  }
  .reason .grid-3 {
    grid-template-columns: 1fr 1fr 1fr
  }
  .reason .grid-3 div:nth-child(2) {
    border-left: dotted 1px #00aa32 !important;
    border-right: dotted 1px #00aa32 !important
  }
  .reason .grid-3 img {
    max-width: 300px;
    margin-bottom: 10px
  }
  .reason .grid-3 h3 {
    font-size: 24px;
    margin-bottom: 20px
  }
  .reason .grid-3 p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 80px
  }
  .reason_copy img {
    max-width: 800px;
    width: 100%;
    text-align: center
  }
}
@media (max-width: 1200px) {
  .reason_bg {
    margin-bottom: 50px;
  }
  .reason .grid-3 {
    grid-template-columns: 1fr
  }
  .reason .grid-3 div:nth-child(2) {
    border-left: dotted 0px #00aa32 !important;
    border-right: dotted 0px #00aa32 !important
  }
  .reason .grid-3 img {
    max-width: 350px;
    margin-bottom: 10px
  }
}
@media (max-width: 800px) {
  .reason_copy .sp {
    display: block;
    width: 230px;
    margin: -60px auto 0 auto
  }
  .reason_copy .pc {
    display: none
  }
  .reason .grid-3 img {
    max-width: 200px;
    margin-bottom: 10px
  }
  .reason .grid-3 h3 {
    font-size: 20px;
    margin-bottom: 20px
  }
  .reason .grid-3 p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 40px
  }
}
/*oem
---------------------------------------*/
.oem_title {
  padding-right: 0px;
  margin-bottom: 0px
}
.oem_title h2 {
  font-size: 90px;
  letter-spacing: 0.05em;
  color: #00aa32;
  font-weight: 700;
  margin-bottom: 60px;
}
.oem_title h2 span {
  font-size: 35px;
  color: #000000;
  display: block;
  font-weight: 500
}
.oem_obi {
  width: 100%;
  height: 107px;
  background-image: url(../image/obi.webp);
  background-repeat: repeat-x;
  padding: 0 20px;
  margin-bottom: 100px
}
.oem_obi div {
  max-width: 1700px;
  text-align: left;
  margin: auto
}
.oem_obi div img {
  width: auto;
  height: 107px;
  margin-top: 20px
}
/**/
.oem {
  margin-bottom: 200px
}
.oem h3 {
  font-size: 51px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 150px;
  color: #00aa32;
}
.oem .grid-3 {
  max-width: 1100px;
  margin: auto;
  gap: 50px 70px;
  margin-bottom: 240px
}
.oem .grid-3 div {
  padding: 0px;
  text-align: center
}
.oem .grid-3 div p {
  font-size: 43px;
  color: #82aa28;
  font-weight: 700;
}
.oem .copy {
  max-width: 1400px;
  margin: auto
}
.oem .copy h4 {
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 50px
}
.oem .copy p {
  font-size: 33px
}
@media (max-width: 1500px) {
  .oem {
    margin-bottom: 50px
  }
  .oem_title h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .oem_title h2 span {
    font-size: 20px;
  }
  .oem .grid-3 {
    max-width: 700px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 70px;
    margin-bottom: 50px
  }
  .oem h3 {
    font-size: 24px;
    margin-bottom: 50px
  }
  .oem .grid-3 div img {
    width: 200px
  }
  .oem .grid-3 div p {
    font-size: 24px;
  }
  .oem .copy {
    max-width: 800px;
    margin: auto;
  }
  .oem .copy h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
  }
  .oem .copy p {
    font-size: 15px
  }
  /*帯*/
  .oem_obi {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 60px;
    background-size: 60px;
  }
  .oem_obi div img {
    height: 60px;
    margin-top: -5px
  }
}
@media (max-width: 1000px) {
  .oem .grid-3 {
    gap: 30px 30px;
    margin-bottom: 50px;
    padding: 0 40px
  }
  .oem .grid-3 div p {
    font-size: 17px;
    padding-top: 10px
  }
}
@media (max-width: 800px) {
  .oem .grid-3 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
    padding: 0 30px 0 20px
  }
}
/*sell
---------------------------------------*/
.sell {
  padding-right: 0px;
  margin-bottom: 400px
}
.sell h3 {
  font-size: 51px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 150px;
  color: #00aa32;
}
.sell .grid-3 {
  max-width: 1100px;
  margin: auto;
  gap: 50px 70px;
  margin-bottom: 240px
}
.sell .grid-3 div {
  padding: 0px;
  text-align: center
}
.sell .grid-3 div p {
  font-size: 43px;
  color: #00aa32;
  font-weight: 700;
}
.sell .copy {
  max-width: 1400px;
  margin: auto
}
.sell .copy h4 {
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 50px
}
.sell .copy p {
  font-size: 33px;
  padding: 0 20px 0 0
}
@media (max-width: 1500px) {
  .sell {
    padding-right: 0px;
    margin-bottom: 150px
  }
  .sell .grid-3 {
    max-width: 700px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 70px;
    margin-bottom: 50px
  }
  .sell h3 {
    font-size: 24px;
    margin-bottom: 50px
  }
  .sell .grid-3 div img {
    width: 200px
  }
  .sell .grid-3 div p {
    font-size: 24px;
  }
  .sell .copy {
    max-width: 800px;
    margin: auto;
  }
  .sell .copy h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
  }
  .sell .copy p {
    font-size: 15px
  }
}
@media (max-width: 1000px) {
  .sell .grid-3 {
    gap: 30px 30px;
    margin-bottom: 50px;
    padding: 0 40px
  }
  .sell .grid-3 div p {
    font-size: 16px;
    padding-top: 10px
  }
}
@media (max-width: 800px) {
  .sell .grid-3 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
    padding: 0 30px 0 10px
  }
}
/*company
---------------------------------------*/
.company_title {
  padding-right: 0px;
  margin-bottom: 70px
}
.company_title h2 {
  font-size: 90px;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #00aa32;
  font-weight: 700;
  margin-bottom: 0px;
}
.company_title h2 span {
  font-size: 35px;
  color: #000000;
  display: block;
  font-weight: 500
}
.company {
  margin-bottom: 300px
}
.gmap iframe {
  width: 100%;
  height: 850px;
  margin-bottom: 120px
}
.company table {
  width: 100%;
  max-width: 850px;
  border-collapse: collapse; /* 線の重なりを防ぐ */
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: auto;
  font-size: 30px;
}
.company th {
  width: 200px;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #00a84d;
  border-bottom: 2px solid #00a84d;
  font-weight: 400
}
.company td {
  padding: 20px 20px 20px 90px;
  vertical-align: top;
  border-bottom: 2px solid #ddd;
  font-weight: 400
}
/* 最後の行の線は不要なら削除 */
.company tr:last-child {
  border-bottom: none;
}
@media (max-width: 1500px) {
  .company {
    margin-bottom: 100px
  }
  .company_title {
    padding-right: 0px;
    margin-bottom: 20px
  }
  .company_title h2 {
    font-size: 40px;
    margin-bottom: 0px;
  }
  .company_title h2 span {
    font-size: 20px;
  }
  .gmap iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 20px
  }
  .company table {
    font-size: 14px;
  }
  .company th {
    width: 100px;
    padding: 10px 10px;
  }
  .company td {
    padding: 20px 20px 20px 20px;
    vertical-align: top;
    border-bottom: 2px solid #ddd;
    font-weight: 400
  }
}