@charset "UTF-8";
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .header {
    font-size: 1rem;
  }
}

.header-main {
  height: 11.3em;
  padding-left: 3.2em;
  padding-right: 4em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1750px) {
  .header-main {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 999px) {
  .header-main {
    height: 10.3em;
  }
}
@media screen and (max-width: 767px) {
  .header-main {
    height: 8.3em;
  }
}

.img-logo {
  width: 42.1em;
}
@media screen and (max-width: 999px) {
  .img-logo {
    width: 35em;
  }
}
@media screen and (max-width: 767px) {
  .img-logo {
    width: 27em;
  }
}

.header-list-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 9.6em;
       column-gap: 9.6em;
}
@media screen and (max-width: 1750px) {
  .header-list-menu {
    -moz-column-gap: 3.71vw;
         column-gap: 3.71vw;
  }
}
@media screen and (max-width: 1500px) {
  .header-list-menu {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
}
@media screen and (max-width: 999px) {
  .header-list-menu {
    display: block;
  }
  .header-list-menu li {
    border-top: max(1px, 0.1rem) solid #4CAE6A;
  }
}
.header-list-menu a.header-list-menua {
  position: relative;
  z-index: 2;
}
.header-list-menu a.header-list-menua span {
  font-size: max(14px, 1.9em);
}
.header-list-menu a.header-list-menua {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .header-list-menu a.header-list-menua:before {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    right: 0;
    height: max(2px, 0.2em);
    background-color: #4CAE6A;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .header-list-menu a.header-list-menua:hover, .header-list-menu a.header-list-menua.is-active {
    color: #4CAE6A;
  }
  .header-list-menu a.header-list-menua:hover:before, .header-list-menu a.header-list-menua.is-active:before {
    opacity: 1;
  }
}
@media screen and (max-width: 999px) {
  .header-list-menu a.header-list-menua {
    display: block;
    text-align: center;
    padding: 1em 0;
  }
  .header-list-menu a.header-list-menua:hover, .header-list-menu a.header-list-menua.is-active {
    background-color: #4CAE6A;
    color: #fff;
  }
}

.header-btn-contact {
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 25.2em;
  height: 7em;
  border-radius: 1em;
  background-image: url(../img/common/image03.png), url(../img/common/image02.jpg);
  background-size: 1.3em auto, cover;
  background-position: right 3.6em center, center center;
  background-repeat: no-repeat, no-repeat;
  padding-left: 4em;
  transition: all 0.3s ease-in-out;
}
.header-btn-contact:hover {
  background-position: right 2.6em center, center center;
}
.header-btn-contact span {
  font-size: max(14px, 2.1em);
}
@media screen and (max-width: 999px) {
  .header-btn-contact {
    display: none;
  }
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 10.8em;
       column-gap: 10.8em;
}
@media screen and (max-width: 1750px) {
  .header-right {
    -moz-column-gap: 3.71vw;
         column-gap: 3.71vw;
  }
}
@media screen and (max-width: 1500px) {
  .header-right {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
}
@media screen and (max-width: 999px) {
  .header-right {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
  }
}

.btn-hamberger {
  display: none;
}
@media screen and (max-width: 999px) {
  .btn-hamberger {
    display: block;
  }
}

.scaping-header {
  height: 113px;
}
@media screen and (max-width: 1400px) {
  .scaping-header {
    height: 8.07vw;
  }
}
@media screen and (max-width: 999px) {
  .scaping-header {
    height: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  .scaping-header {
    height: 8.5rem;
  }
}

.sec1-top {
  position: relative;
}

.sec1-top-anow {
  position: absolute;
  width: 91.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sec1-top-anow {
    width: 65.36vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-anow {
    width: 53rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-anow {
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sec1-top-anow img {
    width: 28rem;
  }
}
.sec1-top-anow .txt-fs22 {
  margin-top: 3.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec1-top-anow .txt-fs22 {
    margin-top: 1.5rem;
  }
}

.txt-fs22 {
  font-size: max(14px, 2.2rem);
}
@media screen and (max-width: 767px) {
  .txt-fs22 {
    font-size: 1.8rem;
  }
}

.fw500 {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .sec1-top--img {
    height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sec2-top {
  background-color: #DBEFE1;
  padding-bottom: 11.4rem;
}
@media screen and (max-width: 999px) {
  .sec2-top {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-bottom: 5rem;
  }
}

.tlt-amose {
  max-width: 145.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.tlt-amoseh3 {
  width: 44.7rem;
  height: 13rem;
  display: flex;
  justify-content: center;
  background-image: url(../img/top/image04.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 3.5rem;
}
@media screen and (max-width: 999px) {
  .tlt-amoseh3 {
    width: 38.7rem;
    height: 11rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-amoseh3 {
    width: 100%;
    height: 10rem;
    background-size: cover;
    background-position: bottom center;
  }
}
.tlt-amoseh3 img {
  height: 3.5rem;
}
@media screen and (max-width: 999px) {
  .tlt-amoseh3 img {
    height: 3rem;
  }
}

.tlt-amose-subeng {
  position: relative;
}

.tlt-amose-subeng-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .tlt-amose-subeng-img {
    position: static;
    margin-top: 3rem;
  }
}
.tlt-amose-subeng-img img {
  height: 12.7rem;
}
@media screen and (max-width: 1500px) {
  .tlt-amose-subeng-img img {
    height: 7.33vw;
  }
}
@media screen and (max-width: 999px) {
  .tlt-amose-subeng-img img {
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-amose-subeng-img img {
    width: 100%;
    height: auto;
  }
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec2-top-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding-top: 8.5rem;
}
.sec2-top-main .txt-fs38 {
  font-weight: 900;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-main {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-main {
    display: block;
    padding-top: 3rem;
  }
}
.sec2-top-main .txt-fs18 {
  padding-right: 2rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-main .txt-fs18 {
    padding-right: 0;
  }
}
.sec2-top-main .btn-more {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-main .btn-more {
    margin-left: auto;
    margin-right: auto;
  }
}

.txt-fs18 {
  font-size: max(14px, 1.8rem);
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.lh24 {
  line-height: 2.4;
}

.btn-more {
  font-size: max(14px, 1.8rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.8rem;
  height: 7rem;
  background-image: url(../img/common/image03.png), url(../img/common/image02.jpg);
  background-size: 1.2rem auto, cover;
  background-position: right 5.2rem center, center center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.btn-more:hover {
  background-position: right 4.2rem center, center center;
}
@media screen and (max-width: 999px) {
  .btn-more:hover {
    background-position: right 2rem center, center center;
  }
}
@media screen and (max-width: 999px) {
  .btn-more {
    width: 28rem;
    background-position: right 3rem center, center center;
  }
}
@media screen and (max-width: 767px) {
  .btn-more {
    width: 24rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-top-right {
    margin-top: 3rem;
  }
}

.sec3-top-main {
  max-width: 104.3rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-main {
    padding-top: 5rem;
  }
}

.sec3-top-main-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 8.8rem;
       column-gap: 8.8rem;
  row-gap: 8.8rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-main-ul {
    -moz-column-gap: 3.4rem;
         column-gap: 3.4rem;
    row-gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-main-ul {
    display: block;
  }
  .sec3-top-main-ul li + li {
    margin-top: 4rem;
  }
}
.sec3-top-main-ul .sec3-top-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #4CAE6A;
  border-radius: 100rem;
  box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.4117647059);
  padding-top: 7rem;
  color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-ul .sec3-top-item {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec3-top-main-ul li:nth-child(2n) {
    transform: translateY(16.4rem);
  }
}

.sec3-top-item {
  text-align: center;
}
.sec3-top-item img.img-number {
  height: 3.2rem;
}
.sec3-top-item .txt-fs18 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item .txt-fs18 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    letter-spacing: -0.04rem;
  }
}

.sec3-top-item-tlt {
  font-size: 3.8rem;
  font-weight: 700;
  margin-top: 1.7rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-tlt {
    font-size: max(14px, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item-tlt {
    font-size: 2.6rem;
  }
}

.lh14 {
  line-height: 1.4;
}

.sec3-top-main-link {
  margin-top: 23.4rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-main-link {
    margin-top: 8rem;
  }
}
.sec3-top-main-link a {
  margin-left: auto;
  margin-right: auto;
}

.sec3-top {
  padding-bottom: 12.4rem;
  background-image: url(../img/top/image22.png);
  background-size: 120.7rem auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 999px) {
  .sec3-top {
    padding-bottom: 8rem;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-bottom: 5rem;
    background-size: 144% auto;
  }
}

.txt-fs38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 1400px) {
  .txt-fs38 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 999px) {
  .txt-fs38 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs38 {
    font-size: 2.2rem;
  }
}

.lh19 {
  line-height: 1.9;
}

@media screen and (min-width: 1000px) {
  .sec4-top .sec2-top-main .btn-more {
    margin-top: 3rem;
  }
}
.sec4-top .sec2-top-main {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .sec4-top .sec2-top-right {
    padding-top: 9.2rem;
  }
}

.sec4-top-tlt {
  position: relative;
}
.sec4-top-tlt .sec4-top-tlt-main {
  position: absolute;
  top: 8.3rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sec4-top-tlt .sec4-top-tlt-main {
    top: 5.9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-tlt .sec4-top-tlt-main {
    top: 4.6rem;
  }
}
.sec4-top-tlt .sec4-top-tlt-main img {
  height: 5.8rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-tlt .sec4-top-tlt-main img {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-tlt .sec4-top-tlt-main img {
    height: 2.8rem;
  }
}

.sec4-top-tlt-bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 37rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-tlt-bg {
    height: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-tlt-bg {
    height: 20rem;
  }
}

.sec4-top-content {
  position: relative;
  z-index: 3;
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-content {
    margin-top: -8rem;
  }
}

.sec5-top {
  max-width: 176.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  margin-top: 13.3rem;
}
@media screen and (max-width: 999px) {
  .sec5-top {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    width: 100%;
    margin-top: 5rem;
  }
}

.sec5-top-left {
  width: 51.6%;
}

.sec5-top-right {
  width: 48.4%;
}

.sec5-top-box-left {
  background-color: #4CAE6A;
  height: 51.5rem;
  width: calc(100% - 86.5rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .sec5-top-box-left {
    width: calc(100% - 49.67vw);
    height: 34.33vw;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-box-left {
    align-items: flex-start;
    text-align: left;
    height: auto;
    padding: 5rem 3rem;
    width: calc(100% - 47.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-box-left {
    text-align: center;
    display: block;
    width: 100%;
    padding: 5rem 1.5rem;
    margin-top: -0.3rem;
  }
  .sec5-top-box-left .btn-more {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec5-top-box-left .txt-fs18 {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 999px) {
  .sec5-top-box-left .txt-fs18 {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}

.sec5-top-tlt {
  height: 3.6rem;
}
@media screen and (max-width: 999px) {
  .sec5-top-tlt {
    height: 3rem;
  }
}

.sec5-top-box-right {
  position: relative;
}
.sec5-top-box-right .sec5-top-box-right-img {
  position: absolute;
  top: 12.2rem;
  right: 0;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1500px) {
  .sec5-top-box-right .sec5-top-box-right-img {
    top: 7vw;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-box-right .sec5-top-box-right-img {
    top: 6.5rem;
  }
}
.sec5-top-box-right .sec5-top-box-right-img img {
  width: 99.8rem;
}
@media screen and (max-width: 1750px) {
  .sec5-top-box-right .sec5-top-box-right-img img {
    width: max(57.03vw, 90rem);
  }
}
@media screen and (max-width: 1500px) {
  .sec5-top-box-right .sec5-top-box-right-img img {
    width: 56vw;
  }
}

.sec5-top .tlt-amose-subeng-img {
  z-index: 2;
}

.sec6-top {
  margin-top: 12.19vw;
}
@media screen and (max-width: 1400px) {
  .sec6-top {
    margin-top: 9.19vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec6-top {
    margin-top: 7.19vw;
  }
}

.sec6-top-content {
  position: relative;
}
.sec6-top-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 24, 21, 0.4);
}
.sec6-top-content .sec6-top-content-log {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding-top: 6.09vw;
  background-image: url(../img/top/image34.png);
  background-size: 108.7em auto;
  background-repeat: no-repeat;
  background-position: top 15.7em center;
}
@media screen and (max-width: 1750px) {
  .sec6-top-content .sec6-top-content-log {
    font-size: 0.57vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec6-top-content .sec6-top-content-log {
    padding-top: 4.09vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-content .sec6-top-content-log {
    font-size: 1rem;
    background-size: 73.7em auto;
    background-position: top 12.7em center;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-content .sec6-top-content-log {
    background-size: 39.7em auto;
    background-position: top 17.7em center;
  }
}
.sec6-top-content .sec6-top-content-log .only-green {
  margin-top: 1.8rem;
}

.sec6-top-tlt {
  height: 3.3rem;
}
@media screen and (max-width: 999px) {
  .sec6-top-tlt {
    height: 3rem;
  }
}

.sec6-top-txt-tlt {
  font-weight: 900;
  line-height: 1.4;
  margin-top: 3.3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec6-top-txt-tlt {
    margin-top: 2.3em;
  }
}
.sec6-top-txt-tlt span {
  font-size: 5.7em;
}
@media screen and (max-width: 999px) {
  .sec6-top-txt-tlt span {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-txt-tlt span {
    font-size: 3.2em;
  }
}

.sec6-top-img-tlt img {
  width: 78.2em;
}
@media screen and (max-width: 999px) {
  .sec6-top-img-tlt img {
    width: 49.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-img-tlt img {
    width: 32.2em;
  }
}

.fw700 {
  font-weight: 700;
}

.sec6-top-prp {
  margin-top: 15rem;
}
@media screen and (max-width: 1750px) {
  .sec6-top-prp {
    margin-top: 8.57vw;
  }
}
@media screen and (max-width: 1600px) {
  .sec6-top-prp {
    margin-top: 5.57vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec6-top-prp {
    margin-top: 3.57vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec6-top-prp {
    margin-top: 2.57vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-prp {
    margin-top: 8.5rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-prp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    margin-top: 3rem;
  }
}

.only-green {
  background-image: url(../img/common/image04.png), url(../img/top/image35.jpg) !important;
}

.sec6-top-content-log-eng {
  position: relative;
}

.sec6-top-content-log-eng-img {
  position: absolute;
  top: 2.86vw;
  left: 5.2em;
}
@media screen and (max-width: 1400px) {
  .sec6-top-content-log-eng-img {
    top: 1.86vw;
    left: 2.2em;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-content-log-eng-img {
    top: 1rem;
    left: 1.5em;
  }
}
.sec6-top-content-log-eng-img img {
  width: 72.8em;
}
@media screen and (max-width: 999px) {
  .sec6-top-content-log-eng-img img {
    width: 40.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-content-log-eng-img img {
    width: 25.8em;
  }
}

@media screen and (max-width: 999px) {
  .sec6-top-content-img-main {
    display: none;
  }
}

.sec6-top-content-hub {
  display: none;
}
@media screen and (max-width: 999px) {
  .sec6-top-content-hub {
    display: block;
  }
}
.sec6-top-content-hub {
  width: 100%;
  height: 43.8rem;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 999px) {
  .sec6-top-content-hub {
    height: 40.8rem;
  }
  .sec6-top-content-hub1 {
    animation: anime1 20s linear infinite;
  }
  .sec6-top-content-hub2 {
    animation: anime2 20s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-content-hub {
    height: 48.8rem;
  }
}

@media screen and (min-width: 768px) {
  @keyframes anime1 {
    0% {
      background-position: 148.2rem 0;
    }
    100% {
      background-position: -148.2rem 0;
    }
  }
  @keyframes anime2 {
    0% {
      background-position: -148.2rem 0;
    }
    100% {
      background-position: 148.2rem 0;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes anime1 {
    0% {
      background-position: 177.3rem 0;
    }
    100% {
      background-position: -177.3rem 0;
    }
  }
  @keyframes anime2 {
    0% {
      background-position: -177.3rem 0;
    }
    100% {
      background-position: 177.3rem 0;
    }
  }
}
.footer1 {
  max-width: 112.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #DFEFE2;
  border-radius: 21.6rem;
  padding-top: 11.6rem;
  padding-bottom: 11.6rem;
}
@media screen and (max-width: 999px) {
  .footer1 {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer1 {
    border-radius: 1.5rem;
    padding: 5rem 1.5rem;
  }
}

.footer1-tlt {
  text-align: center;
}
.footer1-tlt img {
  height: 2.8rem;
}

.footer1-txt {
  text-align: center;
  margin-top: 1.5rem;
  letter-spacing: 0.12rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .footer1-txt {
    margin-bottom: 2rem;
  }
}

.footer1-grlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 5.2rem;
}
@media screen and (max-width: 767px) {
  .footer1-grlink {
    display: block;
    padding-left: 0;
  }
}

.footer1-grlink-item--tel {
  width: 30rem;
}

.footer1-grlink-item:first-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer1-grlink-item:first-child {
    text-align: left;
  }
}
.footer1-grlink-item:first-child .txt-fs18 {
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .footer1-grlink-item:first-child .txt-fs18 {
    padding-right: 0;
    padding-top: 0.5rem;
    padding-left: 4rem;
  }
}

.footer1-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem;
  background-color: #fff;
  height: 6.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  background-image: url(../img/top/image44.png), url(../img/top/image45.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 3.7rem auto, 1.2rem auto;
  background-position: left 2.8rem center, right 2.8rem center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .footer1-contact {
    width: 100%;
    font-size: 1.6rem;
    background-position: left 1.5rem center, right 2.8rem center;
  }
}
.footer1-contact:hover {
  background-position: left 2.8rem center, right 1.8rem center;
}
@media screen and (max-width: 767px) {
  .footer1-contact:hover {
    background-position: left 1.5rem center, right 1.8rem center;
  }
}

.footer1-grlink-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer1-grlink-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer1-grlink-item:last-child {
    padding-left: 3rem;
    margin-left: 2.5rem;
    border-left: max(1px, 0.2rem) solid #4CAE6A;
  }
}
@media screen and (max-width: 767px) {
  .footer1-grlink-item:last-child {
    padding-top: 3rem;
  }
}

.footer2 {
  max-width: 112.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 9.4rem;
       column-gap: 9.4rem;
  padding-left: 3rem;
  padding-top: 16rem;
}
@media screen and (max-width: 999px) {
  .footer2 {
    padding-left: 0;
    padding-top: 8rem;
    padding-right: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .footer2 {
    display: block;
    padding-right: 0;
    padding-top: 5rem;
  }
}

.footer2-logo {
  width: 42rem;
}

.txt-fs17 {
  font-size: max(14px, 1.7rem);
}

.footer2-left-address {
  line-height: 1.4;
  padding-left: 8.8rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .footer2-left-address {
    padding-left: 0;
    padding-top: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer2-right-menu {
    text-align: center;
    padding-top: 4rem;
  }
}
.footer2-right-menu li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer2-right-menu li + li {
    margin-top: 1rem;
  }
}

.txt-fs16 {
  font-size: max(14px, 1.6rem);
}

.link-ft-privacy {
  text-align: center;
  padding-top: 3.3rem;
}

.txt-copyright {
  text-align: center;
  padding-bottom: 1rem;
}

.scrolltop {
  width: 11.3rem;
  height: 9.3rem;
  background-image: url(../img/common/image05.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  bottom: 1.02vw;
  right: 6rem;
}
@media screen and (max-width: 1500px) {
  .scrolltop {
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .scrolltop {
    width: 9.3rem;
    height: 7.3rem;
    bottom: 6rem;
  }
}

.is-pagetop {
  background-image: url(../img/common/image06.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .is-pagetop {
    padding-top: 3.6rem;
  }
}

.is-page .footer1 {
  display: none;
}

@media screen and (min-width: 1000px) {
  .header-list-menu-last {
    display: none;
  }
}

.banner-page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 47rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15rem;
  position: relative;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media screen and (max-width: 1750px) {
  .banner-page {
    padding-left: 8rem;
    height: 26.86vw;
  }
}
@media screen and (max-width: 1400px) {
  .banner-page {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner-page {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    height: 32rem;
    padding-left: 1rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    height: 25rem;
  }
}

.banner-page-h2 .banner-page-h2-eng {
  font-size: max(14px, 2rem);
  font-weight: 500;
  color: #fff;
  display: block;
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .banner-page-h2 .banner-page-h2-eng {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 999px) {
  .banner-page-h2 img {
    height: 7.7rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page-h2 img {
    height: 4.8rem;
  }
}

.shape-line-banner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .shape-line-banner .shape-line-banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.sec1-business {
  background-color: #EDF7F0;
  padding-top: 9rem;
  padding-bottom: 15rem;
}
@media screen and (min-width: 1000px) {
  .sec1-business {
    background-image: url(../img/business/image11.png), url(../img/business/image12.png);
    background-size: 73.2rem auto, 73.2rem auto;
    background-repeat: no-repeat, no-repeat;
    background-position: left top 46.7rem, right bottom 23.4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-business {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-business {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.cont-1264 {
  max-width: 126.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.tlth3-style1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tlth3-style1 .tlth3-style1-txt-top {
  font-size: max(14px, 2.5rem);
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .tlth3-style1 .tlth3-style1-txt-top {
    font-size: max(14px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .tlth3-style1 .tlth3-style1-txt-top {
    font-size: 1.8rem;
  }
}
.tlth3-style1 .tlth3-style1-txt-bottom {
  color: #4CAE6A;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.2;
  background-image: url(../img/common/image09.png), url(../img/common/image09.png);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: left center, right center;
  padding: 0 9rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .tlth3-style1 .tlth3-style1-txt-bottom {
    font-size: max(14px, 4rem);
    padding: 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .tlth3-style1 .tlth3-style1-txt-bottom {
    font-size: 3rem;
    padding: 0 6rem;
  }
}
.tlth3-style1 .tlth3-style1-txt-bottom:before {
  content: "";
  bottom: -1.7rem;
  height: max(0.3rem, 2px);
  background-color: #4CAE6A;
  width: 4.8rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.tlth3-style1 span {
  display: inline-block;
}

.sec1-business-box1 {
  background-color: #fff;
  border-radius: 2rem;
  padding-top: 5.5rem;
  margin-top: 12rem;
  padding-bottom: 5.8rem;
}
@media screen and (max-width: 999px) {
  .sec1-business-box1 {
    padding-top: 5rem;
    margin-top: 7rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-business-box1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 5rem;
  }
}

.tlth4-style1 {
  font-size: 3.3rem;
  text-align: center;
  font-weight: 700;
  color: #4CAE6A;
  background-image: url(../img/common/image10.png);
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 2.8rem;
}
@media screen and (max-width: 999px) {
  .tlth4-style1 {
    font-size: max(14px, 3rem);
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tlth4-style1 {
    font-size: 2.2rem;
    padding-top: 1.5rem;
  }
}

.sec1-business-content {
  max-width: 110.7rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 4rem);
}
@media screen and (max-width: 767px) {
  .sec1-business-content {
    width: calc(100% - 3rem);
  }
}
.sec1-business-content .txt-fs24 {
  font-weight: 900;
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}

.txt-fs24 {
  font-size: max(14px, 2.4rem);
}
@media screen and (max-width: 999px) {
  .txt-fs24 {
    font-size: max(14px, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .txt-fs24 {
    font-size: 1.8rem;
  }
}

.lh21 {
  line-height: 2.1;
}

.sec1-business-img {
  margin-top: 3rem;
  margin-bottom: 3.2rem;
}
.sec1-business-img img {
  width: 60rem;
  border-radius: 2rem;
}
@media screen and (max-width: 999px) {
  .sec1-business-img img {
    width: 52rem;
  }
}
.sec1-business-img li:last-child {
  text-align: right;
  margin-top: -28.4rem;
}
@media screen and (max-width: 999px) {
  .sec1-business-img li:last-child {
    margin-top: -22.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-business-img li:last-child {
    margin-top: 2.5rem;
  }
}

.tlth5-style1 {
  font-size: 1.8rem;
  color: #4CAE6A;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.tlth5-style1:before, .tlth5-style1:after {
  content: "";
  position: absolute;
  top: 0.8rem;
  width: 2.5rem;
  height: max(0.3rem, 2px);
  background-color: #4CAE6A;
}
.tlth5-style1:before {
  left: 0;
  transform-origin: top left;
  transform: rotate(60deg);
}
.tlth5-style1:after {
  right: 0.5rem;
  transform-origin: top right;
  transform: rotate(-60deg);
}

.tlth5-style1-parent {
  text-align: center;
}

.sec1-business-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 2rem;
}
.sec1-business-link a {
  width: 35rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4CAE6A;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .sec1-business-link a {
    width: 29rem;
  }
}
.sec1-business-link .sec1-business-link--tell {
  background-image: url(../img/business/image05.png);
  background-size: 22rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .sec1-business-link .sec1-business-link--tell {
    background-size: 20rem auto;
  }
}
.sec1-business-link .sec1-business-link--contact {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-image: url(../img/business/image06.png);
  background-size: 3.7rem auto;
  background-repeat: no-repeat;
  background-position: left 5rem center;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .sec1-business-link .sec1-business-link--contact {
    font-size: 1.8rem;
    background-size: 3rem auto;
    background-position: left 1.5rem center;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-business-link {
    display: block;
  }
  .sec1-business-link a {
    margin-left: auto;
    margin-right: auto;
  }
  .sec1-business-link li + li {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .sec1-business-box2 {
    margin-top: 10.6rem;
  }
}
.sec1-business-box2 .sec1-business-img {
  margin-bottom: 0;
}
.sec1-business-box2 .sec1-business-img img {
  width: 65.8rem;
}

.sec1-business-box1-lowicon {
  position: relative;
}
.sec1-business-box1-lowicon:before {
  content: "";
  width: 15.8rem;
  height: 13rem;
  background-image: url(../img/business/image09.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -6.5rem;
  right: 6rem;
}
@media screen and (max-width: 999px) {
  .sec1-business-box1-lowicon:before {
    right: 4rem;
    width: 12.8rem;
    height: 11rem;
    top: -4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-business-box1-lowicon:before {
    right: 1rem;
    width: 8.8rem;
    height: 8rem;
    top: -1.5rem;
  }
}

.sec1-business-box2-lowicon {
  position: relative;
}
.sec1-business-box2-lowicon:before {
  content: "";
  position: absolute;
  width: 14.5rem;
  height: 16.2rem;
  background-image: url(../img/business/image10.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -5.5rem;
  left: 7rem;
}
@media screen and (max-width: 999px) {
  .sec1-business-box2-lowicon:before {
    width: 11.5rem;
    height: 13.2rem;
    bottom: -3.5rem;
    left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-business-box2-lowicon:before {
    bottom: auto;
    left: auto;
    top: -3.5rem;
    right: 1rem;
    width: 7.5rem;
    height: 8.2rem;
  }
}

.cont-1230 {
  max-width: 123rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec2-business-main {
  max-width: 118.3rem;
  display: grid;
  grid-template-columns: 50.3rem 1fr;
  -moz-column-gap: 8.3rem;
       column-gap: 8.3rem;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .sec2-business-main {
    -moz-column-gap: 3.3rem;
         column-gap: 3.3rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec2-business-main {
    display: block;
  }
}

.sec2-business-tlt {
  font-size: max(14px, 3.3rem);
  font-weight: 700;
  color: #4CAE6A;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 999px) {
  .sec2-business-tlt {
    font-size: max(14px, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .sec2-business-tlt {
    font-size: max(14px, 2.2rem);
  }
}

.sec2-business-left {
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 999px) {
  .sec2-business-left {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec2-business {
    background-image: url(../img/business/image13.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec2-business {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-business-right {
    margin-top: 3rem;
  }
}

.cont-1110 {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec3-business-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .sec3-business-ul {
    display: block;
  }
  .sec3-business-ul li + li {
    margin-top: 3.5rem;
  }
}
.sec3-business-ul li {
  border: max(2px, 0.3rem) solid #4CAE6A;
  border-radius: 1.5rem;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
.sec3-business-ul li img {
  width: 20rem;
}
@media screen and (max-width: 999px) {
  .sec3-business-ul li img {
    width: 17rem;
  }
}
.sec3-business-ul li .txt-fs16 {
  text-align: left;
  max-width: 30.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .sec3-business-ul li .txt-fs16 {
    max-width: 32.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-business-ul li .txt-fs16 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-business-ul li .txt-fs16 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec3-business-tlt {
  font-size: max(14px, 3rem);
  font-weight: 700;
  margin-top: 1.3rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .sec3-business-tlt {
    font-size: max(14px, 2.4rem);
  }
}
.sec3-business-tlt.icon:before {
  content: "※";
  font-size: max(12px, 1.2rem);
  font-weight: 500;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 100%;
}

.sec4-business {
  max-width: 143.2rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .sec4-business {
    margin-top: 3rem;
  }
}
.sec4-business .sec4-business-img {
  width: 22.7rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .sec4-business .sec4-business-img {
    width: 20.7rem;
  }
}

.sec3-business {
  padding-top: 14rem;
}
@media screen and (max-width: 1500px) {
  .sec3-business {
    padding-top: 16rem;
  }
}

.sec3-business-fs14 {
  font-size: max(14px, 1.4rem);
  font-weight: 500;
  text-align: right;
  color: #4CAE6A;
  margin-top: 0.3rem;
}

.txt-fs32 {
  font-size: max(14px, 3.2rem);
}
@media screen and (max-width: 999px) {
  .txt-fs32 {
    font-size: max(14px, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .txt-fs32 {
    font-size: 2.2rem;
  }
}

.sec5-business {
  padding-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .sec5-business {
    padding-top: 4rem;
  }
}
.sec5-business .txt-fs32 {
  color: #4CAE6A;
  text-align: center;
  font-weight: 700;
}

.sec5-business-ul {
  border: max(1px, 0.1rem) solid #CDCDCD;
  margin-top: 3rem;
}
.sec5-business-ul li {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: grid;
  grid-template-columns: 40rem 19rem 44rem 1fr;
}
@media screen and (max-width: 999px) {
  .sec5-business-ul li {
    grid-template-columns: 40rem 7rem 40rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec5-business-ul li {
    grid-template-columns: 70% 1fr;
    padding: 0;
  }
  .sec5-business-ul li p {
    padding: 1.5rem !important;
  }
}
.sec5-business-ul li p:first-child {
  padding-left: 2rem;
}
.sec5-business-ul li:nth-child(odd) {
  background-color: #EDF7F0;
}

.sec5-business-ulsp {
  border: max(1px, 0.1rem) solid #CDCDCD;
  margin-top: 3rem;
}
.sec5-business-ulsp li {
  display: grid;
  grid-template-columns: 1fr 6rem;
  padding: 1.5rem 1rem;
}
.sec5-business-ulsp li:nth-child(odd) {
  background-color: #EDF7F0;
}
.sec5-business-ulsp li p:last-child {
  text-align: right;
}

.sec6-business-cont {
  max-width: 132.7rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
}

.sec6-business {
  background-color: #4CAE6B;
  background-image: url(../img/business/image20.jpg);
  background-size: auto 10.4rem;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 19.8rem;
  margin-top: 14rem;
  padding-bottom: 15.5rem;
}
@media screen and (max-width: 999px) {
  .sec6-business {
    background-size: auto 7.4rem;
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-business {
    background-size: auto 4.4rem;
    padding-top: 14.8rem;
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec6-business-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-top: 5.8rem;
}
@media screen and (max-width: 999px) {
  .sec6-business-main {
    padding-top: 3.8rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-business-main {
    position: static;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-image: url(../img/business/image31.jpg);
    background-size: 200% auto;
    background-position: top center;
    background-repeat: repeat-y;
    padding-bottom: 5rem;
    border-radius: 2rem;
    box-shadow: 0 0 1rem 0.3rem rgba(0, 0, 0, 0.4117647059);
  }
}

.tlth3-style2 {
  text-align: center;
  position: relative;
}
.tlth3-style2:before {
  content: "";
  bottom: -2.1rem;
  height: max(0.3rem, 2px);
  background-color: #4CAE6A;
  width: 4.8rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.tlth3-style2 img {
  height: 3.4rem;
}
@media screen and (max-width: 999px) {
  .tlth3-style2 img {
    height: 3rem;
  }
}

.sec6-business-ul {
  max-width: 96.5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 19rem 19rem 19rem 19rem;
  justify-content: space-between;
  row-gap: 5rem;
  margin-top: 9rem;
}
@media screen and (max-width: 1500px) {
  .sec6-business-ul {
    margin-top: 6vw;
    row-gap: 3.33vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec6-business-ul {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec6-business-ul {
    display: block;
    margin-top: 5rem;
  }
  .sec6-business-ul li + li {
    margin-top: 3rem;
  }
}
.sec6-business-ul li {
  background-color: #fff;
  height: 20rem;
  position: relative;
  padding-top: 9rem;
  text-align: center;
  line-height: 1.7;
  box-shadow: 0.5rem 0.5rem 0 #000;
}
@media screen and (max-width: 999px) {
  .sec6-business-ul li {
    padding-top: 8rem;
    height: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-business-ul li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.8rem;
    height: 16rem;
  }
}

.sec6-business-number {
  position: absolute;
  top: 2.3rem;
  left: -1.5rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 999px) {
  .sec6-business-number {
    top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-business-number {
    left: -1.3rem;
  }
}
.sec6-business-number img {
  height: 6.1rem;
}
@media screen and (max-width: 767px) {
  .sec6-business-number img {
    height: 5.4rem;
  }
}

.sec6-business-flow {
  position: relative;
}
.sec6-business-flow .sec6-business-flow-img {
  position: absolute;
  bottom: -4.7rem;
  left: 5.2rem;
}
@media screen and (max-width: 1500px) {
  .sec6-business-flow .sec6-business-flow-img {
    bottom: -1.7rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-business-flow .sec6-business-flow-img {
    bottom: 1.3rem;
    left: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-business-flow .sec6-business-flow-img {
    bottom: 2.3rem;
  }
}
.sec6-business-flow .sec6-business-flow-img img {
  width: 49.4rem;
}
@media screen and (max-width: 1500px) {
  .sec6-business-flow .sec6-business-flow-img img {
    width: 42.4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-business-flow .sec6-business-flow-img img {
    width: 34.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-business-flow .sec6-business-flow-img img {
    width: 22rem;
  }
}

footer.is-page {
  background-image: url(../img/common/image09.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  footer.is-page {
    background-image: url(../img/common/image06.jpg);
  }
}

.bg-product {
  background-color: #F0F8F3;
}

.sec1-product {
  max-width: 116.5rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 8rem;
  padding-bottom: 16.8rem;
}
@media screen and (max-width: 999px) {
  .sec1-product {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.sec1-product-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  padding-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .sec1-product-ul {
    display: block;
    padding-top: 4rem;
  }
  .sec1-product-ul li + li {
    margin-top: 3rem;
  }
}
.sec1-product-ul li {
  background-color: #fff;
  border-radius: 2rem;
  text-align: center;
  height: 37.5rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product-ul li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .sec1-product-ul li img {
    transform: scale(0.9);
  }
}
.sec1-product-ul li .txt-fs23 {
  position: absolute;
  bottom: 3.4rem;
  left: 0;
  right: 0;
  line-height: 1.7;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li .txt-fs23 {
    bottom: 2rem;
  }
}
.sec1-product-ul li:first-child {
  padding-top: 5.7rem;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li:first-child {
    padding-top: 3.7rem;
  }
}
.sec1-product-ul li:nth-child(2) {
  padding-top: 4.1rem;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li:nth-child(2) {
    padding-top: 2.1rem;
  }
}
.sec1-product-ul li:nth-child(3) {
  padding-top: 7.3rem;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li:nth-child(3) {
    padding-top: 4.3rem;
  }
}
.sec1-product-ul li:nth-child(4) {
  padding-top: 11.3rem;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li:nth-child(4) {
    padding-top: 5.3rem;
  }
}
.sec1-product-ul li:nth-child(5) {
  padding-top: 7rem;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li:nth-child(5) {
    padding-top: 3rem;
  }
}
.sec1-product-ul li:last-child {
  padding-top: 7.8rem;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li:last-child {
    padding-top: 3.8rem;
  }
}
.sec1-product-ul li:last-child .txt-fs23 {
  bottom: 2rem;
}
@media screen and (max-width: 999px) {
  .sec1-product-ul li:last-child .txt-fs23 {
    bottom: 1rem;
  }
}

.txt-fs23 {
  font-size: max(14px, 2.3rem);
}
@media screen and (max-width: 999px) {
  .txt-fs23 {
    font-size: max(14px, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .txt-fs23 {
    font-size: 1.9rem;
  }
}

.tlt-style3 {
  text-align: center;
}
.tlt-style3 span {
  font-size: max(14px, 3rem);
  font-weight: 700;
  display: inline-block;
  color: #fff;
  line-height: 1;
  background-color: #4CAE6A;
  border-radius: 3rem;
  padding: 1.5rem 5rem;
}
@media screen and (max-width: 999px) {
  .tlt-style3 span {
    font-size: max(14px, 2.5rem);
    padding: 1.2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-style3 span {
    font-size: 2.3rem;
  }
}

.sec2-product {
  max-width: 156.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 8rem);
  padding-bottom: 20.7rem;
}
@media screen and (max-width: 999px) {
  .sec2-product {
    width: calc(100% - 3rem);
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product {
    padding-bottom: 5rem;
  }
}

.sec2-product-item {
  background-color: #fff;
  position: relative;
  border-radius: 2rem;
}
.sec2-product-item:before, .sec2-product-item:after {
  content: "";
  width: 23.3rem;
  height: 23.3rem;
  background-color: #4CAE6A;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .sec2-product-item:before, .sec2-product-item:after {
    width: 18rem;
    height: 18rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-item:before, .sec2-product-item:after {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-item:before, .sec2-product-item:after {
    width: 7rem;
    height: 7rem;
  }
}
.sec2-product-item:after {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  top: -3rem;
  right: -3rem;
}
@media screen and (max-width: 1500px) {
  .sec2-product-item:after {
    top: -2rem;
    right: -2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-item:after {
    top: 0;
    right: 0;
  }
}
.sec2-product-item:before {
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  left: -3rem;
  bottom: -3rem;
}
@media screen and (max-width: 1500px) {
  .sec2-product-item:before {
    left: -2rem;
    bottom: -2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-item:before {
    left: 0;
    bottom: 0;
  }
}

.sec2-product-item-content {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 16rem);
  padding-top: 5rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 999px) {
  .sec2-product-item-content {
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-item-content {
    width: calc(100% - 3rem);
  }
}

.sec2-product-tlt {
  font-size: 4.9rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1500px) {
  .sec2-product-tlt {
    font-size: max(14px, 3.27vw);
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-tlt {
    font-size: max(14px, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-tlt {
    font-size: 2.2rem;
  }
}

.sec2-product-box1 {
  display: grid;
  grid-template-columns: 55.5rem 1fr;
  -moz-column-gap: 8.6rem;
       column-gap: 8.6rem;
}
@media screen and (max-width: 1300px) {
  .sec2-product-box1 {
    grid-template-columns: 48.5rem 1fr;
    -moz-column-gap: 3.6rem;
         column-gap: 3.6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-box1 {
    grid-template-columns: 42.5rem 1fr;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-box1 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-box1 .sec2-product-box1-left {
    margin-bottom: 2.5rem;
  }
}
.sec2-product-box1 .sec2-product-box1-left img {
  border-radius: 2rem;
}

.sec2-product-box1--alcenter {
  align-items: center;
}

.tlt-style4 {
  font-size: max(14px, 2.4rem);
  font-weight: 700;
  display: inline-block;
  border-bottom: max(1px, 0.2rem) solid #4CAE6A;
}
@media screen and (max-width: 999px) {
  .tlt-style4 {
    font-size: max(14px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .tlt-style4 {
    font-size: 2rem;
  }
}

.tlt-style451 {
  margin-top: 6rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 999px) {
  .tlt-style451 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-style451 {
    margin-top: 3rem;
  }
}

.sec2-product-slider-box {
  background-color: #4CAE6A;
  border-radius: 2rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  padding-top: 4.5rem;
  display: grid;
  grid-template-columns: 41.3rem 1fr;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  color: #fff;
  padding-bottom: 5rem;
  min-height: 100%;
}
@media screen and (max-width: 1500px) {
  .sec2-product-slider-box {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec2-product-slider-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    grid-template-columns: 38.3rem 1fr;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-slider-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    grid-template-columns: 26.3rem 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-slider-box {
    display: block;
    padding: 3rem 1.5rem;
  }
}

.sec2-product-slider-img img {
  border-radius: 2rem;
}

.sec2-product-slider-30 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1400px) {
  .sec2-product-slider-30 {
    font-size: max(14px, 2.14vw);
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-slider-30 {
    font-size: max(14px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-slider-30 {
    font-size: 1.9rem;
  }
}

.sec2-product-slider-20 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1400px) {
  .sec2-product-slider-20 {
    font-size: max(14px, 1.43vw);
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-slider-20 {
    font-size: max(14px, 1.8rem);
  }
  .sec2-product-slider-20 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-slider-20 {
    font-size: 1.7rem;
  }
}

.sec2-product-slider-setting-arow {
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec2-product-slider-setting-arow {
    width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-slider-setting-arow {
    width: calc(100% - 3rem);
  }
}
.sec2-product-slider-setting-arow .sec2-product-slider-setting-arow-item {
  position: absolute;
  z-index: 2;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #4CAE6A;
  border-radius: 100rem;
  background-image: url(../img/product/image15.png);
  background-size: 1.9rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .sec2-product-slider-setting-arow .sec2-product-slider-setting-arow-item {
    width: 4.8rem;
    height: 4.8rem;
    background-size: 1.8rem auto;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-slider-setting-arow .sec2-product-slider-setting-arow-item {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 1.3rem auto;
  }
}

#sec2-product-pre {
  right: calc(100% + 5.2rem);
}
@media screen and (max-width: 1600px) {
  #sec2-product-pre {
    right: calc(100% + 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  #sec2-product-pre {
    right: calc(100% + 0.5rem);
  }
}

#sec2-product-next {
  left: calc(100% + 5.2rem);
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1600px) {
  #sec2-product-next {
    left: calc(100% + 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  #sec2-product-next {
    left: calc(100% + 0.5rem);
  }
}

.tlt-style452 {
  margin-top: 7rem;
}
@media screen and (max-width: 999px) {
  .tlt-style452 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-style452 {
    margin-top: 4rem;
  }
}

.sec2-product-list-img-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 3.8rem;
}
@media screen and (max-width: 999px) {
  .sec2-product-list-img-bottom {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-list-img-bottom {
    display: block;
    margin-top: 2.2rem;
  }
  .sec2-product-list-img-bottom li + li {
    margin-top: 1.5rem;
  }
}
.sec2-product-list-img-bottom img {
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .sec2-product-slider-content {
    margin-top: 3rem;
  }
}

.sec2-product .sec2-product-item + .sec2-product-item {
  margin-top: 18.5rem;
}
@media screen and (max-width: 999px) {
  .sec2-product .sec2-product-item + .sec2-product-item {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product .sec2-product-item + .sec2-product-item {
    margin-top: 6rem;
  }
}

.sec2-product-box1-left-txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec2-product-box1-left-txt {
    margin-top: 2rem;
  }
}

.sec2-product-box1-right-img1 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.sec2-product-box1-right-img2 {
  margin-top: 10rem;
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 999px) {
  .sec2-product-box1-right-img2 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-box1-right-img2 {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.sec2-product-box1-right-img3 {
  margin-top: 2.8rem;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 999px) {
  .sec2-product-box1-right-img3 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-box1-right-img3 {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.sec2-product-box1-right-tlt {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background-color: #4CAE6A;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.8rem;
}

.txt-fs20 {
  font-size: max(14px, 2rem);
}
@media screen and (max-width: 999px) {
  .txt-fs20 {
    font-size: max(14px, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.7rem;
  }
}

.dots-p {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
.dots-p:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100rem;
  transform: translateY(1.3rem);
}

.sec2-product-box1-start .sec2-product-box1-left {
  padding-top: 1rem;
}

.tlt-style441 {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .tlt-style441 {
    margin-top: 3.4rem;
  }
}

.sec2-product-list-img-small {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 3.7rem;
}
@media screen and (max-width: 999px) {
  .sec2-product-list-img-small {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-list-img-small {
    display: block;
  }
  .sec2-product-list-img-small li + li {
    margin-top: 2rem;
  }
}
.sec2-product-list-img-small img {
  border-radius: 2rem;
}

.tlt-style442 {
  margin-top: 7rem;
}
@media screen and (max-width: 999px) {
  .tlt-style442 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-style442 {
    margin-top: 3rem;
  }
}

.sec2-product-tlt-30 {
  font-size: max(14px, 0.61em);
  font-weight: 700;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec2-product-tlt-30 {
    font-size: 1.7rem;
    display: block;
    padding-left: 0;
  }
}

.sec2-product-box1-right-img4 {
  position: relative;
  height: 39.7rem;
}
@media screen and (max-width: 1600px) {
  .sec2-product-box1-right-img4 {
    height: 24.81vw;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-box1-right-img4 {
    height: auto;
    margin-bottom: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-box1-right-img4 {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
}
.sec2-product-box1-right-img4 .sec2-product-box1-right-img4m {
  position: absolute;
  width: 67.7rem;
  top: 2rem;
  left: -2.7rem;
}
@media screen and (max-width: 1600px) {
  .sec2-product-box1-right-img4 .sec2-product-box1-right-img4m {
    width: 42.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec2-product-box1-right-img4 .sec2-product-box1-right-img4m {
    left: -1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-box1-right-img4 .sec2-product-box1-right-img4m {
    position: static;
    width: 100%;
  }
}

.sec2-product-box1-right1 {
  padding-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .sec2-product-box1-right1 {
    padding-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  .tlt-style443 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-product-box1-right-sub {
    letter-spacing: -0.08rem;
  }
}

.sec3-product-tlt {
  font-size: 4.9rem;
  font-weight: 700;
  text-align: center;
  color: #4CAE6A;
}
@media screen and (max-width: 1300px) {
  .sec3-product-tlt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-product-tlt {
    font-size: max(14px, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .sec3-product-tlt {
    font-size: max(14px, 2.3rem);
  }
}

.sec3-product {
  padding-top: 5rem;
}

.sec3-product-ul {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  row-gap: 3rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .sec3-product-ul {
    display: block;
    margin-top: 3rem;
  }
  .sec3-product-ul li + li {
    margin-top: 2rem;
  }
}
.sec3-product-ul .txt-fs24 {
  margin-top: 0.3rem;
}

.sec3-product-sub {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #4CAE6A;
  height: 11.2rem;
  border-radius: 2rem;
  position: relative;
  margin-top: 12rem;
  margin-bottom: 15rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sec3-product-sub {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-product-sub {
    margin-top: 7rem;
    margin-bottom: 5rem;
  }
}
.sec3-product-sub:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%) translateX(calc(100% - 1.5rem));
  width: 8.3rem;
  height: 7.5rem;
  background-image: url(../img/product/image43.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .sec3-product-sub:before {
    transform: rotate(323deg);
    top: -8rem;
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-product-sub:before {
    width: 7.3rem;
    height: 6.5rem;
    top: -7rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-product-sub {
    font-size: 2.4rem;
    height: auto;
    padding: 2.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-product-sub {
    font-size: 2rem;
  }
}

.banner-page-employee {
  position: absolute;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  right: 17rem;
  transform: translateY(-50%);
  text-shadow: 0 0 1rem #000;
}
@media screen and (max-width: 1600px) {
  .banner-page-employee {
    right: 10rem;
  }
}
@media screen and (max-width: 1500px) {
  .banner-page-employee {
    right: 7rem;
  }
}
@media screen and (max-width: 1400px) {
  .banner-page-employee {
    right: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .banner-page-employee {
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page-employee {
    width: auto;
    left: 1.5rem;
    transform: none;
    top: auto;
    bottom: 1rem;
    line-height: 1.5;
  }
}
.banner-page-employee .banner-page-employee30 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .banner-page-employee .banner-page-employee30 {
    font-size: max(14px, 2.4rem);
  }
}
@media screen and (max-width: 999px) {
  .banner-page-employee .banner-page-employee30 {
    font-size: max(14px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .banner-page-employee .banner-page-employee30 {
    font-size: max(14px, 2rem);
  }
}
.banner-page-employee .banner-page-employee20 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.3rem;
}
@media screen and (max-width: 1400px) {
  .banner-page-employee .banner-page-employee20 {
    font-size: max(14px, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .banner-page-employee .banner-page-employee20 {
    font-size: max(14px, 1.6rem);
  }
}

@media screen and (max-width: 767px) {
  .banner-page--employsingle {
    align-items: flex-start;
    padding-top: 3rem;
  }
}

.sec1-employee-content {
  max-width: 181rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec1-employee-content {
    display: block;
  }
}
.sec1-employee-content .sec1-employee-left {
  width: 25.2%;
}
@media screen and (max-width: 1400px) {
  .sec1-employee-content .sec1-employee-left {
    width: 26.2%;
  }
}
@media screen and (max-width: 999px) {
  .sec1-employee-content .sec1-employee-left {
    width: 29.2%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-employee-content .sec1-employee-left {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.sec1-employee-content .sec1-employee-mid {
  width: 44.4%;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1400px) {
  .sec1-employee-content .sec1-employee-mid {
    width: 45.4%;
  }
}
@media screen and (max-width: 999px) {
  .sec1-employee-content .sec1-employee-mid {
    width: 40.4%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-employee-content .sec1-employee-mid {
    width: 100%;
    padding-top: 0;
  }
}
.sec1-employee-content .sec1-employee-right {
  width: 24.5%;
}
@media screen and (max-width: 1400px) {
  .sec1-employee-content .sec1-employee-right {
    width: 25.5%;
  }
}
@media screen and (max-width: 999px) {
  .sec1-employee-content .sec1-employee-right {
    width: 28.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-employee-content .sec1-employee-right {
    width: 100%;
  }
}

.sec1-employee {
  padding-top: 5.5rem;
  padding-bottom: 8rem;
  background-image: url(../img/employee/image06.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sec1-employee {
    padding: 5rem 0;
    background-size: 225% auto;
  }
}

.sec1-employee-table {
  display: none;
}
@media screen and (max-width: 999px) {
  .sec1-employee-table {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .sec1-employee-table {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .sec1-employee-laptop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec1-employee-laptop {
    display: inline-block;
  }
}

.sec2-employee {
  background-size: cover;
  background-repeat: no-repeat;
  height: 32rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .sec2-employee {
    padding-left: 3rem;
    padding-right: 3rem;
    height: 25rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-employee {
    height: 18rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 4rem;
  }
}
.sec2-employee--right {
  background-position: right center;
}
@media screen and (max-width: 1500px) {
  .sec2-employee--right {
    background-position: right 34% center;
  }
}
@media screen and (max-width: 999px) {
  .sec2-employee--right {
    background-position: right 36% center;
  }
}
@media screen and (max-width: 767px) {
  .sec2-employee--right {
    background-position: right 42% center;
  }
}
.sec2-employee--right .sec2-employee-name-parent {
  max-width: 124rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec2-employee--right .sec2-employee-bopo {
  left: 0;
}
.sec2-employee--left {
  background-position: left center;
}
.sec2-employee--left .sec2-employee-name-parent-center {
  margin-left: auto;
}
@media screen and (max-width: 1500px) {
  .sec2-employee--left {
    background-position: left 28% center;
  }
}
@media screen and (max-width: 999px) {
  .sec2-employee--left {
    background-position: left 18% center;
  }
}
.sec2-employee--left .sec2-employee-name-parent {
  max-width: 120rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.sec2-employee--left .sec2-employee-bopo {
  right: 0;
}
.sec2-employee .sec2-employee-bopo {
  width: 46.5%;
}
@media screen and (max-width: 999px) {
  .sec2-employee .sec2-employee-bopo {
    width: 57.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec2-employee .sec2-employee-bopo {
    width: 69.5%;
  }
}
.sec2-employee .sec2-employee-bopo img {
  width: 100%;
}
.sec2-employee .sec2-employee-bopo {
  position: absolute;
  top: 0;
}

.sec2-employee-name {
  font-weight: 700;
  font-size: max(14px, 2.6rem);
  line-height: 1;
  position: relative;
  padding-bottom: 1.2rem;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .sec2-employee-name {
    padding-bottom: 1.5rem;
  }
}
.sec2-employee-name:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.5rem;
  width: 6rem;
  height: 1.3rem;
  background-image: url(../img/employee/image13.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec2-employee-name:before {
    width: 7rem;
    height: 2.3rem;
    background-position: bottom center;
  }
}
.sec2-employee-name span {
  font-size: max(14px, 1.6rem);
}

.sec2-employee-old {
  font-size: max(14px, 1.4rem);
  font-weight: 500;
  line-height: 1;
  margin-top: 1rem;
}

.sec2-employee-name-parent-center {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.sec3-employee {
  background-color: #DBEFE1;
  padding-top: 9.7rem;
  padding-bottom: 20rem;
  background-image: url(../img/employee/image18.png);
  background-size: 21.2rem auto;
  background-repeat: no-repeat;
}
.sec3-employee1 {
  background-position: top left;
}
.sec3-employee2 {
  background-position: top right;
  padding-bottom: 22rem;
}
@media screen and (max-width: 999px) {
  .sec3-employee {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-size: 15rem auto;
  }
}
@media screen and (max-width: 767px) {
  .sec3-employee {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec3-employee-tlt {
  color: #5F3C13;
  padding-bottom: 1rem;
}

.sec3-employee-history {
  height: 85rem;
  background-position: center center;
  border-radius: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 12rem;
  padding-top: 9rem;
  margin-top: 5.5rem;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 999px) {
  .sec3-employee-history {
    padding-left: 8rem;
    padding-top: 5rem;
    height: 67rem;
  }
}
.sec3-employee-history2 {
  height: 107.3rem;
}
@media screen and (max-width: 999px) {
  .sec3-employee-history2 {
    height: 87rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-employee-history {
    height: auto;
    padding: 5rem 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.sec3-employee-history-ul {
  color: #5F3C13;
  padding-top: 2rem;
  position: relative;
}
.sec3-employee-history-ul:before {
  content: "";
  position: absolute;
  top: 4.6rem;
  left: 0.3rem;
  bottom: 1.8rem;
  border-left: max(3px, 0.4rem) dotted #5F3C13;
}
.sec3-employee-history-ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  position: relative;
  z-index: 2;
}
.sec3-employee-history-ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100rem;
  background-color: #4CAE6A;
  display: inline-block;
}
.sec3-employee-history-ul li + li {
  margin-top: 7.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-employee-history-ul li + li {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-employee-history-ul li + li {
    margin-top: 2.5rem;
  }
}

.sec3-employee-content li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec3-employee-content li {
    display: block;
  }
}
.sec3-employee-content li .sec3-employee-content-left {
  width: 46.25%;
  padding-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec3-employee-content li .sec3-employee-content-left {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec3-employee-content li .sec3-employee-content-left {
    width: 100%;
    padding-top: 0;
  }
}
.sec3-employee-content li .sec3-employee-content-left .sec3-employee-content-left-item + .sec3-employee-content-left-item {
  margin-top: 5.3rem;
}
@media screen and (max-width: 999px) {
  .sec3-employee-content li .sec3-employee-content-left .sec3-employee-content-left-item + .sec3-employee-content-left-item {
    margin-top: 2.5rem;
  }
}
.sec3-employee-content li .sec3-employee-content-right {
  width: 46.25%;
}
@media screen and (max-width: 999px) {
  .sec3-employee-content li .sec3-employee-content-right {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec3-employee-content li .sec3-employee-content-right {
    width: 100%;
  }
}
.sec3-employee-content li:nth-child(2n) {
  padding-top: 13rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .sec3-employee-content li:nth-child(2n) {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-employee-content li:nth-child(2n) {
    padding-top: 4rem;
  }
}

.sec1-recruit-tlt {
  font-size: max(14px, 5rem);
  font-weight: 700;
  margin-bottom: 3rem;
}
.sec1-recruit-tlt span {
  color: #fff;
  background-color: #4CAE6A;
  display: inline-block;
  line-height: 1.5;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .sec1-recruit-tlt span {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-recruit-tlt {
    font-size: max(14px, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .sec1-recruit-tlt {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.sec1-recruit {
  padding-top: 9.4rem;
  padding-bottom: 20rem;
  background-image: url(../img/recruit/image03.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 999px) {
  .sec1-recruit {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-recruit {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 74rem auto;
  }
}

.sec1-recruit-tlt2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #3D230C;
  border-left: max(5px, 1rem) solid #4CAE6A;
  padding-left: 1.8rem;
}
@media screen and (max-width: 999px) {
  .sec1-recruit-tlt2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-recruit-tlt2 {
    font-size: 2.3rem;
  }
}

.sec1-recruit .sec1-recruit-tlt2 {
  margin-top: 14rem;
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 999px) {
  .sec1-recruit .sec1-recruit-tlt2 {
    margin-top: 7.3rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-recruit .sec1-recruit-tlt2 {
    margin-top: 4rem;
  }
}

.table-normal {
  width: 100%;
}
.table-normal tr td:first-child {
  font-weight: 700;
  color: #42210B;
  width: 23rem;
  padding-left: 4.2rem;
  border-bottom: max(3px, 0.3rem) solid #4CAE6A;
}
@media screen and (max-width: 1200px) {
  .table-normal tr td:first-child {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .table-normal tr td:first-child {
    background-color: #4CAE6A;
    color: #fff;
  }
}
.table-normal tr td:last-child {
  font-weight: 500;
  width: calc(100% - 23rem);
  border-bottom: max(2px, 0.2rem) solid #4CAE6A;
  padding-left: 16rem;
}
@media screen and (max-width: 999px) {
  .table-normal tr td:last-child {
    padding-left: 8rem;
  }
}
.table-normal tr td {
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .table-normal tr td {
    border: 0 !important;
    width: 100% !important;
    float: left;
    padding: 1.3rem 1.5rem !important;
  }
}

.cont-1180 {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec1-faq {
  padding-top: 9.5rem;
  padding-bottom: 14.5rem;
  background-image: url(../img/faq/image03.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (max-width: 999px) {
  .sec1-faq {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 70rem auto;
  }
}

.sec1-recruit-tlt2--green {
  color: #4CAE6A;
}

.sec1-faq-ul1 li {
  background-color: #DDB48B;
}

.sec1-faq-ul2 li {
  background-color: #EDD7C1;
}

.popup-faq-tlt {
  color: #42210B;
  font-weight: 500;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .popup-faq-tlt {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.popup-faq-tlt:before {
  content: "Q";
  font-size: max(14px, 2rem);
  font-weight: 500;
  color: #4CAE6A;
  display: inline-block;
  transform: translateY(-0.4rem);
}

.sec1-faq-ul {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec1-faq-ul {
    margin-top: 5rem;
  }
}
.sec1-faq-ul li {
  border-radius: 2rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4196078431);
}
@media screen and (max-width: 767px) {
  .sec1-faq-ul li {
    box-shadow: 0.2rem 0.2rem 0.6rem rgba(0, 0, 0, 0.4196078431);
  }
}
.sec1-faq-ul li + li {
  margin-top: 2.2rem;
}

.popup-faq {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  padding-top: 3.6rem;
  padding-bottom: 3rem;
  cursor: pointer;
  background-image: url(../img/faq/image04.png);
  background-size: 3.4rem auto;
  background-repeat: no-repeat;
  background-position: right 6.5rem center;
}
@media screen and (max-width: 999px) {
  .popup-faq {
    background-position: right 3rem center;
    padding-bottom: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-faq {
    background-position: right 1.5rem center;
    padding-right: 5rem !important;
    padding-top: 2rem;
    padding-bottom: 1.6rem;
  }
}
.popup-faq.is-active {
  background-image: url(../img/faq/image05.png);
}

.popup-faq-bottom {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  padding-bottom: 4rem;
  margin-top: -1.5rem;
  display: none;
}
@media screen and (max-width: 999px) {
  .popup-faq-bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .popup-faq-bottom {
    padding-bottom: 3rem;
  }
}
.popup-faq-bottom .popup-faq-tlt {
  font-weight: 700;
  border-top: max(1px, 0.1rem) solid #A67C52;
  padding-top: 2.2rem;
}
.popup-faq-bottom .popup-faq-tlt:before {
  content: "A";
  color: #A67C52;
}

.popup-faq, .popup-faq-bottom {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .popup-faq, .popup-faq-bottom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec2-faq {
  padding-top: 11.5rem;
  padding-bottom: 17.5rem;
  background-image: url(../img/faq/image07.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (max-width: 999px) {
  .sec2-faq {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec2-faq {
    padding: 5rem 0;
    background-size: 70rem auto;
  }
}

.sec3-faq {
  position: relative;
}

.sec3-faqm {
  width: 100%;
  height: 13.3rem;
  background-image: url(../img/faq/image06.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: faqs 20s linear infinite;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.4rem;
}
@media screen and (max-width: 999px) {
  .sec3-faqm {
    height: 7.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-faqm {
    height: 4.3rem;
    bottom: -2rem;
  }
}

@media screen and (min-width: 1000px) {
  @keyframes faqs {
    0% {
      background-position: 222.3rem 0;
    }
    100% {
      background-position: -222.3rem 0;
    }
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  @keyframes faqs {
    0% {
      background-position: 122rem 0;
    }
    100% {
      background-position: -122rem 0;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes faqs {
    0% {
      background-position: 71.8rem 0;
    }
    100% {
      background-position: -71.8rem 0;
    }
  }
}
.sec1-company-cont {
  max-width: 135.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec1-company-tlt {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #4CAE6A;
  text-align: center;
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-company-tlt {
    font-size: max(14px, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-tlt {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.sec1-company-tlt:before {
  content: "";
  position: absolute;
  width: 5rem;
  height: max(2px, 0.3rem);
  background-color: #4CAE6A;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.sec1-company {
  padding-top: 9.5rem;
  background-image: url(../img/company/image04.png);
  background-position: bottom left;
  background-size: 15rem auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec1-company {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company {
    padding-top: 5rem;
    background-size: 10rem auto;
    background-position: left center;
  }
}

.sec1-company-main {
  display: grid;
  grid-template-columns: 46.6% 1fr;
  -moz-column-gap: 4.4rem;
       column-gap: 4.4rem;
  padding-top: 9rem;
}
@media screen and (max-width: 999px) {
  .sec1-company-main {
    padding-top: 6rem;
    grid-template-columns: 48.6% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-main {
    display: block;
    padding-top: 3rem;
  }
}

.sec1-company-right-tlt {
  font-size: max(14px, 3.4rem);
  font-weight: 900;
  line-height: 1.8;
  color: #42210B;
}
@media screen and (max-width: 999px) {
  .sec1-company-right-tlt {
    font-size: max(14px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-right-tlt {
    font-size: 1.9rem;
  }
}

.sec1-company-left {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec1-company-left {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

.sec1-company-right .txt-fs16 {
  line-height: 2.5;
  margin-top: 1rem;
}

.sec2-company {
  position: relative;
  padding-top: 57.9em;
  font-size: 10px;
}
@media screen and (max-width: 1750px) {
  .sec2-company {
    font-size: 0.57vw;
  }
}
@media screen and (max-width: 767px) {
  .sec2-company {
    padding-top: 70.9em;
  }
}
.sec2-company:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  height: 70.5em;
  background-image: url(../img/company/image05.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec2-company:before {
    top: 11em;
  }
}

.cont-1356 {
  max-width: 135.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec3-company-tlt {
  font-size: 4rem;
  color: #42210B;
  font-weight: 700;
  line-height: 1;
  width: 36.4rem;
  height: 9.2rem;
  background-image: url(../img/company/image06.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .sec3-company-tlt {
    font-size: max(14px, 3rem);
    width: 32.4rem;
    height: 8.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-company-tlt {
    font-size: 2.4rem;
    width: 24.4rem;
    height: 6.4rem;
  }
}

.sec2-company-table {
  max-width: 127rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-table {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .table-normal2 tr td:first-child {
    width: 14.5rem !important;
  }
  .table-normal2 tr td:last-child {
    width: calc(100% - 14.5rem) !important;
    padding-left: 11.6rem !important;
  }
}

.sec4-company {
  padding-top: 17.7rem;
}
@media screen and (max-width: 999px) {
  .sec4-company {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-company {
    padding-top: 5rem;
  }
}

.sec4-company-ul {
  color: #3D230C;
  position: relative;
  margin-top: 8.7rem;
}
@media screen and (max-width: 999px) {
  .sec4-company-ul {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-company-ul {
    margin-top: 3rem;
  }
}
.sec4-company-ul:before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 14.9rem;
  bottom: 1.6rem;
  width: max(1px, 0.2rem);
  background-color: #3D230C;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec4-company-ul:before {
    top: 1rem;
    left: 14.4rem;
    bottom: 3.6rem;
  }
}
.sec4-company-ul li {
  display: grid;
  grid-template-columns: 18rem 6.1rem 1fr;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec4-company-ul li {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: flex-start;
    grid-template-columns: 9rem 5.1rem 1fr;
  }
}
.sec4-company-ul li:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background-color: #4CAE6A;
  border-radius: 100rem;
  display: inline-block;
  position: absolute;
  top: 2rem;
  left: 14.6rem;
}
@media screen and (max-width: 767px) {
  .sec4-company-ul li:before {
    top: 1rem;
    left: 14rem;
  }
}
.sec4-company-ul li + li {
  margin-top: 7rem;
}
@media screen and (max-width: 999px) {
  .sec4-company-ul li + li {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-company-ul li + li {
    margin-top: 2.5rem;
  }
}

.sec5-company {
  padding-top: 16rem;
  padding-bottom: 26.5rem;
}
@media screen and (max-width: 999px) {
  .sec5-company {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-company {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec5-company-txt {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-company-txt {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

.sec5-company-googlemap-link {
  border-radius: 2rem;
  overflow: hidden;
}
.sec5-company-googlemap-link iframe {
  width: 100%;
  height: 75.3rem;
}
@media screen and (max-width: 999px) {
  .sec5-company-googlemap-link iframe {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-company-googlemap-link iframe {
    height: 30rem;
  }
}

.sec5-company-googlemap {
  position: relative;
}
.sec5-company-googlemap:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2rem;
  transform: translate(1.5rem, 1.5rem);
  background-color: #4CAE6A;
}
@media screen and (max-width: 999px) {
  .sec5-company-googlemap:before {
    transform: translate(1rem, 1rem);
  }
}

.sec1-privacy {
  padding-top: 15.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-privacy {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-privacy {
    padding-top: 5rem;
  }
}

.sec1-privacy-ul {
  margin-top: 10.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-privacy-ul {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-privacy-ul {
    margin-top: 3rem;
  }
}
.sec1-privacy-ul li {
  border-left: max(0.4rem, 2px) solid #4CAE6A;
  padding-left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-ul li {
    padding-left: 1.5rem;
  }
}
.sec1-privacy-ul li + li {
  margin-top: 4rem;
}

.dots-pri {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.dots-pri:before {
  content: "・";
  display: inline-block;
}

.sec1-privacycky {
  text-align: right;
  margin-top: 7.6rem;
}
@media screen and (max-width: 999px) {
  .sec1-privacycky {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-privacycky {
    margin-top: 2.5rem;
  }
}

.sec2-privacy {
  background-color: #4CAE6A;
  border-radius: 2rem;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 8rem;
  margin-bottom: 29rem;
}
@media screen and (max-width: 999px) {
  .sec2-privacy {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-privacy {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}

.sec2-privacy-cont {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec2-privacy-link {
  font-weight: 700;
  border-bottom: max(1px, 0.3rem) solid #fff !important;
}

.sec1-contact {
  padding-top: 9rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-contact {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec1-contact {
    padding: 5rem 0;
  }
}

.sec1-contact-erro {
  color: #EB1C24;
}

.sec2-contact-list-btn {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  border-bottom: max(2px, 0.3rem) solid #4CAE6A;
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
  .sec2-contact-list-btn {
    margin-bottom: 4.3rem;
  }
}
.sec2-contact-list-btn li {
  width: 30.5rem;
  height: 7.4rem;
  background-color: #fff;
  font-size: max(14px, 1.6rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border: max(2px, 0.3rem) solid #4CAE6A;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  cursor: pointer;
  border-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec2-contact-list-btn li {
    width: calc((100% - 1.4rem) / 2);
    height: 5.6rem;
  }
}
.sec2-contact-list-btn li:hover, .sec2-contact-list-btn li.is-active {
  background-color: #4CAE6A;
  color: #fff;
}

.table-form {
  width: 100%;
}
.table-form tr td:first-child {
  width: 19.6rem;
}
@media screen and (max-width: 767px) {
  .table-form tr td:first-child {
    padding-bottom: 1.5rem;
    padding-top: 0;
  }
}
.table-form tr td:last-child {
  width: calc(100% - 19.6rem);
}
@media screen and (max-width: 767px) {
  .table-form tr td:last-child {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
.table-form tr td {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .table-form tr td {
    width: 100% !important;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .table-form .trtd-bottom td {
    vertical-align: top;
  }
  .table-form .trtd-bottom td:first-child {
    padding-top: 3.5rem;
  }
}

.form-control {
  width: 100%;
  height: 5.4rem;
  border-radius: 1rem;
  background-color: #F2F2F2;
  border: 0;
  outline: 0;
  padding: 0 1.5rem;
}
.form-control::-moz-placeholder {
  font-size: max(14px, 1.6rem);
  color: #999999;
  font-weight: 500;
}
.form-control::placeholder {
  font-size: max(14px, 1.6rem);
  color: #999999;
  font-weight: 500;
}
.form-control {
  scroll-margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .form-control {
    scroll-margin-top: 11rem;
  }
}

.form-area {
  width: 100%;
  height: 22rem;
  border-radius: 1rem;
  background-color: #F2F2F2;
  border: 0;
  outline: 0;
  padding: 1.5rem;
  resize: none;
}
.form-area::-moz-placeholder {
  font-size: max(14px, 1.6rem);
  color: #999999;
  font-weight: 500;
}
.form-area::placeholder {
  font-size: max(14px, 1.6rem);
  color: #999999;
  font-weight: 500;
}
.form-area {
  scroll-margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .form-area {
    scroll-margin-top: 11rem;
    height: 20rem;
  }
}

.mixed-ctaddress {
  display: grid;
  grid-template-columns: max-content 20rem 1fr;
  align-items: center;
  padding-left: 1.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .mixed-ctaddress {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    row-gap: 1rem;
  }
  .mixed-ctaddress input {
    width: 23rem;
  }
}
.mixed-ctaddress p {
  color: #999999;
}

.form-emailxn {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .form-emailxn {
    margin-top: 1.6rem;
  }
}

.gr-for-submit {
  width: calc(100% - 19.6rem);
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 19rem;
}
@media screen and (max-width: 999px) {
  .gr-for-submit {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .gr-for-submit {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

.gr-for-submit-cont {
  max-width: 61.6rem;
  margin-left: auto;
  margin-right: auto;
}

.gr-for-submit-privacy {
  width: 100%;
  border: max(2px, 0.2rem) solid #CECCC4;
  border-radius: 1rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  background-color: #fff;
}
.gr-for-submit-privacy a {
  color: #4CAE6A;
  border-bottom: max(1px, 0.2rem) solid #4CAE6A !important;
}

.gr-for-submit-txt {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .gr-for-submit-txt {
    margin-top: 2.3rem;
  }
}

.btn-submit-form {
  font-size: max(14px, 1.8rem);
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 7.4rem;
  border-radius: 1rem;
  background-color: #4CAE6A;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-image: url(../img/contact/image03.png);
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn-submit-form {
    width: 30rem;
    background-position: right 2rem center;
  }
}
.btn-submit-form:hover {
  background-position: right 1.5rem center;
}

.for-submit-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3.5rem;
  row-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .for-submit-button {
    margin-top: 2.5rem;
  }
}

.table-form2 {
  position: relative;
  padding-top: 5rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .table-form2 {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.table-form2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  background-color: #EEF7F1;
}
.table-form2 .txt-fs32 {
  color: #4CAE6A;
  text-align: center;
  padding-bottom: 2.8rem;
}
.table-form2 input, .table-form2 textarea {
  background-color: #fff;
}

.flow-contact {
  overflow: hidden;
}

.table-form-size {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table-form-size {
    padding-left: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
}
.table-form-size input {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .table-form-size input {
    width: 12rem;
  }
}

.table-form-size-item {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .table-form-size-item {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.list-radiobutton {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 11.3rem;
       column-gap: 11.3rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .list-radiobutton {
    padding-left: 0;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
.list-radiobutton li label {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}

.form-file {
  width: 24.2rem;
  height: 5.4rem;
  background-color: #D9D9D9;
  border-radius: 2.7rem;
  display: flex;
  position: relative;
  color: #4D4D4D;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form-file {
    width: 17.2rem;
    height: 4.4rem;
  }
}
.form-file input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

.func-clickfile {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .func-clickfile {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.form-file--change {
  width: 40rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .form-file--change {
    width: 100%;
  }
}

.flow-contact--xn {
  padding-bottom: 15rem;
}
@media screen and (max-width: 999px) {
  .flow-contact--xn {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .flow-contact--xn {
    padding-bottom: 5rem;
  }
}

.gr-for-submitxn {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 1000px) {
  .banner-page-img-business {
    width: 27rem;
    height: auto !important;
  }
  .banner-page-img-company {
    width: 27rem;
    height: auto !important;
  }
  .banner-page-img-contact {
    width: 37.6rem;
    height: auto !important;
  }
  .banner-page-img-employee {
    width: 38rem;
    height: auto !important;
  }
  .banner-page-img-faq {
    width: 23.7rem;
    height: auto !important;
  }
  .banner-page-img-privacy {
    width: 63.7rem;
    height: auto !important;
  }
  .banner-page-img-product {
    width: 24.8rem;
    height: auto !important;
  }
  .banner-page-img-recruit {
    width: 24.8rem;
    height: auto !important;
  }
}
.header-list-menu-drop {
  position: relative;
}
.header-list-menu-drop .header-list-menu-drop-child {
  position: absolute;
  top: 0;
  left: -11.5rem;
  padding-top: 7.3rem;
}
@media screen and (max-width: 1400px) {
  .header-list-menu-drop .header-list-menu-drop-child {
    padding-top: 5.21vw;
  }
}
@media screen and (max-width: 999px) {
  .header-list-menu-drop .header-list-menu-drop-child {
    position: static;
    padding-top: 0;
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .header-list-menu-drop .header-list-menu-drop-child {
    display: none;
  }
  .header-list-menu-drop .header-list-menu-drop-child:hover {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .header-list-menu-drop:hover .header-list-menu-drop-child {
    display: block;
  }
}

.header-list-menu-dropa {
  font-size: max(14px, 1.9rem);
  display: block;
  padding-left: 2.2rem;
  width: 30rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .header-list-menu-dropa {
    background-image: url(../img/common/image11.png);
    background-size: 1.2rem auto;
    background-repeat: no-repeat;
    background-position: right 2.2rem center;
    color: #fff;
    background-color: #4CAE6A;
  }
  .header-list-menu-dropa:hover, .header-list-menu-dropa.is-active {
    background-color: #A67C52;
  }
}
@media screen and (max-width: 999px) {
  .header-list-menu-dropa {
    width: 100%;
    text-align: center;
    padding-left: 0;
    font-size: max(14px, 1.7rem);
  }
  .header-list-menu-dropa:hover, .header-list-menu-dropa.is-active {
    color: #fff;
    background-color: #4CAE6A;
  }
}
@media screen and (max-width: 767px) {
  .header-list-menu-dropa {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-list-menu-drop-child-box a + a {
    border-top: max(1px, 0.1rem) solid #fff;
  }
  .header-list-menu-drop-child-box a:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-list-menu-drop-icon {
    display: none;
  }
}
.header-list-menu-drop-icon {
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  width: 4rem;
  height: 4rem;
  background-color: #4CAE6A;
  border: max(1px, 0.1rem) solid #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .header-list-menu-drop-icon {
    right: 1.5rem;
  }
}
.header-list-menu-drop-icon:before, .header-list-menu-drop-icon:after {
  content: "";
  width: 2.4rem;
  height: max(2px, 0.2rem);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-list-menu-drop-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.header-list-menu-drop-icon.is-active:before {
  opacity: 0;
}

.sec6-top-gr-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.link-defaul-skin {
  cursor: default;
}

.footer2-right {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer2-right-menu2 {
    position: absolute;
    bottom: 0;
    left: calc(100% + 5rem);
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .footer2-right-menu2 {
    padding-top: 1rem;
  }
}

.sec4-company-ul-date {
  font-size: 4.2rem;
  font-weight: 700;
  color: #42210B;
  line-height: 1;
  transform: translateY(-0.9rem);
}
@media screen and (max-width: 767px) {
  .sec4-company-ul-date {
    font-size: 2.6rem;
    transform: translateY(-0.2rem);
  }
}
.sec4-company-ul-date span {
  font-size: max(14px, 1.8rem);
  display: inline-block;
  padding-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec4-company-ul-date span {
    font-size: 1.6rem;
  }
}

.sec4-company-ul-month {
  font-size: max(14px, 2rem);
  font-weight: 700;
  line-height: 1;
  color: #4CAE6A;
}
@media screen and (max-width: 767px) {
  .sec4-company-ul-month {
    font-size: 1.6rem;
    transform: translateY(0.7rem);
  }
}

.sec1-product-now {
  text-align: center;
  margin-top: 2.8rem;
}

@media screen and (min-width: 768px) {
  .sec4-company-ul-2line {
    position: relative;
  }
  .sec4-company-ul-2line span {
    position: absolute;
    top: 100%;
    left: 0;
    display: inline-block;
  }
}

.sec1-top-video {
  display: flex;
}/*# sourceMappingURL=style.css.map */