@charset "UTF-8";
*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-gray {
  color: #797C7A;
}

.bg-gray-light {
  background-color: #f9f9f9;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-manrope {
  font-family: "Manrope", sans-serif;
}

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

.fw400-extra-light {
  font-weight: 200 !important;
}

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

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

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

.fw600-semi-bold {
  font-weight: 600 !important;
}

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

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

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

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

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

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

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

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

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

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-style: normal;
  color: #272727;
}

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

strong {
  font-weight: 700;
}

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

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

/* Link */
.transition, .news-page .box-list .list a::after, #business .business-row .business-box .business .box-list .list a::after, #business .business-row .business .business-service .content .item a .brief::after, #project .project .box-content .project-list .item a .brief::after, .menu-responsive, header, .menu-dropdown, .btn .circle-gray-small, .btn .circle-orange, a .cover img, a::before, a::after, a, button {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

button:hover {
  opacity: 0.75;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline {
  background-size: 100% 1px;
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -120px;
  }
}

.hover-underline {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

.underline {
  text-decoration: underline;
}

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

/* Content */
#wrapper {
  position: relative;
}

main {
  position: relative;
}

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

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

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

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

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

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

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

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

.pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  .pb70 {
    padding-bottom: 60px;
  }
}

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

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

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

.mar80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .mar80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mt60 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 750px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

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

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

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

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

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

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

.w400 {
  width: 100%;
  max-width: 400px;
}

.w600 {
  width: 100%;
  max-width: 600px;
}

.w900 {
  width: 100%;
  max-width: 900px;
}

.w800 {
  width: 100%;
  max-width: 800px;
}

.w1160 {
  width: 100%;
  max-width: 1160px;
}

.mg-center {
  margin: auto;
}

.lh-3 {
  display: block;
  margin-top: -10px;
}

.fz18 {
  font-size: 1.8rem;
}

.fz24 {
  font-size: 2.4rem;
}

