@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.show1100 {
  display: none !important;
}
@media only screen and (max-width: 1100px) {
  .show1100 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1100px) {
  .hide1100 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

.font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.font-en {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-th {
  font-family: "Noto Sans Thai", sans-serif;
}

.fw700-bold {
  font-weight: 700;
}

.color-white {
  color: #fff;
}

.color-blue-dark {
  color: #003B5E;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: opacity 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: background 0.35s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.35s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background 0.35s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.35s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.link-underline {
  text-decoration: underline;
}

.anchor {
  display: block;
  position: relative;
  top: 0px;
  visibility: hidden;
}
@media only screen and (max-width: 1100px) {
  .anchor {
    top: -125px;
  }
}

/* Wrapper */
#wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #wrapper {
    padding-top: 150px;
  }
}

#mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 16;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Main */
.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1170 {
  width: 92%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.content-970 {
  width: 92%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 850px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 850px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.txthead-box.mb25 {
  margin-bottom: 25px;
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box .fz48 {
  font-size: 4.8rem;
  line-height: 5.8rem;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz48 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz48 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz48 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz36 {
  font-size: 3.6rem;
  line-height: 4.6rem;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz36 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz36 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz28 {
  font-size: 2.8rem;
  line-height: 4.8rem;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz28 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz28 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .center {
  text-align: center;
}

.btn-box.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-weight: 700;
}
.btn.white-radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
}
.btn.arrow-right-long {
  background-image: url("/assets/images/commons/btn-arrow-right-long.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 30px 20px;
}
.btn.icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.icon-right .icon {
  margin-left: 10px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn.w-auto {
  padding: 0 60px;
}

header {
  position: relative;
  z-index: 14;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1100px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
  }
}
header .header-top {
  background-color: #3A3A3A;
}
header .header-top .header-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 30px;
}
@media only screen and (max-width: 1100px) {
  header .header-top .header-top-flex {
    height: 80px;
    padding: 0 4%;
  }
}
@media only screen and (max-width: 1100px) {
  header .header-top .header-top-flex .col-right .lang {
    display: none;
  }
}
header .header-top .header-top-flex .col-right .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-top .header-top-flex .col-right .lang ul li + li {
  margin-left: 25px;
}
header .header-top .header-top-flex .col-right .lang ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
header .header-top .header-top-flex .col-right .lang ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
header .header-top .header-top-flex .col-right .lang ul li a.current {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
header .header-top .header-top-flex .col-right .lang ul li a.current:hover {
  text-decoration: none;
}
header .header-top .header-top-flex .col-right .lang ul li a span {
  margin-right: 10px;
}
header .header-btm {
  background-color: #fff;
}
header .header-btm .header-btm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  padding-left: 30px;
}
@media only screen and (max-width: 1100px) {
  header .header-btm .header-btm-flex {
    padding-left: 4%;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .header-btm .header-btm-flex .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-btm .header-btm-flex .col-left .logo a {
  display: block;
}
@media only screen and (max-width: 750px) {
  header .header-btm .header-btm-flex .col-left .logo a img {
    width: auto;
    height: 38px;
  }
}
header .header-btm .header-btm-flex .col-right .menu {
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  header .header-btm .header-btm-flex .col-right .menu {
    display: none;
  }
}
header .header-btm .header-btm-flex .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
header .header-btm .header-btm-flex .col-right .menu ul li + li {
  margin-left: 50px;
}
header .header-btm .header-btm-flex .col-right .menu ul li.contact a {
  padding: 0 30px;
  color: #fff;
  background-color: #C40E0E;
}
header .header-btm .header-btm-flex .col-right .menu ul li.contact a span {
  margin-right: 10px;
}
header .header-btm .header-btm-flex .col-right .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  height: 100%;
}
header .header-btm .header-btm-flex .col-right .btn-contact {
  display: none;
}
@media only screen and (max-width: 1100px) {
  header .header-btm .header-btm-flex .col-right .btn-contact {
    display: block;
  }
}
header .header-btm .header-btm-flex .col-right .btn-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 15px;
  color: #fff;
  background-color: #C40E0E;
}
header .header-btm .header-btm-flex .col-right .btn-contact a span {
  margin-right: 5px;
}
header .header-btm .header-btm-flex .col-right .btn-contact a span img {
  width: 25px;
  height: auto;
}

.btn-burger {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .btn-burger {
    display: block;
  }
}

.bar-icon {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px 14px 18px 14px;
  background-color: #0B46B7;
  display: block;
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar2, .bar-icon .bar3 {
  width: 32px;
  height: 1px;
  background-color: #fff;
  margin: 9px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bar-icon .bar1.white, .bar-icon .bar2.white, .bar-icon .bar3.white {
  background-color: #fff;
}

.open .bar1 {
  background-color: #fff !important;
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}
.open .bar2 {
  opacity: 0;
  background-color: #fff !important;
}
.open .bar3 {
  background-color: #fff !important;
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .content .menu-sp ul li + li {
  margin-top: 40px;
}
.menu-responsive .content .menu-sp ul li a {
  display: block;
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-align: center;
}
.menu-responsive .content .lang {
  margin-top: 50px;
}
.menu-responsive .content .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-responsive .content .lang ul li {
  margin: 0 10px;
}
.menu-responsive .content .lang ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 300;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.menu-responsive .content .lang ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.menu-responsive .content .lang ul li a.current {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.menu-responsive .content .lang ul li a.current:hover {
  text-decoration: none;
}
.menu-responsive .content .lang ul li a span {
  margin-right: 6px;
}

footer {
  position: relative;
  background-color: #F7F9FA;
}
footer .footer {
  padding: 90px 0 60px 0;
}
@media only screen and (max-width: 850px) {
  footer .footer {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .logo img {
    width: auto;
    height: 47px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .logo img {
    height: 38px;
  }
}
footer .footer .logo p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer .logo p {
    margin-top: 10px;
  }
}
footer .footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex {
    display: block;
  }
}
footer .footer .flex .col {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex .col {
    width: 100%;
  }
}
footer .footer .flex .col .text {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col .text {
    margin-top: 15px;
  }
}
footer .footer .flex .col .text p {
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col .text p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
footer .footer .flex .col .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col .text p + p {
    margin-top: 15px;
  }
}
footer .footer .flex .col .text p a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footer .flex .col .social {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col .social {
    margin-top: 20px;
  }
}
footer .footer .flex .col .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer .flex .col .social ul li + li {
  margin-left: 25px;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col .social ul li + li {
    margin-left: 15px;
  }
}
footer .footer .flex .col .social ul li a {
  display: block;
}
footer .copyright {
  padding: 35px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  footer .copyright {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .copyright {
    padding: 20px 0;
  }
}
footer .copyright p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #A3A3A3;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  footer .copyright p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.gototop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  .gototop {
    right: 20px;
    bottom: 20px;
    width: 40px;
  }
}

/* Document */
#doc .doc .doc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #doc .doc .doc-flex {
    display: block;
  }
}
#doc .doc .doc-flex .doc-col {
  width: 30.769%;
}
@media only screen and (max-width: 750px) {
  #doc .doc .doc-flex .doc-col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #doc .doc .doc-flex .doc-col + .doc-col {
    margin-top: 30px;
  }
}
#doc .doc .doc-flex .doc-col .cover {
  position: relative;
}
#doc .doc .doc-flex .doc-col .cover p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: table;
  padding: 3px 9px 5px 9px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #003B5E;
  border-radius: 0 0 16px 0;
}
#doc .doc .doc-flex .doc-col .brief {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #doc .doc .doc-flex .doc-col .brief {
    margin-top: 15px;
  }
}
#doc .doc .doc-flex .doc-col .brief h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #doc .doc .doc-flex .doc-col .brief h3 {
    margin-bottom: 5px;
  }
}
#doc .doc .doc-flex .doc-col .brief ul li {
  position: relative;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#doc .doc .doc-flex .doc-col .brief ul li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 8;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #0570AE;
}
#doc .doc .doc-flex .doc-col .brief ul li + li {
  border-top: 1px solid #E6E7E9;
}
#doc .doc .doc-flex .doc-col .theme {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #doc .doc .doc-flex .doc-col .theme {
    margin-top: 20px;
  }
}
#doc .doc .doc-flex .doc-col .theme h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 60px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #0570AE;
  border-radius: 7px 7px 0 0;
}
@media only screen and (max-width: 750px) {
  #doc .doc .doc-flex .doc-col .theme h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    height: 50px;
  }
}
#doc .doc .doc-flex .doc-col .theme h4::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  z-index: 8;
  width: 22px;
  height: 8px;
  background-color: #0570AE;
  display: table;
  margin-left: auto;
  margin-right: auto;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#doc .doc .doc-flex .doc-col .theme .text {
  padding: 10px 15px 15px 15px;
  border-top: 0;
  border: 1px solid #DFE2E4;
  background-color: #F8F8F8;
  border-radius: 0 0 7px 7px;
}
#doc .doc .doc-flex .doc-col .theme .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #doc .doc .doc-flex .doc-col .theme .text p + p {
    margin-top: 10px;
  }
}

