@charset "utf-8";
/*Font face*/

:root {
  --primary-font: ""游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif";
  --secondary-font: "'Noto Sans JP', sans-serif";
  --fourth-font: "'Noto Sans JP', sans-serif";
  --five-font: "'Noto Sans JP', sans-serif";
}

@font-face {
  font-family: "小塚ゴシック Pr6N", sans-serif;
  src: url("../fonts/KozGoPr6N-Regular-AlphaNum.eot");
  src: url("../fonts/KozGoPr6N-Regular-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/KozGoPr6N-Regular-AlphaNum.woff2") format("woff2"), url("../fonts/KozGoPr6N-Regular-AlphaNum.woff") format("woff"), url("../fonts/KozGoPr6N-Regular-AlphaNum.ttf") format("truetype"), url("../fonts/KozGoPr6N-Regular-AlphaNum.svg#KozGoPr6N-Regular-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HGGothicE", sans-serif;
  src: url("HGGothicE.eot");
  src: url("HGGothicE.eot?#iefix") format("embedded-opentype"), url("HGGothicE.woff2") format("woff2"), url("HGGothicE.woff") format("woff"), url("HGGothicE.ttf") format("truetype"), url("HGGothicE.svg#HGGothicE") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ct-header {
  float: left;
  width: 100%;
  height: 70px;
  background-color: #005BAB;
  overflow: hidden;
}

/* new slide code */

.wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

h2 {
  font-family: sans-serif;
  color: #fff;
}

.carousel {
  max-width: 1320px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px auto;
}

.slick-slide {
  /* margin: 10px; */
}

.slick-slide img {
  width: 100%;
  /* border: 2px solid #fff; */
}

/* .slick-prev, .slick-next {
    font-size: 40px;
    color: red;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 90px !important;
    line-height: 1;
    opacity: .75;
    color: black;
} */

.row.card-row.date--change {
  font-family: var(--sixth-font);
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-fluid.ct-date {
  padding-left: 0 !important;
}

.carousel {
  position: relative;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: unset;
  height: unset;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: 50px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: white !important;
  opacity: 0.8;
}

.slick-prev:before {
  content: '‹';
  color: red;
  text-align: center;
  position: relative;
  top: calc(50% - 32.5px);
  font-size: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: table;
  margin: 0 auto;
}

.slick-next {
  right: 50px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: white !important;
  opacity: 0.8;
}

.slick-next:before {
  content: '›';
  color: red;
  text-align: center;
  position: relative;
  top: calc(50% - 32.5px);
  font-size: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: table;
  margin: 0 auto;
}

a.col-md-3.col-sm-6.col-12 {
  text-decoration: none;
}

/* .slick-next {
    right: 80px;
} */

/* .slick-prev.slick-arrow {
    font-size: 120px;
    color: red;
} */

/* new slide code end */

.fml-arial {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.fml-hg {
  font-family: "メイリオ Regular" !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: "小塚ゴシック Pr6N", sans-serif;
  color: #000000;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  overflow-x: hidden;
}

.container, .rows, header, section, footer {
  width: 100%;
  float: left;
}

.cont {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

* {
  box-sizing: border-box;
}

*::after {
  box-sizing: border-box;
}

*::before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover, a:visited, a:focus {
  outline: none;
  border: none;
}

.ow {
  overflow: hidden;
  width: 100%;
}

.slide__img--change {
  /* min-width: 1833px !important; */
  background-size: cover;
  background-position: center bottom 0;
}

/*Header*/

.headerSP {
  display: none;
}

.wrapHeaderContent {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-left: 10px;
  padding-right: 60px;
}

.wrapHeader {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.logo {
  float: left;
  padding-left: 30px;
  width: 23.333%;
}

.logo img {
  margin-top: -15px;
}

.nav {
  float: left;
  width: 76.667%;
}

.heLang {
  position: absolute;
  top: 0;
  right: -99px;
  max-width: 100px;
  width: 100%;
  /* float: left;
	width: 8.333%; */
}

.heLang>ul>li {
  float: left;
  width: 50%;
  height: 50px;
  /* line-height: 50px; */
  text-align: center;
}

.heLang>ul>li>a {
  display: block;
  position: relative;
  cursor: pointer;
}

.heLang1 {
  position: absolute;
  top: 0;
  right: -99px;
  max-width: 100px;
  width: 100%;
  /* float: left;
	width: 8.333%; */
}

.heLang1>ul>li {
  float: left;
  width: 50%;
  height: 50px;
  /* line-height: 50px; */
  text-align: center;
}

.heLang1>ul>li>a {
  display: block;
  position: relative;
  cursor: pointer;
}

/* .heLang>ul>li>a::before{
	content: '';
	background-color: rgba(255, 204, 204, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .3s;
} */

/* .heLang>ul>li>a::after{
	content: '';
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: .3s;
} */

/* .heLang>ul>li:hover>a::before{
	opacity: 1;
} */

/* .heLang>ul>li:hover>a::after{
	opacity: 0;
} */

.nav>ul>li {
  float: left;
  width: 16.666%;
  text-align: center;
  /* background-color: #005bab; */
  background-color: transparent;
  transition: 0.3s;
}

.nav>ul>li:hover {
  /* background-color: #003366; */
  /* background-color: rgba(255, 255, 255, 0.5); */
  background-color: transparent;
}

.nav>ul>li>a {
  color: #fff;
  font-size: 17px;
  font-family: "HGGothicE", sans-serif;
  display: block;
  /* text-shadow: 3px 3px 2px #033d77; */
  position: relative;
  /* padding-top: 13px;
  padding-bottom: 13px; */
  padding-top: 6px;
  padding-bottom: 6px;
  text-shadow: rgb(0 0 0) 1px 0px 0px, rgb(0 0 0) 0.540302px 0.841471px 0px, rgb(0 0 0) -0.416147px 0.909297px 0px, rgb(0 0 0) -0.989992px 0.14112px 0px, rgb(0 0 0) -0.653644px -0.756802px 0px, rgb(0 0 0) 0.283662px -0.958924px 0px, rgb(0 0 0) 0.96017px -0.279415px 0px;
  font-size: 16px;
  font-weight: 800;
}

.nav>ul>li>a::before {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 21px;
}

.main-menu li a p {
  line-height: 1.2;
}

.nav>ul>li>a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  /* background-color: #23527c; */
  transition: 0.3s;
}

.nav>ul>li>a:hover {
  text-decoration: none;
}

.nav>ul>li>a:hover::after {
  width: 100%;
}

.nav>ul>li>div {
  color: #fff;
  font-size: 17px;
  font-family: "HGSGothicE";
  line-height: 125%;
  padding-bottom: 4px;
  padding-top: 4px;
  display: block;
  text-shadow: 3px 3px 2px #033d77;
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}

.nav>ul>li>a::before {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 21px;
}

.nav>ul>li>a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

.link--change {
  padding-left: 17px;
  padding-right: 17px;
}

.nav>ul>li>a:hover {
  text-decoration: none;
}

.nav>ul>li {
  line-height: 1.2;
}

.nav>ul>li>a.link {
  min-height: 50.4px;
}

.link--change-sc {
  line-height: 35.4px;
}

.nav>ul>li>a:hover::after {
  width: 100%;
}

.nav>ul>li:last-child>a::before {
  border-right: 0;
}

.nav>ul>li>ul.sub-menu {
  display: none;
}

.nav>ul>li.has-menu-child:hover>ul.sub-menu {
  display: block;
  padding-top: 10px;
}

div.nav:hover>ul>li>a {
  /* background-color: #002851; */
  /* background-color: rgb(0, 40, 81, 0.5); */
}

.nav>ul>li>ul.sub-menu>li {
  float: left;
  width: 100%;
  background-color: rgb(0, 40, 81, 0.5);
  text-align: left;
  min-width: 280px !important;
  transition: 0.3s;
}

/* .nav>ul>li>ul>li>a {
  font-family: var(--fourth-font);
} */

.nav>ul>li>ul.sub-menu>li>a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 2px;
  height: 30px;
  line-height: 25px;
}

.nav>ul>li>ul.sub-menu>li:hover {
  background-color: #4c6f93;
}

.titleSp {
  display: none;
}

/*End Header*/

/*Footer*/

.wrapFooter {
  margin-top: 60px !important;
}

.ftLeft {
  width: 21.053%;
  float: left;
}

.ftMid {
  float: left;
  width: 36.404%;
}

.ftRight {
  float: left;
  width: 42.543%;
}

.ftMid h3 {
  font-size: 29px;
  font-weight: bold;
  color: #000;
}

.ie .ftMid h3 {
  padding-top: 15px;
}

.ftMid span {
  display: block;
  font-family: "游ゴシック", YuGothic, 'Yu Gothic' !important;
  font-size: 16px;
  color: #000;
}

.ftRight ul {
  text-align: center;
}

.ftRight ul li {
  float: left;
  margin-right: 4.762%;
  width: 47.619%;
  text-align: center;
}

.ftRight ul li:last-child {
  margin-right: 0;
}

.ftRight ul li span.ftTel {
  display: block;
  /* width: 100%; */
  height: 47px;
  line-height: 47px;
  background-color: #005bab;
  border-radius: 8px;
  transition: 0.3s;
}

.ftRight ul li span.ftTel:hover {
  background-color: #ff6666;
}

.ftRight ul li span.ftTel a {
  display: block;
}

.ftRight ul li span.ftFax {
  text-align: center;
  display: block;
}

.ftRight ul li a {
  text-align: center;
  color: #fff;
  text-decoration: none;
}

span.fz15 {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-family: "メイリオ Regular" !important;
  padding-right: 15px;
}

span.fz25 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.461vw;
  font-family: "メイリオ Regular" !important;
}

span.fz22 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.461vw;
  font-family: "メイリオ Regular" !important;
}

.ftRight ul li:first-child {
  text-align: left;
}

.ftRight ul li:first-child span.ftTel {
  padding-left: 0px;
}

.ftRight ul li:first-child span.ftFax {
  padding-left: 0px;
}

.ie .ftRight ul li:first-child span.ftFax {
  padding-top: 15px;
}

span.ftContact {
  font-family: var(--primary-font) !important;
  font-weight: bold !important;
  width: 100%;
  display: block;
  background-color: #ff6666;
  height: 47px;
  border-radius: 8px;
  line-height: 47px;
  font-size: 1.849vw;
  font-weight: bold;
  transition: 0.3s;
}

.ie span.ftContact {
  font-family: var(--primary-font) !important;
  font-weight: bold !important;
  line-height: 160%;
  padding-top: 15px;
}

span.ftContact:hover {
  font-family: var(--primary-font) !important;
  font-weight: bold !important;
  background-color: #005bab;
}

span.ftContact:hover span.spRow {
  color: #cc3333;
}

.ftRows02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px;
}

/* .ftR02Item{
	float: left;
} */

.ftR02Item.w01 {
  width: 29.211%;
}

.ftR02Item.w02 {
  width: 40.263%;
}

.ftR02Item.w03 {
  width: 30.526%;
}

/* .ftR02Item:nth-child(1n){
	width: 29.211% !important;
}
.ftR02Item:nth-child(2n){
	width: 40.263%;
}
.ftR02Item:nth-child(3n){
	width: 30.626%;
} */

.ftR02Item a {
  color: #000 !important;
  text-decoration: none;
  transition: 0.3s;
}

.ftR02Item a:hover {
  color: #cc3333;
}

.ftR02Item>ul>li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 4px;
}