.mt40 {
  margin-top: 40px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

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

/* Txthead */
.box-txthead {
  position: relative;
}
.box-txthead.mb60 {
  margin-bottom: 60px !important;
}
.box-txthead.mb35 {
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb35 {
    margin-bottom: 25px !important;
  }
}
.box-txthead.mb25 {
  margin-bottom: 25px !important;
}
.box-txthead.table {
  display: table;
}
.box-txthead.table.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.box-txthead .line-left-orange {
  position: relative;
  padding-left: 14px;
}
.box-txthead .line-left-orange::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  display: block;
  width: 4px;
  height: 25px;
  background-color: #FFAE3F;
  border-radius: 2px;
}
.box-txthead .fz80 {
  font-size: 8rem;
  line-height: 8.2rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz80 {
    font-size: 6rem;
    line-height: 6.2rem;
  }
}
@media only screen and (max-width: 850px) {
  .box-txthead .fz80 {
    font-size: 5rem;
    line-height: 5.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz80 {
    font-size: 3.4rem;
    line-height: 3.6rem;
  }
}
.box-txthead .fz80 span {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz80 span {
    margin-top: 10px;
  }
}
.box-txthead .fz36 {
  font-size: 3.6rem;
  line-height: 5.6rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz36 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz36 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
.box-txthead .fz25 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz25 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.box-txthead .fz20 {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.box-txthead .fz18 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/* Btn */
.box-btn {
  display: table;
}

.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;
  gap: 10px;
  position: relative;
}
.btn.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
.btn:hover {
  opacity: 1;
}
.btn:hover .circle-orange {
  background-image: url("/assets/images/commons/icn-arrow-right-white.svg");
  background-color: #FFAE3F;
}
@media only screen and (max-width: 750px) {
  .btn:hover .circle-orange {
    background-image: url("/assets/images/commons/icn-arrow-right-small-white.svg");
  }
}
.btn .txt.underline {
  color: #797C7A;
}
.btn .txt.fz18 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.btn .abs-right {
  position: absolute;
  right: 10px;
}
.btn .circle-orange {
  width: 70px;
  height: 70px;
  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;
  border-radius: 100%;
  border: 1px solid #FFAE3F;
  background-image: url("/assets/images/commons/icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px;
}
@media only screen and (max-width: 1180px) {
  .btn .circle-orange {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 850px) {
  .btn .circle-orange {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .btn .circle-orange {
    width: 42px;
    height: 42px;
    background-image: url("/assets/images/commons/icn-arrow-right-small.svg");
    background-size: 18px;
  }
}
.btn .circle-gray-small {
  width: 42px;
  height: 42px;
  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;
  border-radius: 100%;
  border: 1px solid #E6E6E6;
  background-image: url("/assets/images/commons/icn-arrow-right-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.btn.square-radius {
  height: 65px;
  border-radius: 35px;
}
.btn.square-radius.small {
  height: 40px;
  border-radius: 20px;
}
.btn.square-radius.icn-hover-orange:hover {
  opacity: 1;
  color: #D64516;
  background-color: #fff;
}
.btn.square-radius.icn-hover-orange:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(92%) saturate(1166%) hue-rotate(348deg) brightness(95%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(30%) sepia(92%) saturate(1166%) hue-rotate(348deg) brightness(95%) contrast(99%);
}
.btn.square-radius.orange-dark {
  color: #fff;
  background-color: #D64516;
  border: 1px solid #D64516;
}
.btn.square-radius.orange-dark:hover {
  opacity: 1;
  color: #D64516;
  background-color: #fff;
}
.btn.square-radius.orange-dark:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(92%) saturate(1166%) hue-rotate(348deg) brightness(95%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(30%) sepia(92%) saturate(1166%) hue-rotate(348deg) brightness(95%) contrast(99%);
}
.btn.square-radius.white-border {
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
.btn.square-radius.white-border:hover {
  color: #D64516;
  border-color: #D64516;
}
.btn.square-radius.white-border:hover .circle-gray-small {
  background-image: url("/assets/images/commons/icn-arrow-right-small-white.svg");
  background-color: #D64516;
  border-color: #D64516;
}
.btn.square-radius.w100 {
  width: 100%;
}
.btn.square-radius.maxw400 {
  width: 100%;
  max-width: 400px;
}
.btn.square-radius .icn-abs-right {
  position: absolute;
  right: 10px;
}
.btn.minw-200 {
  min-width: 200px;
}

.btn-scroll.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 850px) {
  .btn-scroll.mb100 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll.mb100 {
    margin-bottom: 60px;
  }
}
.btn-scroll 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;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  grid-row-gap: 10px;
}
@media only screen and (max-width: 1180px) {
  .btn-scroll ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.btn-scroll ul li {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.btn-scroll ul li a {
  display: block;
  padding: 3px 26px 3px 10px;
  border-bottom: 1px solid #000;
  background-image: url("/assets/images/commons/btn-scroll-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 9px;
}
.btn-scroll ul li a:hover {
  opacity: 1;
  border-bottom-color: #D64516;
}

.btn-to-inner 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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  grid-row-gap: 15px;
}
.btn-to-inner ul li a {
  min-width: 280px;
}

/* Animate */
.bar-slide {
  position: relative;
  width: 100%;
  height: 175px;
  overflow: hidden;
}
.bar-slide > div {
  position: absolute;
  z-index: 2;
  left: 0;
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bar-slide > div.yellow {
  top: 10px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}
.bar-slide > div.gray {
  top: 26px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  -webkit-animation-delay: -15s;
  animation-delay: -15s;
}
.bar-slide > div.green {
  top: 48px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -11s;
  animation-delay: -11s;
}
.bar-slide > div.blue {
  top: 66px;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}
.bar-slide > div.blue-dot {
  top: 84px;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.bar-slide > div.pink {
  top: 93px;
  z-index: 1;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bar-slide > div.pink-short {
  top: 116px;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: -11s;
  animation-delay: -11s;
}
.bar-slide > div.cyan-dot {
  top: 140px;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.bar-slide-abs-01 {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
}
.bar-slide-abs-01 .bar-slide-rea {
  position: relative;
  height: 226px;
}
.bar-slide-abs-01 .bar-slide-rea > div {
  position: absolute;
  left: 0 !important;
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bar-slide-abs-01 .bar-slide-rea > div.blue-dot {
  top: 0;
  left: 993px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}
.bar-slide-abs-01 .bar-slide-rea > div.pink {
  top: 38px;
  left: 936px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  -webkit-animation-delay: -13s;
  animation-delay: -13s;
}
.bar-slide-abs-01 .bar-slide-rea > div.cyan-dot {
  top: 56px;
  left: 1174px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -11s;
  animation-delay: -11s;
}
.bar-slide-abs-01 .bar-slide-rea > div.yellow {
  top: 100px;
  left: 1233px;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}
.bar-slide-abs-01 .bar-slide-rea > div.gray {
  top: 117px;
  left: 928px;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-delay: -13s;
  animation-delay: -13s;
}
.bar-slide-abs-01 .bar-slide-rea > div.green {
  top: 138px;
  left: 1157px;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: -13s;
  animation-delay: -13s;
}
.bar-slide-abs-01 .bar-slide-rea > div.blue {
  top: 156px;
  left: 1083px;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}
.bar-slide-abs-01 .bar-slide-rea > div.pink-short {
  top: 206px;
  left: 1275px;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
}

.bar-slide-abs-02 {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
}
.bar-slide-abs-02 .bar-slide-rea {
  position: relative;
  height: 166px;
}
.bar-slide-abs-02 .bar-slide-rea > div {
  position: absolute;
  left: 0 !important;
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bar-slide-abs-02 .bar-slide-rea > div.pink {
  top: 0;
  left: 112px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}
.bar-slide-abs-02 .bar-slide-rea > div.blue-dot {
  top: 8px;
  left: 271px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -13s;
  animation-delay: -13s;
}
.bar-slide-abs-02 .bar-slide-rea > div.cyan-dot {
  top: 46px;
  left: 220px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}
.bar-slide-abs-02 .bar-slide-rea > div.blue {
  top: 73px;
  left: 28px;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}
.bar-slide-abs-02 .bar-slide-rea > div.green {
  top: 77px;
  left: 318px;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}
.bar-slide-abs-02 .bar-slide-rea > div.yellow {
  top: 108px;
  left: 191px;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
  -webkit-animation-delay: -13s;
  animation-delay: -13s;
}
.bar-slide-abs-02 .bar-slide-rea > div.pink-short {
  top: 139px;
  left: 514px;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  -webkit-animation-delay: -16s;
  animation-delay: -16s;
}
.bar-slide-abs-02 .bar-slide-rea > div.gray {
  top: 147px;
  left: 113px;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}

.bar-slide-abs-03 {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
}
.bar-slide-abs-03 .bar-slide-rea {
  position: relative;
  height: 166px;
}
.bar-slide-abs-03 .bar-slide-rea > div {
  position: absolute;
  left: 0 !important;
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bar-slide-abs-03 .bar-slide-rea > div.pink {
  top: 0;
  left: 112px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.bar-slide-abs-03 .bar-slide-rea > div.blue-dot {
  top: 8px;
  left: 271px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.bar-slide-abs-03 .bar-slide-rea > div.cyan-dot {
  top: 46px;
  left: 220px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.bar-slide-abs-03 .bar-slide-rea > div.blue {
  top: 73px;
  left: 28px;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.bar-slide-abs-03 .bar-slide-rea > div.green {
  top: 77px;
  left: 318px;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}
.bar-slide-abs-03 .bar-slide-rea > div.yellow {
  top: 108px;
  left: 191px;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.bar-slide-abs-03 .bar-slide-rea > div.pink-short {
  top: 139px;
  left: 514px;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}
.bar-slide-abs-03 .bar-slide-rea > div.gray {
  top: 147px;
  left: 113px;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

/* Animate */
.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.rotate-center {
  will-change: transform;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotateCenter 4s linear infinite alternate;
  animation: rotateCenter 4s linear infinite alternate;
}

@-webkit-keyframes rotateCenter {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
}
@keyframes rotateCenter {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
}
.rotate-center-reverse {
  will-change: transform;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotateCenterReverse 4s linear infinite alternate;
  animation: rotateCenterReverse 4s linear infinite alternate;
}

@-webkit-keyframes rotateCenterReverse {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes rotateCenterReverse {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
.move45 {
  will-change: transform;
  -webkit-animation: move45 4s linear infinite alternate;
  animation: move45 4s linear infinite alternate;
}

@-webkit-keyframes move45 {
  0% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
}
@keyframes move45 {
  0% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
}
@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@keyframes slideRight {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.draw-fill {
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
}
.draw-fill.l1 {
  -webkit-animation: fillMove1 16s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation: fillMove1 16s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.draw-fill.l2 {
  -webkit-animation: fillMove3 12s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: fillMove3 12s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}
.draw-fill.l3 {
  -webkit-animation: fillMove2 18s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: fillMove2 18s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}
.draw-fill.l10 {
  -webkit-animation: fillMove2 10s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: fillMove2 10s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes fillMove1 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  20% {
    clip-path: inset(0 0 0 0);
  }
  45% {
    clip-path: inset(0 0 0 0);
  }
  70% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes fillMove1 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  20% {
    clip-path: inset(0 0 0 0);
  }
  45% {
    clip-path: inset(0 0 0 0);
  }
  70% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes fillMove2 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  60% {
    clip-path: inset(0 0 0 0);
  }
  85% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes fillMove2 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  60% {
    clip-path: inset(0 0 0 0);
  }
  85% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes fillMove3 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  15% {
    clip-path: inset(0 0 0 0);
  }
  30% {
    clip-path: inset(0 0 0 0);
  }
  55% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes fillMove3 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  15% {
    clip-path: inset(0 0 0 0);
  }
  30% {
    clip-path: inset(0 0 0 0);
  }
  55% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
/* Breadcrumb */
#breadcrumb {
  padding: 25px 0;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  display: block;
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #FFAE3F;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li a {
  display: block;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* Contact Footer */
#contact-footer {
  border-top: 1px solid #E6E6E6;
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #contact-footer {
    padding: 60px 0;
  }
}
#contact-footer .contact-footer {
  position: relative;
  z-index: 1;
}
#contact-footer .contact-footer::after {
  content: "CONTACT";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 20rem;
  line-height: 7rem;
  font-weight: 500;
  color: #C4CDD3;
  text-align: center;
  opacity: 0.1;
}
@media only screen and (max-width: 1180px) {
  #contact-footer .contact-footer::after {
    font-size: 15rem;
  }
}
@media only screen and (max-width: 850px) {
  #contact-footer .contact-footer::after {
    font-size: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  #contact-footer .contact-footer::after {
    font-size: 8rem;
  }
}
#contact-footer .contact-footer .box-txthead {
  margin-bottom: 30px;
}
#contact-footer .contact-footer .box-content {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
@media only screen and (max-width: 750px) {
  #contact-footer .contact-footer .box-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}
#contact-footer .contact-footer .box-content .col h3 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  background-image: url("/assets/images/commons/slash-green-l.svg"), url("/assets/images/commons/slash-green-r.svg");
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: 14px;
}
@media only screen and (max-width: 750px) {
  #contact-footer .contact-footer .box-content .col h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#contact-footer .contact-footer .box-content .col .box-tel {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 750px) {
  #contact-footer .contact-footer .box-content .col .box-tel {
    height: auto;
  }
}
#contact-footer .contact-footer .box-content .col .box-tel > div {
  height: 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;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 750px) {
  #contact-footer .contact-footer .box-content .col .box-tel > div {
    height: auto;
    padding: 20px;
  }
}
#contact-footer .contact-footer .box-content .col .box-tel > div h4 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #FFE434;
  width: 100px;
  padding: 4px 0;
  border-radius: 11px;
}
#contact-footer .contact-footer .box-content .col .box-tel > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
}
@media only screen and (max-width: 850px) {
  #contact-footer .contact-footer .box-content .col .box-tel > div a {
    font-size: 3rem;
  }
}
#contact-footer .contact-footer .box-content .col .box-tel > div a .txt.lt2 {
  letter-spacing: 2px;
}
#contact-footer .contact-footer .box-content .col .box-tel > div a .txt.lt5 {
  letter-spacing: 5px;
}
#contact-footer .contact-footer .box-content .col .box-button {
  width: 100%;
  height: 180px;
  background-color: #F9F9F9;
  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: 0 40px;
}
@media only screen and (max-width: 750px) {
  #contact-footer .contact-footer .box-content .col .box-button {
    height: auto;
    padding: 30px;
  }
}
#contact-footer .contact-footer .obj {
  position: absolute;
}
#contact-footer .contact-footer .obj.green {
  width: 25.42%;
  top: -15.52%;
  left: -29.17%;
  z-index: 2;
}
#contact-footer .contact-footer .obj.blue {
  width: 13.23%;
  bottom: -12.76%;
  left: -16.67%;
  z-index: 2;
}
#contact-footer .contact-footer .obj.cyan {
  width: 15%;
  top: -6.9%;
  right: -15.73%;
  z-index: 2;
}
#contact-footer .contact-footer .obj.line-pink {
  width: 52.92%;
  bottom: -57.5%;
  right: -24.17%;
  z-index: 2;
}
#contact-footer .contact-footer .obj.dot {
  width: 40.83%;
  bottom: -41.72%;
  right: -33.54%;
  z-index: 1;
  opacity: 0.3;
}

.nowrap {
  white-space: nowrap;
}

/* Menu Dropdown */
.menu-dropdown {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 14;
  width: 90%;
  max-width: 900px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .menu-dropdown {
    display: none !important;
  }
}
.menu-dropdown.active {
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.menu-dropdown .box-white {
  padding: 20px 40px 40px 40px;
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 20px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 20px 20px 0px rgb(227, 237, 245);
}
.menu-dropdown .box-white .btn-tt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 10px;
  color: #D64516;
}
.menu-dropdown .box-white .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-dropdown .box-white .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 300px;
  width: 100%;
  padding: 0 10px;
}
.menu-dropdown .box-white .content .row .ttl {
  display: table;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  padding: 4px 0 4px 12px;
  background-color: #f9f9f9;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-height: 640px) {
  .menu-dropdown .box-white .content .row .ttl {
    padding: 2px 0 2px 12px;
    margin-bottom: 10px;
  }
}
.menu-dropdown .box-white .content .row .ttl:hover {
  opacity: 1;
  color: #D64516;
}
.menu-dropdown .box-white .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 4px;
  height: 60%;
  background-color: #D64516;
  margin-top: auto;
  margin-bottom: auto;
  display: table;
}
.menu-dropdown .box-white .content .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
}
.menu-dropdown .box-white .content .row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 4px;
}
.menu-dropdown .box-white .content .row ul li a {
  display: table;
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  background-image: url("/assets/images/commons/icn-arrow-right-sitemap.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px;
}
@media only screen and (max-height: 640px) {
  .menu-dropdown .box-white .content .row ul li a {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.menu-dropdown .box-white .content .row ul li a span {
  font-size: 1.4rem;
  margin-left: 20px;
}
@media only screen and (max-height: 640px) {
  .menu-dropdown .box-white .content .row ul li a span {
    font-size: 1rem;
  }
}
.menu-dropdown .box-white .content .row ul li a:hover {
  opacity: 1;
  color: #D64516;
}
.menu-dropdown .box-white .btn-close {
  margin-top: 25px;
}
@media only screen and (max-height: 640px) {
  .menu-dropdown .box-white .btn-close {
    margin-top: 20px;
  }
}
.menu-dropdown .box-white .btn-close .btn {
  height: 45px;
}

.page-top header {
  position: fixed;
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: #4D4D4D;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 77, 77, 0.05)), to(rgba(77, 77, 77, 0)));
  background: linear-gradient(rgba(77, 77, 77, 0.05) 0%, rgba(77, 77, 77, 0) 100%);
}
header.with-background {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 750px) {
  header.with-background {
    background-color: #fff;
  }
}
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;
  height: 84px;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 70px;
  }
}
header .header .col-l a {
  display: table;
}
header .header .col-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1280px) {
  header .header .col-r {
    gap: 15px;
  }
}
header .header .col-r nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1280px) {
  header .header .col-r nav {
    gap: 15px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .col-r nav {
    display: none;
  }
}
header .header .col-r nav .btn-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .col-r nav a {
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
header .header .col-r nav a:hover {
  opacity: 1;
}
header .header .col-r nav a img {
  min-width: 13px;
}
header .header .col-r .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-r .box-btn {
    display: none;
  }
}
header .header .col-r .box-btn .icn {
  min-width: 13px;
}
header .header .col-r .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .col-r .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .col-r .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .col-r .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .col-r .btn-burger .bar-icon .bar1,
header .header .col-r .btn-burger .bar-icon .bar2,
header .header .col-r .btn-burger .bar-icon .bar3 {
  width: 44px;
  height: 4px;
  background-color: #272727;
  margin: 10px 0;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .col-r .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-11px, 9px);
  transform: rotate(-45deg) translate(-11px, 9px);
}
header .header .col-r .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .col-r .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-11px, -9px);
  transform: rotate(45deg) translate(-11px, -9px);
}

