html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans", "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #313E57;
  line-height: 2.4rem;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.container-l {
  width: 100%;
  max-width: 1308px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

section {
  padding: 60px 0;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: #313E57;
  text-decoration: none;
}

a img {
  transition: all 0.3s;
}

a:hover img {
  opacity: 0.6;
}

a.border {
  position: relative;
}
a.border::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  bottom: -5px;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
  background-color: #2d2d2d;
}
a.border:hover::before {
  width: 100%;
}

a.btn {
  padding: 0 29px 0 29px;
  border-radius: 25px;
  background: #2960d3;
  border: 1px solid #2960d3;
  font-weight: 500;
  line-height: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
}
a.btn span {
  color: white;
}
a.btn:hover {
  color: #2960d3;
  background-color: #fff;
  border: 1px solid #2960d3;
}
a.btn:hover span {
  color: #2960d3;
}

a.btn2 {
  position: relative;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #2d2d2d;
  display: block;
  line-height: 5.7rem;
  text-decoration: none;
  width: 100%;
  max-width: 256px;
  background: #fafafa;
  border: 1px solid #2960d3;
  margin-top: 25px;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
a.btn2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2960D3;
  transform: scaleX(0.04);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
a.btn2:hover::before {
  transform: scaleX(1);
}
a.btn2:hover {
  color: #FAFAFA;
}
a.btn2:hover span::after {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.162 9.07"><g id="Arrow---Right" transform="translate(-1.821 11.664) rotate(-90)" fill="%23ffffff"><path id="Combined-Shape" d="M4.535,0a.541.541,0,0,1,.5.517l0,.081V11.115l3.175-3.8a.447.447,0,0,1,.71,0,.686.686,0,0,1,.05.779l-.048.067L4.891,12.986a.533.533,0,0,1-.083.08l-.027.019-.025.016-.037.019-.029.013-.038.012-.026.007-.04.007-.031,0H4.515l-.03,0,.049,0a.426.426,0,0,1-.093-.01l-.022-.005-.044-.015-.022-.009L4.311,13.1l-.02-.013-.032-.023-.022-.019-.006-.005a.545.545,0,0,1-.05-.052h0L.146,8.16a.682.682,0,0,1,0-.846A.444.444,0,0,1,.8,7.257l.056.058,3.175,3.8V.6A.557.557,0,0,1,4.535,0Z" transform="translate(2.594 1.821)" /></g></svg>');
}
a.btn2 span {
  z-index: 10;
  position: relative;
  margin-right: 33px;
}
a.btn2 span::after {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.162 9.07"><g id="Arrow---Right" transform="translate(-1.821 11.664) rotate(-90)"><path id="Combined-Shape" d="M4.535,0a.541.541,0,0,1,.5.517l0,.081V11.115l3.175-3.8a.447.447,0,0,1,.71,0,.686.686,0,0,1,.05.779l-.048.067L4.891,12.986a.533.533,0,0,1-.083.08l-.027.019-.025.016-.037.019-.029.013-.038.012-.026.007-.04.007-.031,0H4.515l-.03,0,.049,0a.426.426,0,0,1-.093-.01l-.022-.005-.044-.015-.022-.009L4.311,13.1l-.02-.013-.032-.023-.022-.019-.006-.005a.545.545,0,0,1-.05-.052h0L.146,8.16a.682.682,0,0,1,0-.846A.444.444,0,0,1,.8,7.257l.056.058,3.175,3.8V.6A.557.557,0,0,1,4.535,0Z" transform="translate(2.594 1.821)" /></g></svg>');
  width: 13.16px;
  height: 9.07px;
  background-size: cover;
  top: 50%;
  right: -33px;
  transform: translate(0, -50%);
}

header {
  background-color: white;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  padding: 25px 30.5px;
  z-index: 100;
}
header .header_content {
  align-items: center;
}
header .header_content .logo {
  flex-shrink: 0;
}
header .header_content .logo img {
  max-height: 51px;
}
header .header_content nav ul.nav_lists li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
header .header_content nav ul.nav_lists li a {
  text-decoration: none;
  color: #2d2d2d;
  letter-spacing: 0.03em;
}
header .header_content nav ul.nav_lists li a:last-child {
  margin-right: 0;
}
header .header_content nav ul.nav_lists li.active a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: left;
}
header .header_content nav ul.nav_lists li.active a span {
  position: relative;
}
header .header_content nav ul.nav_lists li.active a span::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -5px;
  height: 2px;
  background-color: #2D2D2D;
  left: 0;
}
header .header_content nav ul.nav_lists li.active.contact a span::after {
  content:none;
}
header .header_content nav ul.nav_lists li.active a.border::before {
  content: none;
}
header .header_content nav ul.nav_lists li.lang-zh {
  letter-spacing: 0.05em;
}

