@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-white {
  color: #fff;
}

.color-black {
  color: #000000;
}

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

.bg-gray3 {
  background-color: #F7F7F7;
}
.bg-gray3.with-border {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.fz14 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.fz20 {
  font-size: 2rem;
  line-height: 2.4rem;
}

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

.en {
  font-family: "Barlow", sans-serif;
}

.radius8 {
  border-radius: 8px;
  overflow: hidden;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    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: 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-size: 1.6rem;
  line-height: 3rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

strong {
  font-weight: 500;
}

.text-center p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .text-center p {
    text-align: left;
  }
}
.text-center p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .text-center p + p {
    margin-top: 20px;
  }
}

/* Link */
.transition, #result .result .result-slick .slick-arrow, #result .result .result-slick .result-dots li button, .menu-responsive, header .header .col-left a img, header, .btn .icn.circle-red, button, .hover-underline::after, a .cover img, a::before, a::after, a {
  -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);
}

a {
  color: #000000;
  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::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a .cover {
  overflow: hidden;
}
.txt-link {
  text-decoration: underline;
}

.c-red {
  color: #D95253;
}

.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -130px;
  }
}

.hover-underline {
  position: relative;
  display: inline-block;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/* Txthead */
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 35px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb40 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb25 {
  margin-bottom: 25px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb15 {
  margin-bottom: 15px;
}
.txthead-box.with-line-left-red {
  position: relative;
  padding-left: 38px;
}
.txthead-box.with-line-left-red::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: auto;
  background-color: #FC0001;
}
.txthead-box.line-top::before {
  -webkit-transform: translate(0%, -30px) !important;
          transform: translate(0%, -30px) !important;
}
.txthead-box.with-line-center-red {
  position: relative;
  padding-bottom: 42px;
}
.txthead-box.with-line-center-red::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 2px;
  height: 24px;
  margin: auto;
  background-color: #FC0001;
}
.txthead-box.with-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txthead-box.with-button > *:nth-child(1), .txthead-box.with-button > *:nth-child(3) {
  white-space: nowrap;
}
.txthead-box.with-button .line {
  width: 100%;
  height: 1px;
  margin: 0 30px;
  background-color: #E6E6E6;
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-button .line {
    margin: 0 20px;
  }
}
.txthead-box .fz64 {
  font-size: 6.4rem;
  line-height: 7.2rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz64 {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz64 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz64 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
.txthead-box .fz64 + .fz20 {
  margin-top: 3px;
  position: relative;
  display: block;
  padding-left: 20px;
}
.txthead-box .fz64 + .fz20::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  z-index: 1;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #FC0001;
  border-radius: 100%;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz64 + .fz20::before {
    width: 6px;
    height: 6px;
  }
}
.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.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.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: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz20 {
  font-size: 2rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz20 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz20 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.txthead-box .center {
  text-align: center;
}

/* Button */
.btn-box {
  display: table;
}
.btn-box.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt50 {
    margin-top: 30px;
  }
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}
.btn-box.with-text-left {
  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;
}
.btn-box.with-text-left .text {
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  .btn-box.with-text-left .text {
    padding-right: 0;
  }
}
.btn-box.with-text-left .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .btn-box.with-text-left .btn {
    display: none;
  }
}
.btn-box.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-box.max-w400 {
  width: 100%;
  max-width: 400px;
}

