@charset "UTF-8";
* {
  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-content {
  color: #333;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-blue {
  color: #196FBF;
}

.color-blue-light {
  color: #0097E0;
}

.bg-gray {
  background-color: #F6F5F4;
}

.font-notosansjp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-yumincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.fw300-l {
  font-weight: 300;
}

.fw400-r {
  font-weight: 400;
}

.fw500-m {
  font-weight: 500;
}

.fw600-sm {
  font-weight: 600;
}

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

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

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

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

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

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}
img.center {
  margin-left: auto;
  margin-right: auto;
}

.lt5 {
  letter-spacing: 4px;
}

.center {
  text-align: center;
}

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

.text-center-pc {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.text-center-pc.w460 {
  width: 100%;
  max-width: 460px;
}
.text-center-pc.w580 {
  width: 100%;
  max-width: 580px;
}
.text-center-pc.w520 {
  width: 100%;
  max-width: 520px;
}
.text-center-pc.w660 {
  width: 100%;
  max-width: 660px;
}
.text-center-pc.align-center-pc-left-sp {
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .text-center-pc.align-center-pc-left-sp {
    text-align: left;
  }
}

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

/* Link */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.transition, #business .business-row .business .business-list .box .hover, #service .service .service-list ul li a .cover img, #chemical .chemical-row .chemical .chemical-list ul li a .cover img, #water .water .water-list ul li a .cover img, #mv .mv .mv-slick .mv-dots li button, .menu-responsive, a, a::before, a:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}

/* Txthead */
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb35 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb10 {
  margin-bottom: 10px;
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz40 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.txthead-box .fz36 {
  font-size: 3.6rem;
  line-height: 4.6rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz36 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz36 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz36 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz28 {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz28 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz28 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz28 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .center {
  text-align: center;
}
.txthead-box .bar-blue {
  margin-top: 20px;
  padding: 10px 15px;
  display: table;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #fff;
  background-color: #196FBF;
}
@media only screen and (max-width: 750px) {
  .txthead-box .bar-blue {
    margin-top: 15px;
    padding: 5px 10px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

/* Buttons */
.btn-box.mt35 {
  margin-top: 35px;
}
@media only screen and (max-width: 1180px) {
  .btn-box.mt35 {
    margin-top: 30px;
  }
}
.btn-box.table {
  display: table;
}
.btn-box.table.center {
  margin-left: auto;
  margin-right: auto;
}

.btn.square {
  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: 44px;
}
.btn.square.small {
  height: 36px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.btn.square.border-blue {
  color: #196FBF;
  border: 1px solid #196FBF;
}
.btn.square.blue {
  color: #fff;
  background-color: #196FBF;
}
.btn.radius-border {
  padding: 0 13px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 30px;
}
.btn.radius-border-blue {
  height: 50px;
  border: 2px solid #0068b7;
  background-color: #fafafa;
  text-align: center;
  border-radius: 30px;
  color: #0068b7;
}
.btn.radius-border-blue:hover {
  color: #fff;
  background-color: #0068b7;
}
.btn.radius-border-blue:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(96%) saturate(0%) hue-rotate(37deg) brightness(103%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(96%) saturate(0%) hue-rotate(37deg) brightness(103%) contrast(100%);
}
.btn.icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.icon-right .icon {
  margin-left: 7px;
}
.btn.w300 {
  width: 100%;
  max-width: 300px;
}
.btn.w220 {
  width: 100%;
  max-width: 220px;
}
.btn.w-auto {
  padding: 0 15px;
}
.btn.center, .btn .center {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

.content-1300 {
  width: 90%;
  max-width: 1300px;
  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-1000 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.pad200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1180px) {
  .pad200 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 750px) {
  .pad200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pad100200 {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1180px) {
  .pad100200 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100200 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@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;
  padding-bottom: 60px;
}

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

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

.pad30130 {
  padding-top: 30px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1180px) {
  .pad30130 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .pad30130 {
    padding-bottom: 80px;
  }
}

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

.pad3060 {
  padding-top: 30px;
  padding-bottom: 60px;
}

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

.pb200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1180px) {
  .pb200 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 750px) {
  .pb200 {
    padding-bottom: 100px;
  }
}

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

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

/* Button Bottom */
#button-bottom .button-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #button-bottom .button-bottom {
    display: block;
  }
}
#button-bottom .button-bottom a {
  display: block;
  width: 50%;
  padding: 45px 0;
  color: #fff;
  background-color: #196FBF;
}
@media only screen and (max-width: 750px) {
  #button-bottom .button-bottom a {
    width: 100%;
  }
}
#button-bottom .button-bottom a .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#button-bottom .button-bottom a h2 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #button-bottom .button-bottom a h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#button-bottom .button-bottom a p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}
#button-bottom .button-bottom a.contact {
  background-color: #0097E0;
}

/* MV Inner */
#mv-inner .mv-inner {
  position: relative;
}
#mv-inner .mv-inner .abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mv-inner .mv-inner .abs .abs-content {
  padding: 40px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .abs .abs-content {
    padding: 3% 5%;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .abs .abs-content {
    padding: 5%;
  }
}
#mv-inner .mv-inner .abs .abs-content h1 {
  font-size: 3rem;
  line-height: 6rem;
  color: #0097E0;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .abs .abs-content h1 {
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .abs .abs-content h1 {
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
  }
}
#mv-inner .mv-inner .img.br-sp img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
#mv-inner .mv-inner .img img {
  width: 100%;
  max-height: 522px;
  min-height: 377px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Breadcrumb */
#breadcrumb {
  padding: 18px 40px 36px 40px;
}
@media only screen and (max-width: 1180px) {
  #breadcrumb {
    padding: 15px 5%;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  background-image: url("/assets/images/commons/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 11px right;
  background-size: 8px;
  padding-right: 20px;
  margin-right: 10px;
}
#breadcrumb .breadcrumb ul li:first-child a {
  color: #A6A19F;
}
#breadcrumb .breadcrumb ul li:last-child {
  background-image: none;
  margin-right: 0;
  padding-right: 0;
}
#breadcrumb .breadcrumb ul li a {
  display: table;
  color: #333;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* Popup */