body.home header {
  background-color: transparent;
}

header.white {
  background-color: white;
}

body.home header.scrolled {
  background-color: white;
}

header.scrolled {
  padding: 12.5px 30.5px;
}
header.scrolled .logo img {
  transform: scale(0.7);
}

h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 46px;
  text-align: left;
  color: #2960d3;
  position: relative;
  padding-bottom: 20px;
}
h2::after {
  width: 79.19px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/border.png);
  background-size: cover;
}

h2.center {
  text-align: center;
}
h2.center::after {
  left: 50%;
  background-image: url(../images/common/border.png);
  background-size: cover;
  transform: translateX(-50%);
}

h3 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: left;
  color: #313e57;
}

p {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: left;
  color: #2d2d2d;
  opacity: 0.7;
}

.subcolor a.btn2 {
  background: #fafafa;
  border: 1px solid #ED964C;
}
.subcolor a.btn2::before {
  background-color: #ED964C;
}
.subcolor a.btn2:hover::before span::after {
  background-image: url(../images/common/arrow.png);
}
.subcolor h2 {
  color: #313E57;
}
.subcolor h2::after {
  background-image: url(../images/common/border-sub.png);
}

h2.no-border {
  padding-bottom: 0;
}
h2.no-border::after {
  content: none;
}

a.btn2.subcolor {
  background: #fafafa;
  border: 1px solid #ED964C;
}
a.btn2.subcolor::before {
  background-color: #ED964C;
}
a.btn2.subcolor:hover::before span::after {
  background-image: url(../images/common/arrow.png);
}

section.footer_contact {
  padding: 139.5px 0;
  background-image: url(../images/common/back.png);
  background-size: cover;
}
section.footer_contact .flex {
  align-items: flex-start;
}
section.footer_contact h2 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 50px;
  text-align: left;
  color: #2960d3;
}
section.footer_contact p {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 32px;
  color: #2d2d2d;
  opacity: 0.7;
}
section.footer_contact a {
  margin: 0 auto;
  margin-top: 35px;
}