.btn:hover {
  opacity: 1;
}
.btn:hover .icn.circle-red {
  background-color: #D95253;
}
.btn:hover .icn.circle-red img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
}
.btn .txt {
  font-weight: 500;
  line-height: 2.2rem;
}
.btn .txt.fz16 {
  font-size: 1.6rem;
}
.btn .icn.circle-red {
  margin-left: 15px !important;
  width: 50px;
  height: 50px;
  border: 1px solid #D95253;
  border-radius: 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;
}
@media only screen and (max-width: 750px) {
  .btn .icn.circle-red {
    width: 40px;
    height: 40px;
  }
}
.btn.border-radius {
  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: 56px;
  border: 1px solid #000000;
  border-radius: 28px;
}
@media only screen and (max-width: 750px) {
  .btn.border-radius {
    height: 50px;
    border-radius: 25px;
  }
}
.btn.border-radius.medium {
  height: 62px;
  border-radius: 31px;
}
.btn.border-radius:hover {
  color: #fff;
  background-color: #000000;
}
.btn.border-radius:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
}
.btn.border-radius.red {
  color: #fff;
  background-color: #D95253;
  border-color: #D95253;
}
.btn.border-radius.red:hover {
  border-color: #FC0001;
  background-color: #FC0001;
}
.btn.border-radius.red .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(103%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(103%) contrast(104%);
}
.btn.border-radius.dark {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}
.btn.border-radius.dark:hover {
  border-color: #000000;
  background-color: #000000;
}
.btn.icn-left {
  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;
}
.btn.icn-left .icn {
  margin-right: 10px;
}
.btn.icn-right {
  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;
}
.btn.icn-right .icn {
  margin-left: 10px;
}
.btn.mw180 {
  min-width: 180px;
}
.btn.w-auto {
  padding-left: 32px;
  padding-right: 32px;
}
.btn.w-300 {
  width: 100%;
  max-width: 300px;
}
.btn.w-250 {
  width: 100%;
  max-width: 250px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-scroll ul.col6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .btn-scroll ul.col6 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.btn-scroll ul.col6 li + li {
  border-left: 1px solid #CCCCCC;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul.col6 li:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #CCCCCC;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul.col6 li:nth-child(5) {
    border-top: 1px solid #CCCCCC;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul.col6 li:nth-child(6) {
    border-top: 1px solid #CCCCCC;
  }
}
.btn-scroll ul.col6 li a {
  width: 100%;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul.col6 li a {
    padding: 15px 0;
  }
}
.btn-scroll ul li {
  position: relative;
}
.btn-scroll ul li a {
  display: table;
  font-weight: 500;
  text-align: center;
}
.btn-scroll ul li a:hover {
  opacity: 1;
}
.btn-scroll ul li a:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(100%) saturate(3490%) hue-rotate(327deg) brightness(88%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(100%) saturate(3490%) hue-rotate(327deg) brightness(88%) contrast(92%);
}
.btn-scroll ul li a .icon {
  display: table;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/* Breadcrumb */
#breadcrumb .breadcrumb {
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  padding-right: 21px;
  margin-right: 15px;
}
#breadcrumb .breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: #808080;
  font-weight: 300;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 6px;
  height: 10px;
  background-image: url("/assets/images/commons/breadcrumb-icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#breadcrumb .breadcrumb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
#breadcrumb .breadcrumb ul li a img {
  margin-right: 8px;
}

/* MV Inner */
#mv-inner {
  position: relative;
}
#mv-inner .mv-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner {
    height: 200px;
  }
}
#mv-inner .mv-inner h1 {
  position: relative;
  font-size: 4.8rem;
  line-height: 6.8rem;
  font-weight: 500;
  padding-left: 25px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1 {
    font-size: 3.2rem;
    line-height: 5.2rem;
  }
}
#mv-inner .mv-inner h1::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 46px;
  background-color: #FC0001;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner h1::before {
    height: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1::before {
    height: 32px;
  }
}
#mv-inner .mv-inner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mv-inner .mv-inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Popup */
.popup {
  position: relative;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 970px;
  margin: 20px auto;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  .popup {
    padding: 20px;
  }
}
.popup .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex {
    display: block;
  }
}
.popup .content .flex .col-left {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex .col-left {
    width: 100%;
  }
}
.popup .content .flex .col-left .img img {
  border-radius: 10px;
}
.popup .content .flex .col-right {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex .col-right {
    width: 100%;
    margin-top: 15px;
  }
}
.popup .content .flex .col-right .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex .col-right .topic {
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.popup .content .flex .col-right .topic::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 56px;
  height: 1px;
  background-color: #D95253;
}
.popup .content .flex .col-right .btn-box {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex .col-right .btn-box {
    margin-top: 15px;
  }
}

/* Header */
.page-inner header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
}

.header-fixed header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
}

.header-light.color header .header .col-left a img {
  -webkit-filter: none !important;
          filter: none !important;
}
.header-light.color header .header .col-right .btn-burger .bar-icon .bar1,
.header-light.color header .header .col-right .btn-burger .bar-icon .bar2,
.header-light.color header .header .col-right .btn-burger .bar-icon .bar3 {
  background-color: #000000;
}
.header-light header {
  background-color: transparent;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
}
.header-light header .header .col-left a img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
}
.header-light header .header .col-right .menu ul li a {
  color: #fff;
}
.header-light header .header .col-right .menu ul li a::before {
  background-color: #fff;
}
.header-light header .header .col-right .menu ul li a::after {
  opacity: 0.3;
}
.header-light header .header .col-right .button ul li a {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.header-light header .header .col-right .button ul li a:hover {
  color: #000000;
  background-color: #fff;
}
.header-light header .header .col-right .button ul li a:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(192deg) brightness(104%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(192deg) brightness(104%) contrast(102%);
}
.header-light header .header .col-right .button ul li a .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
}
.header-light header .header .col-right .btn-burger .bar-icon .bar1,
.header-light header .header .col-right .btn-burger .bar-icon .bar2,
.header-light header .header .col-right .btn-burger .bar-icon .bar3 {
  background-color: #fff;
}