/* Info */
#info {
  color: #fff;
  background-image: url("/assets/images/top/info-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#info .info .arrow {
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* iA */
#ia .ia-row {
  position: relative;
  padding-top: 20px;
}
#ia .ia-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 27.7%;
  padding-bottom: 27.7%;
  height: 0px;
  background: rgb(155, 255, 236);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(155, 255, 236)), color-stop(100%, rgb(0, 120, 190)));
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 255, 236)), to(rgb(0, 120, 190)));
  background: linear-gradient(to right, rgb(155, 255, 236) 0%, rgb(0, 120, 190) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9bffec", endColorstr="#0078be", GradientType=1 );
}
#ia .ia-row + .ia-row {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #ia .ia-row + .ia-row {
    margin-top: 50px;
  }
}
#ia .ia-row .ia {
  position: relative;
  z-index: 8;
}
#ia .ia-row .ia .content h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #003B5E;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #ia .ia-row .ia .content h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #ia .ia-row .ia .content h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#ia .ia-row .ia .content .video-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #ia .ia-row .ia .content .video-flex {
    display: block;
  }
}
#ia .ia-row .ia .content .video-flex .col-center {
  width: 100%;
}
#ia .ia-row .ia .content .video-flex .col-center + .col-center {
  margin-top: 4%;
}
#ia .ia-row .ia .content .video-flex .col-left {
  width: 67.948%;
}
@media only screen and (max-width: 750px) {
  #ia .ia-row .ia .content .video-flex .col-left {
    width: 100%;
  }
}
#ia .ia-row .ia .content .video-flex .col-right {
  width: 28.119%;
}
@media only screen and (max-width: 750px) {
  #ia .ia-row .ia .content .video-flex .col-right {
    width: 100%;
    margin-top: 20px;
  }
}
#ia .ia-row .ia .content .video-flex .box .cover {
  position: relative;
  background-color: #fff;
}
#ia .ia-row .ia .content .video-flex .box .cover a {
  display: block;
  position: relative;
}
#ia .ia-row .ia .content .video-flex .box .cover a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: table;
  margin: auto;
  width: 79px;
  height: 56px;
  background-image: url("/assets/images/top/ia-cover-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 79px 56px;
}
#ia .ia-row .ia .content .video-flex .box .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#ia .ia-row .ia .content .video-flex .box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ia .ia-row .ia .content .video-flex .box video {
  width: 100%;
  height: auto;
}
#ia .ia-row .ia .content .video-flex .box p {
  position: relative;
  margin-top: 10px;
  text-indent: 16px;
}
#ia .ia-row .ia .content .video-flex .box p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 8;
  display: table;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #0570AE;
}
#ia .ia-row .ia .content .video-flex .box + .box {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #ia .ia-row .ia .content .video-flex .box + .box {
    margin-top: 20px;
  }
}