section.footer {
  background-image: url(../images/common/footer-back.png);
  background-size: cover;
  background-repeat: repeat;
  padding: 110px 60px 28px;
  position: relative;
  overflow: hidden;
}
section.footer .totop {
  background-color: #2960D3;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  color: white;
}
section.footer .totop a {
  display: block;
  padding: 12px 16px;
}
section.footer .totop a img {
  margin: 0 auto;
  transition: all 0.3s;
}
section.footer .totop a span {
  color: white;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #eee;
  margin-top: 5px;
  display: block;
  transition: all 0.3s;
}
section.footer .totop a:hover img,
section.footer .totop a:hover span {
  opacity: 0.6;
}
section.footer .totop.scrolled {
  opacity: 1;
  visibility: visible;
}
section.footer .footer_contents {
  display: flex;
}
section.footer .footer_contents a {
  color: #eee;
  text-decoration: none;
  letter-spacing: 0.1em;
}
section.footer .footer_contents a:hover {
  text-decoration: underline;
}
section.footer .footer_contents .footer_logo {
  margin-right: 14.641vw;
}
section.footer .footer_contents .footer_logo img {
  max-width: 193px;
}
section.footer .footer_contents .footer_navi_wrap {
  display: flex;
}
section.footer .footer_contents .footer_navi_wrap .footer_navi:first-child {
  margin-right: 7.3206vw;
  width: 160px;
}
section.footer .footer_contents .footer_navi_wrap .footer_navi p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  opacity: 1;
}
section.footer .footer_contents .footer_navi_wrap .footer_navi ul {
  margin-top: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
}
section.footer .footer_contents .footer_navi_wrap .footer_navi ul li {
  margin-top: 15px;
}
section.footer .footer_contents .footer_navi_wrap .footer_navi ul.flex li {
  width: calc(33.3333% - 20px);
  font-size: 14px;
  font-weight: normal;
}
section.footer .footer_sub {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
section.footer .footer_sub .privacies {
  display: flex;
}
section.footer .footer_sub .privacies a {
  margin-right: 38px;
  font-weight: normal;
  font-size: 14px;
  color: #eee;
  letter-spacing: 0.1em;
  text-decoration: none;
}
section.footer .footer_sub .privacies a:hover {
  text-decoration: underline;
}
section.footer .footer_sub .copyright span {
  font-weight: 300;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #eee;
  padding-right: 20px;
}

section.page_title {
  padding: 0;
  padding-top: 102px;
}
section.page_title + section {
  padding-top: 30px;
}
section.page_title .kv_img_box {
  position: relative;
}
section.page_title .kv_img_box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.page_title .kv_img_box .kv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.page_title .kv_img_box .kv_content h1 {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 50px;
  text-align: center;
  color: #2960d3;
}
section.page_title .breadcrumbs {
  display: flex;
}
section.page_title .breadcrumbs li {
  margin-right: 20px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #313e57;
  position: relative;
  margin-right: 20px;
}
section.page_title .breadcrumbs li::after {
  content: ">";
  color: #999999;
  padding-left: 20px;
}
section.page_title .breadcrumbs li:last-of-type::after {
  content: none;
}
section.page_title .breadcrumbs li a {
  color: #313e57;
  opacity: 0.6;
}

.swiper-pagination-bullet {
  background: #2960D3;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #2960D3;
  opacity: 1;
}

.blur_cards {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  margin-top: 60px;
}
.blur_cards a {
  text-decoration: none;
}
.blur_cards .blur_card {
  width: calc(33.3333% - 40px);
  margin-right: 60px;
  margin-bottom: 30px;
}
.blur_cards .blur_card:nth-child(3n) {
  margin-right: 0;
}
.blur_cards .blur_card .blur_img {
  position: relative;
}
.blur_cards .blur_card .blur_img img {
  aspect-ratio: 360/260;
}
.blur_cards .blur_card .blur_img .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  --webkit-backdrop-filter: blur(8px);
  /* (plus shape's fill blended on top as a separate layer with 45.43% opacity) */
  opacity: 0;
  transition: all 0.5s;
}
.blur_cards .blur_card:hover .blur {
  opacity: 1;
}
.blur_cards .blur_card .read_more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71%;
  line-height: 57px;
  background: rgba(255, 253, 247, 0.3);
  border: 1px solid #ed964c;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  color: #ed964c;
}
.blur_cards .blur_card .read_more .read_more_text {
  letter-spacing: 0.15em;
}
.blur_cards .blur_card:hover .read_more {
  opacity: 1;
}
.blur_cards .blur_card:hover .read_more:hover {
  opacity: 0.3;
}
.blur_cards .blur_card .blur_details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 60px 30px 20px;
  background: rgba(255, 253, 247, 0.3);
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  height: 100%;
}
.blur_cards .blur_card .blur_details h3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #2d2d2d;
  padding-bottom: 20px;
  border-bottom: 1px solid #ED964C;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(100% - 60px);
}
.blur_cards .blur_card .blur_details p {
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 30px;
  text-align: left;
  color: #2d2d2d;
  opacity: 0.8;
}
.blur_cards .blur_card:hover .blur_details {
  opacity: 1;
}
.blur_cards .blur_card .product_name {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 40px;
  text-align: center;
  color: #ed964c;
  text-decoration: none;
  margin-top: 15px;
}

.flex_contents {
  display: flex;
  justify-content: space-between;
}
.flex_contents .flex_content {
  width: 50%;
}
.flex_contents .flex_content:first-child {
  width: 46.6666%;
  margin-right: 3.3333%;
}

.menu_mobile_btn_wrap {
  display: none;
}

