.sec1-slider-item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .sec1-slider-item img {
    max-height: 100vh;
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-slider-item img {
    height: 40rem;
    -o-object-position: right center;
       object-position: right center;
  }
}

.sec1-slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec1-slider {
    margin-top: 9rem;
  }
}
.sec1-slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15rem;
  width: max(1px, 0.1rem);
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec1-slider:before {
    right: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-slider:before {
    content: none;
  }
}

.sec1-slider-content-h2 {
  font-size: 6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 1500px) {
  .sec1-slider-content-h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-slider-content-h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-slider-content-h2 {
    font-size: 2.6rem;
  }
}

.sec1-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-left: max(8.33vw, 2rem);
  padding-bottom: 22vh;
}
@media screen and (max-width: 1500px) {
  .sec1-slider-content {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-slider-content {
    padding-bottom: 8rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-slider-content {
    padding-bottom: 6rem;
  }
}

.sec1-slider-content-sub {
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
  font-weight: 600;
  padding-top: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-slider-content-sub {
    font-size: 1.8rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-slider-content-sub {
    font-size: 1.6rem;
  }
}

.sec1-slider-slick-dots {
  position: absolute;
  z-index: 3;
  bottom: 10rem;
  left: 6rem;
}
@media screen and (max-width: 1500px) {
  .sec1-slider-slick-dots {
    left: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-slider-slick-dots {
    bottom: 3rem;
    left: 1.5rem;
  }
}
.sec1-slider-slick-dots ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
}
.sec1-slider-slick-dots ul li {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 100rem;
  cursor: pointer;
}
.sec1-slider-slick-dots ul li.active {
  background-color: #01A3F4;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1500px) {
  header {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  header.is-line:not(.is-active) {
    border-bottom: max(1px, 0.1rem) solid #fff;
  }
  header {
    transition: all 0.3s ease-in-out;
  }
  header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #62AADA;
    background: linear-gradient(0deg, rgb(98, 170, 218) 0%, rgb(39, 102, 166) 100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  header.is-active:not(.is-active2):before {
    opacity: 1;
  }
  header.is-active:not(.is-active2) .header-logo.is-top .logo-white {
    display: inline-block;
  }
  header.is-active:not(.is-active2) .header-logo.is-top .logo-blue {
    display: none;
  }
  header.is-active2 .header-logo.is-page .logo-white {
    display: none;
  }
  header.is-active2 .header-logo.is-page .logo-blue {
    display: inline-block;
  }
}
header .header-logo.is-page .logo-white {
  display: inline-block;
}
header .header-logo.is-page .logo-blue {
  display: none;
}
@media screen and (max-width: 767px) {
  header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #62AADA;
    background: linear-gradient(0deg, rgb(98, 170, 218) 0%, rgb(39, 102, 166) 100%);
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 25rem;
  }
}
.header-logo .logo-white {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-logo.is-top .logo-white {
    display: inline-block;
  }
  .header-logo.is-top .logo-blue {
    display: none;
  }
}

.sec2-top {
  position: relative;
}
.sec2-top a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 6.7rem;
  width: 1.6rem;
}
@media screen and (max-width: 1500px) {
  .sec2-top a {
    right: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top a {
    width: 1.2rem;
  }
}
.sec2-top a:after {
  content: "";
  width: max(1px, 0.2rem);
  height: 9rem;
  background-color: #fff;
  display: block;
}
@media screen and (max-width: 999px) {
  .sec2-top a:after {
    height: 7rem;
  }
}

.sec3-top {
  background: #214182;
  background: linear-gradient(0deg, rgb(6, 60, 134) 28%, rgb(107, 181, 226) calc(100% - 5rem), rgba(107, 181, 226, 0) 100%);
  position: relative;
  margin-top: -5rem;
  padding-top: 35rem;
  padding-bottom: 20.83vw;
}
@media screen and (max-width: 999px) {
  .sec3-top {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 8rem;
    padding-bottom: 11rem;
  }
}

.sec3-top-cont {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec3-top-cont {
    display: grid;
    grid-template-columns: 1fr 45rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-cont {
    display: block;
  }
}

.setting-tltlv1 span {
  display: block;
}
.setting-tltlv1 .eng {
  font-size: 2rem;
  font-weight: 700;
}
.setting-tltlv1 .jpn {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 999px) {
  .setting-tltlv1 .jpn {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-tltlv1 .jpn {
    font-size: 2.5rem;
  }
}
.setting-tltlv1.center {
  text-align: center;
}
.setting-tltlv1.line {
  border-bottom: max(1px, 0.1rem) solid #213764;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .setting-tltlv1.sv2 .jpn {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .setting-tltlv1.sv3 .jpn {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .setting-tltlv1.sv3 .jpn {
    font-size: 2.7rem;
  }
}

.sec3-top-tlt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 1rem;
}
.sec3-top-tlt .setting-tltlv1 .jpn {
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-tlt {
    position: static;
    padding-top: 0;
  }
}

.sec3-top-slider {
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .sec3-top-slider {
    margin-right: 0;
    max-width: 100%;
  }
}

.sec3-top-slider-item img {
  border-radius: 1.5rem;
}

.sec3-slider-slick-dots-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 2rem;
}
.sec3-slider-slick-dots-ul li {
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease-in-out;
  border-radius: 100rem;
  background-color: #fff;
  cursor: pointer;
}
.sec3-slider-slick-dots-ul li.active {
  background-color: #213764;
}

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

.sec3-top-prp {
  color: #fff;
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 38rem;
  z-index: 2;
}
.sec3-top-prp .btn-stayler {
  margin-left: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-prp .btn-stayler {
    margin-right: auto;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-prp {
    position: static;
    width: 100%;
    margin-top: 2rem;
  }
}

.lh25 {
  line-height: 2.5;
}

.btn-stayler {
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 27rem;
  height: 7.4rem;
  border-radius: 10rem;
  padding-left: 6.6rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .btn-stayler {
    height: 7rem;
    padding-left: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-stayler {
    height: 6rem;
    padding-left: 3.8rem;
    width: 25rem;
  }
}
.btn-stayler:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100rem;
  top: 50%;
  transform: translateY(-50%);
  left: 2.8rem;
}
@media screen and (max-width: 999px) {
  .btn-stayler:before {
    left: 2rem;
  }
}
.btn-stayler:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.btn-stayler.style1:before {
  background-color: #fff;
}
.btn-stayler.style1:after {
  background-color: #213764;
}
.btn-stayler.style1 .line {
  border: max(1px, 0.2rem) solid #fff;
}
.btn-stayler.style1 {
  color: #fff;
}
.btn-stayler.style2:before {
  background-color: #213764;
}
.btn-stayler.style2:after {
  background-color: #213764;
}
.btn-stayler.style2 .line {
  border: max(1px, 0.2rem) solid #213764;
}
.btn-stayler.style2:hover {
  color: #fff;
}
.btn-stayler.style2:hover:before {
  background-color: #fff;
}
.btn-stayler.style3:before {
  background-color: #213764;
}
.btn-stayler.style3:after {
  background-color: #213764;
}
.btn-stayler.style3 .line {
  border: max(1px, 0.2rem) solid #213764;
  background-color: #fff;
}
.btn-stayler.style3 {
  color: #213764;
}
.btn-stayler.style3:hover {
  color: #fff;
}
.btn-stayler.style3:hover:before {
  background-color: #fff;
}
.btn-stayler.btn-stayler-dowloand {
  width: 34rem;
  height: 7rem;
}
.btn-stayler.btn-stayler-dowloand .icon-downloand {
  position: absolute;
  width: 2rem;
  height: 23rem;
  background-image: url(../img/common/img05.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}
.btn-stayler.btn-stayler-dowloand.btn-stayler-dowloand410 {
  width: 41rem;
}
@media screen and (max-width: 999px) {
  .btn-stayler.btn-stayler-dowloand.btn-stayler-dowloand410 {
    width: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-stayler.btn-stayler-dowloand.btn-stayler-dowloand410 {
    width: 34rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-stayler.btn-stayler-dowloand {
    width: 30rem;
  }
}
.btn-stayler.btn-stayler-dowloand:hover .icon-downloand {
  background-image: url(../img/common/img06.png);
}
.btn-stayler:hover:after {
  width: 100%;
}
.btn-stayler .btn-stayler-txt {
  display: block;
  position: relative;
  z-index: 2;
}
.btn-stayler .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10rem;
  transform: scale(0.97);
}

.sec3-top-tlt-prp {
  margin-top: 1rem;
}

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

.fw500 {
  font-weight: 500;
}

.sec4-top-prp {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-prp {
    margin-top: 1rem;
  }
}

.sec4-top {
  position: relative;
}
.sec4-top .sec4-top-bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.sec5-top {
  max-width: 156rem;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 55.1% 1fr;
  -moz-column-gap: 10.8%;
       column-gap: 10.8%;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .sec5-top {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top {
    align-items: flex-start;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top .sec5-top-img {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sec5-top .sec5-top-img img {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  }
}

.sec5-top-content .sec5-top-prp {
  margin-top: 2.5rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 999px) {
  .sec5-top-content .sec5-top-prp {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content .btn-stayler {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content {
    padding-bottom: 3rem;
  }
}

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

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

.sec6-top {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  color: #fff;
  background-image: url(../img/top/img09.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 9rem;
  padding-bottom: 5.5rem;
  border-radius: 2.5rem;
  margin-top: 15rem;
}
@media screen and (max-width: 999px) {
  .sec6-top {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top {
    width: 100%;
    border-radius: 0;
    margin-top: 5rem;
    padding-top: 3rem;
  }
}

.sec6-top-cont {
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .sec6-top-cont {
    width: calc(100% - 3rem);
  }
  .sec6-top-cont .btn-stayler {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec6-top-prp {
  max-width: 53rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-prp {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.sec7-top {
  background-image: url(../img/top/img10.jpg);
  background-size: auto 61.3rem;
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 6rem;
  margin-top: 16.7rem;
}
@media screen and (max-width: 1700px) {
  .sec7-top {
    background-position: top right 40%;
  }
}
@media screen and (max-width: 1300px) {
  .sec7-top {
    background-position: top right 84%;
    background-size: auto 47.3rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top {
    margin-top: 8rem;
    background-position: top right 82%;
    background-size: auto 38.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top {
    margin-top: 5rem;
    background-image: none;
  }
}

.sec7-top-tlt {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-bottom: 8.33vw;
}
@media screen and (max-width: 999px) {
  .sec7-top-tlt {
    padding-bottom: 5.33vw;
  }
}

.sec7-top-tlt-main {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  max-width: 78rem;
}
@media screen and (max-width: 1300px) {
  .sec7-top-tlt-main {
    max-width: 85rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-tlt-main {
    max-width: 70rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-tlt-main {
    display: block;
  }
}
.sec7-top-tlt-main .btn-stayler {
  margin-top: 2rem;
}

.sec7-top-slider-item-txt {
  font-size: max(14px, 1.3vw);
  font-weight: 500;
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem;
  right: 0;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .sec7-top-slider-item-txt {
    font-size: max(14px, 1.67vw);
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-slider-item-txt {
    font-size: max(14px, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-txt {
    left: 1.5rem;
    bottom: 1rem;
    font-size: 1.7rem;
  }
}

.sec7-top-slider-item {
  height: 30em;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  font-size: 0.52vw;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .sec7-top-slider-item {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-slider-item {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item {
    font-size: 0.7rem;
  }
}
.sec7-top-slider-item:hover .icon-popup:before {
  transform: translate(-50%, -50%) scale(6);
}
.sec7-top-slider-item:hover .icon-popup:after {
  transform: translate(-50%, -50%) scale(1);
}
.sec7-top-slider-item:hover .sec7-top-slider-item-img img {
  transform: scale(1.1);
}
.sec7-top-slider-item .icon-popup {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.sec7-top-slider-item .sec7-top-slider-item-img img {
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.sec7-top125 {
  width: 12.5em;
}

.sec7-top220 {
  width: 22em;
}

.sec7-top205 {
  width: 20.5em;
}

.sec7-top300 {
  width: 30em;
}

.sec7-top150 {
  width: 15em;
}

.sec7-top197 {
  width: 19.7em;
}

.sec7-top276 {
  width: 27.6em;
}

.sec7-top343 {
  width: 34.3em;
}

.sec7-top-slider-item-img1 {
  padding-top: 3em;
}

.sec7-top-slider-item-img2 {
  padding-top: 10em;
}

.sec7-top-slider-item-img3 {
  padding-top: 7em;
}

.sec7-top-slider-item-img4 {
  text-align: left;
}

.sec7-top-slider-item-img5 {
  padding-top: 5em;
}

.sec7-top-slider-item-img6 {
  padding-top: 6em;
}

.sec7-top-slider-item-img7 {
  padding-top: 2.2em;
}

.sec7-top-slider-item-img8 {
  padding-top: 3.3em;
}

.sec7-top-slider-item-img9 {
  padding-top: 9em;
}

.sec7-top-slider-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon-popup {
  width: 5rem;
  height: 5rem;
  border: max(1px, 0.1rem) solid #203763;
  border-radius: 100rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.icon-popup--style2 {
  border-color: #fff !important;
  background-color: transparent;
}
.icon-popup--style2:before {
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .icon-popup {
    width: 4rem;
    height: 4rem;
  }
}
.icon-popup:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #203763;
  border-radius: 100rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.icon-popup:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 100rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
}

.sec7-top-slider-item-cale {
  padding: 1.5rem 0.78vw;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item-cale {
    padding: 1.5rem 1rem;
  }
}

.sec7-top-slider-line {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  height: 1.2rem;
  border-radius: 100rem;
  background-color: #DFE9FA;
  margin-top: 6.77vw;
}
.sec7-top-slider-line .sec7-top-slider-line-child {
  height: 100%;
  border-radius: 100rem;
  background-color: #063C86;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec7-top-slider-line {
    margin-top: 2.77vw;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-line {
    margin-top: 2rem;
    height: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-stayler--centersp {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

.sec8-top {
  color: #fff;
  padding-top: 9.38vw;
  margin-top: 10.42vw;
  position: relative;
}
.sec8-top:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8rem;
  background-image: url(../img/top/img25.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec8-top {
    margin-top: 8rem;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}

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

.sec8-top-main {
  display: grid;
  grid-template-columns: 1fr 73rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-main {
    grid-template-columns: 1fr 65rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-main {
    display: block;
  }
}
.sec8-top-main .btn-stayler {
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-main .btn-stayler {
    margin-top: 3rem;
  }
}
.sec8-top-main .txt-fs50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-main .txt-fs50 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-main .txt-fs50 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.sec8-top-main .sec8-top-tlt {
  padding-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-main .sec8-top-tlt {
    padding-top: 0;
  }
}

.slider-auto-view-item {
  padding: 0 1rem;
}
.slider-auto-view-item img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .slider-auto-view-item {
    padding: 0 0.5rem;
  }
}

.slider-auto-view-recervic {
  transform: rotateY(180deg);
}

.slider-auto-view-recervic .slick-slide {
  transform: rotateY(180deg);
}

.slider-auto-view {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .slider-auto-view {
    margin-bottom: 1rem;
  }
}

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

.sec9-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 7.1%;
       column-gap: 7.1%;
}
@media screen and (max-width: 1400px) {
  .sec9-top {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    display: block;
  }
  .sec9-top .sec9-top-item + .sec9-top-item {
    margin-top: 1.5rem;
  }
}
.sec9-top .sec9-top-item {
  position: relative;
  height: 39rem;
  overflow: hidden;
  border-radius: 1rem;
  color: #fff;
  padding-left: 6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .sec9-top .sec9-top-item {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top .sec9-top-item {
    height: 28rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top .sec9-top-item {
    height: 22rem;
  }
}
.sec9-top .sec9-top-item .icon-popup {
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .sec9-top .sec9-top-item .icon-popup {
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top .sec9-top-item .icon-popup {
    right: 1.5rem;
  }
}
.sec9-top .sec9-top-item .sec9-top-item-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.sec9-top .sec9-top-item .sec9-top-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sec9-top .sec9-top-item:hover .icon-popup:before {
  transform: translate(-50%, -50%) scale(6);
}
.sec9-top .sec9-top-item:hover .icon-popup:after {
  transform: translate(-50%, -50%) scale(1);
  background-color: #1F3869 !important;
}
.sec9-top .sec9-top-item:hover .sec9-top-item-bg {
  transform: scale(1.1);
}

.sec9-top {
  margin-top: 13.02vw;
}
@media screen and (max-width: 999px) {
  .sec9-top {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    margin-top: 5rem;
  }
}

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

.sec10-top-right-ul li {
  display: grid;
  grid-template-columns: 1fr 24rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding: 2rem 3rem;
  align-items: center;
  border-bottom: max(1px, 0.2rem) solid #213764;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec10-top-right-ul li {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-right-ul li {
    display: flex;
    flex-direction: column-reverse;
    padding: 1.5rem 0;
  }
}
.sec10-top-right-ul li:first-child {
  border-top: max(1px, 0.2rem) solid #213764;
}
.sec10-top-right-ul li .sec10-top-right-ul-right {
  height: 15rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-right-ul li .sec10-top-right-ul-right {
    height: 21rem;
  }
}
.sec10-top-right-ul li .sec10-top-right-ul-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .sec10-top-right-ul li:hover .sec10-top-right-ul-right img {
    transform: scale(1.1);
  }
}
.sec10-top-right-ul li .sec10-top-right-ul-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec10-top-right-date {
  padding-bottom: 2rem;
}
@media screen and (max-width: 999px) {
  .sec10-top-right-date {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-right-date {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

.sec10-top {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 13rem;
       column-gap: 13rem;
  padding-top: 13.02vw;
  padding-bottom: 18.75vw;
}
@media screen and (max-width: 999px) {
  .sec10-top {
    padding-top: 8rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec10-top-left {
  margin-top: 1rem;
}
.sec10-top-left .btn-stayler {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-left .btn-stayler {
    margin-top: 3rem;
  }
}

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

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

@media screen and (max-width: 767px) {
  .sec10-top-right-ul-sv1 {
    padding-bottom: 3rem;
  }
}

.footer1 {
  background-image: url(../img/common/img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 10.42vw 0;
}

.footer1-prp {
  max-width: 43rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer1-prp {
    padding-top: 2.5rem;
  }
}

.footer1200 {
  position: relative;
}
.footer1200 .footer1-link {
  width: 22rem;
  height: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: max(1px, 0.1rem) solid #fff;
  border-radius: 100rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer1200 .footer1-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.footer1200 .footer1-link:hover {
  background-color: #203863;
  border: max(1px, 0.1rem) solid transparent;
}
.footer1200 .btn-stayler {
  margin-top: 3rem;
}

.footer2 {
  background: #68B4E1;
  background: linear-gradient(180deg, rgb(104, 180, 225) 0%, rgb(7, 60, 131) 70%);
  color: #fff;
  padding-top: 13.5rem;
  border-bottom: 1rem solid #120B32;
}
@media screen and (max-width: 999px) {
  .footer2 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer2 {
    padding-top: 5rem;
  }
}

.logo-ft {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .logo-ft {
    width: 29rem;
  }
}

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

.fw700 {
  font-weight: 700;
}

.footer2-menu-left-prp {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer2-menu-left-prp {
    padding-top: 0.5rem;
  }
}

.footer2-menu-left-prp2 {
  padding-bottom: 3rem;
}

.footer2-menu-right-ul {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media screen and (max-width: 999px) {
  .footer2-menu-right-ul {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer2-menu-right-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer2-menu-right-ul li:last-child {
    margin-top: -7rem;
  }
}
.footer2-menu-right-ul a {
  display: inline-block;
}

.footer2-menu-mgt55 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer2-menu-mgt55 {
    margin-top: 1.5rem;
  }
}

.footer2-menu-mgt26 {
  margin-top: 1rem;
}

.footer2-menu-child {
  margin-left: 1rem;
  opacity: 0.8;
}

.footer2-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5.5rem;
}
@media screen and (max-width: 999px) {
  .footer2-menu {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer2-menu {
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .footer2-menu-left {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer2-logo {
    text-align: center;
  }
}

.footer2-line {
  border-bottom: max(1px, 0.1rem) solid #fff;
  padding-bottom: 0.5rem;
  padding-top: 12.5rem;
}
@media screen and (max-width: 999px) {
  .footer2-line {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer2-line {
    padding-top: 5rem;
  }
}

.footer3-menu {
  display: grid;
  max-width: 70rem;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1300px) {
  .footer3-menu {
    max-width: 75rem;
  }
}
@media screen and (max-width: 999px) {
  .footer3-menu {
    max-width: 80rem;
  }
}
@media screen and (max-width: 767px) {
  .footer3-menu {
    display: block;
  }
  .footer3-menu li + li {
    margin-top: 2.5rem;
  }
}
.footer3-menu img {
  margin-bottom: 0.8rem;
}

.footer-copy-right {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  padding-top: 11.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .footer-copy-right {
    padding-top: 5rem;
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .footer-copy-right-mid {
    padding-left: 10rem;
  }
  .footer-copy-right-last {
    text-align: right;
  }
}
@media screen and (max-width: 999px) {
  .footer-copy-right-mid {
    padding-top: 0.7rem;
    padding-bottom: 1.5rem;
  }
}

.scrolltop {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  position: fixed;
  z-index: 10;
  right: 3rem;
  bottom: 1.8rem;
  border: max(1px, 0.1rem) solid #000;
  outline: 0;
  cursor: pointer;
}
.scrolltop img {
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    width: 5rem;
    height: 5rem;
    right: 1.5rem;
    bottom: 2rem;
  }
  .scrolltop img {
    width: 1.3rem;
  }
}

.global-header-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 22rem;
  background-color: #fff;
  transform: translateY(-100vh);
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .global-header-menu {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .global-header-menu {
    padding-top: 11rem;
  }
}
.global-header-menu.is-active {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.global-header-menu__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
  overflow: hidden;
  display: none;
}
.global-header-menu__overlay.is-active {
  display: block;
}
.global-header-menu__overlay .global-header-menu__overlay-cover {
  position: absolute;
  inset: 0;
}
.global-header-menu__overlay .global-header-menu__overlay-cover.is-active {
  background-color: #fff;
  animation: moveTopFade 0.7s ease forwards;
}

@keyframes moveTopFade {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    top: 10rem;
    opacity: 0.5;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.global-header-menu-cont {
  max-width: 164rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  overflow-y: auto;
}

.global-header-menu-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 12rem;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .global-header-menu-link {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-left: 2rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .global-header-menu-link {
    padding-left: 0;
    height: 8rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.global-header-menu-link .jpn {
  font-size: 3rem;
  font-weight: 500;
  color: #213764;
}
@media screen and (max-width: 999px) {
  .global-header-menu-link .jpn {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .global-header-menu-link .jpn {
    font-size: 1.8rem;
  }
}
.global-header-menu-link .eng {
  font-size: max(2rem, 14px);
  font-weight: 600;
  color: #8F9AB1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .global-header-menu-link .eng {
    font-size: 1.4rem;
  }
}
.global-header-menu-link.bottom {
  border-bottom: max(1px, 0.1rem) solid #130D31;
}
@media screen and (max-width: 767px) {
  .global-header-menu-link.bottomsp {
    border-bottom: max(1px, 0.1rem) solid #130D31;
  }
}
.global-header-menu-link .icon-popup {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .global-header-menu-link .icon-popup {
    right: 1rem;
  }
}
.global-header-menu-link:hover .icon-popup:before, .global-header-menu-link.is-active .icon-popup:before {
  transform: translate(-50%, -50%) scale(6);
}
.global-header-menu-link:hover .icon-popup:after, .global-header-menu-link.is-active .icon-popup:after {
  transform: translate(-50%, -50%) scale(1);
}
.global-header-menu-link:hover .eng, .global-header-menu-link.is-active .eng {
  color: #213764;
}

.global-header-menu-gr {
  border-top: max(1px, 0.1rem) solid #130D31;
  border-bottom: max(1px, 0.1rem) solid #130D31;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6.25%;
       column-gap: 6.25%;
}
@media screen and (max-width: 1400px) {
  .global-header-menu-gr {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .global-header-menu-gr {
    display: block;
  }
}

.global-header-menu-link-child {
  height: 12rem;
  padding-left: 8.3rem;
}
@media screen and (max-width: 999px) {
  .global-header-menu-link-child {
    height: 10rem;
    padding-left: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .global-header-menu-link-child {
    padding-left: 1.3rem;
    height: 8rem;
  }
}
.global-header-menu-link-child.bottom {
  border-bottom: max(1px, 0.1rem) solid #130D31;
}

.global-header-menu-link-child-link {
  display: inline-block;
  font-size: 2rem;
  color: #213764;
  font-weight: 500;
  position: relative;
  width: 23rem;
}
@media screen and (max-width: 999px) {
  .global-header-menu-link-child-link {
    width: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .global-header-menu-link-child-link {
    font-size: 1.6rem;
    width: 18rem;
  }
}
.global-header-menu-link-child-link .icon-popup {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
}
.global-header-menu-link-child-link .icon-popup:before, .global-header-menu-link-child-link .icon-popup:after {
  width: 0.5rem;
  height: 0.5rem;
}
.global-header-menu-link-child-link:hover .icon-popup:before, .global-header-menu-link-child-link.is-active .icon-popup:before {
  transform: translate(-50%, -50%) scale(6);
}
.global-header-menu-link-child-link:hover .icon-popup:after, .global-header-menu-link-child-link.is-active .icon-popup:after {
  transform: translate(-50%, -50%) scale(1);
}

.menu-link-child-link2 {
  margin-top: 1rem;
}

.link-header-privacy {
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .link-header-privacy {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
}

.global-header-menu-flow {
  overflow: auto;
  height: calc(100vh - 22rem);
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1500px) {
  .global-header-menu-flow {
    height: calc(100vh - 15rem);
  }
}
@media screen and (max-width: 767px) {
  .global-header-menu-flow {
    padding-left: 0;
    padding-right: 1rem;
    height: calc(100vh - 11rem);
  }
}

@keyframes moveTop {
  from {
    transform: translateY(-5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.sec-map-down {
  position: relative;
}
.sec-map-down .sec-map-down-id {
  position: absolute;
  top: -10rem;
  left: 0;
}

.banner-child-page {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 999px) {
  .banner-child-page {
    height: 50rem;
    max-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .banner-child-page {
    height: 35rem;
    margin-top: 9rem;
  }
}
.banner-child-page .banner-child-page-tlt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 77.2rem;
  height: 18.9rem;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/common/img04.png);
  padding-left: 19rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .banner-child-page .banner-child-page-tlt {
    padding-left: 5.67vw;
    width: 51.47vw;
  }
}
@media screen and (max-width: 999px) {
  .banner-child-page .banner-child-page-tlt {
    padding-left: 3rem;
    height: 15.9rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-child-page .banner-child-page-tlt {
    padding-left: 1.5rem;
    height: 10rem;
    width: 26rem;
  }
}

.banner-child-page-tltm .eng {
  font-size: 3rem;
  font-weight: 700;
  color: #213764;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 999px) {
  .banner-child-page-tltm .eng {
    font-size: max(14px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .banner-child-page-tltm .eng {
    font-size: 1.8rem;
  }
}
.banner-child-page-tltm .eng:after {
  content: "";
  display: block;
  width: 13.5rem;
  height: max(1px, 0.1rem);
  background-color: #213764;
}
@media screen and (max-width: 1500px) {
  .banner-child-page-tltm .eng:after {
    padding-left: 5.67vw;
    width: 5.47vw;
  }
}
@media screen and (max-width: 999px) {
  .banner-child-page-tltm .eng:after {
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-child-page-tltm .eng:after {
    width: 5rem;
    content: none;
  }
}
.banner-child-page-tltm .jpn {
  font-size: 5.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .banner-child-page-tltm .jpn {
    font-size: 3.67vw;
  }
}
@media screen and (max-width: 767px) {
  .banner-child-page-tltm .jpn {
    font-size: 2rem;
  }
}
.banner-child-page-tltm span {
  display: block;
}

.brecum {
  max-width: 57rem;
  margin-left: auto;
  color: #fff;
  background: #063C85;
  background: linear-gradient(90deg, rgb(6, 60, 133) 28%, rgb(106, 181, 226) 100%);
}
@media screen and (max-width: 1400px) {
  .brecum {
    max-width: 50rem;
  }
}
@media screen and (max-width: 999px) {
  .brecum {
    max-width: 100%;
  }
}

.brecum-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  height: 5rem;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .brecum-link {
    padding-left: 1.5rem;
  }
}
.brecum-link .line {
  display: inline-block;
  width: 3rem;
  height: max(1px, 0.1rem);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .brecum-link .line {
    width: 2rem;
  }
}

.sec1-about {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 50% 1fr;
  -moz-column-gap: 4.8%;
       column-gap: 4.8%;
  padding-top: 21rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 999px) {
  .sec1-about {
    padding-top: 8rem;
    grid-template-columns: 41% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec1-about {
    padding-top: 5rem;
    display: block;
  }
}

.txt-fs45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 1500px) {
  .txt-fs45 {
    font-size: max(20px, 3vw);
  }
}
@media screen and (max-width: 999px) {
  .txt-fs45 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs45 {
    font-size: 2.2rem;
  }
}

.sec1-about-left .txt-fs45 {
  padding-bottom: 1rem;
}

.sec1-about-right {
  padding-top: 1rem;
}

.lh25 {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .lh25 {
    line-height: 2;
  }
}

.sec2-about {
  text-align: right;
  margin-top: 16rem;
}
@media screen and (max-width: 999px) {
  .sec2-about {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-about {
    margin-top: 5rem;
  }
}
.sec2-about img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 1600px) {
  .sec2-about img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec2-about img {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sec3-about {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 15.63vw;
  color: #fff;
  background-image: url(../img/about/img06.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec3-about {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about {
    padding-top: 5rem;
  }
}
.sec3-about:before {
  content: "";
  position: absolute;
  top: -26.5rem;
  left: 0;
  right: 0;
  bottom: 1px;
  z-index: -1;
  background: #063C85;
  background: linear-gradient(0deg, rgb(6, 60, 133) 31%, rgb(106, 181, 226) 100%);
  border-top-left-radius: 17rem;
}
@media screen and (max-width: 1600px) {
  .sec3-about:before {
    border-radius: 0;
    top: 0;
  }
}

.sec3-about-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 7rem;
}
@media screen and (max-width: 999px) {
  .sec3-about-main {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about-main {
    display: block;
  }
  .sec3-about-main .sec3-about-item + .sec3-about-item {
    margin-top: 3rem;
  }
}

.sec3-about-item-img {
  border: max(4px, 1.3rem) solid #fff;
  border-radius: 100rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

.sec3-about-item-tlt {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 3.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec3-about-item-tlt {
    font-size: max(14px, 2.2rem);
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

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

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

.sec4-about-tlt {
  text-align: center;
  margin-top: 5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 999px) {
  .sec4-about-tlt {
    margin-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-about-tlt {
    margin-top: 2rem;
    padding-bottom: 0.5rem;
    text-align: left;
  }
}

.sec4-about-prp {
  max-width: 87rem;
  margin-left: auto;
  margin-right: auto;
}

.sec5-about {
  padding-top: 8.5rem;
  padding-bottom: 26rem;
  margin-top: 12rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec5-about {
    padding-top: 4.5rem;
    padding-bottom: 10rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
    background-color: #EDF6FB;
  }
}
.sec5-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75rem;
  z-index: -1;
  background-color: #EDF6FB;
}
@media screen and (max-width: 1600px) {
  .sec5-about:before {
    width: 40.63vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-about:before {
    content: none;
  }
}
.sec5-about .sec5-top + .sec5-top {
  margin-top: 12rem;
}
@media screen and (max-width: 999px) {
  .sec5-about .sec5-top + .sec5-top {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-about .sec5-top + .sec5-top {
    margin-top: 5rem;
  }
}

.txt-fs40 {
  font-size: 4rem;
}
@media screen and (max-width: 1500px) {
  .txt-fs40 {
    font-size: max(20px, 2.8vw);
  }
}
@media screen and (max-width: 999px) {
  .txt-fs40 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs40 {
    font-size: 2.2rem;
  }
}

.sec1-product-tlt {
  text-align: center;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec1-product-tlt {
    padding-bottom: 1.5rem;
  }
}

.sec1-product {
  padding-top: 14rem;
}
@media screen and (max-width: 999px) {
  .sec1-product {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product {
    padding-top: 4rem;
  }
}

.sec1-product-prp {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.sec2-product {
  border-radius: 2.5rem;
  padding-top: 10rem;
  padding-bottom: 15rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  margin-top: 15rem;
}
@media screen and (max-width: 999px) {
  .sec2-product {
    padding-top: 5rem;
    padding-bottom: 8rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}

.sec2-product-flex {
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .sec2-product-flex {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-flex {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sec2-product-flex .sec5-top {
    grid-template-columns: 43.1% 1fr;
    -moz-column-gap: 12.8%;
         column-gap: 12.8%;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec2-product-flex .sec5-top {
    -moz-column-gap: 8%;
         column-gap: 8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec2-product-flex .sec5-top {
    grid-template-columns: 47.1% 1fr;
  }
}
@media screen and (min-width: 768px) {
  .sec2-product-flex .sec5-top .sec5-top-img img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-flex .sec5-top {
    width: 100%;
  }
  .sec2-product-flex .sec5-top .sec5-top-img {
    margin-left: 0;
    margin-right: 0;
  }
  .sec2-product-flex .sec5-top .sec5-top-img img {
    border-radius: 1.5rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  }
}

.sec3-product-link {
  position: relative;
}
.sec3-product-link a {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec3-product-link a {
    width: 20rem;
  }
}

.sec3-product {
  margin-top: 25rem;
}
@media screen and (max-width: 999px) {
  .sec3-product {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-product {
    margin-top: 5rem;
  }
}

.sec3-product-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 6.3%;
       column-gap: 6.3%;
  row-gap: 8rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-product-ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-product-ul {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.sec3-product-ul li {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 4rem;
  min-height: 49rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec3-product-ul li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    min-height: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-product-ul li {
    min-height: auto;
    padding-bottom: 6rem;
  }
}
.sec3-product-ul li .icon-popup {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
}
.sec3-product-ul li .sec3-product-ul-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sec3-product-ul li .txt-fs20 {
  text-align: center;
  padding-top: 2.2rem;
  padding-bottom: 1rem;
}
.sec3-product-ul li:hover .icon-popup:before {
  transform: translate(-50%, -50%) scale(6);
}
.sec3-product-ul li:hover .icon-popup:after {
  transform: translate(-50%, -50%) scale(1);
}
.sec3-product-ul li:hover .sec3-product-img img {
  transform: scale(1.1);
}

.sec3-product-img {
  font-size: 1rem;
  height: 19em;
  background-color: #F6F6F6;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .sec3-product-img {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  .sec3-product-img {
    font-size: 1rem;
  }
}
.sec3-product-img.sec3-product-img-block {
  display: block;
}
.sec3-product-img img {
  transition: all 0.3s ease-in-out;
}

.product-img-w100 {
  width: 10em;
}

.product-img-w212 {
  width: 21.2em;
}

.product-img-w220 {
  width: 22em;
}

.product-img-w242 {
  width: 24.2em;
}

.product-img-w200 {
  width: 20em;
}

.product-img-w172 {
  width: 17.2em;
}

.product-img-w230 {
  width: 23em;
}

.product-img-w295 {
  width: 29.5em;
}

.lh2 {
  line-height: 2;
}

.sec4-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 15rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 999px) {
  .sec4-product {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-product {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }
  .sec4-product .sec4-product-item + .sec4-product-item {
    margin-top: 2rem;
  }
}
.sec4-product .sec4-product-item {
  border-radius: 1rem;
  height: 27rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 8rem;
}
@media screen and (max-width: 1300px) {
  .sec4-product .sec4-product-item {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-product .sec4-product-item {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-product .sec4-product-item {
    height: 20rem;
  }
}
.sec4-product .sec4-product-item .icon-popup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8rem;
}
@media screen and (max-width: 1300px) {
  .sec4-product .sec4-product-item .icon-popup {
    right: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-product .sec4-product-item .icon-popup {
    right: 1.5rem;
  }
}
.sec4-product .sec4-product-item .sec4-product-item-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sec4-product .sec4-product-item .sec4-product-item-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sec4-product .sec4-product-item:hover .sec4-product-item-bg {
  transform: scale(1.1);
}
.sec4-product .sec4-product-item:hover .icon-popup:before {
  transform: translate(-50%, -50%) scale(6);
}
.sec4-product .sec4-product-item:hover .icon-popup:after {
  transform: translate(-50%, -50%) scale(1);
  background-color: #1F3869 !important;
}

.sec1-product1 {
  max-width: 156rem;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 60.8% 1fr;
  align-items: center;
  -moz-column-gap: 8%;
       column-gap: 8%;
  margin-top: 16rem;
}
@media screen and (max-width: 1400px) {
  .sec1-product1 {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product1 {
    margin-top: 8rem;
    align-items: flex-start;
    grid-template-columns: 55.8% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product1 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 5rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.sec1-product1 .sec1-product1-img img {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec1-product1 .sec1-product1-img img {
    border-radius: 0;
  }
}
.sec1-product1 .sec1-product1-tlt {
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 1300px) {
  .sec1-product1 .sec1-product1-tlt {
    padding-bottom: 1.6rem;
  }
}

.sec1-product1-content .btn-stayler {
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec1-product1-content .btn-stayler {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .sec1-product1-img {
    margin-top: 3rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

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

.sec2-product1-content {
  max-width: 130rem;
  margin-left: auto;
  width: calc(100% - 33.5rem);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .sec2-product1-content {
    width: calc(100% - 29.5rem);
  }
}
@media screen and (max-width: 999px) {
  .sec2-product1-content {
    width: 100%;
  }
}

.product1-key-features {
  max-width: 108rem;
}

.product1-key-features-list {
  padding-top: 2rem;
}
.product1-key-features-list li {
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 37rem 1fr;
  padding: 3.5rem 3rem;
  padding-right: 6rem;
  align-items: center;
  -moz-column-gap: 10.7rem;
       column-gap: 10.7rem;
}
@media screen and (max-width: 1300px) {
  .product1-key-features-list li {
    padding: 3rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .product1-key-features-list li {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .product1-key-features-list li {
    display: block;
    padding-top: 1.5rem;
  }
}
.product1-key-features-list li + li {
  margin-top: 2rem;
}

.txt-fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 999px) {
  .txt-fs25 {
    font-size: max(16px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .txt-fs25 {
    font-size: 2rem;
  }
}

.product1-key-features-img img {
  border-radius: 1rem;
}

.sec2-product1-sv1 {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sec2-product1-sv1 {
    padding-bottom: 5rem;
  }
}
.sec2-product1-sv1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 25rem;
  background: #063C85;
  background: linear-gradient(-90deg, rgb(6, 60, 133) 31%, rgb(106, 181, 226) 100%);
  z-index: -1;
}

.scroll-stickey {
  position: relative;
  margin-top: 22.7rem;
}
@media screen and (max-width: 999px) {
  .scroll-stickey {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-stickey {
    margin-top: 5rem;
  }
}
.scroll-stickey .scroll-stickey-left {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.scroll-stickey .scroll-stickey-left .cont-1640 {
  height: 100%;
}
@media screen and (max-width: 999px) {
  .scroll-stickey .scroll-stickey-left {
    position: static;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-stickey .scroll-stickey-left {
    padding-bottom: 5rem;
  }
}

.scroll-stickey-box {
  width: 26rem;
  background-color: #fff;
  position: sticky;
  top: 13rem;
  left: 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 999px) {
  .scroll-stickey-box {
    padding-top: 2.5rem;
    width: 100%;
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-stickey-box {
    padding: 2.5rem 1rem;
  }
}
.scroll-stickey-box li + li {
  margin-top: 0.6rem;
}
@media screen and (max-width: 999px) {
  .scroll-stickey-box li + li {
    margin-top: 0;
  }
}

.scroll-stickey-box-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  height: 4.8rem;
  padding-left: 1.2rem;
  position: relative;
  border-radius: 100rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .scroll-stickey-box-link {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-stickey-box-link {
    font-size: 1.5rem;
    height: 4rem;
  }
}
.scroll-stickey-box-link:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background: #063C85;
  background: linear-gradient(-90deg, rgb(6, 60, 133) 31%, rgb(106, 181, 226) 100%);
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.scroll-stickey-box-link span {
  display: block;
  position: relative;
  z-index: 2;
}
.scroll-stickey-box-link:hover {
  color: #fff;
}
.scroll-stickey-box-link:hover:before {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .scroll-stickey-box-link.is-active {
    color: #fff;
  }
  .scroll-stickey-box-link.is-active:before {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .scroll-stickey-box-ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1rem;
  }
}

.product1-key-features-content .txt-fs25 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .product1-key-features-content {
    padding-top: 2rem;
  }
}

.product1-how-to-use {
  max-width: 103rem;
}

.product1-how-to-use-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  row-gap: 8rem;
  padding-top: 3rem;
}
@media screen and (max-width: 1300px) {
  .product1-how-to-use-ul {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .product1-how-to-use-ul {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .product1-how-to-use-ul {
    display: block;
  }
  .product1-how-to-use-ul li + li {
    margin-top: 2.5rem;
  }
}
.product1-how-to-use-ul li {
  padding-left: 3rem;
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .product1-how-to-use-ul li {
    padding-left: 1.5rem;
  }
}
.product1-how-to-use-ul li .product1-how-to-use-step {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100rem;
  width: 14rem;
  height: 7rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background: #063C85;
  background: linear-gradient(-90deg, rgb(6, 60, 133) 31%, rgb(106, 181, 226) 100%);
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .product1-how-to-use-ul li .product1-how-to-use-step {
    width: 12rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .product1-how-to-use-ul li .product1-how-to-use-step {
    width: 11rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}
.product1-how-to-use-ul li .txt-fs25 {
  padding-top: 2.3rem;
  padding-bottom: 1rem;
}
.product1-how-to-use-ul .product1-how-to-use-img img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .product1-how-to-use-ul .product1-how-to-use-img img {
    border-radius: 1.5rem;
  }
}

.sec2-product1-sv2 {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 999px) {
  .sec2-product1-sv2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product1-sv2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec2-product1-sv2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF6FB;
  z-index: -1;
  max-width: 166rem;
  width: calc(100% - 1.5rem);
  border-bottom-left-radius: 7rem;
}
@media screen and (max-width: 999px) {
  .sec2-product1-sv2:before {
    width: 100%;
  }
}

.sec2-product1-mapid-parent {
  position: relative;
}

.sec2-product1-mapid {
  position: absolute;
  top: -13rem;
}
@media screen and (max-width: 767px) {
  .sec2-product1-mapid {
    top: -10rem;
  }
}

.sec2-product1-sv3 {
  padding-top: 14rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 999px) {
  .sec2-product1-sv3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product1-sv3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec2-product-specification {
  max-width: 108rem;
  display: grid;
  grid-template-columns: 33.5rem 1fr;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}
@media screen and (max-width: 1400px) {
  .sec2-product-specification {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    grid-template-columns: 23.93vw 1fr;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product-specification {
    display: block;
  }
}

.sec2-product-specification-ul {
  margin-top: 2rem;
}
.sec2-product-specification-ul li + li {
  margin-top: 1rem;
}

.table-normal {
  width: 100%;
  table-layout: auto;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .table-normal {
    min-width: 71rem;
  }
}
.table-normal tr td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border: max(1px, 0.2rem) solid #213764;
}
.table-normal tr:first-child td {
  background-color: #213764;
  color: #fff;
}
.table-normal tr:first-child td:not(td:last-child) {
  border-right: max(1px, 0.2rem) solid #fff;
}
.table-normal.table-normal-row5 tr td:nth-child(4) {
  width: 7rem;
}
@media screen and (max-width: 999px) {
  .table-normal.table-normal-row5 tr td:nth-child(4) {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .table-normal.table-normal-row5 tr td:nth-child(4) {
    width: 7rem;
  }
}

.sec2-product-specification-content {
  margin-top: -4rem;
  min-width: 0;
}
@media screen and (max-width: 999px) {
  .sec2-product-specification-content {
    margin-top: 3rem;
  }
}
.sec2-product-specification-content .txt-fs25 {
  padding-bottom: 1.5rem;
}

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

.table-product-flow {
  overflow: auto;
}
@media screen and (max-width: 1400px) {
  .table-product-flow {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table-product-flow {
    padding-bottom: 1rem;
  }
}

.sec2-product-specification-img {
  padding-top: 1rem;
}
@media screen and (max-width: 999px) {
  .sec2-product-specification-img {
    display: grid;
    grid-template-columns: 42rem 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product-specification-img {
    display: block;
  }
}

.sec2-product1-precautions {
  max-width: 108rem;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 1500px) {
  .sec2-product1-precautions {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product1-precautions {
    padding-left: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec2-product1-precautions:before {
  content: "";
  top: 0;
  bottom: 0;
  left: -7rem;
  right: -5rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  border-radius: 3rem;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .sec2-product1-precautions:before {
    right: -4rem;
    left: -1.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec2-product1-precautions:before {
    right: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec2-product1-precautions:before {
    left: 0;
  }
}

.sec2-product1-precautions-txt1 {
  max-width: 96rem;
  margin-top: 3.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 999px) {
  .sec2-product1-precautions-txt1 {
    margin-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

.table-normal2 {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .table-normal2 {
    min-width: 71rem;
  }
}
.table-normal2 tr td {
  padding: 2.3rem 0;
  vertical-align: top;
  border: max(1px, 0.2rem) solid #213764;
}
.table-normal2 tr td:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 40rem;
}
@media screen and (max-width: 1400px) {
  .table-normal2 tr td:first-child {
    width: 26.67vw;
  }
}
@media screen and (max-width: 999px) {
  .table-normal2 tr td:first-child {
    width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .table-normal2 tr td:first-child {
    width: 23rem;
  }
}
.table-normal2 tr td:last-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.table-normal2 tr td p + p {
  margin-top: 1.5rem;
}
.table-normal2 tr:first-child td {
  background-color: #213764;
  color: #fff;
  text-align: center;
}
.table-normal2 tr:first-child td:not(td:last-child) {
  border-right: max(1px, 0.2rem) solid #fff;
}

.sec2-product1-estimate {
  max-width: 100rem;
  display: grid;
  grid-template-columns: 1fr 33.7rem;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
@media screen and (max-width: 999px) {
  .sec2-product1-estimate {
    grid-template-columns: 1fr 39.7rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product1-estimate {
    display: block;
  }
}

.sec2-product1-estimate-txt {
  margin-top: 3.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec2-product1-estimate-txt {
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }
}

.sec2-product1-estimate-ul-link li + li {
  margin-top: 2rem;
}

.sec2-product1-sv5 {
  padding-top: 15rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 999px) {
  .sec2-product1-sv5 {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec2-product1-sv5 {
    padding: 5rem 0;
  }
}

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

.sec3-product1 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 999px) {
  .sec3-product1 {
    max-width: 75rem;
  }
}

.sec3-product1-box {
  background: #063C85;
  background: linear-gradient(-90deg, rgb(6, 60, 133) 31%, rgb(106, 181, 226) 100%);
  padding-top: 4rem;
  border-radius: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec3-product1-box {
    padding: 4rem 1.5rem;
  }
}
.sec3-product1-box .txt-fs25 {
  text-align: center;
  color: #fff;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec3-product1-box .txt-fs25 {
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
  }
}
.sec3-product1-box a {
  margin-left: auto;
  margin-right: auto;
}

.sec1-product2 {
  display: grid;
  grid-template-columns: 25rem 1fr;
  -moz-column-gap: 5%;
       column-gap: 5%;
  max-width: 178rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  margin-top: 15rem;
}
@media screen and (max-width: 1600px) {
  .sec1-product2 {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2 {
    display: block;
    margin-top: 8rem;
    width: calc(100% - 3rem);
    margin-right: auto;
  }
}

.sec1-product2-box {
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-box {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-box {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec1-product2-box {
    position: sticky;
    top: 13rem;
    left: 0;
  }
}

.sec1-product2-link-parent {
  font-size: max(14px, 2.5rem);
  font-weight: 500;
  display: block;
  padding-left: 1rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-link-parent {
    font-size: max(18px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-link-parent {
    font-size: 2rem;
  }
}

.sec1-product2-gr-child a + a {
  margin-top: 0.4rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-gr-child a + a {
    margin-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-gr-child {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-gr-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.sec1-product2-ul li + li {
  padding-top: 2.4rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-ul li + li {
    padding-top: 1.5rem;
  }
}

.list-link-product-main {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-bottom: 14rem;
  max-width: 108rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 999px) {
  .list-link-product-main {
    width: 100%;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .list-link-product-main {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4%;
         column-gap: 4%;
    justify-content: center;
    row-gap: 2rem;
    padding-bottom: 5rem;
  }
  .list-link-product-main li {
    width: 48%;
  }
}
.list-link-product-main a {
  display: flex;
  font-size: max(18px, 2.5rem);
  font-weight: 500;
  justify-content: center;
  align-items: center;
  height: 12rem;
  border-radius: 1.5rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.list-link-product-main a:hover {
  background-color: #ECF5FA;
}
@media screen and (max-width: 999px) {
  .list-link-product-main a {
    font-size: max(18px, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .list-link-product-main a {
    font-size: 1.7rem;
    height: 7rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  }
}

.sec1-product2-banner {
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 5.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-banner {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-banner {
    height: 20rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 999px) {
  .sec1-product2-right {
    margin-top: 5rem;
  }
}

.sec1-product2-lv1-txt {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv1-txt {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .sec1-product2-cont {
    width: calc(100% - 1.5rem);
  }
}

.sec1-product2-lv1 {
  display: grid;
  grid-template-columns: 1fr 42.6%;
  max-width: 108rem;
  align-items: center;
  -moz-column-gap: 9%;
       column-gap: 9%;
  padding-top: 15rem;
}
@media screen and (max-width: 1400px) {
  .sec1-product2-lv1 {
    -moz-column-gap: 4%;
         column-gap: 4%;
    grid-template-columns: 1fr 45%;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv1 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv1 {
    display: block;
    padding-top: 5rem;
  }
}

.sec1-product2-lv1-right img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv1-right img {
    border-radius: 1.5rem;
  }
}

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

.sec1-product2-lv2 {
  position: relative;
  max-width: 108rem;
  padding-right: 5rem;
  padding-top: 5.5rem;
  padding-bottom: 7.5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1300px) {
  .sec1-product2-lv2 {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv2 {
    padding-left: 1.5rem;
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv2 {
    margin-top: 5rem;
  }
}
.sec1-product2-lv2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4rem;
  right: 0;
  bottom: 0;
  background-color: #EDF6FB;
  border-radius: 2rem;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv2:before {
    left: 0;
  }
}

.sec1-product2-lv2-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 3rem;
}
@media screen and (max-width: 1300px) {
  .sec1-product2-lv2-ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv2-ul {
    display: block;
  }
  .sec1-product2-lv2-ul li + li {
    margin-top: 2rem;
  }
}
.sec1-product2-lv2-ul li {
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}
.sec1-product2-lv2-ul li .txt-fs20 {
  text-align: center;
  border-bottom: max(1px, 0.2rem) solid #213764;
  margin-bottom: 2rem;
  padding-bottom: 1.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec1-product2-lv2-ul li .txt-fs20 {
    letter-spacing: -0.2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv2-ul li .txt-fs20 {
    margin-bottom: 1rem;
    padding-bottom: 1.2rem;
  }
}

.sec1-product2-lv3 {
  padding-top: 9rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv3 {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv3 {
    padding-top: 5rem;
  }
}

.sec1-product2-lv3-ul {
  display: grid;
  grid-template-columns: 53.5% 1fr;
  -moz-column-gap: 5.5%;
       column-gap: 5.5%;
  max-width: 108rem;
  padding-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv3-ul {
    display: block;
  }
  .sec1-product2-lv3-ul li + li {
    margin-top: 2rem;
  }
}

.sec1-product2-lv3-table {
  max-width: 108rem;
  margin-top: 2.8rem;
  overflow: auto;
  padding-bottom: 1rem;
}

.sec1-product2-lv3-tablem {
  width: 100%;
  table-layout: auto;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv3-tablem {
    width: 130rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv3-tablem {
    width: 93rem;
  }
}
.sec1-product2-lv3-tablem tr:first-child td {
  color: #fff;
  background-color: #213764;
  text-align: center;
  border-bottom: max(1px, 0.2rem) solid #fff;
}
@media screen and (min-width: 1000px) {
  .sec1-product2-lv3-tablem tr:first-child td {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }
}
.sec1-product2-lv3-tablem tr:first-child td:not(:last-child) {
  border-right: max(1px, 0.2rem) solid #fff;
}
.sec1-product2-lv3-tablem tr:nth-child(2) td {
  color: #fff;
  background-color: #213764;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .sec1-product2-lv3-tablem tr:nth-child(2) td {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }
}
.sec1-product2-lv3-tablem tr:nth-child(2) td.sec1-product2-lv3-tablem-line {
  border-right: max(1px, 0.2rem) solid #fff;
}
.sec1-product2-lv3-tablem tr td {
  border: max(1px, 0.2rem) solid #213764;
  vertical-align: middle;
  text-align: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l100 {
  width: 10rem;
}
@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l100 {
    width: 7.69vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l100 {
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l100 {
    width: 10rem;
  }
}
.sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l110 {
  width: 11rem;
}
@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l110 {
    width: 8.46vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l110 {
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l110 {
    width: 10rem;
  }
}
.sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l130 {
  width: 13rem;
}
@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l130 {
    width: 10vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l130 {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv3-tablem .sec1-product2-lv3-tablem-l130 {
    width: 12rem;
  }
}

.sec1-product2-lv4 {
  max-width: 108rem;
  padding-top: 9rem;
}
@media screen and (min-width: 1000px) {
  .sec1-product2-lv4 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv4 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv4 {
    padding-top: 3rem;
  }
}
.sec1-product2-lv4 .sec3-product1-box {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.sec1-product2-lv5 {
  padding-top: 9rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv5 {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv5 {
    padding-top: 5rem;
  }
}

.sec1-product2-lv5-img img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv5-img img {
    border-radius: 1rem;
  }
}

.sec1-product2-lv5-left .txt-fs25 {
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
}

.sec1-product2-lv5-main {
  max-width: 108rem;
  padding-top: 4rem;
}
.sec1-product2-lv5-main .sec1-product2-lv5-item + .sec1-product2-lv5-item {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv5-main .sec1-product2-lv5-item + .sec1-product2-lv5-item {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv5-main {
    padding-top: 2rem;
  }
}

.sec1-product2-lv5-item {
  display: grid;
  grid-template-columns: 44.4% 1fr;
  -moz-column-gap: 11.1%;
       column-gap: 11.1%;
}
@media screen and (max-width: 1400px) {
  .sec1-product2-lv5-item {
    grid-template-columns: 48.4% 1fr;
    -moz-column-gap: 6.1%;
         column-gap: 6.1%;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv5-item {
    -moz-column-gap: 3.1%;
         column-gap: 3.1%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv5-item {
    display: block;
  }
}

.table-now2 {
  width: 100%;
  text-align: center;
}
.table-now2 tr td {
  width: 33.3333333333%;
  border: max(1px, 0.2rem) solid #213764;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .table-now2 tr td {
    padding: 1rem 0;
  }
}
.table-now2 tr:first-child {
  color: #fff;
  background-color: #213764;
}
@media screen and (max-width: 767px) {
  .table-now2 tr:first-child {
    letter-spacing: -0.2rem;
  }
}
.table-now2 tr:first-child td:not(:last-child) {
  border-right: max(1px, 0.2rem) solid #fff;
}

.sec1-product2-lv5-right-img {
  padding-bottom: 1rem;
}

.table-now3 {
  width: 100%;
  text-align: center;
}
.table-now3 tr td {
  width: 25%;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .table-now3 tr td {
    padding: 1rem 0;
  }
}
.table-now3 tr:first-child td {
  color: #fff;
  background-color: #213764;
}
.table-now3 tr:not(:first-child) td {
  border: max(1px, 0.2rem) solid #213764;
}

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

.sec1-product2-lv6 {
  padding-top: 4.5rem;
}

.sec1-product2-lv6-main {
  max-width: 108rem;
  display: grid;
  grid-template-columns: 44.4% 1fr;
  -moz-column-gap: 11.1%;
       column-gap: 11.1%;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1400px) {
  .sec1-product2-lv6-main {
    grid-template-columns: 48.4% 1fr;
    -moz-column-gap: 6.1%;
         column-gap: 6.1%;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv6-main {
    -moz-column-gap: 3.1%;
         column-gap: 3.1%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv6-main {
    display: block;
  }
}

.table-now4 {
  width: 100%;
}
.table-now4 tr td {
  width: 50%;
  padding-left: 4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 1400px) {
  .table-now4 tr td {
    padding-left: 2rem !important;
  }
}
.table-now4 tr td:first-child {
  color: #fff;
  background-color: #213764;
  padding-left: 4.5rem;
  border-bottom: max(1px, 0.2rem) solid #fff;
}
.table-now4 tr td:last-child {
  border-bottom: max(1px, 0.2rem) solid #213764;
  border-right: max(1px, 0.2rem) solid #213764;
}
.table-now4 tr:first-child td:last-child {
  border-top: max(1px, 0.2rem) solid #213764;
}

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

.sheet-page {
  padding-top: 14rem;
}
@media screen and (max-width: 999px) {
  .sheet-page {
    padding-top: 10rem;
  }
}

.sec1-product2-lv7 {
  padding-top: 4.5rem;
}

.sec1-product2-lv7-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 108rem;
  -moz-column-gap: 2.7%;
       column-gap: 2.7%;
  row-gap: 8rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1400px) {
  .sec1-product2-lv7-ul {
    row-gap: 4rem;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv7-ul {
    display: block;
  }
  .sec1-product2-lv7-ul li + li {
    margin-top: 2.5rem;
  }
}
.sec1-product2-lv7-ul img {
  border-radius: 1rem;
}
.sec1-product2-lv7-ul .txt-fs25 {
  padding-top: 1.5rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv7-ul .txt-fs25 {
    padding-top: 0.7rem;
  }
}

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

.sec1-product2-lv8 {
  max-width: 108rem;
}

.sec1-product2-lv8-img {
  padding-top: 2.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv8-img {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv8-img {
    padding-bottom: 2rem;
  }
}

.sec1-product2-lv8-scrool {
  padding-bottom: 1rem;
  overflow: auto;
}

.sec1-product2-lv8-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv8-table {
    width: 75rem;
  }
}
.sec1-product2-lv8-table tr:first-child td {
  background-color: #213764;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.sec1-product2-lv8-table tr:first-child td:not(:first-child) {
  border-left: max(1px, 0.2rem) solid #fff;
}
.sec1-product2-lv8-table tr td {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  vertical-align: middle;
}
.sec1-product2-lv8-table tr:nth-child(2) td {
  width: 14.2857142857%;
}
.sec1-product2-lv8-table tr:not(:first-child) td {
  border: max(1px, 0.2rem) solid #213764;
}

.sec1-product2-lv9 {
  max-width: 108rem;
  position: relative;
  display: grid;
  grid-template-columns: 39.4% 1fr;
  padding-top: 4.5rem;
  padding-bottom: 5.7rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv9 {
    padding-left: 1.5rem;
    grid-template-columns: 30.4% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv9 {
    display: block;
    padding: 2.5rem 1.5rem;
  }
}
.sec1-product2-lv9 .txt-fs23 {
  padding-bottom: 0.4rem;
}
.sec1-product2-lv9:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -4rem;
  background-color: #EDF6FB;
  border-radius: 2rem;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv9:before {
    left: 0;
  }
}

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

.sec1-product2-lv9-ul li + li {
  margin-top: 3.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv9-ul li + li {
    margin-top: 2rem;
  }
}

.sec1-product2-lv9--mgt120 {
  margin-top: 12rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv9--mgt120 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv9--mgt120 {
    margin-top: 5rem;
  }
}

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

.sec1-product2-lv10 {
  max-width: 108rem;
  display: grid;
  grid-template-columns: 32.5% 1fr;
  -moz-column-gap: 11.4%;
       column-gap: 11.4%;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv10 {
    grid-template-columns: 42.5% 1fr;
    -moz-column-gap: 4.4%;
         column-gap: 4.4%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv10 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.sec1-product2-lv10-right {
  padding-right: 8rem;
}
@media screen and (max-width: 1400px) {
  .sec1-product2-lv10-right {
    padding-right: 0;
  }
}
.sec1-product2-lv10-right .txt-fs30 {
  padding-bottom: 1.6rem;
}
.sec1-product2-lv10-right .sec1-product2-lv10-right-link-pdf {
  margin-top: 1rem;
}

.sec1-product2-lv10-right-link-pdf li + li {
  margin-top: 1rem;
}

.sec1-product2-lv10-mgt100 {
  margin-top: 10rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv10-mgt100 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv10-mgt100 {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec1-product2-lv10-left {
    margin-top: 3rem;
  }
}

.table-size {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-size {
    width: 63rem;
  }
}
.table-size tr:first-child td {
  background-color: #203863;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.table-size tr:first-child td:not(:first-child) {
  border-left: max(1px, 0.2rem) solid #fff;
}
.table-size tr td {
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .table-size tr td {
    padding: 1.2rem 0 !important;
  }
}
.table-size tr:not(:first-child) td {
  border: max(1px, 0.2rem) solid #203863;
}
.table-size tr td:not(:first-child) {
  width: 9rem;
}
@media screen and (max-width: 1400px) {
  .table-size tr td:not(:first-child) {
    width: 6.43vw;
  }
}
@media screen and (max-width: 1300px) {
  .table-size tr td:not(:first-child) {
    width: 5.7vw;
  }
}
@media screen and (max-width: 999px) {
  .table-size tr td:not(:first-child) {
    width: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .table-size tr td:not(:first-child) {
    width: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .sec1-product2-lv8-img--sv2 {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .table-flow-size {
    overflow: auto;
    padding-bottom: 1rem;
  }
}

.sec1-product2-lv10-sv2 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv10-sv2 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec1-product2-lv10-sv2 {
    padding-left: 7rem;
    -moz-column-gap: 14.4%;
         column-gap: 14.4%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .sec1-product2-lv10-sv2 {
    padding-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sec1-product2-lv10-sv2 .sec1-product2-lv10-right {
    padding-right: 0;
  }
}

.sec1-product2-lv11-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 3rem;
  padding-right: 5rem;
  row-gap: 2rem;
}
@media screen and (max-width: 1400px) {
  .sec1-product2-lv11-ul {
    padding-right: 1.5rem;
    grid-template-columns: max-content max-content max-content;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv11-ul {
    padding-right: 0;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv11-ul {
    display: block;
  }
}

.sec1-product2-lv11 {
  position: relative;
  max-width: 108rem;
  padding-top: 6.5rem;
  padding-bottom: 9rem;
  margin-top: 11rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv11 {
    padding: 3rem 1.5rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv11 {
    margin-top: 7rem;
  }
}
.sec1-product2-lv11:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -4rem;
  bottom: 0;
  background-color: #EDF6FB;
  z-index: -1;
  border-radius: 2rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv11:before {
    left: 0;
  }
}

.sec1-product2-lv1-mgt0 {
  padding-top: 0;
}

.sec1-product2-lv12 {
  padding-top: 8rem;
  max-width: 108rem;
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv12 {
    padding-top: 5rem;
  }
}

.sec1-product2-lv12-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv12-ul {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
.sec1-product2-lv12-ul img {
  border-radius: 1rem;
}

.sec1-product2-lv10-mgt200 {
  margin-top: 20rem;
}
@media screen and (max-width: 1600px) {
  .sec1-product2-lv10-mgt200 {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-product2-lv10-mgt200 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv10-mgt200 {
    margin-top: 5rem;
  }
}

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

.sec1-product2-lv13 {
  max-width: 108rem;
}

.sec1-product2-lv13-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4.6%;
       column-gap: 4.6%;
  row-gap: 3rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .sec1-product2-lv13-ul {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-product2-lv13-ul {
    display: block;
  }
  .sec1-product2-lv13-ul li + li {
    margin-top: 3rem;
  }
}
.sec1-product2-lv13-ul img {
  border-radius: 1.5rem;
}
.sec1-product2-lv13-ul .txt-fs25 {
  padding-top: 2.6rem;
}
@media screen and (max-width: 1400px) {
  .sec1-product2-lv13-ul .txt-fs25 {
    padding-top: 1.5rem;
  }
}

.sec1-recruit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: #063C85;
  background: linear-gradient(0deg, rgb(6, 60, 133) 31%, rgb(106, 181, 226) 100%);
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .sec1-recruit {
    padding-top: 12rem;
  }
}

.sec2-recruit {
  position: relative;
  font-size: 10px;
  padding-top: 22em;
}
@media screen and (max-width: 1500px) {
  .sec2-recruit {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 767px) {
  .sec2-recruit {
    font-size: 1rem;
    padding-top: 12em;
  }
}
.sec2-recruit:before {
  content: "";
  inset: 0;
  z-index: -1;
  background: #3F71AA;
  background: linear-gradient(0deg, rgb(63, 113, 170) 31%, rgb(106, 181, 226) 100%);
  opacity: 0.8;
  position: absolute;
}

.sec2-recruit-tlt {
  position: relative;
  color: #fff;
}
.sec2-recruit-tlt span {
  display: block;
  text-align: center;
  line-height: 1;
}
.sec2-recruit-tlt span.eng {
  font-size: 19.8em;
  font-weight: 700;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .sec2-recruit-tlt span.eng {
    font-size: 8.8em;
  }
}
.sec2-recruit-tlt span.jpn {
  font-size: 6em;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec2-recruit-tlt span.jpn {
    font-size: 3.5em;
    bottom: 0.4em;
  }
}

.sec2-recruit-txt50 {
  font-size: 5rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-top: 4.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .sec2-recruit-txt50 {
    font-size: 3.33vw;
    margin-top: 3.33vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec2-recruit-txt50 {
    font-size: 3rem;
  }
}

.sec2-recruit-prp {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec2-recruit-prp {
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec2-recruit-brecum {
  color: #fff;
  padding-top: 13em;
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .sec2-recruit-brecum {
    padding: 1.5rem 0;
  }
}
.sec2-recruit-brecum .brecum-link {
  justify-content: flex-end;
}

.sec3-recruit {
  padding-top: 5.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec3-recruit {
    padding-top: 4rem;
  }
}

.sec3-recruit-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: max(1px, 0.2rem) solid #213764;
  padding-top: 7.3rem;
  padding-bottom: 7.3rem;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-recruit-ul li {
    flex-direction: column-reverse;
  }
}
.sec3-recruit-ul li .sec3-recruit-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec3-recruit-ul li .sec3-recruit-right {
    width: 100%;
  }
}
.sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box {
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: 60rem;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box {
    min-height: 53rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box {
    min-height: auto;
  }
}
.sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box .sec3-recruit-right-box-icon {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box .sec3-recruit-right-box-icon {
    transform: scale(0.8);
  }
}
.sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box .txt-fs30 {
  text-align: center;
  padding-top: 2rem;
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: max(1px, 0.1rem) solid #213764;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box .txt-fs30 {
    padding-bottom: 1rem;
    padding-top: 0;
  }
}
.sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box .txt-fs16 {
  max-width: 39rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li .sec3-recruit-right .sec3-recruit-right-box .txt-fs16 {
    padding-top: 2rem;
  }
}
.sec3-recruit-ul li .sec3-recruit-left {
  width: 45.9%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec3-recruit-ul li .sec3-recruit-left {
    width: 100%;
    padding-top: 3rem;
  }
}
.sec3-recruit-ul li .sec3-recruit-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #DBECF7;
  height: 44rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li .sec3-recruit-left:before {
    height: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-recruit-ul li .sec3-recruit-left:before {
    content: none;
  }
}
.sec3-recruit-ul li .sec3-recruit-left img {
  border-radius: 2rem;
}
.sec3-recruit-ul li .sec3-recruit-left .sec3-recruit-left-img:first-child {
  max-width: 43rem;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li .sec3-recruit-left .sec3-recruit-left-img:first-child {
    max-width: 38rem;
  }
}
.sec3-recruit-ul li .sec3-recruit-left .sec3-recruit-left-img:last-child {
  max-width: 45rem;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li .sec3-recruit-left .sec3-recruit-left-img:last-child {
    max-width: 40rem;
  }
}
.sec3-recruit-ul li .sec3-recruit-left .sec3-recruit-left-img:last-child {
  padding-top: 2rem;
}
.sec3-recruit-ul li:nth-child(odd) .sec3-recruit-left .sec3-recruit-left-img:last-child {
  margin-left: auto;
}
.sec3-recruit-ul li:nth-child(odd) .sec3-recruit-left:before {
  left: 31.4rem;
  width: 100vw;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li:nth-child(odd) .sec3-recruit-left:before {
    left: 24.4rem;
  }
}
@media screen and (min-width: 768px) {
  .sec3-recruit-ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .sec3-recruit-ul li:nth-child(2n) .sec3-recruit-left .sec3-recruit-left-img:first-child {
    margin-left: auto;
  }
  .sec3-recruit-ul li:nth-child(2n) .sec3-recruit-left:before {
    right: 31.4rem;
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec3-recruit-ul li:nth-child(2n) .sec3-recruit-left:before {
    right: 24.4rem;
  }
}
.sec3-recruit-ul li:first-child .sec3-recruit-right .sec3-recruit-right-box {
  padding-top: 4.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li:first-child .sec3-recruit-right .sec3-recruit-right-box {
    padding-top: 1.5rem;
  }
}
.sec3-recruit-ul li:nth-child(2) .sec3-recruit-right .sec3-recruit-right-box {
  padding-top: 7.3rem;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li:nth-child(2) .sec3-recruit-right .sec3-recruit-right-box {
    padding-top: 3.7rem;
  }
}
.sec3-recruit-ul li:nth-child(3) .sec3-recruit-right .sec3-recruit-right-box {
  padding-top: 7rem;
}
@media screen and (max-width: 999px) {
  .sec3-recruit-ul li:nth-child(3) .sec3-recruit-right .sec3-recruit-right-box {
    padding-top: 4rem;
  }
}

.sec4-recruit {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3rem;
  background: #063C86;
  background: linear-gradient(0deg, rgb(6, 60, 134) 30%, rgb(106, 181, 226) 100%);
  color: #fff;
  margin-top: 11.4rem;
  padding-top: 12rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 1600px) {
  .sec4-recruit {
    border-radius: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec4-recruit {
    margin-top: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-recruit {
    padding-top: 5rem;
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec4-recruit-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3.3%;
       column-gap: 3.3%;
  padding-top: 4.5rem;
}
@media screen and (max-width: 999px) {
  .sec4-recruit-ul {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec4-recruit-ul {
    display: block;
  }
  .sec4-recruit-ul li + li {
    margin-top: 2rem;
  }
}
.sec4-recruit-ul li {
  border-radius: 100rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .sec4-recruit-ul li {
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 2rem;
    background-color: #fff;
  }
  .sec4-recruit-ul li img {
    height: 24rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
}
.sec4-recruit-ul li .eng {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 5rem;
  color: #213764;
}
@media screen and (max-width: 767px) {
  .sec4-recruit-ul li .eng {
    top: 2rem;
  }
}

.sec4-recruit-table-item {
  display: grid;
  grid-template-columns: 37.5% 1fr;
  align-items: center;
  height: 18rem;
  border-bottom: max(1px, 0.2rem) solid #fff;
}
.sec4-recruit-table-item:first-child {
  border-top: max(1px, 0.2rem) solid #fff;
}
@media screen and (max-width: 767px) {
  .sec4-recruit-table-item {
    display: block;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.sec4-recruit-table-item .sec4-recruit-table-item-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 999px) {
  .sec4-recruit-table-item .sec4-recruit-table-item-left {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding-left: 0;
  }
}
.sec4-recruit-table-item .sec4-recruit-table-item-right {
  padding-right: 5rem;
}
@media screen and (max-width: 999px) {
  .sec4-recruit-table-item .sec4-recruit-table-item-right {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec4-recruit-table-item .sec4-recruit-table-item-right {
    padding-top: 1.5rem;
  }
}

.sec4-recruit-table {
  padding-top: 9rem;
}
@media screen and (max-width: 999px) {
  .sec4-recruit-table {
    padding-top: 5rem;
  }
}

.sec5-recruit {
  padding-top: 14rem;
}
@media screen and (max-width: 999px) {
  .sec5-recruit {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec5-recruit {
    padding: 5rem 0;
  }
}

.sec5-recruit-table {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec5-recruit-table {
    padding-top: 2rem;
  }
}

.sec5-recruit-tablem {
  width: 100%;
}
.sec5-recruit-tablem tr td:first-child {
  width: 26rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .sec5-recruit-tablem tr td:first-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.sec5-recruit-tablem tr td {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border: max(1px, 0.2rem) solid #213764;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .sec5-recruit-tablem tr td {
    width: 100% !important;
    float: left;
    padding: 2rem 1.5rem !important;
    border-top: 0 !important;
    padding-top: 1rem !important;
  }
}

.sec6-recruit {
  padding-top: 14rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 999px) {
  .sec6-recruit {
    padding: 8rem 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec6-recruit {
    padding: 5rem 0;
    padding-top: 0;
  }
}

.sec6-recruit-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 5%;
       column-gap: 5%;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec6-recruit-ul {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 3rem;
  }
}
.sec6-recruit-ul li {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  height: 31rem;
  padding-top: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 999px) {
  .sec6-recruit-ul li {
    font-size: 0.7rem;
    height: 23rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-recruit-ul li {
    font-size: 0.6rem;
    height: 19rem;
  }
}
.sec6-recruit-ul li:first-child {
  background-size: 8em;
}
.sec6-recruit-ul li:nth-child(2) {
  background-size: 7em;
}
.sec6-recruit-ul li:nth-child(3) {
  background-size: 9.8em;
}
@media screen and (max-width: 767px) {
  .sec6-recruit-ul li:nth-child(3):before {
    content: none;
  }
}
.sec6-recruit-ul li:nth-child(4) {
  background-size: 10.7em;
}
.sec6-recruit-ul li .eng {
  text-align: center;
}
.sec6-recruit-ul li .txt-fs25 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec6-recruit-ul li .txt-fs25 {
    padding-bottom: 2rem;
  }
}
.sec6-recruit-ul li + li:before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../img/recruit/img19.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -1.5rem;
  transform: translateX(-100%) translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 999px) {
  .sec6-recruit-ul li + li:before {
    left: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-recruit-ul li + li:before {
    width: 2.5rem;
    height: 2.5rem;
    left: -0.3rem;
  }
}

@media screen and (min-width: 1501px) {
  .banner-child-page-tlt--privacy {
    background-image: url(../img/common/img07.png) !important;
    width: 92.2rem !important;
  }
}

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

.sec1-contact-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3%;
       column-gap: 3%;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-main {
    display: block;
  }
  .sec1-contact-main .sec1-contact-item + .sec1-contact-item {
    margin-top: 3rem;
  }
}
.sec1-contact-main .sec1-contact-item {
  height: 25rem;
  border-radius: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec1-contact-main .sec1-contact-item {
    padding-top: 2.5rem;
    height: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-contact-main .sec1-contact-item {
    height: 18rem;
  }
}
.sec1-contact-main .sec1-contact-item .txt-fs25 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-main .sec1-contact-item .txt-fs25 {
    padding-bottom: 2rem;
  }
}
.sec1-contact-main .sec1-contact-item .txt-fs16 {
  padding-top: 0.5rem;
}

.sec1-contact-item-tell {
  width: 37rem;
}
@media screen and (max-width: 999px) {
  .sec1-contact-item-tell {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-contact-item-tell {
    width: 25rem;
  }
}

.sec2-contact {
  padding-top: 13rem;
}
@media screen and (max-width: 999px) {
  .sec2-contact {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-contact {
    padding-top: 5rem;
  }
}

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

.form-mail {
  width: 100%;
}
.form-mail tr td:first-child {
  width: 30rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1300px) {
  .form-mail tr td:first-child {
    width: 27rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .form-mail tr td:first-child {
    padding-left: 1.5rem;
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .form-mail tr td:first-child {
    padding-bottom: 0 !important;
    padding-left: 0;
  }
}
.form-mail tr td {
  vertical-align: middle;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  border-bottom: max(1px, 0.2rem) solid #120B32;
}
@media screen and (max-width: 767px) {
  .form-mail tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
  }
}
.form-mail tr:first-child td {
  border-top: max(1px, 0.2rem) solid #120B32;
}

.form-control {
  width: 100%;
  height: 6rem;
  background-color: rgba(75, 162, 213, 0.1);
  border: 0;
  outline: 0;
  padding: 0 1.5rem;
  border-radius: 1rem;
  scroll-margin-top: 15rem;
}
@media screen and (min-width: 1000px) {
  .form-control.w670 {
    max-width: 67rem;
  }
  .form-control.w840 {
    max-width: 84rem;
  }
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 5.5rem;
  }
}

.list-input-file {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .list-input-file {
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .list-input-file {
    grid-template-columns: 1fr;
  }
}
.list-input-file li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.7rem;
  min-width: 0;
}

.lb-form-file {
  width: 13rem;
  height: 4rem;
  background-color: #F6F8FA;
  border: max(1px, 0.1rem) solid #120B32;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  .lb-form-file {
    width: 15rem;
  }
}
.lb-form-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.lb-form-file-sub {
  color: #B5B5B6;
  width: calc(100% - 14rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 999px) {
  .lb-form-file-sub {
    width: calc(100% - 17rem);
  }
}

.tr-vertical-top td {
  vertical-align: top !important;
}

.form-area {
  width: 100%;
  max-width: 84rem;
  height: 18rem;
  border-radius: 1rem;
  background-color: rgba(75, 162, 213, 0.1);
  border: 0;
  outline: 0;
  padding: 1.5rem;
  resize: none;
  scroll-margin-top: 15rem;
}

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

.form-table--privacy {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .form-table--privacy {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.privacy-checkbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .privacy-checkbox {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.privacy-checkbox .form-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.privacy-checkbox .form-checkbox-skin {
  display: block;
  width: 4rem;
  height: 4rem;
  border: max(1px, 0.2rem) solid #120B32;
  border-radius: 100rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy-checkbox .form-checkbox-skin {
    width: 3rem;
    height: 3rem;
  }
}
.privacy-checkbox .form-checkbox-skin:before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scale(0.5);
  border-radius: 100rem;
  background-color: #120B32;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.form-checkbox:checked ~ .form-checkbox-skin:before {
  opacity: 1;
}

.form-submit-button {
  background-color: transparent;
  border: 0;
  color: #213764;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
}

.form-submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 4.5rem;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form-submit {
    padding-top: 3rem;
  }
}

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

.first-wiew {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #6EB8E4;
  background: linear-gradient(90deg, rgb(110, 184, 228) 0%, rgb(7, 61, 134) 100%);
  font-size: 10px;
}
@media screen and (max-width: 1700px) {
  .first-wiew {
    font-size: 0.57vw;
  }
}
@media screen and (max-width: 999px) {
  .first-wiew {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .first-wiew {
    font-size: 0.4rem;
  }
}

.first-wiew-logo {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first-wiew-logo img {
  width: 40em;
}

.first-wiew-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3em;
}

.first-wiew-content1 img {
  width: 78.4em;
}

.first-wiew-content2 {
  text-align: center;
}
.first-wiew-content2 img {
  width: 78.4em;
}

.first-wiew-content3 {
  text-align: center;
  padding-top: 3em;
}
.first-wiew-content3 img {
  width: 46em;
}

.first-wiew-logo {
  opacity: 0;
  animation: logoFade 4s ease forwards;
  animation-delay: 2s;
}

.first-wiew-content1,
.first-wiew-content2,
.first-wiew-content3 {
  opacity: 0;
}

.first-wiew-content1 {
  animation: contentFade 0.8s ease forwards;
  animation-delay: 6s;
}

.first-wiew-content2 {
  animation: contentFade 0.8s ease forwards;
  animation-delay: 6.8s;
}

.first-wiew-content3 {
  animation: contentFade 0.8s ease forwards;
  animation-delay: 7.6s;
}

.first-wiew-content {
  animation: hideContent 0.4s ease forwards;
  animation-delay: 8.6s;
}

.first-wiew {
  animation: hideFirstView 0.4s ease forwards;
  animation-delay: 9s;
}

@keyframes logoFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes contentFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hideContent {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hideFirstView {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .sec1-slider-item-first {
    -o-object-position: left center !important;
       object-position: left center !important;
  }
}

.sec1-recruit--nonebg {
  background: none;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 33.3333333333vw;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    width: 50vw;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.scroll-infinity__item img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item img {
    border-radius: 0.5rem;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear 0.5s both;
}

.scroll-infinity--mgt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .scroll-infinity--mgt {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */