@charset "UTF-8";
@import url("http://fonts.cdnfonts.com/css/tahu");
/* ------------------------- Reset ------------------------- */
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;
}

/* Non-Retina */
/* Retina */
html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* iPad Portrait */
  /* iPad Landscape */
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 760px) {
  html {
    overflow-x: hidden;
  }
}

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

body {
  position: relative;
  min-width: 1280px;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 300;
  color: #000;
  font-family: "Hiragino Sans", "HiraMaruProN-W4", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  /* iPad Portrait */
  /* iPad Landscape */
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 760px) {
  body {
    font-size: 1.5rem;
    line-height: 2.5rem;
    min-width: 100%;
    overflow-x: hidden;
  }
}

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

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

div {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

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

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 {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.text-input, input[type=text] {
  -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;
}

.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 !important;
}
@media screen and (max-width: 760px) {
  .show768 {
    display: block !important;
  }
}

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

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

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

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

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

@media screen and (max-width: 760px) {
  .text-left-sp {
    text-align: left !important;
  }
}

.th-fw-normal {
  font-weight: normal !important;
  font-family: "Tahoma", Arial, Helvetica, sans-serif !important;
}

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

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

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

.underline {
  text-decoration: underline;
}

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

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

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .mt60 {
    margin-top: 30px !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;
}
@media screen and (max-width: 760px) {
  .mt100 {
    margin-top: 40px !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;
}
@media screen and (max-width: 760px) {
  .mb60 {
    margin-bottom: 30px !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;
}
@media screen and (max-width: 760px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 760px) {
  .mb120 {
    margin-bottom: 80px !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;
}
@media screen and (max-width: 760px) {
  .pt60 {
    padding-top: 40px !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;
}
@media screen and (max-width: 760px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pb180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 760px) {
  .pb180 {
    padding-bottom: 60px !important;
  }
}

.pb200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 760px) {
  .pb200 {
    padding-bottom: 100px !important;
  }
}

.pb240 {
  padding-bottom: 240px !important;
}
@media screen and (max-width: 760px) {
  .pb240 {
    padding-bottom: 128px !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;
}
@media screen and (max-width: 760px) {
  .pad120 {
    padding: 60px 0 !important;
  }
}

.pad240 {
  padding: 240px 0;
}
@media screen and (max-width: 760px) {
  .pad240 {
    padding: 100px 0 !important;
  }
}

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

.pad120 {
  padding: 120px 0;
}

.pad160180 {
  padding: 160px 0 180px 0;
}
@media screen and (max-width: 760px) {
  .pad160180 {
    padding: 80px 0 100px 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-600-bold {
  font-weight: 600 !important;
}

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

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

.fs-13-px {
  font-size: 1.3rem !important;
}

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

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

.fs-24-px {
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  .fs-24-px {
    font-size: 2rem;
  }
}

.fs-28-px {
  font-size: 2.8rem;
}
@media screen and (max-width: 760px) {
  .fs-28-px {
    font-size: 2.4rem;
  }
}

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

.fs-32-px {
  font-size: 3.2rem;
  line-height: 35px;
}
@media screen and (max-width: 760px) {
  .fs-32-px {
    font-size: 2.8rem;
  }
}

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

.txt-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

.content-1200-full-right {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .content-1200-full-right {
    margin: inherit;
    margin-left: auto;
    width: 96%;
  }
}

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

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

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

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

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

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

.content-1440-full-width {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.content-1440-full-right {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .content-1440-full-right {
    margin: inherit;
    margin-left: auto;
    width: 96%;
  }
}
@media screen and (max-width: 760px) {
  .content-1440-full-right {
    margin: 0 auto;
    margin-left: auto;
    width: 96%;
  }
}
@media screen and (max-width : 420px) {
  .content-1440-full-right {
    width: 92%;
  }
}

.content-1440-full-left {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .content-1440-full-left {
    margin: inherit;
    margin-right: auto;
    width: 92%;
  }
}
@media screen and (max-width: 760px) {
  .content-1440-full-left {
    margin: 0 auto;
    margin-left: auto;
    width: 96%;
  }
}
@media screen and (max-width : 420px) {
  .content-1440-full-left {
    width: 92%;
  }
}

.relative {
  position: relative;
}

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

.color-white {
  color: #fff;
}

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

.color-red {
  color: #de2b1e;
}

.color-grey {
  color: #989898;
}

.color-0098D8 {
  color: #0098D8;
}

.bg-blue {
  background-color: #0B46B7;
}

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

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

.bg-white {
  background-color: #fff;
}

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

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

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

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

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

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

.bg-grey-f6 {
  background-color: #F6F6F6;
}

.bg-grey-f7 {
  background-color: #F7F7F7;
}

.bg-bea870 {
  background-color: #bea870;
}

.bg-a8a9a8 {
  background-color: #a8a9a8;
}

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

.bg-dedede {
  background-color: #dedede;
}

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

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

.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;
  font-weight: 200 !important;
}
.btn:hover {
  opacity: 0.6;
}
.btn img {
  padding: 0 10px;
}

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

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

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

.btn-height-60 {
  height: 60px;
}
@media screen and (max-width: 760px) {
  .btn-height-60 {
    height: 50px;
  }
}

.btn-height-80 {
  height: 80px;
}
@media screen and (max-width: 760px) {
  .btn-height-80 {
    height: 60px;
  }
}

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

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

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

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

.btn-width-169 {
  max-width: 169px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .btn-width-169 {
    max-width: 130px;
  }
}

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

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

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

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

.btn-width-425 {
  max-width: 425px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .btn-width-425 {
    max-width: 320px;
  }
}

.btn-width-520 {
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .btn-width-520 {
    max-width: 320px;
  }
}

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

.btn-white-back {
  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/common/arrow-back-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
  font-weight: bold;
}

.btn-white-blue {
  border: 1px solid #0B46B7;
  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: #0B46B7;
  background: url("/assets/images/common/line-btn-blue02.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 16px auto;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .btn-white-blue {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

.btn-contact-blue {
  border: 1px solid #0B46B7;
  background-color: #0B46B7 !important;
  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-position: left 1em top 50%;
  background-size: 5px auto;
  color: #fff;
  font-weight: bold;
}
.btn-contact-blue .icon-mail {
  background-position: left top 9px;
}

.btn-entry-white {
  border: 1px solid #fff;
  background-color: #fff !important;
  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-position: left 1em top 50%;
  background-size: 5px auto;
  color: #0B46B7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(/assets/images/common/line-btn-blue.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 20px auto;
}
.btn-entry-white .h-txt-entry {
  font-weight: bold;
  font-size: 4rem;
  line-height: 40px;
}
.btn-entry-white .icon-mail {
  background-position: left top 9px;
}

.btn-red {
  background-color: #DC0A16 !important;
  background: url(/assets/images/common/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 2em top 50%;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  font-size: 1.8rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 720px) {
  .btn-red {
    font-size: 1.4rem !important;
  }
}

.btn-grey {
  background-color: #303A40 !important;
  background: url(/assets/images/common/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 2em top 50%;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  font-size: 1.8rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 760px) {
  .btn-grey {
    font-size: 1.4rem !important;
  }
}

.btn-grey-back {
  background-color: #303A40 !important;
  background: url(/assets/images/common/arrow-left-white.svg);
  background-repeat: no-repeat;
  background-position: left 2em top 50%;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  padding-left: 20px;
  font-size: 1.8rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 760px) {
  .btn-grey-back {
    font-size: 1.4rem !important;
  }
}

.btn-blue {
  background-color: #137FC3 !important;
  background: url(/assets/images/common/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 2em top 50%;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  font-size: 1.8rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 760px) {
  .btn-blue {
    font-size: 1.4rem !important;
  }
}

.row-btn {
  width: 100%;
}
.row-btn button {
  border: none;
  font-size: 1.8rem !important;
  font-weight: bold;
  cursor: pointer;
}

.btn-border-white {
  border: 1px solid #fff;
}

.gototop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  max-width: 69px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 760px) {
  .gototop {
    bottom: 20px;
    right: 20px;
  }
}
.gototop:hover {
  opacity: 0.8;
}

.txt-title h1 {
  font-size: 2.4rem;
  font-weight: bold;
}

.list-col5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1.99%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1.99%;
}
@media screen and (max-width: 760px) {
  .list-col5 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-col5 ul li {
  width: 18%;
  margin-left: 1.99%;
  margin-top: 1.99%;
}
@media screen and (max-width: 760px) {
  .list-col5 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.list-col5 ul li img {
  width: 100%;
}
.list-col5 ul li a {
  display: block;
  height: 100%;
}
.list-col5 ul li a .title-list {
  margin: 20px 0;
}
.list-col5 ul li a .img-list img {
  width: 100%;
}
.list-col5 ul li a:hover {
  opacity: 1;
}
.list-col5 ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-col5 ul li a .cover {
  overflow: hidden;
}
.list-col5 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -3%;
}
@media screen and (max-width: 760px) {
  .list-col4 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-col4 ul li {
  width: 21.99%;
  margin-left: 3%;
  margin-top: 6%;
}
@media screen and (max-width: 760px) {
  .list-col4 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.list-col4 ul li img {
  width: 100%;
}
.list-col4 ul li a {
  display: block;
  height: 100%;
}
.list-col4 ul li a .title-list {
  margin: 20px 0;
}
.list-col4 ul li a .img-list img {
  width: 100%;
}
.list-col4 ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-col4 ul li a .cover {
  overflow: hidden;
}
.list-col4 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -3%;
}
@media screen and (max-width: 760px) {
  .list-col3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-col3 ul li {
  width: 30.33%;
  margin-left: 3%;
  margin-top: 3%;
}
@media screen and (max-width: 760px) {
  .list-col3 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.list-col3 ul li img {
  width: 100%;
}
.list-col3 ul li a {
  display: block;
  height: 100%;
}
.list-col3 ul li a .title-list {
  margin: 20px 0;
}
.list-col3 ul li a .img-list img {
  width: 100%;
}
.list-col3 ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-col3 ul li a .cover {
  overflow: hidden;
}
.list-col3 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .list-col2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-col2 ul li {
  width: 48.7%;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .list-col2 ul li {
    margin-top: 4.4%;
    width: 100% !important;
  }
}
.list-col2 ul li img {
  width: 100%;
}
.list-col2 ul li a {
  display: block;
  height: 100%;
}
.list-col2 ul li a .img-list img {
  width: 100%;
}
.list-col2 ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-col2 ul li a .cover {
  overflow: hidden;
}
.list-col2 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.col3-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -3%;
}
@media screen and (max-width: 760px) {
  .col3-center ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
}
.col3-center ul li {
  width: 30%;
  margin-left: 1.367%;
  margin-right: 1.367%;
  margin-top: 3%;
}
.col3-center ul li img {
  width: 100%;
}
.col3-center ul li a {
  display: block;
  height: 100%;
}
.col3-center ul li a .img-list img {
  width: 100%;
}
.col3-center ul li a:hover {
  opacity: 1;
}
.col3-center ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.col3-center ul li a .cover {
  overflow: hidden;
}
.col3-center ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .banner img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
}

.banner-right {
  padding-left: 8.3%;
}
@media screen and (max-width: 1440px) {
  .banner-right {
    padding-left: 0;
  }
}

.breadcump {
  padding-left: 8.3%;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1440px) {
  .breadcump {
    padding-left: 0;
  }
}
.breadcump ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcump ul li {
  font-size: 1.3rem;
}
.breadcump ul li + li {
  margin-left: 4px;
}

.title-center {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .title-center {
    text-align: left;
  }
  .title-center br {
    display: none;
  }
}

.subtitle-center {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .subtitle-center {
    text-align: left;
  }
  .subtitle-center br {
    display: none;
  }
}

@font-face {
  font-family: "Tahu!";
  src: url("/assets/font/Tahu.woff2") format("woff2"), url("/assets/font/Tahu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.txt-head-section h1, .txt-head-section h2, .txt-head-section h3, .txt-head-section h4 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .txt-head-section h1, .txt-head-section h2, .txt-head-section h3, .txt-head-section h4 {
    font-size: 2.6rem;
  }
}
.txt-head-section h1 span.tahu-red, .txt-head-section h2 span.tahu-red, .txt-head-section h3 span.tahu-red, .txt-head-section h4 span.tahu-red {
  font-size: 6rem;
  font-family: "Tahu!";
  color: #DC0A16;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .txt-head-section h1 span.tahu-red, .txt-head-section h2 span.tahu-red, .txt-head-section h3 span.tahu-red, .txt-head-section h4 span.tahu-red {
    font-size: 4rem;
  }
}

.text-input, input[type=text], input[type=number], input[type=email], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #A7A7A7;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.6rem;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media screen and (max-width: 760px) {
  .text-input, input[type=text], input[type=number], input[type=email], select {
    height: 50px;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #A7A7A7;
  border-radius: 0;
  font-size: 1.8rem;
  border-radius: 5px;
  width: 100%;
  height: 180px;
  padding: 15px 20px;
  background-color: #F5F5F5;
}

select {
  width: 415px;
  background: url("/assets/images/common/arrow-down-select.svg"), url("/assets/images/common/line-arrow-select.svg") #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: right 1em top 50%, right 3em top 50%;
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 760px) {
  select {
    width: 100%;
  }
}

.footer-form {
  width: 672px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}
@media screen and (max-width : 550px) {
  .footer-form {
    width: 100%;
    padding: 30px 20px;
  }
}
.footer-form iframe {
  border-radius: 10px;
}

.form-contact {
  width: 100%;
  background-color: #fff;
  padding-right: 1px;
}
.form-contact .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-contact .col2 {
  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 : 550px) {
  .form-contact .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-contact .col2 .input {
  width: 48%;
}
@media screen and (max-width : 550px) {
  .form-contact .col2 .input {
    width: 100%;
  }
}
@media screen and (max-width : 550px) {
  .form-contact .col2 .input + .input {
    margin-top: 25px;
  }
}
.form-contact label {
  font-weight: 600;
  margin-bottom: 10px;
}
.form-contact p.error {
  color: #DC0A16;
}
.form-contact .row + .row {
  margin-top: 25px;
}
.form-contact .row-btn.btn-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-contact .row-btn.btn-confirm button + button {
  margin-left: 5%;
}
.form-contact .row-btn .btn-grey-back {
  background-color: #989898 !important;
}

.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300 !important;
}
.chkbox-btn a {
  text-decoration: underline;
}

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

.chkbox {
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  height: 18px;
  width: 18px;
  background-color: none;
  background: #fff;
  border-radius: 3px;
}

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

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

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

.mfp-iframe-holder .mfp-close .mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000 !important;
  right: 10px !important;
  padding-right: 0 !important;
  border-radius: 50px !important;
  top: 0px !important;
}

.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul .prev {
  max-width: 150px;
  width: 100%;
  width: 100%;
  background: url("/assets/images/common/arrow-white-back.svg") #303A40;
  background-repeat: no-repeat;
  background-position: left 2em top 50%;
  background-size: 7px auto;
  padding-right: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 760px) {
  .pagenation ul .prev {
    max-width: 100px;
    padding-right: 20px;
    margin-right: 20px;
    background-position: left 1em top 50%;
  }
}
.pagenation ul .prev a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
.pagenation ul .next {
  max-width: 150px;
  width: 100%;
  background: url("/assets/images/common/arrow-white-next.svg") #303A40;
  background-repeat: no-repeat;
  background-position: right 2em top 50%;
  background-size: 7px auto;
  padding-left: 40px;
  margin-left: 40px;
}
@media screen and (max-width: 760px) {
  .pagenation ul .next {
    max-width: 100px;
    padding-left: 20px;
    margin-left: 20px;
    background-position: right 1em top 50%;
  }
}
.pagenation ul .next a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
}
.pagenation ul .active {
  background: #9F9F9F;
}
.pagenation ul .active a {
  color: #fff;
}
.pagenation ul li {
  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: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 760px) {
  .pagenation ul li {
    width: 50px;
    height: 50px;
  }
}
.pagenation ul li:last-child {
  border-right: 1px solid #000;
}
.pagenation ul li:first-child {
  border-left: 1px solid #000;
}
.pagenation ul li:hover {
  background-color: #9F9F9F !important;
  opacity: 1;
}
.pagenation ul li:hover a {
  color: #fff;
  opacity: 1;
}
.pagenation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

/* Cookie */
.policy_cookie {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 40px 0;
  z-index: 1100;
  display: none;
}

.policy_cookie .content-policy-cookie {
  max-width: 1170px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  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;
}

.policy_cookie .content-policy-cookie .text-content p a {
  color: #e60313;
}

.content-policy-cookie .text-content {
  width: 77%;
}

.content-policy-cookie .row-btn {
  width: 25%;
}

.policy_cookie .content-policy-cookie .text-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.policy_cookie .content-policy-cookie .row-btn {
  width: 230px;
}

.policy_cookie .content-policy-cookie .accept-btn {
  border: 0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
}

.policy_cookie .btn-red {
  color: #fff;
  background-color: #e60313;
}

.policy_cookie .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;
  width: 100%;
  height: 50px;
  font-weight: bold;
  padding: 0 20px;
}

@media only screen and (max-width: 600px) {
  .policy_cookie {
    padding: 30px 0;
  }
  .policy_cookie .content-policy-cookie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-policy-cookie .text-content {
    width: 100%;
    padding: 0 20px;
  }
  .policy_cookie .content-policy-cookie .row-btn {
    margin-top: 20px;
  }
  .policy_cookie .content-policy-cookie .text-content p {
    font-size: 13px;
    line-height: 1.4;
  }
  .policy_cookie .content-policy-cookie .row-btn {
    width: 200px;
  }
  .policy_cookie .content-policy-cookie .accept-btn {
    font-size: 13px;
  }
  .policy_cookie .btn {
    height: 40px;
  }
}
header {
  border-bottom: 6px solid #DC0A16;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 760px) {
  header {
    border-bottom: 3px solid #DC0A16;
  }
}

.fix-menu-hide header {
  position: fixed;
  width: 100%;
  z-index: 999;
  /* This timing applies on the way OUT */
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  /* Quick on the way out */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* Hide thing by pushing it outside by default */
  -webkit-transform: translateY(-130%);
          transform: translateY(-130%);
}
.fix-menu-hide #wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 760px) {
  .fix-menu-hide #wrapper {
    padding-top: 75px;
  }
}

.fix-menu-show header {
  position: fixed;
  width: 100%;
  z-index: 999;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* Move into place */
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fix-menu-show #wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 760px) {
  .fix-menu-show #wrapper {
    padding-top: 75px;
  }
}

#header .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: 10px 0;
}
#header .header .logo {
  width: 100%;
  max-width: 203px;
  padding: 7px 0;
}
@media screen and (max-width: 760px) {
  #header .header .logo {
    max-width: 150px;
    padding: 5px 0;
  }
}
#header .menu {
  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;
}
#header .link-menu ul {
  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;
}
#header .link-menu ul li a {
  font-weight: 500;
}
#header .link-menu ul li + li {
  margin-left: 50px;
}
#header .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  background-color: #DC0A16;
  border-radius: 10px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 50px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  #header .btn-contact {
    margin-left: 0px;
  }
}
#header .btn-contact span {
  margin-left: 10px;
}
#header .btn-lang {
  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-left: 30px;
  width: 115px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  #header .btn-lang {
    margin-left: 20px;
  }
}
#header .btn-lang span {
  margin-left: 10px;
  background: url("/assets/images/common/arrow-down.svg") #fff;
  background-repeat: no-repeat;
  background-position: center bottom 0px;
}
@media screen and (max-width: 760px) {
  #header .row-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-burger {
  display: none;
  height: 40px;
  position: relative;
}
.header-burger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #dc0a16;
}
.header-burger a:hover {
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 1;
}
.header-burger a:focus {
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 1;
}
@media screen and (max-width: 760px) {
  .header-burger a {
    margin: 0 !important;
  }
}
@media screen and (max-width: 760px) {
  .header-burger {
    display: block;
  }
}

.menu-01 .link-menu > ul > li:nth-child(1) a, .menu-01 .menu > ul > li:nth-child(1) a {
  color: #DC0A16;
  position: relative;
}
.menu-01 .link-menu > ul > li:nth-child(1) a:after, .menu-01 .menu > ul > li:nth-child(1) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-02 .link-menu > ul > li:nth-child(2) a, .menu-02 .menu > ul > li:nth-child(2) a {
  color: #DC0A16;
  position: relative;
}
.menu-02 .link-menu > ul > li:nth-child(2) a:after, .menu-02 .menu > ul > li:nth-child(2) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-03 .link-menu > ul > li:nth-child(3) a, .menu-03 .menu > ul > li:nth-child(3) a {
  color: #DC0A16;
  position: relative;
}
.menu-03 .link-menu > ul > li:nth-child(3) a:after, .menu-03 .menu > ul > li:nth-child(3) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-04 .link-menu > ul > li:nth-child(4) a, .menu-04 .menu > ul > li:nth-child(4) a {
  color: #DC0A16;
  position: relative;
}
.menu-04 .link-menu > ul > li:nth-child(4) a:after, .menu-04 .menu > ul > li:nth-child(4) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-05 .link-menu > ul > li:nth-child(5) a, .menu-05 .menu > ul > li:nth-child(5) a {
  color: #DC0A16;
  position: relative;
}
.menu-05 .link-menu > ul > li:nth-child(5) a:after, .menu-05 .menu > ul > li:nth-child(5) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-06 .link-menu > ul > li:nth-child(6) a, .menu-06 .menu > ul > li:nth-child(6) a {
  color: #DC0A16;
  position: relative;
}
.menu-06 .link-menu > ul > li:nth-child(6) a:after, .menu-06 .menu > ul > li:nth-child(6) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-07 .link-menu > ul > li:nth-child(7) a, .menu-07 .menu > ul > li:nth-child(7) a {
  color: #DC0A16;
  position: relative;
}
.menu-07 .link-menu > ul > li:nth-child(7) a:after, .menu-07 .menu > ul > li:nth-child(7) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-08 .link-menu > ul > li:nth-child(8) a, .menu-08 .menu > ul > li:nth-child(8) a {
  color: #DC0A16;
  position: relative;
}
.menu-08 .link-menu > ul > li:nth-child(8) a:after, .menu-08 .menu > ul > li:nth-child(8) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-09 .link-menu > ul > li:nth-child(9) a, .menu-09 .menu > ul > li:nth-child(9) a {
  color: #DC0A16;
  position: relative;
}
.menu-09 .link-menu > ul > li:nth-child(9) a:after, .menu-09 .menu > ul > li:nth-child(9) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-010 .link-menu > ul > li:nth-child(10) a, .menu-010 .menu > ul > li:nth-child(10) a {
  color: #DC0A16;
  position: relative;
}
.menu-010 .link-menu > ul > li:nth-child(10) a:after, .menu-010 .menu > ul > li:nth-child(10) a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DC0A16;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-icon {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 20px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 12px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 19px;
}

