header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.sec3-top-main .txt-fs35{
    font-weight: 700;
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    transition: all 0.3s ease-in-out;
  }

  header.is-active {
    background-color: #00A7A5;
  }
}

.header-left-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

@media screen and (max-width: 999px) {
  .header-left-ul {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .header-left-ul {
    display: block;
    background-color: #00A7A5;
  }
}

.header-left-ul .header-left-link {
  color: #fff;
  font-size: max(1.4rem, 14px);
  font-weight: 500;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header-left-ul .header-left-link {
    font-size: 1.8rem;
    display: block;
    text-align: center;
    padding: 1rem 0;
    border-bottom: 0.1rem solid #fff;
  }
}

.header-left-ul .header-left-link:before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 3.2rem;
  height: max(0.1rem, 1px);
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .header-left-ul .header-left-link:before {
    content: none;
  }
}

.header-left-ul .header-left-link:hover:before,
.header-left-ul .header-left-link.is-active:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {

  .header-left-ul .header-left-link:hover,
  .header-left-ul .header-left-link.is-active {
    background-color: #fff;
    color: #00A7A5;
  }
}

.header-left-link-btn {
  color: #fff;
  font-size: max(1.4rem, 14px);
  font-weight: 500;
  width: max(14rem, 120px);
  height: max(4.6rem, 34px);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
}

.header-left-link-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: max(1px, 0.2rem) solid #fff;
  transition: all 0.3s ease-in-out;
}

.header-left-link-btn:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
}

.header-left-link-btn:hover:after,
.header-left-link-btn.is-active:after {
  opacity: 1;
}

.header-left-link-btn:hover:before,
.header-left-link-btn.is-active:before {
  opacity: 0;
}

.header-left-link-btn span {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.header-left {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4.6rem;
  column-gap: 4.6rem;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .header-left {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .header-left {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 0.1rem solid #fff;
    display: none;
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 182.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .header-logo img {
    width: 25rem !important;
  }
}

.sec1-top-banner-skin-img {
  position: relative;
}

.sec1-top-banner-skin-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 24, 21, 0.4);
}

@media screen and (max-width: 767px) {
  .sec1-top-banner-skin-img img {
    width: 100%;
    height: 57rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
  }
}

.sec1-top-banner {
  position: relative;
}

.sec1-top-banner .sec1-top-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
}

@media screen and (max-width: 1300px) {
  .sec1-top-banner .sec1-top-content {
    padding-top: 0;
    align-items: flex-end;
    padding-bottom: 2%;
  }
}

@media screen and (max-width: 767px) {
  .sec1-top-banner .sec1-top-content {
    padding-bottom: 0;
    align-items: center;
    padding-top: 14%;
  }
}

.sec1-top-banner .sec1-top-content .sec1-top-content-w {
  width: 27.3%;
}

@media screen and (max-width: 1300px) {
  .sec1-top-banner .sec1-top-content .sec1-top-content-w {
    width: 30.3%;
  }
}

@media screen and (max-width: 767px) {
  .sec1-top-banner .sec1-top-content .sec1-top-content-w {
    width: 85%;
  }
}

.sec1-top-banner .sec1-top-content .sec1-top-content-w .txt-fs20 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 1.5rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1300px) {
  .sec1-top-banner .sec1-top-content .sec1-top-content-w .txt-fs20 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec1-top-banner .sec1-top-content .sec1-top-content-w .txt-fs20 {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}

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

.sec2-top-cont {
  max-width: 153rem;
  width: calc(100% - 1.5rem);
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 7rem;
  justify-content: space-between;
}

.sec2-top-cont .tlt-style3:before {
  background-color: #231815;
}

@media screen and (max-width: 767px) {
  .sec2-top-cont {
    width: 100%;
    padding-top: 0;
  }
}

.tlt-style3 {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .tlt-style3 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .tlt-style3 {
    font-size: 4rem;
    padding-left: 1.5rem;
  }
}

.tlt-style3:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -2.8rem;
  bottom: -0.3rem;
  width: 1rem;
}

@media screen and (max-width: 767px) {
  .tlt-style3:before {
    left: 0;
    top: 0.5rem;
    bottom: 0;
    width: 0.5rem;
  }
  .fix__sp{
    position: relative;
    top: -13rem;
  }
}