.close_nav {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .header_content nav ul.nav_lists li {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 990px) {
  header.scrolled {
    padding: 5px 15px;
  }
  header .header_content .logo img {
    max-height: 40px;
  }
  header {
    padding: 15px 25px;
    z-index: 100;
  }
  .menu_mobile_btn_wrap {
    display: block;
  }
  .menu-mobile-nav-button {
    cursor: pointer;
  }
  .menu-mobile-nav-button .bodoni-icon {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
  }
  .menu-mobile-nav-button .bodoni-icon > span {
    display: inline-block;
    height: 2px;
    width: 25px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    background-color: #2d2d2d;
  }
  .menu-mobile-nav-button .bodoni-icon .icon-2 {
    width: 13px;
  }
  .menu-mobile-nav-button .bodoni-icon .icon-3 {
    margin-bottom: 0;
    width: 25px;
  }
  .menu-mobile-nav-button:hover .bodoni-icon .icon-2 {
    width: 25px;
  }
  header .header_content {
    width: calc(50% + 61.25px);
  }
  header .header_content nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 90%;
    max-width: 600px;
    background-color: white;
    padding: 40px;
    transition: all 0.3s ease;
    transform: translate(-100%, 0);
    overflow-y: scroll;
  }
  header .header_content nav ul.nav_lists {
    flex-wrap: wrap;
  }
  header .header_content nav ul.nav_lists li {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2D2D2D;
    margin-right: 0;
  }
  header .header_content nav ul.nav_lists li a {
    font-size: 1.8rem;
  }
  header .header_content nav ul.nav_lists li.active span {
    color: #2960d3;
  }
  header .header_content nav ul.nav_lists li.active span::after {
    content: none;
  }
  header .header_content nav ul.nav_lists li.contact,
  header .header_content nav ul.nav_lists li.lang {
    border-bottom: none;
  }
  header .header_content nav ul.nav_lists li.contact {
    margin-top: 40px;
  }
  header .header_content nav ul.nav_lists li.contact a {
    width: 100%;
    text-align: center;
  }
  header .header_content nav ul.nav_lists li.lang:first-child {
    margin-top: 40px;
  }
  header .header_content nav ul.nav_lists li.close_nav {
    text-align: right;
    border-bottom: none;
    align-items: flex-end;
    justify-content: flex-end;
  }
  header .header_content nav ul.nav_lists li.close_nav a {
    cursor: pointer;
  }
  header .header_content nav.active {
    transform: translate(0, 0);
  }
  .close_nav {
    display: flex !important;
  }
  main > section:first-child {
    padding-top: 69px;
  }
  header .header_content nav ul.nav_lists li.active a span::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section {
    padding: 40px 0;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  a.btn2 {
    font-size: 1.4rem;
    line-height: 4rem;
    margin-top: 20px;
  }
  section.footer .footer_contents {
    flex-wrap: wrap;
  }
  section.footer {
    padding: 40px 20px 28px;
  }
  section.footer .footer_contents .footer_navi_wrap {
    flex-wrap: wrap;
  }
  section.footer .footer_contents .footer_navi_wrap .footer_navi {
    margin-right: 0;
    margin-top: 15px;
  }
  section.footer .footer_contents .footer_navi_wrap .footer_navi:first-child {
    margin-right: 0;
    margin-top: 40px;
    width: auto;
  }
  section.footer .footer_contents .footer_navi_wrap .footer_navi ul.flex li {
    width: 100%;
    display: block;
  }
  section.footer .footer_contents .footer_navi_wrap .footer_navi ul {
    margin-top: 0;
  }
  section.footer .footer_sub {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .copyright {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
  section.footer .totop img {
    max-width: 60px;
  }
  section.page_title .kv_img_box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 90px;
    max-height: none;
  }
  section.page_title .breadcrumbs {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  section.page_title .breadcrumbs li {
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  section.page_title .kv_img_box .kv_content h1 {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 50px;
    text-align: center;
    color: #2960d3;
  }
  section.page_title .kv_img_box .kv_content {
    width: 100%;
    text-align: center;
  }
  section.page_title .kv_img_box .kv_content h1 {
    font-size: 26px;
    line-height: 40px;
  }
  .blur_cards {
    justify-content: space-between;
    margin-top: 40px;
  }
  .blur_cards .blur_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blur_cards .blur_card .blur_details p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .blur_cards .blur_card .blur {
    opacity: 1;
  }
  .blur_cards .blur_card .blur_details {
    opacity: 1;
  }
  .blur_cards .blur_card .blur_details {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 20px 10px 20px;
    height: auto;
  }
  .blur_cards .blur_card.animate .blur {
    opacity: 0;
  }
  .flex_contents {
    flex-wrap: wrap;
  }
  .flex_contents .flex_content {
    width: 100%;
  }
  .flex_contents .flex_content:first-child {
    width: 100%;
    margin-right: 0;
  }
  section.footer_contact h2 {
    font-size: 24px;
    line-height: 32px;
  }
  section.footer_contact .flex {
    flex-wrap: wrap;
  }
  section.footer_contact {
    padding: 30px 0;
    background-position: center;
  }
  header .header_content nav ul.nav_lists li a {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  .blur_cards .blur_card .blur_details h3 {
    font-size: 18px;
    letter-spacing: 0.15em;
    padding-bottom: 0;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    border-bottom: none;
  }
  a.border::before {
    content: none;
  }
}/*# sourceMappingURL=style.css.map */
.grecaptcha-badge { visibility: hidden; }