.popup-video {
  position: relative;
  background: #fff;
  padding: 0;
  width: 90%;
  max-width: 380px;
  max-height: 90vh;
  margin: 20px auto;
}
.popup-video.horizontal {
  max-width: 1024px;
}
.popup-video .content video {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.img-btm {
  position: relative;
}
.img-btm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60%;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
  border-bottom: 6px solid #EEECEB;
}
@media only screen and (max-width: 1280px) {
  header {
    padding: 0 5%;
  }
}
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: 108px;
}
@media only screen and (max-width: 1280px) {
  header .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 90px;
  }
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 65px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header .header-left .logo {
    width: 140px;
  }
}
header .header .header-left .logo a {
  display: table;
}
@media only screen and (max-width: 1280px) {
  header .header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header .header-right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  header .header .header-right .top {
    display: none;
  }
}
header .header .header-right .top .current {
  color: #196FBF;
}
header .header .header-right .top span {
  display: inline-block;
  margin: 0 5px;
}
header .header .header-right .bottom {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  header .header .header-right .bottom {
    display: none;
  }
}
header .header .header-right .bottom .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right .bottom .menu ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1366px) {
  header .header .header-right .bottom .menu ul li {
    margin-right: 20px;
  }
}
header .header .header-right .bottom .menu ul li a {
  display: table;
  position: relative;
  color: #000;
  padding-bottom: 3px;
}
header .header .header-right .bottom .menu ul li a:hover::after {
  width: 100%;
}
header .header .header-right .bottom .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 0px;
  height: 3px;
  background-color: #196FBF;
}
header .header .header-right .bottom .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header .header .header-right .bottom .button a {
  width: 120px;
}
header .header .header-right .btn-burger {
  display: none;
  height: 46px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-right .btn-burger {
    display: block;
  }
}
header .header .header-right .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .header-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .header-right .btn-burger .bar-icon .bar1,
header .header .header-right .btn-burger .bar-icon .bar2,
header .header .header-right .btn-burger .bar-icon .bar3 {
  width: 32px;
  height: 2px;
  background-color: #333;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .header-right .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}
header .header .header-right .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .header-right .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
header .header .header-right .langBtn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-right .langBtn {
    display: block;
  }
}
header .header .header-right .langBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header-right .langBtn ul li {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
}
header .header .header-right .langBtn ul li + li {
  margin-left: 9px;
  padding-left: 10px;
}
header .header .header-right .langBtn ul li + li::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 16px;
  background-color: #D2D2D2;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
}
header .header .header-right .langBtn ul li span {
  color: #196FBF;
}
header .header .header-right .langBtn ul li a {
  display: block;
}

.active-mn-01 .mn-01::after,
.active-mn-02 .mn-02::after,
.active-mn-03 .mn-03::after,
.active-mn-04 .mn-04::after,
.active-mn-05 .mn-05::after,
.active-mn-06 .mn-06::after,
.active-mn-07 .mn-07::after,
.active-mn-08 .mn-08::after {
  width: 100% !important;
}

.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive.active {
  height: 100%;
}
.menu-responsive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.menu-responsive .content {
  position: relative;
  padding-top: 96px;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content {
    padding-top: 71px;
  }
}
.menu-responsive .content .menu {
  position: relative;
  z-index: 2;
}
.menu-responsive .content .menu ul li {
  padding: 10px 5%;
  background-color: #F6F6F6;
}
.menu-responsive .content .menu ul li + li {
  border-top: 1px solid #D2D2D2;
}
.menu-responsive .content .menu ul li a {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.menu-responsive .content .menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 15px;
  height: 1px;
  background-color: #196FBF;
}

/* Footer */
footer {
  padding: 30px 0;
  background-color: #EEECEB;
}
footer .footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  footer .footer .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer .flex .col-left {
  width: 50%;
  max-width: 380px;
}
@media only screen and (max-width: 1280px) {
  footer .footer .flex .col-left {
    display: none;
  }
}
footer .footer .flex .col-left .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .footer .flex .col-left .button a {
  width: 120px;
}
footer .footer .flex .col-left .menu {
  margin-top: 35px;
}
footer .footer .flex .col-left .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 5px;
}
footer .footer .flex .col-left .menu ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer .footer .flex .col-left .menu ul li a {
  display: block;
}
footer .footer .flex .col-left .menu ul li a:hover {
  text-decoration: underline;
}
footer .footer .flex .col-right .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1280px) {
  footer .footer .flex .col-right .logo {
    width: 140px;
  }
}
footer .footer .flex .col-right p {
  margin-top: 8px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  footer .footer .flex .col-right p {
    display: none;
  }
}
footer .footer .copyright {
  margin-top: 25px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1280px) {
  footer .footer .copyright {
    margin-top: 15px;
    text-align: center;
  }
}

/* MV */
#mv {
  margin-bottom: 55px;
}
#mv .mv .mv-slick {
  position: relative;
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item .mv-img {
  position: relative;
}
#mv .mv .mv-slick .item .mv-img .abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mv .mv .mv-slick .item .mv-img .abs .abs-content {
  padding: 40px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-slick .item .mv-img .abs .abs-content {
    padding: 3% 5%;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .item .mv-img .abs .abs-content {
    padding: 5%;
  }
}
#mv .mv .mv-slick .item .mv-img .abs .abs-content p {
  font-size: 3rem;
  line-height: 6rem;
  color: #0097E0;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-slick .item .mv-img .abs .abs-content p {
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .item .mv-img .abs .abs-content p {
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
  }
}
#mv .mv .mv-slick .item .mv-img img {
  width: 100%;
  max-height: 522px;
  min-height: 322px;
  -o-object-fit: cover;
  object-fit: cover;
}
#mv .mv .mv-slick .mv-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-slick .mv-dots {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .mv-dots {
    gap: 15px;
  }
}
#mv .mv .mv-slick .mv-dots li.slick-active button {
  background-color: #196FBF;
}
#mv .mv .mv-slick .mv-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #8FCCEE;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .mv-dots li button {
    width: 15px;
    height: 15px;
  }
}

/* News */
#news {
  background-color: #F5F3F2;
}
#news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news .news {
    display: block;
  }
}
#news .news .col-left {
  width: 150px;
  min-width: 150px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-left {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-left .btn-box {
    display: none;
  }
}
#news .news .col-right {
  width: 100%;
  padding-left: 140px;
  padding-top: 10px;
}
@media only screen and (max-width: 1180px) {
  #news .news .col-right {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 850px) {
  #news .news .col-right {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-right {
    padding-top: 20px;
    padding-left: 0;
  }
}
#news .news .col-right .news-list ul li + li {
  margin-top: 15px;
}
#news .news .col-right .news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .news .col-right .news-list ul li a .date {
  width: 130px;
  min-width: 130px;
}
@media only screen and (max-width: 850px) {
  #news .news .col-right .news-list ul li a .date {
    width: 115px;
    min-width: 115px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .col-right .news-list ul li a .date {
    width: 105px;
    min-width: 105px;
  }
}
#news .news .col-right .news-list ul li a .topic {
  width: 100%;
  text-decoration: underline;
}

