@charset "UTF-8";
header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  left: 0;
}
@media screen and (max-width: 767px) {
  header {
    top: 1rem;
  }
}

.header {
  max-width: 186rem;
  width: calc(100% - 1.5rem);
  margin-left: auto;
  background-color: #2150AA;
  padding-left: 3.5rem;
  border-bottom-left-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: 2.2rem;
    border-bottom-left-radius: 1.2rem;
  }
}

.header-left-logo {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header-left-logo {
    font-size: 2rem;
  }
}

.header-right-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .header-right-ul {
    display: block;
    border-top: 0.1rem solid #fff;
  }
}

.header-right-ul-link {
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header-right-ul-link {
    border-bottom: max(1px, 0.1rem) solid transparent !important;
  }
  .header-right-ul-link:hover, .header-right-ul-link.is-active {
    border-color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  .header-right-ul-link {
    display: block;
    text-align: center;
    border-bottom: 0.1rem solid #fff !important;
    padding: 0.7rem;
  }
  .header-right-ul-link span {
    display: block;
    padding: 0.8rem;
    transition: all 0.3s ease-in-out;
  }
  .header-right-ul-link:hover span, .header-right-ul-link.is-active span {
    color: #2150AA;
    background-color: #fff;
  }
}

.btn-contact-hd {
  display: flex;
  width: 20rem;
  height: 8rem;
  color: #2150AA;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
}
.btn-contact-hd:hover, .btn-contact-hd.is-active {
  background-color: #1F1A17;
  color: #fff;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  .header-right {
    top: calc(100% - 1.5rem);
    padding-top: 1.5rem;
    position: absolute;
    left: 1.5rem;
    right: 0;
    background-color: #2150AA;
    display: none;
  }
}

.btn-menu {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-top: 0.1rem solid #2150AA;
  border-bottom: 0.1rem solid #2150AA;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.btn-menu.is-active .btn-menu-line:before, .btn-menu.is-active .btn-menu-line:after {
  opacity: 0;
}
.btn-menu.is-active .btn-menu-line-close {
  opacity: 1 !important;
}
.btn-menu .btn-menu-line {
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.2rem;
  position: relative;
}
.btn-menu .btn-menu-line:before, .btn-menu .btn-menu-line:after {
  width: 100%;
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #2150AA;
  transition: all 0.3s ease-in-out;
}
.btn-menu .btn-menu-line .btn-menu-line-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.btn-menu .btn-menu-line .btn-menu-line-close:before, .btn-menu .btn-menu-line .btn-menu-line-close:after {
  width: 100%;
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #2150AA;
  position: absolute;
  top: 0.4rem;
}
.btn-menu .btn-menu-line .btn-menu-line-close:before {
  left: 0.5rem;
  transform-origin: top left;
  transform: rotate(45deg);
}
.btn-menu .btn-menu-line .btn-menu-line-close:after {
  right: 0.5rem;
  transform-origin: top right;
  transform: rotate(-45deg);
}
.btn-menu .btn-menu-txt {
  font-size: 1.4rem;
  color: #2150AA;
  line-height: 1;
}

.sec1-top {
  background-size: cover;
  background-position: right bottom;
  height: 97em;
  background-repeat: no-repeat;
  padding-top: 25em;
}
@media screen and (max-width: 767px) {
  .sec1-top {
    background-image: url(../img/top/image03.jpg) !important;
    height: auto;
    padding-top: 13em;
    padding-bottom: 26em;
  }
}

.sec1-top-cont {
  max-width: 160rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec1-top-cont {
    width: calc(100% - 5rem);
  }
}

.sec1-top-tlt-img {
  width: 73em;
}
@media screen and (max-width: 767px) {
  .sec1-top-tlt-img {
    width: 28.7em;
  }
}

