@charset "UTF-8";

/*----------------------------------------------------
	TOP
----------------------------------------------------*/

#top .visual {
  position: relative;
}
#top .visual .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 10;
}
#top .visual .txt p {
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #000, 0 0 3px #000;
}
#top .visual .swiper-slide {
  width: 100%;
  overflow: hidden;
}
#top .visual .swiper-slide img {
  width: 100%;
  /* opacity: 0; */
}
#top .swiper {
  display: none;
}
#top .swiper.swiper-initialized {
  display: block;
}

#top .visual .swiper-slide .link {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
}
#top .visual .swiper-slide .link a {
  color: #000;
  text-decoration: none;
  background: #fff;
  display: inline-flex;
  align-items: center;
}
#top .visual .swiper-slide .link dl {
  padding: 0 10px;
}
#top .visual .swiper-slide .link dl dt {
  padding: 0 10px 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #000;
}
#top .visual .swiper-slide .link dl dt span {
  margin: 0 5px 0 0;
  padding: 2px 10px;
  font-size: 12px;
  background: #ced6e6;
  display: inline-block;
}
#top .visual .swiper-slide .link dl dd {
  padding: 5px 0 0 0;
  font-size: 13px;
}
#top .visual .swiper-slide .link a .wrap {
  position: relative;
}
#top .visual .swiper-slide .link a .wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0b3180;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
  z-index: 1;
}
#top .visual .swiper-slide .link a:hover .wrap::before {
  left: 100%;
}
#top .visual .swiper-slide .link a .button {
  width: 70px;
  height: 70px;
  padding: 10px 0 0 0;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: relative;
  background: #ced6e6;
}
#top .visual .swiper-slide .link a .wrap .button p {
  color: #fff;
  transition: .3s;
  z-index: 2;
  position: relative;
}
#top .visual .swiper-slide .link a:hover .wrap .button p {
  color: #0b3180;
}
#top .visual .swiper-slide .link a .button::before {
  content: "";
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 75%;
  right: 20px;
  left: auto;
  transition: .3s;
  z-index: 2;
}
#top .visual .swiper-slide .link a .button::after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 19px;
  top: calc(75% - 2.5px);
  transition: .3s;
  z-index: 2;
}
#top .visual .swiper-slide .link a:hover .button:before {
  width: 30px;
  border-bottom: 1px solid #0b3180;
}
#top .visual .swiper-slide .link a:hover .button:after {
  border-bottom: 1px solid #0b3180;
}
.swiper-pagination {
  width: 300px!important;
  left: 20px!important;
  bottom: 20px!important;
  display: flex;
  justify-content: flex-start;
}
.swiper-pagination-bullet {
  margin: 0 7px!important;
  width: 10px!important;
  height: 10px!important;
}
.swiper-pagination-bullet-active {
  background: #0b3180!important;
}

#top .block_about {
  padding: 80px 30px;
  color: #000;
}

#top .block_about .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top .block_about figure {
  width: calc(100% - 460px);
}

#top .block_about .txt {
  width: 420px;
}

#top .block_about h2 {
  margin: 0 0 30px 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

#top .block_about p {
  margin: 0 0 40px 0;
  line-height: 2;
}

#top .block_about p span {
  color: #0b3180;
  font-weight: 500;
}

#top .btn {
  background: #0b3180;
  display: inline-block;
  position: relative;
}

#top .btn:before {
  content: "";
  width: 0;
  height: 100%;
  border: 1px solid #0b3180;
  box-sizing: border-box;
  background: #0b3180;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#top .btn:hover:before {
  width: 100%;
  background: #fff;
}

#top .btn a {
  padding: 10px 100px 10px 30px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#top .btn:hover a {
  color: #0b3180;
}

#top .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
}

#top .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2.5px);
  transition: .3s;
}

#top .btn:hover a:before {
  width: 30px;
  border-bottom: 1px solid #0b3180;
}

#top .btn:hover a:after {
  border-bottom: 1px solid #0b3180;
}

#top .block_news {
  margin: 0 0 -250px 0;
  padding: 50px 30px;
  background: #f5f5f5;
}

#top .block_news .inner {
  max-width: 800px;
  margin: 0 auto;
}

#top .block_news h2 {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

#top .block_news ul {
  margin: 0 0 15px 0;
  border-top: 1px solid #929293;
}

#top .block_news ul li {
  border-bottom: 1px solid #929293;
  background: url(../images/top/ico_news.png) no-repeat right center / 8px auto;
}

#top .block_news ul li a {
  padding: 10px 20px 10px 0;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

#top .block_news ul li a dl {
  width: 210px;
  display: flex;
  align-items: center;
}

#top .block_news ul li a dl dt {
  width: 110px;
  color: #727171;
  font-size: 13px;
}

#top .block_news ul li a dl dd {
  width: 100px;
  padding: 3px 10px;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  display: block;
}

#top .block_news ul li a dl dd {
  color: #0b3180;
  border: 1px solid #0b3180;
}

#top .block_news ul li a dl dd.products {
  color: #c30012;
  border: 1px solid #c30012;
}

#top .block_news ul li a p {
  width: calc(100% - 220px);
}

#top .block_news ul li a:hover p {
  text-decoration: underline;
}

#top .block_news .more_btn {
  margin: 0 0 0 auto;
  text-align: right;
}

#top .block_news .more_btn a {
  padding: 0 50px 0 0;
  color: #0b3180;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

#top .block_news .more_btn a:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #0b3180;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .3s;
}

#top .block_news .more_btn a:hover:before {
  width: 30px;
}

#top .block_news .more_btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: -2px;
  top: calc(50% - 2px);
  transition: .3s;
}

#top .block_products {
  padding: 300px 30px 0 30px;
}

#top .block_products .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#top .block_products h2 {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

#top .block_products .desc {
  margin: 0 0 30px 0;
  text-align: center;
}

#top .block_products ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

#top .block_products ul li {
  width: calc(50% - 15px);
  padding: 15px;
  border: 1px solid #e6ebf3;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#top .block_products ul li .box a {
  text-decoration: none;
  display: block;
  transition: .3s;
}

#top .block_products ul li > a:hover {
  background: #e6ebf3;
}

#top .block_products ul li h3 {
  padding: 0 0 15px 0;
  color: #0b3180;
  font-size: 20px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  text-align: center;
}
#top .block_products ul li figure {
  overflow: hidden;
}

#top .block_products ul li figure img {
  width: 100%;
  transition: .3s;
}

#top .block_products ul li a:hover figure img {
  transform: scale(1.1);
}

#top .block_products ul li p {
  margin: 15px 10px;
  font-size: 15px;
}

#top .block_products ul li .btn {
  width: 100%;
}

#top .block_products ul li .btn a {
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  #top .block_products ul li .btn a {
    font-size: 11px;
  }
}

#top .block_works {
  padding: 50px 0;
  background: #e6ebf3;
}

#top .block_works .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

#top .block_works h2 {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

#top .block_works .desc {
  margin: 0 0 30px 0;
  text-align: center;
}

#top .block_works .slider .slick-slide {
  margin: 7px;
  position: relative;
}

#top .block_works .slider .slick-slide a {
  display: block;
  text-decoration: none;
  position: relative;
}

#top .block_works .slider .slick-slide a:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 7px;
  background: rgba(11, 49, 128, .7);
  z-index: 2;
  transition: .3s;
  transform: scale(0.8);
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 7px;
}

#top .block_works .slider .slick-slide a:hover:after {
  transform: scale(1);
  opacity: 1;
}

#top .block_works .slider .slick-slide img {
  height: 200px;
}

#top .block_works .slider .slick-slide a dl {
  width: calc(100% - 60px);
  text-align: left;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 3;
  opacity: 0;
  transition: .3s;
}

#top .block_works .slider .slick-slide a:hover dl {
  opacity: 1;
}

#top .block_works .slider .slick-slide a dl dt {
  font-size: 11px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

#top .block_works .slider .slick-slide a dl dd {
  font-size: 15px;
  font-weight: 500;
}

#top .block_works .slider .slick-slide:before {
  content: "";
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 30px;
  right: 50px;
  transition: .3s;
  opacity: 0;
  z-index: 10;
}

#top .block_works .slider .slick-slide:hover:before {
  width: 40px;
  right: 30px;
  opacity: 1;
}

#top .block_works .slider .slick-slide:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 48px;
  bottom: 32px;
  transition: .3s;
  opacity: 0;
  z-index: 10;
}

#top .block_works .slider .slick-slide:hover:after {
  right: 28px;
  opacity: 1;
}

#top .block_works .btn_wrap {
  margin: 40px 0 0 0;
  text-align: center;
}

#top .block_flow {
  padding: 100px 30px;
  background: url(../images/top/flow_bg.png) no-repeat right bottom;
}

#top .block_flow .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top .block_flow figure {
  width: 50%;
}

#top .block_flow figure img {
  width: 100%;
}

#top .block_flow .txt {
  width: 45%;
}

#top .block_flow h2 {
  margin: 0 0 30px 0;
  color: #000;
  font-size: 27px;
  font-weight: 500;
}

#top .block_flow .desc {
  margin: 0 0 40px 0;
}

#top .block_list {
  padding: 50px 30px;
  background: #f5f5f5;
}

#top .block_list .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top .block_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#top .block_list ul li {
  width: 30%;
  background: #fff;
  position: relative;
}

#top .block_list ul li a {
  height: 100%;
  text-decoration: none;
  display: block;
  transition: .3s;
}

#top .block_list ul li a:hover {
  background: #e6ebf3;
}

#top .block_list ul li figure {
  overflow: hidden;
}

#top .block_list ul li figure img {
  width: 100%;
  transition: .3s;
}

#top .block_list ul li a:hover figure img {
  transform: scale(1.1);
}

#top .block_list ul li dl {
  padding: 20px 20px 40px 20px;
}

#top .block_list ul li dl dt {
  margin: 0 0 10px 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#top .block_list ul li:before {
  content: "";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #0b3180;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: .3s;
}

#top .block_list ul li:hover:before {
  width: 30px;
}

#top .block_list ul li:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  bottom: 22px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  #top .visual {
    padding: 0 0 20px 0;
  }
  #top .visual .txt {
    top: 20%;
  }
  #top .visual .txt p {
    font-size: 18px;
  }
  #top .visual .swiper-wrapper {
    padding: 0 0 30px 0;
  }
  #top .visual .swiper-slide .link {
    width: 100%;
    margin: -20px auto 0;
    position: static;
    z-index: 100;
    box-shadow: 0 0 5px  rgba(0, 0, 0, .3);
  }
  #top .visual .swiper-slide .link a {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    overflow: hidden;
  }
  #top .visual .swiper-slide .link dl {
    width: 100%;
    padding: 10px;
  }
  #top .visual .swiper-slide .link dl dt {
    padding: 0 10px 5px 0;
    font-size: 13px;
  }
  #top .visual .swiper-slide .link dl dt span {
    font-size: 11px;
  }
  #top .visual .swiper-slide .link dl dd {
    font-size: 12px;
  }
  #top .visual .swiper-slide .link a .wrap {
    width: 100%;
    position: relative;
  }
  #top .visual .swiper-slide .link a:hover .wrap::before {
    left: 100%;
  }
  #top .visual .swiper-slide .link a .button {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 11px;
  }
  #top .visual .swiper-slide .link a .button br {
    display: none;
  }
  #top .visual .swiper-slide .link a .button::before {
    top: 50%;
  }
  #top .visual .swiper-slide .link a .button::after {
    top: calc(50% - 2.5px);
  }
  .swiper-pagination {
    width: 100%!important;
    left: 0!important;
    bottom: 0px!important;
    justify-content: center;
  }
  .swiper-pagination-bullet {
    margin: 0 7px!important;
    width: 10px!important;
    height: 10px!important;
  }
  .swiper-pagination-bullet-active {
    background: #0b3180!important;
  }
  #top .block_about .inner {
    display: block;
  }
  #top .block_about {
    padding: 20px 20px 40px 20px;
  }

  #top .block_about figure {
    max-width: 500px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px;
  }

  #top .block_about .txt {
    width: 100%;
  }

  #top .block_about h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  #top .block_about p {
    margin: 0 0 30px 0;
    font-size: 13px;
  }

  #top .block_about .btn_wrap {
    text-align: center;
  }

  #top .block_news {
    margin: 0;
    padding: 40px 20px;
  }

  #top .block_news h2 {
    font-size: 22px;
  }

  #top .block_news ul li a {
    display: block;
    justify-content: space-between;
  }

  #top .block_news ul li a p {
    width: calc(100%);
    font-size: 13px;
  }

  #top .block_products {
    padding: 40px 20px;
  }

  #top .block_products h2 {
    font-size: 22px;
  }

  #top .block_products ul {
    gap: 20px;
  }

  #top .block_products ul li {
    width: 100%;
    padding: 10px;
  }

  #top .block_products ul li h3 {
    font-size: 18px;
  }

  #top .block_products ul li p {
    font-size: 13px;
  }

  #top .block_products ul li .btn_wrap {
    text-align: center;
  }

  #top .block_products ul li .btn a {
    padding: 10px 70px 10px 15px;
    font-size: 10px;
  }

  #top .btn a:before {
    width: 40px;
    right: 20px;
  }

  #top .btn a:after {
    right: 18px;
  }

  #top .block_works {
    padding: 40px 0;
  }

  #top .block_works .inner {
    padding: 0 20px;
  }

  #top .block_works .slider .slick-slide a dl dt {
    font-size: 11px;
  }

  #top .block_works .slider .slick-slide a dl dd {
    font-size: 14px;
  }

  #top .block_works .slider .slick-slide img {
    height: 150px;
  }

  #top .block_flow {
    padding: 40px 20px;
    background: url(../images/top/flow_bg.png) no-repeat right bottom / 100% auto;
  }

  #top .block_flow .inner {
    display: block;
  }

  #top .block_flow figure {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #top .block_flow .txt {
    width: 100%;
  }

  #top .block_flow h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }

  #top .block_flow .desc {
    margin: 0 0 30px 0;
  }

  #top .block_flow .btn_wrap {
    margin: 0 0 20px 0;
    text-align: center;
  }

  #top .block_list {
    padding: 40px 20px 20px;
  }

  #top .block_list ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }

  #top .block_list ul li dl dt {
    font-size: 18px;
  }

  #top .block_list ul li dl dd {
    font-size: 13px;
  }
}

