@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
}

/* HTML5 display-role reset for older browsers */
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;
}

.color-blue {
  color: #0F75BC;
}

.letter-spacing {
  letter-spacing: 2px;
}

.fw-300-light {
  font-weight: 300;
}

.fw-400-regular {
  font-weight: 400;
}

.fw-500-medium {
  font-weight: 500;
}

.fw-600-semi {
  font-weight: 600;
}

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

.show1200 {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .show1200 {
    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: 1200px) {
  .hide1200 {
    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;
  }
}

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

body {
  width: 100%;
  font-family: "Saira", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #6D6E71;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none;
}

svg, path {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

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: #6D6E71;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

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;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.bg-inner {
  background-image: url("../images/commons/bg-inner.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 1920px;
  background-attachment: fixed;
}
@media only screen and (max-width: 1200px) {
  .bg-inner {
    background-position: top right;
  }
}

/* Wrapper */
#wrapper {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #wrapper {
    padding-top: 100px;
  }
}

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

.content-1366 {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.mar100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1500px) {
  .mar100 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .mar100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .mar100 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.pad100120 {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1500px) {
  .pad100120 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pad100120 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100120 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1500px) {
  .pb120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pb120 {
    padding-bottom: 60px;
  }
}

/* Txthead */
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 25px;
  }
}
.txthead-box.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .txthead-box.mb35 {
    margin-bottom: 25px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .txthead-box.mb30 {
    margin-bottom: 25px;
  }
}
.txthead-box.mb25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .txthead-box.mb25 {
    margin-bottom: 15px;
  }
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb15 {
  margin-bottom: 15px;
}
.txthead-box.with-button {
  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;
}
.txthead-box .fz55 {
  font-size: 5.5rem;
  line-height: 6.5rem;
}
@media only screen and (max-width: 1500px) {
  .txthead-box .fz55 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .txthead-box .fz55 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz55 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.txthead-box .fz50 {
  font-size: 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1500px) {
  .txthead-box .fz50 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .txthead-box .fz50 {
    font-size: 3rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz50 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.txthead-box .button-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txthead-box .button-slick a + a {
  margin-left: 10px;
}
.txthead-box .center {
  text-align: center;
}

.txt-center {
  text-align: center !important;
}

.box-blog-bg {
  background: rgba(239, 246, 251, 0.8);
  padding: 50px;
}
@media only screen and (max-width: 750px) {
  .box-blog-bg {
    padding: 30px 10px;
  }
}

.box-blog-whbg {
  padding: 50px;
}
@media only screen and (max-width: 750px) {
  .box-blog-whbg {
    padding: 0;
  }
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.sustainability p strong {
  font-weight: bold !important;
}

/* Button */
.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-box.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .btn-box.mt80 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  .btn-box.mt80 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt80 {
    margin-top: 30px;
  }
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 850px) {
  .btn-box.mt60 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 30px;
  }
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 850px) {
  .btn-box.mt40 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}

button {
  font-family: "Saira", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
button:hover {
  cursor: pointer;
}

.btn {
  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;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn.radius {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  height: 40px;
  border-radius: 22px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1500px) {
  .btn.radius {
    font-size: 14px;
    line-height: 24px;
  }
}
.btn.square {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  height: 66px;
  border-radius: 10px;
}
@media only screen and (max-width: 1500px) {
  .btn.square {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn.square {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.square {
    font-size: 16px;
    line-height: 26px;
    height: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn.square .icon img {
    width: auto;
    max-height: 30px;
  }
}
.btn.blue {
  color: #fff;
  background-color: #0F75BC;
}
.btn.blue-border {
  color: #0F75BC;
  border: 1px solid #0F75BC;
  background-color: #fff;
}
.btn.blue-border:hover {
  opacity: 1;
  color: #fff;
  background-color: #0F75BC;
  border-color: #0F75BC;
}
.btn.blue-border:hover .icon svg path {
  fill: #fff;
}
.btn.white-border-blue {
  color: #fff;
  border: 1px solid #fff;
  background-color: #0F75BC;
}
.btn.white-border-blue:hover {
  opacity: 1;
  color: #0F75BC;
  background-color: #fff;
  border-color: #fff;
}
.btn.white-border-blue:hover .icon svg path {
  fill: #fff;
}
.btn.white-blue {
  color: #0F75BC;
  background-color: #fff;
}
.btn.gray-border-blue {
  color: #0F75BC;
  border: 1px solid #6D6E71;
  background-color: #fff;
}
.btn.gray-border-blue:hover {
  opacity: 1;
  color: #fff;
  background-color: #0F75BC;
  border-color: #0F75BC;
}
.btn.icon-left .icon {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.icon-right .icon {
  margin-left: 10px;
}
.btn.w-auto {
  padding: 0 25px;
}
.btn.fw-150 {
  width: 150px;
}
.btn.fw-200 {
  width: 200px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-page {
  margin-top: 100px;
  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;
}
@media only screen and (max-width: 1500px) {
  .btn-page {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-page {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-page {
    margin-top: 40px;
  }
}
.btn-page .disable {
  opacity: 0.33;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}
.btn-page ul {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-page ul li {
  margin: 0 15px;
}
.btn-page ul li a {
  font-weight: 600;
}
.btn-page ul li a.current {
  color: #0F75BC;
}

.btn-share {
  margin-top: 70px;
  padding-top: 45px;
  border-top: 1px solid #D2D2D2;
}
@media only screen and (max-width: 1200px) {
  .btn-share {
    margin-top: 60px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-share {
    margin-top: 35px;
  }
}
.btn-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-share ul li 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;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #325AB7;
}
@media only screen and (max-width: 1200px) {
  .btn-share ul li a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.btn-share ul li a .icon {
  margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
  .btn-share ul li a .icon img {
    width: 35px;
    height: auto;
  }
}

/* Breadcrumb */
#breadcrumb {
  margin-bottom: 50px;
  padding: 30px 0;
}
@media only screen and (max-width: 1500px) {
  #breadcrumb {
    margin-bottom: 40px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  #breadcrumb {
    display: none;
    margin-bottom: 20px;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  font-size: 1.7rem;
  line-height: 2.7rem;
}
@media only screen and (max-width: 1500px) {
  #breadcrumb .breadcrumb ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#breadcrumb .breadcrumb ul li + li {
  margin-left: 15px;
  padding-left: 23px;
}
#breadcrumb .breadcrumb ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 7px;
  background-image: url("../images/commons/breadcrumb-seperator.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
#breadcrumb .breadcrumb ul li:last-child {
  color: #0F75BC;
  font-weight: 600;
}
#breadcrumb .breadcrumb ul li a {
  display: block;
}
#breadcrumb .breadcrumb ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Checkbox */
.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox-btn span {
  color: #ED151D;
  font-weight: 700;
}

.chkbox {
  position: absolute;
  top: 8px;
  left: 0;
  border: 1px solid #000;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 750px) {
  .chkbox {
    top: 4px;
  }
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #000;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0;
  left: 4px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.img-center img {
  display: block;
  margin: 0 auto;
}

.pt-4 {
  padding-top: 30px;
}

.pb-4 {
  padding-bottom: 30px;
}

.mt-4 {
  margin-top: 30px;
}

.mb-4 {
  margin-bottom: 30px;
}

#mv-main {
  position: relative;
}

#mv-main .owl-nav.disabled + .owl-dots {
  z-index: 99;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#mv-main .owl-dot span {
  background: rgba(255, 255, 255, 0.7);
  width: 10px;
  height: 10px;
  margin: 5px;
}

#mv-main .owl-dot.active span, #mv-main .owl-dot:hover span {
  background: #fff;
}

/* Radio */
.radio-btn {
  display: table;
  position: relative;
  padding-left: 28px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input.textbox {
  position: static;
  opacity: 1;
  cursor: auto;
  margin-top: -10px;
  width: 100%;
}

.checkmark {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  border: 2px solid #B5ACAC;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.radio-btn:hover input ~ .checkmark {
  background-color: #fff;
}

.radio-btn input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

#mv {
  margin-top: 90px;
}
@media only screen and (max-width: 1024px) {
  #mv {
    margin-top: 70px;
  }
}

.cookie {
  display: none;
  position: fixed;
  bottom: 2%;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 15px;
  border-radius: 10px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.cookie .alert-cookie {
  width: 100%;
  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;
}
@media only screen and (max-width: 750px) {
  .cookie .alert-cookie {
    display: block;
  }
}
.cookie .alert-cookie .cookie-l {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  .cookie .alert-cookie .cookie-l {
    text-align: center;
  }
}
.cookie .alert-cookie .cookie-l a {
  color: #fff;
  text-decoration: underline;
}
.cookie .alert-cookie .cookie-r {
  width: 220px;
  min-width: 220px;
}
@media only screen and (max-width: 750px) {
  .cookie .alert-cookie .cookie-r {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
  }
}
.cookie .alert-cookie .cookie-r button {
  width: 100%;
}

.top-page header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  border-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .top-page #wrapper {
    padding-top: 0;
  }
}

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

/* Header */
header {
  position: relative;
  z-index: 15;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1200px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
  }
}
header .header {
  height: 90px;
  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;
}
@media only screen and (max-width: 1200px) {
  header .header {
    height: 70px;
  }
}
header .header .left {
  width: 23.414%;
  max-width: 288px;
}
@media only screen and (max-width: 1200px) {
  header .header .left {
    width: 218px;
  }
}
header .header .left .logo {
  display: block;
}
header .header .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .right .menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  header .header .right .menu {
    display: none;
  }
}
header .header .right .menu > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .right .menu > ul li {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .right .menu > ul li + li {
  margin-left: 35px;
}
@media only screen and (max-width: 1500px) {
  header .header .right .menu > ul li + li {
    margin-left: 20px;
  }
}
header .header .right .menu > ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #4B4B4B;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  header .header .right .menu > ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
header .header .right .menu > ul li a:hover {
  opacity: 1;
  color: #0F75BC;
}
header .header .right .menu > ul li .dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 14;
  width: 675px;
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
}
header .header .right .menu > ul li .dropdown.active {
  opacity: 1;
  visibility: visible;
}
header .header .right .menu > ul li .dropdown .box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
}
header .header .right .menu > ul li .dropdown .box::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 16px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.95);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
header .header .right .menu > ul li .dropdown .box .col-left {
  width: 50%;
}
header .header .right .menu > ul li .dropdown .box .col-left ul {
  display: block;
}
header .header .right .menu > ul li .dropdown .box .col-left ul li + li {
  margin-left: 0;
  border-top: 1px solid #D9D9D9;
}
header .header .right .menu > ul li .dropdown .box .col-left ul li a {
  display: block;
  padding: 15px 20px;
}
header .header .right .menu > ul li .dropdown .box .col-right {
  width: 50%;
  padding: 30px;
  border-left: 1px solid #D9D9D9;
}
header .header .right .menu > ul li .dropdown .box .col-right .video {
  margin-bottom: 15px;
}
header .header .right .menu > ul li .dropdown .box .col-right .topic {
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 500;
  color: #0F75BC;
  margin-bottom: 5px;
}
header .header .right .button {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  header .header .right .button {
    display: none;
  }
}
header .header .right .language {
  margin-left: 20px;
}
@media only screen and (max-width: 1500px) {
  header .header .right .language {
    margin-left: 15px;
  }
}
header .header .right .language 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;
  width: 38px;
  height: 38px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #0F75BC;
  border: 2px solid #0F75BC;
  border-radius: 100%;
  background-color: #fff;
}
header .header .right .language a:hover {
  opacity: 1;
  color: #fff;
  background-color: #0F75BC;
}
header .header .right .menu-burger {
  display: none;
  margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
  header .header .right .menu-burger {
    display: block;
  }
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05 {
  color: #0F75BC !important;
}

.active-mn-01 .mn-sp-01,
.active-mn-02 .mn-sp-02,
.active-mn-03 .mn-sp-03,
.active-mn-04 .mn-sp-04,
.active-mn-05 .mn-sp-05,
.active-mn-06 .mn-sp-06 {
  background-color: #0B598F !important;
}

.active-mn-dropdown-01-01 .mn-dropdown-01-01,
.active-mn-dropdown-02-01 .mn-dropdown-02-01,
.active-mn-dropdown-02-02 .mn-dropdown-02-02,
.active-mn-dropdown-02-03 .mn-dropdown-02-03,
.active-mn-dropdown-02-04 .mn-dropdown-02-04 {
  color: #0F75BC !important;
}

.active-mn-dropdown-03-01 .mn-dropdown-03-01,
.active-mn-dropdown-03-02 .mn-dropdown-03-02 {
  color: #0F75BC !important;
}

.bar-icon {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar2, .bar-icon .bar3 {
  position: relative;
  z-index: 8;
  width: 25px;
  height: 2px;
  background-color: #0F75BC;
  margin: 7px auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open::after {
  left: 0;
}
.open .bar1, .open .bar2, .open .bar3 {
  background-color: #0F75BC;
}
.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
.open .bar2 {
  opacity: 0;
}
.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Menu Responsive */
.menu-responsive {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  background-color: #0F75BC;
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive .menu ul li + li {
  border-top: 1px solid #3C8FC9;
}
.menu-responsive .menu ul li a {
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #fff;
  padding: 20px 30px;
  text-transform: uppercase;
}
.menu-responsive .menu ul li a:hover, .menu-responsive .menu ul li a:focus {
  opacity: 1;
}
.menu-responsive .menu ul li a.toggle-btn {
  background-image: url("../images/commons/menu-sp-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 16px 8px;
}
.menu-responsive .menu ul li a.active {
  background-image: url("../images/commons/menu-sp-arrow-up.svg");
  background-color: #0B598F;
}
.menu-responsive .menu ul li .toggle-content {
  display: none;
  background-color: #0B598F;
}
.menu-responsive .menu ul li .toggle-content li {
  margin: 0 30px;
}
.menu-responsive .menu ul li .toggle-content li + li {
  border-top-color: #3978A4;
}
.menu-responsive .menu ul li .toggle-content li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/* Footer */
footer {
  color: #fff;
  background-color: #656565;
}
footer .footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}
@media only screen and (max-width: 850px) {
  footer .footer .sitemap {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap ul + ul {
    margin-top: 25px;
  }
}
footer .footer .sitemap ul li + li {
  margin-top: 30px;
}
footer .footer .sitemap ul li a {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  footer .footer .sitemap ul li a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer .sitemap ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
footer .footer .sitemap ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footer .sitemap ul li ul {
  margin-top: 15px;
  margin-left: 22px;
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap ul li ul {
    margin-top: 10px;
  }
}
footer .footer .sitemap ul li ul li {
  list-style: disc;
  color: #D2D2D2;
}
footer .footer .sitemap ul li ul li + li {
  margin-top: 0;
}
footer .footer .sitemap ul li ul li a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #D2D2D2;
  font-weight: 300;
}
@media only screen and (max-width: 1500px) {
  footer .footer .sitemap ul li ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer .sitemap ul li ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
footer .footer .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;
  border-top: 1px solid #898989;
  padding: 30px 0;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex {
    display: block;
  }
}
footer .footer .flex .copyright p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ABABAB;
}
@media only screen and (max-width: 1500px) {
  footer .footer .flex .copyright p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .copyright p {
    text-align: center;
  }
}
footer .footer .flex .copyright p a {
  color: #ABABAB;
}
footer .footer .flex .copyright p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .sns {
    margin-top: 15px;
  }
}
footer .footer .flex .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer .flex .sns ul li + li {
  margin-left: 15px;
}
footer .footer .flex .sns ul li a {
  display: block;
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  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;
  padding-top: 70px;
}
#mv .mv .mv-abs .qoute h1 {
  font-size: 5.7vw;
  line-height: 5.7vw;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-abs .qoute h1 {
    font-size: 9vw;
    line-height: 11vw;
  }
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item {
  position: relative;
}
#mv .mv .mv-slick .item .abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  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;
  padding-top: 70px;
}
@media only screen and (max-width: 1200px) {
  #mv .mv .mv-slick .item .abs .qoute {
    display: table;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .item .abs .qoute {
    width: 100%;
  }
}
#mv .mv .mv-slick .item .abs .qoute h1 {
  font-size: 5.7vw;
  line-height: 5.7vw;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .item .abs .qoute h1 {
    font-size: 9vw;
    line-height: 11vw;
  }
}
#mv .mv .mv-slick .item .abs .qoute img {
  margin-left: auto;
  margin-right: auto;
}
#mv .mv .mv-slick .item .img img {
  width: auto;
  min-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .item .img img {
    width: 100%;
    height: auto;
  }
}

.mv-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 8;
  width: 100%;
  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;
}
.mv-dots li {
  margin: 0 5px;
  padding: 0;
}
.mv-dots li.slick-active button {
  background-color: #fff;
}
.mv-dots li button {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  outline: none;
}
.mv-dots li button:focus {
  outline: none;
}