.nav-icon span:nth-child(4) {
  top: 26px;
}

.nav-icon.open span:nth-child(1) {
  top: 28px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

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

@media screen and (max-width: 760px) {
  .is-locked {
    overflow: hidden;
  }
}

.gnav {
  display: none;
}

.show-menu header {
  height: 100%;
}

@media screen and (max-width: 760px) {
  .show-menu .gnav {
    width: 100%;
    height: 100%;
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    visibility: hidden;
    background-color: #fff;
    margin-top: 75px;
  }
  .show-menu .gnav .menu ul li {
    text-align: center;
  }
  .show-menu .gnav .menu ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.4rem;
  }
  .show-menu .gnav .menu ul li + li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav {
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav .sp_container {
    position: relative;
    padding: 20px 0 2em;
    height: 100vh;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav .sp_container::after {
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@media screen and (max-width: 760px) {
  .show-menu .sp_container::after {
    right: 0;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #fff;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav_container {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    opacity: 0;
    position: relative;
    padding: 1.5em 0;
    z-index: 9998;
    background-color: #fff;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav_container {
    opacity: 1;
    -webkit-transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
}

.menu-l {
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-l:hover {
  opacity: 1 !important;
}

.menu-title {
  background: #FFF;
  text-transform: uppercase;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  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-left: 30px;
  width: 115px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
  font-weight: 500;
}

.menu-title span {
  margin-left: 10px;
  background: url("/assets/images/common/arrow-down.svg") #fff;
  background-repeat: no-repeat;
  background-position: center bottom 0px;
}

.menu-title:before {
  content: "";
  display: block;
  height: 0;
  border-top: 0px solid #9dc852;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #dddddd;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  -webkit-transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
  transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
}

.menu-title:hover {
  background: #FFF;
  opacity: 1 !important;
}

.menu-title:hover:before {
  border-top-color: #FFF;
}

.menu-l:hover > .menu-title:before {
  border-top-width: 0;
  -webkit-transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
  transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  -webkit-transition: 0.2s border-bottom ease-in;
  transition: 0.2s border-bottom ease-in;
}

.menu-l:hover > .menu-title:after {
  border-bottom-width: 5px;
  -webkit-transition: 0.2s 0.2s border-bottom-width ease-out;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}

.menu-dropdown {
  width: 115px;
  margin-left: 30px;
  padding: 15px 15px;
  position: absolute;
  background: #FFF;
  border-radius: 10px;
  z-index: 100;
  -webkit-transition: 0.5s padding, 0.5s background;
  transition: 0.5s padding, 0.5s background;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.menu-dropdown img {
  width: 30px;
  -webkit-transition: 0.5s padding, 0.5s background;
  transition: 0.5s padding, 0.5s background;
}

.menu-dropdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-dropdown span {
  margin-left: 10px;
}

.menu-dropdown:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
}

.menu-l:not(:hover) > .menu-dropdown {
  background: #FFF;
  z-index: 99;
  opacity: 0;
}

.menu-l:not(:hover) > .menu-dropdown:after {
  border-top-color: #FFF;
  opacity: 1;
}

.menu-l:not(:hover) > .menu-title:after {
  border-bottom-color: #FFF;
  opacity: 1;
}

.menu-dropdown > * {
  overflow: hidden;
  height: 30px;
  padding: 5px 10px;
  background: #FFF;
  white-space: nowrap;
  -webkit-transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.menu-l:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: #FFF;
  z-index: 99;
}

.hList > * {
  float: left;
}

.hList > * + * {
  margin-left: 0;
}

#footer {
  background: url("/assets/images/common/bg-footer.jpg");
  background-repeat: no-repeat;
  height: 1300px;
  width: 100%;
  background-size: cover;
  padding: 100px 0 120px 0;
}
@media screen and (max-width: 760px) {
  #footer {
    height: auto;
    padding: 60px 0 80px 0;
  }
}
#footer .title-footer {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
#footer .title-footer p {
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  #footer .title-footer p {
    font-size: 1.6rem;
  }
}
#footer .title-footer h3 {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  #footer .title-footer h3 {
    font-size: 3rem;
  }
}
#footer .footer {
  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: 760px) {
  #footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#footer .footer .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  #footer .footer .footer-left {
    margin-top: 30px;
  }
}
@media screen and (max-width: 760px) {
  #footer .footer .footer-left .logo img {
    width: 66%;
  }
}
#footer .footer .detail-company {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 760px) {
  #footer .footer .detail-company {
    font-size: 1.6rem;
  }
}
#footer .footer .com-name {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  #footer .footer .com-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  #footer .footer .tel {
    margin-top: 40px !important;
  }
}
#footer .footer .tel a {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 760px) {
  #footer .footer .tel a {
    font-size: 2rem;
  }
}
#footer .footer .tel a img {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 760px) {
  #footer .footer .tel a {
    font-size: 2.6rem;
  }
}
#footer .footer .tel a span {
  line-height: 1;
  margin-left: 10px;
}
#footer .footer .btn-g-map {
  color: #fff;
  text-decoration: underline;
  position: relative;
  margin-top: 20px;
  margin-left: 25px;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  #footer .footer .btn-g-map {
    margin-top: 10px;
  }
}
#footer .footer .btn-g-map::before {
  content: "";
  position: absolute;
  background: url("/assets/images/common/map-icon.svg");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  left: -30px;
  top: 3px;
}
#footer .footer .button-social .button-social-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}
@media screen and (max-width: 760px) {
  #footer .footer .button-social .button-social-detail {
    margin-top: 30px;
  }
}
#footer .footer .button-social .button-social-detail div + div {
  margin-left: 50px;
}
@media screen and (max-width: 760px) {
  #footer .footer .coppyright {
    margin-top: 30px;
  }
}
#footer .footer .coppyright p {
  color: #fff;
}

@-webkit-keyframes scroll-bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 160px;
  }
  40% {
    height: 53px;
    bottom: inherit;
    top: 160px;
  }
  41% {
    height: 53px;
    bottom: 0;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
}
@keyframes scroll-bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 90px;
  }
  40% {
    height: 56px;
    bottom: inherit;
    top: 90px;
  }
  41% {
    height: 56px;
    bottom: 0;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
}
@-webkit-keyframes scroll-bar-sp {
  0% {
    height: 0;
    bottom: inherit;
    top: 60px;
  }
  40% {
    height: 56px;
    bottom: inherit;
    top: 60px;
  }
  41% {
    height: 56px;
    bottom: 0;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
}
@keyframes scroll-bar-sp {
  0% {
    height: 0;
    bottom: inherit;
    top: 90px;
  }
  40% {
    height: 56px;
    bottom: inherit;
    top: 90px;
  }
  41% {
    height: 56px;
    bottom: 0px;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
}
#mv {
  position: relative;
}
#mv .scroll {
  position: absolute;
  bottom: 40px;
  left: 15px;
  padding-bottom: 60px;
  z-index: 9;
  width: 20px;
  height: 146.39px;
}
#mv .scroll span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 760px) {
  #mv .scroll img {
    max-width: 75%;
  }
}
#mv .scroll::after {
  content: "";
  position: absolute;
  left: 39%;
  top: 73px;
  display: block;
  width: 2px;
  height: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: scroll-bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: scroll-bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@media screen and (max-width: 760px) {
  #mv .scroll::after {
    -webkit-animation: scroll-bar-sp 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: scroll-bar-sp 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
}
#mv .text-mv {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 80px;
  color: #fff;
}
#mv .text-mv h1 {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  #mv .text-mv h1 {
    font-size: 3.6rem;
  }
}
#mv .text-mv h1 span {
  font-size: 4.4rem;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  #mv .text-mv h1 span {
    font-size: 2.4rem;
  }
}
#mv .text-mv h2 {
  font-size: 8.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 760px) {
  #mv .text-mv h2 {
    font-size: 5.2rem;
  }
}