header {
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1180px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
  }
}
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: 100px;
  padding: 0 30px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 90px;
  }
}
@media only screen and (max-width: 850px) {
  header .header {
    padding: 0 5%;
  }
}
header .header .col-left {
  min-width: 160px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-left {
    width: 100px;
    min-width: 100px;
  }
}
header .header .col-left a {
  display: table;
}
header .header .col-right {
  width: 100%;
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
header .header .col-right .menu {
  width: 100%;
  padding-right: 30px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .menu {
    display: none;
  }
}
header .header .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
header .header .col-right .menu ul li {
  width: 25%;
}
header .header .col-right .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  width: 100%;
  height: 56px;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
header .header .col-right .menu ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 56px;
  height: 1px;
  background-color: #D95253;
}
header .header .col-right .menu ul li a:hover {
  opacity: 1;
  color: #D95253;
}
header .header .col-right .menu ul li a:hover:before {
  width: 100%;
}
header .header .col-right .button {
  width: 330px;
  min-width: 330px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .button {
    display: none;
  }
}
header .header .col-right .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
header .header .col-right .button ul li {
  width: 50%;
}
header .header .col-right .btn-burger {
  display: none;
  height: 46px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .btn-burger {
    display: block;
  }
}
header .header .col-right .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .col-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .col-right .btn-burger .bar-icon .bar1,
header .header .col-right .btn-burger .bar-icon .bar2,
header .header .col-right .btn-burger .bar-icon .bar3 {
  width: 32px;
  height: 2px;
  background-color: #000000;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .col-right .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}
header .header .col-right .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .col-right .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.active-mn-01 .mn-01, .active-mn-02 .mn-02, .active-mn-03 .mn-03, .active-mn-04 .mn-04 {
  color: #D95253;
}
.active-mn-01 .mn-01::before, .active-mn-02 .mn-02::before, .active-mn-03 .mn-03::before, .active-mn-04 .mn-04::before {
  width: 100% !important;
}
.active-mn-01 .mn-01::after, .active-mn-02 .mn-02::after, .active-mn-03 .mn-03::after, .active-mn-04 .mn-04::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  display: table;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #D95253;
}

/* Menu Responsive */
.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  background-color: #fff;
  padding-top: 90px;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.menu-responsive .content {
  padding: 0 5%;
}
.menu-responsive .content .menu ul li {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}
.menu-responsive .content .menu ul li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 86px;
  height: 1px;
  background-color: #D95253;
}
.menu-responsive .content .menu ul li a {
  display: block;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  background-image: url("/assets/images/commons/menu-sp-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 14px;
}
.menu-responsive .content .button {
  margin-top: 60px;
}
.menu-responsive .content .button ul li + li {
  margin-top: 15px;
}
.menu-responsive .content .link {
  margin-top: 30px;
}
.menu-responsive .content .link ul li {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
}
.menu-responsive .content .link ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #D95253;
}
.menu-responsive .content .link ul li a {
  display: table;
}

