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

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

@font-face {
  font-family: "Avenir LT Pro";
  src: url("/assets/fonts/AvenirLTPro-Light.woff2") format("woff2"), url("/assets/fonts/AvenirLTPro-Light.woff") format("woff"), url("/assets/fonts/AvenirLTPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("/assets/fonts/AvenirLTPro-Book.woff2") format("woff2"), url("/assets/fonts/AvenirLTPro-Book.woff") format("woff"), url("/assets/fonts/AvenirLTPro-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}
@font-face {
  font-family: "Avenir LT Pro 65";
  src: url("/assets/fonts/AvenirLTPro-Black.woff2") format("woff2"), url("/assets/fonts/AvenirLTPro-Black.woff") format("woff"), url("/assets/fonts/AvenirLTPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}
html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Avenir LT Pro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
}

#thai {
  font-family: "Noto Sans Thai", sans-serif !important;
}

.thai-f {
  font-family: "Noto Sans Thai", sans-serif !important;
}

.aquas-f {
  font-family: "Helvetica", Sans-Serif !important;
  font-weight: 400 !important;
}

.f-b {
  font-weight: 600 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

div {
  margin: 0;
  padding: 0;
}

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

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

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}

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

a:hover img {
  opacity: 1;
}

img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}

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

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

@media screen and (max-width: 760px) {
  #wrapper {
    padding-top: 80.77px;
  }
}

.text-indent {
  text-indent: 3em;
}

.text-input, input[type=text], input[type=number], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=text] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=text] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=number] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=number] {
  -moz-appearance: textfield;
}

.a-color-blue {
  color: #3BB4FF;
}

.a-decoration-show {
  text-decoration: underline;
}

.show320 {
  display: none;
}
@media screen and (max-width : 320px) {
  .show320 {
    display: block;
  }
}

.show768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .show768 {
    display: block;
  }
}

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

.hide760 {
  display: block;
}
@media screen and (max-width: 760px) {
  .hide760 {
    display: none;
  }
}

.hide992 {
  display: block;
}
@media screen and (max-width: 992px) {
  .hide992 {
    display: none;
  }
}