/* Youtube */
#youtube .youtube .txthead-box h2 img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#youtube .youtube .content p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #youtube .youtube .content p {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #youtube .youtube .content p {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
#youtube .youtube .content .box-iframe {
  margin-top: 40px;
  width: 100%;
  max-width: 616px;
  margin-left: auto;
  margin-right: auto;
}
#youtube .youtube .content .box-iframe .iframe-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#youtube .youtube .content .box-iframe .iframe-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Recruit Site */
#recruit-site {
  background-image: url("/assets/images/top/recruit-site-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #recruit-site {
    background-image: url("/assets/images/top/recruit-site-bg-sp.jpg");
  }
}
#recruit-site .recruit-site {
  min-height: 400px;
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  #recruit-site .recruit-site {
    padding: 60px 0;
    min-height: 575px;
  }
}
#recruit-site .recruit-site .box {
  display: table;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #recruit-site .recruit-site .box {
    margin-right: auto;
  }
}
#recruit-site .recruit-site .box h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #recruit-site .recruit-site .box h2 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
#recruit-site .recruit-site .box p {
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  #recruit-site .recruit-site .box p {
    font-size: 1.7rem;
  }
}
#recruit-site .recruit-site .box .btn-box {
  margin-top: 40px;
  display: table;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #recruit-site .recruit-site .box .btn-box {
    margin-top: 25px;
  }
}
#recruit-site .recruit-site .box .btn-box a {
  padding: 0 15px;
}

/* Entry */
#entry {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 1440px) {
  #entry {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#entry .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #entry .entry {
    display: block;
  }
}
#entry .entry .col {
  width: 49%;
}
@media only screen and (max-width: 750px) {
  #entry .entry .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry .col + .col {
    margin-top: 60px;
  }
}
#entry .entry .col .video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#entry .entry .col .video .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  width: 16%;
  margin: auto;
}
#entry .entry .col .video .play-btn.playActive {
  opacity: 0;
  visibility: hidden;
}
#entry .entry .col .video video {
  width: 100%;
  height: auto;
}

/* Company */
#company .company-row .company .content .row + .row {
  margin-top: 100px;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .company .content .row + .row {
    margin-top: 80px;
  }
}
#company .company-row .company .content .row h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #0097E0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .company .content .row h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #company .company-row .company .content .row h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
#company .company-row .company .content .row h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #company .company-row .company .content .row h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#company .company-row .company .content .row h4 {
  padding-top: 10px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .company .content .row h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#company .company-row .company .content .row .report {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .company .content .row .report {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
#company .company-row .company .content .row .img img {
  width: 100%;
  height: auto;
}
#company .company-row .company .content .row .brief {
  margin-top: 10px;
}
#company .company-row .company .content .row .company-slick {
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .company .content .row .company-slick {
    margin: 0 45px;
  }
}
#company .company-row .company .content .row .company-slick .slick-list {
  margin: 0 -16px;
}
#company .company-row .company .content .row .company-slick .slick-list .slick-track .slick-slide {
  margin: 0 16px;
}
#company .company-row .company .content .row .company-slick .slick-list .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#company .company-row .company .content .row .company-slick .slick-arrow {
  position: absolute;
  top: 27.5%;
  z-index: 9;
  width: 28px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .company .content .row .company-slick .slick-arrow {
    top: 22.5%;
    width: 20px;
    height: 32px;
  }
}
#company .company-row .company .content .row .company-slick .slick-arrow:hover {
  opacity: 0.8;
}
#company .company-row .company .content .row .company-slick .slick-arrow.slick-prev {
  left: -65px;
  background-image: url("/assets/images/commons/slick-arrow-prev.svg");
}
@media only screen and (max-width: 1180px) {
  #company .company-row .company .content .row .company-slick .slick-arrow.slick-prev {
    left: -45px;
  }
}
#company .company-row .company .content .row .company-slick .slick-arrow.slick-next {
  right: -65px;
  background-image: url("/assets/images/commons/slick-arrow-next.svg");
}
@media only screen and (max-width: 1180px) {
  #company .company-row .company .content .row .company-slick .slick-arrow.slick-next {
    right: -45px;
  }
}
#company .company-row .message {
  max-width: 465px;
}
#company .company-row .message p.end {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: right;
}
#company .company-row .box-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 750px) {
  #company .company-row .box-flex {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #company .company-row .box-flex .col + .col {
    margin-top: 50px;
  }
}
#company .company-row .box-flex .col h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .box-flex .col h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #company .company-row .box-flex .col h2 {
    margin-bottom: 20px;
  }
}
#company .company-row .box-flex .col .fz24-center {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.8rem;
  line-height: 4.8rem;
  color: #0097E0;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .box-flex .col .fz24-center {
    font-size: 2.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #company .company-row .box-flex .col .fz24-center {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
#company .company-row .box-flex .col p + .color-blue-light {
  margin-top: 30px;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .box-flex .col p + .color-blue-light {
    margin-top: 20px;
  }
}
#company .company-row .box-flex .col .table {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .box-flex .col .table {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #company .company-row .box-flex .col .table {
    margin-top: 15px;
  }
}
#company .company-row .box-flex .col .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#company .company-row .box-flex .col .table .tr + .tr {
  border-top: 1px solid #000;
}
#company .company-row .box-flex .col .table .tr .td {
  width: 100%;
  padding: 5px 15px;
}
#company .company-row .box-flex .col .table .tr .td:first-child {
  width: 130px;
  min-width: 130px;
}
#company .company-row .access {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 1180px) {
  #company .company-row .access {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #company .company-row .access {
    margin-top: 50px;
    padding-top: 50px;
  }
}
#company .company-row .access .row + .row {
  margin-top: 40px;
}
#company .company-row .access .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 750px) {
  #company .company-row .access .row.flex {
    display: block;
  }
}
#company .company-row .access .row.flex .col {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #company .company-row .access .row.flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #company .company-row .access .row.flex .col + .col {
    margin-top: 40px;
  }
}
#company .company-row .access .row .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#company .company-row .access .row .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company .company-row .access .row .text {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #company .company-row .access .row .text {
    margin-top: 20px;
  }
}
#company .company-row .access .row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 750px) {
  #company .company-row .access .row .flex {
    display: block;
  }
}
#company .company-row .access .row .flex .text {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #company .company-row .access .row .flex .text {
    width: 100%;
  }
}