.sec1-top-tlt-txt {
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-top: 4.6em;
}
.sec1-top-tlt-txt strong {
  font-size: 5.2em;
}
@media screen and (max-width: 767px) {
  .sec1-top-tlt-txt strong {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tlt-txt {
    margin-top: 2em;
  }
}

.sec1-top-note-item {
  display: inline-block;
  background-color: #fff;
  padding-left: 3em;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  padding-right: 3.7em;
  border-top-right-radius: 3.6em;
  border-bottom-right-radius: 3.6em;
}
.sec1-top-note-item span {
  font-size: 2.4em;
}
@media screen and (max-width: 1200px) {
  .sec1-top-note-item span {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-note-item span {
    font-size: 1.4em;
  }
}
.sec1-top-note-item:before {
  content: "●　";
  font-size: 1.8em;
  color: #2150AA;
}
@media screen and (max-width: 1200px) {
  .sec1-top-note-item:before {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-note-item:before {
    font-size: 1.2em;
  }
}
.sec1-top-note-item:last-child {
  padding-right: 7em;
}
@media screen and (max-width: 767px) {
  .sec1-top-note-item:last-child {
    padding-right: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-note-item {
    padding-left: 1.7em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2em;
  }
}

.sec1-top-note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.8em;
  padding-top: 8.4em;
}
@media screen and (max-width: 767px) {
  .sec1-top-note {
    padding-top: 4.4em;
    row-gap: 0.5em;
  }
}

.sec1-top-main {
  font-size: 10px;
}
@media screen and (max-width: 1700px) {
  .sec1-top-main {
    font-size: 0.59vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-main {
    font-size: 2.67vw;
  }
}

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

.tlt-h3-img-eng {
  display: inline-block;
  padding-right: 4.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tlt-h3-img-eng {
    padding-right: 1.5rem;
  }
  .tlt-h3-img-eng img {
    height: 5.5rem !important;
    width: auto;
  }
}
.tlt-h3-img-eng:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8rem;
  height: max(0.1rem, 1px);
  background-color: #666666;
}
@media screen and (max-width: 767px) {
  .tlt-h3-img-eng:before {
    width: 3rem;
  }
}

.tlt-h3-txt-jpn {
  display: block;
  font-size: 3rem;
  line-height: 1.5;
  color: #333333;
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .tlt-h3-txt-jpn {
    font-size: 2.2rem;
    padding-top: 1rem;
  }
}

.dots-line-tlt {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .dots-line-tlt {
    font-size: 3rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dots-line-tlt {
    font-size: 2.5rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.dots-line-tlt-icon {
  display: inline-block;
  width: 4rem;
  height: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dots-line-tlt-icon {
    width: 3rem;
  }
}
.dots-line-tlt-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1rem;
  background-color: #2150AA;
  border-radius: 100rem;
  z-index: 2;
}
.dots-line-tlt-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: max(1px, 0.2rem);
  background-color: #000;
}

.work-number-tlt-eng {
  font-size: 2.8rem;
  padding-top: 1rem;
}
@media screen and (max-width: 1400px) {
  .work-number-tlt-eng {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .work-number-tlt-eng {
    font-size: 2.2rem;
    padding-top: 0.5rem;
  }
}

.work-number-tlt-number {
  font-size: 7.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .work-number-tlt-number {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .work-number-tlt-number {
    font-size: 5rem;
  }
}

.work-number-tlt {
  line-height: 1;
  display: inline-flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.work-number-tlt span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .work-number-tlt {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
}

.number-count-tlt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .number-count-tlt {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .number-count-tlt {
    row-gap: 1rem;
  }
}

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

.sec2-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -4.5rem;
}
@media screen and (max-width: 1400px) {
  .sec2-top {
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    flex-direction: column-reverse;
  }
}
.sec2-top .number-count-tlt {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1400px) {
  .sec2-top .number-count-tlt {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top .number-count-tlt {
    margin-bottom: 2rem;
  }
}
.sec2-top .sec2-top-right {
  margin-right: -2rem;
}
@media screen and (max-width: 1700px) {
  .sec2-top .sec2-top-right {
    margin-right: 0;
  }
}

.sec2-top-right-img {
  position: relative;
  z-index: 2;
}

.sec2-top-right {
  position: relative;
  width: 45.8%;
}
@media screen and (max-width: 767px) {
  .sec2-top-right {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto !important;
  }
}
.sec2-top-right:before {
  content: "";
  position: absolute;
  width: 93%;
  left: 2.5%;
  top: 4%;
  height: 82%;
  border: max(1px, 0.1rem) solid #D1D1D1;
}

.sec2-top-left {
  padding-top: 14.6rem;
}
@media screen and (max-width: 1400px) {
  .sec2-top-left {
    padding-top: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-left {
    padding-top: 4.6rem;
  }
}

.sec3-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec3-top {
    display: block;
    padding-top: 5rem;
  }
}

.sec3-top-item {
  width: 45.6%;
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec3-top-item {
    width: 47.6%;
  }
}
.sec3-top-item .sec3-top-item-main {
  height: 100%;
  padding: 3.5rem 4rem;
  border: max(1px, 0.1rem) solid;
  -o-border-image: linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(236, 234, 231) 100%) 1;
     border-image: linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(236, 234, 231) 100%) 1;
}
@media screen and (max-width: 1400px) {
  .sec3-top-item .sec3-top-item-main {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item .sec3-top-item-main {
    padding: 2rem 1.5rem;
  }
}
.sec3-top-item .txt-fs18 {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.sec3-top-item:last-child {
  width: 51.8%;
}
@media screen and (max-width: 767px) {
  .sec3-top-item:last-child {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item {
    width: 100% !important;
    padding: 1rem;
  }
}

.sec3-top-item-category {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.2rem;
  height: 7.6rem;
  border-radius: 3.8rem;
  background-color: #E4EBF5;
}
@media screen and (max-width: 1400px) {
  .sec3-top-item-category {
    font-size: 2.5rem;
    width: 20rem;
    height: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item-category {
    font-size: 2rem;
    width: 15rem;
    height: 4rem;
  }
}

.sec3-top-item-main-img {
  text-align: center;
  margin-top: 3.6rem;
  height: 32rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-main-img {
    height: auto;
    margin-bottom: 2.5rem;
  }
}

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

.sec3-top-item-icon-top, .sec3-top-item-icon-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-icon-top, .sec3-top-item-icon-bottom {
    height: 1rem;
  }
}
.sec3-top-item-icon-top:before, .sec3-top-item-icon-top:after, .sec3-top-item-icon-bottom:before, .sec3-top-item-icon-bottom:after {
  content: "";
  display: block;
  width: 2rem;
  height: 100%;
  background-color: #2150AA;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-icon-top:before, .sec3-top-item-icon-top:after, .sec3-top-item-icon-bottom:before, .sec3-top-item-icon-bottom:after {
    width: 1rem;
  }
}

.sec3-top-item-icon-top {
  top: 0;
}

.sec3-top-item-icon-bottom {
  bottom: 0;
}

.sec4-top {
  background-color: #F2F5FA;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4.2rem;
  padding-bottom: 4.6rem;
  margin-top: 5rem;
  font-size: 10px;
}
@media screen and (max-width: 1500px) {
  .sec4-top {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top {
    font-size: 2.67vw;
    padding: 3rem 1.5rem;
  }
}

.sec4-top-main {
  max-width: 136rem;
  margin-left: auto;
  margin-right: auto;
}

.sec4-top-tlt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.sec4-top-tlt .txt-fs18 {
  margin-bottom: -0.7rem;
}

.sec4-top-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4.8rem;
}
.sec4-top-top .sec4-top-tlt {
  padding-top: 1rem;
}
@media screen and (max-width: 1300px) {
  .sec4-top-top .sec4-top-tlt {
    display: block;
    padding-top: 0;
  }
  .sec4-top-top .sec4-top-tlt .txt-fs18 {
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-top .sec4-top-tlt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-top {
    display: block;
  }
}

.sec4-top-bottom-item-number-fl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  -moz-column-gap: 0.7em;
       column-gap: 0.7em;
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom-item-number-fl {
    align-items: center;
  }
}
.sec4-top-bottom-item-number-fl .sec4-top-bottom-item-number-step {
  padding-top: 0.7em;
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom-item-number-fl .sec4-top-bottom-item-number-step {
    padding-top: 0;
  }
}
.sec4-top-bottom-item-number-fl .sec4-top-bottom-item-number-step strong {
  font-size: 2em;
  font-weight: 400;
}
.sec4-top-bottom-item-number-fl .sec4-top-bottom-item-number-num strong {
  font-size: 4em;
  font-weight: 700;
}

.sec4-top-bottom-item {
  width: 16em;
  height: 16em;
  border-radius: 100em;
  background-color: #E1DDD8;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec4-top-bottom-item {
    width: 18em;
    height: 18em;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom-item {
    width: 100% !important;
    height: auto !important;
    border-radius: 0;
    padding: 1.5em 0 !important;
    padding-bottom: 3em !important;
  }
}
.sec4-top-bottom-item.normal {
  padding-top: 2.5em;
}
@media screen and (max-width: 1300px) {
  .sec4-top-bottom-item.normal {
    padding-top: 4em;
  }
}
.sec4-top-bottom-item.is-active {
  background-color: #333333;
  color: #fff;
  width: 21rem;
  height: 21rem;
  padding-top: 4em;
}
@media screen and (max-width: 1300px) {
  .sec4-top-bottom-item.is-active {
    width: 20em;
    height: 20em;
  }
}
.sec4-top-bottom-item .sec4-top-bottom-item-icon {
  position: absolute;
  width: 4em;
  height: max(1em, 6px);
  top: 46%;
  left: -5.5em;
}
@media screen and (max-width: 1300px) {
  .sec4-top-bottom-item .sec4-top-bottom-item-icon {
    left: -2em;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom-item .sec4-top-bottom-item-icon {
    width: 3em;
    top: -3em;
    left: 45%;
    transform: rotate(90deg);
  }
}
.sec4-top-bottom-item .sec4-top-bottom-item-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: max(1em, 6px);
  background-color: #2150AA;
  border-radius: 100em;
  z-index: 2;
}
.sec4-top-bottom-item .sec4-top-bottom-item-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: max(1px, 0.2em);
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom-item .sec4-top-bottom-item-icon:after {
    transform: translateY(-50%);
  }
}

.sec4-top-bottom-item-tlt {
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
.sec4-top-bottom-item-tlt.normal {
  padding-top: 2.2em;
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom-item-tlt.normal {
    padding-top: 1.5em;
  }
}
.sec4-top-bottom-item-tlt.normal span {
  font-size: 2em;
}
.sec4-top-bottom-item-tlt.is-active {
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom-item-tlt.is-active {
    padding-top: 1.5em;
  }
}
.sec4-top-bottom-item-tlt.is-active span {
  font-size: 3.2em;
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom-item-tlt.is-active span {
    font-size: 2.5em;
  }
}

.sec4-top-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec4-top-bottom {
    display: block;
  }
  .sec4-top-bottom .sec4-top-bottom-item + .sec4-top-bottom-item {
    margin-top: 3em;
  }
}

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

.sec5-top-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.1%;
       column-gap: 2.1%;
  padding-top: 6rem;
}
.sec5-top-main .sec5-top-item {
  border: max(1px, 0.1rem) solid #B2B2B2;
  background-color: #F2F5FA;
}
@media screen and (max-width: 767px) {
  .sec5-top-main {
    display: block;
    padding-top: 5rem;
  }
  .sec5-top-main .sec5-top-item + .sec5-top-item {
    margin-top: 3rem;
  }
}

.sec5-top-item-list-cate {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  padding-left: 3.5rem;
  padding-right: 7.5rem;
  padding-top: 3.5rem;
  align-content: flex-start;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec5-top-item-list-cate {
    min-height: 17rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec5-top-item-list-cate {
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec5-top-item-list-cate {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec5-top-item-list-cate li {
  display: inline-flex;
  justify-content: center;
  background-color: #E4EBF5;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 2.5rem;
  min-width: 10.2rem;
}

.sec5-top-item-content {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1400px) {
  .sec5-top-item-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec5-top-item-content .txt-fs20 {
  font-weight: 700;
}

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

@media screen and (min-width: 768px) {
  .sec4-top-bottom-item-tlt-long {
    line-height: 1.7;
    transform: translateY(-2em);
  }
  .sec4-top-bottoml2 {
    max-width: 116em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
  }
}
.sec6-top {
  overflow: hidden;
  padding-top: 12.3em;
  padding-bottom: 18em;
}
@media screen and (max-width: 767px) {
  .sec6-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec6-top-main {
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  .sec6-top-main {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-main {
    width: 100%;
    font-size: 2.67vw;
    display: block;
  }
}

.sec6-top-left {
  width: 51%;
  background-color: #2150AA;
  padding-top: 11.7em;
  padding-bottom: 9.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec6-top-left {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.sec6-top-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #2150AA;
  width: 100vw;
  right: 0;
  top: 0;
  bottom: 0;
}

.sec6-top-left-bg {
  position: relative;
}
.sec6-top-left-bg .sec6-top-left-bg1 {
  position: absolute;
  height: 4em;
  left: 0;
  right: 0;
  top: -4em;
  background-color: #2150AA;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-bg .sec6-top-left-bg1 {
    height: 2rem;
    top: -2rem;
  }
}
.sec6-top-left-bg .sec6-top-left-bg1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-bottom-left-radius: 100rem;
}
.sec6-top-left-bg .sec6-top-left-bg2 {
  position: absolute;
  height: 4em;
  left: 0;
  right: 0;
  bottom: -4em;
  background-color: #2150AA;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-bg .sec6-top-left-bg2 {
    height: 2rem;
    bottom: -2rem;
  }
}
.sec6-top-left-bg .sec6-top-left-bg2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 100rem;
}

.sec6-top-right {
  width: 45%;
}
@media screen and (max-width: 1400px) {
  .sec6-top-right {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-right {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
  }
  .sec6-top-right .tlt-h3-img-eng img {
    height: 3rem !important;
  }
}

.sec6-top-left-cril {
  width: 45em;
  height: 45em;
  border: max(1px, 0.1em) solid #B3C9E1;
  border-radius: 1000rem;
  margin-left: 15.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-cril {
    margin-left: 0;
    width: 34em;
    height: 34em;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec6-top-left-cril-tlt {
  display: flex;
  background-color: #b5c9e3;
  justify-content: center;
  align-items: center;
  width: 25.2em;
  height: 7.6em;
  border-radius: 3.8em;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
  .sec6-top-left-cril-tlt {
    width: 18em;
    height: 5em;
    transform: none;
  }
}
.sec6-top-left-cril-tlt span {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-cril-tlt span {
    font-size: 2.3em;
  }
}

.square {
  width: 26.5em;
  height: 26.5em;
  background-color: #B6CAE0;
  border-radius: 100em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .square {
    width: 18em;
    height: 18em;
  }
}

.sec6-top-left-tlt {
  width: 33em;
  height: 22em;
  background-color: #4C4C4C;
  color: #fff;
  border-radius: 0.9em;
  padding-top: 3.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-tlt {
    width: 28em;
    height: 15em;
    margin-left: auto;
    margin-right: auto;
  }
  .sec6-top-left-tlt:last-child {
    margin-top: 4em;
  }
}

.sec6-top-left-tlt-number {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 0.6em;
       column-gap: 0.6em;
  padding-bottom: 2.2em;
}
.sec6-top-left-tlt-number .sec6-top-left-tlt-number-work {
  padding-top: 0.5em;
}
.sec6-top-left-tlt-number .sec6-top-left-tlt-number-work span {
  font-size: max(1.4em, 10px);
}
.sec6-top-left-tlt-number .sec6-top-left-tlt-number-num span {
  font-size: 3.6em;
  font-weight: 700;
}

.sec6-top-left-tlt-big {
  line-height: 1;
}
.sec6-top-left-tlt-big span {
  font-size: 3.2em;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-tlt-big span {
    font-size: 2.6em;
  }
}

.sec6-top-left-gr-tlt {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 9.7em;
       column-gap: 9.7em;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 0;
  top: 36%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-gr-tlt {
    width: 100%;
    right: 0;
    display: block;
    top: 11.5%;
  }
}
.sec6-top-left-gr-tlt:before {
  content: "";
  position: absolute;
  width: 14.2em;
  height: 14.2em;
  background-image: url(../img/top/image10.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  top: 3.6em;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-gr-tlt:before {
    top: 42.5%;
    background-image: url(../img/top/image12.png);
    width: auto;
    height: 5em;
    transform: none;
    left: 0;
    right: 0;
    background-size: auto 100%;
  }
}

.tlt-h3-imgsub-jpn {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .tlt-h3-imgsub-jpn {
    margin-top: 1rem;
  }
}

.sec6-top-right-big {
  font-weight: 700;
  color: #2150AA;
  line-height: 1.7;
  margin-top: 3em;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .sec6-top-right-big {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.sec6-top-right-big span {
  font-size: 3.8em;
}
@media screen and (max-width: 767px) {
  .sec6-top-right-big span {
    font-size: 2.7rem;
  }
}

.sec6-top-main-top {
  background-color: #2150AA;
  padding-top: 5rem;
}

.sec7-top-slider-item {
  padding: 1rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item {
    padding: 0.5rem;
  }
}
.sec7-top-slider-item .sec7-top-slider-item-box {
  width: 100%;
  height: 100%;
  padding-bottom: 3.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border: max(1px, 0.1rem) solid #D1D1D1;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 1700px) {
  .sec7-top-slider-item .sec7-top-slider-item-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.sec7-top-slider-item .sec7-top-slider-item-box .txt-fs20 {
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item .sec7-top-slider-item-box .txt-fs20 {
    margin-top: 1rem;
  }
}
.sec7-top-slider-item .sec7-top-slider-item-box .sec7-top-slider-cate-box {
  font-size: max(1.4rem, 10px);
  color: #fff;
  display: inline-block;
  background-color: #666666;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border-radius: 2rem;
}
.sec7-top-slider-item .sec7-top-slider-item-box .sec7-top-slider-cate-sub, .sec7-top-slider-item .sec7-top-slider-item-box .sec7-top-slider-tlt {
  font-size: max(1.4rem, 10px);
}
.sec7-top-slider-item .sec7-top-slider-item-box .sec7-top-slider-cate {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sec7-top-slider-item .sec7-top-slider-item-box .sec7-top-slider-tlt {
  margin-top: 0.5rem;
}

.sec8-top {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 12rem);
}
@media screen and (max-width: 767px) {
  .sec8-top {
    width: calc(100% - 7rem);
  }
}

.sec8-top-right-cate {
  color: #fff;
  background-color: #4A4A4A;
  display: inline-block;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-right-cate {
    padding: 0.5rem 1.5rem;
  }
}

.sec8-top-right-gr1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.sec8-top-right-gr2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  margin-top: 1rem;
}
.sec8-top-right-gr2:before {
  content: "";
  display: block;
  width: 3.1rem;
  height: 2.5rem;
  background-image: url(../img/top/image20.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 0.8rem;
}

.sec8-top-main {
  max-width: 123rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-main {
    display: block;
  }
  .sec8-top-main .tlt-h3-img-eng img {
    height: 4rem !important;
  }
}

.sec9-top {
  position: relative;
  padding-top: 9.3rem;
  padding-bottom: 9.3rem;
}
@media screen and (max-width: 767px) {
  .sec9-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec9-top .sec9-top-box-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 5rem;
  right: 5rem;
  padding: 3rem;
}
@media screen and (max-width: 1300px) {
  .sec9-top .sec9-top-box-dots {
    padding: 2rem;
  }
}
@media screen and (max-width: 1700px) {
  .sec9-top .sec9-top-box-dots {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top .sec9-top-box-dots {
    padding: 1rem;
  }
}
.sec9-top .sec9-top-box-dots .sec9-top-item-icon-top, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .sec9-top .sec9-top-box-dots .sec9-top-item-icon-top, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom {
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top .sec9-top-box-dots .sec9-top-item-icon-top, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom {
    height: 1rem;
  }
}
.sec9-top .sec9-top-box-dots .sec9-top-item-icon-top:before, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-top:after, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom:before, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom:after {
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  background-color: #2150AA;
}
@media screen and (max-width: 1300px) {
  .sec9-top .sec9-top-box-dots .sec9-top-item-icon-top:before, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-top:after, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom:before, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom:after {
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top .sec9-top-box-dots .sec9-top-item-icon-top:before, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-top:after, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom:before, .sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom:after {
    width: 1rem;
  }
}
.sec9-top .sec9-top-box-dots .sec9-top-item-icon-top {
  top: 0;
}
.sec9-top .sec9-top-box-dots .sec9-top-item-icon-bottom {
  bottom: 0;
}
.sec9-top .sec9-top-box-dots .sec9-top-box-border {
  width: 100%;
  height: 100%;
  border: max(1px, 0.1rem) solid;
  -o-border-image: linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(236, 234, 231) 100%) 1;
     border-image: linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(236, 234, 231) 100%) 1;
}

.btn-toggle-slider {
  width: 5rem;
  height: 5rem;
  background-color: #666666;
  border: 0;
  border-radius: 100rem;
  cursor: pointer;
  background-size: 1.5rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-toggle-slider.btn-toggle-pre {
  background-image: url(../img/top/image21.png);
}
.btn-toggle-slider.btn-toggle-next {
  background-image: url(../img/top/image22.png);
}

.toggle-pre-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .toggle-pre-next {
    padding-top: 2.4rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.sec9-top-delta {
  position: absolute;
  z-index: -2;
  top: 5rem;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  background-color: #EBF1F8;
}
@media screen and (min-width: 768px) {
  .sec9-top-delta {
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-delta {
    clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 50%);
    top: 0;
    bottom: 0;
  }
}

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

.sec10-top {
  padding-top: 19rem;
  background-image: url(../img/top/image24.png);
  background-size: 110.7rem auto;
  background-repeat: no-repeat;
  background-position: top 5.5rem left 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec10-top {
    background-size: 100% auto;
    background-position: top 5.5rem left;
    padding-top: 8rem;
  }
  .sec10-top .tlt-h3-img-eng img {
    height: 5rem !important;
  }
}

.sec10-top-left-super {
  line-height: 1;
  font-size: 14.3rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .sec10-top-left-super {
    font-size: 9.53vw;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-left-super {
    font-size: 8.4rem;
  }
}

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

.sec10-top-left-super-sub {
  color: #4c4c4c;
  margin-top: 1rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-left-super-sub {
    margin-bottom: 2rem;
  }
}

.txt-fs28 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .txt-fs28 {
    font-size: 1.87vw;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs28 {
    font-size: 1.9rem;
  }
}

.sec10-top-right .txt-fs18 {
  margin-top: 3.3rem;
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-right .txt-fs18 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.sec10-top-right .txt-fs21 {
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec10-top-right {
    padding-top: 3rem;
  }
}

.sec10-top-main {
  display: grid;
  grid-template-columns: 38.5% 1fr;
  padding-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-main {
    display: block;
    padding-top: 3rem;
  }
}

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

.table-normal {
  display: grid;
  grid-template-columns: 17.8rem 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal {
    display: block;
  }
}
.table-normal li {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .table-normal li {
    border-bottom: max(1px, 0.1rem) solid #808080;
  }
  .table-normal li:nth-child(odd) {
    color: #606C79;
    border-color: #2150AA;
  }
}
@media screen and (max-width: 767px) {
  .table-normal li {
    padding: 1rem 1.5rem;
  }
  .table-normal li:nth-child(odd) {
    color: #fff;
    background-color: #2150AA;
  }
}

.sec11-top {
  padding-top: 5rem;
  background-image: url(../img/top/image24.png);
  background-size: 110.7rem auto;
  background-repeat: no-repeat;
  background-position: top 12rem right;
}
@media screen and (max-width: 767px) {
  .sec11-top {
    background-size: 100% auto;
    background-position: top left;
  }
}

.sec11-top-table {
  padding-top: 2rem;
}

.sec11-top-bottom {
  max-width: 140rem;
  display: grid;
  grid-template-columns: 40% 1fr;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: flex-start;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-bottom {
    display: block;
  }
}

.set-border-image-gg {
  position: relative;
}
.set-border-image-gg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: max(1px, 0.1rem) solid #E8E8E8;
  transform: translate(3rem, 3rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .set-border-image-gg:before {
    transform: translate(1rem, 1rem);
  }
}

@media screen and (max-width: 767px) {
  .sec11-top-bottom-right {
    margin-top: 3rem;
  }
}
.sec11-top-bottom-right iframe {
  width: 100%;
  height: 52rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-bottom-right iframe {
    height: 25rem;
  }
}

.sec11-top-bottom-link-href {
  font-weight: 500;
  position: relative;
  width: 26rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, rgb(0, 0, 0) 85%, rgb(255, 255, 255) 100%);
  color: #fff;
  border-radius: 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec11-top-bottom-link-href {
    width: 23rem;
    margin-right: auto;
  }
}
.sec11-top-bottom-link-href:hover {
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
}
.sec11-top-bottom-link-href:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ECEAE7;
  background: linear-gradient(90deg, rgb(236, 234, 231) 0%, rgb(102, 102, 102) 100%);
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 2.6rem;
}
.sec11-top-bottom-link-href:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2.1rem;
  background-image: url(../img/top/image26.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec11-top-bottom-link-href span {
  display: inline-block;
  position: relative;
  z-index: 4;
}

.sec11-top-bottom-link {
  padding-top: 3rem;
}

.sec12-top {
  padding-top: 13rem;
  padding-bottom: 13rem;
  background-image: url(../img/top/image28.png);
  background-size: 93.2rem auto;
  background-repeat: no-repeat;
  background-position: top 24rem right;
}
@media screen and (max-width: 767px) {
  .sec12-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 100% auto;
    background-position: top 5rem center;
  }
}

.sec12-top-tlt {
  color: #fff;
  background-color: #2150AA;
  display: flex;
  width: 65rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-tlt {
    width: 100%;
  }
}

.sec12-top-table {
  padding-top: 4.5rem;
}

.sec12-top-table-txt {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-table-txt {
    font-size: 1.6rem;
  }
}

.sec13-top {
  border-top: max(1px, 0.1rem) solid #A3A3A3;
  padding-top: 6.5rem;
  padding-bottom: 16rem;
  background-image: url(../img/top/image34.png);
  background-size: 127rem auto;
  background-position: top 21rem left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec13-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 82rem auto;
    background-position: top 44rem left;
  }
}

.sec13-top-tlt-right-box {
  background-color: #F7F7F7;
  display: inline-block;
  padding-left: 5.2rem;
  padding-right: 5.2rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  border-radius: 6.5rem;
}
@media screen and (max-width: 1300px) {
  .sec13-top-tlt-right-box {
    padding-left: 7rem;
    padding-right: 7rem;
    border-radius: 1000rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-tlt-right-box {
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    margin-top: 2.5rem;
  }
}
.sec13-top-tlt-right-box .txt-fs26 {
  font-weight: 700;
}
.sec13-top-tlt-right-box p.txt-fs26 {
  color: #2150AA;
  padding-bottom: 0.5rem;
}
.sec13-top-tlt-right-box span.txt-fs26 {
  display: inline-block;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1300px) {
  .sec13-top-tlt-right-box span.txt-fs26 {
    display: block;
    margin-right: 0;
  }
}

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

.sec13-top-tlt {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 9.5rem;
       column-gap: 9.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1400px) {
  .sec13-top-tlt {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 1300px) {
  .sec13-top-tlt {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-tlt {
    display: block;
  }
  .sec13-top-tlt .tlt-h3-img-eng img {
    height: 5rem !important;
  }
}

.tlt-style-contact {
  display: block;
  color: #fff;
  background-color: #5A5F6B;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  max-width: 38rem;
  padding-left: 3rem;
  border-radius: 100rem;
}

.sec13-top-tel-fax {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12.5rem;
       column-gap: 12.5rem;
  padding-top: 6rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .sec13-top-tel-fax {
    display: block;
    padding-top: 3rem;
  }
  .sec13-top-tel-fax .sec13-top-tel-fax-item + .sec13-top-tel-fax-item {
    margin-top: 3rem;
  }
}

.sec13-top-tel-fax-item-hour {
  padding-left: 8.5rem;
  margin-top: 1rem;
}

.cont-900 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.sec-form-contact {
  padding-top: 4rem;
}

.lb-skin-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  cursor: pointer;
}
.lb-skin-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.lb-skin-radio input:checked ~ .skin-radio-check:before {
  opacity: 1;
}
.lb-skin-radio .skin-radio-check {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #2150AA;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lb-skin-radio .skin-radio-check {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.lb-skin-radio .skin-radio-check:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2150AA;
  border-radius: 100rem;
  transform: scale(1.5);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .lb-skin-radio .skin-radio-check:before {
    transform: scale(1.2);
  }
}

.form-radio-item {
  width: 27rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-radius: 1rem;
  padding-left: 1.5rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .form-radio-item {
    width: 17rem;
  }
}
.form-radio-item.is-active {
  background-color: #F7F6F4;
}
.form-radio-item.is-active:before {
  opacity: 1;
}
.form-radio-item:before {
  content: "";
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1.1rem;
  height: 1.2rem;
  background-image: url(../img/top/image32.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .form-radio-item:before {
    top: calc(100% + 1rem);
  }
}

.form-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .form-radio {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
}

.sec-form-contact-lc {
  padding-bottom: 3.5rem;
}

.table-form-line {
  border-top: max(1px, 0.1rem) solid #DADDE3;
  margin-top: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .table-form-line {
    padding-top: 1rem;
  }
}

.table-form {
  width: 100%;
}
.table-form tr td:first-child {
  width: 21rem;
  text-align: right;
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .table-form tr td:first-child {
    text-align: left;
  }
}
.table-form tr td:last-child {
  width: calc(100% - 21rem);
}
.table-form tr td {
  vertical-align: middle;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .table-form tr td {
    width: 100% !important;
    float: left;
    padding: 1rem 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .table-form .tr-form-area td {
    vertical-align: top;
  }
}

.form-control {
  width: 100%;
  border: 0;
  outline: 0;
  height: 5.6rem;
  padding: 0 1.5rem;
  background-color: #F7F6F4;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .form-control {
    scroll-margin-top: 13rem;
  }
}
@media screen and (min-width: 768px) {
  .form-control.form-340 {
    max-width: 34rem;
  }
}

.form-area {
  width: 100%;
  border: 0;
  outline: 0;
  height: 21.6rem;
  padding: 1.5rem;
  background-color: #F7F6F4;
  resize: none;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .form-area {
    scroll-margin-top: 13rem;
  }
}

.erro-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .erro-form {
    flex-direction: row-reverse;
    justify-content: flex-end;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.erro-form:before {
  content: "";
  display: inline-block;
  width: 4.9rem;
  height: 2.1rem;
  background-image: url(../img/top/image33.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.text-privacy {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .text-privacy {
    font-size: 1.5rem;
  }
}

.form-checkbox {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.form-checkbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form-checkbox input:checked ~ .skin-form-checkbox:before {
  opacity: 1;
}
.form-checkbox .skin-form-checkbox {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #F7F6F4;
  position: relative;
}
.form-checkbox .skin-form-checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2150AA;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
  opacity: 0;
}

.form-submit-btn {
  width: 36rem;
  height: 6rem;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 3rem;
  background-color: #191919;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-submit-btn {
    width: 30rem;
  }
}
.form-submit-btn:hover .form-submit-btn-icon:before {
  left: 100%;
}

.form-submit-btn-icon {
  position: relative;
  display: inline-block;
  width: 3.6rem;
  height: max(0.2rem, 1px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 3rem;
}
.form-submit-btn-icon:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 100rem;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.form-submit-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1.5rem;
}

.footer {
  border-top: max(1px, 0.1rem) solid #A3A3A3;
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 3rem;
    padding-bottom: 1rem;
  }
}

.footer-cont {
  max-width: 176rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-cont {
    display: block;
  }
}

.ft-logo {
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
}

.txt-ft-copyright {
  font-size: 1.2rem;
  color: #666666;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .txt-ft-copyright {
    text-align: center;
    margin-top: 3rem;
  }
}

.footer-right-ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-right-ul {
    display: block;
    text-align: center;
  }
  .footer-right-ul li + li {
    margin-top: 1rem;
  }
}

.footer-mid {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-mid {
    text-align: center;
  }
}

.footer-right {
  padding-top: 2.3rem;
}
@media screen and (max-width: 1500px) {
  .footer-right {
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right {
    width: 100%;
  }
}

.txt-privacy-link {
  font-size: 1.4rem;
  color: #6e717c;
  text-align: right;
  margin-top: 5rem;
}
@media screen and (max-width: 1500px) {
  .txt-privacy-link {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-privacy-link {
    text-align: center;
  }
}

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

.scrolltop {
  position: fixed;
  z-index: 50;
  right: 8rem;
  bottom: 29.7rem;
  cursor: pointer;
}
@media screen and (max-width: 1700px) {
  .scrolltop {
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .scrolltop {
    bottom: 3rem;
  }
}
.scrolltop .scrolltop-cril {
  width: 8rem;
  height: 8rem;
  background-color: #1D2D3F;
  border-radius: 1000rem;
  background-image: url(../img/top/image35.png);
  background-size: 4.4rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .scrolltop .scrolltop-cril {
    width: 5rem;
    height: 5rem;
    background-size: 50% auto;
  }
}
.scrolltop .scrolltop-txt {
  font-size: 2rem;
  font-weight: 700;
  color: #1c2d40;
  line-height: 1.3;
  text-align: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .scrolltop .scrolltop-txt {
    display: none;
  }
}

.sec-link-anime-gg {
  position: relative;
}
.sec-link-anime-gg .sec-link-anime-gg-child {
  position: absolute;
  left: 0;
  top: -9rem;
}
@media screen and (max-width: 767px) {
  .sec-link-anime-gg .sec-link-anime-gg-child {
    top: -8rem;
  }
}

.sec1-confirm {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.sec1-confirm .table-form-line {
  margin-top: 0;
}

.sec1-thanks {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.sec6-top-left-tlt-small {
  padding-top: 2.3em;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-tlt-small {
    padding-top: 1.5em;
  }
}
.sec6-top-left-tlt-small span {
  font-size: 2.8em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-tlt-small span {
    font-size: 2em;
  }
}/*# sourceMappingURL=style.css.map */