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

header {
  position: relative;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header {
    position: static;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    align-items: center;
  }
}

.header-left {
  width: 41.7rem;
  height: 24.3rem;
  background-image: url(../img/common/image01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 3.5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1600px) {
  .header-left {
    width: 32.7rem;
    height: 21.3rem;
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-left {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
  }
}
.header-left .header-logo {
  width: 24.1rem;
}
@media screen and (max-width: 1600px) {
  .header-left .header-logo {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .header-left .header-logo {
    width: 20rem;
  }
}

.list-menu-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8.6rem;
       column-gap: 8.6rem;
}
@media screen and (max-width: 1600px) {
  .list-menu-hd {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-menu-hd {
    display: block;
  }
  .list-menu-hd li + li .list-menu-hd-link {
    border-top: 0.1rem solid #0071b8;
  }
}
.list-menu-hd .list-menu-hd-link {
  font-size: 2.1rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  row-gap: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-menu-hd .list-menu-hd-link {
    display: flex;
    padding: 1.5rem;
    font-size: 2rem;
  }
  .list-menu-hd .list-menu-hd-link.is-active {
    background-color: #0071b8;
    color: #fff;
  }
  .list-menu-hd .list-menu-hd-link.is-active span {
    color: #fff;
  }
}
.list-menu-hd .list-menu-hd-link:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: max(0.2rem, 1px);
  background: #0071b8;
  bottom: -1rem;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .list-menu-hd .list-menu-hd-link:before {
    content: none;
  }
}
.list-menu-hd .list-menu-hd-link span {
  font-size: 1.8rem;
  display: inline-block;
  color: #0071b8;
}
@media screen and (max-width: 767px) {
  .list-menu-hd .list-menu-hd-link span {
    font-size: 1.7rem;
  }
}
.list-menu-hd .list-menu-hd-link:hover:before, .list-menu-hd .list-menu-hd-link.is-active:before {
  transform: scale(1, 1);
}

.header-right-btn {
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22.7rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background-color: #0071b8;
  position: relative;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  border: max(1px, 0.1rem) solid #0071b8 !important;
  transition: all 0.3s ease-in-out;
}
.header-right-btn:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #58FAD7;
  border-radius: 100rem;
  transform: translateY(0.2rem);
  transition: all 0.3s ease-in-out;
}
.header-right-btn:hover {
  background-color: #fff;
  color: #0071b8;
}
.header-right-btn:hover:before {
  background-color: #0071b8;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  padding-top: 6.5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1600px) {
  .header-right {
    padding-right: 1.5rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-right {
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 0.1rem solid #0071b8;
    border-bottom: 0.1rem solid #0071b8;
  }
}

.sec1-top {
  position: relative;
}

.sec1-top-content {
  position: absolute;
  z-index: 10;
  bottom: 26%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .sec1-top-content {
    bottom: 20%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content {
    bottom: 15%;
  }
}

.sec1-top-h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
}
.sec1-top-h2 span {
  display: inline-block;
  font-weight: 800;
  color: #fff;
  font-size: 8rem;
  line-height: 1;
  background-color: #0071b8;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .sec1-top-h2 span {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-h2 span {
    font-size: 2.1rem;
  }
}
.sec1-top-h2 span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0071b8;
  width: 100%;
  animation: slideIn_child 0.5s ease-out forwards;
  animation-delay: 1s;
}

.sec1-top-content-txt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-top: 1.5rem;
  text-shadow: rgb(26, 26, 26) 1px 0px 0px, rgb(26, 26, 26) 0.540302px 0.841471px 0px, rgb(26, 26, 26) -0.416147px 0.909297px 0px, rgb(26, 26, 26) -0.989992px 0.14112px 0px, rgb(26, 26, 26) -0.653644px -0.756802px 0px, rgb(26, 26, 26) 0.283662px -0.958924px 0px, rgb(26, 26, 26) 0.96017px -0.279415px 0px;
}
@media screen and (max-width: 767px) {
  .sec1-top-content-txt {
    font-size: 1.5rem;
  }
}
.sec1-top-content-txt span {
  display: block;
  padding: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.sec1-top-content-txt span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  animation: slideIn_child 0.5s ease-out forwards;
  animation-delay: 1s;
}
.sec1-top-content-txt span + span {
  margin-top: 0.5rem;
}

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

.sec1-top-parent-animation {
  width: -moz-max-content;
  width: max-content;
  animation: slideIn 1s ease-out forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0vw);
  }
}
@keyframes slideIn_child {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
.sec2-top {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 1600px) {
  .sec2-top {
    padding-top: 0;
  }
}
.sec2-top:before {
  content: "";
  display: block;
  background-image: url(../img/common/image02.png);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 34.3rem;
  background-repeat: no-repeat;
  margin-top: -38.5rem;
}
@media screen and (max-width: 1600px) {
  .sec2-top:before {
    margin-top: -34.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top:before {
    height: 10rem;
    margin-top: -9rem;
  }
}

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

@media screen and (max-width: 767px) {
  .sec-mgt-all {
    margin-top: 14.4rem;
  }
}

.sec2-top-main {
  position: relative;
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-main {
    padding-top: 5rem;
  }
}
.sec2-top-main:before {
  content: "";
  position: absolute;
  width: 34.74vw;
  height: 43.07vw;
  background-image: url(../img/top/image08.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  top: -5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec2-top-main:before {
    width: 80.74vw;
    height: 106.07vw;
    top: 0;
  }
}

.sec2-top-flex {
  max-width: 167rem;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 53.2% 1fr;
  -moz-column-gap: 4.1%;
       column-gap: 4.1%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec2-top-flex {
    display: block;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-top-right {
    padding-top: 3rem;
  }
}
.sec2-top-right .txt-fs16 {
  font-weight: 600;
  margin-top: 1rem;
}

.sec2-top-right-tlt {
  font-size: 3.6rem;
  font-weight: 800;
  color: #e2e2e2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec2-top-right-tlt {
    font-size: 3rem;
  }
}

.sec2-top-right-img {
  text-align: right;
  margin-top: -4rem;
}
@media screen and (max-width: 1400px) {
  .sec2-top-right-img {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-right-img {
    margin-top: -1rem;
  }
}
.sec2-top-right-img img {
  width: 46rem;
}
@media screen and (max-width: 1400px) {
  .sec2-top-right-img img {
    width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-right-img img {
    width: 21rem;
  }
}

.tlt-h3 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tlt-h3 {
    font-size: 2.8rem;
  }
}
.tlt-h3.center {
  text-align: center;
}
.tlt-h3 span {
  color: #0071b8;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 1rem;
}
.tlt-h3.blue {
  color: #0071b8;
}
.tlt-h3.blue span {
  color: #fff;
}
.tlt-h3.green span {
  color: #58FAD7;
}

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

.sec3-top-list-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-list-menu {
    display: block;
    padding-top: 3rem;
  }
  .sec3-top-list-menu li + li {
    margin-top: 3rem;
  }
}

.sec3-top-list-menu-item {
  position: relative;
  display: flex;
  width: 100%;
  height: 27.4rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sec3-top-list-menu-item.style2 {
  color: #1a1a1a;
}
.sec3-top-list-menu-item.style2:before {
  background-color: #fff;
  opacity: 0.6;
}
.sec3-top-list-menu-item.style2 .sec3-top-list-menu-icon {
  border-color: #1a1a1a;
}
.sec3-top-list-menu-item.style2 .sec3-top-list-menu-icon:before {
  background-image: url(../img/common/icon2.png);
}
@media screen and (max-width: 767px) {
  .sec3-top-list-menu-item {
    height: 20.6rem;
  }
}
.sec3-top-list-menu-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
  z-index: 2;
}
.sec3-top-list-menu-item .sec3-top-list-menu-item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.sec3-top-list-menu-item .sec3-top-list-menu-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.sec3-top-list-menu-item .sec3-top-list-menu-number {
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec3-top-list-menu-item .sec3-top-list-menu-number {
    top: 1rem;
    left: 1rem;
    font-size: 2.5rem;
  }
}
.sec3-top-list-menu-item .sec3-top-list-menu-icon {
  width: 5.8rem;
  height: 4.2rem;
  border-top: max(0.2rem, 1px) solid #fff;
  border-left: max(0.2rem, 1px) solid #fff;
  position: absolute;
  z-index: 3;
  bottom: 0.5rem;
  right: 0.7rem;
  border-top-left-radius: 1.6rem;
}
.sec3-top-list-menu-item .sec3-top-list-menu-icon:before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.6rem;
  background-image: url(../img/common/icon1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.sec3-top-list-menu-item .sec3-top-list-menu-mid {
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.1;
  position: relative;
  z-index: 4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec3-top-list-menu-item .sec3-top-list-menu-mid {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.sec3-top-list-menu-item .sec3-top-list-menu-mid span {
  font-size: 1.9rem;
  display: block;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-list-menu-item .sec3-top-list-menu-mid span {
    font-size: 1.7rem;
    padding-top: 1rem;
  }
}
.sec3-top-list-menu-item:hover .sec3-top-list-menu-item-img {
  transform: scale(1.2);
}
.sec3-top-list-menu-item:hover .sec3-top-list-menu-icon:before {
  left: calc(50% + 0.5rem);
}

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

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

.sec5-top {
  position: relative;
  margin-top: 13.7rem;
  padding-top: 25rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .sec5-top {
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec5-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 124.6rem;
  background-image: url(../img/top/image18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sec5-top:before {
    background-position: left top;
    height: 83.6rem;
  }
}

.sec5-top-main {
  position: relative;
  z-index: 2;
}

.sec5-top-tlt-right {
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec5-top-tlt-right {
    padding-top: 2.5rem;
  }
}

.sec5-top-tlt {
  max-width: 87.7rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  padding-left: 2.5rem;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  padding-bottom: 8.7rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-tlt {
    display: block;
    padding-left: 0;
    padding-bottom: 5rem;
  }
}

.sec5-top-slider-content {
  color: #fff;
  border-top: max(0.3rem, 1px) solid #fff;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec5-top-slider-content {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.sec5-top-slider-content .sec5-top-slider-cate {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  padding: 0.9rem 1rem;
  border: max(1px, 0.1rem) solid #fff;
  border-radius: 1.7rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-slider-content .sec5-top-slider-cate {
    font-size: 1.4rem;
    padding: 0.5rem 0.7rem;
  }
}
.sec5-top-slider-content .txt-fs16 {
  padding-left: 1rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-slider-content .txt-fs16 {
    padding-left: 0;
  }
}

.sec5-top-bottom-tlt {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-tlt {
    display: block;
  }
  .sec5-top-bottom-tlt .sec5-top-bottom-tlt-right {
    padding-top: 2.5rem;
  }
}
.sec5-top-bottom-tlt .txt-fs16 {
  font-weight: 600;
}

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

.sec5-top-tlt-left {
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-tlt-left {
    padding-top: 0;
  }
}

.sec5-top-bottom-tlt-left {
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-tlt-left {
    padding-top: 0;
  }
}

.sec5-top-bottom-content {
  background-color: #12B598;
  color: #fff;
  padding-left: 3.8rem;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 1fr 49.8%;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-content {
    display: block;
    padding: 0;
    margin-top: 3rem;
  }
}

.sec5-top-bottom-content-ul {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  font-weight: 600;
  align-items: center;
  padding-bottom: 1.6rem;
  row-gap: 1rem;
}
.sec5-top-bottom-content-ul li:nth-child(3) .sec5-top-bottom-content-cate {
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-content-ul li:nth-child(3) .sec5-top-bottom-content-cate {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-content-ul {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
}

.sec5-top-bottom-content-cate {
  display: flex;
  width: 10rem;
  height: 2.7rem;
  border: max(1px, 0.1rem) solid #fff;
  border-radius: 1.4rem;
  justify-content: center;
  align-items: center;
}

.sec5-top-bottom-content-price {
  font-size: 3.6rem;
  line-height: 1;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-content-price {
    font-size: 2rem;
  }
}
.sec5-top-bottom-content-price span {
  font-size: 6rem;
  font-weight: 800;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-content-price span {
    font-size: 3.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.fw600 {
  font-weight: 600;
}

.sec5-top-bottom-content-left {
  padding-left: 4rem;
  border-left: max(1px, 0.3rem) solid #fff;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-content-left {
    border-left: 0;
    padding: 3rem 1.5rem;
  }
}

.sec5-top-bottom-content-right img {
  width: 100%;
}

.footer1-main {
  height: 47rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  color: #fff;
  padding-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .footer1-main {
    padding-top: 6rem;
    padding-bottom: 6rem;
    height: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.footer1-main .txt-fs16 {
  text-align: center;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .footer1-main .txt-fs16 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.footer1-title {
  line-height: 1;
  text-align: center;
  font-weight: 800;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .footer1-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.footer1-title span {
  font-weight: 400;
  color: #0071b8;
  display: block;
  font-size: 1.8rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .footer1-title span {
    padding-bottom: 1.5rem;
  }
}

.footer1-tel-fax--tel {
  width: 37rem;
}
@media screen and (max-width: 767px) {
  .footer1-tel-fax--tel {
    width: 30rem;
  }
}

.footer1-tel-fax--fax {
  width: 25.5rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer1-tel-fax--fax {
    width: 21rem;
  }
}

.footer1-tel-fax {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
}

.footer2-logo {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 24.3rem 1fr;
  align-items: center;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .footer2-logo {
    display: block;
  }
}

.footer2-menu-ul {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.6rem;
       column-gap: 4.6rem;
}
@media screen and (max-width: 1400px) {
  .footer2-menu-ul {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer2-menu-ul {
    display: block;
    text-align: center;
    padding-top: 3rem;
  }
  .footer2-menu-ul li + li {
    margin-top: 0.5rem;
  }
}

.footer2-menu-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer2-menu-logo {
    display: block;
  }
}

.footer2-menu-privacy {
  font-size: max(1.3rem, 11px);
  padding-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .footer2-menu-privacy {
    text-align: center;
  }
}

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

@media screen and (max-width: 767px) {
  .footer2-logo-left {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer2-logo-right {
    text-align: center;
    padding-top: 3rem;
  }
}
.scrolltop {
  position: fixed;
  z-index: 20;
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 100rem;
  background-color: #0071B8;
  bottom: 3.6rem;
  right: 4.8rem;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    width: 5rem;
    height: 5rem;
    bottom: 8rem;
    right: 1.5rem;
  }
}
.scrolltop img {
  width: 2.3rem;
}
@media screen and (max-width: 767px) {
  .scrolltop img {
    width: 1.8rem;
  }
}

footer {
  position: relative;
}
footer .ft-bg-all {
  position: absolute;
  top: 11.2rem;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .ft-bg-all {
    top: 34.2rem;
  }
}
footer .ft-bg-all:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/bg-video.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  footer .ft-bg-all:before {
    background-image: url(../img/common/bg-video2.png);
  }
}
footer .ft-bg-all video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}

.footer1, .footer2 {
  position: relative;
  z-index: 3;
}

.banner-child {
  height: 60rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 26.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-child {
    height: 30rem;
    padding-top: 10rem;
  }
}
.banner-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33rem;
  background-image: url(../img/common/banner-child.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .banner-child:before {
    height: 13rem;
  }
}
.banner-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32rem;
  background: #7FC4FF;
  background: linear-gradient(0deg, rgba(127, 196, 255, 0) 0%, rgb(127, 196, 255) 100%);
}
@media screen and (max-width: 767px) {
  .banner-child:after {
    content: none;
  }
}

.banner-child-h2 {
  font-size: 7.3rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background-color: #0071b8;
  display: inline-block;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .banner-child-h2 {
    font-size: 4.3rem;
  }
}

.cont-banner-child {
  max-width: 139rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 3;
}

.list-service .service-item {
  max-width: 167rem;
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .list-service .service-item {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.list-service .service-item + .service-item {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .list-service .service-item + .service-item {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .list-service .service-item:nth-child(2n) {
    margin-left: auto;
  }
  .list-service .service-item:nth-child(2n) .service-item-flex {
    flex-direction: row-reverse;
  }
}

.service-item-number {
  font-size: 3.6rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding-bottom: 3.5rem;
}
.service-item-number.green strong {
  color: #12B598;
}
.service-item-number .small-txt {
  font-size: 2.5rem;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .service-item-number .small-txt {
    transform: translateY(-0.7rem);
  }
}
@media screen and (max-width: 767px) {
  .service-item-number .small-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .service-item-number {
    font-size: 3rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-item-number {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
}
.service-item-number strong {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #0071b8;
  line-height: 1;
  display: inline-block;
  font-size: 6.8rem;
}
@media screen and (max-width: 1400px) {
  .service-item-number strong {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .service-item-number strong {
    display: block;
    font-size: 4rem;
  }
}

.service-item-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-item-flex {
    display: block;
  }
}
.service-item-flex .service-item-img {
  width: 58.9%;
}
@media screen and (max-width: 767px) {
  .service-item-flex .service-item-img {
    width: 100%;
  }
}
.service-item-flex .service-item-content {
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .service-item-flex .service-item-content {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .service-item-flex .service-item-content {
    width: 100%;
    padding-top: 0;
  }
}
.service-item-flex .service-item-content .sub-line {
  border-bottom: max(1px, 0.1rem) solid #1a1a1a;
}

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

.service-item-imgsp {
  padding-bottom: 2.5rem;
}

.link-id-all {
  position: relative;
}
.link-id-all .link-id-all-child {
  position: absolute;
  top: -3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .link-id-all .link-id-all-child {
    top: -16.4rem;
  }
}

.sec2-service {
  background-color: #F2F2F2;
  padding-top: 18.3rem;
  padding-bottom: 19rem;
  margin-top: 18.6rem;
}
@media screen and (max-width: 767px) {
  .sec2-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}

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

.service-item-content-line {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .service-item-content-line {
    font-size: 2rem;
  }
}
.service-item-content-line:after {
  content: "";
  display: block;
  width: 100%;
  height: max(0.1rem, 1px);
  background-color: #12B598;
}

.service-item-link {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.2rem;
  height: 4.7rem;
  border-radius: 2.4rem;
  background-color: #12B598;
  border: max(1px, 0.1rem) solid #12B598 !important;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  margin-top: 2.2rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .service-item-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.service-item-link:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100rem;
  background-color: #58FAD7;
  transition: all 0.3s ease-in-out;
}
.service-item-link:hover {
  background-color: #fff;
  color: #12B598;
}
.service-item-link:hover:before {
  background-color: #12B598;
}

.service-item-content-skin-table span {
  color: #12b598;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .ft-service .ft-bg-all:before {
    background-image: url(../img/service/bg-video-service.png);
  }
  .ft-service {
    background-color: #F2F2F2;
  }
}
.title-style3 {
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-style3 {
    font-size: 2.1rem;
  }
}
.title-style3 span {
  color: #0071b8;
  display: block;
  font-size: 6.8rem;
  font-family: "M PLUS 1p", sans-serif;
  padding-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .title-style3 span {
    font-size: 2.6rem;
    padding-bottom: 1.5rem;
  }
}

.sec1-company-left-set {
  text-align: right;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1400px) {
  .sec1-company-left-set {
    margin-top: 2rem;
  }
}
.sec1-company-left-set img {
  width: 21.5rem;
}

.sec1-company-green {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .sec1-company-green {
    display: block;
    padding-top: 3rem;
  }
}

.sec1-company-left {
  padding-right: 7rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .sec1-company-left {
    padding-right: 3rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-left {
    padding-right: 0;
  }
}

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

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

.sec2-company {
  background-color: #F2F2F2;
  padding-top: 18rem;
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-company {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.table-main {
  width: 100%;
  background-color: #fff;
}
.table-main tr td:first-child {
  width: 29rem;
  background-color: #F2F8FB;
  color: #0071b8;
  padding-left: 4.5rem;
  border-left: max(1px, 0.1rem) solid #0071b8;
}
.table-main tr td:last-child {
  width: calc(100% - 29rem);
  padding-left: 10rem;
  border-right: max(1px, 0.1rem) solid #0071b8;
}
.table-main tr td {
  vertical-align: top;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: max(1px, 0.1rem) solid #0071b8;
}
@media screen and (max-width: 767px) {
  .table-main tr td {
    border: 0 !important;
    width: 100% !important;
    float: left;
    padding: 1.5rem !important;
  }
}
.table-main tr:first-child td {
  border-top: max(1px, 0.1rem) solid #0071b8;
}

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

.sec2-company-list-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 8.8rem;
       column-gap: 8.8rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-list-img {
    display: block;
    padding-top: 3rem;
  }
  .sec2-company-list-img .sec2-company-list-img-img + .sec2-company-list-img-img {
    margin-top: 2.5rem;
  }
}

.sec3-company-left-tlt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #12B598;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 5.6rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec3-company-left-tlt {
    margin-right: auto;
    width: 20rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}

.sec3-company-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.3rem;
       column-gap: 3.3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec3-company-main {
    display: block;
  }
}

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

.google-map {
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .google-map {
    padding-top: 3rem;
  }
}
.google-map iframe {
  width: 100%;
  height: 43rem;
}
@media screen and (max-width: 767px) {
  .google-map iframe {
    height: 27rem;
  }
}

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

@media screen and (min-width: 768px) {
  .tlt-h3-4623 {
    font-size: 4.6rem;
  }
  .tlt-h3-4623 span {
    font-size: 2.3rem;
  }
}
.header-left-tlt-sub-logo{
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.7;
  top: 6rem;
  left: 41rem;
}
@media screen and (max-width: 1600px) {
  .header-left-tlt-sub-logo {
      top: 1.5rem;
      left: 32rem;
  }
  .header-left-tlt-sub-logo br{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-left-tlt-sub-logo{
    position: static;
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
  }
  .header-left-tlt-sub-logo br{
    display: block;
  }
}
.footer3{
  position: relative;
  z-index: 2;
  max-width: 142rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 6rem;
}
.txt-fs20{
  font-size: 2rem;
}
.sec4-company{
  background-image: url(../img/company/image06.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 12rem;
  padding-bottom: 12.5rem;
}
.sec4-company-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
  padding-top: 8.8rem;
}
.sec4-company-item{
  background-color: #fff;
  color: #0071b8;
  padding-left: 4.4rem;
  padding-right: 4.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 2rem;
  border: max(1px,0.1rem) solid #0071B8;
}
@media screen and (max-width:1400px) {
  .sec4-company-grid{
    column-gap: 3%;
  }
  .sec4-company-item{
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer3{
    padding-top: 3rem;
  }
  .txt-fs20{
    font-size: 1.8rem;
  }
  .sec4-company-grid{
    display: block;
    padding-top: 3rem;
  }
  .sec4-company-grid .sec4-company-item+.sec4-company-item{
    margin-top: 2rem;
  }
  .sec4-company{
    padding: 5rem 0;
  }
}
.sec5-top-main-logo{
  height: 38.7rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
}
.sec5-top-main-logo:before{
  content: '';
  position: absolute;
  left: 50%;
  top: -14rem;
  transform: translateX(-50%);
  width: 57.3rem;
  height: 57.3rem;
  background-image: url(../img/top/image25.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec5-top-main-logo-txt{
  font-size: 10.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  display: inline-block;
  background-color: #0071B8;
  padding-left: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec5-top-main-logo:before{
    width: 28rem;
    height: 28rem;
    top: 0rem;
  }
  .sec5-top-main-logo-txt{
    font-size: 4rem;
  }
  .sec5-top-main-logo{
    height: auto;
    padding: 11rem 0;
  }
}