.ftR02Item>ul>li::before {
  content: "■";
  position: absolute;
  top: 2px;
  left: 0;
  color: #005bab;
  font-size: 24px;
}

.ftR02Item>ul>li>a {
  font-size: 24px;
  font-family: "メイリオ Regular" !important;
}

.ftR02Item ul.sub-menu {
  margin-left: -18px;
  margin-top: 5px;
}

.ftR02Item ul.sub-menu>li {
  position: relative;
  font-size: 14px;
  padding-left: 16px;
  line-height: 150%;
  font-family: "游ゴシック", YuGothic, 'Yu Gothic' !important;
  font-weight: 600;
}

.ftR02Item ul.sub-menu>li::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #005bab;
}

.ftR02Item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ftRows03 {
  text-align: center;
  font-size: 18px;
  color: #005bab;
  letter-spacing: 1px;
  margin-top: 45px;
  margin-bottom: 12px;
}

br.br-copy {
  display: none;
}

.scrolltop {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background: #005bab;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.scrolltop:hover {
  background: #033d77;
}

.scrolltop i {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}

.siteMaps {
  display: none;
}

.ftRightSp {
  display: none;
}

.telSp {
  display: none;
}

.ggMapsSp {
  display: none;
}

br.br-640 {
  display: none;
}