/* Welcome */
#welcome .welcome .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) {
  #welcome .welcome .flex {
    display: block;
  }
}
#welcome .welcome .flex .col-left {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .flex .col-left {
    display: none;
  }
}
#welcome .welcome .flex .col-right {
  width: 50%;
  padding: 0 6%;
}
@media only screen and (max-width: 850px) {
  #welcome .welcome .flex .col-right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .flex .col-right {
    width: 100%;
    padding: 0;
  }
}
#welcome .welcome .flex .col-right .content {
  margin-top: 5px;
}
#welcome .welcome .flex .col-right .content .logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  #welcome .welcome .flex .col-right .content .logo {
    width: 218px;
  }
}
#welcome .welcome .flex .col-right .content p {
  font-weight: 500;
}
#welcome .welcome .flex .col-right .content p + p {
  margin-top: 15px;
}
#welcome .welcome .cer {
  margin-top: 120px;
}
@media only screen and (max-width: 1500px) {
  #welcome .welcome .cer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  #welcome .welcome .cer {
    margin-top: 60px;
  }
}
#welcome .welcome .cer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .cer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -7.5%;
  }
}
#welcome .welcome .cer ul li {
  width: 11.85%;
  margin-left: 5%;
  margin-right: 5%;
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .cer ul li {
    width: 25%;
    margin-top: 7.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
#welcome .welcome .cer ul li img {
  width: 100px;
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .cer ul li img {
    display: table;
    margin: 0 auto;
    width: 50px;
  }
}

