@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------- h1 */
.header .inner h1 {
  width: 265px;
  float: left;
  margin: 0;
  /*padding:5px 0 8px 0;
*/
}
/* ----------------------------------------------- mainimg */
.mainimg {
  width: 100%;
  height: 720px;
  position: relative;
  background-size: cover;
  background-image: url(../img/maining.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mainimg .inner {
  /*position: absolute;*/
  width: 1200px;
  height: 720px;
  margin: auto;
  background-image: url(../img/main_sub.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
/*.mainimg .catch {
position: absolute;
top: 10%;
left: 10%;
right: 0;
}
.mainimg .catch_sub {
margin: 0 auto;
position: absolute;
bottom: 0;
right: 0;
}
.mainimg .catch_2 {
margin: 0 auto;
position: absolute;
top: 55%;
left: 15%;
}*/
/* ----------------------------------------------- product */
.product {
  clear: both;
  width: 100%;
  background-color: #8486A7;
  border-top: #D7D7EA 150px solid;
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-image:
    linear-gradient(45deg, #8486A7 0%, #8486A7 50%, #A7A7A7 50%, #A7A7A7 100%);
  background-position: right top;
  background-size: 60% 100%;
  background-repeat: no-repeat;
}
.product .line {
  margin-top: 40px;
  top: 300px;
  border-top: #2C49AF solid 4px;
}
.product .inner {
  position: relative;
  width: 1200px;
  margin: auto;
}
.product .caption {
  position: absolute;
  text-align: center;
  width: 200px;
  height: 550px;
  float: right;
  right: 100px;
  top: -100px;
  padding: 0;
  color: #FFFFFF;
  background-color: #2C49AF;
}
.product .caption h2 {
  font-family: "SawarabiMincho";
  font-size: 35px;
  font-weight: normal;
  margin: 5px 0 0 0;
}
.product .caption h2::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 0;
  right: 0;
  top: 75px;
  margin: auto;
  background-color: #fff;
}
.product .caption p {
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  position: absolute;
  display: inline-block;
  left: 43%;
  top: 100px;
}
.product .pickup {
  margin-left: 80px;
  padding: 10px;
}
.product .pickup .box01, .box02, .box03 {
  background: #FFF;
  width: 700px;
  height: 150px;
  margin: 40px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.product .pickup .box01 {
  background-image: url(../img/product_btn_01.jpg), url(../img/product_btn_01_arrow.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right center;
}
.product .pickup .box02 {
  background-image: url(../img/product_btn_02.jpg), url(../img/product_btn_02_arrow.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right center;
}
.product .pickup .box03 {
  background-image: url(../img/product_btn_03.jpg), url(../img/product_btn_03_arrow.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right center;
}
.product .pickup .box01:hover {
  opacity: 0.8;
}
.product .pickup .box02:hover {
  opacity: 0.8;
}
.product .pickup .box03:hover {
  opacity: 0.8;
}
.product .pickup a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .pickup .txt {
  margin-left: 310px;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 330px;
}
.product .pickup p {
  color: #2C49AF;
  font-size: 26px;
  line-height: 1.2em;
  text-align: left;
}
.product .pickup .txt p span {
  color: #333333;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  display: block;
}
/* ----------------------------------------------- technology */
.technology {
  width: 100%;
  height: 670px;
  background-image: url(../img/technology_back.jpg);
  border-top: #D7D7EA 150px solid;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.technologyimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: : 0;
  /*背景画像の設定*/
  background-image: url(../img/technology_back_bl.png);
  background-size: cover;
  /*透過の設定*/
  opacity: 1;
}
.technology .line {
  position: relative;
  top: 40px;
  /*left:200px;*/
  border-top: #2C49AF solid 4px;
}
.technology .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/technology_coil.jpg);
  background-position: right top 45%;
  background-repeat: no-repeat;
}
/* caption*/
.technology .caption {
  position: relative;
  display: block;
  text-align: center;
  width: 200px;
  height: 550px;
  left: 0;
  top: -50px;
  padding: 0;
  color: #FFFFFF;
  background-color: #2C49AF;
}
.technology .caption h2 {
  font-family: "SawarabiMincho";
  font-size: 35px;
  font-weight: normal;
}
.technology .caption h2::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 0;
  right: 0;
  top: 75px;
  margin: auto;
  background-color: #fff;
}
.technology .caption p {
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  position: absolute;
  display: inline-block;
  left: 43%;
  top: 100px;
}
/* catch*/
.technology .catch {
  position: relative;
  width: 380px;
  color: #FFF;
  left: 280px;
  top: -500px;
}
.technology .catch .inner {
  margin: auto;
}
.technology .catch h3 {
  font-family: "SawarabiMincho";
  font-size: 30px;
  line-height: 1.5em;
  padding: 20px 0;
  text-shadow: 2px 2px 3px #333;
}
.technology .catch .coiltype {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  width: 380px;
  padding-right: 0;
  top: 0;
}
.technology .catch .coiltype:before, .coiltype:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.technology .catch .coiltype:before {
  border-left: solid 1px #FFF;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  left: 0;
}
.technology .catch .coiltype:after {
  content: '';
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  right: 0;
}
.technology .catch .coiltype ul {
  margin: 0 10px;
  width: 90%;
  padding: 0 10px;
}
.technology .catch .coiltype ul li {
  margin: 0 20px;
  text-shadow: 2px 2px 3px #333;
}
.technology .catch .btn {
  position: relative;
  border: #FFF 1px solid;
  background-image: url(../img/icon_btn.png);
  background-repeat: no-repeat;
  background-position: right 5% bottom 50%;
  color: #fff;
  margin: 30px -15px;
  padding: 10px 0px;
  width: 200px;
  text-align: center;
  float: right;
}
.technology .catch .btn a {
  display: block;
	color: #FFF;
}
.technology .catch .btn p a:hover {
  opacity: 0.8;
  color: #FFF;
}
.technology .catch .coiltype h4 {
  margin: 0 20px;
  font-size: 120%;
  text-shadow: 2px 2px 3px #333;
}
.technology .inner .coil {
  position: absolute;
  top: 150px;
  right: 0;
}
/* ----------------------------------------------- news */
.news {
  background-color: #fff;
  width: 100%;
  margin: 140px auto 100px;
  position: absolute;
}
.news .inner {
  background-color: #fff;
  width: 1200px;
  margin: 0px auto;
}
.news .inner h3 {
  margin: 0px auto 30px;
  font-family: "SawarabiMincho";
  color: #2C49AF;
  text-align: center;
  font-size: 32px;
}
.news .inner .textarea {
  background-color: #fff;
  width: 900px;
  margin: auto;
}
.news .inner .textarea ul {}
.news .inner .textarea li {
  list-style: none;
  border-bottom: #666666 dashed 1px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.news .inner .textarea li a {
  color: #333333;
}
.news .inner .textarea li span {
  color: #006699;
  margin-right: 20px;
}
.news .inner .btn {
  background-color: #2C49AF;
  background-image: url(../img/icon_btn.png);
  background-repeat: no-repeat;
  background-position: right 8% bottom 50%;
  margin: 50px auto;
  padding: 10px 0px;
  width: 200px;
  text-align: center;
}
.news .inner .btn:hover {
  opacity: 0.8;
}
.news .inner .btn a {
  display: block;
	color: #fff;
}
.news .inner .btn a:hover {
  opacity: 0.8;
  color: #FFF;
}
/* ----------------------------------------------- bana */
.bana {
  background-color: #DFDFDF;
  margin: 0;
  padding: 50px 0;
  width: 100%;
}
.bana inner {
  width: 1200px;
}
.bana ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
.bana li {
  width: 450px;
  height: 130px;
  padding: 0;
  margin: 50px;
  display: inline-block;
}
.bana li img:hover {
  opacity: 0.8;
}
/* ----------------------------------------------- contact */
.contact {
  background-color: #2C49AF;
  margin: auto;
  padding: 50px 0;
  width: 100%;
}
.contact h3 {
  font-family: "SawarabiMincho";
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin-top: 0px;
}
.contact p {
  color: #fff;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
}
/*.contact .inner {
width:1100px;
margin: 30px auto;
display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.contact .inner .box {
position: relative;
text-align:center;
width: 450px;
padding: 10px;
background-color: #fff;
}
.contact .inner .box p {
font-weight: bold;
font-size: 18px;
margin:0;
padding:0;
color:#333;
}
.contact .inner .box p.time {
margin:0;
font-weight: bold;
font-size: 18px;
color:#2C49AF;
font-weight:normal;
text-align:center;
}
.contact .inner .box p.con {
}
.contact .inner .box p.con a {
white-space: nowrap;
font-size: 23px;
color:#2C49AF;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
*/
.contact {
  text-align: center;
}
.contact .inner {
  width: 1000px;
  margin: 30px auto;
  display: table;
}
.contact .inner .box {
  display: table-cell;
  text-align: center;
  width: 50%;
  padding: 10px 0px;
  background-color: #fff;
  vertical-align: middle;
}
.contact .inner .box:nth-child(1) {
  border-right: 20px solid #2C49AF;
}
.contact .inner .box:nth-child(2) {
  border-left: 20px solid #2C49AF;
  position: relative;
}
.contact .inner .box p {
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  color: #333;
}
.contact .inner .box p.time {
  color: #2C49AF;
  font-weight: normal;
	text-align:center;
}
.contact .inner .box p.con {
  font-size: 20px;
  color: #2C49AF;
  background-color: #fff;
}
.contact .inner .box:nth-child(2) a {
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  color: #2C49AF;
  margin: auto;
}
.contact .inner .box:nth-child(2):hover {
  opacity: 0.8;
}
.contact a:hover {
  opacity: 0.8;
}