/*End Footer*/

/* Contact */

.color-red {
  color: red !important;
}

.font-bold {
  font-weight: bold;
}

/* End contact */

/* slide */

.container-slide {
  /* width: 1510px; */
  width: calc(100% - 70px);
  margin: 0 auto;
  /* height: 560px; */
  /* height: 100vh; */
  height: auto;
  margin: 0 auto;
  position: relative;
}

.slide-show {
  width: 100%;
  position: relative;
}

.slide {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.slide .item {
  position: relative;
  height: 100%;
}

.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}

.slide .item .image {
  position: relative;
  overflow: hidden;
}

.item.slick-slide {
  height: 800px;
}

.slide .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw - 70px);
  /* height: 100vh; */
  height: auto;
}

.slide>.slick-list, .slide>.slick-list>.slick-track, .slide>.slick-list>.slick-track>.slick-slide>div {
  position: relative;
  height: 100%;
}

.slide-animation {
  animation: fadezoom 15s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.container-slide-title {
  max-width: 1510px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  top: -50vh;
  z-index: 100000;
}

.slide__title {
  position: absolute;
  width: 50%;
  top: -64px;
  right: 25%;
}

.container-product {
  margin-top: 60px;
}

.logo {
  padding-left: 80px !important;
  position: relative;
  /* min-width: 280px; */
}

@media screen and (max-width: 1600px) {
  .item.slick-slide {
    height: 50vw;
  }
}

@media screen and (max-width: 1370px) {
  .slide__title {
    top: -20vw;
    left: 24.7vw;
    right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .heLang {
    max-width: 100px !important;
    right: 35px !important;
  }
}

@media only screen and (max-width: 1300px) {
  /* .logo {
        padding-left: 40px;
    } */
}

@media screen and (max-width: 1140px) {
  .logo {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 1050px) {
  .logo {
    position: relative;
    bottom: -5px;
  }
  .has-menu-child a.link {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .product-news-card {
    height: 65vw !important;
  }
  .container-fluid.infor-line .row .col-12.col-md-4, .container-fluid.infor-line .row .col-12.col-md-8 {
    display: inline-block;
  }
  /* .container-fluid.infor-line .row .col-12.col-md-8{
        float: right;
    } */
  .container-fluid.infor-line .row {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 950px) {
  .logo {
    bottom: -10px;
  }
}

@media screen and (max-width: 850px) {
  .logo {
    bottom: -15px;
  }
}

@media screen and (min-width: 768px) {
  .heLang {
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    padding-left: 0 !important;
    bottom: 0;
  }
  .carousel {
    width: calc(100%);
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .slick-prev, .slick-next {
    display: none;
  }
  /* .nav>ul>li{
        background-color: #0066ff;
    }
    .nav>ul>li>a::before{
        content:none;
    }
    .has-menu-child::after{
        content:none;
    }
    .nav>ul>li>a {
    color: #fff;
    text-decoration: none;
    padding-left: 8.333%;
    padding-right: 8.333%;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 32px;
    font-family: "HGGothicE", sans-serif;
    text-shadow: 3px 3px 2px #033d77;
    display: block;
    }
}
@media screen and (max-width: 640px){
    .nav>ul>li>a {
    padding-left: 8.28125%;
    padding-right: 8.28125%;
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 420px)
{
.nav>ul>li>a {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    }
}
    .container-slide {
        height: 60vh;
    }
    .item.slick-slide {
        height: 60vh;
    }
    .slide .item img {
        height: 60vh;
    }
    .container-product {
        margin-top: 0;
    } */
  .slide {
    height: 60vh;
    width: auto;
  }
  .slide .item img {
    height: 60vh;
    width: 100vw;
    margin: 0 auto;
  }
  .container-slide {
    height: 60vw;
    width: auto;
    text-align: center;
    margin: 0 35px;
  }
  .slide__img {
    overflow: hidden !important;
  }
  .slide__title {
    top: 0;
    left: 4vw;
    width: 91%;
    right: 25vw;
  }
}