/* Footer */
footer {
  border-top: 1px solid #E6E6E6;
  padding: 70px 0 30px 0;
  background-color: #FBFBFB;
}
@media only screen and (max-width: 1180px) {
  footer {
    padding: 60px 0 30px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .top {
    width: 200px;
  }
}
footer .footer .top a {
  display: table;
}
footer .footer .mid {
  margin-top: 25px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  footer .footer .mid {
    display: block;
  }
}
footer .footer .mid .col-left p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  white-space: nowrap;
}
footer .footer .mid .col-right {
  padding-left: 90px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  footer .footer .mid .col-right {
    padding-left: 0;
    margin-top: 20px;
  }
}
footer .footer .mid .col-right .sitemap ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 850px) {
  footer .footer .mid .col-right .sitemap ul {
    grid-row-gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .mid .col-right .sitemap ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
  }
}
footer .footer .mid .col-right .sitemap ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #E6E6E6;
  background-image: url("/assets/images/commons/btn-icon-link-right-gray.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 18px;
}
footer .footer .mid .col-right .sitemap ul li a:hover {
  opacity: 1;
  color: #D95253;
  border-color: #D95253;
}
footer .footer .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  footer .footer .btm {
    display: block;
  }
}
footer .footer .btm .link ul li {
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-left: 12px;
}
@media only screen and (max-width: 750px) {
  footer .footer .btm .link ul li {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .btm .link ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  color: #D9D9D9;
}
footer .footer .btm .link ul li a {
  display: block;
  color: #808080;
}
@media only screen and (max-width: 750px) {
  footer .footer .btm .copyright {
    margin-top: 20px;
  }
}
footer .footer .btm .copyright p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #808080;
}
@media only screen and (max-width: 750px) {
  footer .footer .btm .copyright p {
    text-align: center;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 14;
  display: none;
}

/* MV */
#mv {
  overflow: hidden;
}
#mv .mv {
  position: relative;
}
#mv .mv .mv-abs {
  position: absolute;
  bottom: 45px;
  left: 45px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-abs {
    left: 5%;
    bottom: 5%;
  }
}
#mv .mv .mv-abs .scroll {
  -webkit-animation: scroll-bounce 1.5s ease-in-out infinite;
          animation: scroll-bounce 1.5s ease-in-out infinite;
}
@-webkit-keyframes scroll-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes scroll-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
#mv .mv .mv-abs .title {
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-abs .title {
    padding-left: 30px;
  }
}
#mv .mv .mv-abs .title h1 {
  font-size: 4rem;
  line-height: 5.6rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-abs .title h1 {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-abs .title h1 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
#mv .mv .mv-abs .title p {
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-abs .title p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#mv .mv .mv-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-img img {
    min-height: 600px;
    height: 600px;
  }
}

/* Company */
#company {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #company {
    padding-bottom: 0;
  }
}
#company .company .content {
  width: 50%;
  padding-right: 60px;
}
@media only screen and (max-width: 850px) {
  #company .company .content {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .content {
    width: 100%;
    padding-right: 0;
  }
}
#company .img-b {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #company .img-b {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
}
#company .img-b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 750px) {
  #company .img-b img {
    height: auto;
  }
}

/* Business */
#business {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #business {
    padding-bottom: 0;
  }
}
#business .business .content {
  width: 50%;
  margin-left: auto;
  padding-left: 60px;
}
@media only screen and (max-width: 850px) {
  #business .business .content {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #business .business .content {
    width: 100%;
    padding-left: 0;
  }
}
#business .img-b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #business .img-b {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
}
#business .img-b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 750px) {
  #business .img-b img {
    height: auto;
  }
}

.text-intro h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .text-intro h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 20px;
  }
}

.img-wide.business {
  background-color: #F2F1F1;
}
.img-wide.business .img {
  width: 73%;
  margin-left: auto;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .img-wide.business .img {
    width: 100%;
  }
}
.img-wide.result .img img {
  width: 100%;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Product */
#product .product.with-bg {
  background-image: url("/assets/images/top/product-bg.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
}
#product .product .text-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #product .product .text-intro {
    display: block;
    margin-top: 40px;
  }
}
#product .product .text-intro p {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 430px;
}
@media only screen and (max-width: 850px) {
  #product .product .text-intro p {
    position: static;
  }
}
#product .product .text-intro .img {
  width: 70.10309278%;
  max-width: 680px;
  margin-left: auto;
  margin-top: -40px;
}
@media only screen and (max-width: 1180px) {
  #product .product .text-intro .img {
    width: 60%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  #product .product .text-intro .img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #product .product .text-intro .img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#product .product .text-intro .img img {
  width: 100%;
  height: auto;
}
#product .product .project-list {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #product .product .project-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #product .product .project-list {
    margin-top: 30px;
  }
}

