@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
button, input, select, textarea {
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}
a img {
  transition: all 0.4s ease;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*---------------
header
---------------*/
header {
  position: fixed;
  z-index: 9999;
}
header .logo {
  position: fixed;
  top: 50px;
  left: 57px;
  text-align: center;
}
header .logo img {
  display: block;
  width: 60%;
  margin: 0 auto 8px;
}
header .logo span {
  display: block;
  line-height: 1.2;
}
header .logo .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  color: #4f4f4f;
}
header .logo .en em {
  color: #266ec7;
}
header .logo .ja {
  font-size: 1.0rem;
  color: #4f4f4f;
}
header .logo .en.background--dark,
header .logo .ja.background--dark {
  color: #fff;
}
header .logo .en.background--light,
header .logo .ja.background--light {
  color: #000;
}
.head-area {
  position: fixed;
  top: 58px;
  right: 57px;
  color: #fff;
}
.head-info {
  width: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#underlayer .head-area .head-info {
  color: #266ec7;
}
.head-info div {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.head-tel {
  font-size: 2.4rem;
}
.head-mail {
  font-size: 1.8rem;
}
.head-tel, .head-mail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-right: 25px;
}
.head-tel span, .head-mail span {
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 1.2rem;
  display: block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
}
#underlayer .head-area .head-tel span, #underlayer .head-area .head-mail span {
  border: 1px solid #266ec7;
}
.head-contact {
  width: 150px;
}
.head-contact a {
  display: block;
  font-size: 1.6rem;
  background: #266ec7;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.head-contact a:hover {
  background: #2d80e7;
}
/* head-nav */
.head-nav {
  margin: 36px 0 0;
}
#underlayer .head-nav {
  color: #000;
}
.head-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.head-nav ul li {
  margin-left: 67px;
  position: relative;
  font-size: 1.4rem;
}
.head-nav ul li:first-child {
  margin-left: 0;
}
.head-nav ul li a {
  position: relative;
}
.head-nav ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#underlayer .head-nav ul li a::after {
  background: #000;
}
#underlayer .head-nav ul li ul li a::after {
  background: #fff;
}
.head-nav ul li a:hover::after {
  transform: scale(1, 1);
}
/* in-preparation */
.head-nav ul li.in-preparation {
  margin-left: 57px;
  margin-right: -10px;
}
.head-nav ul li.in-preparation a,
.head-scroll-nav ul li.in-preparation a {
  padding: 10px;
}
.head-nav ul li.in-preparation a:hover,
.head-scroll-nav ul li.in-preparation a:hover {
  position: relative;
  background: #266eC7;
  color: #fff;
  border-radius: 5px;
}
.head-nav ul li.in-preparation a::after {
  position: static;
  background: none;
  bottom: 0;
  transform: none;
  transform-origin: unset;
  transition: none;
}
.head-nav ul li.in-preparation a:hover::after {
  transform: none;
}
.head-nav ul li.in-preparation a .hover,
.head-scroll-nav ul li.in-preparation a .hover {
  display: none;
}
.head-nav ul li.in-preparation a:hover .normal,
.head-scroll-nav ul li.in-preparation a:hover .normal {
  display: none;
}
.head-nav ul li.in-preparation a:hover .hover,
.head-scroll-nav ul li.in-preparation a:hover .hover  {
  display: inline;
}

/* product-menu */
.head-area .product-menu {
  cursor: pointer;
}
.head-nav ul li.product-menu a {
  transition-duration: .3s;
  cursor: pointer;
}
.head-nav ul li.product-menu ul li a::after {
  bottom: -1px;
}
.head-area .product-menu {
  position: relative;
  height: 50px;
}
.head-area .product-menu a:hover::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#underlayer .head-area .product-menu a:hover::before {
  border-top: 5px solid #000;
}
.head-area .product-menu ul li a:hover::before {
  content: none;
}