/*----------------------------------------------------
	COMMON
----------------------------------------------------*/

.sub h1 {
  margin: 0 0 30px 0;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.sub h1.common {
  padding: 25px;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .sub h1 {
    font-size: 20px;
  }

  .sub h1.common {
    padding: 20px;
  }
}

/*----------------------------------------------------
	ABOUT
----------------------------------------------------*/

#about .block {
  padding: 50px 30px;
  background: #e7eaf4;
}

#about .block .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#about .block .txt {
  width: 550px;
  padding: 40px;
  line-height: 2;
  box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, .1);
  background: #fff;
  position: relative;
  z-index: 2;
}

#about .block .txt h1 {
  color: #0b3180;
  font-size: 30px;
  line-height: 1.4;
}

#about .block .txt p + p {
  margin: 30px 0 0 0;
}

#about .block .image {
  width: calc(100% - 550px);
}

#about .block .image ul {
  display: flex;
  flex-wrap: wrap;
}

#about .block .image ul li {
  width: 50%;
}

#about .block .image ul li img {
  width: 100%;
}

#about .philosophy {
  padding: 50px 30px;
  background: #f7f7f7;
}

#about .philosophy .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}

#about .philosophy .box {
  margin: 0 0 30px 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#about .philosophy .box:last-of-type {
  margin: 0;
}

#about .philosophy .box .left {
  width: 220px;
  padding: 0 0 0 30px;
}

#about .philosophy .box .left dl dt {
  font-size: 16px;
  font-weight: 500;
}

#about .philosophy .box .left dl dd {
  font-size: 18px;
  font-weight: 500;
}

#about .philosophy .box .right {
  width: calc(100% - 240px);
  padding: 0 30px 0 0;
}

#about .philosophy .box .right dl dt {
  color: #0b3180;
  font-size: 18px;
  font-weight: 500;
}

#about .philosophy .box .right dl dd {
  font-size: 13px;
}

#about .philosophy .box .right dl dd + dt {
  margin: 10px 0 0 0;
}

#about .message {
  padding: 50px 30px 100px;
  color: #000;
}

#about .message .inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

#about .message .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#about .message h2 {
  margin: 0 0 25px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

#about .message .txt {
  width: calc(100% - 340px);
  line-height: 2;
}

#about .message .txt p + p {
  margin: 30px 0 0 0;
}

#about .message .image {
  width: 300px;
}

#about .message .image figure {
  margin: 0 0 15px 0;
}

#about .message .image dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#about .message .image dl dt {
  margin: 0 15px 0 0;
  color: #595757;
  font-size: 11px;
}

#about .message .image dl dd img {
  width: 105px;
}

@media screen and (max-width: 960px) {
  #about .block .txt {
    width: 450px;
    padding: 30px;
  }

  #about .block .txt h1 {
    font-size: 22px;
  }

  #about .block .txt p {
    font-size: 12px;
  }

  #about .block .image {
    width: calc(100% - 450px);
  }
}

@media screen and (max-width: 767px) {
  #about .block {
    padding: 20px;
  }

  #about .block .inner {
    display: block;
  }

  #about .block .txt {
    width: 100%;
    margin: 0;
    padding: 20px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
  }

  #about .block .txt h1 {
    font-size: 20px;
  }

  #about .block .txt p {
    font-size: 13px;
  }

  #about .block .txt p + p {
    margin: 20px 0 0 0;
  }

  #about .block .image {
    width: 100%;
    margin: 0;
  }

  #about .philosophy {
    padding: 40px 20px;
  }

  #about .philosophy .inner {
    padding: 20px;
  }

  #about .philosophy .box {
    margin: 0 0 20px 0;
    border-left: none;
    border-right: none;
    display: block;
  }

  #about .philosophy .box .left {
    width: 100%;
    padding: 0 0 10px 0;
  }

  #about .philosophy .box .left dl dt {
    font-size: 14px;
  }

  #about .philosophy .box .left dl dd {
    font-size: 17px;
  }

  #about .philosophy .box .right {
    width: 100%;
    padding: 0 0 0 20px;
    border-left: 1px solid #000;
  }

  #about .philosophy .box .right dl dt {
    color: #0b3180;
    font-size: 15px;
  }

  #about .philosophy .box .right dl dd {
    margin: 5px 0 0 0;
    font-size: 13px;
  }

  #about .philosophy .box .right dl dd + dt {
    margin: 10px 0 0 0;
  }

  #about .message {
    padding: 40px 30px 60px;
  }

  #about .message .flex {
    display: block;
  }

  #about .message h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }

  #about .message .txt {
    width: 100%;
    line-height: 1.7;
  }

  #about .message .txt p + p {
    margin: 20px 0 0 0;
  }

  #about .message .image {
    width: 260px;
    margin: 0 auto 30px;
  }

  #about .message .image figure {
    margin: 0 0 15px 0;
  }
}

/*----------------------------------------------------
	NEWS
----------------------------------------------------*/

#news .block_news {
  padding: 50px 30px;
}

#news .block_news .inner {
  max-width: 800px;
  margin: 0 auto;
}

#news .block_news ul {
  border-top: 1px solid #929293;
}

#news .block_news ul li {
  border-bottom: 1px solid #929293;
  background: url(../images/top/ico_news.png) no-repeat right center / 8px auto;
}

#news .block_news ul li a {
  padding: 18px 20px 18px 0;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

#news .block_news ul li a dl {
  width: 210px;
  display: flex;
  align-items: center;
}

#news .block_news ul li a dl dt {
  width: 110px;
  color: #727171;
  font-size: 13px;
}

#news .block_news ul li a dl dd {
  width: 100px;
  padding: 3px 10px;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  display: block;
}

#news .block_news ul li a dl dd {
  color: #0b3180;
  border: 1px solid #0b3180;
}

#news .block_news ul li a dl dd.products {
  color: #c30012;
  border: 1px solid #c30012;
}

#news .block_news ul li a p {
  width: calc(100% - 220px);
}

#news .block_news ul li a:hover p {
  text-decoration: underline;
}

.pager ul {
  margin: 20px 0 100px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pager ul li {
  margin: 0 5px;
  text-align: center;
  line-height: 1.8;
}

.pager ul li span {
  width: 32px;
  height: 32px;
  color: #fff;
  border: 1px solid #292929;
  background: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager ul li a {
  text-decoration: none;
}

.pager ul li a.page-numbers {
  width: 32px;
  height: 32px;
  color: #292929;
  border: 1px solid #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.pager ul li .dots {
  color: #292929;
  border: none;
  background: #fff;
}

.pager ul li a.page-numbers:hover {
  color: #fff;
  background: #292929;
  opacity: 1;
}

.pager ul li .next {
  position: relative;
}

.pager ul li .next:hover {
  color: #fff;
  background: #292929;
}

.pager ul li .next:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #292929;
  position: absolute;
  top: 50%;
  left: 7px;
  transition: .3s;
}

.pager ul li .next:after {
  content: "";
  width: 5px;
  height: 1px;
  background: #292929;
  position: absolute;
  top: calc(50% - 2px);
  right: 7px;
  transform: rotate(45deg);
  transition: .3s;
}

.pager ul li .prev {
  position: relative;
}

.pager ul li .prev:hover {
  color: #fff;
  background: #292929;
}

.pager ul li .prev:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #292929;
  position: absolute;
  top: 50%;
  left: 7px;
  transition: .3s;
}

.pager ul li .prev:after {
  content: "";
  width: 5px;
  height: 1px;
  background: #292929;
  position: absolute;
  top: calc(50% - 2px);
  left: 7px;
  transform: rotate(135deg);
  transition: .3s;
}

.pager ul li .prev:hover:before,
.pager ul li .prev:hover:after,
.pager ul li .next:hover:before,
.pager ul li .next:hover:after {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #news .block_news {
    padding: 40px 20px;
  }

  #news .block_news h2 {
    font-size: 22px;
  }

  #news .block_news ul li a {
    display: block;
    justify-content: space-between;
  }

  #news .block_news ul li a p {
    width: calc(100%);
    font-size: 13px;
  }

  .pager ul {
    margin: 0 20px 40px 20px;
  }

  .pager ul li {
    margin: 0 3px;
  }
}

/*----------------------------------------------------
	NEWS SINGLE
----------------------------------------------------*/

#news_single .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 30px;
}

#news_single .title {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #292929;
}

#news_single .title h1 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

#news_single .content {
  color: #000;
}

#news_single .content a {
  color: #000;
}

#news_single .content figure {
  margin: 20px 0;
}

#news_single .content p + p {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  #news_single .inner {
    padding: 0 20px 40px 20px;
  }

  #news_single .title {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}

/*----------------------------------------------------
	PRODUCTS
----------------------------------------------------*/

#products h2 {
  padding: 30px 0;
  color: #0b3180;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  background: #f5f5f5;
}

#products .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px;
}

#products .category {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #595757;
}

#products .category ul {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#products .category ul li {
  width: calc(50% - 10px);
  margin: 0 0 20px 0;
}

#products .category ul li a {
  min-height: 52px;
  padding: 12px 40px;
  color: #0b3180;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #0b3180;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: .3s;
  position: relative;
}

#products .category ul li a em {
  margin: 0 8px 0 0;
  padding: 4px 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  background: #0b3180;
  transition: .3s;
}

#products .category ul li a span {
  font-size: 14px;
  font-weight: 500;
}

#products .category ul li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #0b3180;
  border-bottom: 1px solid #0b3180;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 20px;
  transition: .3s;
}

#products .category ul li a:hover {
  color: #fff;
  background: #0b3180;
}

#products .category ul li a:hover em {
  color: #0b3180;
  background: #fff;
}

#products .category ul li a:hover:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#products .block {
  border-bottom: 1px solid #595757;
}
#products .block:last-of-type {
  border-bottom: none;
}
#products .border-none {
  border-bottom: none!important;
}

#products .block h3 {
  padding: 40px 0 0 0;
  color: #0b3180;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#products .block h3 em {
  margin: 0 8px 0 0;
  padding: 4px 5px;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  background: #0b3180;
  transition: .3s;
}

#products .block ul {
  width: calc(100% + 30px);
  margin: 30px 0 0 -15px;
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;

}

#products .block ul li {
  width: calc(33.3% - 30px);
  margin: 0 15px 40px;
}

#products .block ul.col2 {
  width: calc(66.7% + 20px);
  margin: 30px auto 0;
}

#products .block ul.col2 li {
  width: calc(50% - 30px);
}

#products .block ul.col1 {
  width: calc(33.3% + 10px);
  margin: 30px auto 0;
}

#products .block ul.col1 li {
  width: calc(100% - 30px);
}

#products .block ul li a figure {
  margin: 0 0 10px 0;
  overflow: hidden;
  position: relative;
}

#products .block ul li a figure img {
  width: 100%;
  transition: .3s;
}

#products .block ul li a:hover figure img {
  transform: scale(1.1);
}

#products .block ul li a:hover figure.nontransform img {
  transform: scale(1.0);
}


#products .block ul li a figure figcaption {
  width: 100%;
  padding: 8px 0;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  background: rgba(255, 255, 255, .85);
  position: absolute;
  top: 0;
  left: 0;
}

#products .block ul li a figure figcaption.s {
  font-size: 13px;
}

#products .block ul li p {
  font-size: 13px;
}

#products .nav {
  padding: 20px 0;
  background: #f5f5f5;
}

#products .nav h4 {
  margin: 0 0 30px 0;
  color: #000;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

#products .nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
}

#products .nav ul li {
  width: calc(50% - 7px);
}

#products .nav ul li a {
  height: 100%;
  padding: 10px;
  color: #0b3180;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.42;
  border: 1px solid #0b3180;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  position: relative;
}

#products .nav ul li a:hover {
  color: #fff;
  background: #0b3180;
}

#products .btn_wrap {
  margin: 80px 0;
  text-align: center;
}

#products .btn {
  border: 1px solid #0b3180;
  background: #fff;
  display: inline-block;
  position: relative;
}

#products .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #0b3180;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#products .btn:hover:before {
  width: 100%;
}

#products .btn a {
  padding: 10px 100px 10px 30px;
  color: #0b3180;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#products .btn:hover a {
  color: #fff;
}

#products .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0b3180;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
}

#products .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2px);
  transition: .3s;
}

#products .btn:hover a:before {
  width: 30px;
  background: #fff;
}

#products .btn:hover a:after {
  background: #fff;
}

#products .desc {
  margin: 30px 0px 40px 0px;
  text-align: center;
}

#products .desc p{
  margin: 30px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.products_flow .flow_inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products_flow figure {
  width: 50%;
}

.products_flow figure img {
  width: 100%;
}

.products_flow .txt {
  width: 45%;
}