/* Water */
#water .water .water-list ul {
  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: 1180px) {
  #water .water .water-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #water .water .water-list ul {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
#water .water .water-list ul li a {
  display: block;
  position: relative;
}
#water .water .water-list ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#water .water .water-list ul li a .cover {
  overflow: hidden;
}
#water .water .water-list ul li a .brief {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 97, 160, 0.6);
}
@media only screen and (max-width: 1180px) {
  #water .water .water-list ul li a .brief {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 750px) {
  #water .water .water-list ul li a .brief {
    padding: 5px 0;
  }
}
#water .water .water-list ul li a .brief h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
}
@media only screen and (max-width: 1180px) {
  #water .water .water-list ul li a .brief h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  #water .water .water-list ul li a .brief h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #water .water .water-list ul li a .brief h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#water .water .water-list ul li a .brief p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0px #000000;
}
@media only screen and (max-width: 1180px) {
  #water .water .water-list ul li a .brief p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #water .water .water-list ul li a .brief p {
    font-size: 1.2rem;
  }
}
#water .water .water-list ul li.coming {
  position: relative;
}
#water .water .water-list ul li.coming::before {
  content: "Coming Soon";
  font-size: clamp(1.8rem, 2vw, 3rem);
  line-height: 3.4rem;
  font-weight: 700;
  color: #0097E0;
  text-align: center;
  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;
}
#water .water .water-detail .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #water .water .water-detail .box-flex {
    display: block;
  }
}
#water .water .water-detail .box-flex .col {
  width: 47.5%;
  max-width: 400px;
}
@media only screen and (max-width: 750px) {
  #water .water .water-detail .box-flex .col {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #water .water .water-detail .box-flex .col + .col {
    margin-top: 30px;
  }
}
#water .water .water-detail .box-flex .col.flex-vertical-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#water .water .water-detail .box-flex .col.flex-vertical-between > div + div {
  margin-top: 50px;
}
#water .water .water-detail .box-flex .text + .txthead-box {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #water .water .water-detail .box-flex .text + .txthead-box {
    margin-top: 30px;
  }
}

/* Chemical */
#chemical .chemical-row .chemical .chemical-list ul {
  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: 1180px) {
  #chemical .chemical-row .chemical .chemical-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #chemical .chemical-row .chemical .chemical-list ul {
    display: block;
  }
}
#chemical .chemical-row .chemical .chemical-list ul li.twothree {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical-row .chemical .chemical-list ul li + li {
    margin-top: 20px;
  }
}
#chemical .chemical-row .chemical .chemical-list ul li a {
  display: block;
  position: relative;
}
#chemical .chemical-row .chemical .chemical-list ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#chemical .chemical-row .chemical .chemical-list ul li a .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 14px 50px 14px 10px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px #333333;
  background-color: rgba(233, 74, 0, 0.77);
  background-image: url("/assets/images/commons/list-arrow-shadow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 25px;
}
@media only screen and (max-width: 1180px) {
  #chemical .chemical-row .chemical .chemical-list ul li a .bar {
    font-size: 1.8rem;
    line-height: 2.8rem;
    background-size: 20px;
  }
}
#chemical .chemical-row .chemical .chemical-list ul li a .cover {
  overflow: hidden;
}
#chemical .chemical .chemical-detail .content {
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content {
    margin-top: 40px;
  }
}
#chemical .chemical .chemical-detail .content .img-center.half {
  width: calc(50% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .img-center.half {
    width: 100%;
  }
}
#chemical .chemical .chemical-detail .content .carbon-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#chemical .chemical .chemical-detail .content .carbon-heading h2 {
  margin-bottom: 15px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  color: #ffffff;
  background-color: #196FBF;
}
#chemical .chemical .chemical-detail .content .carbon-heading p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #196FBF;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .carbon-heading p {
    font-size: 1.2rem;
  }
}
#chemical .chemical .chemical-detail .content .carbon-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  grid-row-gap: 60px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .carbon-list ul {
    display: block;
  }
}
#chemical .chemical .chemical-detail .content .carbon-list ul li.wide2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .carbon-list ul li + li {
    margin-top: 40px;
  }
}
#chemical .chemical .chemical-detail .content .carbon-list ul li h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #196FBF;
  border-bottom: 1px solid #196FBF;
  padding-bottom: 11px;
  margin-bottom: 15px;
}
#chemical .chemical .chemical-detail .content .carbon-list ul li .brief {
  margin-top: 10px;
}
#chemical .chemical .chemical-detail .content .carbon-list ul li .brief p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .carbon-list ul li .brief p + p {
    margin-top: 10px;
  }
}
#chemical .chemical .chemical-detail .content .carbon-list + .carbon-heading {
  margin-top: 80px;
}
#chemical .chemical .chemical-detail .content .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .filter {
    display: block;
  }
}
#chemical .chemical .chemical-detail .content .filter .col {
  width: 46.8%;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .filter .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .filter .col + .col {
    margin-top: 40px;
  }
}
#chemical .chemical .chemical-detail .content .filter .col h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #196FBF;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .filter .col h2 {
    margin-bottom: 15px;
  }
}
#chemical .chemical .chemical-detail .content .filter .col .img {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
#chemical .chemical .chemical-detail .content .filter .col .img.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
#chemical .chemical .chemical-detail .content .filter .col .img.col2 div {
  width: 50%;
}
#chemical .chemical .chemical-detail .content .filter .col .img img {
  width: 100%;
  height: auto;
}
#chemical .chemical .chemical-detail .content .filter .col .img .caption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}
#chemical .chemical .chemical-detail .content .filter .col .text {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .filter .col .text {
    margin-top: 15px;
  }
}
#chemical .chemical .chemical-detail .content .filter .col .text + .img {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .filter .col .text + .img {
    margin-top: 40px;
  }
}
#chemical .chemical .chemical-detail .content .filter .col .text + h2 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .filter .col .text + h2 {
    margin-top: 40px;
  }
}
#chemical .chemical .chemical-detail .content .parts .parts-list-row {
  margin-top: 50px;
}
#chemical .chemical .chemical-detail .content .parts .parts-list-row h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #196FBF;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .parts .parts-list-row h2 {
    margin-bottom: 15px;
  }
}
#chemical .chemical .chemical-detail .content .parts .parts-list-row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .parts .parts-list-row .flex {
    gap: 30px;
  }
}
#chemical .chemical .chemical-detail .content .parts .parts-list-row .flex .img {
  width: 12.06%;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .parts .parts-list-row .flex .img {
    width: 30%;
  }
}
#chemical .chemical .chemical-detail .content .parts .parts-list-row .flex .text {
  width: 87.94%;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .parts .parts-list-row .flex .text {
    width: 70%;
  }
}
#chemical .chemical .chemical-detail .content .parts .parts-list-row .flex .text p + p {
  margin-top: 15px;
}
#chemical .chemical .chemical-detail .content .parts .parts-list {
  margin-top: 50px;
}
#chemical .chemical .chemical-detail .content .parts .parts-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.33% 1fr 3.33% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.33%;
  grid-row-gap: 5%;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .parts .parts-list ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .parts .parts-list ul li + li {
    margin-top: 40px;
  }
}
#chemical .chemical .chemical-detail .content .parts .parts-list ul li h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #196FBF;
  margin-bottom: 10px;
}
#chemical .chemical .chemical-detail .content .parts .parts-list ul li .brief {
  margin-top: 10px;
}
#chemical .chemical .chemical-detail .content .parts .parts-list ul li .brief p + p {
  margin-top: 15px;
}
#chemical .chemical .chemical-detail .content .resin .img img {
  margin-left: auto;
  margin-right: auto;
}
#chemical .chemical .chemical-detail .content .resin .img + .img {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .resin .img + .img {
    margin-top: 40px;
  }
}
#chemical .chemical .chemical-detail .content .resin .img .col p {
  text-align: center;
}
#chemical .chemical .chemical-detail .content .resin .img .col p + p {
  margin-top: 15px;
}
#chemical .chemical .chemical-detail .content .resin .img .col .img {
  margin-top: 20px;
}
#chemical .chemical .chemical-detail .content .resin .text {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .resin .text {
    margin-top: 40px;
  }
}
#chemical .chemical .chemical-detail .content .resin .text p + p {
  margin-top: 15px;
}
#chemical .chemical .chemical-detail .content .resin .flex {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .resin .flex {
    margin-top: 40px;
    gap: 35px;
  }
}
#chemical .chemical .chemical-detail .content .resin .flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 511px;
  margin-left: auto;
  margin-right: auto;
}
#chemical .chemical .chemical-detail .content .resin .flex.center .col p {
  text-align: left;
}
#chemical .chemical .chemical-detail .content .resin .flex.center .col .img {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .resin .flex.center .col .img {
    margin-top: 15px;
  }
}
#chemical .chemical .chemical-detail .content .resin .flex .col p {
  text-align: center;
}
#chemical .chemical .chemical-detail .content .resin .flex .col p.fw700-b {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .resin .flex .col p.fw700-b {
    margin-bottom: 5px;
  }
}
#chemical .chemical .chemical-detail .content .resin .flex .col .img {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .resin .flex .col .img {
    margin-top: 15px;
  }
}
#chemical .chemical .chemical-detail .content .resin .flex + .img {
  margin-top: 60px;
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list {
  margin-top: 50px;
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul {
    gap: 30px;
  }
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li.wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li.wide h2 {
  text-align: center;
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li.wide .flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li.wide .flex {
    gap: 30px;
  }
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li.wide .flex .brief {
  margin-top: 0;
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #196FBF;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li .img .remark {
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: right;
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li .brief {
  margin-top: 15px;
}
#chemical .chemical .chemical-detail .content .coagulant .coagulant-list ul li .brief p + p {
  margin-top: 15px;
}

#labo .labo-row .labo .labo-list:nth-child(even) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#labo .labo-row .labo .labo-list + .labo-list {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #labo .labo-row .labo .labo-list + .labo-list {
    margin-top: 40px;
  }
}
#labo .labo-row .labo .labo-list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #labo .labo-row .labo .labo-list .flex {
    display: block;
  }
}
#labo .labo-row .labo .labo-list .flex + .flex {
  margin-top: 40px;
}
#labo .labo-row .labo .labo-list .flex .text {
  width: 47%;
}
@media only screen and (max-width: 750px) {
  #labo .labo-row .labo .labo-list .flex .text {
    width: 100%;
  }
}
#labo .labo-row .labo .labo-list .flex .text h2 {
  font-weight: 700;
}
#labo .labo-row .labo .labo-list .flex .text p + p {
  margin-top: 20px;
}
#labo .labo-row .labo .labo-list .flex .img {
  width: 47%;
}
@media only screen and (max-width: 750px) {
  #labo .labo-row .labo .labo-list .flex .img {
    width: 100%;
    margin-top: 20px;
  }
}

