@charset "UTF-8";
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #113159;
  word-break: break-word;
  padding-top: 86px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 66px;
  }
}
body.noscroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #113159;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.en2 {
  font-family: "Kumbh Sans", sans-serif;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .fv {
    height: 68vh;
  }
}
.fv .fv_slider {
  height: 100%;
}
.fv .fv_slider .swiper-slide {
  height: 100%;
}
.fv .fv_slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv_copy {
  position: absolute;
  z-index: 2;
  bottom: 68px;
  left: 0;
  background-color: rgba(11, 22, 44, 0.9);
  padding: 30px 60px 30px 100px;
}
@media screen and (max-width: 768px) {
  .fv .fv_copy {
    padding: 8.66% 5.33%;
    bottom: 14%;
  }
}
.fv .fv_copy p {
  font-size: 13px;
  margin: 0 0 30px;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .fv .fv_copy p {
    font-size: 12px;
  }
}
.fv .fv_copy h1 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .fv .fv_copy h1 {
    margin: 5.33% 0 0;
    font-size: 21px;
  }
}

.intro {
  margin: 160px 0 300px;
  position: relative;
  padding: 65px 0 300px;
}
@media screen and (max-width: 768px) {
  .intro {
    margin: 12% 0 17.3%;
    padding-top: 0;
    padding-bottom: 120%;
  }
}
.intro .inner {
  display: flex;
  align-items: center;
}
.intro .img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 43.5%;
  height: 487px;
}
@media screen and (max-width: 1100px) {
  .intro .img1 {
    max-width: 40%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .intro .img1 {
    max-width: 80%;
    top: unset;
    bottom: 20%;
  }
}
.intro .img1 img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .intro .img1 img {
    height: auto;
  }
}
.intro .img2 {
  position: absolute;
  left: 28%;
  bottom: -16%;
  z-index: 3;
  max-width: 345px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .intro .img2 {
    max-width: 46%;
    height: 250px;
    top: unset;
    bottom: 0;
    right: 5.33%;
    left: unset;
  }
}
.intro .img2 img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .bg_box {
  width: 72%;
  right: 0;
  z-index: -1;
  position: absolute;
  background: #e6f2f8;
  height: 381px;
  top: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 0;
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  .intro .bg_box {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .intro .bg_box {
    top: 8%;
    width: 100%;
    padding-right: 0;
    padding-left: 4%;
    padding-bottom: 0;
    display: block;
  }
}
.intro .bg_box .en {
  color: #fff;
  font-size: 59px;
  letter-spacing: 0.08em;
  line-height: 1.11;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .intro .bg_box .en {
    font-size: 35px;
    position: absolute;
    left: 4%;
    bottom: 26%;
  }
}
.intro .contents {
  width: 72%;
  margin-left: auto;
  padding-left: 140px;
}
@media screen and (max-width: 768px) {
  .intro .contents {
    width: 100%;
    padding: 0 5.33%;
  }
}
.intro .contents h2 {
  color: #113159;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.55;
  margin: 0 auto 40px;
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  .intro .contents h2 {
    font-size: 24px;
  }
}
.intro .contents p {
  font-size: 14px;
  line-height: 2;
  max-width: 500px;
  letter-spacing: 0.08em;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .intro .contents p {
    font-size: 13px;
  }
}

.product .intro_txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .product .intro_txt {
    font-size: 13px;
    margin: 10.33% 0 0;
  }
}
.product .product_tab {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product .product_tab {
    margin: 10% auto 0;
    width: 92%;
  }
}
.product .product_tab li {
  width: 354px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  border: 2px solid #113159;
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  .product .product_tab li {
    line-height: 1.4;
    padding: 2.66% 0;
    height: 30px;
  }
}
.product .product_tab li a {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .product .product_tab li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product .product_tab li a {
    font-size: 11px;
  }
}
.product .product_tab li.on {
  background: #113159;
}
.product .product_tab li.on a {
  color: #fff;
}
.product .product_section {
  display: none;
  transform: translateY(-2px);
}
.product .product_section .inner {
  max-width: 970px;
}
.product .product_section.show {
  display: block;
  padding: 70px 20px 116px;
  background: #113159;
}
@media screen and (max-width: 768px) {
  .product .product_section.show {
    padding: 9.33% 8% 13%;
  }
}
.product .product_section .txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .product .product_section .txt {
    font-size: 13px;
  }
}
.product .product_section .product_cat {
  margin: 30px auto 27px;
  width: 144px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 19px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .product .product_section .product_cat {
    margin: 14% auto 6.67%;
  }
}
@media screen and (max-width: 480px) {
  .product .product_section .product_cat {
    font-size: 14px;
  }
}
.product .product_section .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product .product_section .box {
    display: block;
    margin: 6.67% auto 0;
  }
}
.product .product_section .box.mt {
  margin: 75px auto 0;
}
@media screen and (max-width: 768px) {
  .product .product_section .box.mt {
    margin: 12% auto 0;
  }
}
.product .product_section .box .item {
  margin: 0 15px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .product .product_section .box .item {
    margin: 0 auto 6.67%;
    width: 100%;
  }
}
.product .product_section .box .item .img {
  margin: 0 0 20px;
  height: 235px;
}
.product .product_section .box .item .img img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .product_section .box .item .product_name {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.product .product_section .cat_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
  .product .product_section .cat_list {
    margin: 10% auto 12%;
    justify-content: space-between;
  }
}
.product .product_section .cat_list li {
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 15px 27px;
}
@media screen and (max-width: 768px) {
  .product .product_section .cat_list li {
    width: 45%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .product .product_section .cat_list li {
    font-size: 13px;
  }
}
.product .product_section .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product .product_section .img_box {
    display: block;
  }
}
.product .product_section .img_box img {
  margin: 0 10px;
  border-radius: 6px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .product .product_section .img_box img {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .product .product_section .img_box img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.product .product_section .more {
  margin: 80px auto 0;
  background: #fff;
  color: #113159;
  background-image: url(../img/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 90%;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 768px) {
  .product .product_section .more {
    margin: 13.33% auto 0;
  }
}
.product .product_section .more:hover {
  background-position: 95%;
}

.technology {
  padding: 150px 0 130px;
}
@media screen and (max-width: 768px) {
  .technology {
    padding: 18.67% 0 9.33%;
  }
}
.technology .sub_ttl {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .technology .sub_ttl {
    margin: 0 auto 10.67%;
  }
}
.technology .technology_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .technology .technology_box {
    flex-direction: column-reverse;
  }
}
.technology .technology_box:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .technology .technology_box:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.technology .technology_box .contents {
  width: 50%;
  background: #e6f2f8;
  padding: 100px 100px 90px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .technology .technology_box .contents {
    padding: 70px 70px 60px;
  }
}
@media screen and (max-width: 768px) {
  .technology .technology_box .contents {
    padding: 13.33% 8%;
  }
}
@media screen and (max-width: 768px) {
  .technology .technology_box .contents {
    width: 100%;
  }
}
.technology .technology_box .contents .en {
  position: absolute;
  right: 0;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.08em;
  right: 30px;
  top: 60px;
}
@media screen and (max-width: 480px) {
  .technology .technology_box .contents .en {
    font-size: 43px;
    right: 4.33%;
    top: 40px;
  }
}
.technology .technology_box .contents h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .technology .technology_box .contents h3 {
    margin: 0 0 7%;
  }
}
@media screen and (max-width: 480px) {
  .technology .technology_box .contents h3 {
    font-size: 22px;
  }
}
.technology .technology_box .contents .txt {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .technology .technology_box .contents .txt {
    font-size: 13px;
  }
}
.technology .technology_box .contents .btn_list {
  position: relative;
  z-index: 2;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .technology .technology_box .contents .btn_list {
    margin: 8% auto 0;
  }
}
.technology .technology_box .contents .btn_list a {
  display: block;
  width: 320px;
  height: 56px;
  background: #fff;
  line-height: 56px;
  text-align: center;
  margin: 0 0 12px;
  background-image: url(../img/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 95%;
  transition: background-position 0.3s ease;
  font-size: 13px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1100px) {
  .technology .technology_box .contents .btn_list a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .technology .technology_box .contents .btn_list a {
    width: 85%;
    margin: 0 auto 16px;
    font-size: 12px;
  }
}
.technology .technology_box .contents .btn_list a:hover {
  background-position: 98%;
}
.technology .technology_box .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .technology .technology_box .img {
    width: 100%;
    height: 300px;
  }
}
.technology .technology_box .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.information {
  background: #113159;
  padding: 85px 20px;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 18.67% 8%;
  }
}
.information .sec_ttl {
  color: #fff;
}
.information .sub_ttl {
  color: #fff;
}
.information .information_list {
  margin: 70px auto 50px;
}
@media screen and (max-width: 768px) {
  .information .information_list {
    margin: 13.33% auto;
  }
}
.information .information_list li {
  margin: 0 0 30px;
}
.information .information_list li a {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.information .information_list li a .date {
  font-size: 14px;
  letter-spacing: 0.08em;
  width: 20%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .information .information_list li a .date {
    width: 30%;
  }
}
.information .information_list li a .information_ttl {
  font-size: 14px;
  letter-spacing: 0.08em;
  width: 80%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .information .information_list li a .information_ttl {
    width: 65%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-y: hidden;
  }
}
.information .more {
  margin: 0 auto;
  background-color: #fff;
  color: #113159;
  background-image: url(../img/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 95%;
  transition: background-position 0.3s ease;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.information .more:hover {
  background-position: 95%;
}

.page_en .product .product_tab li a {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .page_en .product .product_tab li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .page_en .product .product_section .cat_list {
    justify-content: center;
  }
}
.page_en .product .product_section .cat_list li {
  width: auto;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .page_en .product .product_section .cat_list li {
    margin: 0;
    margin-right: 14px;
    margin-bottom: 14px;
  }
}
.page_en .intro .bg_box {
  height: 450px;
}
@media screen and (max-width: 480px) {
  .page_en .intro .bg_box .en {
    bottom: 60%;
  }
  .page_en .intro .img1 {
    bottom: 25%;
  }
  .page_en .product .intro_txt {
    padding: 0 20px;
  }
  .page_en .product .product_section .box .item .product_name {
    line-height: 1.4;
  }
}
.page_en .intro .img2 {
  left: 20%;
  bottom: -12%;
}
@media screen and (max-width: 480px) {
  .page_en .intro .img2 {
    max-width: 46%;
    height: 250px;
    top: unset;
    bottom: 0;
    right: 5.33%;
    left: unset;
  }
}/*# sourceMappingURL=top.css.map */