.project-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media only screen and (max-width: 1180px) {
  .project-list ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .project-list ul {
    gap: 20px;
  }
}
.project-list ul.col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 750px) {
  .project-list ul.col3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-list ul.col3 li a {
  display: block;
}
.project-list ul.col3 li a .brief {
  padding-right: 28px;
  /*background-image: url("/assets/images/commons/btn-icon-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: top 9px right;
  background-size: 18px;*/
}
.project-list ul.col3 li a .brief .topic {
  text-align: left;
}
.project-list ul.col3 li a.with-map .brief {
  position: relative;
}
.project-list ul.col3 li a.with-map .brief::after {
  content: "商用図";
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 2rem;
}
.project-list ul.col3 li .brief .topic {
  text-align: left;
}
.project-list ul li a {
  display: block;
}
.project-list ul li .brief {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .project-list ul li .brief {
    margin-top: 10px;
  }
}
.project-list ul li .brief .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .project-list ul li .brief .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .project-list ul li .brief .topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.project-list ul li .brief .topic.fz16 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/* Result */
#result {
  overflow: hidden;
}
#result .result {
  position: relative;
}
#result .result::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2000px;
  z-index: 1;
  width: 2000px;
  height: 100%;
  background-color: #fff;
}
#result .result .result-slick {
  margin-top: 60px;
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  #result .result .result-slick {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #result .result .result-slick {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
#result .result .result-slick .slick-slide {
  margin: 0 24px;
}
@media only screen and (max-width: 1180px) {
  #result .result .result-slick .slick-slide {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  #result .result .result-slick .slick-slide {
    margin: 0 10px;
  }
}
#result .result .result-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#result .result .result-slick .slick-list {
  margin: 0 -24px;
}
@media only screen and (max-width: 1180px) {
  #result .result .result-slick .slick-list {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 750px) {
  #result .result .result-slick .slick-list {
    margin: 0 -10px;
  }
}
#result .result .result-slick .result-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 1;
  width: 87%;
  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) {
  #result .result .result-slick .result-dots {
    width: 65%;
  }
}
#result .result .result-slick .result-dots li {
  display: block;
  width: 100%;
}
#result .result .result-slick .result-dots li.slick-active button {
  background-color: #D95253;
}
#result .result .result-slick .result-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 2px;
  background-color: #E6E6E6;
}
#result .result .result-slick .slick-arrow {
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
  width: 39px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 39px;
  content: "";
  font-size: 0;
  line-height: 0;
}
#result .result .result-slick .slick-arrow.slick-prev {
  right: 63px;
  background-image: url("/assets/images/commons/slick-prev.png");
}
#result .result .result-slick .slick-arrow.slick-prev:hover {
  background-image: url("/assets/images/commons/slick-prev-hover.png");
}
#result .result .result-slick .slick-arrow.slick-next {
  background-image: url("/assets/images/commons/slick-next.png");
}
#result .result .result-slick .slick-arrow.slick-next:hover {
  background-image: url("/assets/images/commons/slick-next-hover.png");
}
#result .result .result-slick .item a {
  display: block;
}
#result .result .result-slick .item a .brief .topic {
  padding-right: 28px;
  background-image: url("/assets/images/commons/btn-icon-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: top 9px right;
  background-size: 18px;
}
#result .result .result-slick .item .brief {
  margin-top: 15px;
}
#result .result .result-slick .item .brief .topic {
  font-weight: 500;
  margin-bottom: 3px;
}
#result .result .result-slick .item .brief p {
  color: #808080;
}

/* News */
#news {
  padding-top: 0;
}
#news .news .news-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) {
  #news .news .news-flex {
    display: block;
  }
}
#news .news .news-flex .col-left {
  width: 250px;
  min-width: 250px;
  padding-top: 50px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-flex .col-left {
    width: 200px;
    min-width: 200px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-flex .col-left {
    display: none;
  }
}
#news .news .news-flex .col-right {
  width: 100%;
}
#news .news .news-flex .col-right .news-list ul li {
  padding: 40px 0;
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-flex .col-right .news-list ul li {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-flex .col-right .news-list ul li {
    padding: 20px 0;
  }
}
#news .news .news-flex .col-right .news-list ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news .news .news-flex .col-right .news-list ul li .box {
    display: block;
  }
}
#news .news .news-flex .col-right .news-list ul li .box .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 205px;
  min-width: 205px;
}
#news .news .news-flex .col-right .news-list ul li .box .date-tag .date {
  width: 100px;
  min-width: 100px;
  color: #999999;
}
#news .news .news-flex .col-right .news-list ul li .box .date-tag .tag {
  font-size: 1.2rem;
  line-height: 1.6rem;
  min-width: 80px;
  height: 24px;
  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: 1px solid #000000;
  border-radius: 12px;
  text-align: center;
}
#news .news .news-flex .col-right .news-list ul li .box .topic {
  width: 100%;
  background-image: url("/assets/images/commons/btn-icon-link-right-gray.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 19px;
  padding-right: 29px;
}