.products_flow h3 {
  margin: 0 0 30px 0;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.products_flow .desc {
  margin: 0 0 40px 0;
}

.products_flow .btn {
  background: #0b3180;
  display: inline-block;
  position: relative;
}

.products_flow .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #0b3180;
  border: 1px solid #0b3180;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

.products_flow .btn:hover:before {
  width: 100%;
  background: #fff;
}

.products_flow .btn a {
  padding: 10px 100px 10px 30px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

.products_flow .btn:hover a {
  color: #0b3180;
}

.products_flow .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
}

.products_flow .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: 19px;
  transition: .3s;
}

.products_flow .btn:hover a:before {
  width: 30px;
  border-bottom: 1px solid #0b3180;
}

.products_flow .btn:hover a:after {
  border-bottom: 1px solid #0b3180;
}



@media screen and (max-width: 767px) {
  #products h2 {
    padding: 20px 0;
    font-size: 20px;
  }

  #products .inner {
    padding: 20px;
  }

  #products .category {
    padding: 0 0 20px 0;
  }

  #products .category ul {
    margin: 0 auto;
  }

  #products .category ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  #products .category ul li a {
    min-height: 42px;
    padding: 10px 40px 10px 10px;
    font-size: 12px;
  }

  #products .category ul li a em {
    font-size: 10px;
  }

  #products .category ul li a span {
    font-size: 11px;
  }

  #products .category ul li a:after {
    top: 32%;
    right: 15px;
  }

  #products .block h3 {
    padding: 30px 0 0 0;
    font-size: 18px;
  }

  #products .block h3 em {
    font-size: 13px;
  }

  #products .block ul {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    justify-content: space-between;
  }

  #products .block ul li {
    width: 100%;
    margin: 0 0 30px;
  }

  #products .block ul.col2 {
    width: 100%;
    margin: 0 auto;
  }

  #products .block ul.col2 li {
    width: 100%;
  }

  #products .block ul.col1 {
    width: 100%;
    margin: 0 auto;
  }

  #products .block ul.col1 li {
    width: 100%;
  }

  #products .block ul li a figure figcaption {
    font-size: 15px;
  }

  #products .block ul li p {
    font-size: 13px;
  }

  #products .nav {
    padding: 20px 0 10px;
    background: #f5f5f5;
  }

  #products .nav h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
  }

  #products .nav ul {
    width: 80%;
    min-width: 280px;
    margin: 0 auto;
  }

  #products .nav ul li {
    width: 100%;
  }

  #products .nav ul li a {
    font-size: 14px;
  }

  #products .nav ul li a:hover {
    color: #fff;
    background: #0b3180;
  }

  #products .btn_wrap {
    margin: 40px 0 60px;
  }
	
  .products_flow .flow_inner {
    padding: 40px 20px;
    display: block;
  }

  .products_flow figure {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .products_flow .txt {
    width: 100%;
  }

  .products_flow h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }

  .products_flow .desc {
    margin: 0 0 30px 0;
  }

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

/*----------------------------------------------------
	PRODUCTA SINGLE
----------------------------------------------------*/

#products_single .title {
  padding: 30px 0;
  color: #0b3180;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  background: #f5f5f5;
}

#products_single .title p {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
}

#products_single .title p em {
  margin: 0 8px 0 0;
  padding: 4px 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  background: #0b3180;
  transition: .3s;
}

#products_single .title h2 {
  font-size: 25px;
  font-weight: 500;
}

#products_single .block {
  max-width: 1060px;
  margin: 0 auto 100px;
  padding: 30px 30px 0 30px;
}

#products_single .block .read p {
  font-size: 18px;
  font-weight: 500;
}

#products_single .block .image {
  margin: 30px 0 0 0;
}

#products_single .block h3 {
  margin: 50px 0 0 0;
  font-size: 17px;
  font-weight: 500;
}

#products_single .block h4 {
  font-size: 20px;
  font-weight: 500;
}

#products_single .block .feature {
  margin: 10px 0 0 0;
}

#products_single .block .feature ul {
  padding: 0 0 0 1em;
}

#products_single .block .feature ul li {
  text-indent: -19px;
}

#products_single .block .feature ul li + li {
  margin: 5px 0 0 0;
}

#products_single .block .feature ul li:before {
  content: '・';
  margin: 0 5px 0 0;
}

#products_single .block .feature ul li.note:before {
  content: '※';
}

#products_single .block .gallery {
  margin: 10px 0 0 0;
}

#products_single .block .gallery .name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

#products_single .block .gallery .name p {
  font-weight: 500;
}

#products_single .block .gallery .catch {
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
}

#products_single .block .gallery .catch figure {
  max-width: 70%;
}

#products_single .block .gallery .catch .txt {
  max-width: 50%;
  padding: 0 0 0 20px;
}

#products_single .block .gallery .catch .txt p {
  font-size: 18px;
  font-weight: 700;
}

#products_single .block .gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}

#products_single .block .gallery ul.tb-center {
  align-items: center;
}

#products_single .block .gallery ul li {
  width: calc(33.3% - 20px);
}

#products_single .block .gallery ul.col2 li {
  width: calc(50% - 15px);
}

#products_single .block .gallery ul.col4 {
  gap: 30px 20px;
}

#products_single .block .gallery ul.col4 li {
  width: calc(25% - 15px);
}

#products_single .block .gallery ul li video {
  width: 100%;
  display: block;
}

#products_single .block .gallery ul li figure {
  border: 1px solid #a8a9a9;
}

#products_single .block .gallery ul li figure a {
  position: relative;
  overflow: hidden;
  display: block;
}

#products_single .block .gallery ul li figure a img {
  transition: .3s;
}

#products_single .block .gallery ul li figure a:hover img {
  transform: scale(1.1);
}

#products_single .block .gallery ul li figure a:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/common/ico_modal.png) no-repeat right bottom / 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

#products_single .block .gallery ul li h4 {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 500;
}

#products_single .block .gallery ul li .txt {
  padding: 10px 0 0 0;
  border-top: 1px solid #d6d7d7;
}

#products_single .block .gallery ul li .txt p + p {
  margin: 15px 0 0 0;
}

#products_single .block .gallery p.small {
  font-size: 12px;
}

#products_single .block .mt10 {
  margin: 10px 0 0 0;
}

#products_single .block .mt20 {
  margin: 20px 0 0 0;
}

#products_single .block .mt30 {
  margin: 30px 0 0 0;
}

#products_single .block .mt40 {
  margin: 40px 0 0 0;
}

#products_single .block .mt50 {
  margin: 50px 0 0 0;
}

#products_single .block .gallery table {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 13px;
  background: #fff;
}

#products_single .block .gallery table.text-center {
  text-align: center;
}

#products_single .block .gallery table thead,
#products_single .block .gallery table th {
  padding: 10px 15px;
  font-weight: 500;
  border: 1px solid #a8a9a9;
  background: #d6d7d7;
  white-space: nowrap;
}

#products_single .block .gallery table td {
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid #a8a9a9;
}

#products_single .btn_wrap {
  margin: 80px 0 -60px 0;
  text-align: center;
}

#products_single .btn {
  border: 1px solid #0b3180;
  background: #fff;
  display: inline-block;
  position: relative;
}

#products_single .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #0b3180;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#products_single .btn:hover:before {
  width: 100%;
}

#products_single .btn a {
  padding: 20px 120px 20px 50px;
  color: #0b3180;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#products_single .btn:hover a {
  color: #fff;
}

#products_single .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0b3180;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
  will-change: transform;
}

#products_single .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2.5px);
  transition: .3s;
}

#products_single .btn:hover a:before {
  width: 30px;
  background: #fff;
}

#products_single .btn:hover a:after {
  background: #fff;
}

#products_single .cad {
  background: #efefef;
}

#products_single .cad .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px 30px;
}

#products_single .cad h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#products_single .cad p {
  text-align: center;
}

#products_single .cad p span {
  text-decoration: underline;
}

#products_single .cad h3 {
  margin: 30px 0 0 0;
  font-size: 15px;
  font-weight: 500;
}

#products_single .scroll {
  width: 100%;
  overflow-x: scroll;
}

#products_single .cad table {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 13px;
  background: #fff;
  white-space: nowrap;
}

#products_single .cad table thead {
  background: #d6d7d7;
}

#products_single .cad table th {
  padding: 10px 15px;
  font-weight: 500;
  border: 1px solid #a8a9a9;
}

#products_single .cad table td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #a8a9a9;
}

#products_single .cad .box {
  margin: 40px 0 0 0;
  padding: 15px;
  text-align: center;
  border: 1px solid #a8a9a9;
  background: #fff;
}

#products_single .cad a.dwg {
  padding: 1px 10px 3px;
  color: #0b318f;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #0b318f;
  transition: 0.3s;
}

#products_single .cad a.dwg:hover {
  color: #fff;
  background: #0b318f;
}

#products_single .cad a.manual {
  padding: 1px 10px 3px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #c50012;
  background: #c50012;
  transition: 0.3s;
}

#products_single .cad a.manual2 {
  margin: 0 10px 0 0;
  padding: 1px 10px 3px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #c50012;
  background: #c50012;
  transition: 0.3s;
}

#products_single .cad a.manual:hover {
  color: #c50012;
  background: #fff;
}

#products_single .cad a.manual2:hover {
  color: #c50012;
  background: #fff;
}

#products_single .cad .btn_wrap {
  margin: 40px 0 0 0;
  text-align: center;
}

#products_single .cad .btn {

  background: #0b3180;
  display: inline-block;
  position: relative;
}

#products_single .cad .btn:before {
  content: "";
  width: 0;
  height: 100%;
  border: 1px solid #0b3180;
  background: #0b3180;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#products_single .cad .btn:hover:before {
  width: 100%;
  background: #fff;
}

#products_single .cad .btn a {
  padding: 10px 100px 10px 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#products_single .cad .btn:hover a {
  color: #0b3180;
}

#products_single .cad .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
}

#products_single .cad .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2.5px);
  transition: .3s;
}

#products_single .cad .btn:hover a:before {
  width: 30px;
  border-bottom: 1px solid #0b3180;
}

#products_single .cad .btn:hover a:after {
  border-bottom: 1px solid #0b3180;
}

#products_single .works {
  margin: 100px 0 0 0;
  background: #efefef;
}

#products_single .works .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 50px;
}

#products_single .works .inner h2 {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

#products_single .works .item {
  width: calc(33.3% - 30px);
  margin: 0 15px;
}

#products_single .works .item a {
  text-decoration: none;
}

#products_single .works .item a figure {
  margin: 0 0 10px 0;
  overflow: hidden;
}

#products_single .works .item a figure img {
  width: 100%;
  transition: .3s;
}

#products_single .works .item a:hover figure img {
  transform: scale(1.1);
}

#products_single .works .item a ul {
  display: flex;
  flex-wrap: wrap;
}

#products_single .works .item a ul li {
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  color: #808080;
  font-size: 11px;
  line-height: 1;
  background: #ccc;
  border: 1px solid #808080;
}

#products_single .works .item a h3 {
  font-size: 17px;
  font-weight: 500;
}

.slick-arrow:before {
  content: "" !important;
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

.slick-prev {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  left: -35px;
  transition: .3s
}

.slick-next {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  right: -35px;
  transition: .3s
}

.slick-prev:before {
  width: 8px !important;
  height: 8px !important;
  border-left: 3px solid #0b3180;
  border-bottom: 3px solid #0b3180;
  position: absolute;
  left: 38%;
  top: 32%;
  transform: rotate(45deg);
}

.slick-next:before {
  width: 8px !important;
  height: 8px !important;
  border-top: 3px solid #0b3180;
  border-right: 3px solid #0b3180;
  position: absolute;
  left: 25%;
  top: 32%;
  transform: rotate(45deg);
}

.slick-prev:hover {
  background: #0b3180;
}

.slick-next:hover {
  background: #0b3180;
}

.slick-prev:hover:before {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.slick-next:hover:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 767px) {
  #products_single .title {
    padding: 20px 0;
  }

  #products_single .title p {
    font-size: 13px;
  }

  #products_single .title p em {
    font-size: 11px;
  }

  #products_single .title h2 {
    font-size: 20px;
  }

  #products_single .block {
    margin: 0 auto 40px;
    padding: 20px 20px 0 20px;
  }

  #products_single .block .read p {
    font-size: 15px;
  }

  #products_single .block .image {
    margin: 20px 0 0 0;
  }

  #products_single .block h3 {
    margin: 40px 0 0 0;
    font-size: 15px;
  }

  #products_single .block h4 {
    font-size: 17px;
  }

  #products_single .block .feature ul li {
    font-size: 13px;
    text-indent: -17px;
  }

  #products_single .block .gallery {
    margin: 10px 0 0 0;
  }

  #products_single .block .gallery .name {
    font-size: 18px;
  }

  #products_single .block .gallery .catch {
    margin: 0 0 30px 0;
    display: block;
  }

  #products_single .block .gallery .catch figure {
    max-width: 100%;
  }

  #products_single .block .gallery .catch figure + figure {
    margin: 10px 0 0 0;
  }

  #products_single .block .gallery .catch .txt {
    max-width: 100%;
    padding: 10px 0 0 0;
  }
  
  #products_single .block .gallery .catch .txt p {
    font-size: 15px;
    font-weight: 700;
  }

  #products_single .block .gallery ul {
    gap: 30px;
  }

  #products_single .block .gallery ul li {
    width: 100% !important;
  }

  #products_single .block .gallery ul.col4 {
    gap: 20px;
  }

  #products_single .block .gallery ul.col4 li {
    width: calc(50% - 10px)!important;
  }

  #products_single .block .gallery ul li h4 {
    font-size: 14px;
  }

  #products_single .block .gallery ul li .txt {
    font-size: 13px;
  }

  #products_single .btn_wrap {
    margin: 40px 0 -20px 0;
  }
  #products_single .btn a {
    padding: 10px 100px 10px 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  #products_single .cad .inner {
    padding: 40px 20px;
  }

  #products_single .cad h2 {
    font-size: 17px;
  }

  #products_single .cad p {
    font-size: 13px;
  }

  #products_single .cad p br {
    display: none;
  }

  #products_single .cad table {
    font-size: 12px;
  }

  #products_single .cad .box {
    margin: 30px 0 0 0;
    padding: 10px;
  }

  #products_single .cad a.dwg {
    font-size: 11px;
  }

  #products_single .cad a.manual {
    font-size: 13px;
  }

  #products_single .cad .btn_wrap {
    margin: 30px 0 0 0;
  }

  #products_single .cad .btn a {
    font-size: 13px;
  }

  #products_single .works {
    margin: 40px 0 0 0;
    background: #efefef;
  }

  #products_single .works .inner {
    padding: 30px 50px;
  }

  #products_single .works .inner h2 {
    font-size: 18px;
  }

  #products_single .works a ul li {
    font-size: 10px;
  }

  #products_single .works a h3 {
    font-size: 15px;
  }
}