/* Menu Responsive */
.menu-responsive {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 14;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5%;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .box-content {
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 100px;
}
.menu-responsive .box-content nav {
  padding-top: 50px;
  text-align: center;
  display: inline;
}
.menu-responsive .box-content nav > ul > li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-responsive .box-content nav > ul > li.small a {
  font-size: 1.4rem;
  font-weight: 400;
}
.menu-responsive .box-content nav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 8px 20px;
  width: 100%;
}
.menu-responsive .box-content nav > ul > li > a .icon {
  margin-left: 5px;
}
.menu-responsive .box-content nav > ul > li > a.toggle-btn {
  background-image: url("/assets/images/commons/menu-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right 0px;
  background-size: 22px;
}
.menu-responsive .box-content nav > ul > li > a.toggle-btn.active {
  background-image: url("/assets/images/commons/menu-toggle-open.svg");
  background-position: center right 0px;
}
.menu-responsive .box-content nav > ul > li ul {
  border-top: 1px solid #EBEBEB;
  background-color: rgba(255, 255, 255, 0);
}
.menu-responsive .box-content nav > ul > li ul.toggle-content {
  display: none;
}
.menu-responsive .box-content nav > ul > li ul.toggle-content li.btn-hd {
  background-color: #F9F9F9;
}
.menu-responsive .box-content nav > ul > li ul.toggle-content li.btn-hd a {
  padding: 10px;
  font-size: 1.8rem;
}
.menu-responsive .box-content nav > ul > li ul.toggle-content li.btn-hd a::before {
  content: inherit;
}
.menu-responsive .box-content nav > ul > li ul li {
  font-size: 1.4rem;
}
.menu-responsive .box-content nav > ul > li ul li + li {
  border-top: 1px solid #EBEBEB;
}
.menu-responsive .box-content nav > ul > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 10px 40px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-responsive .box-content nav > ul > li ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  width: 20px;
  height: 4px;
  background-image: url("/assets/images/commons/icn-arrow-right-sitemap.svg");
  background-repeat: no-repeat;
  background-position: center right 0px;
  background-size: 14px;
}
.menu-responsive .box-content nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}
.menu-responsive .box-content nav a + a {
  margin-top: 30px;
}
.menu-responsive .box-content .dt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-responsive .box-content .box-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-responsive .box-content .box-btn a {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.menu-responsive .box-content .box-btn a.square-radius {
  height: 60px;
  border-radius: 30px;
}
.menu-responsive .box-content .box-btn a + a {
  margin-top: 30px;
}

.active-mn-01 .mn-01 .hover-underline,
.active-mn-02 .mn-02 .hover-underline,
.active-mn-03 .mn-03 .hover-underline {
  background-size: 100% 1px;
}

/* Footer */
footer {
  border-top: 1px solid #E6E6E6;
  background-color: #F9F9F9;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
}
@media only screen and (max-width: 850px) {
  footer .footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
  }
}
footer .footer .col-l {
  min-width: 180px;
}
footer .footer .col-l a {
  display: table;
}
footer .footer .col-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 850px) {
  footer .footer .col-r {
    display: none;
  }
}
footer .footer .col-r > ul > li + li {
  margin-top: 15px;
}
footer .footer .col-r > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}
footer .footer .col-r > ul > li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
footer .footer .col-r > ul > li ul {
  margin-top: 15px;
}
footer .footer .col-r > ul > li ul > li + li {
  margin-top: 15px;
}
footer .footer .col-r > ul > li ul > li a {
  color: #797C7A;
}
footer .footer .col-r > ul > li ul > li > ul {
  margin-top: 10px;
}
footer .footer .col-r > ul > li ul > li > ul > li {
  background-image: url("/assets/images/commons/icn-arrow-right-sitemap.svg");
  background-repeat: no-repeat;
  background-position: top 11px left;
  background-size: 10px;
  padding-left: 18px;
}
footer .footer .col-r > ul > li ul > li > ul > li + li {
  margin-top: 8px;
}
footer .footer .col-r > ul > li ul > li > ul > li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
footer .copyright {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #797C7A;
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.page-top #wrapper {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 750px) {
  .page-top #wrapper {
    padding-top: 100px;
  }
}

/* MV */
#mv {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #mv {
    padding-bottom: 20px;
  }
}
#mv .mv {
  position: relative;
}
#mv .mv .item {
  position: relative;
}
#mv .mv .item .txt {
  position: absolute;
  left: 65px;
  z-index: 3;
  width: 100%;
  height: 100%;
  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-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  #mv .mv .item .txt {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .item .txt {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: -40px;
  }
}
#mv .mv .item .txt h1 {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .item .txt h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .item .txt h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .item .txt h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
#mv .mv .item .txt h1 .line {
  display: inline-block;
}
#mv .mv .item .txt h1 .bg {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 7rem;
  line-height: 11rem;
  color: #fff;
  background: #00A2DE;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .item .txt h1 .bg {
    font-size: 5rem;
    line-height: 8rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .item .txt h1 .bg {
    font-size: 3rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .item .txt h1 .bg {
    font-size: 4.5rem;
    line-height: 7.5rem;
  }
}
#mv .mv .item .obj {
  width: 68.75%;
  max-width: 990px;
  max-height: 776px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #mv .mv .item .obj {
    width: 120%;
    margin-left: -15%;
  }
}
#mv .mv .item .obj > div {
  position: absolute;
  z-index: 1;
  opacity: 0;
  will-change: transform, opacity;
}
#mv .mv .item .obj > div.yellow {
  width: 40.51%;
  top: 1.93%;
  left: 42.53%;
  -webkit-animation: assemble-yellow 1s ease-out 1s forwards;
  animation: assemble-yellow 1s ease-out 1s forwards;
}
#mv .mv .item .obj > div.cyan {
  width: 25.76%;
  top: 21.91%;
  left: 17.88%;
  z-index: 2;
  -webkit-animation: assemble-cyan 1s ease-out 1.1s forwards;
  animation: assemble-cyan 1s ease-out 1.1s forwards;
}
#mv .mv .item .obj > div.pink {
  width: 22.53%;
  top: 36.73%;
  left: 69.09%;
  z-index: 3;
  -webkit-animation: assemble-pink 1s ease-out 1.2s forwards;
  animation: assemble-pink 1s ease-out 1.2s forwards;
}
#mv .mv .item .obj > div.blue {
  width: 31.92%;
  top: 51.93%;
  left: 12.73%;
  z-index: 3;
  -webkit-animation: assemble-blue 1s ease-out 1.3s forwards;
  animation: assemble-blue 1s ease-out 1.3s forwards;
}
#mv .mv .item .obj > div.red {
  width: 38.89%;
  top: 30.28%;
  left: 31.72%;
  z-index: 4;
  -webkit-animation: assemble-red 1s ease-out 1.4s forwards;
  animation: assemble-red 1s ease-out 1.4s forwards;
}
#mv .mv .item .obj > div.green {
  width: 37.58%;
  top: 50%;
  left: 58.79%;
  z-index: 4;
  -webkit-animation: assemble-green 1s ease-out 1.5s forwards;
  animation: assemble-green 1s ease-out 1.5s forwards;
}
#mv .mv .item .obj > div.line-green {
  width: 58.59%;
  top: 44.07%;
  left: 30.2%;
  z-index: 2;
  -webkit-animation: assemble-line-green 1s ease-out 1.6s forwards;
  animation: assemble-line-green 1s ease-out 1.6s forwards;
}
#mv .mv .item .obj > div.line-pink {
  width: 53.94%;
  top: 73.45%;
  left: -3.54%;
  z-index: 3;
  -webkit-animation: assemble-line-pink 1s ease-out 1.65s forwards;
  animation: assemble-line-pink 1s ease-out 1.65s forwards;
}
#mv .mv .item .obj > div.line-orange {
  width: 44.55%;
  top: 65.6%;
  left: 52.02%;
  z-index: 3;
  -webkit-animation: assemble-line-orange 1s ease-out 1.7s forwards;
  animation: assemble-line-orange 1s ease-out 1.7s forwards;
}
#mv .mv .item .obj > div.bg-dot {
  width: 39.7%;
  top: 20.23%;
  left: 36.77%;
  z-index: -1;
  -webkit-animation: assemble-bg-dot 1s ease-out 1.4s forwards;
  animation: assemble-bg-dot 1s ease-out 1.4s forwards;
}
#mv .mv .item .obj > div .parallax {
  will-change: transform;
}
#mv .mv .item .obj > div .parallax svg {
  width: 100%;
  height: auto;
}
#mv .mv .item .obj > img {
  position: static !important;
}
#mv .mv-scroll {
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  #mv .mv-scroll {
    bottom: 30px;
    right: 10px;
  }
}
#mv .mv-scroll img {
  will-change: transform;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
}