/* Product */
#product .product .content .product-intro .topic {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) {
  #product .product .content .product-intro .topic {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #product .product .content .product-intro .topic {
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
#product .product .content .product-intro p {
  font-weight: 500;
}
#product .product .content .product-intro p + p {
  margin-top: 20px;
}
#product .product .content .product-intro p + ul {
  margin-top: 20px;
}
#product .product .content .product-intro p + .topic {
  margin-top: 30px;
}
#product .product .content .product-intro ul {
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -5px;
}
@media only screen and (max-width: 750px) {
  #product .product .content .product-intro ul {
    display: block;
  }
}
#product .product .content .product-intro ul li {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
  width: 65%;
}
@media only screen and (max-width: 750px) {
  #product .product .content .product-intro ul li {
    width: 100%;
  }
}
#product .product .content .product-intro ul li:nth-child(odd) {
  width: 35%;
}
@media only screen and (max-width: 750px) {
  #product .product .content .product-intro ul li:nth-child(odd) {
    width: 100%;
  }
}
#product .product .content .product-intro ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #0F75BC;
}
#product .product .content .product-menu {
  margin-top: 40px;
  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: 1200px) {
  #product .product .content .product-menu {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #product .product .content .product-menu {
    display: block;
  }
}
#product .product .content .product-menu .col.left {
  width: 48.16%;
}
@media only screen and (max-width: 750px) {
  #product .product .content .product-menu .col.left {
    width: 100%;
  }
}
#product .product .content .product-menu .col.right {
  width: 50.36%;
}
@media only screen and (max-width: 750px) {
  #product .product .content .product-menu .col.right {
    width: 100%;
    margin-top: 2%;
  }
}
#product .product .content .product-menu .col.right .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) {
  #product .product .content .product-menu .col.right .flex {
    display: block;
  }
}
#product .product .content .product-menu .col.right .flex .col {
  width: 48.5%;
  margin-top: 2.96%;
}
@media only screen and (max-width: 750px) {
  #product .product .content .product-menu .col.right .flex .col {
    width: 100%;
    margin-top: 2%;
  }
}
#product .product .content .product-menu .col a {
  position: relative;
  display: block;
}
#product .product .content .product-menu .col a:hover {
  opacity: 1;
}
#product .product .content .product-menu .col a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#product .product .content .product-menu .col a .abs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 30px;
}
#product .product .content .product-menu .col a .abs h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1500px) {
  #product .product .content .product-menu .col a .abs h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  #product .product .content .product-menu .col a .abs h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