/* Case */
#case {
  background-color: #F1F2F3;
}
#case .case .case-list ul li {
  background-color: #fff;
}
#case .case .case-list ul li + li {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #case .case .case-list ul li + li {
    margin-top: 4%;
  }
}
#case .case .case-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #case .case .case-list ul li a {
    display: block;
  }
}
#case .case .case-list ul li a .cover {
  width: 37.525%;
}
@media only screen and (max-width: 750px) {
  #case .case .case-list ul li a .cover {
    width: 100%;
  }
}
#case .case .case-list ul li a .brief {
  width: 62.475%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 40px;
}
@media only screen and (max-width: 1100px) {
  #case .case .case-list ul li a .brief {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .case-list ul li a .brief {
    width: 100%;
    padding: 20px 25px;
  }
}
#case .case .case-list ul li a .brief .text {
  margin-bottom: 10px;
}
#case .case .case-list ul li a .brief .text h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #case .case .case-list ul li a .brief .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#case .case .case-list ul li a .brief .text h3 span {
  margin-left: 13px;
  padding: 4px 8px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #18AAFF;
  border: 2px solid #18AAFF;
}
#case .case .case-list ul li a .brief .text p {
  line-height: 3rem;
}

/* Inquiries */
#inquiries {
  background-color: #1F90D1;
}