/*----------------------------------------------------
	WORKS
----------------------------------------------------*/

#works .category {
  padding: 30px;
  background: #f5f5f5;
}

#works .category .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#works .category ul li a {
  height: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;

}

#works .category ul.primary {
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#works .category ul.primary li {
  width: calc(33.33% - 8px);
  cursor: pointer;
}

#works .category ul.primary li a {
  padding: 12px 5px;
  color: #0b3180;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #0b3180;
  pointer-events: none;
}

#works .category ul.primary li.current a,
#works .category ul.primary li a:hover {
  color: #fff;
  background: #0b3180;
}

#works .category ul.secondary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

#works .category ul.secondary li {
  width: calc(20% - 9.6px);
  cursor: pointer;
}

#works .category ul.secondary li a {
  padding: 8px 5px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #595757;
  pointer-events: none;
}

#works .category ul.secondary li.current a,
#works .category ul.secondary li a:hover {
  color: #fff;
  background: #595757;
}

#works .list {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px 15px 60px 15px;
  display: flex;
  flex-wrap: wrap;
}

#works .list .item {
  width: calc(33.3% - 30px);
  margin: 0 15px 40px 15px;
}

#works .list .item a {
  text-decoration: none;
}

#works .list .item a figure {
  margin: 0 0 10px 0;
  overflow: hidden;
}

#works .list .item a figure img {
  width: 100%;
  transition: .3s;
}

#works .list .item a:hover figure img {
  transform: scale(1.1);
}

#works .list .item a ul {
  display: flex;
  flex-wrap: wrap;
}

#works .list .item a ul li {
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  color: #808080;
  font-size: 11px;
  line-height: 1;
  background: #ccc;
  border: 1px solid #808080;
}

#works .list .item a h2 {
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #works .category {
    padding: 20px 20px 10px 20px;
    background: #f5f5f5;
  }

  #works .category ul.primary {
    margin: 0 0 10px 0;
    gap: 10px;
  }

  #works .category ul.primary li {
    width: calc(50% - 5px);
  }

  #works .category ul.primary li a {
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
  }

  #works .category ul.secondary {
    gap: 10px;
  }

  #works .category ul.secondary li {
    width: calc(50% - 5px);
  }

  #works .category ul.secondary li a {
    font-size: 11px;
  }

  #works .list {
    padding: 20px;
    justify-content: space-between;
  }

  #works .list .item {
    width: calc(50% - 5px);
    margin: 0 0 30px 0;
  }

  #works .list .item a ul li {
    font-size: 10px;
  }

  #works .list .item a h2 {
    font-size: 15px;
  }
}

/*----------------------------------------------------
	WORKS SINGLE
----------------------------------------------------*/

#works_single .inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px 60px 30px;
}

#works_single video {
  width: 100%;
  margin: 0 0 20px 0;
}

#works_single figure img {
  width: 100%;
}

#works_single dl.title {
  margin: 20px 0 0 0;
  line-height: 1.4;
}

#works_single dl.title dt {
  font-size: 17px;
  font-weight: 500;
}

#works_single dl.title dd {
  font-size: 22px;
  font-weight: 500;
}

#works_single dl.title dd.name {
  margin: 0 0 15px 0;
  font-size: 27px;
}

#works_single ul.icon {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

#works_single ul.icon li {
  width: 18%;
  margin: 0 2.5% 2.5% 0;
}

#works_single ul.icon li:nth-child(5n) {
  margin: 0 0 2.5% 0;
}

#works_single .btn {
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  display: inline-block;
  position: relative;
}

#works_single .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#works_single .btn:hover:before {
  width: 100%;
  background: #0b3180;
}

#works_single .btn a {
  width: 100%;
  padding: 10px 100px 10px 30px;
  color: #0b3180;
  font-size: 23px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #0b3180;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#works_single .btn:hover a {
  color: #fff;
}

#works_single .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #0b3180;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
}

#works_single .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2.5px);
  transition: .3s;
}

#works_single .btn:hover a:before {
  width: 30px;
  border-bottom: 1px solid #fff;
}

#works_single .btn:hover a:after {
  border-bottom: 1px solid #fff;
}

#works_single .btn_txt {
  width: 100%;
  padding: 10px 30px;
  color: #0b3180;
  font-size: 23px;
  font-weight: 500;
  border: 1px solid #0b3180;
  text-align: center;
  display: inline-block;
  position: relative;
}

#works_single p.strong {
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: 500;
}

#works_single .btn + p.strong {
  display: none;
}

#works_single .case {
  width: 100%;
  background: #ced6e6;
}

#works_single .case .case_inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 30px 70px;
}

#works_single .case a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #fff;
}

#works_single .case a figure {
  width: 350px;
  overflow: hidden;
}

#works_single .case a figure img {
  transition: .3s;
}

#works_single .case a:hover figure img {
  transform: scale(1.1);
}

#works_single .case a .txt {
  width: calc(100% - 350px);
  padding: 30px 30px 20px 30px;
}

#works_single .case a .txt p {
  font-size: 18px;
  font-weight: 500;
}

#works_single .case a .txt dl {
  margin: 20px 0 0 0;
}

#works_single .case a .txt dl dt {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: 500;
}

#works_single .case a .txt dl dd {
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid #b9baba;
  border-bottom: 1px solid #b9baba;
}

#works_single .list {
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 15px;
}

#works_single .list .strong {
  padding: 0 0 0 15px;
}

#works_single .list_inner {
  display: flex;
  flex-wrap: wrap;
}

#works_single .list .item {
  width: calc(33.3% - 30px);
  margin: 0 15px;
}

#works_single .list .item a {
  text-decoration: none;
}

#works_single .list .item a figure {
  margin: 0 0 10px 0;
  overflow: hidden;
}

#works_single .list .item a figure img {
  width: 100%;
  transition: .3s;
}

#works_single .list .item a:hover figure img {
  transform: scale(1.1);
}

#works_single .list .item a ul {
  display: flex;
  flex-wrap: wrap;
}

#works_single .list .item a ul li {
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  color: #808080;
  font-size: 10px;
  line-height: 1;
  background: #ccc;
  border: 1px solid #808080;
}

#works_single .list .item a h2 {
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #works_single .inner {
    padding: 0 20px 40px 20px;
  }

  #works_single video {
    margin: 0 0 10px 0;
  }

  #works_single dl.title dt {
    font-size: 13px;
  }

  #works_single dl.title dd {
    font-size: 16px;
  }

  #works_single dl.title dd.name {
    font-size: 18px;
  }

  #works_single ul.icon li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }

  #works_single ul.icon li:nth-child(4n) {
    margin: 0 0 2% 0;
  }

  #works_single ul.icon li:nth-child(5n) {
    margin: 0 2% 2% 0;
  }

  #works_single .btn a {
    padding: 10px 100px 10px 30px;
    font-size: 13px;
  }

  #works_single .btn a:before {
    width: 40px;
  }

  #works_single .btn_txt {
    font-size: 13px;
  }

  #works_single .case .case_inner {
    padding: 40px 20px;
  }

  #works_single .case a {
    display: block;
  }

  #works_single .case a figure {
    width: 100%;
  }

  #works_single .case a .txt {
    width: 100%;
    padding: 20px;
  }

  #works_single .case a .txt p {
    font-size: 15px;
  }

  #works_single .list {
    padding: 40px 20px 10px;
    justify-content: space-between;
  }

  #works_single .list .strong {
    padding: 0;
  }

  #works_single .list .item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  #works_single .list .item a ul li {
    font-size: 10px;
  }

  #works_single .list .item a h2 {
    font-size: 15px;
  }
}

/*----------------------------------------------------
	FLOW
----------------------------------------------------*/

#flow .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 40px 30px;
}

#flow .block {
  max-width: 860px;
  margin: 0 auto;
}

#flow .block ul {
  margin: 60px 0 0 0;
}

#flow .block ul li {
  margin: 0 0 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#flow .block ul li .num p {
  width: 52px;
  height: 52px;
  padding: 13px 0 0 0;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 26px;
  background: #0b3180;
}

#flow .block ul li .num p span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

#flow .block ul li figure {
  width: 160px;
}

#flow .block ul li dl {
  width: calc(100% - 260px);
}

#flow .block ul li dl dt {
  color: #0b3180;
  font-size: 22px;
  font-weight: 500;
}

#flow .block ul li dl dd {
  margin: 5px 0 0 0;
}

@media screen and (max-width: 767px) {
  #flow .inner {
    padding: 0 20px 20px 20px;
  }

  #flow .block ul {
    margin: 0;
  }

  #flow .block ul li {
    margin: 0 0 30px 0;
    position: relative;
  }

  #flow .block ul li .num {
    width: 100%;
    position: absolute;
    left: 34px;
  }

  #flow .block ul li .num p {
    text-align: center;
  }

  #flow .block ul li figure {
    width: 120px;
    padding: 65px 0 0 0;
  }

  #flow .block ul li dl {
    width: calc(100% - 130px);
  }

  #flow .block ul li dl dt {
    font-size: 17px;
  }

  #flow .block ul li dl dd {
    font-size: 13px;
  }
}

/*----------------------------------------------------
	COMPANY
----------------------------------------------------*/

#company .inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px 80px 30px;
}

#company .outline dl {
  font-size: 16px;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#company .outline dl dt {
  width: 200px;
  padding: 15px;
  font-weight: 500;
  border-bottom: 1px solid #0b3180;
}

#company .outline dl dd {
  width: calc(100% - 200px);
  padding: 15px;
  border-bottom: 1px solid #a6a7a7;
}
#company .outline dl dd figure {
  margin: 10px 0 40px 0;
}
#company .outline h3 {
  font-size: 18px;
  font-weight: 700;
}
#company .outline .flex {
  padding: 0 0 10px 0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-bottom: 1px solid #a6a7a7;
}
#company .outline .flex .txt {
  width: calc(100% - 120px);
}
#company .outline .flex .img {
  width: 100px;
}
#company .outline .box {
  margin: 0 0 40px 0;
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #a6a7a7;
}

#company .access {
  margin: 40px 0 0 0;
  padding: 0 0 60px 0;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid #a6a7a7;
}
#company .access .txt {
  margin: 0 0 20px 0;
}

#company .access .map iframe {
  width: 100%;
  height: 400px;
}

#company .access h2 {
  margin: 30px 0 0 0;
  color: #0b3180;
  font-weight: 500;
}

#company .access figure {
  margin: 20px 0 0 0;
}

#company .btn_wrap {
  margin: 80px 0;
  text-align: center;
}

#company .btn {
  border: 1px solid #0b3180;
  background: #fff;
  display: inline-block;
  position: relative;
}

#company .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #0b3180;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#company .btn:hover:before {
  width: 100%;
}

#company .btn a {
  padding: 10px 100px 10px 30px;
  color: #0b3180;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#company .btn:hover a {
  color: #fff;
}

#company .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0b3180;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
}

#company .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2.5px);
  transition: .3s;
}

#company .btn:hover a:before {
  width: 30px;
  background: #fff;
}

#company .btn:hover a:after {
  background: #fff;
}

#company .recruit h2 {
  margin: 0 0 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

#company .recruit a {
  padding: 25px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  background: #6d83bc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

#company .recruit a:hover {
  opacity: .7;
}

#company .recruit a p {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  #company .inner {
    padding: 0 20px 40px 20px;
  }

  #company .outline dl {
    font-size: 13px;
  }

  #company .outline dl dt {
    width: 80px;
    padding: 10px;
  }

  #company .outline dl dd {
    width: calc(100% - 80px);
    padding: 10px;
  }

  #company .outline dl dd figure {
    margin: 10px 0 30px 0;
  }
  #company .outline h3 {
    font-size: 17px;
    text-align: center;
  }
  #company .outline .flex {
    font-size: 12px;
    display: block;
  }
  #company .outline .flex .txt {
    width: 100%;
  }
  #company .outline .flex .img {
    width: 60px;
    margin: 10px auto;
  }
  #company .outline .box {
    margin: 0 0 30px 0;
    font-size: 12px;
  }

  #company .access {
    margin: 30px 0 0 0;
    padding: 0 0 40px 0;
    font-size: 13px;
  }

  #company .access .map iframe {
    height: 300px;
  }

  #company .access h2 {
    margin: 20px 0 0 0;
  }

  #company .access figure {
    margin: 10px 0 0 0;
  }

  #company .btn_wrap {
    margin: 40px 0 60px;
  }

  #company .recruit a {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    display: block;
  }

  #company .recruit a:hover {
    opacity: .7;
  }

  #company .recruit a p {
    margin: 0 0 5px 0;
  }

  #company .recruit a figure {
    width: 90px;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
	CASE