#product .product .content .product-menu .col a .abs .btn-box .btn {
  color: #fff;
}
#product .product .content .product-menu .col a .cover {
  overflow: hidden;
}
#product .product .content .product-menu .col a .cover img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Project */
@media only screen and (max-width: 1200px) {
  #project .project .txthead-box .btn-box {
    display: none;
  }
}
#project .project .content .project-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.98%;
  margin-top: -0.98%;
}
@media only screen and (max-width: 750px) {
  #project .project .content .project-list ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
#project .project .content .project-list ul li {
  width: 32.35%;
  margin-left: 0.98%;
  margin-top: 0.98%;
}
@media only screen and (max-width: 1200px) {
  #project .project .content .project-list ul li {
    width: 49.02%;
  }
}
@media only screen and (max-width: 750px) {
  #project .project .content .project-list ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #project .project .content .project-list ul li + li {
    margin-top: 2%;
  }
}
#project .project .content .project-list ul li a {
  display: block;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
#project .project .content .project-list ul li a:hover {
  opacity: 1;
}
#project .project .content .project-list ul li a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#project .project .content .project-list ul li a .abs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#project .project .content .project-list ul li a .abs .left {
  color: #fff;
  padding-left: 20px;
  padding-bottom: 15px;
  width: 60%;
}
#project .project .content .project-list ul li a .abs .left table tr td {
  padding: 2px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
}
#project .project .content .project-list ul li a .abs .left table tr td img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#project .project .content .project-list ul li a .abs .left table tr td:first-child {
  width: 20px;
  min-width: 20px;
}
#project .project .content .project-list ul li a .abs .left table tr td:first-child img {
  margin-top: 2px;
}
#project .project .content .project-list ul li a .abs .left table tr td:nth-child(2) {
  padding: 0 5px;
}
#project .project .content .project-list ul li a .abs .right {
  margin-right: 7px;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#project .project .content .project-list ul li a .abs .right .status {
  padding: 8px 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-right: 6px;
}
@media only screen and (max-width: 1500px) {
  #project .project .content .project-list ul li a .abs .right .status {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#project .project .content .project-list ul li a .abs .right .box {
  padding: 8px 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  border-radius: 2px;
}
#project .project .content .project-list ul li a .abs .right .box .number {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1500px) {
  #project .project .content .project-list ul li a .abs .right .box .number {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#project .project .content .project-list ul li a .abs .right .box .mw {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding-top: 6px;
  border-top: 1px solid #fff;
  font-size: 1rem;
  line-height: 1rem;
}
#project .project .content .project-list ul li a .cover {
  overflow: hidden;
}
#project .project .content .project-list ul li a .cover img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Blog */
#blog {
  overflow: hidden;
}