/* hover-sub-menu */
.hover-sub-menu {
	position: fixed;
	top: 140px;
	left: 0;
	padding: 40px 57px 0;
	width: 100%;
	color: #000;
}
.hover-sub-menu .sub-menu-in {
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	padding: 50px;
}
.hover-sub-menu a::after {
  background: none !important;
  content: none !important;
  bottom: -1 !important;
  position: unset !important;
  width: unset !important;
  height: auto !important;
  transform: unset !important;
  transform-origin: unset !important;
  transition: unset !important;
}
.hover-sub-menu a:hover::before {
  border-top: none !important;
}
.hover-sub-menu .product-menu-l {
	width: 15%;
}
.hover-sub-menu .product-title {
	font-size: 3rem;
}
.hover-sub-menu .logoimg {
	border-right: 1px solid #000;
	height: 324px;
	padding: 40px 0 0;
}
.hover-sub-menu .logoimg span {
	display: block;
}
.hover-sub-menu .logoimg .en {
	font-size: 1.9rem;
	margin: 10px 0 0
}
.hover-sub-menu .logoimg .ja {
	font-size: 1rem;
}
.hover-sub-menu ul {
	display: block;
	margin: 31px 0 0 56px;
	width: 33%;
}
.hover-sub-menu ul li {
  font-size: 1.6rem;
  margin: 10px 15px 12px 0;
  display: block;
  font-weight: 300;
  height: unset;
}
.hover-sub-menu ul li a:hover {
	color: #aaa;
}
.product-menu-r {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 52%;
}
.product-menu-r .product-title {
	width: 100%;
	height: 30px;
}
.product-menu-r-in {
	width: 48%;
	max-width: 400px;
	margin-top: 4%;
}
.product-menu-r-in:first-of-type {
	margin-right: 3%;
}
.product-menu-r-in .img {
	border-radius: 20px;
	overflow: hidden;
}
.product-menu-r-in a:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.item-title {
	font-size: 1.7rem;
	margin: 10px 0 2px;
}
.item-title span {
	font-size: 1rem;
	vertical-align: 2px;
	margin-left: 10px;
}
.item-text {
	color: #266ec7;
	font-size: 1.4rem;
}
@media screen and (max-width: 1780px) {
	.product-menu-r-in {
		margin-top: 3%;
	}
}
@media screen and (max-width: 1600px) {
	.hover-sub-menu ul li {
		font-size: 1.4rem;
	}
	.product-menu-r-in {
		margin-top: 2%;
	}
}
@media screen and (max-width: 1580px) {
	.hover-sub-menu ul {
		margin: 31px 0 0 40px;
	}
}
@media screen and (max-width: 1370px) {
	.hover-sub-menu {
		padding: 40px 40px 0;
	}
	.hover-sub-menu .product-title {
		font-size: 2.6rem;
	}
	.hover-sub-menu .logoimg {
		height: 300px;
	}
	.hover-sub-menu ul {
		margin: 24px 0 0 20px;
	}
	.product-menu-r-in {
		margin-top: -6%;
	}
}



/* head-scroll-nav */
.head-scroll-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(000, 000, 000, 0.85);
  padding: 15px 80px;
  border-radius: 6px 0 0 6px;
  color: #fff;
}
.menubtn {
  font-size: 1.6rem;
  background: #5a5a5a;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 30px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
.menubtn:hover {
  background: #696969;
  transition: all 0.4s ease;
}
.menubtn::before {
  position: absolute;
  top: 19px;
  left: 30px;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  display: block;
}
/* head-menu */
.head-menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 50px 0 0;
}
.head-menu ul {
  min-width: 200px;
  width: 33%;
  margin: 0 2%;
}
.head-menu ul:nth-child(1) {
  margin-left: 0;
}
.head-menu ul:nth-child(3) {
  margin-right: 0;
}
.head-menu ul li {
  border-bottom: 1px solid #575757;
  font-size: 2.4rem;
  text-align: center;
  padding: 18px 0;
}
.head-menu .product-menu {
  border-bottom: none;
}
.head-menu ul li ul {
  width: 100%;
  /*border-top: 1px solid #575757;*/
  margin: 18px 0 0;
  padding: 0 14px 14px;
}
.head-menu ul li ul li {
  border-bottom: none;
  font-size: 1.2rem;
  text-align: left;
  padding: 8px 0;
}

/* menutoggle */
.head-menu .product-menu .product-title {
  border-bottom: 1px solid #575757;
  font-size: 2.4rem;
  text-align: center;
  padding: 0 0 18px;
  display: block;
}
.head-menu .product-menu .s-title {
  font-size: 1rem;
  text-align: left;
  padding: 30px 0 0 8px;
}
.head-menu .product-menu .s-title:first-of-type {
  padding-top: 13px;
}
.head-menu .product-menu .menutitle {
  text-align: left;
  font-size: 1.8rem;
  padding-left: 8px;
}
.head-menu .product-menu .menutoggle {
  position: relative;
  cursor: pointer;
}