@-webkit-keyframes assemble-yellow {
  from {
    opacity: 0;
    -webkit-transform: translate(-300px, -200px) rotate(-180deg) scale(1.5);
    transform: translate(-300px, -200px) rotate(-180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-yellow {
  from {
    opacity: 0;
    -webkit-transform: translate(-300px, -200px) rotate(-180deg) scale(1.5);
    transform: translate(-300px, -200px) rotate(-180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-cyan {
  from {
    opacity: 0;
    -webkit-transform: translate(250px, -250px) rotate(200deg) scale(1.5);
    transform: translate(250px, -250px) rotate(200deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-cyan {
  from {
    opacity: 0;
    -webkit-transform: translate(250px, -250px) rotate(200deg) scale(1.5);
    transform: translate(250px, -250px) rotate(200deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-pink {
  from {
    opacity: 0;
    -webkit-transform: translate(300px, 150px) rotate(-200deg) scale(1.5);
    transform: translate(300px, 150px) rotate(-200deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-pink {
  from {
    opacity: 0;
    -webkit-transform: translate(300px, 150px) rotate(-200deg) scale(1.5);
    transform: translate(300px, 150px) rotate(-200deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-blue {
  from {
    opacity: 0;
    -webkit-transform: translate(-250px, 200px) rotate(180deg) scale(1.5);
    transform: translate(-250px, 200px) rotate(180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-blue {
  from {
    opacity: 0;
    -webkit-transform: translate(-250px, 200px) rotate(180deg) scale(1.5);
    transform: translate(-250px, 200px) rotate(180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-red {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, -100px) rotate(-270deg) scale(1.5);
    transform: translate(200px, -100px) rotate(-270deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-red {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, -100px) rotate(-270deg) scale(1.5);
    transform: translate(200px, -100px) rotate(-270deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-green {
  from {
    opacity: 0;
    -webkit-transform: translate(-200px, 150px) rotate(270deg) scale(1.5);
    transform: translate(-200px, 150px) rotate(270deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-green {
  from {
    opacity: 0;
    -webkit-transform: translate(-200px, 150px) rotate(270deg) scale(1.5);
    transform: translate(-200px, 150px) rotate(270deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-line-green {
  from {
    opacity: 0;
    -webkit-transform: translate(-150px, -300px) rotate(180deg) scale(1.5);
    transform: translate(-150px, -300px) rotate(180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-line-green {
  from {
    opacity: 0;
    -webkit-transform: translate(-150px, -300px) rotate(180deg) scale(1.5);
    transform: translate(-150px, -300px) rotate(180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-line-pink {
  from {
    opacity: 0;
    -webkit-transform: translate(-300px, 300px) rotate(-180deg) scale(1.5);
    transform: translate(-300px, 300px) rotate(-180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-line-pink {
  from {
    opacity: 0;
    -webkit-transform: translate(-300px, 300px) rotate(-180deg) scale(1.5);
    transform: translate(-300px, 300px) rotate(-180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-line-orange {
  from {
    opacity: 0;
    -webkit-transform: translate(300px, -200px) rotate(180deg) scale(1.5);
    transform: translate(300px, -200px) rotate(180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-line-orange {
  from {
    opacity: 0;
    -webkit-transform: translate(300px, -200px) rotate(180deg) scale(1.5);
    transform: translate(300px, -200px) rotate(180deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes assemble-bg-dot {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -400px) rotate(360deg) scale(1.5);
    transform: translate(0, -400px) rotate(360deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes assemble-bg-dot {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -400px) rotate(360deg) scale(1.5);
    transform: translate(0, -400px) rotate(360deg) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
/* News */
#news {
  padding: 30px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background-color: #fff;
}
#news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news .news {
    display: block;
  }
}
#news .news .box-txthead {
  width: 200px;
  min-width: 200px;
}
@media only screen and (max-width: 750px) {
  #news .news .box-txthead {
    width: 100%;
    min-width: auto;
    margin-bottom: 15px;
  }
}
#news .news .box-content {
  width: 100%;
}
#news .news .box-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 62px;
}
@media only screen and (max-width: 750px) {
  #news .news .box-content a {
    display: block;
  }
}
#news .news .box-content a:hover {
  opacity: 1;
}
#news .news .box-content a:hover::after {
  background-color: #FFAE3F;
  border-color: #FFAE3F;
  background-image: url("/assets/images/commons/icn-arrow-right-small-white.svg");
}
#news .news .box-content a::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  bottom: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #E6E6E6;
  background-image: url("/assets/images/commons/icn-arrow-right-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
@media only screen and (max-width: 750px) {
  #news .news .box-content a::after {
    top: 0;
    bottom: 0;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#news .news .box-content a .date {
  width: 125px;
  min-width: 125px;
  color: #797C7A;
}
@media only screen and (max-width: 750px) {
  #news .news .box-content a .date {
    width: auto;
    min-width: auto;
  }
}
#news .news .box-content a .topic {
  font-weight: 700;
}

/* Job */
#job {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#job .bar-slide-abs-01 {
  top: 115px;
}
#job .bar-slide-abs-02 {
  top: 50%;
}
#job .bar-slide-abs-03 {
  bottom: 28px;
}
#job .job {
  position: relative;
  z-index: 1;
}
#job .job .box-content .job-list {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#job .job .box-content .job-list .item {
  border-radius: 10px;
  overflow: hidden;
}
#job .job .box-content .job-list .item:nth-child(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#job .job .box-content .job-list .item:nth-child(even) a .content {
  padding-left: 60px;
  padding-right: 30px;
}
@media only screen and (max-width: 850px) {
  #job .job .box-content .job-list .item:nth-child(even) a .content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .box-content .job-list .item:nth-child(even) a .content {
    padding-left: 0;
    padding-right: 0;
  }
}
#job .job .box-content .job-list .item a {
  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: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #job .job .box-content .job-list .item a {
    display: block;
  }
}
#job .job .box-content .job-list .item a:hover {
  opacity: 1;
}
#job .job .box-content .job-list .item a:hover .content .box-btn .btn .circle-orange {
  background-color: #FFAE3F;
  background-image: url("/assets/images/commons/icn-arrow-right-white.svg");
}
#job .job .box-content .job-list .item a .content {
  width: 43.36%;
  padding-left: 30px;
  padding-right: 60px;
}
@media only screen and (max-width: 850px) {
  #job .job .box-content .job-list .item a .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .box-content .job-list .item a .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#job .job .box-content .job-list .item a .content h3 {
  display: table;
  font-size: 2rem;
  line-height: 3rem;
  color: #797C7A;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1180px) {
  #job .job .box-content .job-list .item a .content h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #job .job .box-content .job-list .item a .content h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .box-content .job-list .item a .content h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#job .job .box-content .job-list .item a .content h3 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: #272727;
}
@media only screen and (max-width: 1180px) {
  #job .job .box-content .job-list .item a .content h3 span {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #job .job .box-content .job-list .item a .content h3 span {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .box-content .job-list .item a .content h3 span {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
#job .job .box-content .job-list .item a .cover {
  width: 56.64%;
  max-width: 546px;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #job .job .box-content .job-list .item a .cover {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
#job .job .box-content .job-list .item + .item {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #job .job .box-content .job-list .item + .item {
    margin-top: 20px;
  }
}
#job .job .job-obj-top-left {
  position: absolute;
  width: 17.16%;
  top: -72px;
  left: -11.21%;
  z-index: -1;
}
@media only screen and (max-width: 850px) {
  #job .job .job-obj-top-left {
    top: -52px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .job-obj-top-left {
    top: -32px;
  }
}

/* Philosophy */
#philosophy {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
}
#philosophy .philosophy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #philosophy .philosophy {
    display: block;
  }
}
#philosophy .philosophy .box-txthead {
  width: 540px;
  min-width: 540px;
}
@media only screen and (max-width: 850px) {
  #philosophy .philosophy .box-txthead {
    width: 100%;
    min-width: 100%;
  }
}
#philosophy .philosophy .box-content {
  width: 100%;
  padding-left: 45px;
}
@media only screen and (max-width: 850px) {
  #philosophy .philosophy .box-content {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #philosophy .philosophy .box-content {
    margin-top: 25px;
  }
}
#philosophy .philosophy .box-content p {
  max-width: 450px;
}
@media only screen and (max-width: 850px) {
  #philosophy .philosophy .box-content p {
    max-width: 100%;
  }
}
#philosophy .philosophy .philosophy-obj-yellow {
  position: absolute;
  width: 24.22%;
  top: -20px;
  left: 21.55%;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  #philosophy .philosophy .philosophy-obj-yellow {
    left: 31.55%;
    top: -10px;
  }
}
#philosophy .philosophy .philosophy-obj-line {
  position: absolute;
  width: 20.17%;
  top: -42px;
  right: -12.24%;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  #philosophy .philosophy .philosophy-obj-line {
    width: 30%;
    top: -22px;
  }
}
#philosophy .philosophy .philosophy-obj-line img {
  -webkit-animation: move45 5s linear infinite alternate;
  animation: move45 5s linear infinite alternate;
}

/* Project */
#project {
  overflow: hidden;
  padding-bottom: 0;
}
#project .project {
  position: relative;
  z-index: 1;
}
#project .project .box-txthead {
  margin-bottom: 60px;
}
#project .project .box-content {
  position: relative;
  padding: 60px 0;
}
#project .project .box-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  width: 1000%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #E6E6E6;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#project .project .box-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  width: 1000%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #E6E6E6;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#project .project .box-content .project-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 29px;
  -moz-column-gap: 29px;
  column-gap: 29px;
  grid-row-gap: 45px;
}
@media only screen and (max-width: 850px) {
  #project .project .box-content .project-list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #project .project .box-content .project-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 30px;
  }
}
#project .project .box-content .project-list .item a {
  display: block;
}
#project .project .box-content .project-list .item a:hover {
  opacity: 1;
}
#project .project .box-content .project-list .item a:hover .brief::after {
  background-image: url("/assets/images/commons/icn-arrow-right-small-white.svg");
  background-color: #FFAE3F;
  border-color: #FFAE3F;
}
#project .project .box-content .project-list .item a .cover {
  border-radius: 10px;
}
#project .project .box-content .project-list .item a .brief {
  margin-top: 15px;
  padding-right: 72px;
  position: relative;
}
#project .project .box-content .project-list .item a .brief::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 1;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #E6E6E6;
  background-image: url("/assets/images/commons/icn-arrow-right-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
#project .project .box-content .project-list .item a .brief h3 {
  position: relative;
  padding-left: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 4.2rem;
}
@media only screen and (max-width: 1180px) {
  #project .project .box-content .project-list .item a .brief h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #project .project .box-content .project-list .item a .brief h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
#project .project .box-content .project-list .item a .brief h3::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #FFAE3F;
}
@media only screen and (max-width: 1180px) {
  #project .project .box-content .project-list .item a .brief h3::before {
    top: 13px;
  }
}
@media only screen and (max-width: 750px) {
  #project .project .box-content .project-list .item a .brief h3::before {
    top: 7px;
  }
}
#project .project .box-content .project-list .item a .brief p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #797C7A;
  padding-left: 18px;
}
@media only screen and (max-width: 1180px) {
  #project .project .box-content .project-list .item a .brief p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #project .project .box-content .project-list .item a .brief p {
    font-size: 1.2rem;
  }
}
#project .project .project-obj-top-right {
  position: absolute;
  width: 16.98%;
  top: -45px;
  right: 12.93%;
  z-index: -1;
}
@media only screen and (max-width: 850px) {
  #project .project .project-obj-top-right {
    top: -25px;
    right: 7.5%;
  }
}
@media only screen and (max-width: 750px) {
  #project .project .project-obj-top-right {
    top: -10px;
    right: 2.5%;
  }
}