.blog-slick .slick-slide {
  margin: 0 10px;
}
.blog-slick .slick-list {
  margin: 0 -10px;
}
.blog-slick .item a {
  display: block;
}
.blog-slick .item a .cover {
  overflow: hidden;
}
.blog-slick .item a .cover img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-slick .item a .topic {
  margin-top: 15px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  .blog-slick .item a .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-slick .item a .topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.blog-slick .item a:hover {
  opacity: 1;
}
.blog-slick .item a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-slick .item a:hover .topic {
  color: #0F75BC;
}

/* Contact */
#contact .contact {
  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;
  padding: 50px;
  color: #fff;
  background-color: #085E9B;
  border-radius: 2px;
}
@media only screen and (max-width: 1200px) {
  #contact .contact {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact {
    display: block;
  }
}
#contact .contact .col-left {
  width: 42%;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-left {
    width: 100%;
  }
}
#contact .contact .col-left .sns {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col-left .sns {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
#contact .contact .col-left .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact .col-left .sns ul li + li {
  margin-left: 20px;
}
#contact .contact .col-right {
  width: 42%;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#contact .contact .col-right .row + .row {
  margin-top: 35px;
}
#contact .contact .col-right .row .icon {
  margin-bottom: 10px;
}
#contact .contact .col-right .row .text a {
  color: #fff;
}
#contact .contact .col-right .row .text a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* About */
#about .about .content .intro {
  position: relative;
}
#about .about .content .intro .text {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #about .about .content .intro .text {
    position: relative;
    max-width: 100%;
    right: 0;
    bottom: 0;
    padding: 40px;
    background-image: url("../images/about/about-us-top-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .intro .text {
    padding: 25px;
  }
}
#about .about .content .intro .text h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) {
  #about .about .content .intro .text h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  #about .about .content .intro .text h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .intro .text h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 10px;
  }
}
#about .about .content .intro .text p {
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  #about .about .content .intro img {
    display: none;
  }
}
#about .about .content .flex {
  margin-top: 70px;
  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: 850px) {
  #about .about .content .flex {
    margin-top: 40px;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex {
    margin-top: 30px;
  }
}
#about .about .content .flex .col-left {
  width: 44.51%;
  /*h2 {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
  	font-size: 3rem;
  	line-height: 4rem;
  	font-weight: 600;
  	color: $blue;
  	letter-spacing: 1px;
  	margin-bottom: 20px;
  	@include mediaquery-1500 {
  		font-size: 2.5rem;
  		line-height: 3.5rem;
  	}
  	@include mediaquery-850 {
  		font-size: 2.3rem;
  		line-height: 3.2rem;
  		margin-bottom: 15px;	
  	}
  	@include mediaquery-750 {
  		font-size: 2rem;
  		line-height: 3rem;
  		margin-bottom: 10px;
  	}
  	span {
  		margin-right: 20px;
  		@include mediaquery-750 {
  			margin-right: 15px;	
  		}
  		img {
  			@include mediaquery-850 {
  				width: 71px;
  				height: auto;
  			}
  			@include mediaquery-750 {
  				width: 61px;	
  			}
  		}
  	}
  }
  p {
  	font-size: 2.5rem;
  	line-height: 3.5rem;
  	font-weight: 500;
  	@include mediaquery-1500 {
  		font-size: 2rem;
  		line-height: 3rem;
  	}
  	@include mediaquery-1200 {
  		font-size: 1.8rem;
  		line-height: 2.6rem;
  	}
  	& + h2 {
  		margin-top: 55px;
  		@include mediaquery-850 {
  			margin-top: 40px;	
  		}
  	}
  }
  .banner {
  	margin-top: 45px;
  	@include mediaquery-750 {
  		margin-top: 40px;	
  	}
  }*/
}
@media only screen and (max-width: 850px) {
  #about .about .content .flex .col-left {
    width: 100%;
  }
}
#about .about .content .flex .col-left h3 {
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #about .about .content .flex .col-left h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex .col-left h3 {
    margin-bottom: 5px;
  }
}
#about .about .content .flex .col-left ul li {
  position: relative;
  padding-left: 15px;
}
#about .about .content .flex .col-left ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #0F75BC;
}
#about .about .content .flex .col-left ul + h3 {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex .col-left ul + h3 {
    margin-top: 20px;
  }
}
#about .about .content .flex .col-left p {
  font-weight: 500;
}
#about .about .content .flex .col-left p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  #about .about .content .flex .col-left p + p {
    margin-top: 15px;
  }
}
#about .about .content .flex .col-right {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #about .about .content .flex .col-right {
    width: 100%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex .col-right {
    margin-top: 40px;
  }
}
#about .about .content .flex .col-right .video {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex .col-right .video {
    margin-bottom: 25px;
  }
}
#about .about .content .flex .col-right .video a {
  position: relative;
  display: block;
}
#about .about .content .flex .col-right .video a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9%;
}
#about .about .content .flex .col-right h3 {
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #about .about .content .flex .col-right h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex .col-right h3 {
    margin-bottom: 5px;
  }
}
#about .about .content .flex .col-right ul li {
  position: relative;
  padding-left: 15px;
}
#about .about .content .flex .col-right ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #0F75BC;
}
#about .about .content .flex .col-right ul + h3 {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex .col-right ul + h3 {
    margin-top: 20px;
  }
}
#about .about .content .flex .col-right p {
  font-weight: 500;
}
#about .about .content .flex .col-right p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  #about .about .content .flex .col-right p + p {
    margin-top: 15px;
  }
}

#certificate {
  background: rgba(114, 114, 114, 0.8);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 60px 0;
}
#certificate .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#certificate .flex .col-cert {
  width: 23%;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  #certificate .flex .col-cert {
    width: 48%;
  }
}
#certificate .flex .col-cert a .text {
  margin-top: 25px;
  text-align: center;
  color: #fff;
}