.tlt-style3.gardent {
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.tlt-style3.gardent.bg {
  background: linear-gradient(120deg, rgb(0, 119, 196) 0%, rgb(0, 196, 164) 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.tlt-style3-jp {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.9rem;
}

@media screen and (max-width: 767px) {
  .tlt-style3-jp {
    text-align: center;
    font-size: 1.7rem;
  }
}

.txt-fs35 {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .txt-fs35 {
    font-size: 2.5rem;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}

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

.sec2-top-left {
  width: 35.4%;
  padding-top: 12.6rem;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .sec2-top-left {
    padding-left: 3.5rem;
    width: 46.4%;
    padding-top: 6.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-top-left {
    padding-left: 0;
    width: 100%;
    background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 21%);
    margin-top: 5rem;
  }

  .sec2-top-left .link-view-more {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec2-top-left .tlt-style3:before {
  background-color: #fff;
}

.sec2-top-left .txt-fs35 {
  font-weight: 700;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .sec2-top-left .txt-fs35 {
    margin-top: 0.5rem;
  }
}

.sec2-top-left .txt-fs18 {
  font-weight: 500;
  padding-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
  .sec2-top-left .txt-fs18 {
    letter-spacing: -0.035rem;
    padding-bottom: 2.5rem;
  }
}

.sec2-top-right {
  width: 55.3%;
}

@media screen and (max-width: 1600px) {
  .sec2-top-right {
    width: 52.3%;
  }
}

@media screen and (max-width: 767px) {
  .sec2-top-right {
    width: 100%;
  }
}

.sec2-top-right .sec2-top-right-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec2-top-right .sec2-top-right-ul li {
  width: 29.5%;
}

@media screen and (max-width: 767px) {
  .sec2-top-right .sec2-top-right-ul li {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .sec2-top-right .sec2-top-right-ul li img {
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .sec2-top-right .sec2-top-right-ul li img {
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}

.sec2-top-right .sec2-top-right-ul li:nth-child(2) {
  padding-top: 20.6rem;
}

@media screen and (max-width: 767px) {
  .sec2-top-right .sec2-top-right-ul li:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec2-top-right .sec2-top-right-ul li:nth-child(2) img {
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  }
}

.sec2-top-right .sec2-top-right-ul li:first-child {
  padding-top: 10.8rem;
}

@media screen and (max-width: 767px) {
  .sec2-top-right .sec2-top-right-ul li:first-child {
    padding-top: 0;
  }
}

.sec2-top {
  position: relative;
}

.sec2-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  top: 0;
  bottom: 20.7rem;
  max-width: 143.3rem;
  width: 100%;
  clip-path: polygon(21% 0%, 100% 0%, 79% 100%, 0% 100%);
  right: 21.3%;
}

@media screen and (max-width: 767px) {
  .sec2-top:before {
    content: none;
  }
}

.link-view-more {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  width: 36rem;
  height: 8rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .link-view-more {
    width: 30rem;
    height: 7rem;
  }
}

.link-view-more:before {
  content: "";
  position: absolute;
  right: 2.6rem;
  width: 4rem;
  height: 0.8rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.link-view-more.normal {
  color: #fff;
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
}

.link-view-more.normal:before {
  background-image: url(../img/common/icon1.png);
}

.link-view-more.white {
  background-color: #fff;
}

.link-view-more.white span {
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.link-view-more.white:before {
  background-image: url(../img/common/icon2.png);
}

.link-view-more:hover:before {
  right: 1.5rem;
}

.sec3-top {
  max-width: 147rem;
  width: calc(100% - 1.5rem);
  position: relative;
  margin-top: 9.6rem;
}

@media screen and (max-width: 767px) {
  .sec3-top {
    width: 100%;
    margin-top: 5rem;
  }
}

.sec3-top .sec3-top-img {
  width: 88.3%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec3-top .sec3-top-img {
    width: 100%;
  }
}

.sec3-top .sec3-top-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 31%, rgb(255, 255, 255) 100%);
}

@media screen and (max-width: 767px) {
  .sec3-top .sec3-top-img:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 100%);
  }
}

.sec3-top .sec3-top-main {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: 19.5%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .sec3-top .sec3-top-main {
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
  }

  .sec3-top .sec3-top-main .link-view-more {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec3-top .sec3-top-main .tlt-style3:before {
  background-color: #009598;
}

.sec3-top .sec3-top-main .txt-fs18 {
  font-weight: 500;
  margin-top: 2.8rem;
  margin-bottom: 4rem;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .sec3-top .sec3-top-main .txt-fs18 {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}

.sec4-top {
  max-width: 173rem;
  margin-left: auto;
  background-image: url(../img/top/image09.jpg);
  background-size: cover;
  background-position: right center;
  height: 88.5rem;
  margin-top: 9.6rem;
}

@media screen and (max-width: 767px) {
  .sec4-top {
    height: auto;
    margin-top: 5rem;
  }
}

.sec4-top .sec4-top-content {
  width: 80rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 74%);
}

@media screen and (max-width: 767px) {
  .sec4-top .sec4-top-content {
    width: 100%;
    display: block;
  }
}

.tlt-style4 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .tlt-style4 {
    font-size: 3.5rem;
  }
}

.tlt-style4 span {
  font-size: 6rem;
  display: inline-block;
  background: linear-gradient(90deg, rgb(0, 119, 196) 0%, rgb(0, 196, 164) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 767px) {
  .tlt-style4 span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec4-top-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    z-index: 2;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sec4-top-box .link-view-more {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec4-top-box .txt-fs18 {
  font-weight: 500;
  line-height: 2.2;
  margin-top: 3rem;
  margin-bottom: 3.4rem;
}

@media screen and (max-width: 767px) {
  .sec4-top-box .txt-fs18 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.05rem;
  }
}

.sec5-top-right {
  max-width: 119.7rem;
  width: calc(100% - 1.5rem);
  margin-left: auto;
  background: linear-gradient(60deg, rgb(0, 119, 196) 0%, rgb(0, 196, 164) 100%);
  color: #fff;
  padding-left: 34.4rem;
  padding-top: 15.3rem;
  padding-bottom: 16rem;
}

@media screen and (min-width: 768px) {
  .sec5-top-right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
  }
}

@media screen and (max-width: 1600px) {
  .sec5-top-right {
    width: 74.81vw;
    padding-left: 21.5vw;
    padding-top: 9.56vw;
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .sec5-top-right {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sec5-top-right .link-view-more {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec5-top-right .tlt-style3:before {
  background-color: #fff;
}

.sec5-top-right .txt-fs18 {
  font-weight: 500;
  margin-top: 2.3rem;
  margin-bottom: 4.2rem;
}

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

.sec5-top {
  margin-top: 9.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec5-top {
    margin-top: 5rem;
  }
}

.sec5-top .sec5-top-left {
  position: absolute;
  top: 6.3rem;
  left: 0;
  width: 132.5rem;
}

@media screen and (min-width: 768px) {
  .sec5-top .sec5-top-left {
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0 100%);
  }
}

@media screen and (max-width: 1600px) {
  .sec5-top .sec5-top-left {
    width: 82.81vw;
  }
}

@media screen and (max-width: 767px) {
  .sec5-top .sec5-top-left {
    position: static;
    width: 100%;
  }
}

.sec6-top-title {
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
}

.sec6-top-title .sec6-top-title-box {
  background-color: #fff;
  width: 51.5rem;
  margin-left: auto;
  padding-left: 4.7rem;
  background-color: #fff;
  padding-bottom: 4.4rem;
  padding-top: 13rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec6-top-title .sec6-top-title-box {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

.sec6-top-title .sec6-top-title-box:before {
  content: "";
  position: absolute;
  bottom: 1.7rem;
  right: 2.6rem;
  width: 28.5rem;
  height: 6.2rem;
  background-image: url(../img/top/image13.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .sec6-top-title .sec6-top-title-box:before {
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 5rem;
    background-size: auto 100%;
  }
}

.sec6-top-tlt {
  font-size: 8rem;
  font-weight: 700;
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec6-top-tlt {
    font-size: 4.5rem;
    text-align: center;
  }
}

.sec6-top {
  padding-top: 18rem;
}

@media screen and (max-width: 767px) {
  .sec6-top {
    padding-top: 5rem;
  }
}

.sec6-top-icon-house {
  position: relative;
}

.sec6-top-icon-house:before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/top/image12.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 21.1rem;
  position: absolute;
  z-index: -1;
  transform: translateY(-3rem);
}

@media screen and (max-width: 767px) {
  .sec6-top-icon-house:before {
    position: static;
    transform: none;
    display: block;
    height: 12rem;
  }
}

.sec6-top-list {
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec6-top-list .link-view-more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
  .sec6-top-list .link-view-more {
    margin-top: 3rem;
  }
}

.sec6-top-list-ul {
  display: grid;
  grid-template-columns: 34rem 34rem 34rem;
  justify-content: space-between;
  padding-top: 8.6rem;
}

@media screen and (max-width: 767px) {
  .sec6-top-list-ul {
    display: block;
    padding-top: 5rem;
  }

  .sec6-top-list-ul li+li {
    margin-top: 5rem;
  }
}

.sec6-top-list-ul .txt-fs18 {
  font-weight: 500;
  color: #00A7A5;
  line-height: 1.2;
}

.sec6-top-list-ul .txt-fs18--grtel {
  padding-top: 1rem;
}

.sec6-top-list-ul img {
  margin-bottom: 2rem;
}

.sec6-top-list-ul li {
  border-bottom: max(0.2rem, 1px) solid #00A7A5;
  padding-bottom: 1rem;
  position: relative;
}

.sec6-top-list-ul .sec6-top-list-check {
  position: absolute;
  top: -2.5rem;
  left: -2rem;
  width: 18.2rem;
  height: 7rem;
  background-color: #00A7A5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  padding-right: 3.7rem;
}

@media screen and (max-width: 767px) {
  .sec6-top-list-ul .sec6-top-list-check {
    font-size: 1.7rem;
    top: -2rem;
    left: 0;
    width: 14.2rem;
    height: 5rem;
  }
}

.sec7-top {
  background-image: url(../img/top/image17.jpg);
  background-size: cover;
  background-position: center center;
  margin-top: 10.3rem;
  padding-top: 19rem;
  padding-bottom: 19rem;
}

@media screen and (max-width: 767px) {
  .sec7-top {
    margin-top: 5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

.sec7-top-main {
  background-color: #00A7A5;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10.3rem;
  padding-bottom: 10.3rem;
}

@media screen and (max-width: 767px) {
  .sec7-top-main {
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 5rem;
    row-gap: 3rem;
    width: 100%;
    background-color: rgba(0, 167, 165, 0.7);
  }
}

.sec7-top-main .tlt-style5-gr {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.sec7-top-main .sec7-top-link {
  margin-left: 9.5rem;
  margin-right: 8rem;
}

@media screen and (max-width: 767px) {
  .sec7-top-main .sec7-top-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.tlt-style5 {
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 700;
}

.tlt-style5-jpn {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.6rem;
  display: block;
}

.sec7-top-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #00A7A5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 31.3rem;
  height: 11rem;
  -moz-column-gap: 1.1rem;
  column-gap: 1.1rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .sec7-top-link {
    width: 28rem;
    height: 8rem;
  }
}

.sec7-top-link:before {
  content: "";
  display: inline-block;
  width: 2.9rem;
  height: 2rem;
  background-image: url(../img/top/image18.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.sec7-top-link:hover {
  background-color: #0077c4;
  color: #fff;
}

.sec7-top-link:hover:before {
  background-image: url(../img/top/image20.png);
}

.txt-fs16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.sec7-top-right .txt-fs16 {
  font-weight: 500;
}

.sec7-top-right .sec7-top-right-tel {
  display: inline-block;
  width: 27rem;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
}

.txt-fs14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sec7-top-right {
    text-align: center;
  }
}

footer {
  background-color: #99A0A9;
  color: #fff;
  padding-bottom: 2.3rem;
}

.txt-fs17 {
  font-size: 1.7rem;
}

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

.ft-logo {
  text-align: center;
}

.ft-logo .txt-fs17 {
  font-weight: 500;
  padding-top: 1rem;
}

.ft-menu-ul {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 7.8rem;
  column-gap: 7.8rem;
}

@media screen and (max-width: 767px) {
  .ft-menu-ul {
    display: block;
    text-align: center;
    padding-top: 2rem;
  }

  .ft-menu-ul li+li {
    margin-top: 1rem;
  }
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  row-gap: 6.2rem;
  padding-top: 4.6rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .footer-top {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.footer-bottom {
  text-align: right;
  padding-right: 4.7rem;
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    padding-right: 0;
    text-align: center;
  }
}

.scrolltop {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 100rem;
  background-color: #fff;
  outline: 0;
  position: fixed;
  bottom: 9rem;
  right: 4.8rem;
  z-index: 10;
  cursor: pointer;
  background-image: url(../img/common/icon3.png);
  background-repeat: no-repeat;
  background-position: left 52% center;
  background-size: 0.8rem auto;
  border: max(1px, 0.1rem) solid #99A0A9;
}

@media screen and (max-width: 767px) {
  .scrolltop {
    width: 6rem;
    height: 6rem;
    right: 1.5rem;
    bottom: 5rem;
    background-size: 0.7rem auto;
    background-position: left 55% center;
  }
}

.banner-page {
  background-size: cover;
  background-position: center center;
  height: 42rem;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .banner-page {
    height: 30rem;
  }
}

.banner-page-tlt {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.banner-page-tlt span {
  display: block;
}

.banner-page-tlt .eng {
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .banner-page-tlt .eng {
    font-size: 5rem;
  }
}

.banner-page-tlt .jpn {
  font-size: 1.7rem;
  padding-top: 1.3rem;
}

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

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

.tlt-line-left {
  font-size: 3.2rem;
  line-height: 1;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-left: 2.4rem;
  letter-spacing: 0.5rem;
}

.tlt-line-left.white {
  color: #fff;
}

.tlt-line-left.white:before {
  background: none;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .tlt-line-left {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}

.tlt-line-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  background: linear-gradient(180deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
}

.tlt-line-bottom {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.8rem;
  position: relative;
  letter-spacing: 0.5rem;
}

.tlt-line-bottom.tlt-line-bottom--green {
  color: #00A7A5;
}

.tlt-line-bottom.tlt-line-bottom--green:before {
  background-color: #00A7A5;
}

@media screen and (max-width: 767px) {
  .tlt-line-bottom {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }
}

.tlt-line-bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: max(5rem, 40px);
  height: max(0.2rem, 1px);
  background-color: #0F1616;
}

.tlt-line-bottom.cter {
  text-align: center;
}

.sec1-business-right {
  color: #000;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .sec1-business-right {
    padding-top: 2rem;
  }
}

.sec1-business {
  display: grid;
  grid-template-columns: 31.7rem 1fr;
  padding-top: 11rem;
  padding-bottom: 17rem;
}

@media screen and (max-width: 767px) {
  .sec1-business {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec1-business .sec1-business-left {
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .sec1-business .sec1-business-left {
    padding-top: 0;
  }
}

.sec2-business {
  background-image: url(../img/business/image02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 7.8rem;
  padding-bottom: 18rem;
}

.sec2-business .txt-fs18 {
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .sec2-business {
    background-position: right center;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec2-business-sub-tlt {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  margin-top: 5.5rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-sub-tlt {
    font-size: 2.4rem;
    padding-left: 1.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}

.cl-black {
  color: #000;
}

.sec3-business-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 767px) {
  .sec3-business-ul {
    display: block;
  }

  .sec3-business-ul li+li {
    margin-top: 3rem;
  }
}

.sec3-business {
  position: relative;
  margin-top: -13rem;
  margin-bottom: 14rem;
}

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

.sec4-business-box {
  position: relative;
  margin-top: 1.3rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .sec4-business-box {
    padding-bottom: 5rem;
    padding-top: 5rem;
    margin-top: 3rem;
  }
}

.sec4-business-box:before,
.sec4-business-box:after {
  content: "";
  position: absolute;
  width: 36rem;
  height: 36rem;
  border: max(0.3rem, 2px) solid #00A7A5;
  z-index: -1;
}

@media screen and (max-width: 767px) {

  .sec4-business-box:before,
  .sec4-business-box:after {
    width: 13rem;
    height: 13rem;
  }
}

.sec4-business-box:before {
  border-bottom: 0;
  border-right: 0;
  left: 0;
  top: 0;
}

.sec4-business-box:after {
  border-top: 0;
  border-left: 0;
  bottom: 0;
  right: 0;
}

.sec4-business-box-tlt {
  text-align: center;
  padding-top: 7.6rem;
}

@media screen and (max-width: 767px) {
  .sec4-business-box-tlt {
    padding-top: 0;
  }
}

.sec4-business-box-tlt img {
  width: 66rem;
}

@media screen and (max-width: 767px) {
  .sec4-business-box-tlt img {
    width: 30rem;
  }
}

.txt-fs22 {
  font-size: 2.2rem;
}

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

.sec4-business-box-txt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .sec4-business-box-txt {
    margin-top: 1.5rem;
  }
}

.sec4-business-box-ul {
  max-width: 98.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .sec4-business-box-ul {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 4rem;
  }
}

.sec4-business-box-ul li {
  display: grid;
  grid-template-columns: 40rem 1fr;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec4-business-box-ul li {
    display: block;
  }
}

.sec4-business-box-ul li .sec4-business-box-image img {
  height: 3.5rem;
}

@media screen and (max-width: 767px) {
  .sec4-business-box-ul li .sec4-business-box-image img {
    height: 3rem;
  }
}

.sec4-business-box-ul li+li {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sec4-business-box-ul li+li {
    margin-top: 3rem;
  }
}

.sec5-business {
  padding-top: 19.8rem;
}

@media screen and (max-width: 767px) {
  .sec5-business {
    padding-top: 13.8rem;
  }
}

.sec5-business-cont {
  max-width: 177rem;
  margin-left: auto;
  position: relative;
  padding-left: 25rem;
  padding-bottom: 14rem;
  margin-bottom: 14rem;
}

@media screen and (max-width: 1300px) {
  .sec5-business-cont {
    padding-left: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .sec5-business-cont {
    background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
    padding-left: 0;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}

.sec5-business-cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1300px) {
  .sec5-business-cont:before {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 767px) {
  .sec5-business-cont:before {
    content: none;
  }
}

.sec5-business-cont .sec5-business-tlt-skin {
  position: relative;
  padding-top: 13.6rem;
}

@media screen and (max-width: 767px) {
  .sec5-business-cont .sec5-business-tlt-skin {
    padding-top: 8.6rem;
  }
}

.sec5-business-cont .sec5-business-tlt {
  position: absolute;
  top: -9rem;
  left: -10rem;
}

@media screen and (max-width: 767px) {
  .sec5-business-cont .sec5-business-tlt {
    left: 1.5rem;
    top: -8rem;
  }
}

.sec5-business-cont .sec5-business-tlt img {
  width: 49.5rem;
}

@media screen and (max-width: 767px) {
  .sec5-business-cont .sec5-business-tlt img {
    width: 29.5rem;
  }
}

.sec5-business-slider {
  margin-top: 5.7rem;
}

@media screen and (max-width: 767px) {
  .sec5-business-slider {
    margin-top: 3rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec5-business-tlt2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec5-business-btn-slider {
  width: 5.4rem;
  height: 5.4rem;
  border: max(0.2rem, 2px) solid #fff;
  background-color: transparent;
  outline: 0;
  border-radius: 100rem;
  background-repeat: no-repeat;
  background-size: 2.3rem auto;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.sec5-business-btn-slider:hover {
  background-color: #007BC2;
}

.sec5-business-btn-gr {
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  position: absolute;
  bottom: 0;
  right: 8.4rem;
}

@media screen and (max-width: 767px) {
  .sec5-business-btn-gr {
    position: relative;
    right: 0;
  }
}

.sec5-business-btn {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec5-business-btn {
    padding-top: 3rem;
    padding-left: 1.5rem;
  }
}

.sec1-about {
  padding-top: 12rem;
  padding-bottom: 17.4rem;
}

@media screen and (max-width: 767px) {
  .sec1-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec1-about .about-ul-style1 .about-ul-style1-tlt {
  width: 14rem;
  margin-top: 2rem;
}

.sec1-about-sub-tlt-skin {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sec1-about-sub-tlt-skin {
    position: absolute;
    top: -5rem;
    right: 0;
    left: 0;
    z-index: -1;
  }
}

.sec1-about-sub-tlt-skin img {
  height: 12.8rem;
}

@media screen and (max-width: 767px) {
  .sec1-about-sub-tlt-skin img {
    height: auto;
  }
}

.sec1-about-sub-tlt {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec1-about-sub-tlt {
    padding-bottom: 3rem;
  }
}

.about-ul-style1-tlt {
  display: flex;
  height: 4.2rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  color: #000;
  position: relative;
}

.about-ul-style1-tlt:before,
.about-ul-style1-tlt:after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border: max(0.3rem, 2px) solid #00A7A5;
  position: absolute;
}

.about-ul-style1-tlt:before {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}

.about-ul-style1-tlt:after {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}

.about-ul-style1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 5rem;
  padding-top: 9.7rem;
  padding-bottom: 4.6rem;
}

@media screen and (max-width: 767px) {
  .about-ul-style1 {
    display: block;
    padding-top: 2.5rem;
  }

  .about-ul-style1 li+li {
    padding-top: 3rem;
  }
}

.sec2-about {
  background-color: #E5F8F6;
  padding-top: 14.4rem;
  padding-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .sec2-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.about-ul-style2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2rem;
}

@media screen and (max-width: 767px) {
  .about-ul-style2 {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}

.sec2-about-txt {
  padding-left: 3rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .sec2-about-txt {
    padding-left: 0;
    margin-top: 2.5rem;
  }
}

.about-ul-style3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-top: 5rem;
  padding-bottom: 5.3rem;
  row-gap: 4rem;
}

@media screen and (max-width: 767px) {
  .about-ul-style3 {
    display: block;
  }

  .about-ul-style3 li+li {
    padding-top: 3rem;
  }
}

.about-ul-style3 .about-ul-style1-tlt {
  width: 22rem;
  margin-top: 2rem;
}

.sec2-about-sub-tlt-skin {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sec2-about-sub-tlt-skin {
    position: absolute;
    top: -5rem;
    right: 0;
    left: 0;
  }
}

.sec2-about-sub-tlt-skin img {
  height: 12.8rem;
}

@media screen and (max-width: 767px) {
  .sec2-about-sub-tlt-skin img {
    height: auto;
  }
}

.sec2-about-sub-tlt {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec2-about-sub-tlt {
    padding-bottom: 3rem;
  }
}

.sec3-about {
  padding-top: 16.4rem;
  padding-bottom: 13.7rem;
}

.sec3-about .about-ul-style3 {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec3-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec3-about-sub-tlt-skin {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sec3-about-sub-tlt-skin {
    position: absolute;
    top: -5rem;
    right: 0;
    left: 0;
  }
}

.sec3-about-sub-tlt-skin img {
  height: 12.8rem;
}

@media screen and (max-width: 767px) {
  .sec3-about-sub-tlt-skin img {
    height: auto;
  }
}

.sec3-about-sub-tlt {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec3-about-sub-tlt {
    padding-bottom: 3rem;
  }
}

.sec1-company-main {
  display: flex;
  flex-wrap: wrap;
  padding-top: 11rem;
  padding-bottom: 18.4rem;
}

@media screen and (max-width: 767px) {
  .sec1-company-main {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec1-company-left {
  padding-top: 0.8rem;
}

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

.sec1-company-left .txt-fs22 {
  font-weight: 700;
  color: #000;
  line-height: 1.7;
  margin-top: 5.7rem;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .sec1-company-left .txt-fs22 {
    margin-top: 3rem;
    padding-left: 0;
  }
}

.sec1-company-right {
  width: 60.3rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sec1-company-right {
    width: 100%;
    padding-top: 2rem;
  }
}

.sec1-company-right-ky {
  text-align: right;
  margin-top: 7.3rem;
}

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

.sec1-company {
  background-image: url(../img/company/image03.jpg);
  background-size: cover;
  background-position: bottom left;
}

@media screen and (max-width: 767px) {
  .sec1-company {
    background-image: url(../img/company/image04.jpg);
    background-position: bottom center;
  }
}

.sec2-company {
  padding-top: 15.5rem;
  padding-bottom: 14.5rem;
}

@media screen and (max-width: 767px) {
  .sec2-company {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

.table-normal {
  width: 100%;
  line-height: 1.8;
  color: #001129;
}

.table-normal tr td:first-child {
  width: 14rem;
  font-weight: 700;
  padding-left: 2.5rem;
}

@media screen and (max-width: 767px) {
  .table-normal tr td:first-child {
    background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
    color: #fff;
  }
}

.table-normal tr td:last-child {
  width: calc(100% - 14rem);
  padding-left: 6rem;
}

.table-normal tr td {
  vertical-align: middle;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .table-normal tr td {
    width: 100% !important;
    float: left;
    padding: 1.5rem !important;
  }
}

.table-normal .table-normal-txt-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.2rem, 1px);
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
}

@media screen and (max-width: 767px) {
  .table-normal .table-normal-txt-left {
    display: none;
  }
}

.table-normal .table-normal-txt-right {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-color: #999999;
}

@media screen and (max-width: 767px) {
  .table-normal .table-normal-txt-right {
    display: none;
  }
}

.sec2-company-table {
  margin-top: 3.8rem;
}

.sec3-company {
  padding-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .sec3-company {
    padding-bottom: 5rem;
  }
}

.sec3-company img {
  width: 100%;
}

.table-normal2 {
  width: 100%;
}

.table-normal2 tr td:first-child {
  width: 20rem;
  font-weight: 500;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .table-normal2 tr td:first-child {
    padding-left: 0;
    width: 12rem;
  }
}

.table-normal2 tr td:last-child {
  width: calc(100% - 20rem);
}

@media screen and (max-width: 767px) {
  .table-normal2 tr td:last-child {
    width: calc(100% - 12rem);
  }
}

.table-normal2 tr td {
  border-bottom: max(1px, 0.1rem) solid #999999;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.sec4-company-table {
  margin-top: 6.8rem;
}

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

.sec5-company {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20.7rem;
}

@media screen and (max-width: 1600px) {
  .sec5-company {
    grid-template-columns: 30% 1fr 30%;
  }
}

@media screen and (max-width: 767px) {
  .sec5-company {
    display: block;
    padding-top: 5rem;
  }
}

.sec5-company .sec5-company-item--bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .sec5-company .sec5-company-item--bg {
    height: 25rem;
  }
}

.sec5-company .sec5-company-item--nobg {
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  padding-top: 13rem;
  padding-bottom: 15rem;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .sec5-company .sec5-company-item--nobg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .sec5-company .sec5-company-item--nobg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec5-company .sec5-company-item--nobg .txt-fs21 {
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3.3rem;
}

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

.sec5-company .sec5-company-item--nobg .txt-fs16 {
  line-height: 2.3;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sec5-company .sec5-company-item--nobg .txt-fs16 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec5-company .sec5-company-item--nobg .tlt-line-left {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.txt-fs21 {
  font-size: 2.1rem;
}

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

.sec6-company {
  position: relative;
  background-color: #DBF3F5;
  padding-top: 9rem;
  margin-top: 24rem;
}

.sec6-company:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 13.3rem;
  background-image: url(../img/company/image08.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .sec6-company:before {
    height: 5.3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec6-company {
    margin-top: 5rem;
    padding-top: 7rem;
  }
}

.sec6-company--main {
  position: relative;
  z-index: 2;
}

.sec6-company--main .tlt-line-left {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.sec6-company1 {
  display: grid;
  grid-template-columns: 43.7% 1fr;
  padding-top: 7.7rem;
}

@media screen and (max-width: 767px) {
  .sec6-company1 {
    display: block;
    padding-top: 4rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.sec6-company1 .sec6-company1-right {
  background-color: #fff;
  padding-left: 5.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .sec6-company1 .sec6-company1-right {
    padding: 2.5rem 1.5rem;
  }
}

.sec6-company1 .sec6-company1-right .txt-fs24 {
  font-weight: 700;
  color: #00A7A5;
}

.sec6-company1 .sec6-company1-right .txt-fs16 {
  color: #001129;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 3.3rem;
}

.txt-fs24 {
  font-size: 2.4rem;
}

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

.company-googlemap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.4rem;
  height: 4.2rem;
  border-radius: 100rem;
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.company-googlemap:before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.8rem;
  background-image: url(../img/company/image09.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.sec6-company1-left {
  display: flex;
}

.sec6-company1-left iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec6-company1-left iframe {
    height: 25rem;
  }
}

.sec6-company-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .sec6-company-bottom {
    display: block;
  }

  .sec6-company-bottom .sec6-company-bottom--item+.sec6-company-bottom--item {
    margin-top: 4rem;
  }
}

.sec6-company-bottom .sec6-company-bottom--item {
  background-color: #fff;
  display: grid;
  grid-template-columns: 28rem 1fr;
  padding: 5.5rem 3rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .sec6-company-bottom .sec6-company-bottom--item {
    display: block;
    padding: 2rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.sec6-company-bottom--item-content {
  margin-top: -1.1rem;
}

@media screen and (max-width: 767px) {
  .sec6-company-bottom--item-content {
    margin-top: 2rem;
  }
}

.sec6-company-bottom--item-content .txt-fs20 {
  font-weight: 700;
  color: #00A7A5;
}

.sec6-company-bottom--item-content .txt-fs16 {
  color: #001129;
  line-height: 1.8;
  margin-top: 0.8rem;
  margin-bottom: 1.4rem;
}

.sec6-company-bg-home {
  position: relative;
  padding-bottom: 45.7rem;
}

@media screen and (max-width: 767px) {
  .sec6-company-bg-home {
    padding-bottom: 21.7rem;
  }
}

.sec6-company-bg-home:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40rem;
  background-image: url(../img/company/image12.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media screen and (max-width: 767px) {
  .sec6-company-bg-home:before {
    height: 20rem;
    background-size: cover;
  }
}

.sec1-contact-txt {
  line-height: 1.8;
  font-weight: 500;
}

.sec1-contact {
  padding-top: 11.5rem;
  background-color: #E5F8F6;
  padding-bottom: 12rem;
}

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

.sec1-contact-erro {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: #00A7A5;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-radius: 10rem;
  line-height: 1.3;
}

.form-contact-main {
  width: 100%;
}

.form-contact-main tr td:first-child {
  width: 22rem;
}

.form-contact-main tr td:last-child {
  width: calc(100% - 22rem);
}

@media screen and (max-width: 767px) {
  .form-contact-main tr td:last-child {
    padding-top: 0 !important;
  }
}

.form-contact-main tr td {
  font-weight: 500;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

@media screen and (max-width: 767px) {
  .form-contact-main tr td {
    width: 100% !important;
    float: left;
    padding: 1.5rem 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .form-contact-main .tr-area td {
    vertical-align: top;
  }

  .form-contact-main .tr-area td:first-child {
    padding-top: 3.3rem;
  }
}

.form-contact-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.8rem;
  column-gap: 4.8rem;
}

.form-contact-list label {
  display: inline-flex;
  position: relative;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.form-contact-list label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-contact-list label .skin-radio-btn.is-active:before {
  opacity: 1;
}

.form-contact-list label .skin-radio-btn {
  width: 1.9rem;
  height: 1.9rem;
  border: max(0.2rem, 1px) solid #000;
  border-radius: 10rem;
  background-color: #fff;
  position: relative;
}

.form-contact-list label .skin-radio-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 10rem;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.form-control {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0;
  outline: 0;
  height: 5.4rem;
  padding: 0 1.5rem;
  scroll-margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .form-control {
    scroll-margin-top: 10rem;
  }
}

.form-control::-moz-placeholder {
  font-weight: 500;
  color: #989898;
}

.form-control::placeholder {
  font-weight: 500;
  color: #989898;
}

.form-area {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0;
  outline: 0;
  height: 22rem;
  padding: 1.5rem;
  resize: none;
  scroll-margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .form-area {
    scroll-margin-top: 10rem;
  }
}

.form-area::-moz-placeholder {
  font-weight: 500;
  color: #8790a7;
}

.form-area::placeholder {
  font-weight: 500;
  color: #8790a7;
}

.gr-input-address {
  display: grid;
  grid-template-columns: max-content 20rem max-content;
  align-items: center;
  padding-left: 1.7rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media screen and (max-width: 767px) {
  .gr-input-address {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    row-gap: 1.5rem;
  }

  .gr-input-address input {
    width: 28rem;
  }
}

#email2,
#email4 {
  margin-top: 4.6rem;
}

@media screen and (max-width: 767px) {

  #email2,
  #email4 {
    margin-top: 2.5rem;
  }
}

.form-contact {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .form-contact {
    padding-top: 3rem;
  }
}

.form-check-privacy-icon {
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
  max-width: 61.6rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  margin-top: 1.7rem;
}

@media screen and (max-width: 767px) {
  .form-check-privacy-icon {
    margin-top: 0;
  }
}

.form-check-privacy-icon input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.form-check-privacy-icon input:checked~.form-check-privacy-icon-skin:before {
  opacity: 1;
}

.form-check-privacy-icon label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-check-privacy-icon label .form-check-privacy-icon-skin {
  display: block;
  width: max(1.3rem, 10px);
  height: max(1.3rem, 10px);
  border: max(1px, 0.1rem) solid #fff;
  position: relative;
}

.form-check-privacy-icon label .form-check-privacy-icon-skin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.form-check-privacy-icon label a {
  border-bottom: max(1px, 0.1rem) solid #fff;
}

.form-check-sub-tlt {
  line-height: 1.8;
  max-width: 59rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.3rem;
}

@media screen and (max-width: 767px) {
  .form-check-sub-tlt {
    margin-top: 2.5rem;
  }
}

.form-control-submit {
  font-size: 1.6rem;
  font-weight: 500;
  color: #00A7A5;
  line-height: 1;
  border: 0;
  outline: 0;
  width: 25.3rem;
  height: 6rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.form-control-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: max(1.3rem, 10px);
  height: max(1.3rem, 10px);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/inquiry/icon1.png);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.form-control-submit:hover:before {
  right: 1rem;
}

.gr-tb-submit-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .gr-tb-submit-form {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .form-table-bottom {
    padding-left: 22rem;
  }
}

.sec1-privacy-txt1 {
  line-height: 1.8;
  font-weight: 500;
  color: #00A7A5;
}

.sec1-privacy {
  padding-top: 11rem;
  padding-bottom: 8rem;
}

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

.sec2-privacy {
  padding-left: 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec2-privacy {
    padding-left: 2rem;
  }
}

.sec2-privacy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: max(0.4rem, 2px);
  bottom: 0;
  background: linear-gradient(120deg, rgb(0, 196, 164) 0%, rgb(0, 119, 196) 100%);
}

.sec2-privacy-item {
  transform: translateY(-0.5rem);
  padding-bottom: 1rem;
}

.sec2-privacy-item .txt-fs16 {
  line-height: 1.8;
}

.sec2-privacy-item-row {
  margin-left: -3rem;
  height: 4rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec2-privacy-item-row {
    margin-left: -2rem;
  }
}

.sec3-privacy {
  text-align: right;
  line-height: 1.8;
  padding-top: 9.7rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .sec3-privacy {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.sec4-privacy {
  background: linear-gradient(120deg, rgba(0, 196, 164, 0.1) 0%, rgba(0, 119, 196, 0.1) 100%);
  padding-left: 9.3rem;
  line-height: 1.8;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .sec4-privacy {
    padding: 3rem 1.5rem;
    margin-bottom: 5rem;
  }
}

.sec4-privacy .txt-fs18 {
  font-weight: 500;
}

.sec4-privacy-link-id {
  font-weight: 500;
  color: #00A7A5;
  border-bottom: max(1px, 0.1rem) solid #00A7A5 !important;
}

.link-map-page {
  position: relative;
}

.link-map-page .link-map-page-child {
  position: absolute;
  left: 0;
  top: -5rem;
}

@media screen and (max-width: 767px) {
  .link-map-page .link-map-page-child {
    top: -11rem;
  }
}

@media screen and (max-width: 767px) {
  .tlt-style3-gr {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec1-about-sub-tlt-skin1 {
  background-image: url(../img/about/image09-sl.png);
  width: 100%;
  height: 12.8rem;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: anime1 50s linear infinite;
}

@media screen and (max-width: 767px) {
  .sec1-about-sub-tlt-skin1 {
    height: 5rem;
  }
}

.sec1-about-sub-tlt-skin2 {
  background-image: url(../img/about/image33-sl.png);
  width: 100%;
  height: 12.8rem;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: anime2 58s linear infinite;
}

@media screen and (max-width: 767px) {
  .sec1-about-sub-tlt-skin2 {
    height: 5rem;
  }
}

.sec1-about-sub-tlt-skin3 {
  background-image: url(../img/about/image47-sl.png);
  width: 100%;
  height: 12.7rem;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: anime3 62s linear infinite;
}

@media screen and (max-width: 767px) {
  .sec1-about-sub-tlt-skin3 {
    height: 5rem;
  }
}

.sec3-company-main {
  background-image: url(../img/company/image05.png);
  width: 100%;
  height: 12.8rem;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: anime4 10s linear infinite;
}

@media screen and (max-width: 767px) {
  .sec3-company-main {
    height: 5rem;
  }
}

@media screen and (min-width: 768px) {
  @keyframes anime1 {
    0% {
      background-position: 332.3rem 0;
    }

    100% {
      background-position: -332.3rem 0;
    }
  }

  @keyframes anime2 {
    0% {
      background-position: 338.8rem 0;
    }

    100% {
      background-position: -338.8rem 0;
    }
  }

  @keyframes anime3 {
    0% {
      background-position: 278rem 0;
    }

    100% {
      background-position: -278rem 0;
    }
  }

  @keyframes anime4 {
    0% {
      background-position: 400.8rem 0;
    }

    100% {
      background-position: -400.8rem 0;
    }
  }
}

@media screen and (max-width: 767px) {
  @keyframes anime1 {
    0% {
      background-position: 129.8rem 0;
    }

    100% {
      background-position: -129.8rem 0;
    }
  }

  @keyframes anime2 {
    0% {
      background-position: 132.3rem 0;
    }

    100% {
      background-position: -132.3rem 0;
    }
  }

  @keyframes anime3 {
    0% {
      background-position: 109.4rem 0;
    }

    100% {
      background-position: -109.4rem 0;
    }
  }

  @keyframes anime4 {
    0% {
      background-position: 156.5rem 0;
    }

    100% {
      background-position: -156.5rem 0;
    }
  }
}

.kt-db {
  margin-left: -1rem;
}

.sec8-top .tlt-style3:before {
  background-color: #009598;
}

.sec8-top-txt-sub {
  margin-top: 2.5rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .sec8-top-txt-sub {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}

.sec8-top-bg {
  position: relative;
  padding-top: 17.3rem;
  padding-bottom: 17.7rem;
  margin-top: 15rem;
  margin-bottom: 15.5rem;
}

.sec8-top-bg .tlt-style3-gr {
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .sec8-top-bg {
    margin-bottom: 0;
    margin-top: 5rem;
    padding: 5rem 0;
  }

  .sec8-top-bg .link-view-more {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec8-top-bg:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 134.6rem;
  max-width: 100%;
  background-image: url(../img/top/image21.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .sec8-top-bg:before {
    background-position: left 20% center;
  }
}