@charset "UTF-8";
/* Scss Document */
.mark {
  background: none;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

.navbar-brand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-inner {
  width: 930px;
  padding: 0 15px;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .c-h3 {
    font-size: 21px;
  }
}

.c-btn {
  width: 260px;
  max-width: 100%;
}
.c-btn.right {
  margin-left: auto;
}
.c-btn.center {
  margin: 0 auto;
}
.c-btn.consultation {
  width: 300px;
  padding: 0;
  margin-top: 60px;
}
.c-btn.consultation a {
  background: linear-gradient(to bottom, #6ac795, #357954);
  color: #fff;
}
.c-btn.consultation a:hover {
  background: linear-gradient(to bottom, #6ac795, #357954);
  opacity: 0.8;
}
.c-btn.consultation a:before {
  background: url("../img/icon-arrow04.png");
  background-size: 100% 100%;
}
.c-btn a {
  border-radius: 50px;
  background: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  font-size: 16px;
  color: #003046;
  font-weight: bold;
  display: block;
  border: 1px solid #013145;
  padding: 16px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.c-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url("../img/icon-arrow02.png");
  background-size: 100% 100%;
  right: 20px;
}
.c-btn a:hover {
  background: linear-gradient(to bottom, #f4f4f4, #b9b9b9);
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-btn.right {
    margin: 0 auto;
  }
}

.c-intro {
  margin-bottom: 40px;
}
.c-intro-head {
  font-weight: bold;
  font-size: 32px;
}
.c-intro-text {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.c-intro.left .c-intro-head,
.c-intro.left .c-intro-text {
  text-align: left;
}
@media (max-width: 768px) {
  .c-intro-head {
    font-size: 21px;
  }
  .c-intro-text {
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
  }
  .c-intro.left .c-intro-head {
    text-align: center;
  }
}

#main {
  color: #222222;
}

.fv {
  /* margin-top: 60px; */
  /* padding: 800px 0 0; */
  overflow: hidden;
  position: relative;
  max-height: 100vh;
}
.fv .c-flex {
  align-items: center;
}
.fv-head {
  text-align: center;
  font-size: 32px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  padding: 70px 0 180px;
  margin: 0;
}
.fv-head img {
  display: none;
  margin-top: 30px;
}
.fv .l-inner {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fv {
  /* @media (min-width: 769px) {
    .l-inner{
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }
  } */
}
.fv .video {
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.fv .video video {
  /* min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); */
  width: 100%;
  height: auto;
}
.fv .image {
  display: none;
}
.fv .image img {
  width: 582px;
}
@media (max-width: 768px) {
  .fv {
    /* background: url(../img/bg-fv.webp) center center no-repeat;
    background-size: cover;
    margin-top: 65px;
    padding: 50px 0 560px; */
    margin-top: 60px;
  }
  .fv-head {
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    padding: 0;
  }
  .fv-head img {
    display: none;
  }
  .fv {
    /* .image {
      display: block;
      position: inherit;
      bottom: 0;
      right: 0;
      margin-top: 40px;
      img {
        min-width: calc(100% + 20px);
      }
    } 
    .l-inner{
      position: relative;
      top: 30%;
    } */
  }
}

#strengths {
  margin: 60px auto;
}
#strengths a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  #strengths {
    margin: 30px auto;
  }
}

.category {
  padding: 80px 0 120px;
  background: url(../img/bg-category.png) top center no-repeat;
}
.category-list {
  justify-content: space-between;
}
.category-list li {
  width: 46.66%;
  margin-top: 30px;
  min-height: 120px;
}
.category-list li a {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 3px;
  border: 2px solid #e0e0e0;
  transition: 0.3s;
}
.category-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.category-list li a .image {
  width: 58%;
}
.category-list li a p {
  width: 42%;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #222222;
  padding: 0 10px 20px;
  position: relative;
  line-height: 1.5;
}
.category-list li a p:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  width: 24px;
  height: 24px;
  background: url(../img/icon-arrow01.png);
  background-size: 100% 100%;
}
.category-list li .noimage {
  justify-content: center;
  height: 100%;
}
.category-list li .category-list-purpose a {
  border: none;
  border-bottom: 2px solid #CCC;
  background: none;
  color: #999;
  margin-top: 20px;
  padding-bottom: 6px;
  font-size: 1.6rem;
  width: 200px;
  position: relative;
  border-radius: 0;
}
.category-list li .category-list-purpose a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 6px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2C7293;
  border-right: 2px solid #2C7293;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .category {
    padding: 80px 0 80px;
  }
  .category-list li {
    width: 100%;
  }
  .category-list li a .image {
    width: 50%;
  }
  .category-list li a p {
    width: 50%;
  }
  .category-list li a p:before {
    bottom: -10px;
    width: 19px;
    height: 19px;
  }
  .category-list li .noimage {
    height: 100px;
  }
}