/* Product */
#product-inner .product-inner .content .product-intro {
  position: relative;
}
#product-inner .product-inner .content .product-intro .text {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-intro .text {
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: 100%;
    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;
  }
}
#product-inner .product-inner .content .product-intro .text h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) {
  #product-inner .product-inner .content .product-intro .text h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-intro .text h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-intro .text h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    padding: 25px;
  }
}
#product-inner .product-inner .content .product-intro .text p {
  font-weight: 500;
}
#product-inner .product-inner .content .product-intro img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-intro + .product-des {
    margin-top: 20px;
  }
}
#product-inner .product-inner .content .product-text {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-text {
    margin-top: 20px;
  }
}
#product-inner .product-inner .content .product-text h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) {
  #product-inner .product-inner .content .product-text h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-text h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#product-inner .product-inner .content .product-text h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) {
  #product-inner .product-inner .content .product-text h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-text h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#product-inner .product-inner .content .product-text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-text .flex {
    display: block;
    margin-left: 20px;
  }
}
#product-inner .product-inner .content .product-text .flex .col {
  margin-right: 45px;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-text .flex .col {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-text .flex .col + .col {
    margin-top: 10px;
  }
}
#product-inner .product-inner .content .product-text .flex .col h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #474747;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-text .flex .col h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#product-inner .product-inner .content .product-text .flex .col ul li {
  position: relative;
  padding-left: 15px;
}
#product-inner .product-inner .content .product-text .flex .col ul li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-text .flex .col ul li + li {
    margin-top: 0;
  }
}
#product-inner .product-inner .content .product-text .flex .col ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #0F75BC;
}
#product-inner .product-inner .content .product-btn {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-btn {
    margin-top: 40px;
  }
}
#product-inner .product-inner .content .product-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
  margin-top: -1%;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-btn ul {
    margin-left: -2%;
  }
}
#product-inner .product-inner .content .product-btn ul li {
  width: 32.33%;
  margin-left: 1%;
  margin-top: 1%;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-btn ul li {
    width: 31.33%;
    margin-left: 2%;
  }
}
#product-inner .product-inner .content .product-btn ul li 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;
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #0F75BC;
  border-radius: 20px;
  border: 1px solid #B7B7B7;
}
#product-inner .product-inner .content .product-btn ul li a.current {
  color: #fff;
  background-color: #0F75BC;
  border-color: #0F75BC;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-btn ul li a {
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-align: center;
  }
}
#product-inner .product-inner .content .product-des {
  margin-top: 45px;
}
#product-inner .product-inner .content .product-des .row + .row {
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-des .row + .row {
    margin-top: 20px;
  }
}
#product-inner .product-inner .content .product-des .row.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: 1180px) {
  #product-inner .product-inner .content .product-des .row.flex {
    display: block;
    margin-top: 25px;
  }
}
#product-inner .product-inner .content .product-des .row.flex .col-left {
  width: 46.26%;
}
@media only screen and (max-width: 1180px) {
  #product-inner .product-inner .content .product-des .row.flex .col-left {
    width: 100%;
  }
}
#product-inner .product-inner .content .product-des .row.flex .col-left img + img {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-des .row.flex .col-left img + img {
    margin-top: 10px;
  }
}
#product-inner .product-inner .content .product-des .row.flex .col-left .in-text {
  padding-left: 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #product-inner .product-inner .content .product-des .row.flex .col-left .in-text {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row.flex .col-left .in-text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 820px) {
  #product-inner .product-inner .content .product-des .row.flex .col-left .in-text {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 640px) {
  #product-inner .product-inner .content .product-des .row.flex .col-left .in-text {
    padding-left: 20px;
  }
}
#product-inner .product-inner .content .product-des .row.flex .col-right {
  width: 50%;
}
@media only screen and (max-width: 1180px) {
  #product-inner .product-inner .content .product-des .row.flex .col-right {
    width: 100%;
    margin-top: 25px;
  }
}
#product-inner .product-inner .content .product-des .row.flex .col-right .in-text {
  padding-left: 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #product-inner .product-inner .content .product-des .row.flex .col-right .in-text {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row.flex .col-right .in-text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 820px) {
  #product-inner .product-inner .content .product-des .row.flex .col-right .in-text {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 640px) {
  #product-inner .product-inner .content .product-des .row.flex .col-right .in-text {
    padding-left: 20px;
  }
}
#product-inner .product-inner .content .product-des .row h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-des .row h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-des .row h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#product-inner .product-inner .content .product-des .row h4 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-des .row h4 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
  }
}
#product-inner .product-inner .content .product-des .row ul li {
  position: relative;
  padding-left: 15px;
}
#product-inner .product-inner .content .product-des .row ul li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-des .row ul li + li {
    margin-top: 0;
  }
}
#product-inner .product-inner .content .product-des .row ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #0F75BC;
}
#product-inner .product-inner .content .product-des .row ul + h3 {
  margin-top: 35px;
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row ul + h3 {
    margin-top: 25px;
  }
}
#product-inner .product-inner .content .product-des .row ul + h4 {
  margin-top: 35px;
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row ul + h4 {
    margin-top: 25px;
  }
}
#product-inner .product-inner .content .product-des .row ol {
  margin-left: 20px;
}
#product-inner .product-inner .content .product-des .row ol li {
  list-style: decimal;
}
#product-inner .product-inner .content .product-des .row ol + h3 {
  margin-top: 35px;
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row ol + h3 {
    margin-top: 25px;
  }
}
#product-inner .product-inner .content .product-des .row ol + h4 {
  margin-top: 35px;
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row ol + h4 {
    margin-top: 25px;
  }
}
#product-inner .product-inner .content .product-des .row p {
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-des .row p {
    line-height: 2.6rem;
  }
}
#product-inner .product-inner .content .product-des .row p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row p + p {
    margin-top: 15px;
  }
}
#product-inner .product-inner .content .product-des .row p + h3 {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row p + h3 {
    margin-top: 20px;
  }
}
#product-inner .product-inner .content .product-des .row p + h4 {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  #product-inner .product-inner .content .product-des .row p + h4 {
    margin-top: 20px;
  }
}
#product-inner .product-inner .content .product-des .row p strong {
  font-weight: 500;
}
#product-inner .product-inner .content .product-des .row .flex {
  margin-top: 30px;
  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) {
  #product-inner .product-inner .content .product-des .row .flex {
    display: block;
    margin-top: 20px;
  }
}
#product-inner .product-inner .content .product-des .row .flex .col:nth-child(1) {
  width: 46.26%;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-des .row .flex .col:nth-child(1) {
    width: 100%;
  }
}
#product-inner .product-inner .content .product-des .row .flex .col:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-des .row .flex .col:nth-child(2) {
    width: 100%;
    margin-top: 25px;
  }
}
#product-inner .product-inner .content .product-cer {
  margin-top: 90px;
}
@media only screen and (max-width: 1500px) {
  #product-inner .product-inner .content .product-cer {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #product-inner .product-inner .content .product-cer {
    margin-top: 40px;
  }
}
#product-inner .product-inner .content .product-cer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-cer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -7.5%;
  }
}
#product-inner .product-inner .content .product-cer ul li {
  width: 11.85%;
  margin-left: 5%;
  margin-right: 5%;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-cer ul li {
    width: 25%;
    margin-top: 7.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
#product-inner .product-inner .content .product-cer ul li img {
  width: 100px;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner .content .product-cer ul li img {
    display: table;
    margin: 0 auto;
    width: 50px;
  }
}

/* Floating */
#floating .floating .content .floating-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) {
  #floating .floating .content .floating-flex {
    display: block;
  }
}
#floating .floating .content .floating-flex .col-left {
  width: 49.26%;
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .floating-flex .col-left {
    width: 100%;
  }
}
#floating .floating .content .floating-flex .col-left a {
  position: relative;
  display: block;
}
#floating .floating .content .floating-flex .col-left a + a {
  margin-top: 20px;
}
#floating .floating .content .floating-flex .col-left a:hover {
  opacity: 1;
}
#floating .floating .content .floating-flex .col-left a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#floating .floating .content .floating-flex .col-left a .abs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .floating-flex .col-left a .abs {
    padding: 25px;
  }
}
#floating .floating .content .floating-flex .col-left a .abs h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1500px) {
  #floating .floating .content .floating-flex .col-left a .abs h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  #floating .floating .content .floating-flex .col-left a .abs h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#floating .floating .content .floating-flex .col-left a .abs .btn-box .btn {
  color: #fff;
}
#floating .floating .content .floating-flex .col-left a .cover {
  overflow: hidden;
}
#floating .floating .content .floating-flex .col-left a .cover img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#floating .floating .content .floating-flex .col-right {
  width: 47.14%;
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .floating-flex .col-right {
    width: 100%;
    margin-top: 25px;
  }
}
#floating .floating .content .floating-flex .col-right h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) {
  #floating .floating .content .floating-flex .col-right h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  #floating .floating .content .floating-flex .col-right h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .floating-flex .col-right h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#floating .floating .content .floating-flex .col-right p {
  font-weight: 500;
}
#floating .floating .content .floating-flex .col-right p + p {
  margin-top: 15px;
}
#floating .floating .content .floating-flex .col-right p + h2 {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  #floating .floating .content .floating-flex .col-right p + h2 {
    margin-top: 20px;
  }
}
#floating .floating .content .floating-site {
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  #floating .floating .content .floating-site {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .floating-site {
    margin-top: 40px;
  }
}
#floating .floating .content .floating-site ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.973%;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .floating-site ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
#floating .floating .content .floating-site ul li {
  width: 32.357%;
  margin-left: 0.973%;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .floating-site ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .floating-site ul li + li {
    margin-top: 30px;
  }
}
#floating .floating .content .floating-site ul li .box .brief {
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  #floating .floating .content .floating-site ul li .box .brief {
    margin-top: 10px;
  }
}
#floating .floating .content .floating-site ul li .box .brief h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #474747;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1500px) {
  #floating .floating .content .floating-site ul li .box .brief h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#floating .floating .content .sustainability h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) {
  #floating .floating .content .sustainability h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  #floating .floating .content .sustainability h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .sustainability h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#floating .floating .content .sustainability p {
  font-weight: 500;
}
#floating .floating .content .sustainability p + h2 {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  #floating .floating .content .sustainability p + h2 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #floating .floating .content .sustainability p + h2 {
    margin-top: 20px;
  }
}
#floating .floating .content .sustainability .img {
  margin-top: 40px;
  border: 1px solid #C6C6C6;
  border-radius: 2px;
  overflow: hidden;
}