.head-menu .product-menu .menutoggle .arrow {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 7px;
	right: 8px;
	display: inline-block;
}
.head-menu .product-menu .menutoggle .arrow::before,
.head-menu .product-menu .menutoggle .arrow::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 15%;
	background: #fff;
}
.head-menu .product-menu .menutoggle .arrow::before {
	transform: rotate(0deg);
}
.head-menu .product-menu .menutoggle .arrow::after {
	transform: rotate(90deg);
}
.head-menu .product-menu .menutoggle.active .arrow::after {
	transform: rotate(0deg);
}

/* is-fixed */
header.is-fixed .logo {
  top: 20px;
}
.is-fixed .head-area {
  display: none;
}
.is-fixed .head-scroll-nav {
  display: block;
}
/*---------------
container
---------------*/
#underlayer #container {
  padding: 270px 0 157px;
}
.defaultbox {
	width: 1200px;
	margin: 0 auto;
}
/*---------------
title
---------------*/
h2.title {
  color: #266ec7;
  font-size: 7.2rem;
  line-height: 1.0;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 98px;
}
h2.title span {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
}

/*---------------
morelink
---------------*/
.morelink {
  width: 230px;
  height: 60px;
  line-height: 60px;
  display: block;
  border: 1px solid #141d2d;
  border-radius: 5px;
  color: #000;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  position: relative;
  ransition: all 0.4s ease;
  outline: none;
  cursor: pointer;
}
.morelink:hover {
  background: #000;
  color: #fff;
  transition: all 0.4s ease;
}
.morelink:hover::after {
  content: "＞";
  position: absolute;
  right: 15px;
  font-size: 1.2rem;
}

/*---------------
footer
---------------*/
/* foot-contact */
.foot-contact {
  background: #000;
  padding: 97px 0 100px;
  color: #fff;
}
.foot-contact-in, .foot-info {
  width: 1200px;
  margin: 0 auto;
}
.foot-contact-in {
  line-height: 1.0;
}
.foot-contact-in p {
  font-size: 7.2rem;
  font-family: 'Roboto', sans-serif;
  margin: 10px 0 20px;
}
.foot-contact-in span:first-child {
  font-size: 1.4rem;
}
.foot-contact-in span:last-child {
  font-size: 1.8rem;
}
/* foot-info */

.foot-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 54px;
  font-family: 'Roboto', sans-serif;
}
.foot-info div {
  width: 33%;
  border-right: 1px solid #707070;
}
.foot-info div:last-child {
  width: 34%;
  border: none;
}
.foot-info div a {
  display: block;
  padding: 35px 30px 35px 30px;
}
.foot-info div a:hover {
  background: #323232;
}
.foot-info div h3 {
  color: #7f7f7f;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.foot-info div p:first-of-type {
  font-size: 1.4rem;
}
.foot-info div p:last-child {
  font-size: 3.2rem;
  margin-top: 14px;
  position: relative;
}
.foot-info div p:last-child span {
  width: 32px;
  height: 32px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 7px;
  left: 172px;
}
.foot-info div p:last-child span::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #a7a7a7;
  border-right: solid 2px #a7a7a7;
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: 13px;
}
/* foot-bottom */
.foot-bottom {
  width: 1200px;
  padding: 50px 0 80px;
  margin: 0 auto;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.foot-bottom nav ul {
  padding: 12px 0 43px;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.foot-bottom nav ul li {
  margin-left: 60px;
  font-size: 1.4rem;
}
.foot-bottom nav ul li:first-child {
  margin: 0;
}
.foot-bottom nav ul li a:hover {
  opacity: 0.8;
}
.copyright {
  font-size: 1.2rem;
  font-weight: 300;
}

/* popup */
.popup,
.popup2,
.popup3,
.popup4 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  display: none;
  transition: .1s;
  z-index: 9999;
}
.popup.show,
.popup2.show,
.popup3.show,
.popup4.show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  z-index: 2;
}
.popup-inner .contact-box {
  width: 100%;
  height: 663px;
  border-radius: 10px;
}
.popup-inner .contact-box .left {
  background: #fff;
  width: 50%;
  height: 100%;
  float: left;
  border-radius: 10px 0 0 10px;
  padding: 47px 45px;
}
#business .popup-inner .contact-box .left h2 {
  color: #266ec7;
  line-height: 1.1;
  margin: 0 0 40px;
}
.popup-inner .contact-box .left h2 p {
  font-size: 7.4rem;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}
