@charset "UTF-8";

body,
html {
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #0e1618;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  overflow-x: hidden;
}
_:lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif;
} 
a, a:active, a:hover, a:visited {
  color: #0e1618;
  text-decoration: none;
  transition: all .3s ease;
}
a:hover {
  color: #394a99;
}
a:hover img {
  opacity: .6;
}
.bg {
  background-color: #f6f7f9;
}
.inner {
  width: 1160px;
  margin: auto;
  padding: 6rem 0 8rem;
}
.sect_header {
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-end;
}
.sect_header .main_ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.sect_header .sub_ttl {
  margin-left: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
a .thumb {
  overflow: hidden;
}
a .thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scale(1) translate3d(0, 0, 0);
}
a:hover .thumb img {
  transform: scale(1.05) translate3d(0, 0, 0);
}
@media only screen and (max-width: 1160px) {
  .inner {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
    padding: 4rem 0 6rem;
  }
  .sect_header {
    margin-bottom: 2rem;
  }  
  .sect_header .main_ttl {
    font-size: 2.2rem;
  }
  .sect_header .sub_ttl {
    font-size: 1.4rem;
  }  
}
/* device */
@media only screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pctb_none {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .tbsp_none {
    display: none;
  }
}
/* fade */
.effect-fade {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1s;
}
.effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}
/* totop */
.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9;
}
.pagetop a {
  width: 6rem;
  height: 6rem;
  background: #f6f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* header */
.head_outer {
  width: 100%;
  padding: 2.5rem 0 1rem;
  border-top: 4px solid #364797;
  border-bottom: 1px solid #ccc;
}
.header .inner {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.h1 {
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
}
.sub_nav {
  margin-left: 30%;
}
.sub_nav ul {
  display: flex;
  align-items: center;
}
.sub_nav ul li {
  color: #999;
}
.sub_nav ul li a {
  padding: .25rem;
  color: #999;
  font-size: 1.2rem;
  display: inline-block;
}
.sub_nav ul li a:hover {
  color: #394a99;
}
.logo {
  margin: 1rem 0 .5rem;
}
#gloval-nav {
  display: flex;
}
#gloval-nav .main_nav {
  display: flex;
  align-items: center;
}
#gloval-nav .main_nav > li {
  padding: 0 .5rem;
}
#gloval-nav .main_nav > li.contact {
  margin-left: 1.5rem;
  padding: 0 1.5rem 0 3.5rem;
  border-left: 1px solid #bdbdbd;
  background: url(../img/mail.svg) no-repeat left 2.5rem center;
  background-size: 1.5rem;
}
#gloval-nav .main_nav > li > a {
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gloval-nav .main_nav > li:first-child > a {
  color: #394a99;
}
#gloval-nav .main_nav .mega_btn > a {
  padding-right: 2rem;
  position: relative;
}
#gloval-nav .main_nav .mega_btn > a:after {
  content: "";
  width: .65rem;
  height: .65rem;
  border-right: 1px solid #0e1618;
  border-bottom: 1px solid #0e1618;
  display: block;
  position: absolute;
  top: 35%;
  right: 1rem;
  transform: rotate(45deg) translateY(-50%);
  transition: all .3s ease;
}
#gloval-nav .main_nav .mega_btn a:hover:after {
  top: 45%;
  transition: all .3s ease;
}
#gloval-nav .main_nav .mega_menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 3rem 4rem;
  background-color: #364797;
  z-index: 999;
}
#gloval-nav .main_nav .mega_menu .ttl {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  color: #fff;
}
#gloval-nav .main_nav .child {
  width: 100%;
  display: flex;
}
#gloval-nav .main_nav .child li {
  width: calc(100% / 5);
  margin-right: 2rem;
  text-align: center;
}
#gloval-nav .main_nav .child li:last-child {
  margin-right: 0;
}
#gloval-nav .main_nav .child li a {
  color: #fff;
  display: flex;
  flex-direction: column;
}
#gloval-nav .main_nav .child li a figure {
	height: 100%;
}
#gloval-nav .main_nav .child li a figure img {
  width: 100%;
  height: auto;
}
#gloval-nav .main_nav .child li a span {
  margin-top: 1rem;
}
#gloval-nav .lang {
  padding-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/lang.svg) no-repeat left center;
  background-size: 1.5rem;
}
#gloval-nav .lang li a {
  padding: .5rem;
  color: #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_kv {
  position: relative;
}
.slider {
	width: 100%;
	height: auto;
}
.slick-initialized .slick-slide {
	position: relative;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider img {
	width: 1160px;
	max-width: 100%;
    height: auto;
}
.slide-arrow {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  z-index: 9;
  position: absolute;
  top: 50%;
  filter: drop-shadow(0 0px 2px rgba(0, 0, 0, .8));
}
.prev-arrow {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  left: calc((100% - 1160px) / 2 + 40px);
  transform: rotate(-45deg) translateY(-50%);
}
.next-arrow {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: calc((100% - 1160px) / 2 + 40px);
  transform: rotate(45deg) translateY(-50%);
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button:before {
  font-size: 1rem;
  color: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #364797;
  opacity: 1;
}
.top_kv .catch_box {
  width: 48rem;
	color: #00a73c;
  font-feature-settings: "palt";
  position: absolute;
  top: 50%;
  right: calc((100% - 1160px) / 2 + 80px);
  transform: translateY(-50%);
}
.top_kv .catch_box.kv02 {
	width: 100%;
	color: #231815;
	text-align: center;
	top: 18%;
	right: 0;
	transform: unset;
}
.top_kv .catch_box.kv03 {
	width: 100%;
	color: #fff;
	text-align: center;
	right: 0;
}
.top_kv .catch_box.kv04 {
	width: 68rem;
	color: #231815;
	text-align: right;
	top: 67%;
	transform: unset;
}
.top_kv .catch_box.kv05 {
	width: 40rem;
	color: #231815;
}
.top_kv .catch_box .main_txt strong {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: .0875em;
}
.top_kv .catch_box.kv02 .main_txt strong {
  font-size: 3rem;
}
.top_kv .catch_box.kv03 .main_txt strong {
	text-shadow: #000 1px 1px 5px, #000 -1px 1px 5px, #000 1px -1px 5px, #000 -1px -1px 5px;
}
.top_kv .catch_box.kv04 .main_txt strong {
  font-size: 3rem;
	text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
}
.top_kv .catch_box.kv05 .main_txt strong {
  font-size: 3rem;
	text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
	line-height: 2;
}
.top_kv .catch_box .sub_txt {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .1em;
}
.kv {
  position: relative;
}
.kv figure {
  width: 100%;
  height: 30rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.kv figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.machine .kv figure:before {
	content: unset;
}
.kv figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
	transform: translateY(-50%)
}
.machine .kv figure img,
.company .kv figure img,
.parent-pageid-2 .kv figure img {
	top: unset;
	bottom: 0;
	transform: unset;
}
.kv .ttl_box {
  padding: 2rem 4rem;
  background-color: #fff;
  border-left: 2px solid #384699;
  position: absolute;
  top: 50%;
  left: calc((100% - 1160px) / 2);
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  z-index: 9;
}
.kv .ttl_box .main_ttl strong {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: .0875em;
}
.kv .ttl_box .sub_ttl {
  margin-left: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #384699;
  letter-spacing: .0875em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1160px) {
	.sub_nav {
		margin-left: auto;
	}
	.logo {
		width: 100%;
	}
  .kv .ttl_box {
    left: 2.5%;
  }
}
@media only screen and (min-width: 1025px) {
	.head_outer {
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 999;
		min-height: 106px;
	}
	.kv,
	.top_kv {
		margin-top: 106px;
	}
	#link_product {
		margin-top: -106px;
		padding-top: 106px;
	}
}
@media only screen and (max-width: 1024px) {
	.logo {
		width: unset;
	}
  .prev-arrow {
    left: 5%;
  }
  .next-arrow {
    right: 5%;
  }
  .top_kv .catch_box {
    right: 10%;
  }
  .head_outer {
    padding-top: 2rem;
  }
	.sub_nav {
		display: none;
	}
  .header .inner {
    flex-direction: column;
    align-items: flex-start
  }
  .logo img {
    width: 75%;
    height: auto;
  }
  #nav-toggle {
    position: fixed;
    top: 2.4rem;
    right: 2rem;
    height: 3.2rem;
    z-index: 999;
  }
  #nav-toggle div {
    width: 3.6rem;
    position: relative;
  }
  #nav-toggle div span {
    width: 100%;
    height: 1px;
    background-color: #394a99;
    left: 0;
    display: block;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav-toggle div span:nth-child(1) {
    top: 0;
  }
  #nav-toggle div span:nth-child(2) {
    top: 1.4rem;
  }
  #nav-toggle div span:nth-child(3) {
    top: 2.8rem;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 1.5rem;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 1.5rem;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 1.5rem;
    transform: rotate(-45deg);
  }
  #gloval-nav {
	  width: 100%;
	  height: 100%;
    padding: 5rem 0 4rem;
    background: #394a99;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    text-align: center;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav .main_nav,
  #gloval-nav .lang {
    opacity: 0;
    transform: translateX(20rem);
    transition: transform .6s ease, opacity .2s ease;
  }
  #gloval-nav .main_nav {
    width: 80%;
	  height: 100%;
    margin: 0 auto;
    flex-direction: column;
    order: 2;
  }
  #gloval-nav .main_nav > li,
  #gloval-nav .lang li {
    width: 100%;
    padding: .5em 0;
    font-size: 1.4rem;
  }
  #gloval-nav .main_nav > li {
    border-bottom: 1px solid #fff;
  }
  #gloval-nav .main_nav > li:first-child {
    border-top: 1px solid #fff;
  }
  #gloval-nav .main_nav > li.contact {
    margin-left: 0;
    padding: .5em 0;
    border-left: 0;
    background: url(../img/mail_wh.svg) no-repeat left 40% center;
    background-size: 1.5rem;
  }
  #gloval-nav .main_nav > li > a,
  #gloval-nav .main_nav > li:first-child > a {
    width: 100%;
    padding: 1.5rem;
    color: #fff;
    border: unset;
    background-color: unset;
    text-decoration: none;
    transition: color .6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #gloval-nav .main_nav .mega_btn > a:after {
    border-color: #fff;
  }
  #gloval-nav .lang {
    width: 60%;
    margin: 0 auto;
    padding-left: 0;
    background: unset;
    order: 1;
  }
  #gloval-nav .lang li {
    padding: 2rem;
  }
  .open,
  .open body {
    height: 100%;
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .open #gloval-nav .main_nav,
  .open #gloval-nav .lang {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease;
  }
  #gloval-nav .main_nav .mega_menu {
    padding: 1rem 2rem;
    background-color: #2e3582;
    position: static;
    display: none;
	top: 0;
  }
  #gloval-nav .main_nav .mega_menu .ttl {
    display: none;
  }
  #gloval-nav .main_nav .child {
    display: block;
  }
  #gloval-nav .main_nav .child li {
    width: 100%;
    margin: 0;
    padding: 1rem 0;
  }
  #gloval-nav .main_nav .child li img {
    display: none;
  }
  #gloval-nav .main_nav .child li a {
    padding: .5rem;
    display: block;
  }
  #gloval-nav .main_nav .child li a span {
    margin-top: 0;
    padding: 0 2rem;
    display: inline-block;
    position: relative;
  }
  #gloval-nav .main_nav .child li a span:after {
    content: "";
    width: .5rem;
    height: .5rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    position: absolute;
    top: 40%;
    right: 1rem;
    transform: rotate(45deg) translateY(-50%);
    transition: all .3s ease;
  }
	.kv figure {
    height: 27rem;
  }
	.machine .kv figure img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
  .header .inner {
    width: 90%;
  }
  .h1 {
    width: 80%;
    line-height: 1.4;
  }
  #gloval-nav .main_nav > li.contact {
    background: url(../img/mail_wh.svg) no-repeat left 25% center;
    background-size: 1.5rem;
  }
  .slider img {
    width: 150%;
    height: auto;
  }
  .slick-dots {
    bottom: 0;
  }
  .top_kv .catch_box,
	.top_kv .catch_box.kv02,
	.top_kv .catch_box.kv03,
	.top_kv .catch_box.kv04 {
    width: 80%;
  }
	.top_kv .catch_box.kv02,
	.top_kv .catch_box.kv03,
	.top_kv .catch_box.kv04 {
		left: 50%;
		transform: translateX(-50%);
  }
	.top_kv .catch_box.kv05 {
    width: 50%;
	}
  .top_kv .catch_box .main_txt strong {
    font-size: 2.2rem;
  }
	.top_kv .catch_box.kv02 .main_txt strong {
    font-size: 1.4rem;
  }
	.top_kv .catch_box.kv03 .main_txt strong {
    font-size: 1.6rem;
  }
	.top_kv .catch_box.kv04 .main_txt strong {
    font-size: 1.4rem;
  }
	.top_kv .catch_box.kv05 .main_txt strong {
    font-size: 1.4rem;
  }
  .top_kv .catch_box .sub_txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  .kv figure {
    height: 22rem;
  }
	.kv figure img,
	.company .kv figure img,
	.parent-pageid-2 .kv figure img {
    width: auto;
    height: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	.machine .kv figure img {
		width: 200%;
		transform: translateX(-50%);
	}
  .kv .ttl_box {
    padding: 1rem 2rem;
    left: 5%;
    flex-direction: column;
    align-items: flex-start;
  }
  .kv .ttl_box .main_ttl strong {
    font-size: 2.6rem;
  }
  .kv .ttl_box .sub_ttl {
    margin-top: 1.5rem;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

/* footer */
.footer {
  color: #fff;
  font-size: 1.6rem;
  background-color: #0e1618;
}
.footer .inner {
  padding-right: 4rem;
  padding-left: 4rem;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .fnav {
  display: flex;
  justify-content: space-between;
}
.footer .fnav * {
  display: inline-block;
}
.footer .fnav .fnav_list {
  display: flex;
  flex-direction: column;
}
.footer .fnav .fnav_list > li > *,
.footer .fnav .fnav_list .fnav_child li a {
  margin-top: 2rem;
}
.footer .fnav .fnav_list > li:first-child > * {
  margin-top: 0;
}
.footer .fnav .fnav_list .fnav_child {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
.footer .fnav .fnav_list .fnav_child li a {
  padding-left: 1rem;
  font-size: 1.4rem;
  position: relative;
}
.footer .fnav .fnav_list .fnav_child li a:before {
  content: "";
  width: .5rem;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer .copy_group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .copy_group .copy {
  font-size: 1.2rem;
  line-height: 1.5;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .footer .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .inner {
    padding: 3rem 0;
  }
  .footer .fnav .fnav_list {
    display: none;
  }
  .footer .copy_group {
    width: 100%;
  }
}
/*********/
/*  top  */
/*********/
/* product */
.product .product_list {
  margin-top: -4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .product_list li {
  width: 56rem;
  margin-top: 4rem;
}
.product .product_list li a {
  display: flex;
  flex-direction: column;
}
.product .product_list li a .product_box {
  width: 48rem;
	height: 16rem;
  margin: -4rem auto 0;
  padding: 4rem;
  background-color: #f6f7f9;
  z-index: 9;
}
.product .product_list li a .product_box .product_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #364797;
}
.product .product_list li a .product_box .product_txt {
  margin-top: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1160px) {
  .product .product_list li {
    width: 48%;
  }
  .product .product_list li a .product_box {
    width: 85%;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .product .product_list {
    margin-top: -2rem;
  }
  .product .product_list li {
    width: 100%;
    margin-top: 2rem;
  }
  .product .product_list li a .product_box {
	  height: unset;
    padding: 2rem;
  }
  .product .product_list li a .product_box .product_ttl {
    font-size: 1.6rem;
  }
  .product .product_list li a .product_box .product_txt {
    margin-top: 1rem;
  }
}
/* news,compnany,recruit,ontact */
.cont_group {
  display: flex;
  justify-content: space-between;
}
.news {
  width: 72rem;
}
.article .news {
	margin: auto;
}
.news .news_list {
  border-bottom: 1px solid #eee;
}
.news .news_list li {
  border-top: 1px solid #eee;
}
.news .news_list li a,
.news .news_list li div {
  padding: 2rem 0;
  display: flex;
}
.news .news_list li .date {
	min-width: 6.5em;
  margin-right: 2rem;
	line-height: 1.5;
}
.news .news_list li p {
	line-height: 1.5;
}
.news .btn {
  margin-top: 4rem;
}
.news .btn a {
  width: 36rem;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 5.4rem;
  border-radius: 2.7rem;
  background-color: #0e1618;
  display: block;
  position: relative;
}
.news .btn a:after {
  content: "";
  width: 1.2rem;
  height: .6rem;
  background-image: url(../img/arrow.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.news .btn a:hover:after {
  right: 3.5rem;
}
.company_group {
  width: 40rem;
  padding-left: 4rem;
  border-left: 1px solid #eee;
}
.company_box {
  margin-top: 4rem;
}
.company_box:first-child {
  margin-top: 0;
}
.company_box a {
  display: block;
  position: relative;
}
.company_box a .main_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
	top: 33%;
	left: 10%;
}
.company_box:last-child a .main_ttl {
	color: #fff;
}
@media only screen and (max-width: 1024px) {
  .news {
    width: 55%;
  }
  .news .btn a {
    max-width: 80%;
  }
  .company_group {
    width: 40%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .cont_group {
    flex-direction: column;
  }
  .news {
    width: 100%;
  }
	.news .news_list li a,
	.news .news_list li div {
		flex-direction: column;
	}
	.news .news_list li .date,
	.news .news_list li p {
		width: 100%;
	}
	.news .news_list li .date {
		margin-right: 0;
	}
  .news .btn {
    margin-top: 2rem;
  }
  .company_group {
    width: 100%;
    margin-top: 6rem;
    padding-left: 0;
    border-left: 0;
  }
}
/**********************/
/*  category_product  */
/**********************/
.prod .prod_header {
  display: flex;
}
.prod .prod_header figure {
  width: 42rem;
  height: 28rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.prod .prod_header figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .9;
}
.prod .prod_header .lead_box {
  width: calc(100% - 42rem);
  margin-top: 4rem;
}
.prod .prod_header .lead_box div {
  padding: 4rem;
  background-color: #f6f7f9;
  position: relative;
}
.prod .prod_header .lead_box div:before {
  content: "";
  width: 14.5rem;
  height: 100%;
  background-color: #f6f7f9;
  position: absolute;
  top: 0;
  left: -14.5rem;
  z-index: -1;
}
.prod .prod_header .lead_box div .main_txt {
  font-size: 3.2rem;
  font-weight: 500;
  color: #384699;
	line-height: 1.4;
  text-align: right;
}
.prod .prod_header .lead_box div .lead_txt {
  margin-top: 4rem;
  line-height: 1.5;
}
.prod .sub_ttl {
	margin-top: 6rem;
	padding: 1rem 0 1rem 1.5rem;
	font-size: 2.8rem;
	font-weight: 500;
	border-left: 8px solid #384699;
}
.prod .product_list {
  display: flex;
  flex-wrap: wrap;
}
.prod .product_list li {
  width: 31%;
  margin-top: 3.5%;
  margin-left: 3.5%;
}
.prod .product_list li:nth-child(3n+1) {
  margin-left: 0;
}
.prod .product_list li figure {
  width: 100%;
}
.prod .product_list li figure img {
  width: 100%;
  height: auto;
}
.prod .product_list li .product_ttl {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.prod .product_list li .product_txt {
  margin-top: 1.5rem;
  line-height: 1.5;
}
.prod .product_list li .btn {
  margin-top: 2rem;
}
.prod .product_list li .btn a {
  width: 18rem;
  margin-left: auto;
  text-align: center;
  line-height: 3.4rem;
  border: 1px solid #0e1618;
  border-radius: 1.7rem;
  display: block;
  position: relative;
}
.prod .product_list li .btn.move_btn a {
  color: #fff;
  background-color: #384699;
  border-color: #384699;
}
.prod .product_list li .btn a:after {
  content: "";
  width: 1.2rem;
  height: .6rem;
  background-image: url(../img/arrow_bk.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.prod .product_list li .btn.move_btn a:after {
  background-image: url(../img/arrow.png);
  background-size: cover;
}
.prod .product_list li .btn:not(.move_btn) a:hover {
  color: #fff;
  background: #0e1618;
}
.prod .product_list li .btn:not(.move_btn) a:hover:after {
  background-image: url(../img/arrow.png);
  background-size: cover;
}
.prod .product_list li .btn.move_btn a:hover:after {
  right: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .prod .prod_header figure {
    width: 40%;
    height: 0;
    padding-bottom: 30%;
  }
  .prod .prod_header .lead_box {
    width: 60%;
  }
  .prod .prod_header .lead_box div .main_txt {
    font-size: 2.4rem;
  }
  .prod .product_list li .btn a {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .prod .prod_header {
    flex-direction: column;
  }
  .prod .prod_header figure {
    width: 90%;
    padding-bottom: 60%;
  }
  .prod .prod_header .lead_box {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
  }
  .prod .prod_header .lead_box div {
    padding: 2.5rem;
  }
  .prod .prod_header .lead_box div:before {
    width: 100%;
    height: 8rem;
    top: -8rem;
    left: unset;
    right: 0;
  }
  .prod .prod_header .lead_box div .main_txt {
    font-size: 1.8rem;
    text-align: left;
  }
  .prod .prod_header .lead_box div .lead_txt {
    margin-top: 2rem;
  }
	.prod .sub_ttl {
		margin-top: 4rem;
		font-size: 2.2rem;
	}
  .prod .product_list li {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
  }
  .prod .product_list li .product_ttl {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
  .prod .product_list li .product_txt {
    margin-top: 1rem;
  }
  .prod .product_list li .btn {
    margin-top: 1.5rem;
  }
}
/**********************/
/*  category_company  */
/**********************/
.comp .comp_box {
  margin-bottom: 8rem;
}
.comp .main_ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
.comp .comp_box .main_ttl {
  padding-bottom: 2rem;
  border-bottom: 1px solid #f6f7f9;
  position: relative;
}
.comp .comp_box .main_ttl:before {
  content: "";
  width: 20rem;
  height: 1px;
  background-color: #384699;
  position: absolute;
  bottom: 0;
  left: 0;
}
.comp .comp_box .box_inner {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.comp .comp_box .box_inner .txt_box {
  width: 69rem;
}
.comp .comp_box .box_inner .txt_box .lead_txt {
  line-height: 1.5;
}
.comp .comp_box .box_inner figure {
	max-width: 43rem;
}
.comp .comp_box .box_inner .txt_box .btn {
  margin-top: 4rem;
}
.comp .comp_box .box_inner .txt_box .btn a {
  width: 36rem;
  margin-left: auto;
  background-color: #f6f7f9;
  text-align: center;
  line-height: 5.4rem;
  border-radius: 2.7rem;
  display: block;
  position: relative;
}
.comp .comp_box .box_inner .txt_box .btn a:hover {
  color: #0e1618;
}
.comp .comp_box .box_inner .txt_box .btn a:after {
  content: "";
  width: 1.2rem;
  height: .6rem;
  background-image: url(../img/arrow_bk.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.comp .comp_box .box_inner .txt_box .btn a:hover:after {
  right: 3.5rem;
}
.comp .comp_box .box_inner figure img {
  width: 100%;
  height: auto;
}
.comp .comp_list {
  margin-top: -4rem;
  display: flex;
  flex-wrap: wrap;
}
@media print {
	.comp .comp_list {
		display: block;
		width: 80%;
	}
}
.comp .comp_list .comp_banner a {
	height: 6rem;
	color: #0e1618;
  display: block;
  position: relative;
	border: 1px solid #0e1618;
	border-radius: 3rem;
}
.comp .comp_list .comp_banner a:after {
  content: "";
  width: 1.2rem;
  height: .6rem;
  background-image: url(../img/arrow_bk.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.comp .comp_list .comp_banner a:hover {
	color: #fff;
	background: #0e1618;
}
.comp .comp_list .comp_banner a:hover:after {
  background-image: url(../img/arrow.png);
  background-size: cover;
}
.comp .comp_list .comp_banner a .main_ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.group .inner table .box {
	display: flex;
}
.group .inner table .box > * {
	width: 50%;
}
.group .inner table .box span {
	display: inline-block;
	padding: .25rem .5rem;
}
.group .inner table .box dl {
	display: flex;
	margin-left: 2rem;
}
.group .inner table .box dl dt {
	width: 50%;
}
.group .inner table .box dl dd {
	width: 45%;
	padding-left: 5%;
}
@media only screen and (min-width: 1025px) {
	.comp .comp_list {
	}
	.comp .comp_list .comp_banner {
	  width: 30%;
	  margin-top: 4rem;
		margin-left: 5%;
	}
	.comp .comp_list .comp_banner:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 1024px) {
  .comp .comp_box .box_inner .txt_box {
    width: 60%;
  }
  .comp .comp_box .box_inner figure {
    width: 36%;
  }
  .comp .comp_list {
    margin-top: -4%;
	  justify-content: space-between;
  }
  .comp .comp_list .comp_banner {
    width: 48%;
    margin-top: 4%;
  }
	.group .inner table .box dl dt {
		width: 75%;
	}
	.group .inner table .box dl dd {
		width: 20%;
	}
	.group .inner table .box dl {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
  .comp .comp_box {
    margin-bottom: 4rem;
  }
  .comp .main_ttl {
    font-size: 1.6rem;
  }
  .comp .comp_box .main_ttl {
    padding-bottom: 1.5rem;
  }
  .comp .comp_box .main_ttl:before {
    width: 12rem;
  }
  .comp .comp_box .box_inner {
    margin-top: 1.5rem;
    flex-direction: column-reverse;
  }
  .comp .comp_box .box_inner .txt_box,
  .comp .comp_box .box_inner figure {
    width: 100%;
  }
  .comp .comp_box .box_inner .txt_box {
    margin-top: 1.5rem;
  }
  .comp .comp_box .box_inner .txt_box .btn {
    margin-top: 2rem;
  }
  .comp .comp_box .box_inner .txt_box .btn a {
    width: 80%;
    margin: auto;
  }
  .comp .comp_list {
    margin-top: -2rem;
    flex-direction: column;
  }
  .comp .comp_list .comp_banner {
    width: 100%;
    margin-top: 2rem;
  }
	.comp .comp_list .comp_banner a {
		height: 5rem;
	}
	.comp .comp_list .comp_banner a:after {
	  width: 1.2rem;
	  height: .6rem;
		right: 1.5rem
	}
	.group .inner table .box {
		flex-direction: column;
	}
	.group .inner table .box > * {
		width: 100%;
	}
}
/**********************/
/*  detail_product  */
/**********************/
.det_prod .main_ttl {
  margin-left: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
	line-height: 1.4;
  background-color: #384699;
  position: relative;
}
.det_prod .main_ttl:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(56,70,153,.2);
  position: absolute;
  top: 0;
  left: -1.5rem;
  transform: rotate(1deg);
  z-index: -1;
}
.det_prod .main_ttl span {
	display: block;
}
.det_prod .chara {
  margin-top: 2rem;
  padding: 1rem;
  color: #fff;
  background-color: #ed9b43;
  border-radius: 2rem;
  display: inline-block;
}
.det_prod .det_box {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.det_prod .det_box .img_box {
  width: 68%;
}
.det_prod .slick-slider .slick-track,
.det_prod .slick-slider .slick-list {
  padding: 0 !important;
}
.det_prod .prod_slider_thumb .slick-track {
	width: 100% !important;
  transform: unset !important;
	display: flex;
	flex-wrap: wrap;
}
.det_prod .prod_slider_thumb .slick-slide {
  width: 23.5% !important;
	margin-top: 2%;
  margin-left: 1.9%;
}
.det_prod .prod_slider_thumb .slick-slide:nth-child(4n+1) {
  margin-left: 0;
}
.det_prod .det_box .img_box img {
  width: 100%;
  height: auto;
}
.det_prod .det_box .spec_box {
  width: 30%;
}
.det_prod .det_box .spec_box dl {
  border-bottom: 2px solid #f6f7f9;
  display: flex;
  align-items: center;
}
.det_prod .det_box .spec_box dl:first-child {
  position: relative;
}
.det_prod .det_box .spec_box dl:first-child:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #384699;
  position: absolute;
  bottom: 0;
  left: 0;
}
.det_prod .det_box .spec_box dl:last-child {
  border-bottom: none;
}
.det_prod .det_box .spec_box dl dt,
.det_prod .det_box .spec_box dl dd {
  padding: 2rem;
  line-height: 1.5;
}
.det_prod .det_box .spec_box dl dt {
  width: 40%;
  font-weight: 500;
  color: #384699;
  text-align: center;
  border-right: 2px solid #f6f7f9;
}
.det_prod .det_box .spec_box dl dd {
  width: 60%;
	margin-left: -2px;
	border-left: 2px solid #f6f7f9;
}
@media only screen and (max-width: 1024px) {
  .det_prod .det_box {
    flex-direction: column;
  }
  .det_prod .det_box .img_box,
  .det_prod .det_box .spec_box {
    width: 100%;
  }
  .det_prod .det_box .spec_box {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .det_prod .main_ttl {
    margin-left: 1rem;
    font-size: 2.4rem;
  }
  .det_prod .main_ttl:before {
    left: -1rem;
    transform: rotate(2deg);
  }
  .det_prod .chara {
    margin-top: 1.5rem;
    padding: .5rem 1rem;
    font-size: 1.3rem;
  }
  .det_prod .det_box {
    margin-top: 3rem;
  }
  .det_prod .det_box .spec_box {
    margin-top: 2rem;
  }
  .det_prod .det_box .spec_box dl dt,
  .det_prod .det_box .spec_box dl dd {
    padding: 1.5rem;
  }
}
/************/
/*  detail  */
/************/
.detail .inner > *,
.detail .inner .greeting_box .greeting_txt p {
  margin-top: 2rem;
  line-height: 1.5;
}
.detail .inner > *:first-child,
.detail .inner .greeting_box .greeting_txt p:first-child {
  margin-top: 0;
}
.detail .inner a {
  color: #364797;
  text-decoration: underline;
}
.detail .inner a:hover {
  text-decoration: none;
}
.detail .inner h1 {
  margin-top: 4rem;
  margin-left: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #384699;
  position: relative;
}
.detail .inner h1:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(56,70,153,.2);
  position: absolute;
  top: 0;
  left: -1.5rem;
  transform: rotate(1deg);
  z-index: -1;
}
.detail .inner h2 {
  margin-top: 4rem;
  padding: 1rem;
  padding-left: 4rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #364797;
  background-color: rgba(56,70,153,.2);
  border-radius: 5rem 0 0 5rem;
  position: relative;
}
.detail .inner h2:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.detail .inner h3 {
  margin-top: 4rem;
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #384699;
  border-left: 4px solid #384699;
  border-bottom: 1px solid #384699;
}
.detail .inner h4 {
  margin-top: 4rem;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #384699;
  position: relative;
}
.detail .inner h4:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: rgba(56,70,153,.2);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.detail .inner h5 {
  margin-top: 4rem;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #384699;
  border-bottom: 2px solid #f6f7f9;
}
.detail .inner ul {
  margin-left: 2rem;
  list-style: disc;
}
.detail .inner ol {
  margin-left: 2rem;
}
.detail .inner p i {
  font-style: italic;
}
.detail .inner table {
	width: 100%;
}
.detail .inner table tr {
  position: relative;
  border-bottom: 2px solid #f6f7f9;
}
.detail .inner table tr:first-child {
  border-bottom: 2px solid #384699;
}
.detail .inner table tr:last-child {
  border-bottom: 0;
}
.detail .inner table tr th,
.detail .inner table tr td {
  padding: 2rem 1.5rem;
  border-left: 2px solid #f6f7f9;
	vertical-align: top;
}
.detail .inner table tr th {
  width: 20%;
  color: #384699;
}
.detail .inner table tr th:first-child {
  border-left: 0;
}
.detail .inner img {
  max-width: 100%;
  height: auto;
}
.detail .inner figure figcaption {
  margin-top: 1rem;
}
.detail .inner .required {
	color: #eb4034;
}
.detail .inner .align-right {
	text-align: right;
}
.detail .inner .flex-end {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.detail .inner .greeting_box {
	display: flex;
	justify-content: space-between;
}
.detail .inner .greeting_box .greeting_img {
	width: 30%;
}
.detail .inner .greeting_box .greeting_txt {
	width: 67.5%;
}
.postid-150 .det_prod .det_box .spec_box dl dt span,
.postid-151 .det_prod .det_box .spec_box dl dt span,
.postid-152 .det_prod .det_box .spec_box dl dt span {
	display: none;
}
.contact .detail .inner table tr th {
	vertical-align: top;
}
.contact .detail .inner table tr td input,
.contact .detail .inner table tr td textarea {
	padding: 1rem;
	border: 1px solid #ccc;
}
.contact .detail .inner table tr td textarea#message {
	margin-top: 2rem;
}
.contact .detail .inner .submit-area {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
}
.contact .detail .inner .submit-area .btn {
	width: 36rem;
	margin: 0 1rem;
	padding: .5rem;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 3.6rem;
	border-radius: 2.3rem;
	background-color: #0e1618;
	display: block;
}
.contact .detail .inner .submit-area .btn.btn-back {
	background-color: #aaa;
}
.contact .detail .inner .submit-area .btn:hover {
	opacity: .6;
}
.contact .detail .inner  td.error-style input,
.contact .detail .inner  td.error-style textarea {
	background: #ffc8c8 !important;
}
.company-profile .detail .inner table {
	margin-right: auto;
	margin-left: auto;
}
.sitemap .detail .inner ul li {
	margin-top: 1rem;
	margin-left: 2rem;
	font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
	.detail .inner table tr th {
		width: 30%;
	}
}
@media only screen and (max-width: 767px) {
  .detail .inner h1 {
    margin-top: 3rem;
    margin-left: 1rem;
    font-size: 2.4rem;
  }
  .detail .inner h1:before {
    left: -1rem;
    transform: rotate(2deg);
  }
  .detail .inner h2 {
    margin-top: 3rem;
    font-size: 2rem;
  }
  .detail .inner h3 {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
  .detail .inner h4 {
    margin-top: 3rem;
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  .detail .inner h4:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .detail .inner h5 {
    margin-top: 3rem;
    padding: .5rem;
    font-size: 1.4rem;
  }
	.detail .inner .greeting_box {
		flex-direction: column;
	}
	.detail .inner .greeting_box .greeting_img,
	.detail .inner .greeting_box .greeting_txt {
		width: 100%;
	}
	.detail .inner .greeting_box .greeting_txt {
		margin-top: 2rem;
	}
	.contact .detail .inner table tr,
	.contact .detail .inner table tr th,
	.contact .detail .inner table tr td {
		display: block;
	}
	.contact .detail .inner table tr th,
	.contact .detail .inner table tr td {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
	}
	.contact .detail .inner table tr th {
		text-align: left;
		padding-top: 2rem;
		padding-bottom: 0;
	}
	.contact .detail .inner table tr:first-child td {
		margin-top: -2rem;
	}
	.contact .detail .inner table tr td input,
	.contact .detail .inner table tr td textarea {
		width: 100%;
	}
	.contact .detail .inner table tr td .checkbox {
		display: flex;
		flex-wrap: wrap;
	}
	.contact .detail .inner table tr td .checkbox span {
		width: 33%;
		margin: 1rem 0;
	}
	.contact .detail .inner table tr td .checkbox span input {
		width: unset;
	}
}
/*************/
/*  english  */
/*************/
.eng .h1 {
  width: 100%;
}
.eng #gloval-nav .lang {
  margin-left: 1rem;
}
@media only screen and (max-width: 1024px) {
  .eng #gloval-nav .lang {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .eng .h1 {
    width: calc(100% - 3.6rem - 1rem);
  }
  .eng #gloval-nav {
    flex-direction: column;
  }
  .eng .footer .copy_group .copy {
    width: calc(100% - 6rem - 1rem);
  }
}
/*  index  */
.eng .company_group {
  margin: auto;
  padding-left: 0;
  border-left: 0;
}



/**
 *  パンくず
 */
.pankz {
	width: 1160px;
	margin: 4rem auto 0;
	display: flex;
	flex-wrap: wrap;
}
.pankz li {
  margin-right: 1.5rem;
}
.pankz li::after {
  content: ">";
  margin-left: 1.5rem;
}
.pankz li:last-child::after {
  content: "";
}
.pankz li a {
	color: #0e1618;
	text-decoration: none;
}
@media only screen and (max-width: 1160px) {
	.pankz {
		width: 95%;
	}
}
@media only screen and (max-width: 767px) {
	.pankz {
		width: 90%;
	}
}
/**
 *  ページナビ
 */
.wp-pagenavi {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .page {
    margin: 0 10px;
    background-color: #fff;
  border: none;
  text-decoration: none;
  line-height: 24px !important;
  box-sizing: border-box;
}
.wp-pagenavi span,
.wp-pagenavi .page {
    padding: 0.2em 1rem 0.2em;
    border: 1px solid #000;
}
.wp-pagenavi span.current {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: transparent;
  font-size: 24px;
  color: #000;
}
.wp-pagenavi .extend {
  display: none;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi .page {
    padding: 0.3rem 0.6rem;
      margin: 0 5px;
  }
}


/* 緊急情報テキストの設置 */
.emergency-infoTxt {
  background-color: #ff4f4f;
  margin: 106px auto -106px;
  color: #fff;
  padding: 3rem;
  line-height: 1.5;
  width: 100%;
}
.emergency-infoTxtTitle {
  font-size: 3.2rem;
  padding-bottom: 3rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.emergency-infoTxt div {
  font-size: 1.6rem;
}
.emergency-infoTxt div a {
  font-weight: 500;
  color: #364797;
}
.emergency-infoTxt div a:hover {
  color: #0e1618;
  text-decoration: none;
  transition: all .3s ease;
}
.emergency-infoTxt div ul li {
  padding-left: 1rem;
  font-size: 1.4rem;
  position: relative;
}
.emergency-infoTxt div ul li:before {
  content: "";
  width: .5rem;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.emergency-infoTxt div dl {
  width: 100%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.emergency-infoTxt div dt {
  clear: both;
  float: left;
  margin: 0;
  width: 20%;
  padding: 5px;
  border-top: 2px solid #fff;
  font-weight: bold;
}
.emergency-infoTxt div dd {
  margin: 0 0 0 20%;
  width: 80%;
  padding: 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.listTitle {
  font-weight: bold;
}
.left {
  padding-top: 15px;
  text-align: left;
  display: block;
}
.center {
  padding-top: 15px;
  text-align: center;
  display: block;
}
.right {
  padding-top: 15px;
  text-align: right;
  display: block;
}

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

}
@media only screen and (max-width: 767px) {
  .emergency-infoTxt {
    margin: 15px auto;
  }
  .emergency-infoTxtTitle {
    font-size: 2.2rem;
    padding-bottom: 2rem;
  }
  .emergency-infoTxt div dt {
    width: 30%;
  }
  .emergency-infoTxt div dd {
    margin: 0 0 0 30%;
    width: 70%;
  }
}



/* グループ会社リニューアル20250725 */
/* h2 */
.detail .inner .title02 {
    margin-top: 0;
    background-color: inherit;
    border-radius: inherit;
    font-size: 3.2rem;
    color: #384699;
    padding: 14px;
    border-bottom: 1px solid #384699;
    border-left: 4px solid #384699;
    line-height: 33px;
    margin-bottom: 30px;
    position: inherit;
}
.detail .inner .title02:before {
    display: none;
}

/* h3 */
.detail .inner .title03 {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #364797;
    border-left: none;
    border-bottom: none;
    padding: 0 0 2rem 0;
}

/* table */
.detail .inner .detail-table tr th, .detail .inner .detail-table tr td {
    padding: 18px 12px;
}
.detail .inner .detail-table tr th {
    vertical-align: middle;
}
.detail .inner .detail-table .fz0{
    font-size: 0;
}
.detail .inner .detail-table tr td span {
    display: inline-block;
   
    margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
    .detail .inner .detail-table tr th, .detail .inner .detail-table tr td {
        padding: 18px;
    }
}

/* tabs  */
.tabs {
    position: relative;
}
.tabs .tabs__wrapper {
    position: relative;
}
.tabs__container {
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
}
.tabs .tabs__list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    margin-bottom: 6rem;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    min-width: max-content;
}
.tabs .tabs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 357px;
    border: 1px solid #0E1618;
    color: #0E1618;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 18px;
    padding: 24px 0;
    cursor: pointer;
    white-space: nowrap;
}
.tabs .tabs__item:hover,
.tabs .tabs__item:has(input:focus) {
    background-color: #dddddd;
}
.tabs .tabs__wrapper input {
    border: 0 !important;
    clip: rect( 0, 0, 0, 0 ) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.tabs .tabs__content {
    overflow: hidden;
    position: absolute;
    height: 0;
}
.tabs:has(#takara > input:checked) #takara__content,
.tabs:has(#kansai > input:checked) #kansai__content,
.tabs:has(#thailand > input:checked) #thailand__content {
    overflow: visible;
    position: static;
    height: auto;
}
.tabs .tabs__item:has(input:checked),
.tabs .tabs .tabs__item:has(input:focus:checked) {
    background-color: #384699;
    color: #fff;
}
.tabs__fade {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0) 105.21%);
    pointer-events: none;
    display: none;
}
@media only screen and (max-width: 1160px)  {
    .tabs__fade {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .tabs .tabs__list {
        gap: 20px;
    }
    .tabs .tabs__item {
        width: 250px;
        padding: 20px 0;
        font-size: 1.8rem;
    }
}


/* tabs__content  */
.tabs__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
}


/* tabs__content-header  */
.tabs__content-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.3rem;
}
.tabs__content-header figure {
    width: 560px;
}
.tabs__content-header table{
    max-width: 567px;
}
@media only screen and (max-width: 768px) {
    .tabs__content-header {
        flex-direction: column;
    }
    .tabs__content-header figure {
        width: 100%;
    }
    .tabs__content-header-img {
        width: 100%;
    }
    .tabs__content-header table {
        max-width: 100%;
    }
}


/* section  */
.tabs__content .tabs__content-section .tabs__content-section-list {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4rem;
    margin-left: 0;
}
.tabs__content-section-item {
    list-style: none;
    width: calc((100% - 40px) / 2);
    height: auto;
    display: flex;
    flex-direction: column;
}
.tabs__content-section-item figure {
    overflow: hidden;
}
.tabs__content-section-item-img {
    width: 100%;
    height: auto;
    display: block;
}
.tabs__content-section-item-box {
    width: 48rem;
    height: 27.7rem;
    margin: 0 auto;
    /* margin: -4rem auto 0; */
    padding: 4rem;
    background-color: #f6f7f9;
    z-index: 9;
}
.tabs__content-section-item-box li {
    list-style-position: inside;
    line-height: 25px;
    font-weight: 500;
    text-indent: -1.5em;
    padding-left: 1em;
}
.tabs__content-section-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.tabs__content-section-flex-text {
    width: 770px;
}
.tabs__content .tabs__content-section .tabs__content-section-flex-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 680px;
	max-width: 100%;
    margin-left: 0;
}
.tabs__content-section-flex-list li {
    list-style: none;
    font-size: 1.8rem;
}
.tabs__content-section-flex-list li a {
    display: block;
    color: #384699;
    padding-left: 20px;
    background: url(../img/arrow.png) no-repeat left center;
    font-size: 1.4rem;
}
.tabs__content-section-flex .tabs__content-section-flex-list a {
    text-decoration: none;
}
.tabs__content-section-flex .tabs__content-section-flex-list a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1160px) {
    .tabs__content-section-item-box {
        width: 85%;
        padding: 3rem;
    }
}
@media only screen and (max-width: 768px) {
    .tabs__content-section-list {
        flex-direction: column;
    }
    .tabs__content-section-item {
        width: 100%;
    }
    .tabs__content-section-item-img {
        width: 100%;
    }
    .tabs__content-section-item-box {
        width: 85%;
    }
    .tabs__content-section-flex {
        flex-direction: column;
    }
    .tabs__content-section-flex-text {
        width: 100%;
    }
    .tabs__content-section-flex-list {
        width: 100%;
    }
}