/* Blog */
#blog-inner .blog-inner .content .blog-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-top: -60px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .content .blog-slick {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .content .blog-slick {
    margin-left: 0;
    margin-top: -30px;
  }
}
#blog-inner .blog-inner .content .blog-slick .item {
  width: 32.33%;
  margin-left: 1%;
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .content .blog-slick .item {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .content .blog-slick .item {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
#blog-inner .blog-inner .content .blog-detail .img img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#blog-inner .blog-inner .content .blog-detail .img + p {
  margin-top: 40px;
}
#blog-inner .blog-inner .content .blog-detail .img + h2 {
  margin-top: 40px;
}
#blog-inner .blog-inner .content .blog-detail p + p {
  margin-top: 30px;
}
#blog-inner .blog-inner .content .blog-detail p + h2 {
  margin-top: 30px;
}
#blog-inner .blog-inner .content .blog-detail p + .img {
  margin-top: 40px;
}
#blog-inner .blog-inner .content .blog-detail p + .video {
  margin-top: 40px;
}
#blog-inner .blog-inner .content .blog-detail .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#blog-inner .blog-inner .content .blog-detail .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#blog-inner .blog-inner .content .blog-detail .video + p {
  margin-top: 40px;
}
#blog-inner .blog-inner .content .blog-detail .video + h2 {
  margin-top: 40px;
}
#blog-inner .blog-inner .content .blog-detail .box-link {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #C6C6C6;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .content .blog-detail .box-link {
    margin-top: 30px;
    padding: 25px;
  }
}
#blog-inner .blog-inner .content .blog-detail .box-link .topic {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .content .blog-detail .box-link .topic {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .content .blog-detail .box-link .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#blog-inner .blog-inner .content .blog-detail .box-link ul li {
  position: relative;
  padding-left: 14px;
}
#blog-inner .blog-inner .content .blog-detail .box-link ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #0F75BC;
}
#blog-inner .blog-inner .content .blog-detail .box-link ul li + li {
  margin-top: 8px;
}
#blog-inner .blog-inner .content .blog-detail .box-link ul li a {
  display: table;
}
#blog-inner .blog-inner .content .blog-detail .box-link ul li a:hover {
  text-decoration: underline;
}
#blog-inner .blog-inner .content .blog-detail .box-link #ToLong div {
  position: relative;
  padding-left: 14px;
  display: table;
}
#blog-inner .blog-inner .content .blog-detail .box-link #ToLong div:hover {
  cursor: pointer;
  text-decoration: underline;
}
#blog-inner .blog-inner .content .blog-detail .box-link #ToLong div::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #0F75BC;
}
#blog-inner .blog-inner .content .blog-detail .box-link #ToLong div + div {
  margin-top: 8px;
}
#blog-inner .blog-inner .content .blog-detail h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #0F75BC;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) {
  #blog-inner .blog-inner .content .blog-detail h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .content .blog-detail h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#blog-inner .blog-inner .content .blog-detail h2 + .img {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .content .blog-detail h2 + .img {
    margin-top: 20px;
  }
}
#blog-inner .blog-inner .content .blog-detail h2 + .video {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .content .blog-detail h2 + .video {
    margin-top: 20px;
  }
}
#blog-inner .blog-inner .content .blog-detail ul {
  margin-left: 20px;
}
#blog-inner .blog-inner .content .blog-detail ul li {
  list-style: disc;
}
#blog-inner .blog-inner .content .blog-detail ol {
  margin-left: 20px;
}
#blog-inner .blog-inner .content .blog-detail ol li {
  list-style: decimal;
}

/* Project */
#project .project .content .project-detail {
  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: 850px) {
  #project .project .content .project-detail {
    display: block;
  }
}
#project .project .content .project-detail .cover {
  width: 56.58%;
  position: relative;
}
#project .project .content .project-detail .cover .status {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 9;
  padding: 10px 14px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  border-radius: 2px;
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1500px) {
  #project .project .content .project-detail .cover .status {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #project .project .content .project-detail .cover {
    width: 100%;
  }
}
#project .project .content .project-detail .detail {
  width: 39.53%;
}
@media only screen and (max-width: 850px) {
  #project .project .content .project-detail .detail {
    width: 100%;
    margin-top: 25px;
  }
}
#project .project .content .project-detail .detail .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #project .project .content .project-detail .detail .table .tr {
    display: block;
  }
}
#project .project .content .project-detail .detail .table .tr + .tr {
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  #project .project .content .project-detail .detail .table .tr + .tr {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 850px) {
  #project .project .content .project-detail .detail .table .tr + .tr {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #project .project .content .project-detail .detail .table .tr + .tr {
    margin-top: 10px;
  }
}
#project .project .content .project-detail .detail .table .tr .td {
  width: 100%;
}
#project .project .content .project-detail .detail .table .tr .td:first-child {
  width: 200px;
  min-width: 200px;
  font-weight: 600;
  color: #0F75BC;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  #project .project .content .project-detail .detail .table .tr .td:first-child {
    width: 100%;
    min-width: 100%;
  }
}
#project .project .content .project-detail .detail .table + .text {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #project .project .content .project-detail .detail .table + .text {
    margin-top: 30px;
  }
}
#project .project .content .project-detail .detail .button {
  margin-top: 60px;
}
@media only screen and (max-width: 1500px) {
  #project .project .content .project-detail .detail .button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #project .project .content .project-detail .detail .button {
    margin-top: 30px;
  }
}
#project .project .content .project-detail .detail .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#project .project .content .project-detail .detail .button ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 850px) {
  #project .project .content .project-detail .detail .button ul li + li {
    margin-left: 15px;
  }
}