.pad-90-130 {
  padding: 90px 0 130px 0;
}
@media screen and (max-width: 760px) {
  .pad-90-130 {
    padding: 60px 0 80px 0;
  }
}

#client {
  background-color: #EFEFEF;
  padding: 90px 0 100px 0;
}
@media screen and (max-width: 760px) {
  #client {
    padding: 60px 0 70px 0;
  }
}
#client .list-col3 {
  margin-top: 35px;
}
@media screen and (max-width: 760px) {
  #client .list-col3 {
    margin-top: 10px;
  }
  #client .list-col3 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #client .list-col3 ul li {
    width: 50%;
  }
}

#problem .list-col3 {
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  #problem .list-col3 {
    margin-top: 60px;
  }
}
#problem .list-col3 ul {
  margin-left: -3.6%;
}
@media screen and (max-width: 760px) {
  #problem .list-col3 ul {
    margin-left: 0%;
  }
}
#problem .list-col3 ul li {
  width: 29.73%;
  margin-left: 3.6%;
  margin-top: 3%;
  padding: 30px 20px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
@media screen and (max-width: 760px) {
  #problem .list-col3 ul li {
    width: 87%;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
  }
}
#problem .list-col3 ul li .top-row {
  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;
}
#problem .list-col3 ul li .middle-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 55px;
  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 screen and (max-width: 760px) {
  #problem .list-col3 ul li .middle-row {
    margin-bottom: 10px;
    height: auto;
  }
}
#problem .list-col3 ul li .middle-row h3, #problem .list-col3 ul li .middle-row h4, #problem .list-col3 ul li .middle-row h5 {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  #problem .list-col3 ul li .middle-row h3, #problem .list-col3 ul li .middle-row h4, #problem .list-col3 ul li .middle-row h5 {
    font-size: 1.8rem;
  }
}
#problem .list-col3 ul li .bottom-row p {
  font-weight: 500;
}
#problem .list-col3 ul li .num {
  font-size: 7.9rem;
  line-height: 0.8;
  font-weight: bold;
  color: #DC0A16;
}
@media screen and (max-width: 760px) {
  #problem .list-col3 ul li + li {
    margin-top: 20px;
  }
}