/* Recruit */
#recruit {
  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: 720px;
  padding: 150px 10%;
  background-image: url("/assets/images/top/recruit-img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #recruit {
    min-height: auto;
    padding: 150px 5%;
    background-position: center right 57%;
  }
}
#recruit .recruit {
  width: 100%;
  max-width: 722px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 25px 50px 35px 50px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit {
    padding: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .txthead-box {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .txthead-box .btn-box .mw180 {
    min-width: 140px;
  }
}
#recruit .recruit .content h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1180px) {
  #recruit .recruit .content h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .content h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}

/* Contact */
#contact {
  border-top: 1px solid #E6E6E6;
}
#contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #contact .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact {
    display: block;
  }
}
#contact .contact .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact .col > div {
  width: 100%;
}
#contact .contact .col + .col {
  border-left: 1px solid #E6E6E6;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col + .col {
    border-left: 0;
    border-top: 1px solid #E6E6E6;
    margin-top: 20px;
    padding-top: 21px !important;
  }
}
#contact .contact .col.left {
  width: 34%;
  padding-right: 5%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col.left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
#contact .contact .col.center {
  width: 34%;
  padding: 0 5%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col.center {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col.center {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col.center .icon {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact .contact .col.center p {
  margin-top: 10px;
}
#contact .contact .col.center a {
  display: table;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
  color: #D95253;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .col.center a {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .col.center > div {
    width: auto;
  }
}
#contact .contact .col.right {
  width: 32%;
  padding-left: 5%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col.right {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col.right {
    width: 100%;
    padding: 0;
  }
}
#contact .contact .col.right p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .col.right p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#contact .contact .col.right .btn-box {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col.right .btn-box {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Company */
#company-inner .company-inner-row .company-inner .greeting {
  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) {
  #company-inner .company-inner-row .company-inner .greeting {
    display: block;
  }
}
#company-inner .company-inner-row .company-inner .greeting .col-left {
  width: 41%;
  max-width: 437px;
  margin-right: 40px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .greeting .col-left {
    margin-left: auto;
    margin-right: auto;
  }
}
#company-inner .company-inner-row .company-inner .greeting .col-right {
  width: 59%;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .greeting .col-right {
    width: 100%;
    margin-top: 25px;
  }
}
#company-inner .company-inner-row .company-inner .greeting .col-right h3 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #company-inner .company-inner-row .company-inner .greeting .col-right h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .greeting .col-right h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#company-inner .company-inner-row .company-inner .greeting .col-right p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .greeting .col-right p + p {
    margin-top: 20px;
  }
}
#company-inner .company-inner-row .company-inner .profile .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
#company-inner .company-inner-row .company-inner .profile .table .tr .td {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}
#company-inner .company-inner-row .company-inner .profile .table .tr .td.topic {
  width: 250px;
  min-width: 250px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .profile .table .tr .td.topic {
    width: 130px;
    min-width: 130px;
  }
}
#company-inner .company-inner-row .company-inner .profile .table .tr .td.topic::before {
  content: "◦";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}