/* Contact */
#contact-inner .contact-inner .content .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) {
  #contact-inner .contact-inner .content .flex {
    display: block;
  }
}
#contact-inner .contact-inner .content .flex .col-left {
  width: 40%;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-left {
    width: 100%;
  }
}
#contact-inner .contact-inner .content .flex .col-left p {
  font-weight: 500;
}
#contact-inner .contact-inner .content .flex .col-left .btn-box {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-left .btn-box {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-left .btn-box .btn {
    width: 120px;
  }
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-left .btn-box .btn .icon {
    width: 28px;
  }
}
#contact-inner .contact-inner .content .flex .col-left .sns {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-left .sns {
    margin-top: 30px;
  }
}
#contact-inner .contact-inner .content .flex .col-left .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact-inner .contact-inner .content .flex .col-left .sns ul li + li {
  margin-left: 20px;
}
#contact-inner .contact-inner .content .flex .col-right {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-right {
    width: 100%;
    margin-top: 40px;
  }
}
#contact-inner .contact-inner .content .flex .col-right .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-right .row {
    display: block;
  }
}
#contact-inner .contact-inner .content .flex .col-right .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-right .row + .row {
    margin-top: 30px;
  }
}
#contact-inner .contact-inner .content .flex .col-right .row .icon {
  width: 45px;
  min-width: 45px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-right .row .icon {
    margin-bottom: 10px;
    width: auto;
    min-width: auto;
  }
}
#contact-inner .contact-inner .content .flex .col-right .row .icon img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-right .row .icon img {
    margin: 0;
  }
}
#contact-inner .contact-inner .content .flex .col-right .row .text {
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .flex .col-right .row .text {
    padding-left: 0;
  }
}
#contact-inner .contact-inner .content .flex .col-right .row .text a:hover {
  opacity: 1;
  text-decoration: underline;
}
#contact-inner .contact-inner .content .form {
  margin-top: 60px;
  padding: 50px;
  color: #fff;
  background-color: #085E9B;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content .form {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .form {
    margin-top: 40px;
    padding: 25px;
  }
}
#contact-inner .contact-inner .content .form .row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content .form .row + .row {
    margin-top: 20px;
  }
}
#contact-inner .contact-inner .content .form .row.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: 850px) {
  #contact-inner .contact-inner .content .form .row.flex {
    display: block;
  }
}
#contact-inner .contact-inner .content .form .row.flex .col.w50 {
  width: 49.25%;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content .form .row.flex .col.w50 {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content .form .row.flex .col + .col {
    margin-top: 10px;
  }
}
#contact-inner .contact-inner .content .form .row.flex .col .row + .row {
  margin-top: 3%;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content .form .row.flex .col .row + .row {
    margin-top: 10px;
  }
}
#contact-inner .contact-inner .content .form .row.flex .col .row.flex .col.w50 {
  width: 48.5%;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content .form .row.flex .col .row.flex .col.w50 {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content .form .row.flex .col .row.flex .col + .col {
    margin-top: 10px;
  }
}
#contact-inner .contact-inner .content .form .row.privacy .topic {
  font-weight: 500;
  margin-bottom: 7px;
}
#contact-inner .contact-inner .content .form .row.privacy .remark {
  margin-top: 7px;
}
#contact-inner .contact-inner .content .form .row.privacy a {
  color: #fff;
  text-decoration: underline;
}
#contact-inner .contact-inner .content .form .row.button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .form .row.button ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#contact-inner .contact-inner .content .form .row.button ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content .form .row.button ul li + li {
    margin-left: 10px;
  }
}
#contact-inner .contact-inner .content .box-thank {
  margin-top: 60px;
  padding: 50px;
  color: #fff;
  background-color: #085E9B;
}
#contact-inner .contact-inner .content .box-thank h2 {
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  #contact-inner .contact-inner .content .box-thank h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
#contact-inner .contact-inner .content .box-thank p {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  #contact-inner .contact-inner .content .box-thank p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.textbox {
  width: 100%;
  padding: 7px 12px;
  display: block;
  font-family: "Saira", sans-serif;
  font-size: 18px;
  line-height: 28px;
  border-radius: 2px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  .textbox {
    font-size: 16px;
    line-height: 28px;
  }
}

textarea {
  font-size: 18px;
  line-height: 28px;
  height: 103px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 1500px) {
  textarea {
    font-size: 16px;
    line-height: 28px;
  }
}

::-webkit-input-placeholder {
  color: #BFBFBF;
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  color: #BFBFBF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: #BFBFBF;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  color: #BFBFBF;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #BFBFBF;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #BFBFBF;
}

.field-name {
  padding-left: 52px;
  background-image: url("../images/commons/icon-field-name.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 16px;
}
@media only screen and (max-width: 850px) {
  .field-name {
    padding-left: 42px;
    background-position: center left 12px;
  }
}

.field-email {
  padding-left: 52px;
  background-image: url("../images/commons/icon-field-email.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 23px;
}
@media only screen and (max-width: 850px) {
  .field-email {
    padding-left: 42px;
    background-position: center left 12px;
  }
}

.field-tel {
  padding-left: 52px;
  background-image: url("../images/commons/icon-field-tel.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 17px;
}
@media only screen and (max-width: 850px) {
  .field-tel {
    padding-left: 42px;
    background-position: center left 12px;
  }
}

.field-message {
  padding-left: 52px;
  background-image: url("../images/commons/icon-field-message.svg");
  background-repeat: no-repeat;
  background-position: top 10px left 20px;
  background-size: 25px;
}
@media only screen and (max-width: 850px) {
  .field-message {
    padding-left: 42px;
    background-position: top 10px left 12px;
  }
}

.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 28px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox-btn span {
  color: #ED151D;
  font-weight: 700;
}

.chkbox {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #fff;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 750px) {
  .chkbox {
    top: 4px;
  }
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #fff;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0;
  left: 5px;
  width: 4px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Privacy */
#policy .policy .content h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #0F75BC;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  #policy .policy .content h2 {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #policy .policy .content h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
  }
}
#policy .policy .content p + p {
  margin-top: 15px;
}
#policy .policy .content p + h2 {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #policy .policy .content p + h2 {
    margin-top: 20px;
  }
}
#policy .policy .content p + ul {
  margin-top: 10px;
}
#policy .policy .content p strong {
  font-weight: 700;
}
#policy .policy .content ul li {
  position: relative;
  padding-left: 15px;
}
#policy .policy .content ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #0F75BC;
}
#policy .policy .content ul + h2 {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #policy .policy .content ul + h2 {
    margin-top: 20px;
  }
}
#policy .policy .content .link-underline {
  text-decoration: underline;
}