/* Business Description */
#business {
  position: relative;
  overflow: hidden;
}
#business .business-row {
  position: relative;
  z-index: 1;
}
#business .business-row .bar-slide-abs-01 {
  margin-top: -85px;
}
#business .business-row .bar-slide-abs-02 {
  margin-top: -95px;
}
#business .business-row .bar-slide-abs-03 {
  bottom: 50px;
}
#business .business-row.bg-gray-light {
  z-index: 2;
}
#business .business-row .business.with-obj {
  position: relative;
}
#business .business-row .business.with-obj .obj {
  position: absolute;
}
#business .business-row .business.with-obj .obj.line-orange {
  width: 50.43%;
  bottom: -60px;
  right: 10.34%;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business.with-obj .obj.line-orange {
    bottom: -40px;
  }
}
#business .business-row .business.with-obj .obj.red {
  width: 30.1%;
  right: 25.72%;
  bottom: -170px;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business.with-obj .obj.red {
    bottom: -90px;
  }
}
#business .business-row .business.with-obj .obj.yellow {
  width: 36.21%;
  right: -4.72%;
  bottom: -160px;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business.with-obj .obj.yellow {
    bottom: -90px;
  }
}
#business .business-row .business.with-obj-solution {
  position: relative;
}
#business .business-row .business.with-obj-solution .obj-solution {
  position: absolute;
}
#business .business-row .business.with-obj-solution .obj-solution.cyan {
  width: 21.9%;
  top: 110px;
  right: 21.98%;
  z-index: 2;
}
#business .business-row .business.with-obj-solution .obj-solution.blue {
  width: 19.14%;
  top: 43px;
  right: -2.59%;
  z-index: 1;
}
#business .business-row .business.with-obj-solution .obj-solution.yellow {
  width: 34.48%;
  top: 128px;
  right: -2.07%;
  z-index: 3;
}
#business .business-row .business.with-obj-solution .obj-solution.line-green {
  width: 68.97%;
  top: 480px;
  right: -8.62%;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution .obj-solution.line-green {
    top: 380px;
  }
}
#business .business-row .business.with-obj-solution.news-paper .obj-solution.red {
  width: 27.9%;
  top: 290px;
  right: 25.98%;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution.news-paper .obj-solution.red {
    top: 160px;
    right: 2%;
  }
}
#business .business-row .business.with-obj-solution.news-paper .obj-solution.cyan {
  width: 21.14%;
  top: 75px;
  right: 7.41%;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution.news-paper .obj-solution.cyan {
    z-index: 0;
    top: 100px;
    right: 0%;
  }
}
#business .business-row .business.with-obj-solution.news-paper .obj-solution.blue {
  width: 23.48%;
  top: 288px;
  right: 6.93%;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution.news-paper .obj-solution.blue {
    z-index: 0;
    top: 160px;
    right: 17%;
  }
}
#business .business-row .business.with-obj-solution.news-paper .obj-solution.line-green {
  width: 50.97%;
  top: 500px;
  right: -8.62%;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution.news-paper .obj-solution.line-green {
    top: 450px;
  }
}
#business .business-row .business.with-obj-solution.ukiuki-paper .obj-solution.blue {
  width: 18%;
  top: 230px;
  right: 27%;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution.ukiuki-paper .obj-solution.blue {
    top: 160px;
    right: 2%;
  }
}
#business .business-row .business.with-obj-solution.ukiuki-paper .obj-solution.pink {
  width: 19%;
  top: 75px;
  right: 7.41%;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution.ukiuki-paper .obj-solution.pink {
    z-index: 0;
    top: 100px;
    right: 0%;
  }
}
#business .business-row .business.with-obj-solution.ukiuki-paper .obj-solution.yellow {
  width: 29%;
  top: 320px;
  right: 6.93%;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution.ukiuki-paper .obj-solution.yellow {
    z-index: 0;
    top: 100px;
    right: 17%;
  }
}
#business .business-row .business.with-obj-solution.ukiuki-paper .obj-solution.line-pink {
  width: 50.97%;
  top: 350px;
  right: 0%;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business.with-obj-solution.ukiuki-paper .obj-solution.line-pink {
    top: 450px;
  }
}
#business .business-row .business .intro {
  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: 70px 0;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business .intro {
    display: block;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .intro {
    padding: 40px 0 60px 0;
  }
}
#business .business-row .business .intro .col-text {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business .intro .col-text {
    width: 100%;
  }
}
#business .business-row .business .intro .col-text h2 {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .intro .col-text h2 {
    font-size: 2rem;
    line-height: 3.6rem;
    margin-bottom: 15px;
  }
}
#business .business-row .business .intro .col-text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .intro .col-text p + p {
    margin-top: 15px;
  }
}
#business .business-row .business .intro .col-img {
  width: 42.25%;
  max-width: 490px;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business .intro .col-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .intro .col-img {
    margin-top: 30px;
  }
}
#business .business-row .business .business-history h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 60px 0px 30px 20px;
  position: relative;
}
#business .business-row .business .business-history h3::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 30px;
  background-color: #FFAE3F;
  border-radius: 5px;
  top: 3px;
  left: -15px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-history h3::before {
    height: 22px;
    width: 3px;
    left: -10px;
    top: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-history h3 {
    margin: 40px 0 20px 10px;
    font-size: 1.8rem;
  }
}
#business .business-row .business .business-history .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  grid-row-gap: 50px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business .business-history .content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-history .content {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-row-gap: 30px;
  }
}
#business .business-row .business .business-history .content.columns-3 {
  -ms-grid-columns: (1fr)[3] !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-history .content.columns-3 {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
#business .business-row .business .business-history .content .item a {
  display: block;
}
#business .business-row .business .business-history .content .item a:hover {
  opacity: 1;
}
#business .business-row .business .business-history .content .item a .brief {
  margin-top: 10px;
}
#business .business-row .business .business-history .content .item a .brief .topic {
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#business .business-row .business .business-history .content .item a .brief p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #797C7A;
  text-decoration: underline;
  line-break: anywhere;
}
#business .business-row .business .business-faq .content .faq-list {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-faq .content .faq-list {
    padding: 20px;
  }
}
#business .business-row .business .business-faq .content .faq-list + .faq-list {
  margin-top: 20px;
}
#business .business-row .business .business-faq .content .faq-list .toggle-btn {
  display: block;
  font-weight: 700;
  background-image: url("/assets/images/commons/icn-toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  position: relative;
  padding-left: 60px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-faq .content .faq-list .toggle-btn {
    padding-left: 40px;
  }
}
#business .business-row .business .business-faq .content .faq-list .toggle-btn::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}
#business .business-row .business .business-faq .content .faq-list .toggle-btn.active {
  background-image: url("/assets/images/commons/icn-toggle-close.svg");
}
#business .business-row .business .business-faq .content .faq-list .toggle-content {
  display: none;
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #E6E6E6;
  position: relative;
  padding-left: 60px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-faq .content .faq-list .toggle-content {
    margin-top: 15px;
    padding-top: 16px;
    padding-left: 40px;
  }
}
#business .business-row .business .business-faq .content .faq-list .toggle-content a {
  color: #D64516;
  text-decoration: underline;
}
#business .business-row .business .business-faq .content .faq-list .toggle-content::before {
  content: "A";
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFAE3F;
}
#business .business-row .business .business-service .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-service .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#business .business-row .business .business-service .content .item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#business .business-row .business .business-service .content .item a {
  display: block;
  height: 100%;
}
#business .business-row .business .business-service .content .item a:hover {
  opacity: 1;
}
#business .business-row .business .business-service .content .item a:hover .brief::after {
  background-image: url("/assets/images/commons/icn-arrow-right-small-white.svg");
  background-color: #FFAE3F;
  border-color: #FFAE3F;
}
#business .business-row .business .business-service .content .item a .brief {
  position: relative;
  padding: 20px 80px 20px 20px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-service .content .item a .brief {
    padding: 20px;
  }
}
#business .business-row .business .business-service .content .item a .brief::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 42px;
  height: 42px;
  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;
  border-radius: 100%;
  border: 1px solid #E6E6E6;
  background-image: url("/assets/images/commons/icn-arrow-right-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-service .content .item a .brief::after {
    position: static;
    margin-left: auto;
  }
}
#business .business-row .business .business-service .content .item a .brief .topic {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#business .business-row .business-box {
  position: relative;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 24px;
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box {
    padding: 30px 0 40px 0;
  }
}
#business .business-row .business-box.mt40 {
  margin-top: 40px;
}
#business .business-row .business-box.solution {
  background-color: #E1F5F2;
}
#business .business-row .business-box.news {
  background-color: #E7F0FC;
}
#business .business-row .business-box.ukiuki {
  background-color: #E7F7FC;
}
#business .business-row .business-box.white {
  background-color: #fff;
}
#business .business-row .business-box .business {
  position: relative;
  z-index: 1;
}
#business .business-row .business-box .business .obj {
  position: absolute;
  z-index: -1;
}
#business .business-row .business-box .business .obj.green {
  width: 36.81%;
  top: 0;
  right: 11.81%;
}
#business .business-row .business-box .business .obj.pink {
  width: 22.24%;
  top: 30px;
  right: 19.48%;
}
#business .business-row .business-box .business .obj.blue {
  width: 27.16%;
  top: 20px;
  right: 21.03%;
}
#business .business-row .business-box .business .box-txthead {
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-txthead {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-txthead {
    margin-bottom: 20px;
  }
}
#business .business-row .business-box .business .box-txthead .obj-strengths {
  position: absolute;
  width: 14.66%;
  top: -20px;
  right: 13.24%;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-txthead .obj-strengths {
    top: 10px;
    right: 0%;
  }
}
#business .business-row .business-box .business .box-txthead .obj-menu {
  position: absolute;
  width: 16.55%;
  top: -41px;
  left: 21.59%;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-txthead .obj-menu {
    top: -10px;
    left: 5%;
  }
}
#business .business-row .business-box .business .box-intro {
  position: relative;
  z-index: 5;
}
#business .business-row .business-box .business .box-intro > .topic {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-intro > .topic {
    font-size: 2rem;
    line-height: 3.6rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-intro > .topic {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
#business .business-row .business-box .business .box-intro .button {
  margin-top: 45px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-intro .button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-intro .button {
    margin-top: 20px;
  }
}
#business .business-row .business-box .business .box-intro .button p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-intro .button p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#business .business-row .business-box .business .box-intro .button.radius-bg {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-intro .button.radius-bg {
    display: block;
  }
}
#business .business-row .business-box .business .box-intro .button.radius-bg .flex {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-row-gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 43px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-intro .button.radius-bg .flex {
    display: block;
  }
}
#business .business-row .business-box .business .box-intro .button.radius-bg .flex p {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 35px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-intro .button.radius-bg .flex p {
    line-height: 2.6rem;
    padding-left: 0;
    white-space: normal;
    text-align: center;
    margin-bottom: 10px;
  }
}
#business .business-row .business-box .business .box-intro .button.radius-bg .flex a {
  min-width: 400px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-intro .button.radius-bg .flex a {
    min-width: auto;
    width: 100%;
  }
}
#business .business-row .business-box .business .box-intro + .box-content {
  margin-top: 130px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-intro + .box-content {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-intro + .box-content {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-intro + .box-content {
    margin-top: 60px;
  }
}
#business .business-row .business-box .business .box-btn {
  margin-top: 50px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-btn {
    margin-top: 35px;
  }
}
#business .business-row .business-box .business .box-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  grid-row-gap: 20px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-btn ul {
    grid-row-gap: 15px;
  }
}
#business .business-row .business-box .business .box-btn ul li {
  width: 400px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-btn ul li {
    width: 100%;
  }
}
#business .business-row .business-box .business .box-list {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list {
    margin-top: 40px;
  }
}
#business .business-row .business-box .business .box-list .list-with-img + .list-with-img {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list-with-img + .list-with-img {
    margin-top: 5%;
  }
}
#business .business-row .business-box .business .box-list .list-with-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list-with-img a {
    display: block;
    padding: 20px;
  }
}
#business .business-row .business-box .business .box-list .list-with-img a:hover {
  opacity: 1;
}
#business .business-row .business-box .business .box-list .list-with-img a:hover .brief .abs {
  margin-top: 0;
}
#business .business-row .business-box .business .box-list .list-with-img a:hover .brief .abs .btn .circle-orange {
  background-color: #FFAE3F;
  background-image: url("/assets/images/commons/icn-arrow-right-white.svg");
}
#business .business-row .business-box .business .box-list .list-with-img a .cover {
  width: 49.64%;
  max-width: 546px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list-with-img a .cover {
    width: 100%;
    max-width: 100%;
  }
}
#business .business-row .business-box .business .box-list .list-with-img a .brief {
  width: 47%;
  padding-top: 15px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-list .list-with-img a .brief {
    width: 45%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list-with-img a .brief {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
  }
}
#business .business-row .business-box .business .box-list .list-with-img a .brief .topic {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-list .list-with-img a .brief .topic {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list-with-img a .brief .topic {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 5px;
  }
}
#business .business-row .business-box .business .box-list .list-with-img a .brief .abs {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list-with-img a .brief .abs {
    position: static;
    margin-left: auto;
    margin-top: 20px;
  }
}
#business .business-row .business-box .business .box-list .list-with-img + .list {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list-with-img + .list {
    margin-top: 5%;
  }
}
#business .business-row .business-box .business .box-list .list + .list {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list + .list {
    margin-top: 5%;
  }
}
#business .business-row .business-box .business .box-list .list.non-line a::before {
  display: none;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list.non-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #business .business-row .business-box .business .box-list .list.non-line a .topic {
    width: 50%;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  #business .business-row .business-box .business .box-list .list.non-line a::after {
    margin-top: 20px;
  }
}
#business .business-row .business-box .business .box-list .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
  padding-right: 100px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list a {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
#business .business-row .business-box .business .box-list .list a:hover {
  opacity: 1;
}
#business .business-row .business-box .business .box-list .list a:hover::after {
  background-image: url("/assets/images/commons/icn-arrow-right-small-white.svg");
  background-color: #FFAE3F;
  border-color: #FFAE3F;
}
#business .business-row .business-box .business .box-list .list a::before {
  content: "";
  position: absolute;
  left: 210px;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list a::before {
    display: none;
  }
}
#business .business-row .business-box .business .box-list .list a::after {
  content: "";
  position: absolute;
  right: 30px;
  z-index: 1;
  width: 42px;
  height: 42px;
  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;
  border-radius: 100%;
  border: 1px solid #E6E6E6;
  background-image: url("/assets/images/commons/icn-arrow-right-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list a::after {
    position: static;
    margin-left: auto;
    margin-right: 20px;
  }
}
#business .business-row .business-box .business .box-list .list a .topic {
  width: 210px;
  min-width: 210px;
  min-height: 114px;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 700;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-list .list a .topic {
    width: 100%;
    min-width: auto;
    min-height: auto;
    border-bottom: 1px solid #E6E6E6;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 20px;
  }
}
#business .business-row .business-box .business .box-list .list a p {
  width: 100%;
  padding: 25px 30px;
  padding: 20px;
}
#business .business-row .business-box .business .remark-price ul {
  margin: 10px 0;
}
#business .business-row .business-box .business .remark-price ul li {
  margin-bottom: 7px;
}
#business .business-row .business-box .business .box-w-price {
  width: 100%;
  max-width: 900px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-price {
    padding: 10px 10px;
  }
}
#business .business-row .business-box .business .box-w-price p {
  margin: 10px;
}
#business .business-row .business-box .business .box-w-price ul {
  font-size: 1.8rem;
  margin-left: 30px;
  padding: 20px 0;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-price ul {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
#business .business-row .business-box .business .box-w-price ul li {
  margin-bottom: 10px;
  position: relative;
}
#business .business-row .business-box .business .box-w-price ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #FFAE3F;
  border-radius: 30px;
  top: 11px;
  left: -20px;
}
#business .business-row .business-box .business .txt-tb-remark {
  margin-bottom: 10px;
  color: #797C7A;
}
#business .business-row .business-box .business .tb-for-sp {
  overflow-x: auto;
}
#business .business-row .business-box .business .box-w-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content {
    padding: 20px;
  }
}
#business .business-row .business-box .business .box-w-content .ukiuki-logo-bar {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  border-radius: 10px;
}
#business .business-row .business-box .business .box-w-content .ukiuki-price {
  padding: 30px !important;
}
#business .business-row .business-box .business .box-w-content img {
  width: 100%;
}
#business .business-row .business-box .business .box-w-content .price-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#business .business-row .business-box .business .box-w-content .price-cover h2 {
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 4.2rem;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-cover h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
#business .business-row .business-box .business .box-w-content .price-cover img {
  max-width: 540px;
  width: 100%;
  margin-right: 40px;
  height: 100%;
}
#business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number {
    margin-top: 20px;
  }
}
#business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number li {
  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;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number li p {
  color: #FFAE3F;
  font-size: 5rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number li p {
    font-size: 3rem;
  }
}
#business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number li small {
  color: #FFAE3F;
  font-size: 2.5rem;
  margin-left: 5px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number li small {
    font-size: 2rem;
  }
}
#business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number li span {
  max-width: 140px;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-cover .ukiuki-number li span {
    font-size: 1.8rem;
    max-width: 120px;
  }
}
#business .business-row .business-box .business .box-w-content .price-list-ukiuki {
  margin-top: 40px;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-list-ukiuki {
    margin-top: 20px;
    margin-left: 20px;
  }
}
#business .business-row .business-box .business .box-w-content .price-list-ukiuki li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-w-content .price-list-ukiuki li {
    margin-bottom: 7px;
  }
}
#business .business-row .business-box .business .box-w-content .price-list-ukiuki li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #FFAE3F;
  border-radius: 30px;
  top: 11px;
  left: -20px;
}
#business .business-row .business-box .business .table-business {
  margin-top: 10px;
  border-collapse: collapse;
  font-size: 1.8rem;
  line-height: 2.5rem;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .table-business {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
#business .business-row .business-box .business .table-business.tb-price {
  max-width: 1210px !important;
  font-size: 1.6rem !important;
}
#business .business-row .business-box .business .table-business.tb-price th {
  border: 1px solid #E6E6E6;
  padding: 10px 2px;
  text-align: center;
  vertical-align: middle;
  text-wrap: nowrap;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .table-business.tb-price th {
    padding: 10px 20px;
  }
}
#business .business-row .business-box .business .table-business.tb-price th small {
  font-size: 1.2rem;
}
#business .business-row .business-box .business .table-business.tb-price td {
  text-align: center;
  vertical-align: middle;
}
#business .business-row .business-box .business .table-business.tb-price td:nth-child(1) {
  text-wrap: nowrap;
}
#business .business-row .business-box .business .table-business.tb-price.tb-b th {
  background-color: #87B6E5;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .table-business.tb-price.tb-b th {
    padding: 10px 20px;
  }
}
#business .business-row .business-box .business .table-business.tb-price.tb-b td {
  padding: 10px !important;
}
#business .business-row .business-box .business .table-business.tb-price.tb-b .bg-blue td {
  background-color: #4894E1 !important;
  border: 1px solid #E6E6E6;
  color: #fff;
  text-wrap: nowrap;
}
#business .business-row .business-box .business .table-business.tb-price.tb-b td:nth-child(1), #business .business-row .business-box .business .table-business.tb-price.tb-b td:nth-child(2) {
  text-align: left;
  text-wrap: nowrap;
}
#business .business-row .business-box .business .table-business.tb-price.tb-b .t-center {
  text-align: center !important;
}
#business .business-row .business-box .business .table-business th {
  text-align: center;
  color: #fff;
  background-color: #4894E1;
  border: 1px solid #4894E1;
  padding: 20px 20px;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .table-business th {
    padding: 15px;
  }
}
#business .business-row .business-box .business .table-business td {
  border: 1px solid #E6E6E6;
  padding: 20px 20px;
  text-align: left;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .table-business td {
    padding: 15px 8px;
    text-align: center;
  }
}
#business .business-row .business-box .business .table-business td small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .table-business td small {
    font-size: 1.2rem;
  }
}
#business .business-row .business-box .business .table-business .w30 {
  width: 30%;
}
#business .business-row .business-box .business .table-business .w70 {
  width: 70%;
}
#business .business-row .business-box .business .table-business .w50 {
  width: 50%;
}
#business .business-row .business-box .business .table-business .mt20 {
  margin-top: 20px;
  display: block;
}
#business .business-row .business-box .business .process-list {
  margin: auto;
  max-width: 900px;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .process-list {
    margin-top: 20px;
  }
}
#business .business-row .business-box .business .process-list li {
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-radius: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .process-list li {
    font-size: 1.8rem;
    line-height: 2.6rem;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 40px;
  }
}
#business .business-row .business-box .business .process-list li::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 20px;
  background-image: url("/assets/images/commons/orange-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .process-list li::after {
    background-size: 18px;
    bottom: -30px;
  }
}
#business .business-row .business-box .business .process-list li:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
}
#business .business-row .business-box .business .process-list li:last-child span {
  margin-left: 0px;
  padding-right: 0px;
  width: 100%;
  text-align: center;
}
#business .business-row .business-box .business .process-list li:last-child::after {
  background-image: none;
}
#business .business-row .business-box .business .process-list li span {
  font-weight: 600;
  width: 25%;
  margin-left: 30px;
  padding-right: 10px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .process-list li span {
    width: 120px;
    margin-left: 10px;
  }
}
#business .business-row .business-box .business .process-list li p {
  width: 70%;
}
#business .business-row .business-box .business .box-content.mt70 {
  margin-top: 70px;
}
#business .business-row .business-box .business .box-content .btn-to-inner {
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .btn-to-inner {
    margin-bottom: 50px;
  }
}
#business .business-row .business-box .business .box-content .content-row + .content-row {
  margin-top: 100px;
}
#business .business-row .business-box .business .box-content .content-row.attracting .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-content .content-row.attracting .content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-content .content-row.attracting .content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.attracting .content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#business .business-row .business-box .business .box-content .content-row.attracting .content .item {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-content .content-row.attracting .content .item {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
#business .business-row .business-box .business .box-content .content-row.attracting .content .item p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#business .business-row .business-box .business .box-content .content-row.attracting .content .item img {
  width: 105%;
  height: auto;
}
#business .business-row .business-box .business .box-content .content-row.strengths {
  position: relative;
  z-index: 1;
}
#business .business-row .business-box .business .box-content .content-row.strengths::after {
  content: "strengths";
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 9.7vw;
  font-weight: 500;
  color: #80A681;
  opacity: 0.1;
}
#business .business-row .business-box .business .box-content .content-row.strengths .box-txthead {
  z-index: 1;
}
#business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list {
    display: block;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list + .strengths-list {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list + .strengths-list {
    margin-top: 40px;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .img {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .img {
    width: 100%;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .text {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .text {
    width: 100%;
    margin-top: 20px;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .text .topic {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .text .topic {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .text .topic {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .text .topic::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 4px;
  height: 25px;
  background-color: #FFAE3F;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-content .content-row.strengths .content .strengths-list .text .topic::before {
    top: 2px;
  }
}
#business .business-row .business-box .business .box-content .content-row.creating .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-content .content-row.creating .content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
}
#business .business-row .business-box .business .box-content .content-row.creating .content .item h4 {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.creating .content .item h4 {
    font-size: 1.6rem;
  }
}
#business .business-row .business-box .business .box-content .content-row.approach .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-content .content-row.approach .content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.approach .content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#business .business-row .business-box .business .box-content .content-row.approach .content .item {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px 20px 20px;
}
#business .business-row .business-box .business .box-content .content-row.approach .content .item h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #FFAE3F;
  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;
  min-height: 52px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.approach .content .item h4 {
    min-height: auto;
  }
}
#business .business-row .business-box .business .box-content .content-row.approach .content .item .img img {
  width: auto;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
#business .business-row .business-box .business .box-content .content-row.approach .content .item p {
  margin-top: 10px;
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .box-txthead .obj {
  position: absolute;
  right: 19%;
  top: -10px;
  z-index: -1;
  width: 13.02%;
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .box-txthead .obj.r-mg0 {
  right: 0% !important;
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths-web .content .item {
    display: block;
    padding: 25px;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .content .item + .item {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths-web .content .item + .item {
    margin-top: 20px;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .brief {
  width: 59%;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .brief {
    width: 100%;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .brief .topic {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  position: relative;
  padding-left: 19px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .brief .topic {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .brief .topic {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .brief .topic::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #FFAE3F;
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .img {
  width: 36.37%;
  max-width: 400px;
}
#business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .img img {
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.strengths-web .content .item .img {
    width: 100%;
    margin-top: 25px;
  }
}
#business .business-row .business-box .business .box-content .content-row.price .content > * + h3 {
  margin-top: 40px;
}
#business .business-row .business-box .business .box-content .content-row.price .content h3 {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-content .content-row.price .content h3 {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-content .content-row.price .content h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
#business .business-row .business-box .business .box-content .content-row.price .content h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 4px;
  height: 25px;
  background-color: #FFAE3F;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business-box .business .box-content .content-row.price .content h3::before {
    top: 2px;
  }
}
#business .business-row .business-box .business .box-content .content-row.price .content .box-plan {
  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: 200px;
  font-size: 3.4rem;
  line-height: 6.2rem;
  color: #FFAE3F;
  font-weight: 700;
  text-align: center;
  border: 1px solid #FFAE3F;
  background-color: #FFFBF7;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business-box .business .box-content .content-row.price .content .box-plan {
    font-size: 2.6rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.price .content .box-plan {
    font-size: 2rem;
    line-height: 4rem;
    height: 150px;
  }
}
#business .business-row .business-box .business .box-content .content-row.price .content .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.price .content .table .tr {
    display: block;
  }
}
#business .business-row .business-box .business .box-content .content-row.price .content .table .tr + .tr {
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid #E6E6E6;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.price .content .table .tr + .tr {
    margin-top: 20px;
    padding-top: 21px;
  }
}
#business .business-row .business-box .business .box-content .content-row.price .content .table .tr .td {
  width: 100%;
}
#business .business-row .business-box .business .box-content .content-row.price .content .table .tr .td:first-child {
  width: 220px;
  min-width: 220px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business-box .business .box-content .content-row.price .content .table .tr .td:first-child {
    width: 100%;
    min-width: 100%;
    margin-bottom: 5px;
  }
}
#business .business-row .business-box .business .box-content .content-row.price .content .table .tr .td .large {
  font-size: 2.4rem;
}
#business .business-row .business-box .business .box-content .content-row.price .content .table .tr .td .small {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#business .business-row.contact {
  margin: 40px 0;
}
#business .business-row.contact #contact-footer {
  border-top: 0;
}
#business .business-row.border-top-btm {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
#business .bar-slide-strengths {
  margin-top: 0 !important;
  bottom: -120px;
}
#business .bar-slide-price {
  margin-top: 0px !important;
}
#business .bar-slide-history {
  margin-top: -110px !important;
}
#business .bar-slide-btm {
  bottom: -20px;
}
#business .bar-slide-btm20 {
  bottom: 20px;
}

.menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 850px) {
  .menu-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .menu-list {
    gap: 20px;
  }
}
.menu-list .item a {
  display: block;
  height: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 850px) {
  .menu-list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 750px) {
  .menu-list .item a {
    display: block;
    padding-bottom: 70px;
  }
}
.menu-list .item a:hover {
  opacity: 1;
}
.menu-list .item a:hover .abs .btn .circle-orange {
  background-color: #FFAE3F;
  background-image: url("/assets/images/commons/icn-arrow-right-white.svg");
}
.menu-list .item a .cover img {
  width: 100%;
  height: auto;
}
.menu-list .item a .brief {
  padding: 20px 20px 30px 20px;
}
@media only screen and (max-width: 850px) {
  .menu-list .item a .brief {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .menu-list .item a .brief {
    padding: 20px;
  }
}
.menu-list .item a .brief .topic {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  position: relative;
  padding-left: 19px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1180px) {
  .menu-list .item a .brief .topic {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
.menu-list .item a .brief .topic::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #FFAE3F;
}
.menu-list .item a .abs {
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 1;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.overflow-inherit {
  overflow: inherit !important;
}

.cont-top {
  position: relative;
  z-index: 2;
}

.bar-slide-abs-02.company-slide {
  z-index: -2 !important;
}

.company-page {
  position: relative;
  padding-top: 250px;
  margin-top: -250px;
  z-index: -1 !important;
}
.company-page.business-row {
  overflow: hidden !important;
}
.company-page .obj.green-2 {
  position: absolute;
  width: 20.81%;
  top: 150px;
  right: -9%;
}
@media only screen and (max-width: 750px) {
  .company-page .obj.green-2 {
    top: 200px;
  }
}
.company-page .obj.line {
  position: absolute;
  width: 20.81%;
  top: 510px;
  right: 0%;
}
@media only screen and (max-width: 750px) {
  .company-page .obj.line {
    top: 250px;
  }
}
.company-page .obj.blue-2 {
  position: absolute;
  width: 20.81%;
  top: 100px;
  left: -10%;
}
@media only screen and (max-width: 750px) {
  .company-page .obj.blue-2 {
    left: inherit;
    right: 0;
    top: 50px;
  }
}
.company-page .line-blue {
  width: 120%;
  height: 350px;
}
@media only screen and (max-width: 750px) {
  .company-page .line-blue {
    width: 200%;
  }
}
.company-page h1 {
  padding-top: 50px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .company-page h1 {
    padding-top: 0px;
  }
}
.company-page .business.with-obj .obj {
  top: -130px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .company-page .business.with-obj .obj {
    top: -150px;
  }
}

.company-slide {
  overflow: hidden !important;
}

.content-company .content-philosophy {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .content-company .content-philosophy {
    margin-bottom: 60px;
  }
}
.content-company .content-philosophy p {
  width: 100%;
  font-size: 2rem;
  line-height: 4.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .content-company .content-philosophy p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.content-company .content-philosophy h3 {
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 8rem;
  margin-bottom: 40px;
  white-space: nowrap;
}
@media only screen and (max-width: 1180px) {
  .content-company .content-philosophy h3 {
    margin-top: 40px;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 850px) {
  .content-company .content-philosophy h3 {
    font-size: 7vw;
    margin-bottom: 3%;
    line-height: 8.5vw;
  }
}
.content-company .content-philosophy h3 span {
  margin-left: -30px;
  display: block;
}
@media only screen and (max-width: 1180px) {
  .content-company .content-philosophy h3 span {
    margin-left: -4%;
  }
}
.content-company .w300 {
  max-width: 300px;
  width: 100%;
}
.content-company .tt-com h2 {
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .content-company .tt-com h2 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
.content-company .tt-com h2::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #FFAE3F;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.content-company .tt-com span {
  font-size: 1.8rem;
  margin-top: 10px;
  color: #797C7A;
  display: block;
}
@media only screen and (max-width: 750px) {
  .content-company .tt-com span {
    font-size: 1.6rem;
  }
}
.content-company .dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1180px) {
  .content-company .dsp-flex {
    display: block;
  }
}

.content-profile {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1180px) {
  .content-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}
.content-profile .list-profile {
  max-width: 900px;
  width: 100%;
}
.content-profile .list-profile ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #E6E6E6;
}
@media only screen and (max-width: 750px) {
  .content-profile .list-profile ul li {
    padding: 8px 0;
    display: block;
  }
}
.content-profile .list-profile ul li span {
  font-weight: 600;
  width: 200px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  .content-profile .list-profile ul li span {
    font-size: 1.6rem;
    width: 180px;
  }
}
.content-profile .list-profile ul li .dots-li {
  margin-left: 15px;
}
.content-profile .list-profile ul li .dots-li li {
  padding: 2px 0 !important;
  border-bottom: none;
  position: relative;
}
.content-profile .list-profile ul li .dots-li li::before {
  position: absolute;
  content: "•";
  top: 3px;
  left: -15px;
}

.content-map {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .content-map {
    margin-top: 60px;
  }
}
.content-map .box-map {
  margin-top: 20px;
  padding: 40px 0;
  border-top: 1px dotted #E6E6E6;
  border-bottom: 1px dotted #E6E6E6;
}
@media only screen and (max-width: 750px) {
  .content-map .box-map {
    padding: 20px 0;
  }
}
.content-map .box-map + .box-map {
  border-top: none;
  margin-top: 0px;
}
.content-map .box-map h3 {
  font-size: 2.4rem;
  font-weight: 600;
  white-space: nowrap;
  width: 180px;
}
@media only screen and (max-width: 750px) {
  .content-map .box-map h3 {
    font-size: 2rem;
    width: 100%;
    margin-bottom: -20px;
  }
}
.content-map .box-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media only screen and (max-width: 750px) {
  .content-map .box-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-map .box-map .address-tt {
  max-width: 350px;
  width: 100%;
}
.content-map .box-map .address {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .content-map .box-map .address {
    margin-bottom: 20px;
  }
}
.content-map .box-map span {
  display: inline-block;
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}
.content-map .box-map .view-map {
  display: block;
  margin-top: 40px;
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  .content-map .box-map .view-map {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.content-map .box-map iframe {
  max-width: 546px;
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 750px) {
  .content-map .box-map iframe {
    height: 300px;
  }
}

.content-clients h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .content-clients h2 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
.content-clients span {
  text-align: center;
  color: #272727;
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .content-clients span {
    font-size: 1.6rem;
    margin-top: 0px;
  }
}
.content-clients .clients-list {
  background-color: #F9F9F9;
  padding: 60px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .content-clients .clients-list {
    padding: 30px 0;
    margin-top: 20px;
  }
}
.content-clients .clients-list .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 750px) {
  .content-clients .clients-list .box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: inherit;
  }
}
@media only screen and (max-width: 750px) {
  .content-clients .clients-list ul {
    margin-left: 20px;
  }
}
.content-clients .clients-list ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 2.4rem;
}

.news-page {
  padding-top: 80px;
}
.news-page.pad0 {
  padding-top: 0 !important;
}
@media only screen and (max-width: 750px) {
  .news-page {
    padding-top: 0px;
  }
}
.news-page .obj.pink {
  position: absolute;
  width: 20.81%;
  top: -50px;
  right: 20%;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .news-page .obj.pink {
    top: 30px;
    right: 0;
  }
}
.news-page .obj.circle-1 {
  position: absolute;
  width: 18%;
  top: -90px;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .news-page .obj.circle-1 {
    right: 10%;
    top: 0px;
  }
}
.news-page .obj.circle-2 {
  position: absolute;
  width: 20.81%;
  top: 100px;
  right: 40%;
}
@media only screen and (max-width: 750px) {
  .news-page .obj.circle-2 {
    right: 30%;
    top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .news-page .news-menu {
    padding-top: 40px;
  }
}
.news-page .news-menu ul li {
  font-size: 1.4rem;
  padding: 1px 20px;
  border-radius: 40px;
  border: 1px solid #272727;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.news-page .news-menu ul li p {
  line-height: 2.2rem;
}
.news-page .news-menu ul li.btn-on {
  color: #FFF;
  background-color: #FFAE3F;
  border: 1px solid #FFAE3F;
}
.news-page .box-detail {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 60px 80px 60px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-detail {
    padding: 20px 20px 40px 20px;
    margin-top: 0px;
  }
}
.news-page .box-detail .news-content {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.news-page .box-detail .news-content h1 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-detail .news-content h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.news-page .box-detail .news-content h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  background-color: #FFAE3F;
  color: #FFF;
  width: 100%;
  padding: 20px 20px;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-detail .news-content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 15px 15px;
  }
}
.news-page .box-detail .news-content h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFAE3F;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-detail .news-content h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.news-page .box-detail .news-content .img-center {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-detail .news-content .img-center {
    margin-top: 20px;
  }
}
.news-page .box-detail .news-content .img-center.w380 {
  max-width: 380px;
}
.news-page .box-detail .news-content .img-center p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.news-page .box-detail .news-content .img-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
.news-page .time-tag {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .news-page .time-tag {
    margin-bottom: 5px;
  }
}
.news-page .time-tag .tag {
  font-size: 1.4rem;
  padding: 0px 20px;
  border-radius: 40px;
  border: 1px solid #272727;
  margin-right: 5px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.news-page .time-tag .tag p {
  line-height: 2.4rem;
}
.news-page .time-tag .time {
  color: #797C7A;
  font-size: 1.4rem;
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 750px) {
  .news-page .time-tag .time {
    margin-left: 10px;
  }
}
.news-page .news-list {
  margin-bottom: 120px;
}
.news-page .box-list {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list {
    margin-top: 20px;
  }
}
.news-page .box-list .list-with-img:last-child a {
  border-bottom: 1px dotted #E6E6E6;
}
.news-page .box-list .list-with-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-top: 1px dotted #E6E6E6;
  gap: 2rem;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list-with-img a {
    display: block;
    padding: 20px;
  }
}
.news-page .box-list .list-with-img a:hover {
  opacity: 1;
}
.news-page .box-list .list-with-img a:hover .brief .abs {
  margin-top: 0;
}
.news-page .box-list .list-with-img a:hover .brief .abs .btn .circle-orange {
  background-color: #FFAE3F;
  background-image: url("/assets/images/commons/icn-arrow-right-white.svg");
}
.news-page .box-list .list-with-img a .cover {
  width: 34%;
  max-width: 320px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list-with-img a .cover {
    width: 100%;
    max-width: 100%;
  }
}
.news-page .box-list .list-with-img a .brief {
  width: 70%;
  padding-top: 15px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .news-page .box-list .list-with-img a .brief {
    width: 45%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list-with-img a .brief {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
  }
}
.news-page .box-list .list-with-img a .brief .topic {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  .news-page .box-list .list-with-img a .brief .topic {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list-with-img a .brief .topic {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 5px;
  }
}
.news-page .box-list .list-with-img a .brief .abs {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list-with-img a .brief .abs {
    position: static;
    margin-left: auto;
    margin-top: 20px;
  }
}
.news-page .box-list .list-with-img + .list {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list-with-img + .list {
    margin-top: 5%;
  }
}
.news-page .box-list .list + .list {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list + .list {
    margin-top: 5%;
  }
}
.news-page .box-list .list.non-line a::before {
  display: none;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list.non-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-page .box-list .list.non-line a .topic {
    width: 50%;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .news-page .box-list .list.non-line a::after {
    margin-top: 20px;
  }
}
.news-page .box-list .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
  padding-right: 100px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list a {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.news-page .box-list .list a:hover {
  opacity: 1;
}
.news-page .box-list .list a:hover::after {
  background-image: url("/assets/images/commons/icn-arrow-right-small-white.svg");
  background-color: #FFAE3F;
  border-color: #FFAE3F;
}
.news-page .box-list .list a::before {
  content: "";
  position: absolute;
  left: 210px;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list a::before {
    display: none;
  }
}
.news-page .box-list .list a::after {
  content: "";
  position: absolute;
  right: 30px;
  z-index: 1;
  width: 42px;
  height: 42px;
  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;
  border-radius: 100%;
  border: 1px solid #E6E6E6;
  background-image: url("/assets/images/commons/icn-arrow-right-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list a::after {
    position: static;
    margin-left: auto;
    margin-right: 20px;
  }
}
.news-page .box-list .list a .topic {
  width: 210px;
  min-width: 210px;
  min-height: 114px;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 700;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  .news-page .box-list .list a .topic {
    width: 100%;
    min-width: auto;
    min-height: auto;
    border-bottom: 1px solid #E6E6E6;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 20px;
  }
}
.news-page .box-list .list a p {
  width: 100%;
  padding: 25px 30px;
  padding: 20px;
}

/* Btn Page */
.wp-pagenavi {
  margin-top: 40px;
  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;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi {
    margin-top: 30px;
    gap: 5px;
  }
}
.wp-pagenavi > * {
  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: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFAE3F;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi > * {
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi .current {
  color: #FFF;
  background-color: #FFAE3F;
  border-color: #FFAE3F;
}
.wp-pagenavi a:hover, .wp-pagenavi .extend:hover {
  cursor: pointer;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi .extend.previouspostslink, .wp-pagenavi .extend.nextpostslink {
  border-color: #FFAE3F;
}

.pd120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pd120 {
    padding-bottom: 60px;
  }
}

.btn-back .square-radius {
  width: 220px;
}
.btn-back .btn .abs-right {
  right: inherit !important;
  left: 10px !important;
}

.md120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .md120 {
    margin-bottom: 60px;
  }
}

.ml40 {
  margin-left: 40px;
}

.back-btn .circle-gray-small {
  background-image: url("/assets/images/commons/icn-arrow-left.svg") !important;
}
.back-btn:hover .circle-gray-small {
  background-image: url("/assets/images/commons/icn-arrow-left-white.svg") !important;
}

.contact-page .content > p {
  text-align: center;
}
.contact-page .content .box-form {
  margin-top: 30px;
  padding: 35px 50px 50px 50px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form {
    padding: 30px;
    margin-top: 0;
  }
}
.contact-page .content .box-form .w900 {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.contact-page .content .box-form h1 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form h1 {
    margin-top: 0;
  }
}
.contact-page .content .box-form h1 + p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form h1 + p {
    margin-bottom: 20px;
  }
}
.contact-page .content .box-form .form .form-row .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form .form .form-row .label {
    margin-bottom: 5px;
  }
}
.contact-page .content .box-form .form .form-row .label .imp {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 300;
  color: #D64516;
  background-color: #FFF;
  border-radius: 50px;
  border: 1px solid #D64516;
  padding: 5px 10px;
}
.contact-page .content .box-form .form .form-row .label .imp {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: #D64516;
  background-color: #FFF;
  border-radius: 50px;
  border: 1px solid #D64516;
  padding: 5px 10px;
}
.contact-page .content .box-form .form .form-row .label .imp.yellow {
  color: #272727;
  background-color: #FFE434;
  border: 1px solid #FFE434;
}
.contact-page .content .box-form .form .form-row .field.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form .form .form-row .field.check-list {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form .form .form-row .field.check-list label + label {
    margin-top: 5px;
  }
}
.contact-page .content .box-form .form .form-row + .form-row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form .form .form-row + .form-row {
    margin-top: 20px;
  }
}
.contact-page .content .box-form .form .form-row.agree {
  text-align: center;
  margin: auto;
  background-color: #FBFBFB;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding: 25px 40px;
  max-width: 450px;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form .form .form-row.agree {
    margin-top: 20px;
    padding: 20px;
  }
}
.contact-page .content .box-form .form .form-row.agree .chkbox-btn {
  margin: auto;
}
.contact-page .content .box-form .form .form-button {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .contact-page .content .box-form .form .form-button {
    margin-top: 20px;
  }
}

.btn-address {
  background-color: #807973;
  max-width: 220px;
  width: 100%;
  padding: 15px 10px 5px 10px;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
  line-height: 2rem;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .btn-address {
    margin-left: 10px;
    font-size: 1.2rem;
    padding: 15px 5px 5px 5px;
  }
}

.input-w400 input {
  max-width: 440px;
  width: 100%;
}
.input-w400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-jus-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-right: 40px !important;
  color: #FFF;
}
.btn-jus-center .circle-gray-small {
  background-image: url("/assets/images/commons/icn-arrow-right-small-white.svg");
}
.btn-jus-center:hover .circle-gray-small {
  background-color: #D64516;
  border-color: #D64516;
}

.textlink {
  text-decoration: underline;
}

.textbox {
  display: block;
  width: 100%;
  padding: 8px 18px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  resize: none;
  outline: none;
}

textarea {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  height: 230px;
  outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #DDDCDA;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DDDCDA;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DDDCDA;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #DDDCDA;
}

::placeholder { /* Most modern browsers support this now. */
  color: #DDDCDA;
}

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

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

.chkbox {
  position: absolute;
  top: 7px;
  left: 0;
  border: 1px solid #DEDEDE;
  height: 18px;
  width: 18px;
}

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

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

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

#privacy .privacy h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  text-align: center;
}
#privacy .privacy h2 span {
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  #privacy .privacy h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#privacy .privacy h3 {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600;
}
#privacy .privacy .txt-al-left {
  text-align: left !important;
}
#privacy .privacy .logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #privacy .privacy .logo-img {
    -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;
  }
}
#privacy .privacy .box-border {
  border: 1px solid #DEDEDE;
  padding: 30px;
  text-align: center;
}
#privacy .privacy .box-border .privacymark {
  width: 120px;
  height: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  #privacy .privacy .box-border .privacymark {
    margin-right: 0px;
    margin: 10px 0;
  }
}
#privacy .privacy .box-border h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #privacy .privacy .box-border h2 {
    font-size: 1.6rem;
  }
}
#privacy .privacy a {
  text-decoration: underline;
}
#privacy .privacy h1 {
  text-align: center;
}
#privacy .privacy .fw-b {
  font-weight: 600;
}
#privacy .privacy .mt10 {
  margin-top: 10px;
}
#privacy .privacy .mb20 {
  margin-bottom: 20px;
}
#privacy .privacy .list-dots {
  list-style-type: disc;
  margin-left: 20px;
}
#privacy .privacy .list-dots li {
  margin-bottom: 10px;
}
#privacy .privacy .list-number {
  margin: 40px 0px 40px 20px;
  list-style-type: decimal;
}
#privacy .privacy .list-number li {
  margin-bottom: 10px;
}
#privacy .privacy .fz12 {
  font-size: 1.4rem;
  line-height: 2rem;
}
#privacy .privacy .text-r {
  text-align: right;
}