#company-inner .company-inner-row .company-inner .profile .table .tr .td.topic::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
#company-inner .company-inner-row .company-inner .profile .cer {
  margin-top: 25px;
}
#company-inner .company-inner-row .company-inner .sdgd h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .sdgd h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#company-inner .company-inner-row .company-inner .sdgd ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .sdgd ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#company-inner .company-inner-row .company-inner .sdgd ul li {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}
#company-inner .company-inner-row .company-inner .sdgd ul li .brief {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .sdgd ul li .brief {
    margin-top: 0;
  }
}
#company-inner .company-inner-row .company-inner .sdgd ul li .brief h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .sdgd ul li .brief h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#company-inner .company-inner-row .company-inner .sdgd .img-cer {
  margin-top: 50px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .sdgd .img-cer {
    margin-top: 30px;
  }
}
#company-inner .company-inner-row .company-inner .sdgd .img-cer img {
  mix-blend-mode: multiply;
}
#company-inner .company-inner-row .company-inner .policy {
  position: relative;
}
#company-inner .company-inner-row .company-inner .policy .box {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  #company-inner .company-inner-row .company-inner .policy .box {
    display: none;
  }
}
#company-inner .company-inner-row .company-inner .policy .box.mission {
  top: 9.1%;
  left: 43.5%;
}
#company-inner .company-inner-row .company-inner .policy .box.vision {
  top: 40.5%;
  left: 52%;
}
#company-inner .company-inner-row .company-inner .policy .box.value {
  top: 65.5%;
  left: 43.25%;
}
#company-inner .company-inner-row .company-inner .policy .box h4 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .policy .box h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#company-inner .company-inner-row .company-inner .policy .box p {
  font-weight: 500;
}
#company-inner .company-inner-row .company-inner .policy .box table {
  width: inherit;
}
#company-inner .company-inner-row .company-inner .policy .box table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
}
#company-inner .company-inner-row .company-inner .policy .box table tbody tr td:first-child {
  white-space: nowrap;
}
#company-inner .company-inner-row .company-inner .policy .box table tbody tr td.space {
  padding: 0 10px;
}
#company-inner .company-inner-row .company-inner .access .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 486px;
  border-radius: 8px;
  overflow: hidden;
}
#company-inner .company-inner-row .company-inner .access .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company-inner .company-inner-row .company-inner .access .address {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .access .address {
    margin-top: 20px;
  }
}
#company-inner .company-inner-row .company-inner .access .address img {
  width: 80px;
  min-width: 80px;
}
#company-inner .company-inner-row .company-inner .access .address p {
  padding-left: 25px;
  font-weight: 500;
}
#company-inner .company-inner-row .company-inner .timeline {
  position: relative;
  padding-top: 20px;
}
#company-inner .company-inner-row .company-inner .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 1;
  width: 1px;
  height: 100%;
  border-left: 2px dotted #808080;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .timeline::before {
    left: 140px;
  }
}
#company-inner .company-inner-row .company-inner .timeline ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#company-inner .company-inner-row .company-inner .timeline ul li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .timeline ul li + li {
    margin-top: 15px;
  }
}
#company-inner .company-inner-row .company-inner .timeline ul li .date {
  font-size: 1.4rem;
  font-weight: 500;
  width: 150px;
  min-width: 150px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .timeline ul li .date {
    width: 140px;
    min-width: 140px;
  }
}
#company-inner .company-inner-row .company-inner .timeline ul li .date::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
}
#company-inner .company-inner-row .company-inner .timeline ul li .des {
  width: 100%;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #company-inner .company-inner-row .company-inner .timeline ul li .des {
    padding-left: 30px;
  }
}

/* Business */
#business-inner .business-inner-row + .business-inner-row {
  margin-top: 100px;
}
#business-inner .business-inner-row.with-border {
  border-bottom: 0;
}
#business-inner .business-inner-row.manufacturing {
  position: relative;
}
#business-inner .business-inner-row.manufacturing .manufacturing-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 41.5%;
  max-width: 596px;
  height: 520px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #business-inner .business-inner-row.manufacturing .manufacturing-img {
    width: 38%;
  }
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row.manufacturing .manufacturing-img {
    display: none;
  }
}
#business-inner .business-inner-row.manufacturing .manufacturing-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business-inner .business-inner-row .business-inner {
  position: relative;
  z-index: 2;
}
#business-inner .business-inner-row .business-inner .precision h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .precision h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 30px;
  }
}
#business-inner .business-inner-row .business-inner .precision ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .precision ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .precision ul li + li {
    margin-top: 30px;
  }
}
#business-inner .business-inner-row .business-inner .precision ul li .img {
  border-radius: 8px;
  overflow: hidden;
}
#business-inner .business-inner-row .business-inner .precision ul li .brief {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .precision ul li .brief {
    margin-top: 20px;
  }
}
#business-inner .business-inner-row .business-inner .precision ul li .brief h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .precision ul li .brief h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#business-inner .business-inner-row .business-inner .manufacturing .intro {
  width: 58%;
  max-width: 560px;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .manufacturing .intro {
    width: 100%;
    max-width: 100%;
  }
}
#business-inner .business-inner-row .business-inner .manufacturing .intro .img {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .manufacturing .intro .text {
    margin-top: 20px;
  }
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb {
  margin-top: 80px;
  padding: 32px;
  background-color: #fff;
  box-shadow: 3px 3px 60px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 3px 3px 60px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 3px 3px 60px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .manufacturing .thumb {
    margin-top: 40px;
  }
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .manufacturing .thumb ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .manufacturing .thumb ul:first-child li:first-child {
    margin-top: 0;
  }
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul:first-child li:nth-child(4)::after {
  display: none;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .manufacturing .thumb ul:first-child li:nth-child(4)::after {
    display: block;
  }
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul:last-child li:last-child::after {
  display: none;
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li {
  position: relative;
  border: 3px solid #FC0001;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .manufacturing .thumb ul li {
    margin-top: 30px;
  }
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li.merge2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -26px;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 26px;
  height: 12px;
  background-image: url("/assets/images/business/manufacturing-thumb-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .manufacturing .thumb ul li::after {
    right: 0;
    left: 0;
    bottom: -22px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    top: inherit;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li .no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #fff;
  background-color: #FC0001;
  padding-bottom: 4px;
  width: 60px;
  height: 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;
  border-radius: 0 0 20px 0;
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li .img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li .img img {
  width: 100%;
  height: auto;
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li .brief {
  padding: 12px 5px;
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li .brief p {
  color: #FC0001;
  text-align: center;
}
#business-inner .business-inner-row .business-inner .manufacturing .thumb ul li .brief p span {
  font-size: 1.2rem;
}
#business-inner .business-inner-row .business-inner .technology h3 {
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .technology h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 20px;
  }
}
#business-inner .business-inner-row .business-inner .reasons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .reasons ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    grid-row-gap: 30px;
  }
}
#business-inner .business-inner-row .business-inner .reasons ul li {
  width: 19%;
  max-width: 155px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .reasons ul li {
    width: 49%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .reasons ul li .icon {
    width: 100%;
    max-width: 155px;
    margin-left: auto;
    margin-right: auto;
  }
}
#business-inner .business-inner-row .business-inner .reasons ul li .brief {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #business-inner .business-inner-row .business-inner .reasons ul li .brief {
    margin-top: 10px;
  }
}
#business-inner .business-inner-row .business-inner .reasons ul li .brief p {
  font-weight: 500;
  text-align: center;
}