----------------------------------------------------*/

#case .slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px 30px 50px;
  position: relative;
}

#case .slider .swiper {
  overflow: visible !important;
}

#case .slider .swiper-slide a {
  padding: 20px;
  text-decoration: none;
  background: #E5EAF2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#case .slider .swiper-slide a .img {
  width: 40%;
}

#case .slider .swiper-slide a .img figure {
  width: 100%;
  height: 100%;
  padding-top: 68%;
  position: relative;
  display: block;
  overflow: hidden;
}

#case .slider .swiper-slide a .img figure:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/case_single/pickup.png) no-repeat center center / 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

#case .slider .swiper-slide a .img figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}

#case .slider .swiper-slide a:hover figure img {
  transform: scale(1.1);
}

#case .slider .swiper-slide .txt {
  width: 60%;
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

#case .slider .swiper-slide .txt .lead {
  margin: 0 0 15px 0;
}

#case .slider .swiper-slide .txt .lead p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

#case .slider .swiper-slide .txt dl dt {
  margin: 10px 0 0 0;
  font-size: 13px;
}

#case .slider .swiper-slide .txt dl dd {
  color: #07357E;
  font-size: 15px;
  font-weight: 600;
}

#case .slider .swiper-button-prev:after,
#case .slider .swiper-button-next:after {
  content: "aaaaaaaaaaaaa";
  width: 50px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

#case .slider .swiper-button-prev {
  left: 15px;
}

#case .slider .swiper-button-next {
  right: 15px;
}

#case .slider .swiper-button-prev:after {
  background: url(../images/common/slider_prev.png) no-repeat center center / 16px 31px;
}

#case .slider .swiper-button-next:after {
  background: url(../images/common/slider_next.png) no-repeat center center / 16px 31px;
}

#case .list {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px 30px 100px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}

#case .list .item {
  width: calc(33.3% - 20px);
}

#case .list .item a {
  text-decoration: none;
  display: block;
}

#case .list .item a figure {
  width: 100%;
  margin: 0 0 15px 0;
  padding-top: 68%;
  position: relative;
  display: block;
  overflow: hidden;
}

#case .list .item a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}

#case .list .item a:hover figure img {
  transform: scale(1.1);
  will-change: transform;
}

#case .list .item h2 {
  margin: 0 0 5px 0;
  color: #0b3180;
  font-size: 14px;
  font-weight: 500;
}

#case .list .item p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {

  #case .slider .swiper-slide a {
    padding: 10px;
    display: block;
  }

  #case .slider .swiper-slide a .img {
    width: 100%;
  }

  #case .slider .swiper-slide a .img figure:after {
    width: 40px;
    height: 40px;
  }

  #case .slider .swiper-slide .txt {
    width: 100%;
    padding: 15px;
  }

  #case .slider .swiper-slide .txt .lead {
    margin: 0 0 5px 0;
  }

  #case .slider .swiper-slide .txt .lead p {
    font-size: 15px;
  }

  #case .slider .swiper-slide .txt dl dt {
    margin: 10px 0 0 0;
    font-size: 12px;
  }

  #case .slider .swiper-slide .txt dl dd {
    color: #07357E;
    font-size: 14px;
  }


  #case .list {
    padding: 20px 20px 40px 20px;
    gap: 30px 20px;
  }

  #case .list .item {
    width: calc(50% - 10px);
  }

  #case .list .item ul li {
    font-size: 10px;
  }

  #case .list .item h2 {
    font-size: 13px;
  }

  #case .list .item p {
    font-size: 13px;
  }
}

/*----------------------------------------------------
	CASE_SINGLE
----------------------------------------------------*/

#case_single .inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px 100px 30px;
}

#case_single .slider {
  position: relative;
}

#case_single .slider .swiper_thumb {
  margin: 15px 0 0 0;
}

#case_single .slider .swiper_thumb .swiper-slide {
  position: relative;
}

#case_single .slider .swiper_thumb .swiper-slide-thumb-active img {
  opacity: .7;
}

#case_single .slider .swiper_thumb img {
  will-change: transform;
  transition: .3s;
  opacity: 1;
}

#case_single .slider .swiper_thumb img:hover {
  opacity: .7;
}

#case_single .slider figure {
  width: 100%;
  padding-top: 68%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

#case_single .slider figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#case_single .slider .swiper-button-prev:after,
#case_single .slider .swiper-button-next:after {
  content: "";
  width: 50px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

#case_single .slider .swiper-button-prev {
  left: -40px;
}

#case_single .slider .swiper-button-next {
  right: -40px;
}

#case_single .slider .swiper-button-prev:after {
  background: url(../images/common/slider_prev.png) no-repeat center center / 16px 31px;
}

#case_single .slider .swiper-button-next:after {
  background: url(../images/common/slider_next.png) no-repeat center center / 16px 31px;
}

#case_single .gallery {
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#case_single .gallery .image {
  width: 80%;
}

#case_single .gallery .image figure {
  width: 100%;
  padding-top: 68%;
  position: relative;
  display: block;
}

#case_single .gallery .image figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#case_single .gallery ul {
  width: 18.9%;
}

#case_single .gallery ul li {
  width: 100%;
  margin: 0 0 5.2% 0;
  cursor: pointer;
  transition: .3s;
}

#case_single .gallery ul li figure {
  width: 100%;
  padding-top: 68%;
  position: relative;
  display: block;
}

#case_single .gallery ul li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#case_single .gallery ul li:hover {
  opacity: .8;
}

#case_single .gallery ul li:last-child {
  margin: 0;
}

#case_single .title p {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}

#case_single .title h2 {
  color: #0b3180;
  font-size: 26px;
  font-weight: 500;
}

#case_single .title h3 {
  color: #0b3180;
  font-size: 22px;
  font-weight: 500;
}

#case_single .title h3 a {
  color: #0b3180;
  text-decoration: none;
  transition: .3s;
}

#case_single .title h3 a:hover {
  opacity: .5;
}

#case_single .lead {
  margin: 0 0 40px 0;
}

#case_single .lead p {
  font-size: 26px;
  font-weight: 500;
}

#case_single .products {
  margin: 50px 0 40px 0;
}

#case_single .products h4 {
  margin: 20px 0 0 0;
  font-weight: 700;
}

#case_single .products a {
  margin: 10px 0;
  padding: 15px 20px;
  background: #ced6e6;
  display: block;
  text-decoration: none;
  transition: .3s;
}

#case_single .products a:hover {
  opacity: .6;
}

#case_single .products dl {
  font-size: 16px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#case_single .products dl dt {
  width: 120px;
  padding: 10px 0;
  font-weight: 500;
  text-align: center;
  background: #fff;
}

#case_single .products dl dd {
  margin: 0 0 0 30px;
  font-weight: 500;
  flex: 1;
}

#case_single .point {
  margin: 60px 0 60px 0;
}

#case_single .point ul li {
  min-height: 55px;
  padding: 0 0 0 70px;
  color: #0b3180;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

#case_single .point ul li + li {
  margin: 20px 0 0 0;
}

#case_single .point ul li:nth-child(1) {
  background: url(../images/case_single/point_1.png) no-repeat left center;
  background-size: 55px auto;
}

#case_single .point ul li:nth-child(2) {
  background: url(../images/case_single/point_2.png) no-repeat left center;
  background-size: 55px auto;
}

#case_single .point ul li:nth-child(3) {
  background: url(../images/case_single/point_3.png) no-repeat left center;
  background-size: 55px auto;
}

#case_single .interviewee {
  margin: 0 0 60px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#case_single .interviewee figure {
  width: 38%;
  margin: 0 0 0 5%;
}

#case_single .interviewee figure figcaption {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}

#case_single .interviewee .txt {
  flex: 1;
  font-size: 15px;
}

#case_single .content {
  color: #000;
}

#case_single .content h2 {
  min-height: 55px;
  margin: 60px 0 40px 0;
  padding: 0 0 0 70px;
  color: #0b3180;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

#case_single .content h2.point1 {
  background: url(../images/case_single/point_1.png) no-repeat left center;
  background-size: 55px auto;
}

#case_single .content h2.point2 {
  background: url(../images/case_single/point_2.png) no-repeat left center;
  background-size: 55px auto;
}

#case_single .content h2.point3 {
  background: url(../images/case_single/point_3.png) no-repeat left center;
  background-size: 55px auto;
}

#case_single .content {
  margin: 0 0 40px 0;
}

#case_single .content h3 {
  margin: 40px 0 30px 0;
  color: #595757;
  font-size: 18px;
  font-weight: 600;
}

#case_single .content h3:before {
  content: "ー";
  margin: 0 10px 0 0;
}

#case_single .content img {
  display: block;
}

#case_single .content figure {
  max-width: 800px;
}

#case_single .content figure figcaption {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}

#case_single .content .aligncenter {
  margin: 0 auto;
}

#case_single .content .alignright {
  margin: 0 0 0 auto;
}

#case_single .content p {
  margin: 40px 0;
  font-size: 16px;
}

#case_single .company {
  margin: 60px 0 0 0;
  padding: 30px;
  background: #f2f2f2;
  display: flex;
}

#case_single .company figure {
  width: 175px;
}

#case_single .company .txt {
  margin: 0 0 0 40px;
  flex: 1;
}

#case_single .company .txt h3 {
  margin: 0 0 15px 0;
  font-size: 17px;
  font-weight: 500;
}

#case_single .annotation {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #case_single .inner {
    padding: 0 20px 40px 20px;
  }

  #case_single .slider {
    margin: 0 15px;
  }

  #case_single .slider .swiper_thumb {
    margin: 10px 0 0 0;
  }

  #case_single .slider .swiper-button-prev {
    left: -30px;
  }

  #case_single .slider .swiper-button-next {
    right: -30px;
  }

  #case_single .gallery .image {
    width: 100%;
    margin: 0 0 10px 0;
  }

  #case_single .gallery ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  #case_single .gallery ul li {
    width: calc(25% - 7.5px);
    margin: 0;
  }

  #case_single .title p {
    font-size: 12px;
  }

  #case_single .title h2 {
    font-size: 18px;
  }

  #case_single .title h3 {
    font-size: 18px;
  }

  #case_single .lead {
    margin: 0 0 30px 0;
  }

  #case_single .lead p {
    font-size: 18px;
  }

  #case_single .lead p br {
    display: none;
  }

  #case_single .products {
    margin: 30px 0;
  }

  #case_single .products a {
    padding: 10px;
  }

  #case_single .products dl {
    font-size: 13px;
  }

  #case_single .products dl dt {
    width: 60px;
  }

  #case_single .products dl dd {
    margin: 0 0 0 15px;
  }

  #case_single .point {
    margin: 40px 0 40px 0;
  }

  #case_single .point ul li {
    min-height: 55px;
    padding: 0 0 0 70px;
    font-size: 17px;
  }

  #case_single .point ul li + li {
    margin: 20px 0 0 0;
  }

  #case_single .interviewee {
    margin: 0 0 40px 0;
    display: block;
  }

  #case_single .interviewee figure {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #case_single .interviewee .txt {
    font-size: 13px;
  }

  #case_single .content {
    margin: 0 0 40px 0;
    color: #000;
    font-size: 13px;
  }

  #case_single .content h2 {
    margin: 50px 0 30px 0;
    font-size: 17px;
  }

  #case_single .content h3 {
    margin: 30px 0 20px 0;
    font-size: 15px;
  }

  #case_single .content p {
    margin: 20px 0;
  }

  #case_single .company {
    margin: 40px 0 0 0;
    padding: 20px;
    display: block;
  }

  #case_single .company figure {
    width: 175px;
    margin: 0 auto 20px;
  }

  #case_single .company .txt {
    margin: 0;
  }

  #case_single .company .txt h3 {
    margin: 0 0 15px 0;
    font-size: 15px;
  }

  #case_single .annotation {
    font-size: 11px;
  }
}

/*----------------------------------------------------
	HISTORY
----------------------------------------------------*/

#history .inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px 80px 30px;
}

#history dl {
  line-height: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#history dl:nth-child(2n) {
  background: #f7f6f6;
}

#history dl dt {
  width: 100px;
  padding: 15px;
  color: #0b3180;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #0b3180;
  display: flex;
  align-items: center;
}

#history dl dt span {
  margin: 2px 0 0 2px;
  font-size: 12px;
  font-weight: 500;
}

#history dl dd {
  width: calc(100% - 100px);
  padding: 15px;
  font-size: 13px;
  border-bottom: 1px solid #a6a7a7;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #history .inner {
    padding: 0 20px 40px 20px;
  }

  #history dl dt {
    width: 80px;
    padding: 10px;
    font-size: 16px;
  }

  #history dl dt span {
    font-size: 12px;
  }

  #history dl dd {
    width: calc(100% - 80px);
    padding: 10px;

  }
}

/*----------------------------------------------------
	FORM
----------------------------------------------------*/

.form dl {
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
}

.form dl dt {
  width: 200px;
  padding: 5px 0 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.form dl dt.required:after {
  content: "必須";
  margin: 0 0 0 7px;
  padding: 2px 3px 3px;
  color: #fff;
  font-size: 12px;      
  font-style: normal;
  line-height: 1;
  background: #c30012;
  display: inline-block;
}

.form dl dt span.s {
  font-size: 80%;
}

.form dl dd {
  width: calc(100% - 200px);
  font-size: 18px;
}

.form dd p {
  margin: 3px 0 0 0;
  color: #808080;
  font-size: 14px;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #929293;
}

.form input[type="text"].number {
  width: 80px;
  margin: 0 10px 0 0;
}

.form input[type="radio"] {
  margin: 0 5px 3px 0;
}

.form .radio_block span.wpcf7-list-item {
  margin: 5px 20px 5px 0;
  display: inline-block;
}

.form .radio_block span.has-free-text {
  display: block;

}

.form input[type="checkbox"] {
  margin: 0 5px 3px 0;
}

.form .check_block span.wpcf7-list-item {
  margin: 5px 20px 5px 0;
  color: #000;
  display: block;
}

.form .check_block span {
  font-weight: 500;
}

.form .last {
  display: flex;
  align-items: center;
}

.form input[type="text"].wpcf7-free-text {
  width: 60%;
  margin: 0 0 0 10px;
  padding: 10px;
}

.form textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #929293;
}