/* Service */
@media only screen and (max-width: 750px) {
  #service .service-row + .pad80 {
    padding-top: 30px;
  }
}
#service .service .img + .img {
  margin-top: 50px;
}
#service .service .service-list ul {
  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: 1180px) {
  #service .service .service-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-list ul {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
#service .service .service-list ul li a {
  display: block;
  position: relative;
}
#service .service .service-list ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#service .service .service-list ul li a .cover {
  overflow: hidden;
}
#service .service .service-list ul li a .brief {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px 50px 15px 20px;
  background-color: rgba(0, 118, 121, 0.65);
  background-image: url("/assets/images/commons/list-arrow-shadow.svg");
  background-repeat: no-repeat;
  background-position: right 20px bottom 15px;
  background-size: 25px;
}
@media only screen and (max-width: 1180px) {
  #service .service .service-list ul li a .brief {
    padding: 10px 40px 10px 15px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-list ul li a .brief {
    padding: 5px 35px 5px 10px;
  }
}
#service .service .service-list ul li a .brief h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1180px) {
  #service .service .service-list ul li a .brief h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .service-list ul li a .brief h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-list ul li a .brief h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#service .service .service-list ul li a .brief p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
}
@media only screen and (max-width: 1180px) {
  #service .service .service-list ul li a .brief p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-list ul li a .brief p {
    font-size: 1.2rem;
  }
}
#service .service .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #service .service .box-flex {
    display: block;
  }
}
#service .service .box-flex + .box-flex {
  margin-top: 50px;
}
#service .service .box-flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#service .service .box-flex .col-img {
  width: 46.81034483%;
}
#service .service .box-flex .col-img.w41 {
  width: 41%;
}
@media only screen and (max-width: 750px) {
  #service .service .box-flex .col-img.w41 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .box-flex .col-img {
    width: 100%;
  }
}
#service .service .box-flex .col-img img + img {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #service .service .box-flex .col-img img + img {
    margin-top: 25px;
  }
}
#service .service .box-flex .col-text {
  width: 48.79310345%;
}
#service .service .box-flex .col-text.w52 {
  width: 52%;
}
@media only screen and (max-width: 750px) {
  #service .service .box-flex .col-text.w52 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .box-flex .col-text {
    width: 100%;
    margin-top: 20px;
  }
}
#service .service .box-flex .col-text .blue-border {
  margin-bottom: 40px;
  padding: 10px 10px;
  color: #0097E0;
  border: 1px solid #0097E0;
  text-align: center;
}
#service .service .box-flex .col-text p + p {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #service .service .box-flex .col-text p + p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .box-flex .col-text p + p {
    margin-top: 20px;
  }
}
#service .service .box-flex .col-text .img {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #service .service .box-flex .col-text .img {
    margin-top: 40px;
  }
}
#service .service .box-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#service .service .box-video .col {
  width: 46.81034483%;
}
#service .service .box-video .col a {
  display: block;
  position: relative;
}
#service .service .box-video .col a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/commons/icon-play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24%;
}
#service .service .img .caption-right {
  margin-top: 15px;
  text-align: right;
}
#service .img-btm img {
  width: 100%;
  height: auto;
}