/* Product */
#product-inner .product-inner-row + .product-inner-row {
  margin-top: 100px;
}
#product-inner .product-inner-row .forward h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
#product-inner .product-inner-row .example ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  grid-row-gap: 48px;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner-row .example ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-row-gap: 30px;
  }
}
#product-inner .product-inner-row .example ul li .img {
  border-radius: 8px;
  overflow: hidden;
}
#product-inner .product-inner-row .example ul li .brief {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner-row .example ul li .brief {
    margin-top: 15px;
  }
}
#product-inner .product-inner-row .example ul li .brief h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #product-inner .product-inner-row .example ul li .brief h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

/* Contact Inner */
#contact-inner .contact-inner .contact-intro h2 {
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-intro h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#contact-inner .contact-inner .contact-intro p .imp {
  display: block;
  margin-top: 30px;
  font-size: 1.4rem;
  color: #FC0001;
  position: relative;
  padding-left: 18px;
}
#contact-inner .contact-inner .contact-intro p .imp::before {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FC0001;
}
#contact-inner .contact-inner .contact-form {
  margin-top: 60px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form {
    margin-top: 30px;
  }
}
#contact-inner .contact-inner .contact-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-row {
    display: block;
  }
}
#contact-inner .contact-inner .contact-form .form-row + .form-row {
  margin-top: 15px;
}
#contact-inner .contact-inner .contact-form .form-row .label {
  position: relative;
  width: 210px;
  min-width: 210px;
  font-weight: 500;
  padding-top: 13px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-row .label {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
#contact-inner .contact-inner .contact-form .form-row .label .imp {
  position: absolute;
  top: 24px;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-radius: 100%;
  background-color: #FC0001;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-row .label .imp {
    top: 11px;
  }
}
#contact-inner .contact-inner .contact-form .form-row .field {
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-row .field {
    padding-left: 0;
  }
}
#contact-inner .contact-inner .contact-form .form-button {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-button {
    margin-top: 30px;
  }
}

.textbox {
  display: block;
  width: 100%;
  padding: 13px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #BFBFBF;
  background-color: #FAFAFA;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 30px;
  resize: none;
  min-height: 180px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
@media only screen and (max-width: 750px) {
  textarea {
    min-height: 300px;
  }
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url("/assets/images/commons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 14px;
}

/* Policy */
#policy .policy .content p + p {
  margin-top: 20px;
}
#policy .policy .content p + .txthead-box {
  margin-top: 40px;
}
#policy .policy .content p + * {
  margin-top: 20px;
}
#policy .policy .content ul {
  margin-left: 60px;
}
#policy .policy .content ul li {
  list-style: disc;
}
#policy .policy .content ul + * {
  margin-top: 20px;
}