.form textarea.small {
  max-width: 600px;
  height: 120px;
}

.form .flex {
  display: flex;
}

.form .flex + .flex {
  margin: 15px 0 0 0;
}

.form .flex_name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form .flex_name > div {
  width: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form .flex_name span {
  width: calc(100% - 30px);
}
.form .flex_name em {
  width: 20px;
  margin: 10px 0 0 0;
  font-style: normal;
}
.form .flex_name p {
  margin: 0 0 0 30px;
}

.form .zip1 {
  width: 100px;
}

.form .zip_block {
  margin: 0 10px;
  padding: 10px 0 0 0;
}

.form .zip2 {
  width: 140px;
}

.form .address_txt {
  width: 80px;
  padding: 12px 0 0 0;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.form .address_input {
  width: calc(100% - 80px);
}

.form .acceptance span {
  margin: 0;
}

.form .note {
  margin: 50px 0 0 0;
  text-align: center;
}

.form .btn_wrap {
  margin: 40px 0 0 0;
  text-align: center;
}

.form .btn {
  background: #fff;
  display: inline-block;
  position: relative;
}

.form .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

.form .btn:hover:before {
  width: 100%;
  background: #0b3180;
}

.form .btn .submit {
  padding: 10px 100px 10px 30px;
  color: #0b3180;
  border: 1px solid #0b3180;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
  cursor: pointer;
}

.form .btn:hover .submit {
  color: #fff;
}

.form .wpcf7-spinner {
  display: none;
}

.form .btn .arrow:before {
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #0b3180;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
  will-change: transform;
}

.form .btn .arrow:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2px);
  transition: .3s;
  will-change: transform;
}

.form .btn:hover .arrow:before {
  width: 30px;
  border-bottom: 1px solid #fff;
}

.form .btn:hover .arrow:after {
  border-bottom: 1px solid #fff;
}

.form select {
  padding: 12px;
  height: 50px;
}

.form input.s {
  width: 100px;
}

.form input.s2 {
  width: 60px;
}

.form .birth {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .form dl {
    margin: 0 0 20px 0;
    display: block;
  }

  .form dl dt {
    width: 100%;
    font-size: 14px;
  }

  .form dl dt.required:after {
    font-size: 10px;
  }

  .form dl dd {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 13px;
  }

  .form dd p {
    font-size: 11px;
  }

  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"] {
    padding: 10px;
    font-size: 14px;
  }

  .form input[type="radio"] {
    margin: 0 5px 3px 0;
  }

  .form span.wpcf7-list-item {
    margin: 5px 20px 5px 0;
    display: block !important;
  }

  .form .last {
    display: flex;
    align-items: center;
  }

  .form input[type="text"].wpcf7-free-text {
    width: calc(100% - 80px);
    padding: 10px;
  }

  .form textarea {
    height: 150px;
    padding: 10px;
  }

  .form .flex_name > div {
    width: calc(50% - 5px);
  }
  .form .flex_name span {
    width: calc(100% - 20px);
  }
  .form .flex_name em {
    width: 15px;
    margin: 6px 0 0 0;
  }
  .form .flex_name p {
    margin: 0 0 0 20px;
  }

  .form .zip1 {
    width: 80px;
  }

  .form .zip_block {
    margin: 0 10px;
    padding: 10px 0 0 0;
  }

  .form .zip2 {
    width: 120px;
  }

  .form .address_txt {
    width: 70px;
    padding: 8px 0 0 0;
    font-size: 13px;
  }

  .form .address_input {
    width: calc(100% - 70px);
  }

  .form .note {
    font-size: 13px;
    text-align: left;
  }

  .form .btn_wrap {
    margin: 30px 0 0 0;
    text-align: center;
  }

  .form input.s {
    width: 80px;
  }

  .form input.s2 {
    width: 50px;
  }

  .form select {
    padding: 10px;
    font-size: 14px;
  }
}

/*----------------------------------------------------
	CATALOG
----------------------------------------------------*/

#catalog .desc {
  margin: -15px 30px 60px 30px;
  text-align: center;
}

#catalog .desc2 {
  max-width: 740px;
  margin: 40px auto 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#catalog .desc2 p {
  font-size: 16px;
  font-weight: 500;
}

#catalog .desc2 .btn {
  white-space: nowrap;
  border: 1px solid #0b3180;
  background: #fff;
  display: inline-block;
  position: relative;
}

#catalog .desc2 .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #0b3180;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#catalog .desc2 .btn:hover:before {
  width: 100%;
}

#catalog .desc2 .btn a {
  padding: 10px 100px 10px 30px;
  color: #0b3180;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#catalog .desc2 .btn:hover a {
  color: #fff;
}

#catalog .desc2 .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0b3180;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
}

#catalog .desc2 .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2px);
  transition: .3s;
}

#catalog .desc2 .btn:hover a:before {
  width: 30px;
  background: #fff;
}

#catalog .desc2 .btn:hover a:after {
  background: #fff;
}

#catalog .form_block {
  background: #f5f5f5;
}

#catalog .form_block .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 30px 80px 30px;
}

#catalog .form_block .inner .flow {
  margin: 0 0 40px 0;
}

#catalog .form_block .inner .flow ul {
  display: flex;
  justify-content: space-between;
}

#catalog .form_block .inner .flow ul li {
  width: 30%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #516cad;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#catalog .form_block .inner .flow ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid #516cad;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 0;
  right: -29.5px;
}

#catalog .form_block .inner .flow ul li:last-child:after {
  display: none;
}

#catalog .form_block .inner .flow ul li span {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  #catalog .form_block .inner .flow ul li {
    font-size: 14px;
  }

  #catalog .form_block .inner .flow ul li span {
    font-size: 12px;
  }
}

#catalog .form_block .catalog_select {
  margin: 0 0 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 30px;
}

#catalog .form_block .catalog_select .box {
  width: calc(50% - 15px);
  padding: 40px;
  text-align: center;
  background: #fff;
}

#catalog .form_block .catalog_select .box p.title {
  margin: 0 0 20px 0;
  color: #0b3180;
  font-size: 19px;
  font-weight: 500;
}

#catalog .form_block .catalog_select .box ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#catalog .form_block .catalog_select .box ul li {
  width: 180px;
  position: relative;
}

#catalog .form_block .catalog_select .box ul li div.item {
  position: relative;
  cursor: pointer;
}

#catalog .form_block .catalog_select .box ul li .wpcf7-list-item {
  margin: 0;
  display: block;
}

#catalog .form_block .catalog_select .box ul li label {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  transition: .3s;
}

#catalog .form_block .catalog_select .box ul li label:hover {
  opacity: .8;
}

#catalog .form_block .catalog_select .box ul li label:before {
  content: "";
  padding-top: 141.6%;
  display: block;
}

/* ↓↓↓↓↓ old ↓↓↓↓↓ */
/*#catalog .form_block .catalog_select .box ul li .catalog1 label:before {
  background: url(../images/catalog/gate_catalog.jpg) no-repeat left top / 100% auto;
}
#catalog .form_block .catalog_select .box ul li .catalog2 label:before {
  background: url(../images/catalog/eaves_catalog.jpg) no-repeat left top / 100% auto;
}
#catalog .form_block .catalog_select .box ul li .catalog3 label:before {
  background: url(../images/catalog/eaves_price.jpg) no-repeat left top / 100% auto;
}
#catalog .form_block .catalog_select .box ul li .catalog4 label:before {
  background: url(../images/catalog/bollard_catalog.jpg) no-repeat left top / 100% auto;
}
#catalog .form_block .catalog_select .box ul li .catalog5 label:before {
  background: url(../images/catalog/bollard_price.jpg) no-repeat left top / 100% auto;
}
#catalog .form_block .catalog_select .box ul li .catalog6 label:before {
  background: url(../images/catalog/interior_catalog.jpg) no-repeat left top / 100% auto;
}
#catalog .form_block .catalog_select .box ul li .catalog7 label:before {
  background: url(../images/catalog/interior_price.jpg) no-repeat left top / 100% auto;
}*/

/* ↓↓↓↓↓ new ↓↓↓↓↓ */
/*#catalog .form_block .catalog_select .box ul li .catalog1 label:before {
  background: url(../images/catalog/gate_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .catalog2 label:before {
  background: url(../images/catalog/eaves_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .catalog3 label:before {
  background: url(../images/catalog/bollard_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .catalog4 label:before {
  background: url(../images/catalog/interior_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .catalog5 label:before {
  background: url(../images/catalog/mat_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .catalog6 label:before {
  background: url(../images/catalog/gabion_catalog.jpg) no-repeat left top / 100% auto;
}*/

/* ↓↓↓↓↓ new ↓↓↓↓↓ */
/*#catalog .form_block .catalog_select .box ul li .wpcf7-form-control-wrap[data-name="catalog1"] label:before {
  background: url(../images/catalog/gate_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .wpcf7-form-control-wrap[data-name="catalog2"] label:before {
  background: url(../images/catalog/eaves_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .wpcf7-form-control-wrap[data-name="catalog3"] label:before {
  background: url(../images/catalog/bollard_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .wpcf7-form-control-wrap[data-name="catalog4"] label:before {
  background: url(../images/catalog/interior_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .wpcf7-form-control-wrap[data-name="catalog5"] label:before {
  background: url(../images/catalog/mat_catalog.jpg) no-repeat left top / 100% auto;
}

#catalog .form_block .catalog_select .box ul li .wpcf7-form-control-wrap[data-name="catalog6"] label:before {
  background: url(../images/catalog/gabion_catalog.jpg) no-repeat left top / 100% auto;
}*/

#catalog .form_block .catalog_select .box ul li label input {
  display: none;
}

#catalog .form_block .catalog_select .box ul li label .wpcf7-list-item-label {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(11, 49, 143, .5) url(../images/catalog/check.png) no-repeat center center / 60% auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
  text-indent: -9999px;
}

#catalog .form_block .catalog_select .box ul li label input[type="checkbox"]:checked + .wpcf7-list-item-label {
  opacity: 1;
}

#catalog .form_block .catalog_select .box ul li figure {
  background: #0b3180;
  position: relative;
  cursor: pointer;
}

#catalog .form_block .catalog_select .box ul li figure img {
  transition: .3s;
}

#catalog .form_block .catalog_select .box ul li figure:hover img {
  opacity: .8;
}

#catalog .form_block .catalog_select .box ul li figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(11, 49, 143, .5) url(../images/catalog/check.png) no-repeat center center / 60% auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
  opacity: 0;
}

#catalog .form_block .catalog_select .box ul li input[type=checkbox]:checked + figure:after {

  opacity: 1;
}

#catalog .form_block .catalog_select .box ul li p {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

#catalog .form_block .catalog_select .box p.note {
  margin: 20px 0 -20px 0;
  font-size: 10px;
}

#catalog .form_block .catalog_form h2 {
  color: #000;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

#catalog .form_block .catalog_form .lead {
  margin: 20px 0 40px 0;
  font-size: 16px;
  text-align: center;
}

#catalog .cad_block {
  max-width: 1060px;
  margin: 0 auto;
  padding: 80px 30px;
}

#catalog .cad_block h2 {
  color: #000;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

#catalog .cad_block .lead {
  margin: 20px 0 40px 0;
  font-size: 14px;
  text-align: center;
}

#catalog .cad_block .btn_wrap {
  margin: 0 0 50px 0;
  text-align: center;
}

#catalog .cad_block .btn {
  border: 1px solid #0b3180;
  background: #0b3180;
  display: inline-block;
  position: relative;
}

#catalog .cad_block .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#catalog .cad_block .btn:hover:before {
  width: 100%;
}

#catalog .cad_block .btn a {
  padding: 10px 100px 10px 30px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#catalog .cad_block .btn:hover a {
  color: #0b3180;
}

#catalog .cad_block .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
  will-change: transform;
}

#catalog .cad_block .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 3px);
  transition: .3s;
  will-change: transform;
}

#catalog .cad_block .btn:hover a:before {
  width: 30px;
  background: #0b3180;
}

#catalog .cad_block .btn:hover a:after {
  background: #0b3180;
}

#catalog .cad_block h3 {
  margin: 40px 0 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

#catalog .cad_block ul {
  padding: 0 0 0 1em;
}

#catalog .cad_block ul li {
  text-indent: -19px;
}

#catalog .cad_block ul li + li {
  margin: 5px 0 0 0;
}