.sample {
  background: #f5f5f5;
  padding: 100px 0;
}
.sample-list {
  justify-content: space-between;
}
.sample-list li {
  width: 28%;
  margin-top: 50px;
}
.sample-list li h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.sample-list li p {
  text-align: center;
  color: #2c7293;
  border: 1px solid #ccd4da;
  line-height: 1.5;
  padding: 0.2em;
}
.sample-list li a {
  display: block;
  text-align: center;
  color: #2c7293;
  border: 1px solid #ccd4da;
  line-height: 1.5;
  padding: 0.2em;
  text-decoration: none !important;
}
.sample-list li a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .sample {
    padding: 80px 0;
  }
  .sample-list li {
    width: 46%;
    margin-top: 40px;
  }
  .sample-list li h3 {
    font-size: 18px;
  }
  .sample-list li p {
    font-size: 14px;
  }
}

.about {
  padding: 80px 0 0;
}
.about-intro {
  margin-bottom: 0;
}
.about-intro .image {
  width: 38%;
}
.about-intro .text {
  width: 62%;
  padding-left: 40px;
}
.about-intro .text p {
  font-size: 16px;
  margin-bottom: 50px;
}
.about-2 {
  margin-bottom: 120px;
}
.about-contents-list {
  justify-content: space-between;
}
.about-contents-list li {
  width: 46.66%;
  margin-top: 50px;
}
.about-contents-list li a {
  display: block;
  border: 2px solid #ccd4da;
  border-radius: 20px;
  transition: 0.3s;
  height: 100%;
  position: relative;
}
.about-contents-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.about-contents-list li a:before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 40px;
  background: url(../img/icon-arrow03.png) no-repeat;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
}
.about-contents-list li .image img {
  border-radius: 18px 18px 0 0;
}
.about-contents-list li .text {
  padding: 30px 40px 65px;
  position: relative;
}
.about-contents-list li .text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #003046;
  margin-bottom: 15px;
}
.about-contents-list li .text p {
  color: #222222;
}
@media (max-width: 768px) {
  .about-intro .image {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-intro .text {
    width: 100%;
    padding-left: 0px;
  }
  .about-intro .text p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .about-contents-list li {
    width: 100%;
    margin-top: 30px;
  }
  .about-contents-list li .text {
    padding: 30px 30px 55px;
  }
  .about-contents-list li .text h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about-contents-list li .text:before {
    bottom: 20px;
    right: 30px;
    width: 32px;
    height: 32px;
  }
}

.shop {
  padding: 80px 0;
  background: url(../img/bg-shop.png) no-repeat;
  background-size: cover;
  color: #fff;
}
.shop .c-intro-head {
  color: #fff;
}
@media (max-width: 768px) {
  .shop {
    background-size: auto 100%;
  }
}

.flow {
  padding: 150px 0 20px;
  border: 2px solid #e0e0e0;
}
.flow-list {
  justify-content: center;
  margin-bottom: 80px;
}
.flow-list li {
  width: calc(33.3333333333% - 20px);
  padding: 20px 20px 0;
  margin-right: 20px;
  margin-bottom: 40px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.flow-list li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 18px;
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flow-list li:nth-child(1) {
  background: #2eb99d;
}
.flow-list li:nth-child(1):before {
  border-color: transparent transparent transparent #2eb99d;
}
.flow-list li:nth-child(1) .num {
  color: #2eb99d;
}
.flow-list li:nth-child(2) {
  background: #1d867d;
}
.flow-list li:nth-child(2):before {
  border-color: transparent transparent transparent #1d867d;
}
.flow-list li:nth-child(2) .num {
  color: #1d867d;
}
.flow-list li:nth-child(3) {
  background: #146c6c;
}
.flow-list li:nth-child(3):before {
  border-color: transparent transparent transparent #146c6c;
}
.flow-list li:nth-child(3) .num {
  color: #146c6c;
}
.flow-list li:nth-child(4) {
  background: #074654;
}
.flow-list li:nth-child(4):before {
  border-color: transparent transparent transparent #074654;
}
.flow-list li:nth-child(4) .num {
  color: #074654;
}
.flow-list li:nth-child(5) {
  background: #003046;
  margin-right: 0;
}
.flow-list li:nth-child(5):before {
  display: none;
}
.flow-list li:nth-child(5) .num {
  color: #003046;
}
.flow-list li .num {
  text-align: center;
  background: #fff;
  line-height: 1;
  padding: 5px;
  font-weight: bold;
  border-radius: 30px;
  width: 100%;
}
.flow-list li .text {
  height: 100px;
  display: table;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}
.flow-list li .text span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px;
}
.flow .service {
  border: 1px solid #ccd4da;
  border-top: 5px solid #2c7293;
  padding: 50px 50px 90px;
  margin-bottom: 120px;
}
.flow .service .c-h3 {
  color: #2c7293;
}
.flow .service .c-flex {
  margin-top: 30px;
}
.flow .service .c-flex li {
  width: calc((100% - 80px) / 2);
  margin: 20px;
}
.flow .service .c-flex li .image a:hover {
  opacity: 0.6;
}
.flow .service .c-flex li h4 {
  font-weight: bold;
  margin-top: 20px;
}
.flow .service-contents {
  justify-content: space-between;
  margin-top: 50px;
}
.flow .service-contents .image {
  width: 42%;
}
.flow .service-contents .text {
  width: 58%;
  padding-left: 40px;
}
.flow .service-contents .text p {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .flow {
    padding: 110px 0 60px;
  }
  .flow-list {
    margin-bottom: 70px;
  }
  .flow-list li {
    width: 100%;
    margin: 30px 0 0;
    padding-bottom: 15px;
  }
  .flow-list li:before {
    border-width: 22px 15px 0 15px;
    border-color: #007bff transparent transparent transparent;
    right: 0;
    left: 0;
    top: auto;
    bottom: -22px;
  }
  .flow-list li:nth-child(1):before {
    border-color: #2eb99d transparent transparent transparent;
  }
  .flow-list li:nth-child(2):before {
    border-color: #1d867d transparent transparent transparent;
  }
  .flow-list li:nth-child(3):before {
    border-color: #146c6c transparent transparent transparent;
  }
  .flow-list li:nth-child(4):before {
    border-color: #074654 transparent transparent transparent;
  }
  .flow-list li .num {
    padding: 5px;
    font-size: 18px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .flow .service {
    padding: 50px 20px 70px;
  }
  .flow .service .c-flex {
    margin-top: 30px;
  }
  .flow .service .c-flex li {
    width: 100%;
    margin: 0 0 40px;
  }
  .flow .service-contents {
    justify-content: space-between;
    margin-top: 50px;
  }
  .flow .service-contents .image {
    width: 100%;
    margin-bottom: 30px;
  }
  .flow .service-contents .text {
    width: 100%;
    padding-left: 0px;
  }
  .flow .service-contents .text p {
    margin-bottom: 50px;
  }
}

#customer {
  background-color: #fff;
}

#customer li {
  list-style: none;
}