.hide1200 {
  display: block;
}
@media screen and (max-width: 1200px) {
  .hide1200 {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.margin-center {
  margin-right: auto;
  margin-left: auto;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.warp {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 760px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 760px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 760px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 760px) {
  .mt50 {
    margin-top: 20px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 760px) {
  .mt70 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 760px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 760px) {
  .mt120 {
    margin-top: 80px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 760px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 760px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 760px) {
  .mb240 {
    margin-bottom: 80px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mar50 {
  margin: 50px 0;
}

.mar75 {
  margin: 75px 0;
}
@media screen and (max-width: 760px) {
  .mar75 {
    margin: 35px 0;
  }
}

.mar100 {
  margin: 100px 0;
}

.mar120 {
  margin: 120px 0;
}

.mar150 {
  margin: 150px 0;
}

.mar5075 {
  margin: 50px 0 75px 0;
}

.mar50100 {
  margin: 50px 0 100px 0;
}

.mar50125 {
  margin: 50px 0 125px 0;
}

.mar80100 {
  margin: 80px 0 100px 0;
}

.mar100125 {
  margin: 100px 0 125px 0;
}

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

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pad50 {
  padding: 50px 0;
}

.pad60 {
  padding: 60px 0;
}

.pad75 {
  padding: 75px 0;
}

.pad100 {
  padding: 100px 0;
}

.pad120 {
  padding: 120px 0;
}

.pad150 {
  padding: 150px 0;
}

.pad5075 {
  padding: 50px 0 75px 0;
}

.pad50100 {
  padding: 50px 0 100px 0;
}

.pad50125 {
  padding: 50px 0 125px 0;
}

.pad60100 {
  padding: 60px 0 100px 0;
}

.pad80100 {
  padding: 80px 0 100px 0;
}

.pad100125 {
  padding: 100px 0 125px 0;
}

.pad7550 {
  padding: 75px 0 50px 0;
}

.pad-right-115 {
  padding-right: 115px;
}

.fw-100-thin {
  font-weight: 100 !important;
}

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

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

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

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

.fw-900-black {
  font-weight: 900 !important;
}

.fs-16-px {
  font-size: 1.6rem !important;
}

.fs-18-px {
  font-size: 1.8rem;
}

.fs-24-px {
  font-size: 2.4rem;
}

.fs-30-px {
  font-size: 3rem;
}

.line-height-18 {
  line-height: 1.8;
}

.link-sp {
  pointer-events: none !important;
}
@media screen and (max-width: 768px) {
  .link-sp {
    pointer-events: visible !important;
  }
}

.content-800 {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}

.content-880 {
  width: 94%;
  max-width: 880px;
  margin: 0 auto;
}

.content-900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.content-940 {
  width: 94%;
  max-width: 940px;
  margin: 0 auto;
}

.content-950 {
  width: 94%;
  max-width: 950px;
  margin: 0 auto;
}

.content-1090 {
  width: 92%;
  max-width: 1090px;
  margin: 0 auto;
}

.content-1200 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-1230 {
  width: 94%;
  max-width: 1230px;
  margin: 0 auto;
}

.content-1300 {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
}

.content-1366 {
  width: 92%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1366-fullWidth {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1400 {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.color-blue {
  color: #0068b0;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000 !important;
}

.color-red {
  color: #de2b1e;
}

.color-grey {
  color: #989898;
}

.bg-blue {
  background-color: #0068b0;
}

.bg-grey-dark {
  background-color: #343434;
}

.bg-grey-light {
  background-color: #EEEEEE;
}

.bg-white {
  background: #fff;
}

.bg-grey-DD {
  background: #DDD;
}

.bg-grey-D1 {
  background: #D1D1D1;
}

.bg-grey-E6 {
  background: #E6E6E6;
}

.bg-grey-EB {
  background: #EBEBEB;
}

.bg-grey-E8 {
  background: #E8E8E8;
}

.bg-grey-F4 {
  background: #F4F4F4;
}

.bg-grey-F5 {
  background: #EFF2F5;
}

.bg-grey-36 {
  background: #363636 !important;
}

.bg-bea870 {
  background: #bea870;
}

.bg-a8a9a8 {
  background: #a8a9a8;
}

.bg-997a5c {
  background: #997a5c;
}

.bg-dedede {
  background: #dedede;
}

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

.btn-size-14 {
  font-size: 1.4rem;
}

.btn-height-60 {
  height: 60px;
}

.btn-width-157 {
  max-width: 157px;
  width: 100%;
}

.btn-width-160 {
  max-width: 160px;
  width: 100%;
}

.btn-width-200 {
  max-width: 200px;
  width: 100%;
}

.btn-width-307 {
  max-width: 307px;
  width: 100%;
}

.btn-width-320 {
  max-width: 320px;
  width: 100%;
}

.btn-width-328 {
  max-width: 328px;
  width: 100%;
}

.btn-width-369 {
  max-width: 369px;
  width: 100%;
}

.btn-white {
  background: #fff;
  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: 2px;
  background: url("/assets/images/commons/arrow-right-blue.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 1.5em top 50%;
  background-size: 7px auto;
  border-radius: 10px;
  color: #1175C0;
  font-family: "Avenir LT Pro 65";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}

.btn-green {
  border: 1px solid #13C49B;
  background: #13C49B;
  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: 2px;
  background: url("/assets/images/commons/arrow-right-white.svg") #13C49B;
  background-repeat: no-repeat;
  background-position: right 1.5em top 50%;
  background-size: 7px auto;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}

.btn-white-back-arrow-blue {
  border: 2px solid #1775C0;
  background: #fff;
  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: 2px;
  background: url("/assets/images/commons/arrow-left-blue.svg") #fff;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 10px auto;
  border-radius: 10px;
  font-weight: bold;
}

.btn-blue-back {
  border: 1px solid #0175C0;
  background: #0175C0;
  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: 2px;
  background: url("/assets/images/commons/arrow-left-white.svg") #0175C0;
  background-repeat: no-repeat;
  background-position: left 1.3em top 50%;
  background-size: 5.18px auto;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 10px;
  font-weight: bold;
}
.btn-blue-back span {
  padding-left: 20px;
}

.btn-white-next {
  border: 1px solid #000;
  background: #fff;
  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: 2px;
  background: url("/assets/images/commons/arrow-right-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}

.btn-grey {
  border: 1px solid #A8A8A8;
  background: #A8A8A8;
  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: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}

.btn-black {
  border: 1px solid #000;
  background: #000;
  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: 15px;
  padding-bottom: 15px;
  color: #fff;
}

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

.btn-right {
  margin-left: auto;
}

.num-rate {
  position: absolute;
  top: 10px;
  left: 10px;
}

.numberCircle {
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  border: 2px solid transparent;
  font-weight: 500;
}

.numberSquare {
  width: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  border: 2px solid transparent;
  font-weight: 500;
}

.gototop {
  position: absolute;
  top: 10%;
  right: 5%;
  max-width: 50px;
  cursor: pointer;
  opacity: 1;
}
@media screen and (max-width: 760px) {
  .gototop {
    max-width: 40px;
    top: 7%;
  }
}

@media screen and (max-width: 760px) {
  .modal_bg {
    background: rgba(9, 9, 9, 0.27);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    top: 0px;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 961px) {
  .modal_bg {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .open-modal-bg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}

@media screen and (max-width: 1150px) {
  .main-menu-pc .content-1400 {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .main-menu-pc {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .menu-pc .content-1400 {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .menu-pc {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .menu-footer {
    margin-bottom: 40px;
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-footer .defult-menu {
    display: block;
  }
  .menu-footer .defult-menu li {
    padding: 5px 0;
  }
  .menu-footer .defult-menu li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.6rem;
    padding: 0;
    border-right: 0px solid #D9D9D9 !important;
    border-left: 0px solid #D9D9D9 !important;
  }
}

.menu-scroll .defult-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-scroll .defult-menu li {
  padding: 15px 10px;
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li a {
    padding: 0 10px;
    border-left: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li:last-child a {
    padding: 0 10px;
    border-right: 1px solid #D9D9D9;
  }
}

.defult-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.defult-menu li {
  padding: 30px 0;
}
.defult-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 15px;
}
.defult-menu li a:link {
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1200px) {
  .defult-menu li a {
    font-size: 1.4rem;
    line-height: inherit;
  }
}
.defult-menu li a span {
  padding: 0 23px;
  line-height: 15px;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 1300px) {
  .defult-menu li a span {
    padding: 0 15px;
  }
}
@media screen and (max-width: 760px) {
  .defult-menu li a span {
    border-right: 0px solid #D9D9D9 !important;
  }
}
@media screen and (max-width: 965px) {
  .defult-menu li a span {
    padding: 0 8px;
  }
}
.defult-menu li:first-child a span {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 760px) {
  .defult-menu li:first-child a span {
    border-left: 0px solid #D9D9D9;
  }
}

.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -6.666%;
}
.col-2 .list-img img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-2 li + li {
    margin-top: 30px;
  }
}
.col-2 li {
  width: 47.71%;
  margin-top: 6.666%;
}
@media screen and (max-width: 760px) {
  .col-2 li {
    margin-top: 0;
    width: 100%;
  }
  .col-2 li .list-detail {
    margin-top: 10px !important;
  }
}

.col3 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -3.333%;
  margin-right: -3.333%;
}
.col3 > ul > li {
  margin-right: 3.333%;
  margin-top: 3.333%;
  width: 30%;
}
@media screen and (max-width: 760px) {
  .col3 > ul > li {
    margin-right: 3.333%;
    margin-top: 3.333%;
    width: 46.666%;
  }
}

.col-4-custom-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -2.06%;
  margin-top: -2.06%;
}
@media screen and (max-width: 760px) {
  .col-4-custom-group {
    margin-right: -3.333%;
    margin-top: -3.333%;
  }
}
.col-4-custom-group > li {
  margin-right: 2.06%;
  margin-top: 2.06%;
  width: 22.935%;
  background-color: #FFF;
  line-height: 1.4;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.22);
}
.col-4-custom-group > li img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.col-4-custom-group > li .txt-detail {
  padding: 0px 12px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .col-4-custom-group > li .txt-detail {
    height: 160px;
  }
  .col-4-custom-group > li .txt-detail br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .col-4-custom-group > li .txt-detail {
    padding: 15px;
    height: auto;
  }
}
@media screen and (max-width: 760px) {
  .col-4-custom-group > li {
    margin-right: 3.333%;
    margin-top: 3.333%;
    width: 46.666%;
  }
}
.col-4-custom-group > .row-list {
  width: 47.95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  .col-4-custom-group > .row-list {
    width: 100%;
  }
}
.col-4-custom-group > .row-list .image {
  width: 100%;
  max-width: 48%;
  min-width: 48%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .col-4-custom-group > .row-list .image {
    width: 100%;
    max-width: initial;
    min-width: inherit;
  }
}
.col-4-custom-group > .row-list .image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0px 0px 10px !important;
}
@media screen and (max-width: 760px) {
  .col-4-custom-group > .row-list .image img {
    border-radius: 10px 10px 0px 0px !important;
    max-height: 200px;
  }
}
.col-4-custom-group > .row-list .txt-detail {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
}
@media screen and (max-width: 760px) {
  .col-4-custom-group > .row-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.txt-title h1 {
  font-size: 3.4rem;
  text-align: center;
}

.sub-title h2 {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .sub-title h2 {
    font-size: 2.4rem;
    text-align: left;
  }
  .sub-title h2 br {
    display: none;
  }
}

#banner {
  background: url("/assets/images/commons/bg-graphic_banner.svg");
  background-size: 100% 100%;
  background-position-x: -330px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  #banner {
    background-position-x: -230px;
  }
}
@media screen and (max-width: 760px) {
  #banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url("/assets/images/commons/bg-graphic_banner-sp.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 82px;
  }
}
#banner .detail-banner {
  width: 55%;
  color: #fff;
  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;
  padding: 0 0% 0 6%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  #banner .detail-banner {
    width: 100%;
    padding-left: 0;
    background-color: #137AE4;
  }
}
#banner .detail-banner h1 {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #banner .detail-banner h1 {
    font-size: 3rem;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 760px) {
  #banner .detail-banner h1 {
    line-height: 1.4;
  }
}
#banner .detail-banner .txt-banner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-right: auto;
}
#banner .detail-banner .txt-banner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
#banner .detail-banner .txt-banner p span:first-child {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #banner .detail-banner .txt-banner {
    padding-right: 20px;
  }
  #banner .detail-banner .txt-banner br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  #banner .detail-banner .txt-banner {
    padding: 15px;
    padding-bottom: 20px;
    margin-right: auto;
  }
}
#banner .img-banner {
  width: 100%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 760px) {
  #banner .img-banner {
    width: 100%;
  }
}
#banner .img-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  #banner .img-banner img {
    height: 300px;
  }
}
@media screen and (max-width: 760px) {
  #banner .img-banner img {
    height: 200px;
  }
}