#catalog .cad_block ul li:before {
  content: '・';
  margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  #catalog .desc {
    margin: -15px 20px 30px 20px;
    font-size: 13px;
  }

  #catalog .desc2 {
    margin: 30px 20px;
    display: block;
  }

  #catalog .desc2 .btn_wrap {
    margin: 20px 0 0 0;
    text-align: center;
  }

  #catalog .desc2 p {
    font-size: 14px;
  }

  #catalog .form_block .inner {
    padding: 30px 20px 40px 20px;
  }

  #catalog .form_block .inner .flow ul {
    display: block;
  }

  #catalog .form_block .inner .flow ul li {
    width: 100%;
    height: 50px;
    margin: 0 0 25px 0;
    color: #fff;
    font-weight: 500;
    background: #516cad;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #catalog .form_block .inner .flow ul li:after {
    border-top: 15px solid #516cad;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -15px;
    transform: translate(-50%, 0);
  }

  #catalog .form_block .inner .flow ul li:last-child:after {
    display: none;
  }

  #catalog .form_block .inner .flow ul li span {
    font-size: 12px;
  }

  #catalog .form_block .catalog_select {
    margin: 0 0 40px 0;
    display: block;
  }

  #catalog .form_block .catalog_select .box {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }

  #catalog .form_block .catalog_select .box p.title {
    margin: 0 0 10px 0;
    font-size: 16px;
  }

  #catalog .form_block .catalog_select .box ul {
    gap: 20px;
  }

  #catalog .form_block .catalog_select .box ul li {
    width: 120px;
  }

  #catalog .form_block .catalog_select .box ul li p {
    font-size: 10px;
  }

  #catalog .form_block .catalog_select .box p.note {
    margin: 20px 0 -10px 0;
  }

  #catalog .form_block .catalog_form h2 {
    font-size: 18px;
  }

  #catalog .form_block .catalog_form .lead {
    margin: 10px 0 30px 0;
    font-size: 13px;
  }

  #catalog .cad_block {
    padding: 40px 20px;
  }

  #catalog .cad_block h2 {
    font-size: 18px;
  }

  #catalog .cad_block .lead {
    margin: 10px 0 30px 0;
    font-size: 13px;
  }

  #catalog .cad_block .btn_wrap {
    margin: 0 0 40px 0;
  }

  #catalog .cad_block h3 {
    margin: 30px 0 10px 0;
    font-size: 16px;
  }

  #catalog .cad_block p {
    font-size: 13px;
  }

  #catalog .cad_block ul {
    padding: 0 0 0 1em;
  }

  #catalog .cad_block ul li {
    text-indent: -19px;
  }

  #catalog .cad_block ul li + li {
    margin: 5px 0 0 0;
  }

  #catalog .cad_block ul li:before {
    content: '・';
    margin: 0 5px 0 0;
  }
}

/*----------------------------------------------------
	CAD
----------------------------------------------------*/

#cad .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 80px 30px;
}

#cad h2 {
  margin: 0 0 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

#cad .flow {
  margin: 0 0 40px 0;
}

#cad .flow ul {
  display: flex;
  justify-content: space-between;
}

#cad .flow ul li {
  width: 30%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background: #516cad;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#cad .flow ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid #516cad;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 0;
  right: -29.5px;
}

#cad .flow ul li:last-child:after {
  display: none;
}

#cad .flow ul li span {
  font-size: 15px;
  font-weight: 500;
}

#cad .desc {
  margin: 0 0 40px 0;
}

#cad .desc p {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  #cad .flow ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #cad .inner {
    padding: 0 20px 40px 20px;
  }

  #cad h2 {
    font-size: 14px;
  }

  #cad .flow ul {
    display: block;
  }

  #cad .flow ul li {
    width: 100%;
    height: 50px;
    margin: 0 0 25px 0;
    color: #fff;
    font-weight: 500;
    background: #516cad;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #cad .flow ul li:after {
    border-top: 15px solid #516cad;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -14px;
    transform: translate(-50%, 0);
  }

  #cad .flow ul li:last-child:after {
    display: none;
  }

  #cad .desc {
    margin: 0 0 30px 0;
  }

  #cad .desc p {
    font-size: 14px;
  }
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/

#contact .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 80px 30px;
}

#contact .desc {
  max-width: 840px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#contact .desc p {
  font-size: 16px;
  font-weight: 500;
}

#contact .desc .btn {
  white-space: nowrap;
  background: #fff;
  display: inline-block;
  position: relative;
}

#contact .desc .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#contact .desc .btn:hover:before {
  width: 100%;
  background: #0b3180;
}

#contact .desc .btn a {
  padding: 10px 100px 10px 30px;
  color: #0b3180;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #0b3180;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .3s;
}

#contact .desc .btn:hover a {
  color: #fff;
}

#contact .desc .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #0b3180;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: .3s;
}

#contact .desc .btn a:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #0b3180;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 2.5px);
  transition: .3s;
}

#contact .desc .btn:hover a:before {
  width: 30px;
  border-bottom: 1px solid #fff;
}

#contact .desc .btn:hover a:after {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  #contact .inner {
    padding: 0 20px 40px 20px;
  }

  #contact .desc {
    margin: 30px 0;
    display: block;
  }

  #contact .desc p {
    font-size: 14px;
  }

  #contact .desc .btn_wrap {
    margin: 20px 0 0 0;
    text-align: center;
  }
}

/*----------------------------------------------------
	TOUR
----------------------------------------------------*/

#tour .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 80px 30px;
}

#tour .desc {
  margin: 40px auto;
  text-align: center;
}

#tour .desc p {
  font-size: 16px;
  font-weight: 500;
}

#tour h2 {
  margin: 40px 0 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #tour .inner {
    padding: 0 20px 40px 20px;
  }

  #tour .desc {
    margin: 30px 0;
  }

  #tour .desc p {
    font-size: 14px;
  }

  #tour h2 {
    font-size: 14px;
  }
}

/*----------------------------------------------------
	REQUEST
----------------------------------------------------*/

#request .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 80px 30px;
}

#request .desc {
  margin: 40px auto;
  text-align: center;
}

#request .desc p {
  font-size: 16px;
  font-weight: 500;
}

#request h2 {
  margin: 40px 0 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #request .inner {
    padding: 0 20px 40px 20px;
  }

  #request .desc {
    margin: 30px 0;
  }

  #request .desc p {
    font-size: 14px;
  }

}

/*----------------------------------------------------
	FAQ
----------------------------------------------------*/

#faq .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 50px 30px;
  line-height: 2;
}

#faq .desc {
  margin: 0 0 30px 0;
}

#faq h2 {
  margin: 30px 0 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

#faq dl {
  padding: 0 0 20px 0;
}

#faq dl dt {
  padding: 13px 50px 13px 50px;
  color: #0b3180;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid #0b3180;
  background: url(../images/faq/q.png) no-repeat 15px 13px / 23px auto;
  position: relative;
  cursor: pointer;
}

#faq dl dt:after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #0b3180;
  border-bottom: 2px solid #0b3180;
  position: absolute;
  top: 12px;
  right: 20px;
  transform: rotate(45deg);
}

#faq dl dt.active:after {
  top: 20px;
  transform: rotate(225deg);
}

#faq dl dd {
  display: none;
}

#faq dl dd div {
  padding: 20px 0 10px 50px;
  background: url(../images/faq/a.png) no-repeat 15px 23px / 23px auto;
}

@media screen and (max-width: 767px) {
  #faq .inner {
    padding: 0 20px 30px 20px;
  }

  #faq .desc {
    margin: 0 0 20px 0;
  }

  #faq h2 {
    margin: 20px 0 10px 0;
    font-size: 16px;
  }

  #faq dl {
    padding: 0 0 10px 0;
  }

  #faq dl dt {
    padding: 13px 40px 13px 40px;
    font-size: 14px;
    background: url(../images/faq/q.png) no-repeat 10px 14px / 18px auto;
  }

  #faq dl dt:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 13px;
    right: 15px;
    transform: rotate(45deg);
  }

  #faq dl dt.active:after {
    top: 19px;
    transform: rotate(225deg);
  }

  #faq dl dd {
    display: none;
  }

  #faq dl dd div {
    padding: 15px 0 10px 40px;
    font-size: 13px;
    background: url(../images/faq/a.png) no-repeat 10px 19px / 18px auto;
  }


}

/*----------------------------------------------------
	PRIVACY POLICY
----------------------------------------------------*/

#privacy .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 80px 30px;
  line-height: 2;
}

#privacy .desc {
  max-width: 660px;
  margin: 40px auto;
  text-align: center;
}

#privacy .desc h2 {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 500;
}

#privacy .block {
  margin: 60px 0;
}

#privacy dl + dl {
  margin: 40px 0;
}

#privacy dl dt {
  font-size: 16px;
  font-weight: 500;
}

#privacy .right {
  margin: 40px 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #privacy .inner {
    padding: 0 20px 40px;
    font-size: 13px;
  }

  #privacy .desc {
    margin: 30px auto;
  }

  #privacy .desc h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }

  #privacy .block {
    margin: 40px 0;
  }

  #privacy dl + dl {
    margin: 30px 0;
  }

  #privacy dl dt {
    font-size: 15px;
  }

  #privacy .right {
    margin: 30px 0 40px;
    text-align: right;
  }
}

/*----------------------------------------------------
	ENVIRONMENT
----------------------------------------------------*/

#environment .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 80px 30px;
  line-height: 2;
}

#environment .desc {
  max-width: 660px;
  margin: 40px auto;
  text-align: center;
}

#environment .desc p + p {
  margin: 10px 0 0 0;
}

#environment .desc h2 {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 500;
}

#environment .block + .block {
  margin: 100px 0 0 0;
}

#environment figure {
  margin: 0 0 40px 0;
}

#environment dl + dl {
  margin: 40px 0;
}

#environment dl dt {
  font-size: 16px;
  font-weight: 500;
}

#environment h3 {
  margin: 40px 0 0 0;
  font-weight: 500;
}

#environment table {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 13px;
  background: #fff;
}

#environment table th {
  padding: 10px 15px;
  font-weight: 500;
  border: 1px solid #a8a9a9;
  background: #d6d7d7;
  white-space: nowrap;
}

#environment table td {
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #a8a9a9;
}

@media screen and (max-width: 767px) {
  #environment .inner {
    padding: 0 20px 40px;
    font-size: 13px;
  }

  #environment .desc {
    margin: 30px auto;
    text-align: left;
  }

  #environment .desc h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.5;
  }

  #environment .block + .block {
    margin: 60px 0 0 0;
  }

  #environment figure {
    margin: 0 0 30px 0;
  }

  #environment dl + dl {
    margin: 30px 0;
  }

  #environment dl dt {
    font-size: 15px;
  }

  #environment h3 {
    margin: 30px 0 0 0;
  }

  #environment table {
    font-size: 10px;
  }

  #environment table th {
    padding: 5px 10px;
  }

  #environment table td {
    padding: 5px 10px;
  }
}

/*----------------------------------------------------
	404
----------------------------------------------------*/

#error404 .inner {
  padding: 150px 0;
  text-align: center;
}

/*----------------------------------------------------
	ABOUT
----------------------------------------------------*/

#recruit .visual {
  margin: 0 0 120px 0;
  padding: 0 30px;
  background: #eff4ff;
}

#recruit .visual .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#recruit .visual .inner .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#recruit .visual .inner .img img {
  max-width: 106%;
  transform: translate(-3%, 0);
}

#recruit .visual .inner .title {
  width: 47%;
}

#recruit .visual .slider {
  width: 48%;
  transform: translate(0, 8%);
}

#recruit .visual .swiper_thumb {
  margin: 5px 0 0 0;
}

#recruit .desc {
  margin: 0 0 100px 0;
  padding: 0 30px;
  font-size: 16px;
  text-align: center;
}

#recruit .desc .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#recruit .desc .inner p {
  font-weight: 700;
}

#recruit .wanted {
  margin: 0 0 100px 0;
  padding: 0 30px;
}

#recruit .wanted .inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#recruit .wanted h2 {
  margin: 0 0 40px 0;
  color: #143472;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

#recruit .wanted h2 span {
  color: #9fa0a0;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

#recruit .wanted ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#recruit .wanted ul li {
  width: calc(25% - 15px);
  position: relative;
  line-height: 1.5;
}

#recruit .wanted ul li:nth-child(1) {
  background: url(../images/recruit/wanted_bg1.png) no-repeat center center / 100% auto;
}

#recruit .wanted ul li:nth-child(2) {
  background: url(../images/recruit/wanted_bg2.png) no-repeat center center / 100% auto;
}

#recruit .wanted ul li:nth-child(3) {
  background: url(../images/recruit/wanted_bg3.png) no-repeat center center / 100% auto;
}

#recruit .wanted ul li:nth-child(4) {
  background: url(../images/recruit/wanted_bg4.png) no-repeat center center / 100% auto;
}

#recruit .wanted ul li::after {
  content: "";
  display: block;
  padding-top: 100%;
}

#recruit .wanted ul li div {
  width: 100%;
  color: #143472;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#recruit .position {
  margin: 0 0 100px 0;
  padding: 0 30px;
}

#recruit .position .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#recruit .position h2 {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#recruit .position .tabs ul {
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

#recruit .position .tabs ul li {
  width: calc(20% - 12px);
  background: url(../images/recruit/tab_icon.png) no-repeat center bottom / 7px auto;
  transition: .3s;
  cursor: pointer;
}

#recruit .position .tabs ul li a {
  height: 100%;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: .3s;
}

#recruit .position .tabs ul li a::before {
  content: "";
  width: 42%;
  height: 2px;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: -2px;
}

#recruit .position .tabs ul li a::after {
  content: "";
  width: 42%;
  height: 2px;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: -2px;
}

#recruit .position .tabs ul li span {
  font-size: 11px;
  font-weight: 700;
  font-feature-settings: "palt";
}

#recruit .position .tabs ul li.tab1 {
  border: 3px solid #4193bc;
}

#recruit .position .tabs ul li.tab1 a {
  color: #4193bc;
}

#recruit .position .tabs ul li.tab2 {
  border: 3px solid #47ae94;
}

#recruit .position .tabs ul li.tab2 a {
  color: #47ae94;
}

