﻿:root {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

/* 或使用html标签 */
html {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
}
body {
	color: #000;

	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
ul, ol {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}
p {
	margin:0;
	padding:0;
}
a {
	color: #000;
	text-decoration: none;
}
a, a:hover, button, button:hover, img, article, input, textarea {
  text-decoration:none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;  
  transition: .5s;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin:0;
	padding:0;
}
dl, dt, dd {
	margin:0;
	padding:0;
}
input:focus, textarea:focus {
  outline:none;
}
input, textarea, button {
	border: none;
	background: none;
}
button {
	cursor: pointer;
	display: block;
	width: 100%;
}
figure,figcaption {
	margin: 0;
	padding: 0;
}


/*==============================================
　　Common
==============================================*/

/*　Layout -- Boxレイアウト
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#wrapper {
	overflow: hidden;
	width: 100%;
	margin-top: 82px;
	position: relative;
}
#wrapper.lwtop:before {
	content: "";
    width: 640px;
    height: 490px;
    background: url(../image/logo_bg.png) no-repeat center center / 100%;
    position: absolute;
    top: 216px;
    left: 0;
    z-index: -1;
}
.container {
	box-sizing: border-box;
	padding: 0 15px;
}
.outer {
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}
.inner {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

/*  Width -- 横幅の指定
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }


/*　Font -- 書式の指定
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.eng       {font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 700;}
.txt       {line-height: 1.7; text-align: justify;}
.font_w-bold  {font-weight: bold;}
.font_w-nomal {font-weight: normal;}
.font_s-italic{font-style: italic;}


/*　Link -- リンクの指定
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.txtLink,
.txtLink-hover:hover { text-decoration: underline; }

a .gaibu {
	padding-right: 13px;
	background-size: 8px;
	background-position: top right;
	background-repeat: no-repeat;
}
a .gaibu.gry   { background-image: url('../image/ico_gaibu_gry.svg'); }
a .gaibu.white { background-image: url('../image/ico_gaibu_w.svg'); }
a .pdf {position: relative;}
a .pdf:after {
	content: "PDF";
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	color: #fff;
	position: absolute;
	left: 100%;
	top: 0;
	padding-left: 4px;
	opacity: .32;
}


/*　Load -- ローディング
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 999999998;
	position: fixed;
	top: 0;
	left: 0;
}
#logomark {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999999;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.load-container {
  width: 200px;
  height: 100px;
  margin: 0 auto;
}

.ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
}

.ball:nth-child(1) {
  background: #1956af;
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}

.ball:nth-child(2) {
  background: #1956af;
  -webkit-animation: left 1.1s infinite ease-in-out;
  -moz-animation: left 1.1s infinite ease-in-out;
  animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
  background: #1956af;
  -webkit-animation: right 1.05s infinite ease-in-out;
  -moz-animation: right 1.05s infinite ease-in-out;
  animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
  background: #1956af;
  -webkit-animation: left 1.15s infinite ease-in-out;
  -moz-animation: left 1.15s infinite ease-in-out;
  animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
  background: #1956af;
  -webkit-animation: right 1.1s infinite ease-in-out;
  -moz-animation: right 1.1s infinite ease-in-out;
  animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
  background: #1956af;
  -webkit-animation: left 1.05s infinite ease-in-out;
  -moz-animation: left 1.05s infinite ease-in-out;
  animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
  background: #1956af;
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px);
  }
  50% {
    -webkit-transform: translate(15px);
  }
  100% {
    -webkit-transform: translate(-15px);
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px);
  }
  50% {
    -webkit-transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(15px);
  }
}

@-moz-keyframes right {
  0% {
    -moz-transform: translate(-15px);
  }
  50% {
    -moz-transform: translate(15px);
  }
  100% {
    -moz-transform: translate(-15px);
  }
}

@-moz-keyframes left {
  0% {
    -moz-transform: translate(15px);
  }
  50% {
    -moz-transform: translate(-15px);
  }
  100% {
    -moz-transform: translate(15px);
  }
}

@keyframes right {
  0% {
    transform: translate(-15px);
  }
  50% {
    transform: translate(15px);
  }
  100% {
    transform: translate(-15px);
  }
}

@keyframes left {
  0% {
    transform: translate(15px);
  }
  50% {
    transform: translate(-15px);
  }
  100% {
    transform: translate(15px);
  }
}



/*　Title -- タイトル
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-title01 {
	margin-bottom: 48px;
}
.c-title01 span {
	display: block;
}
.c-title01 .jp {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
}
.c-title01 .eng {
	font-size: 1.6rem;
	color: #1956af;
	margin-top: 16px;
}
.c-title01 .sub {
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 16px;
}
.c-title01 .eng:before {
	content: "-";
	padding-right: 4px;
}
.c-title01.white .eng,
.c-title01.white .jp {
	color: #fff;
}
.c-title02 {
	font-size: 2.1rem;
	font-weight: bold;
	padding-left: 12px;
	border-left: 4px solid #1956af;
	line-height: 1.4;
	margin: 56px 0 24px;
}
.c-title02:first-child {
	margin-top: 0;
}
.c-title03 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	background: #f8f8f8;
	padding: 16px 24px;
	margin: 32px 0 24px;
}
.c-title04,
.single_content h4 {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #ebecef;
	position: relative;
	line-height: 1.5;
	padding-bottom: 16px;
	margin-bottom: 32px;
}
.c-title04:before,
.single_content h4:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #1956af;
	position: absolute;
	bottom: -1px;
	left: 0;
}


/*　Button -- ボタン
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-btn01 {
	margin-top: 64px;
}
.c-btn01 .btn {
	display: block;
	padding: 24px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
	text-align: center;
	background: #1956af; /* Old browsers */
	background: -moz-linear-gradient(left, #1956af 0%, #124688 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1956af 0%,#124688 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1956af 0%,#124688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.c-btn01 .btn:before,
.c-btn01 .btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
}
.c-btn01 .btn:before {
	width: 10px;
	height: 1px;
	background: #fff;
	transform: translateY(-50%);
}
.c-btn01 .btn:after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}


/*　Arrow -- 矢印
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.arrow01 {
	padding-right: 32px;
	position: relative;
}
.arrow01:before,
.arrow01:after {
	content: "";
	position: absolute;
	top: 50%;
	transition: .8s;
}
.arrow01:before {
	width: 14px;
	height: 14px;
	background: #124688;
	transform: translateY(-50%);
	right: 12px;
}
.arrow01:after {
	width: 3px;
	height: 3px;
	border-top: 1px solid #ebecef;
	border-right: 1px solid #ebecef;
	transform: translateY(-50%) rotate(45deg);
	right: 18px;
}


/*　Table -- 表組み
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-table01,
.c-table02,
.c-table04 {
	width: 100%;
	border-collapse: collapse;
}
.c-table01 tbody tr th,
.c-table01 tbody tr td {
	padding: 24px 0;
	border-top: 1px solid #ebecef;
	line-height: 1.8;
	vertical-align: top;
	text-align: left;
	font-size: 1.6rem;
}
.c-table01 tbody tr th {
	padding-right: 64px;
	font-weight: 700;
}
.table_round {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ebecef;
}
.c-table02 thead th,
.c-table02 thead td,
.c-table02 tbody th,
.c-table02 tbody td {
	padding: 24px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ebecef;
	border-right: 1px solid #ebecef;
	text-align: center;
}
.c-table02 thead th:last-child,
.c-table02 thead td:last-child,
.c-table02 tbody th:last-child,
.c-table02 tbody td:last-child {
	border-right: none;
}
.c-table02 thead th,
.c-table02 thead td {
	background: #f8f8f8;
}
.c-table02 tbody tr:last-child th,
.c-table02 tbody tr:last-child td {
	border-bottom: none;
}
.c-table02 tbody th {
	text-align: left;
}
.c-table03 {
	width: 100%;
	border-spacing: 0 8px;
}
.c-table03 tbody tr th,
.c-table03 tbody tr td {
	padding: 20px 24px;
	background: #f8f8f8;
	position: relative;
	line-height: 1.6;
}
.c-table03 tbody tr th:not(:last-child):after,
.c-table03 tbody tr td:not(:last-child):after {
	content: "";
	width: 1px;
	height: calc(100% - 40px);
	background: url('../image/dotline_tate_blue.png') repeat-y top center / 1px;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	z-index: 1;
}
.c-table03 tbody tr th {
	text-align: center;
}
.c-table04 tr th,
.c-table04 tr td {
	text-align: left;
	font-size: 1.6rem;
	padding: 12px 0;
}




/*　List -- リスト
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-list01 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 48px;
}
.c-list01 li {
	border-bottom: 1px solid #ebecef;
	width: 46.99%;
}
.c-list01 li a {
	padding: 24px 0;
	display: block;
	font-size: 1.9rem;
	font-weight: bold;
}
.c-list01 li:nth-child(-n+2) {
	border-top: 1px solid #ebecef;
}
.c-list01 li:nth-child(even) {
	margin-left: 6.02%;
}
.c-list02 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.c-list02 .item {
	border: 1px solid #1956af;
	padding: 8px 16px;
	border-radius: 5px;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	color: #1956af;
	line-height: 1.4;
	margin: 6px 12px 5px 0;
}
.c-list03 li {
	background: #f8f8f8;
	padding: 16px 24px;
	line-height: 1.5;
	font-size: 1.7rem;
	font-weight: bold;
}
.c-list03 li + li {
	margin-top: 8px;
}
.c-list04 li {
	padding: 32px 0;
	padding-right: 40px;
	background: none;
	border-bottom: 1px solid #ebecef;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.c-list04 li:before,
.c-list04 li:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    transition: .2s;
}
.c-list04 li:before {
    width: 10px;
    height: 1px;
    background: #ebecef;
    transform: translateY(-50%);
}
.c-list04 li:after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #ebecef;
    border-right: 1px solid #ebecef;
    transform: translateY(-50%) rotate(45deg);
}
.c-list04 li + li {
	margin-top: 0;
}
.c-list04 li .title {
	font-size: 1.8rem;
	padding-left: 24px;
}
.c-list05 li {
	border: 1px solid #ebecef;
	border-radius: 8px;
	padding: 40px;
}
.c-list05 li + li {
	margin-top: 32px;
}



/*　Section -- 汎用セクションレイアウト
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.bggray {
	background: #f8f8f8;
}
.c-sc01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.c-sc01 .left_box {
	width: 21.42%;
}
.c-sc01 .right_box {
	width: 64.28%;
}


/*==============================================
　　Header
==============================================*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: .3s;
}
#header.fixed {
	box-shadow: 0 0 16px rgba(0,0,0,.08);
	transition: .3s;
}
#header .header_logo {
	width: 340px;
	height: 144px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 24px 0;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 0 32px rgba(0,0,0,.08);
	transition: .3s;
}
#header.fixed .header_logo {
	height: 82px;
	border-radius: 0;
	box-shadow: none;
	transition: .3s;
}
#header .header_inner {
	width: calc(100% - 340px);
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	overflow: hidden;
}
.langchange,
#gnav ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.langchange {
	margin-left: 12px;
}
.langchange > li {
	font-weight: bold;
	padding: 0 12px;
}
.langchange > li + li {
	border-left: 1px solid #ebecef;
}
.langchange > li:not(.current) a {
	color: #b3b3b3;
}
#gnav > ul:not(.langchange) > li {
	justify-content: flex-end;
	font-weight: bold;
}
#gnav > ul:not(.langchange) > li + li {
	margin-left: 24px;
}
#gnav > ul:not(.langchange) > li a {
	display: block;
	padding: 33px 0;
	position: relative;
}
#gnav > ul:not(.langchange) > li.contact {
	margin-left: 32px;
}
#gnav > ul:not(.langchange) > li.contact a {
	display: block;
	padding: 32px 40px;
	color: #fff;
	font-size: 1.6rem;
	background: #1956af; /* Old browsers */
	background: -moz-linear-gradient(left, #1956af 0%, #124688 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1956af 0%,#124688 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1956af 0%,#124688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



/*==============================================
　　Main
==============================================*/

/*　TopPage
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#topMv {
	height: 560px;
	position: relative;
}
#topMv .mv_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 2;
	width: calc(100% - 32px);
}
#topMv .mv_catch .mv_catch_main {
	font-size: 8rem;
	letter-spacing: 1px;
}
.mv_catch_main span {
	opacity: 0;
}
#topMv .mv_catch .mv_catch_sub {
	font-size: 2.1rem;
	font-weight: bold;
	margin-top: 40px;
}
#topMv .mv_catch .mv_txt {
	margin-top: 16px;
	line-height: 1.7;
}
#mainSlider {
	position: relative;
}
#mainSlider:before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(5,27,40,1) 16%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(5,27,40,1) 16%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(5,27,40,1) 16%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#mainSlider .slick-slide {
	width: 100%;
	height: 560px;
}
#mainSlider .slick-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.mv_bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	z-index: 2;
	width: calc(100% - 32px);
}
#subSlider {
	width: 47.5%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#subSlider li {
	width: 30%;
	border: 4px solid #fff;
	cursor: pointer;
}
#subSlider li + li {
	margin-left: 16px;
}
.news_list li {
	padding: 20px 24px;
	background: #f8f8f8;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news_list li + li {
	margin-top: 8px;
}
.date_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.date_wrap .date {
	font-size: 1.5rem;
}
.date_wrap .cat {
	margin-left: 16px;
}
.date_wrap .cat a {
	display: block;
	border: 1px solid #1956af;
	border-radius: 50px;
	background: #fff;
	padding: 5px 12px;
	color: #1956af;
	font-weight: bold;
	font-size: 1.1rem;
	min-width: 104px;
	text-align: center;
}
.news_list li .title,
.c-list04 li .title {
	padding-left: 16px;
	width: calc(100% - 166px);
	line-height: 1.4;
}
.mv_news {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 2;
	width: 42.42%;
	padding: 16px;
	transform: translateY(50%);
	box-shadow: 0 0 32px rgba(0,0,0,.08);
}
.mv_news .news_list li {
	background: none;
}
.mv_news .news_list li .title {
	margin-left: 16px;
	border-left: 1px solid #000;
	width: calc(100% - 182px);
}
.topsc {
	padding: 128px 24px;
}
#topIR .topsc,
#topRecruit .topsc {
	padding-right: 0;
	padding-left: 0;
}
#topIR,
#topRecruit {
	padding: 0 24px;
}
.bdrtop {
	border-top: 1px solid #ebecef;
	position: relative;
}
.bdrtop:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #1956af;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
}
#topTech {
	padding-top: 192px;
	padding-bottom: 138px;
}
#topTech .outer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#topTech .left_box {
	width: 47.5%;
}
#topTech .right_box {
	width: 50%;
	transform: translate(100px,-48px);
	position: relative;
}
#topTech .right_box .image:first-child {
	max-width: 437px;
	margin-left: auto;
}
#topTech .right_box .image:last-child {
	max-width: 319px;
	position: absolute;
	bottom: -88px;
	left: 0;
}
#topIR {
	position: relative;
}
#topIR:before {
	content: "";
	width: 640px;
	height: 490px;
	background: url('../image/logo_bg.png') no-repeat center center / 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.tab {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
.tab li {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 24px;
	position: relative;
	line-height: 1.5;
	cursor: pointer;
	transition: .5s;
}
.tab li.current-cat {
	color: #1956af;
}
.tab li:first-child {
	padding-left: 0;
}
.tab li + li:before {
	content: "";
	width: 1px;
	height: 100%;
	background: url('../image/dotline_tate_blue.png') repeat-y center top / 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.tab_box:not(.show) {
	display: none;
}
.c-sc01_bottom {
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid #ebecef;
}
.c-sc01_nav {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.c-sc01_nav li {
	padding: 0 48px;
}
.c-sc01_nav li + li {
	border-left: 1px solid #ebecef;
}
.c-sc01_nav li a {
	display: block;
}
.c-sc01_nav li:nth-child(1),
.c-sc01_nav li:nth-child(4) {
	width: 22.6%;
}
.c-sc01_nav li:nth-child(2),
.c-sc01_nav li:nth-child(3) {
	width: 27%;
}
.c-sc01_nav li:nth-child(1) {
	padding-left: 0;
}
.c-sc01_nav li:nth-child(4) {
	padding-right: 0;
}
.c-sc01_nav li span {
	display: block;
	overflow: hidden;
}
.c-sc01_nav li .caption {
	font-size: 1.9rem;
	font-weight: bold;
	margin-top: 16px;
}
#topSus {
	color: #fff;
	padding: 0 24px;
}
#topSus .outer {
	border-radius: 24px;
	background: url('../image/top_sus_bg.jpg') no-repeat center center / cover;
	position: relative;
	overflow: hidden;
	padding: 80px 32px;
}
#topSus .outer:before {
	content: "";
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(5,27,40,1) 16%, rgba(0,0,0,0) 90%);
    background: -webkit-linear-gradient(left, rgba(5,27,40,1) 16%,rgba(0,0,0,0) 90%);
    background: linear-gradient(to right, rgba(5,27,40,1) 16%,rgba(0,0,0,0) 90%);
    position: absolute;
    opacity: .8;
    top: 0;
    left: 0;
}
#topSus .inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#topSus .left_box {
	width: 55.41%;
}
#topSus .right_box {
	width: 31.25%;
}
#topSus .c-list01 li a {
	color: #fff;
	transition: .8s;
}
.sus_menu li + li {
	margin-top: 32px;
}
.sus_menu li a {
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	background: #fff url('../image/logomark.svg') no-repeat left 24px bottom 24px / 24px;
}
.sus_menu li .title {
	text-align: center;
}
.sus_menu li .title span {
	display: block;
}
.sus_menu li .title .jp {
	font-size: 1.9rem;
	font-weight: bold;
}
.sus_menu li .title .eng {
	font-size: 1.6rem;
	color: #1956af;
	margin-top: 8px;
}
#topRecruit .title_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 56px;
}
#topRecruit .c-btn01 {
	width: 240px;
	margin-top: 0;
}
.recruit_title span {
	display: block;
}
.recruit_title .eng {
	font-size: 8rem;
	color: #1956af;
}
.recruit_title .jp {
	font-size: 2.1rem;
	font-weight: bold;
	margin-top: 24px;
}


/*　LowerPage -- 共通
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#lwTop {
	padding: 0 24px;
}
.lwtopsc {

}
.ir_top_wrap {
	padding-top: 184px;
	position: relative;
	width: calc(100% - 48px);
}
.ir_top_wrap .txt {
	font-size: 1.7rem;
	line-height: 2;
	margin-top: 48px;
}
.lwtop_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 3px solid #ebecef;
	position: relative;
	padding-bottom: 40px;
}
.lwtop_inner:before {
	content: "";
	width: 64px;
	height: 5px;
	background: #1956af;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(50%);
}
.lwtop_title {
	font-size: 4.8rem;
}
.bread {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.bread li {
	position: relative;
}
.bread li:first-child {
	padding-left: 20px;
	background: url('../image/ico_home.svg') no-repeat left center / 12px;
}
.bread li + li {
	margin-left: 24px;
}
.bread li + li:before {
	content: "";
	width: 8px;
	height: 1px;
	background: #ebecef;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-7px,-50%);
}
#lwTop .topsc {
	padding-top: 0px;
	border-top: 1px solid #ebecef;
}
.lwtop_menu {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 96px;
}
.lwtop_menu li {
	width: 50%;
	border-bottom: 1px solid #ebecef;
	padding: 80px 0;
}
.lwtop_menu li a {
	display: block;
}
.lwtop_menu li:nth-child(-n+2) {
	border-top: 1px solid #ebecef;
}
.lwtop_menu li:nth-child(odd) {
	padding-right: 80px;
}
.lwtop_menu li:nth-child(even) {
	padding-left: 80px;
	border-left: 1px solid #ebecef;
}
.lwtop_menu li .image {
	overflow: hidden;
}
.lwtop_menu .title {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 2px solid #ebecef;
	position: relative;
}
.lwtop_menu .title:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #1956af;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.lwtop_menu .title a {
	display: block;
	padding: 32px 0;
}
#ltTopSus,
#ltTopCompany,
#lwSitemap {
	padding-bottom: 128px;
}
#lwMv {
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding: 0 24px;
}
#lwMv:before {
	content: "";
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(5,27,40,1) 16%, rgba(0,0,0,0) 90%);
    background: -webkit-linear-gradient(left, rgba(5,27,40,1) 16%,rgba(0,0,0,0) 90%);
    background: linear-gradient(to right, rgba(5,27,40,1) 16%,rgba(0,0,0,0) 90%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}
#lwMv .outer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	position: relative;
	z-index: 1;
}
.lw_mv_title {
	width: 100%;
	margin-bottom: 64px;
}
.lw_mv_title span {
	display: block;
}
.lw_mv_title .main {
	font-size: 5.2rem;
}
.lw_mv_title .sub {
	margin-top: 16px;
	font-weight: normal;
}
#lwMv .bread {
	position: absolute;
	bottom: 136px;
	right: 48px;
}
#lwMv .bread li,
#lwMv .bread li a {
	color: #fff;
}
#lwMv .bread li:first-child {
	background-image: url('../image/ico_home_w.svg');
}

#lwMv.outline     { background-image: url('../image/lw_mv_outline.jpg'); }
#lwMv.message     { background-image: url('../image/lw_mv_message.jpg'); }
#lwMv.environment { background-image: url('../image/lw_mv_environment.jpg'); }
#lwMv.dividend    { background-image: url('../image/lw_mv_dividend.jpg'); }
#lwMv.social      { background-image: url('../image/lw_mv_social.jpg'); }
#lwMv.sdgs        { background-image: url('../image/lw_mv_sdgs.jpg'); }
#lwMv.news        { background-image: url('../image/lw_mv_news.jpg'); }
#lwMv.irnews      { background-image: url('../image/lw_mv_irnews.jpg'); }
#lwMv.governance  { background-image: url('../image/lw_mv_governance.jpg'); }
#lwMv.group       { background-image: url('../image/lw_mv_group.jpg'); }
#lwMv.product     { background-image: url('../image/lw_mv_product.jpg'); }
#lwMv.financial   { background-image: url('../image/lw_mv_financial.jpg'); }
#lwMv.library     { background-image: url('../image/lw_mv_library.jpg'); }
#lwMv.management  { background-image: url('../image/lw_mv_management.jpg'); }
#lwMv.story       { background-image: url('../image/lw_mv_story.jpg'); }
#lwMv.technique   { background-image: url('../image/lw_mv_technique.jpg'); }
#lwMv.facility    { background-image: url('../image/lw_mv_facility.jpg'); }
#lwMv.contact     { background-image: url('../image/lw_mv_contact.jpg'); }


#lwContent.bggray {
	padding-bottom: 32px;
}
.lw_content_wrap {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: -104px;
	position: relative;
}
.lw_content_wrap:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 24px 0 0 24px;
	background: #fff;
	box-shadow: 0 0 32px rgba(0,0,0,.08);
	z-index: 0;
}
.lw_content_inner {
	position: relative;
	z-index: 1;
	padding: 128px 16px 160px;
}
.lwclm {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.lwclm .left_box {
	width: 29%;
}
.lwclm .right_box {
	width: 64.28%;
}
.lwsc {
	padding: 96px 0;
}
.lwsc.firstsc {
	padding-top: 0;
}
.lwsc.lastsc {
	padding-bottom: 128px;
}
#lwContent .c-sc01_bottom {
	margin-top: 0;
}
#lwContent .c-btn01 {
	max-width: 320px;
	margin-top: 40px;
}



/*　LowerPage -- 会社概要・沿革
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#lwOutline .gmap {
	margin-top: 32px;
}
#lwOutline .gmap iframe {
	width: 100%;
	vertical-align: top;
}
.client_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.client_list {
	width: 50%;
}
.client_list li {
	font-size: 1.5rem;
	line-height: 1.4;
}
.client_list li + li {
	margin-top: 12px;
}
.client_wrap + .txt {
	font-size: 1.5rem;
	margin-top: 48px;
}



/*　LowerPage -- トップメッセージ
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.message_content {
	margin-top: 56px;
}
.message_catch {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 24px 0;
	line-height: 1.7;
}
.message_catch:first-child {
	margin-top: 0;
}
.message_content .message_catch {
	margin-top: 0;
	margin-bottom: 32px;
}
.lwtxt {
	font-size: 1.5rem;
	line-height: 1.7;
}
.lwtxt + .lwtxt {
	margin-top: 32px;
}
.message_bottom {
	margin-top: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.message_bottom .date {
	font-size: 1.6rem;
	color: #c2c2c2;
}
.message_bottom .date span {
	color: #000;
}
.message_bottom .name {
	font-size: 1.9rem;
	font-weight: bold;
}
.image.bdr {
	border: 1px solid #ebecef;
}
.image + .lwtxt,
.lwtxt + .image,
.lwtxt + .gray_box,
.lwtxt + .c-list03 {
	margin-top: 32px;
}
.lwtxt + .c-list02 {
	margin-top: 24px;
}


/*　LowerPage -- SDGs
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.gray_box {
	background: #f8f8f8;
	padding: 32px;
}
.sdgs_list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sdgs_list li {
	width: 100px;
	margin: 4px;
}


/*　LowerPage -- 新着情報
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.cat_list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	background: #f8f8f8;
	margin-bottom: 32px;
}
.cat_list li a,
.cat_list li .item {
	padding:  32px;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 3px solid transparent;
	position: relative
}
.cat_list li a:hover,
.cat_list li.current-cat a,
.cat_list li .item:hover,
.cat_list li.current-cat .item {
	border-color: #1956af;
}
.cat_list li a span,
.cat_list li .item span {
	display: inline-block;
	padding: 0 32px;
}
.cat_list li + li a:before,
.cat_list li + li .item:before {
	content: "";
	width: 1px;
	height: calc(100% - 64px);
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	background: #ebecef;
}
#lwNews .lwsc.firstsc {
	padding-bottom: 0;
}
.pager_wrap {
	margin-top: 64px;
}
#lwContent .pager_wrap .c-btn01 {
	width: 240px;
	margin-top: 0;
}
#lwContent .pager_wrap .c-btn01 + a {
	margin-left: 24px;
}
#lwContent .pager_wrap .c-btn01 + .c-btn01 {
	margin-left: 16px;
}
.single_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.single_wrap .main {
	width: 71.42%;
}
.single_wrap .side {
	width: 21.42%;
}
.single_title {
	font-size: 3.4rem;
	line-height: 1.5;
	margin-bottom: 24px;
}
.single_content {
	margin-top: 80px;
	line-height: 1.7;
}
.single_content h4:not(:first-child) {
	margin-top: 80px;
}
.single_content p {
	font-size: 1.5rem;
	line-height: 1.7;
}
.single_content p + p {
	margin-top: 32px;
}
.single_content p a {
	color: #1956af;
	text-decoration: underline;
}
.single_content pre {
	white-space: break-spaces;
}
.single_content img {
	height: auto;
}
.side .c-list04 li {
	padding: 0;
}
.side .c-list04 li:first-child {
	border-top: 1px solid #ebecef;
}
.side .c-list04 li:before,
.side .c-list04 li:after {
	right: 16px;
}
.side .c-list04 li a {
	display: block;
	padding: 24px 0;
	padding-right: 40px;
	width: 100%;
	font-weight: bold;
	font-size: 1.6rem;
}



/*　LowerPage -- ガバナンス
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#lwContent #lwGovSystem .c-btn01 {
	max-width: 480px;
}

/*　LowerPage -- 株式状況
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#lwFinancial .table_hide:not(.show) table tr:not(:nth-child(-n+2)) {
    display: none;
}
#lwFinancial .table_hide table tr:nth-child(2) th,
#lwFinancial .table_hide table tr:nth-child(2) td {
	border-bottom: none;
}
#lwFinancial .table_hide.show table tr:nth-child(2) th,
#lwFinancial .table_hide.show table tr:nth-child(2) td {
	border-bottom: 1px solid #ebecef;
}


/*　LowerPage -- 事業所・拠点
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.gmap {
	padding-bottom: 96px;
}
.gmap iframe {
	width: 100%;
}
.office_list li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 32px 0;
}
.office_list li:first-child {
	padding-top: 0;
}
.office_list li + li {
	border-top: 1px solid #ebecef;
}
.office_list li .image {
	width: 42.23%;
	padding-right: 32px;
}
.office_list li .content {
	width: 57.77%;
}
.office_list + .c-list05 {
	padding-top: 32px;
	border-top: 1px solid #ebecef;
}


/*　LowerPage -- 製品紹介
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.product_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product_list li {
	width: 47%;
	margin-top: 48px;
}
.product_list li:nth-child(-n+2) {
	margin-top: 0;
}
.product_list li:nth-child(odd) {
	margin-right: 6%;
}
.product_list li a {
	display: block;
	overflow: hidden;
}
.product_list li .title {
	font-size: 2.1rem;
	font-weight: bold;
	margin-top: 32px;
	line-height: 1.5;
	margin-bottom: 16px;
}
.product_list li .txt {
	line-height: 1.7;
}
.product_list li .image img {
	height: auto;
}
#lwProductPost .c-title04 {
	margin-top: 80px;
}
#lwProductPost .c-list02 {
	margin-top: 24px;
}
#lwProductPost #mainSlider:before {
	display: none;
}
#lwProductPost #subSlider {
	width: 100%;
	justify-content: center;
	margin-top: -44px;
	position: relative;
	z-index: 2;
}
#lwProductPost #subSlider li {
	width: 17%;
}
#subSlider li {
	transition: .4s;
}
#subSlider li.thumbnail-current {
	border-color: #1956af;
	transition: .4s;
}
#lwProductPost #subSlider li + li {
	margin-left: 12px;
}
#lwProductPost .c-table02 tbody th {
	width: 20%;
	text-align: center;
}
#lwProductPost .c-table02 tbody td {
	text-align: left;
}



/*　LowerPage -- IRライブラリ
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.ir_library .table_hide:not(.show) table tr:not(:nth-child(-n+2)) {
	display: none;
}
.ir_library .table_hide table tr:nth-child(2) th,
.ir_library .table_hide table tr:nth-child(2) td {
	border-bottom: none;
}
.ir_library .table_hide.show table tr:nth-child(2) th,
.ir_library .table_hide.show table tr:nth-child(2) td {
	border-bottom: 1px solid #ebecef;
}
.table_show {
	text-align: right;
	margin-top: 32px;
}
.table_show .txtLink {
	cursor: pointer;
}
.ir_library a .pdf:after {
	color: #000;
}
.ir_library .c-table02 tbody td {
	width: 25%;
}
.faq_box {
	border-radius: 8px;
	border: 1px solid #ebecef;
	overflow: hidden;
	font-size: 1.6rem;
}
.faq_box + .faq_box {
	margin-top: 16px;
}
.faq_box dt {
	line-height: 1.7;
	padding: 24px 32px;
	background: #f8f8f8;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.faq_box dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
.faq_box dt.open:after {
	top: calc(50% + 2px);
	transform: translateY(-50%) rotate(-135deg);
	transition: .3s;
}
.faq_box dd {
	line-height: 1.7;
	padding: 32px;
	border-top: 1px solid #ebecef;
	display: none;
}
#lwDisclaimer .c-btn01 {
	max-width: 240px;
}


/*　LowerPage -- 開発・品質保証体制
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.mag_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 80px;
	border-bottom: 1px solid #ebecef;
}
.mag_list li {
	width: 50%;
	padding: 80px 0 368px;
	border-top: 1px solid #ebecef;
	position: relative;
}
.mag_list li:nth-child(odd) {
	padding-right: 80px;
	border-right: 1px solid #ebecef;
}
.mag_list li:nth-child(even) {
	padding-left: 80px;
}
.mag_list li .image {
	width: calc(100% - 80px);
	position: absolute;
	bottom: 80px;
}
.mag_list li:nth-child(odd) .image {
	left: 0;
}
.mag_list li:nth-child(even) .image {
	right: 0;
}


/*　LowerPage -- 創業ストーリー
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#lwStory .lwclm .left_box {
	width: 35.71%;
}
#lwStory .lwclm .right_box {
	width: 57.1%;
}
.story_list .year {
	color: #1956af;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 24px;
}
.story_list .year .main {
	font-size: 8.8rem;
}
.story_list .year .sub {
	display: inline-block;
	margin-left: 16px;
}
.story_list .c-table01 {
	margin-top: 40px;
}
.story_list .c-table01 tbody tr th,
.story_list .c-table01 tbody tr td {
	font-size: 1.4rem;
	padding:  16px 0;
}
.story_list .c-table01 tbody tr:last-child th,
.story_list .c-table01 tbody tr:last-child td {
	border-bottom: 1px solid #ebecef;
}
.story_list .c-table01 tbody tr th {
	padding-right: 32px;
	color: #1956af;
}
.history_title {
	font-size: 3.4rem;
	color: #1956af;
	font-weight: bold;
	line-height: 1.5;
	margin: 56px 0 32px;
}


/*　LowerPage -- カネミツの技術
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.flow_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.flow_list li {
	position: relative;
}
.flow_list li + li:after {
	content: "";
	width: 48px;
	height: 48px;
	background: #1956a7;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(32%,-50%);
	z-index: 1;
}
.flow_list li span {
	position: relative;
}
.flow_list li + li:before,
.flow_list li + li span:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 103%;
    z-index: 2;
}
.flow_list li + li:before {
	width: 10px;
    height: 1px;
    background: #fff;
    transform: translate(32%,-50%);
}
.flow_list li + li span:after {
	width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(32%,-50%) rotate(45deg);
}
.square {
	max-width: 229px;
	width: 100%;
	background: #f0f0f0;
}
.square span {
	max-width: 229px;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
}
.square span:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .2s;
}
.square img {
	display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tech_list li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.tech_list li + li {
	margin-top: 40px;
}
.tech_list li .content {
	width: calc(100% - 229px - 32px);
	margin-left: 32px;
}
.tech_list li .c-title03 {
	margin-top: 0;
}
.tech_list li .c-table01 {
	margin-top: 32px;
}
.tech_list li .c-table01 tbody tr th {
	font-size: 1.4rem;
	padding: 20px 0;
}
.tech_list li .c-table01 tbody tr:last-child th {
	border-bottom: 1px solid #ebecef;
}



/*　LowerPage -- 設備紹介
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#lwFacility .cat_list {
	margin-bottom: 0;
}
.facility_list .c-table03 {
	margin-top: 24px;
}
.facility_list .table_hide:not(.show) table tr:not(:nth-child(-n+4)) {
    display: none;
}
.facility_list li:last-child.lwsc.lastsc {
	padding-bottom: 0;
}



/*　LowerPage -- お問い合わせ
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.contact_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;	
}
.contact_list li {
	width: 47.85%;
	text-align: center;
}
.contact_list li:nth-child(odd) {
	margin-right: 4.3%;
}
.contact_list li:not(:nth-child(-n+2)) {
	margin-top: 48px;
}
.contact_list .title {
	font-size: 1.7rem;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	background: #f8f8f8;
	line-height: 1.5;
	margin-bottom: 24px;
}
.contact_list .tel {
	font-size: 1.4rem;
}
.contact_list .tel a {
	font-size: 3.2rem;
}
.contact_list .group {
	margin-top: 24px;
}
.contact_list .group dt {
	font-weight: bold;
	color: #1956af;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.form_tab {
	position: relative;
	z-index: 1;
}
.form_tab li {
	padding: 24px 32px;
	border-radius: 10px 10px 0 0;
	border: 1px solid transparent;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	background: #f8f8f8;
	display: inline-block;
	cursor: pointer;
}
.form_tab li.current {
	border: 1px solid #ebecef;
	border-bottom: 1px solid #fff;
	color: #1956af;
	background: #fff;
}
.contact_wrap {
	border: 1px solid #ebecef;
	margin-top: -1px;
	border-radius: 0 16px 16px 16px;
}
.contact_box {
	padding: 80px 24px;
}
.contact_box:not(.show) {
	display: none;
}
.form_tb .req {
	background: #1956af;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 12px;
}
.form_tb input,
.form_tb textarea {
	padding: 22px;
	background: #f8f8f8;
	border-radius: 8px;
	border: 1px solid #f8f8f8;
	transition: .5s;
}
.form_tb input:focus,
.form_tb textarea:focus {
	border-color: #1956af;
	transition: .5s;
}
.form_tb tr th {
	width: 30%;
}
#lwContact input[type="radio"],
#lwContact input[type="checkbox"] {
	display: none;
}
#lwContact label {
	cursor: pointer;
}
#lwContact .wpcf7-list-item {
	display: block;
}
#lwContact .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 8px;
}
#lwContact .wpcf7-list-item:last-child {
	margin: 0;
}
#lwContact .wpcf7-list-item-label {
	position: relative;
	padding-left: 32px;
}
#lwContact .wpcf7-list-item-label:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
	content: "";
}
#lwContact .wpcf7-list-item-label:after {
	width: 18px;
	height: 18px;
	left: 1px;
	border: none;
	position: absolute;
	top: -1px;
	content: "";
}
#lwContact label input[type="radio"]:checked + .wpcf7-list-item-label:after,
#lwContact label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	background: url('../image/ico_check.png') no-repeat center center / 14px;
}
.agree__wrap {
    text-align: center;
    padding: 48px 0 64px;
    font-size: 1.6rem;
}
#lwContent #lwContact .c-btn01 {
	margin: 0 auto;
	max-width: 640px;
}
#lwContent #lwContact .lwsc.lastsc {
	padding-bottom: 0;
}
.table_show .txtLink:hover {
	text-decoration: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none!important;
	padding: 40px!important;
	background: #fff9f9!important;
	text-align: center!important;
	font-weight: bold!important;
	color: #e43c3c!important;
	border-radius: 10px!important;
	display: block;
}
.wpcf7-not-valid-tip {
	color: #e43c3c;
	font-size: 1.3rem!important;
	font-weight: bold!important;
	margin-top: 8px!important;
	display: block!important;
}
.form_tb input.wpcf7-not-valid,
.form_tb textarea.wpcf7-not-valid {
	background: #fff9f9!important;
}
#lwSitemap .c-list01 {
	margin-top: 0;
}
#lwSitemap .c-list01 li a {
	font-weight: normal;
}



/*==============================================
　　Footer
==============================================*/
#footer {
	background: #f8f8f8;
	padding: 96px 16px;
}
.footer_top,
.footer_middle,
.footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.footer_top {
	padding-bottom: 56px;
}
.footer_middle {
	padding-top: 64px;
	border-top: 1px solid #ebecef;
	align-items: flex-start;
}
.footer_sitemap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer_nav + .footer_nav {
	margin-left: 80px;
}
.footer_nav .title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 32px;
}
.footer_nav ul li + li {
	margin-top: 16px;
}
.footer_btn {
	width: 240px;
}
.footer_btn .c-btn01 {
	margin-top: 0;
}
.footer_btn .c-btn01 + .c-btn01 {
	margin-top: 16px;
}
.mail_maga {
	margin-top: 32px;
}
.mail_maga a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 16px;
	height: 148px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background: url('../image/mail_maga_bg.jpg') no-repeat center center / cover;
}
.mail_maga a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(5,27,40,0.08) 0%, rgba(5,27,40,0.88) 88%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5,27,40,0.08) 0%,rgba(5,27,40,0.88) 88%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5,27,40,0.08) 0%,rgba(5,27,40,0.88) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mail_maga a .title {
	position: relative;
	z-index: 1;
	color: #fff;
}
.mail_maga a .title .jp {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}
.footer_bottom {
	margin-top: 64px;
}
#footer_subnav ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#footer_subnav ul li {
	padding: 0 16px;
}
#footer_subnav ul li:first-child {
	padding-left: 0;
}
#footer_subnav ul li + li {
    border-left: 1px solid #ebecef;
}
.copyright .eng {
	font-size: 1.4rem;
}