/* Business */
#business .business-row .business .business-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 850px) {
  #business .business-row .business .business-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#business .business-row .business .business-list .box {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#business .business-row .business .business-list .box:hover .hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#business .business-row .business .business-list .box .link-sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business .business-list .box .link-sp {
    display: block;
  }
}
#business .business-row .business .business-list .box .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  background-color: #E5E5E5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business .business-list .box .hover {
    display: none;
  }
}
#business .business-row .business .business-list .box .hover .text {
  height: 85%;
  overflow: auto;
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-list .box .hover .text p {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
#business .business-row .business .business-list .box .hover .text p + p {
  margin-top: 10px;
}
#business .business-row .business .business-list .box .hover a {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 1;
  min-width: 160px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  background-color: #459be9;
}
#business .business-row .business .business-list .box .hover a:hover {
  opacity: 1;
  text-decoration: underline;
}
#business .business-row .business .business-list .box .abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}
#business .business-row .business .business-list .box .abs h2 {
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 0px #333333;
}
@media only screen and (max-width: 1180px) {
  #business .business-row .business .business-list .box .abs h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #business .business-row .business .business-list .box .abs h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#business .business-row .business .business-list .box .img {
  position: relative;
  height: 100%;
}
#business .business-row .business .business-list .box .img img {
  width: 100;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .business-row .business .business-list .box .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0061A0;
  opacity: 0.6;
}

/* maintenance */
#maintenance .maintenance-row .maintenance .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #maintenance .maintenance-row .maintenance .flex {
    display: block;
  }
}
#maintenance .maintenance-row .maintenance .flex .text {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #maintenance .maintenance-row .maintenance .flex .text {
    width: 100%;
  }
}
#maintenance .maintenance-row .maintenance .flex .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #maintenance .maintenance-row .maintenance .flex .text p + p {
    margin-top: 15px;
  }
}
#maintenance .maintenance-row .maintenance .flex .text p strong {
  font-weight: 700;
}
#maintenance .maintenance-row .maintenance .flex .img {
  width: 42.5%;
}
@media only screen and (max-width: 750px) {
  #maintenance .maintenance-row .maintenance .flex .img {
    width: 100%;
    margin-top: 25px;
  }
}
#maintenance .maintenance-row .maintenance .flex .img img + img {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #maintenance .maintenance-row .maintenance .flex .img img + img {
    margin-top: 15px;
  }
}
#maintenance .maintenance-row .maintenance .content-1024 {
  width: 100%;
  margin-top: 160px;
}
@media only screen and (max-width: 1180px) {
  #maintenance .maintenance-row .maintenance .content-1024 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #maintenance .maintenance-row .maintenance .content-1024 {
    margin-top: 60px;
  }
}
#maintenance .maintenance-row .maintenance .content-1024 h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #196FBF;
  margin-bottom: 20px;
}
#maintenance .maintenance-row .maintenance .content-1024 .video a {
  display: block;
  position: relative;
  /*&::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-image: url("/assets/images/commons/icon-play.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24%;
  }*/
}
#maintenance .maintenance-row .maintenance .content-1024 .img {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  #maintenance .maintenance-row .maintenance .content-1024 .img {
    margin-top: 30px;
  }
}

/* sacra */
#sacra .sacra .sacra-row + .sacra-row {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row + .sacra-row {
    margin-top: 60px;
  }
}
#sacra .sacra .sacra-row .intro .text p .small {
  font-size: 1.4rem;
}
#sacra .sacra .sacra-row .intro .text p + h3 {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row .intro .text p + h3 {
    margin-top: 20px;
  }
}
#sacra .sacra .sacra-row h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #sacra .sacra .sacra-row h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #sacra .sacra .sacra-row h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 30px;
  }
}
#sacra .sacra .sacra-row h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#sacra .sacra .sacra-row p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row p + p {
    margin-top: 10px;
  }
}
#sacra .sacra .sacra-row .small {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#sacra .sacra .sacra-row .sacra-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row .sacra-list .list {
    display: block;
  }
}
#sacra .sacra .sacra-row .sacra-list .list + .list {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row .sacra-list .list + .list {
    margin-top: 40px;
  }
}
#sacra .sacra .sacra-row .sacra-list .list .img {
  width: 46.55172414%;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row .sacra-list .list .img {
    width: 100%;
  }
}
#sacra .sacra .sacra-row .sacra-list .list .brief {
  width: 48.79310345%;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .sacra-row .sacra-list .list .brief {
    width: 100%;
    margin-top: 20px;
  }
}
#sacra .sacra .btn-box {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #sacra .sacra .btn-box {
    margin-top: 40px;
  }
}

/* Design */
#design .design-row .design .design-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list {
    display: block;
  }
}
#design .design-row .design .design-list + .design-list {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list .col + .col {
    margin-top: 40px;
  }
}
#design .design-row .design .design-list .col.text {
  width: 57%;
  padding-right: 75px;
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list .col.text {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list .col.text .text .img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list .col.text .text .img + p {
    margin-top: 20px;
  }
}
#design .design-row .design .design-list .col.text .text + .text {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list .col.text .text + .text {
    margin-top: 50px;
  }
}
#design .design-row .design .design-list .col.img {
  width: 43%;
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list .col.img {
    width: 100%;
    margin-top: 40px;
  }
}
#design .design-row .design .design-list .col.img .img + .img {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list .col.img .img + .img {
    margin-top: 20px;
  }
}
#design .design-row .design .design-list .col.w50 {
  width: 47.4137931%;
}
@media only screen and (max-width: 750px) {
  #design .design-row .design .design-list .col.w50 {
    width: 100%;
  }
}
#design .design-row .design .design-list .col .text h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#design .design-row .design .design-list .col .img + .text {
  margin-top: 20px;
}

/* Privacy */
#privacy .privacy .content h2 {
  font-weight: bold;
}
#privacy .privacy .content p + h2 {
  margin-top: 30px;
}

/* Contact */
#contact .contact .content .thanks p {
  text-align: center;
}