#recruit .position .tabs ul li.tab3 {
  border: 3px solid #6679ab;
}

#recruit .position .tabs ul li.tab3 a {
  color: #6679ab;
}

#recruit .position .tabs ul li.tab4 {
  border: 3px solid #f29935;
}

#recruit .position .tabs ul li.tab4 a {
  color: #f29935;
}

#recruit .position .tabs ul li.tab5 {
  border: 3px solid #db4791;
}

#recruit .position .tabs ul li.tab5 a {
  color: #db4791;
}

#recruit .position .tabs ul li.active a,
#recruit .position .tabs ul li:hover a {
  color: #fff;
}

#recruit .position .tabs ul li.tab1.active,
#recruit .position .tabs ul li.tab1:hover {
  color: #fff;
  background: #4193bc url(../images/recruit/tab_icon.png) no-repeat center bottom / 8px auto;
}

#recruit .position .tabs ul li.tab2.active,
#recruit .position .tabs ul li.tab2:hover {
  background: #47ae94 url(../images/recruit/tab_icon.png) no-repeat center bottom / 8px auto;
}

#recruit .position .tabs ul li.tab3.active,
#recruit .position .tabs ul li.tab3:hover {
  background: #6679ab url(../images/recruit/tab_icon.png) no-repeat center bottom / 8px auto;
}

#recruit .position .tabs ul li.tab4.active,
#recruit .position .tabs ul li.tab4:hover {
  background: #f29935 url(../images/recruit/tab_icon.png) no-repeat center bottom / 8px auto;
}

#recruit .position .tabs ul li.tab5.active,
#recruit .position .tabs ul li.tab5:hover {
  background: #db4791 url(../images/recruit/tab_icon.png) no-repeat center bottom / 8px auto;
}

#recruit .position .tab {
  padding: 25px;
  border: 1px solid #9fa0a0;
  display: none;
}

#recruit .position .tab.active {
  display: block;
}

#recruit .position .tab h3 {
  margin: 0 0 20px 0;
  font-size: 21px;
  font-weight: 700;
}

#recruit .position #tab1 h3 {
  color: #4193bc;
  border-bottom: 2px solid #4193bc;
}

#recruit .position #tab2 h3 {
  color: #47ae94;
  border-bottom: 2px solid #47ae94;
}

#recruit .position #tab3 h3 {
  color: #6679ab;
  border-bottom: 2px solid #6679ab;
}

#recruit .position #tab4 h3 {
  color: #f29935;
  border-bottom: 2px solid #f29935;
}

#recruit .position #tab5 h3 {
  color: #db4791;
  border-bottom: 2px solid #db4791;
}

#recruit .position .tab h4 {
  margin: 25px 0 15px 0;
  width: 130px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  background: #9fa0a0;
}

#recruit .position .tab ul li {
  margin: 0 0 0 1em;
  font-size: 16px;
  text-indent: -1em;
}

#recruit .position .tab ul li + li {
  margin: 10px 0 0 1em;
}

#recruit .require {
  margin: 0 0 100px 0;
  padding: 80px 30px;
  background: #eff4ff;
}

#recruit .require .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#recruit .require h2 {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#recruit .require dl {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #3c3c3c;
}

#recruit .require dl dt {
  width: 180px;
}

#recruit .require dl dd {
  width: calc(100% - 180px);
}

#recruit .entry {
  margin: 0 0 100px 0;
  padding: 0 30px;
}

#recruit .entry .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#recruit .entry .inner .txt {
  margin: 0 0 40px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#recruit .entry h2 {
  margin: 0 0 30px 0;
  padding: 10px 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  background: url(../images/recruit/entry_left.png) no-repeat left center / auto 100%,
    url(../images/recruit/entry_right.png) no-repeat right center / auto 100%,
    #143472;
}

#recruit .entry .form {
  max-width: 700px;
  margin: 0 auto;
}

#recruit .entry .form dl dt {
  font-size: 16px;
}

#recruit .entry .form dl dt.required::after {
  padding: 0;
  color: #e5001e;
  background: none;
}

#recruit .entry .form dl dd {
  font-size: 16px;
}

#recruit .entry .form p.note {
  font-size: 12px;
}

#recruit .entry .form .btn_recruit .submit {
  padding: 10px 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #143472;
  cursor: pointer;
  transition: .3s;
}

#recruit .entry .form .btn_recruit .submit:hover {
  opacity: .7;
}

#recruit .wantedly {
  margin: 0 0 100px 0;
  text-align: center;
}

#recruit .wantedly p {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
}

#recruit .wantedly a img {
  max-width: 278px;
  transition: .3s;
}

#recruit .wantedly a:hover img {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  #recruit .visual {
    margin: 0 0 40px 0;
    padding: 20px;
  }

  #recruit .visual .inner {
    padding: 0 0 40px 0;
    display: block;
  }

  #recruit .visual .inner .img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  #recruit .visual .inner .img img {
    max-width: 106%;
    transform: translate(-3%, 0);
  }

  #recruit .visual .inner .title {
    margin: 0 0 20px 0;
    padding: 13% 0;
    width: 100%;
  }

  #recruit .visual .inner .title img {
    width: 80%;
  }

  #recruit .visual .slider {
    width: 100%;
    transform: translate(0, 0);
  }

  #recruit .desc {
    margin: 0 0 40px 0;
    padding: 0 20px;
    font-size: 14px;
  }

  #recruit .wanted {
    margin: 0 0 40px 0;
    padding: 0 20px;
  }

  #recruit .wanted h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
  }

  #recruit .wanted h2 span {
    font-size: 16px;
  }

  #recruit .wanted ul {
    max-width: 400px;
    margin: 0 auto;
    gap: 20px;
  }

  #recruit .wanted ul li {
    width: calc(50% - 10px);
  }

  #recruit .wanted ul li div {
    font-size: 14px;
  }

  #recruit .position {
    margin: 0 0 40px 0;
    padding: 0 20px;
  }

  #recruit .position h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }

  #recruit .position .tabs ul {
    margin: 0 0 20px 0;
    gap: 10px;
  }

  #recruit .position .tabs ul li {
    width: calc(50% - 5px);
  }

  #recruit .position .tabs ul li div {
    font-size: 13px;
  }

  #recruit .position .tabs ul li span {
    font-size: 10px;
  }

  #recruit .position .tab {
    padding: 15px;
  }

  #recruit .position .tab h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
  }

  #recruit .position .tab h4 {
    margin: 15px 0 10px 0;
    width: 100px;
    font-size: 15px;
  }

  #recruit .position .tab ul li {
    font-size: 13px;
  }

  #recruit .position .tab ul li + li {
    margin: 10px 0 0 1em;
  }

  #recruit .require {
    margin: 0 0 40px 0;
    padding: 40px 20px;
  }

  #recruit .require h2 {
    margin: 0 0 20px 0;
    font-size: 16px;
  }

  #recruit .require dl {
    padding: 15px 0;
    font-size: 13px;
  }

  #recruit .require dl dt {
    width: 90px;
  }

  #recruit .require dl dd {
    width: calc(100% - 100px);
  }

  #recruit .entry {
    margin: 0 0 40px 0;
    padding: 0 20px;
  }

  #recruit .entry .inner .txt {
    margin: 0 0 20px 0;
    font-size: 14px;
  }

  #recruit .entry h2 {
    margin: 0 0 20px 0;
    padding: 5px 0;
    font-size: 16px;
    background: url(../images/recruit/entry_left.png) no-repeat -50px center / auto 100%,
      url(../images/recruit/entry_right.png) no-repeat right -50px center / auto 100%,
      #143472;
  }

  #recruit .entry .form dl dt {
    font-size: 14px;
  }

  #recruit .entry .form dl dd {
    font-size: 14px;
  }

  #recruit .entry .form p.note {
    margin: 20px 0 0 0;
    font-size: 12px;
  }

  #recruit .wantedly {
    margin: 0 0 60px 0;
  }

  #recruit .wantedly p {
    font-size: 15px;
  }
}

/*----------------------------------------------------
	THANKS 23.08.16  RO SATO
----------------------------------------------------*/

#thanks .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}

#thanks h2 {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#thanks .desc {
  padding: 25px;
  border: 1px solid #9fa0a0;
}

#thanks .btn a {
  padding: 10px 20px;
  color: #0b3180;
  border: 1px solid #0b3180;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: .3s;
  cursor: pointer;
}

#thanks .btn a:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #thanks .inner {
    padding: 20px;
  }
  #thanks h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  #thanks .desc {
    padding: 15px;
  }
}

/*----------------------------------------------------
	INTERVIEW 2025.07
----------------------------------------------------*/

#interview .lead {
  width: 100%;
  margin: 60px 0 30px;
  padding: 0 30px;
}
#interview .lead .flex {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#interview .lead .flex .txt {
  margin: 0;
}
#interview .lead .flex .txt h1 {
  margin: 0 0 10px 0;
  color: #000;
  font-size: 27px;
  font-weight: 600;
}
#interview .lead .flex .txt p {
  font-size: 15px;
  font-weight: 500;
}
#interview .lead .flex .img {
  height: 280px;
  flex: 1;
  position: relative;
}
#interview .lead .flex .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#interview .lead .flex .img::after {
  content: "";
  width: 28%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  #interview .lead .flex .txt h1 {
    font-size: 24px;
  }
  #interview .lead .flex .txt p {
    font-size: 13px;
  }
  #interview .lead .flex .img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  #interview .lead {
    margin: 20px 0;
  }
  #interview .lead .flex {
    align-items: flex-start;
    flex-direction: column;
  }
  #interview .lead .flex .txt {
    width: 100%;
  }
  #interview .lead .flex .img {
    width: 114%;
    transform: translate(-6%,0);
    aspect-ratio: 2/1;
    overflow: hidden;
  }
  #interview .lead .flex .img img {
    object-position: 0 30%;
  }
  #interview .lead .flex .img::after {
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
}

#interview .list {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
#interview .list .item {
  width: calc(33.3% - 20px);
}
#interview .list .item a {
  text-decoration: none;
  display: block;
}
#interview .list .item a figure {
  width: 100%;
  margin: 0 0 15px 0;
  padding-top: 68%;
  position: relative;
  display: block;
  overflow: hidden;
}
#interview .list .item a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
#interview .list .item a:hover figure img {
  transform: scale(1.1);
  will-change: transform;
}
#interview .list .item h2 {
  margin: 0 0 5px 0;
  color: #0b3180;
  font-size: 14px;
  font-weight: 500;
}
#interview .list .item p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #interview .list {
    padding: 20px 20px 40px 20px;
    gap: 30px;
  }
  #interview .list .item {
    width: 100%;
  }
  #interview .list .item ul li {
    font-size: 10px;
  }
  #interview .list .item a figure {
    margin: 0 0 10px 0;
  }
  #interview .list .item h2 {
    font-size: 13px;
  }
  #interview .list .item p {
    font-size: 13px;
  }
}

/*----------------------------------------------------
	INTERVIEW SINGLE 2025.07
----------------------------------------------------*/

#interview_single .outer {
  width: 100%;
  margin: 60px 0;
  padding: 0 30px 160px;
  position: relative;
}
#interview_single .outer .flex {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#interview_single .outer .flex .leftColumn {
  width: calc(100% - 280px);
}
#interview_single .outer .flex .leftColumn .title {
  margin: 0 0 20px 0;
}
#interview_single .outer .flex .leftColumn .title h1 {
  margin: 0 0 15px 0;
  color: #0b3180;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}
#interview_single .outer .flex .leftColumn .content {
  font-size: 16px;
}
#interview_single .outer .flex .leftColumn .content h2 {
  margin: 20px 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
#interview_single .outer .flex .leftColumn .content p {
  margin: 20px 0;
}
#interview_single .outer .flex .leftColumn .content img {
  margin: 30px 0;
  display: block;
}

#interview_single .outer .button {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#interview_single .outer .button a.entry {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  background: #c50012;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
}
#interview_single .outer .button a.entry:hover {
  opacity: .7;
}
#interview_single .outer .button a.back {
  width: 160px;
  margin: 30px auto 0;
  padding: 5px 0;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #595757;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
}
#interview_single .outer .flex .sideColumn {
  width: 230px;
}
#interview_single .outer .flex .sideColumn h2 {
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  font-weight: 600;
  border-bottom: 1px solid #595757;
}
#interview_single .outer .flex .sideColumn ul li + li {
  margin: 25px 0 0 0;
}
#interview_single .outer .flex .sideColumn ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}
#interview_single .outer .flex .sideColumn ul li a figure {
  width: 100%;
  padding-top: 68%;
  position: relative;
  display: block;
  overflow: hidden;
}
#interview_single .outer .flex .sideColumn ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
#interview_single .outer .flex .sideColumn ul li a:hover img {
  transform: scale(1.1);
  will-change: transform;
}

#interview_single .outer .flex .sideColumn ul li h3 {
  margin: 8px 0 0 0;
  color: #0b3180;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #interview_single .outer {
    margin: 30px 0;
    padding: 0 20px;
  }
  #interview_single .outer .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  #interview_single .outer .flex .leftColumn {
    width: 100%;
  }
  #interview_single .outer .flex .leftColumn .title {
    margin: 0 0 10px 0;
  }
  #interview_single .outer .flex .leftColumn .title h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  #interview_single .outer .flex .leftColumn .content {
    font-size: 14px;
  }
  #interview_single .outer .flex .leftColumn .content h2 {
    font-size: 18px;
  }
  #interview_single .outer .button {
    margin: 40px 0 0 0;
    position: static;
  }
  #interview_single .outer .button a.back {
    margin: 20px auto 0;
  }
  #interview_single .outer .flex .sideColumn {
    width: 100%;
  }

}