#our-servive {
  background-color: #EFEFEF;
}
#our-servive .list-col2 {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  #our-servive .list-col2 {
    margin-top: 40px;
  }
}
#our-servive .list-col2 ul {
  margin-left: -3.6%;
  margin-top: -5.76%;
}
@media screen and (max-width: 760px) {
  #our-servive .list-col2 ul {
    margin-left: 0%;
    margin-top: 0%;
  }
}
#our-servive .list-col2 ul li {
  margin-left: 7.1%;
  margin-top: 5.76%;
  width: 42.9%;
}
@media screen and (max-width: 760px) {
  #our-servive .list-col2 ul li {
    margin-left: 0%;
    margin-top: 0%;
    width: 100%;
  }
}
#our-servive .list-col2 ul li a {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  z-index: 1;
}
#our-servive .list-col2 ul li a:hover, #our-servive .list-col2 ul li a:focus {
  opacity: 1;
}
#our-servive .list-col2 ul li a:hover .content-txt, #our-servive .list-col2 ul li a:focus .content-txt {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 55px 25px;
}
@media screen and (max-width: 760px) {
  #our-servive .list-col2 ul li a:hover .content-txt, #our-servive .list-col2 ul li a:focus .content-txt {
    padding: 15px 15px;
  }
}
#our-servive .list-col2 ul li a:hover .icon-link, #our-servive .list-col2 ul li a:focus .icon-link {
  opacity: 1;
  display: block;
}
#our-servive .list-col2 ul li a .content-txt {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #DC0A16;
  top: 0px;
  padding: 10px 25px;
  color: #fff;
  z-index: 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: translate3d(0, calc(100% - 6.5rem), 0);
          transform: translate3d(0, calc(100% - 6.5rem), 0);
}
#our-servive .list-col2 ul li a .content-txt h3 {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  #our-servive .list-col2 ul li a .content-txt h3 {
    font-size: 2.4rem;
  }
}
#our-servive .list-col2 ul li a .content-txt .list-content {
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  #our-servive .list-col2 ul li a .content-txt .list-content {
    margin-top: 15px;
  }
}
#our-servive .list-col2 ul li a .icon-link {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  display: none;
}
#our-servive .list-col2 ul li .active {
  opacity: 1;
}
#our-servive .list-col2 ul li .active .content-txt {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 55px 25px;
}
@media screen and (max-width: 760px) {
  #our-servive .list-col2 ul li .active .content-txt {
    padding: 15px 15px;
  }
}
#our-servive .list-col2 ul li .active .icon-link {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 760px) {
  #our-servive .list-col2 ul li + li {
    margin-top: 20px;
  }
}

#why .list-col3 {
  margin-top: 70px;
}
@media screen and (max-width: 760px) {
  #why .list-col3 {
    margin-top: 55px;
  }
}
#why .list-col3 ul {
  margin-left: -3.6%;
}
@media screen and (max-width: 760px) {
  #why .list-col3 ul {
    margin-left: 0%;
  }
}
#why .list-col3 ul li {
  width: 29.73%;
  margin-left: 3.6%;
  margin-top: 3%;
  padding: 30px 20px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
@media screen and (max-width: 760px) {
  #why .list-col3 ul li {
    width: 87%;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
  }
}
#why .list-col3 ul li .top-row {
  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;
}
#why .list-col3 ul li .top-row .icon img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#why .list-col3 ul li .middle-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 55px;
  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 screen and (max-width: 760px) {
  #why .list-col3 ul li .middle-row {
    margin-top: 20px;
    margin-bottom: 10px;
    height: auto;
  }
}
#why .list-col3 ul li .middle-row h3, #why .list-col3 ul li .middle-row h4, #why .list-col3 ul li .middle-row h5 {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  #why .list-col3 ul li .middle-row h3, #why .list-col3 ul li .middle-row h4, #why .list-col3 ul li .middle-row h5 {
    font-size: 1.8rem;
  }
}
#why .list-col3 ul li .bottom-row p {
  font-weight: 500;
}
#why .list-col3 ul li .num {
  font-size: 7.9rem;
  line-height: 0.8;
  font-weight: bold;
  color: #DC0A16;
}
@media screen and (max-width: 760px) {
  #why .list-col3 ul li + li {
    margin-top: 20px;
  }
}