.form .form-row + .form-row {
  margin-top: 40px;
  padding-top: 41px;
  border-top: 1px solid #ececec;
}
@media only screen and (max-width: 750px) {
  .form .form-row + .form-row {
    margin-top: 30px;
    padding-top: 31px;
  }
}
.form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex {
    display: block;
  }
}
.form .form-row.flex .label {
  width: 280px;
  min-width: 280px;
  padding-top: 3px;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex .label {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
  }
}
.form .form-row.flex .label p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form .form-row.flex .label p .imp {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  margin-top: 7px;
  margin-left: 8px;
  padding: 4px 8px;
  background-color: #ed5252;
}
.form .form-row.flex .label p .imp.blue {
  background-color: #247cff;
}
.form .form-row.flex .field {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex .field {
    margin-top: 10px;
  }
}
.form .form-row.flex .field .w50 {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
.form .form-row.flex .field.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.form .form-row.flex .field.flex .col50 {
  width: 50%;
}
.form .form-row.flex .field .field-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form .form-row.flex .field .field-row + .field-row {
  margin-top: 10px;
}
.form .form-row.flex .field .remark {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.form .form-row.flex .field .small-gray {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #d8d8d8;
}
.form .form-row.button {
  padding-top: 60px;
}
@media only screen and (max-width: 750px) {
  .form .form-row.button {
    padding-top: 40px;
  }
}

.textbox {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #dedede;
  background-color: #fafafa;
  outline: none;
}

/*select {
    font-family: $notosansjp;
    font-size: 16px;
    line-height: 26px;
    background-image: url("/assets/images/commons/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px;
}*/
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 26px;
  resize: none;
  height: 140px;
}

.form_table dt {
  font-size: 1.5rem;
}

.form_table dl {
  display: table;
  width: 100%;
}

.form_table dl dt,
.form_table dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ececec;
}

.form_table dl dt {
  width: 22%;
  padding: 40px 0;
}

.form_table p.error {
  display: block;
  color: #ff0000;
  line-height: 1;
  margin-top: 10px;
}

.form_table p.remark {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .form_table dl dt {
    display: block;
    width: 100%;
    padding: 30px 0 10px;
    border-bottom: none;
  }
}
.form_table dl dt em {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 4px 8px;
  background-color: #ed5252;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.form_table dl dt em.form_opt {
  background-color: #247cff;
}

.form_table dl dt small {
  display: block;
  margin-top: -0.5em;
  font-size: 13px;
}

.form_table dl dd {
  padding: 40px 15px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .form_table dl dd {
    display: block;
    width: 100%;
    padding: 10px 0 30px;
  }
}
.postcode_clm {
  position: relative;
  padding-right: 6em;
}

.postcode_cap {
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  font-size: 12px;
  color: #d8d8d8;
  line-height: 1.2;
}

.form_table dl dd input,
.form_table dl dd textarea,
.form_table dl dd select {
  border: 1px solid #dedede;
  background-color: #fafafa;
  padding: 8px 8px;
  font-size: 14px;
  vertical-align: middle;
}

.form_table dl dd input + input[size="20"] {
  margin-left: 15px;
}

.form_table dl dd select#address1 {
  margin: 10px;
}

.form_table dl dd textarea {
  width: 600px;
  height: 10em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .form_table dl dd textarea {
    width: 100%;
  }
}
.form_table dl dd input[type=checkbox] {
  margin-right: 5px;
}

.form_table dl dd ul input[type=checkbox]:hover,
.form_table dl dd ul label:hover {
  cursor: pointer;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .form_table .txt_w100 {
    width: 100%;
  }
  .form_table .txt_w45 {
    width: 45%;
  }
}
.contact_entry {
  padding: 60px 0 0;
  text-align: center;
}
.contact_entry button + button, .contact_entry button + a, .contact_entry a + button, .contact_entry a + a {
  margin-top: 10px;
}

.l-page__ttlarea {
  padding: 30px 0 60px;
  text-align: center;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-page__ttlarea {
    padding: 20px 0 30px;
    width: 90%;
    margin: 0 auto;
  }
}
.l-page__ttlarea.interview {
  margin-top: 100px;
}