.popup-inner .contact-box .left h2 span:first-child {
  font-weight: 500;
  font-size: 1.4rem;
}
.popup-inner .contact-box .left h2 span:last-child {
  font-size: 1.8rem;
}
.popup-inner .contact-box .left li {
  border-top: 1px solid #b2b2b2;
  font-size: 1.8rem;
  padding: 24px 0;
}
.popup-inner .contact-box .left li p:last-child {
  font-size: 3.0rem;
}
.popup-inner .contact-box .left li h3 {
  color: #a7a7a7;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.popup-inner .contact-box .left li p a {
  position: relative;
}
.popup-inner .contact-box .left li p a:hover {
  color: #266ec7;
}
.popup-inner .contact-box .left li p a span {
  width: 32px;
  height: 32px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 7px;
  right: -50px;
  transition: all 0.4s ease;
}
.popup-inner .contact-box .left li p a:hover span {
  background: #266ec7;
  border-color: #266ec7;
}
.popup-inner .contact-box .left li p a span::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #a7a7a7;
  border-right: solid 2px #a7a7a7;
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: 13px;
}
.popup-inner .contact-box .left li p a:hover span::after {
  border-color: #fff;
}
.popup-inner .contact-box .right {
  background: #266ec7;
  width: 50%;
  height: 100%;
  float: right;
  border-radius: 0 10px 10px 0;
  padding: 135px 45px 0;
}
.popup-inner .contact-box .right p:first-child {
  font-size: 3.0rem;
  color: #fff;
}
.popup-inner .contact-box .right a {
  display: block;
  width: 230px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  color: #266EC7;
  background: #fff;
  border-radius: 5px;
  font-size: 1.8rem;
  margin: 40px 0 10px;
  border: 3px solid #fff;
}
.popup-inner .contact-box .right a:hover {
  background: transparent;
  color: #fff;
}
.popup-inner .contact-box .right p:last-child {
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
}
.close-btn {
  position: absolute;
  right: 26px;
  top: -35px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  cursor: pointer;
}
.close-btn span {
  width: 84px;
  height: 84px;
  position: absolute;
  right: 0;
  display: inline-block;
}
.close-btn span::before, .close-btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 9%;
  background: #fff;
}
.close-btn span::before {
  transform: rotate(45deg);
}
.close-btn span::after {
  transform: rotate(-45deg);
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1370px) {
  header .logo {
    left: 40px;
    width: 100px;
  }
  header .logo .en {
    font-size: 1.8rem;
  }
  .head-area {
    right: 40px;
  }
  .head-scroll-nav {
    padding: 15px 30px;
  }
  .defaultbox,
  .foot-bottom,
  .foot-contact-in,
  .foot-info {
    width: 1000px !important;
  }
  .foot-info div a {
    padding: 30px 20px;
  }
  .foot-info div p:last-child {
    font-size: 3.0rem;
  }
  .foot-info div p:last-child span {
    left: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .head-scroll-nav {
    padding: 15px;
  }
  .head-info {
    width: 786px;
  }
  .head-tel, .head-mail {
    margin-right: 10px;
  }
  .head-tel,
	.head-menu ul li {
    font-size: 1.8rem;
  }
	.head-mail,
	.foot-contact-in span:last-child,
	.foot-info div h3 {
		font-size: 1.6rem;
	}
	.head-contact a,
	.menubtn {
	  font-size: 1.3rem;
	}
  .head-nav ul li {
    margin-left: 40px;
  }
  .head-nav ul li.in-preparation {
    margin-left: 30px;
  }
  .head-tel span, .head-mail span {
    width: 120px;
    margin-right: 8px;
  }
  .head-contact,
  .menubtn {
    width: 120px;
  }
  .menubtn {
    margin-left: 10px;
  }
  .menubtn::before {
    width: 16px;
  }
  .defaultbox,
  .foot-bottom,
  .foot-contact-in,
  .foot-info {
    width: 980px !important;
  }
  .foot-bottom h2 {
    width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .defaultbox,
  .foot-bottom,
  .foot-contact-in,
  .foot-info {
    width: 960px !important;
  }
}