#video {
  background-color: #F8F8F8;
}
#video .list-col3 {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  #video .list-col3 {
    margin-top: 40px;
  }
}
#video .list-col3 ul {
  margin-left: -3.6%;
  margin-top: -4.5%;
}
@media screen and (max-width: 760px) {
  #video .list-col3 ul {
    margin-left: 0;
    margin-top: 0;
  }
}
#video .list-col3 ul li {
  width: 29.73%;
  margin-left: 3.6%;
  margin-top: 4.5%;
}
@media screen and (max-width: 760px) {
  #video .list-col3 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
#video .list-col3 ul li .top-row {
  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;
}
#video .list-col3 ul li .middle-row {
  text-align: left;
  margin-top: 20px;
  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;
}
#video .list-col3 ul li .middle-row h3, #video .list-col3 ul li .middle-row h4, #video .list-col3 ul li .middle-row h5 {
  font-weight: bold;
  font-size: 1.6rem;
}
#video .list-col3 ul li .bottom-row p {
  font-weight: 300;
}
#video .list-col3 ul li .num {
  font-size: 7.9rem;
  line-height: 0.8;
  font-weight: bold;
  color: #DC0A16;
}
@media screen and (max-width: 760px) {
  #video .list-col3 ul li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 760px) {
  #news {
    padding: 60px 0 70px 0;
  }
}
#news .list-new {
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  #news .list-new {
    margin-top: 40px;
  }
}
#news .list-new ul li a {
  padding: 15px 35px;
  font-weight: 500;
  display: block;
  border-radius: 10px;
  border: 1px solid transparent;
  background: url(/assets/images/common/arrow-right-black.svg);
  background-repeat: no-repeat;
  background-position: right 2em top 50%;
  padding-right: 100px;
}
@media screen and (max-width: 760px) {
  #news .list-new ul li a {
    padding: 0px 30px 0px 0;
  }
}
#news .list-new ul li a:hover {
  border: 1px solid red;
}
@media screen and (max-width: 760px) {
  #news .list-new ul li a:hover {
    border: 0px solid red;
  }
}
@media screen and (max-width: 760px) {
  #news .list-new ul li a {
    background-position: right 1em top 50%;
  }
}
#news .list-new ul li a .date {
  font-weight: 300;
}
#news .list-new ul li a .text p {
  font-weight: bold;
}
#news .list-new ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  #news .list-new ul li + li {
    margin-top: 40px;
  }
}

#pathner {
  background-color: #F5F5F5;
}
@media screen and (max-width: 760px) {
  #pathner {
    padding: 60px 0 60px 0;
  }
}
#pathner .list-col5 {
  margin-top: 45px;
}
@media screen and (max-width: 760px) {
  #pathner .list-col5 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  #pathner .list-col5 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -30px;
  }
}
@media screen and (max-width: 760px) {
  #pathner .list-col5 ul li {
    width: 50%;
  }
}

.mfp-bg {
  background: #000206 !important;
  opacity: 0.9 !important;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0 !important;
  -webkit-transition: all 0.1s ease-out !important;
  transition: all 0.1s ease-out !important;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9 !important;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
  opacity: 0 !important;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0 !important;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px !important;
}
@media screen and (max-width: 760px) {
  .mfp-iframe-holder .mfp-content {
    height: 673px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 760px) {
  .mfp-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

.dots-circle {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 8;
  display: table;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dots-circle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
}

.dots-circle li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #FFF;
  border-radius: 100%;
  border: 0;
}

.dots-circle li button:hover {
  cursor: pointer;
}

.dots-circle li.slick-active button {
  background-color: #DC0A16;
}

.dots-circle-static {
  position: static;
  margin-top: 25px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dots-circle-static li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
}

.dots-circle-static li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #FFF;
  border-radius: 100%;
  border: 0;
}

.dots-circle-static li button:hover {
  cursor: pointer;
}

.dots-circle-static li.slick-active button {
  background-color: #DC0A16;
}

.category {
  border-radius: 5px;
  font-size: 1rem;
  padding: 3px 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 20px;
  line-height: 18px;
}
@media screen and (max-width: 760px) {
  .category {
    margin-top: 5px;
  }
}

.category.green {
  background-color: #00C37F;
  color: #fff;
}

.category.blue {
  background-color: #137FC3;
  color: #fff;
}

#blog, #ranking {
  background-color: #EFEFEF;
}
#blog .list-col3, #ranking .list-col3 {
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  #blog .list-col3, #ranking .list-col3 {
    margin-top: 40px;
  }
}
#blog .list-col3 ul, #ranking .list-col3 ul {
  margin-left: -3.6%;
  margin-top: -4.5%;
}
@media screen and (max-width: 760px) {
  #blog .list-col3 ul, #ranking .list-col3 ul {
    margin-left: 0;
    margin-top: 0;
  }
}
#blog .list-col3 ul li, #ranking .list-col3 ul li {
  width: 29.73%;
  margin-left: 3.6%;
  margin-top: 4.5%;
}
@media screen and (max-width: 760px) {
  #blog .list-col3 ul li, #ranking .list-col3 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
#blog .list-col3 ul li .top-row, #ranking .list-col3 ul li .top-row {
  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;
}
#blog .list-col3 ul li .middle-row, #ranking .list-col3 ul li .middle-row {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}
@media screen and (max-width: 760px) {
  #blog .list-col3 ul li .middle-row, #ranking .list-col3 ul li .middle-row {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
#blog .list-col3 ul li .middle-row h3, #blog .list-col3 ul li .middle-row h4, #blog .list-col3 ul li .middle-row h5, #ranking .list-col3 ul li .middle-row h3, #ranking .list-col3 ul li .middle-row h4, #ranking .list-col3 ul li .middle-row h5 {
  font-weight: bold;
  font-size: 1.6rem;
}
#blog .list-col3 ul li .bottom-row p, #ranking .list-col3 ul li .bottom-row p {
  font-weight: 500;
}
#blog .list-col3 ul li .num, #ranking .list-col3 ul li .num {
  font-size: 7.9rem;
  line-height: 0.8;
  font-weight: bold;
  color: #DC0A16;
}
@media screen and (max-width: 760px) {
  #blog .list-col3 ul li + li, #ranking .list-col3 ul li + li {
    margin-top: 30px;
  }
}