.content-base-not-bottom {
  padding: 80px 0 0px 0;
}
@media screen and (max-width: 768px) {
  .content-base-not-bottom {
    padding: 50px 0 0px 0;
  }
}

.content-base-service {
  padding: 80px 0 167px 0;
}
@media screen and (max-width: 768px) {
  .content-base-service {
    padding: 50px 0 60px 0;
  }
}

.content-base {
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .content-base {
    padding: 50px 0 60px 0;
  }
}
.content-base .section h2 {
  font-size: 3.6rem;
  line-height: 1.6;
  font-family: "Avenir LT Pro";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .content-base .section h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 760px) {
  .content-base .section h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.content-base .section p {
  line-height: 1.6;
}
@media screen and (max-width: 760px) {
  .content-base .section p br {
    display: none;
  }
}
.content-base .section p + p {
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .content-base .section p + p {
    margin-top: 15px;
  }
}
.content-base .section + .section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .content-base .section + .section {
    margin-top: 30px;
  }
}

header {
  background-color: #F5F5F5;
}

.header {
  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: 0px 30px;
  height: 100.77px;
}
@media screen and (max-width: 1150px) {
  .header {
    height: 80.77px;
    padding: 18px 0px;
  }
}
.header .header-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 760px) {
  .header .header-left {
    width: 80%;
  }
}
.header .header-left .logo {
  margin-right: 15px;
  min-width: 140px;
  max-width: 140px;
  padding-top: 10px;
}
@media screen and (max-width: 1150px) {
  .header .header-left .logo {
    min-width: 90px;
    max-width: 90px;
  }
}
@media screen and (max-width: 760px) {
  .header .header-left .logo {
    margin-right: 7px;
    width: 80%;
  }
}
.header .header-left .name-customer {
  padding: 10px 0 10px 15px;
  border-left: 1px solid #C1C1C1;
}
@media screen and (max-width: 768px) {
  .header .header-left .name-customer {
    padding: 16px 0 10px 15px;
  }
}
@media screen and (max-width: 760px) {
  .header .header-left .name-customer {
    padding: 5px 0 5px 8px;
    width: 100%;
    max-width: 200px;
  }
}
.header .header-left .name-customer img {
  max-width: 180px;
  width: 100%;
  padding-right: 10px;
}
.header .header-left .name-customer p {
  font-family: "Avenir LT Pro";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .header .header-left .name-customer p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 760px) {
  .header .header-left .name-customer p {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
.header .header-right {
  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;
  width: 68%;
}
@media screen and (max-width: 760px) {
  .header .header-right {
    display: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 15px;
  }
}
.header .header-right .menu {
  width: 85.674%;
}
.header .header-right .menu > ul {
  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;
  height: 100.77px;
}
@media screen and (max-width: 1150px) {
  .header .header-right .menu > ul {
    height: 80.77px;
  }
}
.header .header-right .menu > ul li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 1150px) {
  .header .header-right .menu > ul li {
    padding: 0 10px;
  }
}
.header .header-right .menu > ul li a {
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1300px) {
  .header .header-right .menu > ul li a {
    font-size: 1.2vw;
  }
}
.header .header-right .menu > ul li a.contact-btn {
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  border: 2px solid #68C0F5;
  width: 100%;
  display: block;
  text-align: center;
}
.header .header-right .menu > ul li a.contact-btn p {
  position: relative;
  margin-left: 30px;
}
.header .header-right .menu > ul li a.contact-btn p::before {
  content: "";
  position: absolute;
  background: url("/assets/images/commons/icon_contact.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 16px;
  left: -28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header .header-right .control-lang {
  width: 9.759%;
  position: relative;
}
.header .header-right .control-lang .lang-active {
  color: #fff;
  background-color: #1277BD;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 5px 0;
}
.header .header-right .control-lang .lang-active span {
  background: url("/assets/images/commons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 4.5px auto;
  padding-left: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1150px) {
  .header .header-right .control-lang .lang-active span {
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
.header .header-right .control-lang .open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header .header-right .control-lang .lang-dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background-color: #C1C1C1;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 5px 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header .header-right .control-lang .lang-dropdown span {
  padding-left: 20px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1150px) {
  .header .header-right .control-lang .lang-dropdown span {
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
.header .header-right .control-lang .lang-dropdown-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.header-sp {
  position: relative;
}
.header-sp .header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background-color: #F5F5F5;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.menu-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80.77px;
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.menu-dropdown > ul > .open {
  background-color: #F8F8F8;
}
.menu-dropdown > ul > li > a {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
}
.menu-dropdown > ul > li > a > span {
  font-size: 1.6rem;
}
.menu-dropdown > ul > li .dropdown-parent {
  padding-bottom: 15px;
}
.menu-dropdown > ul > li .dropdown-parent > ul > li > a {
  padding: 10px 45px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
  background: url("/assets/images/commons/arrow-right-grey.svg");
  background-repeat: no-repeat;
  background-position: left 32px top 49%;
  background-size: 4.72px auto;
}
.menu-dropdown > ul > li .dropdown-parent > ul > li > a > span {
  font-size: 1.4rem;
  font-weight: bold;
}
.menu-dropdown > ul > li + li {
  border-top: 1px solid #E6E6E6;
}
.menu-dropdown > ul > li:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.menu-dropdown .lang-btn {
  max-width: 333px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.menu-dropdown .lang-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-dropdown .lang-btn ul li {
  width: 48.587%;
}
.menu-dropdown .lang-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #C3C8CB;
  color: #fff;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 400px;
  border-radius: 5px;
}
.menu-dropdown .lang-btn ul li .active {
  background-color: #1277BD;
}

.dropdown-active {
  opacity: 1;
  visibility: visible;
}

.dropdown-parent {
  display: none;
}

.about-active .menu-about {
  position: relative;
  background-color: #FFF;
}
.about-active .menu-about:after {
  content: "";
  position: absolute;
  background: url("/assets/images/commons/menu-active_line.svg");
  background-repeat: repeat-x;
  width: 74%;
  height: 100%;
  bottom: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1150px) {
  .about-active .menu-about:after {
    width: 80%;
    bottom: -50px;
  }
}

.service-active .menu-service {
  position: relative;
  background-color: #FFF;
}
.service-active .menu-service:after {
  content: "";
  position: absolute;
  background: url("/assets/images/commons/menu-active_line.svg");
  background-repeat: repeat-x;
  width: 74%;
  height: 100%;
  bottom: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1150px) {
  .service-active .menu-service:after {
    width: 80%;
    bottom: -50px;
  }
}

.contact-active .menu-contact {
  position: relative;
  background-color: #FFF;
  background-color: #F5F5F5 !important;
}
.contact-active .menu-contact:after {
  content: "";
  position: absolute;
  background: url("/assets/images/commons/menu-active_line.svg");
  background-repeat: repeat-x;
  width: 74%;
  height: 100%;
  bottom: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1150px) {
  .contact-active .menu-contact:after {
    width: 80%;
    bottom: -50px;
  }
}
.contact-active .menu-contact::after {
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
}
.contact-active .menu-contact a.contact-btn {
  background-color: #68C0F5 !important;
  color: #FFF !important;
}
.contact-active .menu-contact a.contact-btn p::before {
  background: url("/assets/images/commons/icon_contact-w.svg") !important;
}

.company-active .menu-company {
  position: relative;
  background-color: #FFF;
}
.company-active .menu-company:after {
  content: "";
  position: absolute;
  background: url("/assets/images/commons/menu-active_line.svg");
  background-repeat: repeat-x;
  width: 74%;
  height: 100%;
  bottom: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1150px) {
  .company-active .menu-company:after {
    width: 80%;
    bottom: -50px;
  }
}

#hamberger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#hamberger span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #7F7F7F;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#hamberger span:nth-child(1) {
  top: 0px;
}

#hamberger span:nth-child(2), #hamberger span:nth-child(3) {
  top: 9px;
}

#hamberger span:nth-child(4) {
  top: 18px;
}

#hamberger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamberger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamberger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamberger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.contact-section {
  background: url("/assets/images/commons/bg-water-contact.jpg");
  background-position: top center;
  background-size: cover;
}
.contact-section .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3% 0;
}
@media screen and (max-width: 760px) {
  .contact-section .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-section .section-content .phone {
  width: 51.5%;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2%;
}
@media screen and (max-width: 760px) {
  .contact-section .section-content .phone {
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 20px;
  }
}
.contact-section .section-content .phone a {
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 1.4;
  background: url("/assets/images/commons/icon-tel.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 65px;
  padding-left: 90px;
}
.contact-section .section-content .phone a span {
  font-size: 3.6rem;
  font-family: "Avenir LT Pro 65";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1150px) {
  .contact-section .section-content .phone a span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 760px) {
  .contact-section .section-content .phone a span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 760px) {
  .contact-section .section-content .phone a {
    background-size: 40px;
    font-size: 2rem;
    padding-left: 65px;
  }
}
.contact-section .section-content .contact-form {
  width: 48.5%;
  padding-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .contact-section .section-content .contact-form {
    width: 100%;
    padding-left: 0;
  }
}
.contact-section .section-content .contact-form .btn {
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .contact-section .section-content .contact-form .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-section .section-content .contact-form p {
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .contact-section .section-content .contact-form p {
    font-size: 2rem;
    text-align: center;
  }
}

footer {
  position: relative;
  color: #FFF;
  background-color: #0c6eb5;
}

.copyright {
  width: 100%;
  background-color: #79AEE6;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 760px) {
  .copyright {
    text-align: center;
  }
}
.copyright p {
  font-size: 1.3rem;
  padding: 20px 0;
}
@media screen and (max-width: 760px) {
  .copyright p {
    font-size: 1rem;
  }
}

.footer .row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 41px 0;
}
@media screen and (max-width: 760px) {
  .footer .row-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    padding: 30px 0;
  }
}
.footer .row-list .address-coppyright {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .footer .row-list .address-coppyright {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .row-list .address-coppyright .row-logo {
  display: inline-block;
}
.footer .row-list .address-coppyright h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.footer .row-list .row-menu {
  width: 50%;
  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;
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .footer .row-list .row-menu {
    width: 100%;
  }
}
.footer .row-list .row-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .row-list .row-menu > ul li {
  width: 41%;
  padding: 6px 0;
}
@media screen and (max-width: 1150px) {
  .footer .row-list .row-menu > ul li {
    width: 46.192%;
  }
}
@media screen and (max-width: 760px) {
  .footer .row-list .row-menu > ul li {
    width: 100%;
    padding: 10px 0;
  }
}
.footer .row-list .row-menu > ul li a {
  color: #FFF;
}
.footer .row-list .row-menu > ul li a span {
  font-weight: 400;
}
.footer .row-list .row-menu > ul li a span:first-child {
  font-weight: bold;
  color: #FFF;
  margin-right: 5px;
}

#mv {
  overflow: hidden;
  margin: auto;
}
#mv .graphic-mv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mv .graphic-mv .g-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  -webkit-transform: translate(0%, 38%);
          transform: translate(0%, 38%);
}
@media screen and (max-width: 760px) {
  #mv .graphic-mv .g-r {
    -webkit-transform: translate(0%, 291%);
            transform: translate(0%, 291%);
    bottom: 0;
    top: inherit;
    width: 40%;
  }
}
#mv .graphic-mv .g-l {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
}
#mv .text-mv {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mv .text-mv .img-mv {
  position: relative;
  z-index: 1;
}
#mv .text-mv .tt-mv {
  margin: auto;
  font-size: 3.6vw;
  font-weight: 100 !important;
  font-family: "Avenir LT Pro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  position: absolute;
  z-index: 2;
  top: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #mv .text-mv .tt-mv {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 760px) {
  #mv .text-mv .tt-mv {
    font-size: 2.4rem;
    letter-spacing: 0px;
  }
}
#mv .text-mv .tt-mv span {
  font-family: "Avenir LT Pro";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .row-section {
    margin: 40px 15px;
  }
}
@media screen and (max-width: 760px) {
  .row-section .txt-left-img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.row-section .txt-left-img-right .detail {
  background: url("/assets/images/top/bg-water-top-left.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 428px;
  background-position-y: -35px;
}
@media screen and (max-width: 1150px) {
  .row-section .txt-left-img-right .detail {
    background-size: 200px;
    background-position-y: -13px;
  }
}
.row-section .txt-left-img-right .txt-detail {
  position: absolute;
  right: 19%;
  top: 50%;
  -webkit-transform: translate(15%, -50%);
          transform: translate(15%, -50%);
}
@media screen and (max-width: 1150px) {
  .row-section .txt-left-img-right .txt-detail br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .row-section .txt-left-img-right .txt-detail {
    position: inherit;
    right: inherit;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    top: 100%;
  }
}
@media screen and (max-width: 760px) {
  .row-section .txt-right-img-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row-section .txt-right-img-left .detail {
  background: url("/assets/images/top/bg-water-top-left.png"), url("/assets/images/top/bg-water-bottom-right.png");
  background-position: left -70px top 20px, right 0px bottom 45px;
  background-repeat: no-repeat, no-repeat;
  background-size: 283px, 285px;
}
@media screen and (max-width: 1150px) {
  .row-section .txt-right-img-left .detail {
    background-position: left -50px top 25px, right 0px bottom 25px;
    background-size: 200px, 150px;
  }
}
.row-section .txt-right-img-left .txt-detail {
  max-width: 445px;
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-12%, -50%);
          transform: translate(-12%, -50%);
}
@media screen and (max-width: 1150px) {
  .row-section .txt-right-img-left .txt-detail br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .row-section .txt-right-img-left .txt-detail {
    max-width: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.row-section .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-section .section-content .detail {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .row-section .section-content .detail {
    width: 100%;
  }
}
.row-section .section-content .detail h2 {
  font-size: 3.6rem;
  font-weight: 900 !important;
  margin-bottom: 15px;
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1150px) {
  .row-section .section-content .detail h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 760px) {
  .row-section .section-content .detail h2 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.row-section .section-content .detail p {
  font-weight: 300;
}
.row-section .section-content .row-link {
  margin-top: 70px;
}
@media screen and (max-width: 1150px) {
  .row-section .section-content .row-link {
    margin-top: 20px;
  }
}
.row-section .section-content .image {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .row-section .section-content .image {
    width: 100%;
  }
}
.row-section .section-content .image img {
  width: 100%;
}

.row-link span {
  font-weight: bold;
  border-bottom: 3px solid #1277BD;
}

.treatment-section .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  .treatment-section .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.treatment-section .section-content .cooling {
  background-color: #EFF9FF;
}
.treatment-section .section-content .boiler {
  background-color: #D3EEFF;
}
.treatment-section .section-content .treatment-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.1% 0;
}
@media screen and (max-width: 1150px) {
  .treatment-section .section-content .treatment-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 760px) {
  .treatment-section .section-content .treatment-detail {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.treatment-section .section-content .treatment-detail .box-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .treatment-section .section-content .treatment-detail .box-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.treatment-section .section-content .treatment-detail .box-section .image {
  width: 35%;
}
@media screen and (max-width: 760px) {
  .treatment-section .section-content .treatment-detail .box-section .image {
    width: 60%;
    margin: auto;
  }
}
.treatment-section .section-content .treatment-detail .box-section .txt {
  width: 60%;
}
@media screen and (max-width: 760px) {
  .treatment-section .section-content .treatment-detail .box-section .txt {
    width: 100%;
    margin-top: 20px;
  }
}
.treatment-section .section-content .treatment-detail .box-section .txt h2 {
  font-size: 3.6rem;
  color: #0175C0;
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .treatment-section .section-content .treatment-detail .box-section .txt h2 {
    font-size: 2.6rem;
  }
}
.treatment-section .section-content .treatment-detail .box-section .txt h2 span {
  color: #64BFF7;
}
@media screen and (max-width: 760px) {
  .treatment-section .section-content .treatment-detail .box-section .txt h2 {
    text-align: center;
  }
}
.treatment-section .section-content .treatment-detail .box-section .txt .txt-detail {
  margin-top: 10px;
  padding-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .treatment-section .section-content .treatment-detail .box-section .txt .txt-detail {
    height: auto;
  }
}
.treatment-section .section-content .treatment-detail .box-section .txt .row-link {
  position: absolute;
  bottom: 0;
  margin-top: 30px;
}
.treatment-section .section-content .treatment-detail .box-section .txt .row-link a span {
  font-weight: bold;
  border-bottom: 3px solid #1277BD;
}

.mv-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 760px) {
  .mv-dots {
    bottom: 10px;
  }
}
.mv-dots li {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 760px) {
  .mv-dots li {
    margin-left: 10px;
  }
}
.mv-dots li.slick-active button {
  background-color: #4ACEFF;
}

.mv-dots li button {
  width: 16px;
  max-width: 16px;
  min-width: 16px;
  height: 16px;
  max-height: 16px;
  min-height: 16px;
  border-radius: 100%;
  color: transparent;
  background-color: #FFF;
  border: 0;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 760px) {
  .mv-dots li button {
    width: 13px;
    max-width: 13px;
    min-width: 13px;
    height: 13px;
    max-height: 13px;
    min-height: 13px;
  }
}
.mv-dots li button:hover {
  cursor: pointer;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.aquas-cicle-img {
  margin-top: 40px;
  max-width: 686px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.aquas-cicle-img img {
  margin-left: auto;
  margin-right: auto;
}

.box-message {
  margin-top: 20px;
  background-color: #E0F3FF;
  border-radius: 20px;
  padding: 40px;
  background: url("/assets/images/about/box-message.svg") #E0F3FF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 760px) {
  .box-message {
    padding: 30px;
    margin-top: 10px;
  }
}

.purpose_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .purpose_cont {
    display: block;
  }
}
.purpose_cont img {
  width: 348px;
  height: 229px;
  margin-right: 40px;
}
@media screen and (max-width: 760px) {
  .purpose_cont img {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.management_img {
  width: 100%;
  max-width: 904px;
  height: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .management_img {
    margin-top: 20px;
  }
}

.bg-service {
  background: url("/assets/images/service/bg-line01.png"), url("/assets/images/service/bg-line02.png"), url("/assets/images/service/bg-line03.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left, bottom left, center right;
  background-size: auto, auto, auto;
}
@media screen and (max-width: 760px) {
  .bg-service {
    background-size: 200px, 200px, 200px;
  }
}

.list-service {
  margin-top: 40px;
}
.list-service ul li {
  position: relative;
  width: 45% !important;
  background-color: #FFF;
  border-radius: 20px;
  padding-bottom: 30px;
  -webkit-box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 760px) {
  .list-service ul li {
    width: 100% !important;
  }
}
.list-service a {
  display: block;
}
.list-service .image img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
.list-service .row-link {
  position: absolute;
  bottom: 30px;
  padding: 0px 30px;
}
@media screen and (max-width: 760px) {
  .list-service .row-link {
    padding: 0px 20px;
    position: inherit;
  }
}
.list-service .txt-detail {
  padding: 30px 30px;
}
@media screen and (max-width: 760px) {
  .list-service .txt-detail {
    padding: 20px 20px;
  }
}
.list-service .txt-detail h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .list-service .txt-detail h3 {
    font-size: 2rem;
  }
}
.list-service .txt-detail p {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .list-service .txt-detail p {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

.bg-cooling-water {
  background: url("/assets/images/cooling-water/bg-line01.png"), url("/assets/images/cooling-water/bg-line02.png"), url("/assets/images/cooling-water/bg-line03.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left, bottom left, center right;
  background-size: auto, auto, auto;
}
@media screen and (max-width: 760px) {
  .bg-cooling-water {
    background-size: 200px, 200px, 200px;
  }
}

.bg-cooling-water02 {
  background: url("/assets/images/cooling-water/bg-line04.png"), url("/assets/images/cooling-water/bg-line05.png"), url("/assets/images/cooling-water/bg-line04.png"), url("/assets/images/cooling-water/bg-line05.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 34% left 0px, top 10% right 0px, top 55% right 0px, top 75% left 0px;
  background-size: auto, auto, auto, auto;
}
@media screen and (max-width: 760px) {
  .bg-cooling-water02 {
    background-size: 200px, 200px, 200px, 200px;
    background-position: top 20% left 0px, top 50% right 0px, top 70% right 0px, top 80% left 0px;
  }
}

.bg-cooling-g {
  background-color: #EFF2F5;
  margin-top: 40px;
}

.list-cooling {
  margin-top: 40px;
}

.row-card {
  padding: 15px 60px 35px 35px;
  border: 1px solid #1175C0;
  border-radius: 10px;
  margin-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .row-card {
    padding: 35px;
  }
}
@media screen and (max-width: 760px) {
  .row-card {
    padding: 20px;
    margin-top: 40px;
  }
}
.row-card .row-list {
  max-width: 779px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .row-card .row-list {
    margin-bottom: 30px;
  }
}
.row-card .row-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-card .row-list > ul li {
  width: 45.57%;
}
.row-card .row-list > ul li .txt-list {
  margin-top: 20px;
  text-align: center;
}
.row-card .row-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.row-card .row-detail h3 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail h3 {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
.row-card .row-detail h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0175C0;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail h4 {
    font-size: 2rem;
  }
}
.row-card .row-detail h5 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail h5 {
    font-size: 2rem;
  }
}
.row-card .row-detail h5 span {
  font-size: 1.6rem;
  font-weight: normal;
}
.row-card .row-detail .txt-card {
  width: 64.242%;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail .txt-card {
    margin-right: 20px;
  }
}
@media screen and (max-width: 760px) {
  .row-card .row-detail .txt-card {
    padding-top: 0px;
    width: 100%;
  }
}
.row-card .row-detail .txt-card .txt-section + .txt-section {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail .txt-card .txt-section + .txt-section {
    margin-top: 40px;
  }
}
.row-card .row-detail .image-card {
  max-width: 295px;
  padding-top: 20px;
}
.row-card .row-detail .image-card img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail .image-card {
    min-width: inherit;
    width: 100%;
    padding-top: 0px;
    margin: auto;
  }
}
.row-card .row-detail .txt-detail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail .txt-detail p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row-card .row-detail .txt-detail p span:first-child {
  padding-right: 10px;
}
.row-card .row-detail .txt-detail p + p {
  margin-top: 0;
}
.row-card .row-detail .txt-detail.list-txt p {
  width: 100%;
}
.row-card .row-detail .txt-detail.list-txt p b {
  width: 55%;
  max-width: 272px;
  padding-right: 5px;
  font-family: "Avenir LT Pro 65";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail .txt-detail.list-txt p b {
    width: 100%;
  }
}
.row-card .row-detail .txt-detail.list-txt p span {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail .txt-detail.list-txt p span {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .content-cooling h2 br {
    display: none;
  }
}
.content-cooling .txt-info > ul {
  padding-left: 30px;
  margin: 0px 0 20px 0;
}
.content-cooling .txt-info .t-t20 {
  margin-top: 20px;
}
.content-cooling .image-info {
  margin-top: 40px;
}
.content-cooling .row-btn {
  margin-top: 30px;
}

.bg-boiler-water {
  background: url("/assets/images/boiler-water/bg-line01.png"), url("/assets/images/boiler-water/bg-line02.png"), url("/assets/images/boiler-water/bg-line03.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left, bottom 19.5% left, top 40% right;
  background-size: auto, auto, auto;
}
@media screen and (max-width: 760px) {
  .bg-boiler-water {
    background-size: 200px, 200px, 200px;
  }
}

.bg-boiler-water02 {
  background: url("/assets/images/boiler-water/bg-line04.png"), url("/assets/images/boiler-water/bg-line05.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 50% left 0px, top 5% right 0px;
  background-size: auto, auto;
}
@media screen and (max-width: 760px) {
  .bg-boiler-water02 {
    background-size: 200px, 200px, 200px;
  }
}

.list-boiler {
  margin-top: 40px;
}
.list-boiler .col-4-custom-group li .txt-detail {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 760px) {
  .list-boiler .col-4-custom-group li .txt-detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row-card {
  padding: 15px 60px 35px 35px;
  border: 1px solid #72C3FF;
  border-radius: 10px;
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 768px) {
  .row-card {
    padding: 35px;
  }
}
@media screen and (max-width: 760px) {
  .row-card {
    padding: 20px;
    margin-top: 40px;
  }
}
.row-card .row-list {
  max-width: 779px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .row-card .row-list {
    margin-bottom: 30px;
  }
}
.row-card .row-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-card .row-list > ul li {
  width: 45.57%;
}
.row-card .row-list > ul li .txt-list {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.row-card .row-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.row-card .row-detail h3 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail h3 {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
.row-card .row-detail h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0175C0;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail h4 {
    font-size: 2rem;
  }
}
.row-card .row-detail h5 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail h5 {
    font-size: 2rem;
  }
}
.row-card .row-detail h5 span {
  font-size: 1.6rem;
  font-weight: normal;
}
.row-card .row-detail .txt-card {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail .txt-card {
    margin-right: 20px;
  }
}
@media screen and (max-width: 760px) {
  .row-card .row-detail .txt-card {
    padding-top: 0px;
    width: 100%;
  }
}
.row-card .row-detail .txt-card .txt-section + .txt-section {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail .txt-card .txt-section + .txt-section {
    margin-top: 40px;
  }
}
.row-card .row-detail .image-card {
  min-width: 295px;
  padding-top: 60px;
}
.row-card .row-detail .image-card img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .row-card .row-detail .image-card {
    min-width: inherit;
    width: 100%;
    padding-top: 0px;
  }
}
.row-card .row-detail .txt-detail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail .txt-detail p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row-card .row-detail .txt-detail p span:first-child {
  padding-right: 10px;
}
.row-card .row-detail .txt-detail p + p {
  margin-top: 7px;
}
.row-card .row-detail .txt-detail.list-txt p {
  width: 100%;
}
.row-card .row-detail .txt-detail.list-txt p b {
  width: 50%;
  max-width: 272px;
  font-family: "Avenir LT Pro 65";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail .txt-detail.list-txt p b {
    width: 100%;
  }
}
.row-card .row-detail .txt-detail.list-txt p span {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .row-card .row-detail .txt-detail.list-txt p span {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .content-boiler h2 br {
    display: none;
  }
}
.content-boiler .txt-info > ul {
  padding-left: 30px;
}
.content-boiler .txt-info .t-t20 {
  margin-top: 20px;
}
.content-boiler .image-info {
  margin-top: 40px;
}
.content-boiler .row-btn {
  margin-top: 30px;
}

.bg-contact {
  background: url("/assets/images/cooling-water/bg-line01.png"), url("/assets/images/cooling-water/bg-line02.png"), url("/assets/images/cooling-water/bg-line03.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 10px left, bottom 15% left, top 45% right;
  background-size: auto, auto, auto;
}
@media screen and (max-width: 760px) {
  .bg-contact {
    background-size: 200px, 200px, 200px;
    background-position: top left, bottom left, top 45% right;
  }
}
.bg-contact .content-base {
  padding: 80px 0 180px 0;
}
@media screen and (max-width: 768px) {
  .bg-contact .content-base {
    padding: 50px 0 60px 0;
  }
}

.content-contact form > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-contact form > ul li label {
  font-size: 1.8rem;
  font-family: "Avenir LT Pro 65";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.content-contact form > ul li + li {
  margin-top: 30px;
}
.content-contact form p.error {
  color: #ff0000;
}
.content-contact .row-btn {
  margin-top: 40px;
}
.content-contact .row-btn button {
  font-size: 1.6rem;
}
.content-contact .row-btn button:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-contact .row-btn.btn-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-contact .row-btn.btn-confirm .btn + .btn {
  margin-left: 3%;
}
.content-contact .row-btn.btn-confirm .btn-grey {
  padding-top: 2px;
  padding-bottom: 0;
  background: url("/assets/images/commons/arrow-left-white.svg") #A8A8A8;
  background-repeat: no-repeat;
  background-position: left 1.5em top 50%;
  background-size: 7px auto;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

input[type=text], input[type=number] {
  border: 1px solid #72C3FF;
  height: 60px;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.6rem;
  background-color: #F5FBFF;
}

.textarea-custom {
  height: 362px;
  border: 1px solid #72C3FF;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.6rem;
  background-color: #F5FBFF;
}
@media screen and (max-width: 760px) {
  .textarea-custom {
    height: 200px;
  }
}

.detail-thanks {
  margin-top: 40px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .detail-thanks {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.detail-thanks p {
  line-height: 2 !important;
}
@media screen and (max-width: 760px) {
  .detail-thanks p {
    line-height: 1.6 !important;
    text-align: left;
  }
}

.bg-contact-thanks {
  background: url("/assets/images/cooling-water/bg-line01.png");
  background-repeat: no-repeat;
  background-position: top 10px left;
  background-size: 400px;
}
@media screen and (max-width: 760px) {
  .bg-contact-thanks {
    background-size: 200px;
    background-position: top left;
  }
}
.bg-contact-thanks h2 {
  font-size: 3.1rem;
}
@media screen and (max-width: 760px) {
  .bg-contact-thanks h2 {
    font-size: 2.4rem;
  }
}
.bg-contact-thanks .content-base {
  padding: 80px 0 130px 0;
}
@media screen and (max-width: 760px) {
  .bg-contact-thanks .content-base {
    padding: 50px 0 60px 0;
  }
}

.bg-company {
  background: url("/assets/images/cooling-water/bg-line01.png"), url("/assets/images/cooling-water/bg-line02.png"), url("/assets/images/cooling-water/bg-line02.png"), url("/assets/images/cooling-water/bg-line03.png"), url("/assets/images/cooling-water/bg-line03.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, bottom 31.3% left, top 33% left, top 19% right, top 49% right;
  background-size: auto, auto, auto, auto, auto;
}
@media screen and (max-width: 760px) {
  .bg-company {
    background-size: 200px, 200px, 200px, 200px, 200px;
    background-position: top left, bottom left, top 15% left, top 45% right, top 55% left;
  }
}
.bg-company .content-base {
  padding: 80px 0 180px 0;
}
@media screen and (max-width: 768px) {
  .bg-company .content-base {
    padding: 50px 0 60px 0;
  }
}

.content-company .row-card {
  margin-top: 0px;
  padding: 35px 50px 35px 50px;
}
@media screen and (max-width: 760px) {
  .content-company .row-card {
    padding: 20px;
  }
}
.content-company .row-card .detail-company {
  margin-top: 20px;
}
.content-company .row-card .detail-company > ul {
  margin-left: 40px;
}
.content-company .re-pad-map {
  padding: 30px 40px 20px 40px;
}
@media screen and (max-width: 760px) {
  .content-company .re-pad-map {
    padding: 20px;
  }
}

.list-width-183 {
  min-width: 183px;
}
@media screen and (max-width: 760px) {
  .list-width-183 {
    min-width: 110px;
  }
}

.list-width-109 {
  min-width: 109px;
}

.list-company > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.list-company > ul li span:first-child {
  font-weight: 500;
  margin-right: 40px;
}
@media screen and (max-width: 760px) {
  .list-company > ul li span:first-child {
    margin-right: 20px;
  }
}
.list-company > ul li + li {
  border-top: 1px solid #D6D6D6;
}

.list-history {
  margin-top: 20px;
  background: url("/assets/images/commons/line-vertical.png");
  background-repeat: repeat-y;
  background-position: left 83px top;
  background-size: 3px;
}
.list-history > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
@media screen and (max-width: 760px) {
  .list-history > ul li span br {
    display: none;
  }
}
.list-history > ul li span:first-child {
  font-weight: 600;
  font-size: 1.8rem;
  background: url("/assets/images/commons/line-list-year.png");
  background-repeat: no-repeat;
  background-position: top 14px right;
  background-size: auto;
  margin-right: 10px;
}

.list-map > ul li {
  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: 40px 0;
}
@media screen and (max-width: 760px) {
  .list-map > ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-map > ul li .image {
  width: 68.06%;
  margin-right: 35px;
}
@media screen and (max-width: 760px) {
  .list-map > ul li .image {
    width: 100%;
    margin-right: 0px;
  }
}
.list-map > ul li .image .img-center {
  margin-left: auto;
  margin-right: auto;
}
.list-map > ul li .txt-detail {
  width: 36.334%;
}
@media screen and (max-width: 760px) {
  .list-map > ul li .txt-detail {
    width: 80%;
    margin-top: 20px;
    margin-left: 10px;
  }
}
.list-map > ul li .txt-detail h3 {
  font-weight: 600;
  font-size: 18px;
}
.list-map > ul li .txt-detail .list-country + .list-country {
  margin-top: 30px;
}
.list-map > ul li .txt-detail .list-country h3.flag {
  position: relative;
}
.list-map > ul li .txt-detail .list-country h3.flag::after {
  position: absolute;
  content: "";
  background: url("/assets/images/company/jp-flag.svg");
  width: 36px;
  height: 36px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -25px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .list-map > ul li .txt-detail .list-country h3.flag::after {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
}
.list-map > ul li .txt-detail .list-country h3.flag-th::after {
  background: url("/assets/images/company/th-flag.svg") !important;
}
@media screen and (max-width: 760px) {
  .list-map > ul li .txt-detail .list-country h3.flag-th::after {
    width: 25px !important;
    height: 25px !important;
    background-size: 100% !important;
  }
}
.list-map > ul li .txt-detail .list-country h3.flag-cn::after {
  background: url("/assets/images/company/cn-flag.svg") !important;
}
@media screen and (max-width: 760px) {
  .list-map > ul li .txt-detail .list-country h3.flag-cn::after {
    width: 25px !important;
    height: 25px !important;
    background-size: 100% !important;
  }
}
.list-map > ul li + li {
  border-top: 1px solid #D6D6D6;
}
/*# sourceMappingURL=stylesheet.css.map */