.customer {
  margin-top: 80px;
  padding: 0;
}

.customer li {
  margin-bottom: 20px;
}

.customer li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.list-customer {
  margin: 40px 0;
  padding: 0;
}

.list-customer li {
  margin: 0 10px 10px;
  font-size: 1.5rem;
}

.madeia {
  flex-wrap: nowrap;
  margin: 0 auto;
  border: solid 1px #ccc;
  align-items: center;
}

.madeia p {
  margin: 0 20px 0 30px;
  font-weight: bold;
}

.madeia .mediaitem {
  width: 12%;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .madeia p {
    margin: 0 10px 0 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #customer {
    margin: 80px 0;
  }
  .madeia {
    flex-wrap: wrap;
  }
  .madeia .mediaitem {
    width: 20%;
  }
}
.consultation {
  padding: 120px 0 150px;
  background: #003046;
}
.consultation .c-intro-head {
  color: #fff;
  line-height: 1.8;
  font-size: 26px;
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

/* ───────────────────────────────────
トップ　ニュース
─────────────────────────────────── */
.news {
  background: #f5f5f5;
}

.news .news-list {
  margin: 50px auto;
  width: 720px;
  max-width: 100%;
}

.news .news-list li {
  padding: 15px 0;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
}

.news .news-list li span {
  width: 100px;
  font-size: 15px;
  display: block;
}

.news .news-list li p {
  width: calc(100% - 100px);
  margin-bottom: 0;
}

.news .news-list li p a {
  font-size: 15px;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .news .news-list {
    margin-bottom: 40px;
  }
  .news .news-list li {
    padding: 30px 0;
    display: block;
  }
  .news .news-list li span {
    width: 100%;
    font-size: 13px;
    margin-bottom: 0.5em;
  }
  .news .news-list li p {
    width: 100%;
    font-weight: bold;
  }
  .news .news-list li p a {
    font-size: 14px;
  }
  .news .news-list li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1280px) {
  .dropdown-menu.article-menu .article-menu-top {
    width: 20% !important;
    border-right: 1px solid #c4c4c4;
    padding-right: 30px;
    font-size: 14px;
    position: relative;
    padding-right: 30px;
  }
  .dropdown-menu.article-menu .article-menu-top:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #102f44;
    border-right: 2px solid #102f44;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    right: 30px;
  }
  .dropdown-menu.article-menu .article-menu-top a {
    color: #222222;
    font-size: 18px;
  }
  .dropdown-menu.article-menu .article-menu-list {
    width: 80% !important;
    padding-left: 30px;
    list-style: none;
  }
  .dropdown-menu.article-menu .article-menu-list .nav-product-heading {
    font-size: 18px;
  }
  .dropdown-menu.article-menu .article-menu-list li {
    padding-top: 0;
    margin-left: 30px;
    width: 210px;
    position: relative;
  }
  .dropdown-menu.article-menu .article-menu-list li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3f7090;
    border-right: 2px solid #3f7090;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 0px;
  }
  .dropdown-menu.article-menu .article-menu-list li:nth-child(1) {
    margin-left: 0;
  }
  .dropdown-menu.article-menu .article-menu-list li:nth-child(1):before {
    display: none;
  }
  .dropdown-menu.article-menu .article-menu-list li a {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
  }
}
@media screen and (max-width: 1400px) {
  .navbar-global.nav-pc li {
    padding: 15px 0;
  }
  .navbar-global.nav-pc li a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .product-menu02 .nav-product-heading a {
    font-size: 18px;
  }
  .navbar-default .navbar-nav > .tel > a {
    width: 190px;
  }
  .navbar-default .navbar-nav > .tel > a img {
    margin: 0 5px 0 0;
    display: inline;
  }
  .navbar-default .navbar-nav > .contact > a {
    width: 210px;
  }
}
@media screen and (max-width: 1396px) {
  .navbar-default .navbar-nav > .tel > a {
    width: 190px;
  }
  .navbar-default .navbar-nav > .tel > a img {
    margin: 0 5px 0 0;
    display: inline;
  }
  .navbar-default .navbar-nav > .contact > a {
    width: 210px;
  }
  .navbar-collapse .navbar-global li:last-child {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1280px) {
  .navbar-default .navbar-nav > .tel > a {
    width: 60px;
    margin-left: -10px;
  }
  .navbar-default .navbar-nav > .tel > a img {
    display: block;
    margin: 0 auto;
  }
  .navbar-default .navbar-nav > .contact > a {
    width: 60px;
  }
}
@media screen and (min-width: 1397px) {
  .navbar-global {
    width: auto;
    background: none;
  }
  .navbar-global.nav-pc {
    display: block;
  }
}
.navbar-nav li {
  padding: 15px 0px;
}

.navbar-nav li a {
  font-size: 14px;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.navbar-collapse .navbar-global li:last-child {
  display: block;
}

.navbar-right {
  margin: 0;
}

@media screen and (max-width: 1396px) {
  .navbar-collapse .navbar-global.nav-sp {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .navbar-collapse .navbar-global a {
    font-size: 18px;
  }
  .navbar-collapse .navbar-global li {
    padding: 10px 0;
  }
  .navbar-collapse .navbar-global li:last-child {
    margin-top: 0px;
  }
  .navbar-nav {
    top: 0;
  }
  .article-menu a {
    color: inherit;
    display: block;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media screen and (max-width: 1396px) {
  .navbar-collapse .navbar-global.nav-pc {
    display: block;
    float: left;
    width: calc(100% - 560px);
  }
}
@media screen and (max-width: 1280px) {
  .navbar-collapse .navbar-global.nav-pc {
    display: none;
  }
  .navbar-collapse .navbar-global.nav-sp {
    display: block;
  }
  .dropdown-menu.product-menu .nav-product-heading.border-none {
    border-bottom: none;
    margin-bottom: 5px;
  }
  .article-menu li > ul {
    padding-left: 30px;
  }
}/*# sourceMappingURL=style.css.map */