#ranking {
  background-color: #FAFAFA !important;
}
#ranking .list-col4 {
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  #ranking .list-col4 {
    margin-top: 40px;
  }
}
#ranking .list-col4 ul {
  margin-left: -2.6%;
  margin-top: -4.5%;
}
@media screen and (max-width: 760px) {
  #ranking .list-col4 ul {
    margin-left: 0;
    margin-top: 0;
  }
}
#ranking .list-col4 ul li {
  width: 22.4%;
  margin-left: 2.6%;
  margin-top: 4.5%;
  position: relative;
}
@media screen and (max-width: 760px) {
  #ranking .list-col4 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
#ranking .list-col4 ul li .image {
  width: 100%;
}
#ranking .list-col4 ul li .top-row {
  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;
}
#ranking .list-col4 ul li .middle-row {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}
@media screen and (max-width: 760px) {
  #ranking .list-col4 ul li .middle-row {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
#ranking .list-col4 ul li .middle-row h3, #ranking .list-col4 ul li .middle-row h4, #ranking .list-col4 ul li .middle-row h5 {
  font-weight: bold;
  font-size: 1.6rem;
}
#ranking .list-col4 ul li .bottom-row p {
  font-weight: 500;
}
#ranking .list-col4 ul li .num {
  font-size: 7.9rem;
  line-height: 0.8;
  font-weight: bold;
  color: #DC0A16;
}
#ranking .list-col4 ul li .num-circle {
  width: 40px;
  height: 40px;
  background-color: #DC0A16;
  border-radius: 50px;
  position: absolute;
  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;
  color: #fff;
  top: -20px;
  left: 0;
  font-weight: bold;
}
#ranking .list-col4 ul li .num-circle span {
  padding-top: 2px;
}
@media screen and (max-width: 760px) {
  #ranking .list-col4 ul li + li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 760px) {
  #blog-detail {
    padding-top: 40px;
  }
}
#blog-detail .blog-detail .date-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blog-detail .blog-detail .date-detail .category {
  margin-top: 0;
  margin-left: 10px;
}
#blog-detail .blog-detail .txt-head-section {
  margin-top: 15px;
}
#blog-detail .blog-detail .txt-head-section h1 {
  text-align: left;
  margin-left: inherit;
}
@media screen and (max-width: 760px) {
  #blog-detail .blog-detail .txt-head-section h1 {
    font-size: 2.4rem;
  }
  #blog-detail .blog-detail .txt-head-section h1 br {
    display: none;
  }
}
#blog-detail .blog-detail .txt-head-section-sub {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  #blog-detail .blog-detail .txt-head-section-sub {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#blog-detail .blog-detail .txt-head-section-sub h2 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  padding-left: 5px;
}
@media screen and (max-width: 760px) {
  #blog-detail .blog-detail .txt-head-section-sub h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 10px;
  }
}
#blog-detail .blog-detail .txt-head-section-sub h2:after {
  content: "";
  height: 90%;
  left: 0;
  width: 5px;
  position: absolute;
  background-color: #DC0A16;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#blog-detail .blog-detail .banner-detail {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  #blog-detail .blog-detail .banner-detail {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#blog-detail .blog-detail .banner-detail .sub-image {
  margin-top: 15px;
}
#blog-detail .blog-detail .section-detail .txt-detail .txt-bold {
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  #blog-detail .blog-detail .section-detail .txt-detail p {
    line-height: 1.8;
  }
}
#blog-detail .blog-detail .section-detail .txt-detail p a {
  color: #0382EF;
  text-decoration: underline;
  font-weight: bold;
}
#blog-detail .blog-detail .section-detail .txt-detail p + p {
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  #blog-detail .blog-detail .section-detail .txt-detail p + p {
    margin-top: 20px;
  }
}

.news_list {
  background-color: #EFEFEF;
}
.news_list .list-new ul li {
  background-color: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 760px) {
  .news_list .list-new ul li a {
    padding: 20px !important;
  }
  .news_list .list-new ul li a .text {
    width: 95%;
  }
}
@media screen and (max-width: 760px) {
  .news_list .list-new ul li + li {
    margin-top: 10px !important;
  }
}

.thanks {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width : 550px) {
  .thanks {
    text-align: left;
    padding: 0;
  }
}
.thanks h2 {
  padding: 40px 0;
}
@media screen and (max-width : 550px) {
  .thanks h2 {
    padding: 20px 0;
    text-align: left;
  }
}

.policy {
  background-color: #EFEFEF;
}
.policy .txt-head-section {
  text-align: left !important;
}
.policy .txt-head-section a {
  color: #0382EF;
  text-decoration: underline;
}
.policy .txt-head-section h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  margin-left: inherit;
}
.policy .txt-head-section h2:after {
  content: "";
  height: 90%;
  left: 0;
  width: 5px;
  position: absolute;
  background-color: #DC0A16;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 760px) {
  .policy .txt-head-section h2 {
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.policy .txt-head-section h3 {
  margin-left: inherit;
  font-size: 3rem !important;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .policy .txt-head-section h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

#policy .detail-policy > ul > li p {
  margin-top: 5px;
}

#policy .detail-policy > ul > li + li {
  margin-top: 20px;
}

#policy .detail-policy > ul > li > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
}

#policy .detail-policy > ul > li > .list span:first-child {
  margin-right: 5px;
}

#policy .detail-policy > ul > li > ul {
  margin-left: 25px;
  margin-top: 5px;
}

#policy .detail-policy > ul > li .sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#policy .detail-policy > ul > li .sub-list span:first-child {
  margin-right: 5px;
}

#policy .detail-policy > ul li > ul li > ul {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 25px;
}

#policy .detail-policy > ul li > ul li > ul > li > .sub-list-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#policy .detail-policy > ul li > ul li > ul > li > .sub-list-parent span:first-child {
  margin-right: 5px;
}

#policy .detail-policy > ul > li i {
  font-size: 13px;
  color: #3b3b3b;
}

@media only screen and (max-width: 750px) {
  #policy .detail-policy > ul > li > .list {
    font-size: 18px;
  }
}
/*# sourceMappingURL=stylesheet.css.map */