/********* sm *********/
@media only screen and (max-width: 750px) {
  .l-page__ttlarea.interview {
    margin: 50px auto 0;
  }
}
.news-slider {
  width: 99%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/********* sm *********/
@media only screen and (max-width: 750px) {
  .news-slider {
    width: 80%;
  }
}
.news-box {
  max-width: 250px;
  margin: 0 40px;
}

/********* sm *********/
@media only screen and (max-width: 750px) {
  .news-box {
    max-width: 100%;
    margin: 0 auto;
  }
}
.news-box__ttl {
  font-size: 20px;
  color: #b7b0ac;
  margin-top: 20px;
  line-height: 1.4;
}

/********* sm *********/
@media only screen and (max-width: 750px) {
  .news-box__ttl {
    margin-top: 10px;
  }
}
.news-box__date {
  font-size: 14px;
  margin-top: 15px;
}

/********* sm *********/
@media only screen and (max-width: 750px) {
  .news-box__date {
    margin-top: 10px;
  }
}
.slick-arrow:before {
  content: "" !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url("/assets/images/report/slider_arrow_r.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  background: url("/assets/images/report/slider_arrow_l.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.report-sec__ttl {
  display: block;
  font-size: 34px;
  color: #968c87;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 auto;
}

/********* ～sp *********/
@media only screen and (max-width: 750px) {
  .report-sec__ttl {
    font-size: 30px;
  }
}
.report-sec__ttl__j {
  display: block;
  font-size: 20px;
  margin: 20px auto 0;
  letter-spacing: 2px;
}

/********* ～sp *********/
@media only screen and (max-width: 750px) {
  .report-sec__ttl__j {
    font-size: 16px;
  }
}
.report-sec__sttl {
  display: block;
  font-size: 20px;
  color: #968c87;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 50px auto 0;
}

/********* ～sp *********/
@media only screen and (max-width: 750px) {
  .report-sec__sttl {
    font-size: 16px;
    margin: 30px auto 0;
  }
}
.report-sec__tb1 {
  width: 100%;
  margin-top: 30px;
}

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

.img_w100 {
  width: 100%;
}

.report-sec__tb2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report-sec__tb2.txt_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.report-sec__tb2__mt0 {
  margin-top: 0;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2__mt0 {
    margin-top: 30px;
  }
}
.report-sec__tb2_l,
.report-sec__tb2_r {
  width: 48%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l,
  .report-sec__tb2_r {
    width: 100%;
    padding: 0;
  }
  .report-sec__tb2.txt_top .report-sec__tb2_l {
    margin-top: 15px;
  }
  .report-sec__tb2.txt_top .report-sec__tb2_r {
    margin-top: 0;
  }
  .report-sec__tb2_r {
    margin-top: 15px;
  }
}
.report-sec__tb2_l.w_60,
.report-sec__tb2_r.w_60 {
  width: 60%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_60,
  .report-sec__tb2_r.w_60 {
    width: 100%;
  }
}
.report-sec__tb2_l.w_65,
.report-sec__tb2_r.w_65 {
  width: 65%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_65,
  .report-sec__tb2_r.w_65 {
    width: 100%;
  }
}
.report-sec__tb2_l.w_55,
.report-sec__tb2_r.w_55 {
  width: 55%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_55,
  .report-sec__tb2_r.w_55 {
    width: 100%;
  }
}
.report-sec__tb2_l.w_72,
.report-sec__tb2_r.w_72 {
  width: 72%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_72,
  .report-sec__tb2_r.w_72 {
    width: 100%;
  }
}
.report-sec__tb2_l.w_26,
.report-sec__tb2_r.w_26 {
  width: 26%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_26,
  .report-sec__tb2_r.w_26 {
    width: 100%;
  }
}
.report-sec__tb2_l.w_40,
.report-sec__tb2_r.w_40 {
  width: 40%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_40,
  .report-sec__tb2_r.w_40 {
    width: 100%;
  }
}
.report-sec__tb2_l.w_32,
.report-sec__tb2_r.w_32 {
  width: 32%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_32,
  .report-sec__tb2_r.w_32 {
    width: 100%;
  }
  .report-sec__tb2_l.w_32.name,
  .report-sec__tb2_r.w_32.name {
    width: 100%;
    padding: 0 0 10px 15px;
  }
}
.report-sec__tb2_l.w_30,
.report-sec__tb2_r.w_30 {
  width: 30%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_30,
  .report-sec__tb2_r.w_30 {
    width: 100%;
  }
  .report-sec__tb2_l.w_30.name,
  .report-sec__tb2_r.w_30.name {
    width: 100%;
    padding: 0 0 10px 20px;
  }
}
.report-sec__tb2_l.w_23,
.report-sec__tb2_r.w_23 {
  width: 23%;
}

@media only screen and (max-width: 750px) {
  .report-sec__tb2_l.w_23,
  .report-sec__tb2_r.w_30 {
    width: 100%;
  }
  .report-sec__tb2_l.w_23.name,
  .report-sec__tb2_r.w_23.name {
    width: 100%;
    padding: 0 0 10px 20px;
  }
}
.report-sec__tb2_l p,
.report-sec__tb2_r p {
  margin-top: 30px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .report-sec__tb2_l p,
  .report-sec__tb2_r p {
    margin-top: 15px;
  }
}
.report-sec__tb2_l p:first-child,
.report-sec__tb2_r p:first-child {
  margin-top: 0;
}

.report-sec__tb2 p img {
  width: 100%;
  display: block;
}

.report-sec__tb2_last {
  float: right;
  width: 50%;
}

.report-sec__tb2__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report-sec__tb2__inner p {
  width: 47%;
  margin-top: 0;
}

.report-sec__tb2 p span {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.report-sec__tb2 p span.fs16 {
  font-size: 16px;
}

.text-light-blue {
  color: #449ce8;
}

.shikai {
  color: #7EB2D6;
}

.answer {
  margin-bottom: 30px;
  display: table-cell;
  vertical-align: middle;
}

.answer_pt80 {
  padding-top: 80px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .answer_pt80 {
    padding-top: 0;
  }
}
.answer dt {
  display: inline-block;
  float: left;
  padding: 0 0 12px 0;
  font-weight: bold;
}

.answer dt span {
  display: block;
  font-size: 10px;
}

.answer dd {
  padding-left: 20px;
  display: table;
  margin-bottom: 15px;
}

.img_box {
  display: inline-block;
  position: relative;
}

.img_box.deco:before {
  content: "";
  display: block;
  width: 261px;
  height: 152px;
  background: url("/assets/images/report/pic_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -65px;
  top: 330px;
  z-index: -1;
}

.report-sec__bordertop {
  margin-top: 50px;
  border-top: 1px #a0a0a0 solid;
  padding-top: 30px;
}

.report-sec__sikai {
  margin-top: 30px;
  border-top: 1px #a0a0a0 solid;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .report-sec__sikai {
    display: block;
  }
}
.report-sec__sikai__img {
  max-width: 290px;
}

.report-sec__sikai__txt {
  padding-left: 15px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .report-sec__sikai__txt {
    padding-left: 0;
    margin-top: 10px;
  }
}
.heading-bar {
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  color: #449ce8;
  padding-bottom: 30px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .heading-bar {
    font-size: 16px;
  }
}
.heading-bar:after {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  top: 15px;
  width: 50px;
  height: 2px;
  background-color: #449ce8;
}

.info-none-skew {
  position: absolute;
  bottom: -10px;
  left: -15px;
  background: url("/assets/images/report/bg-opacity.png") repeat 100% 100%;
  overflow: hidden;
  padding: 12px 18px;
  margin: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.info-none-skew p {
  color: #fff;
  font-size: 12px;
}

.info-none-skew p span {
  font-size: 16px;
  opacity: 1;
}

.pagination_interview {
  text-align: center;
  margin: 50px 0;
  border-top: 3px solid #f0f0f0;
  padding-top: 35px;
}

.pagination_interview ul li {
  display: inline-table;
  margin: 0 5px;
}

.pagination_interview ul li a {
  display: table;
  width: 40px;
  height: 40px;
  border: solid 1px #f3f4f4;
  overflow: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.pagination_interview ul li a:hover {
  background-color: #e0ecff;
}

.pagination_interview ul li a span {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.pagination_interview ul li a.on span {
  background-color: #f3f4f4;
}

.question {
  color: #0071bd;
  font-size: 18px;
  font-weight: 300;
  margin: 40px 0 23px;
  text-align: left;
}

.question span {
  font-size: 12px;
  color: #333;
}

.info {
  position: absolute;
  bottom: -10px;
  left: -20px;
  background: #eee;
  overflow: hidden;
  padding: 5px 18px;
  margin: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.info p {
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 12px;
}

.info p span {
  font-size: 16px;
}

.report-sec__message {
  overflow: hidden;
}

.report-sec__message__img {
  width: 116px;
  float: left;
  margin: 0 20px 10px 0;
}

.report-sec__message__txt {
  margin-top: 0 !important;
}

.report-sec__message__name {
  display: block;
  background: #eeeeee;
  margin-top: 0 !important;
  padding: 5px 20px;
  font-size: 12px;
}

.report-sec__message__name span {
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: bold;
}

.indent {
  text-indent: -1em;
  padding-left: 2em;
}
@media only screen and (max-width: 750px) {
  .indent {
    text-indent: 0em;
    padding-left: 0em;
  }
}

.ft-nomal {
  font-size: 15px !important;
}
@media only screen and (max-width: 750px) {
  .ft-nomal {
    font-size: 13px !important;
  }
}

.link {
  color: #0071bd;
}