@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2020 Sketches of Design
     version 2020-12-26
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}
*/
html{
  scroll-behavior: smooth;
 }

/*  General Rules
--------------------------------------*/
body{
  font-family: 'Roboto', "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1.7;
  font-weight: 400;
}
/* Defalut Settings */
#content .box{
  border: 1px solid #C6C9C6;
  margin: 60px auto;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.7em;
  letter-spacing:0.06em;
  line-height: 1.7;
}
#content p:last-child{
  margin-bottom: 0;
}
.image{
  margin:0;
  text-indent:0;
}
.copy{
  text-indent:0;
  text-align:center;
}
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.right{
  text-align:right;
  font-size: 85%;
}
.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.png") 0 0 no-repeat;
	background-size: 40px 40px !important;
	-webkit-background-size: 40px 40px !important;
	-moz-background-size: 40px 40px !important;
	-ms-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.svg") right center no-repeat;
    margin-right: 4px;
    padding-right: 16px;
}
a[href$=".pdf"]{   
  background: url("../img/nav-pdf.png") no-repeat 100% 50%; 
  padding-right: 18px; 
  margin-right: 3px; 
} 
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a{
  transition: .3s;
}
/*a:hover{
  opacity: 0.5;
  transform: translateY(5px);
}*/
a:link,
a:visited,
a:active{
  color: #009fd9;
  text-decoration: underline;
}
a:hover{
  color: #009fd9;
  text-decoration: none;
}
/* list */
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin: 0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
#content ol:last-child{
  margin-bottom: 0;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 1em;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ol li:last-child,
#content ul li:last-child{
  margin-bottom: 0;
}
#content ul.list{
  padding: 0 0 0 1em;
}
#content ul li{
  position: relative;
  padding: 0 0 0 10px;
}
#content ul.list li:before{
  position: absolute;
  content: "";
  background-color: #00B8EE;
  left: 0;
  top: 0.65em;
  margin: auto;
  height: 5px;
  width: 5px;
}
#content ol ul,
#content ul ul{
  margin-top: 10px;
}
ol.bc{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 60px;
  padding: 0;
  font-size: 60%;
  list-style: none;
  font-weight: 400;
}
ol.bc a{
  position: relative;
  color: #717273;
  text-decoration: none;
}
ol.bc a::after{
  position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #717273;
	border-right: 1px solid #717273;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ol.bc li{
  margin: 0 20px 0 0;
  color: #1E1F1E;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
  display: inline;
}
/* table */
table{
  margin: 0 0 10px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.7;
  /* \*/
  width: 100%;
  /* */
}
table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
table tr{
  background: #fff;
}
/*
table tr:nth-child(odd){
  background: #F7F7F7;
}
table tr.odd{
  background: #F7F7F7;
}
table tr.even{
  background: #fff;
}*/
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #F0F0F0;
  /*border-bottom: 1px solid #e0e0e0;
  background: #666 !important;*/
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
  text-align: left;
  font-weight: 400;
}
table tr th{
  color: #1E1F1E;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  border-right: 1px solid #1E1F1E;
  border-bottom: 1px solid #1E1F1E;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
table tr th p,
table tr td p{
/*  margin: 0 !important;
  padding: 0 !important;*/
}
table ul li:last-child{
  margin: 0 !important;
}
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  color: #1E1F1E;
}
h1{
  position: relative;
  padding: 70px 0;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  z-index: 2;
}
h1 span{
  display: block;
  font-size: 70%;
}
h2{
  margin: 0 0 40px 0;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
h2 span{
  margin: 0 0 0 10px;
  color: #00B8EE;
  font-size: 60%;
  letter-spacing: 0;
}
h3{
  margin: 60px 0 20px 0;
  font-size: 2.2rem;
}
.box h3{
  margin-top: 0;
}
h4{
  margin: 0 0 15px 0;
  font-size: 1.8rem;
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
em{
  color: #000;
  font-weight: bold;
  font-style: normal;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}
.weak{
  font-size: 85%;
  _font-size: small;
}
#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
*:focus {
  outline: none;
}

/*----- clearfix -----*/
/* for modern browsers: Firefox, Safari, Opera */
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for win IE7 ,mac IE */
.CFX{
  display: inline-table;
  min-height: 1%;
}
/* for win IE6 */
/* \*/
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */

/*----- FIR -----*/
.FIR{
  text-indent: -10000px !important;
  /* \*/
  overflow: hidden !important;
  /* */
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  Font
////////////////////////////////////////// */
html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */

body.project:not(#project-flow,.flow) #content section:not(#contact-area) h2,
#content #entry-area h2,
#recruit-menu .recruit-title,
#content #project-area .title,
body#home .slider .slide04 .text h1,
body#company-about #history-area dt,
#news-area h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
nav#menu .title,
h2 span{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
/*
h1, h2, h3, h4, h5, h6{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Regular'\9;
  font-weight: 400;
}
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Medium'\9;
  font-weight: 500;
}
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Bold'\9;
  font-weight: 700;
}
*/
/*  Layout
////////////////////////////////////////// */
/* body */
body{
  background: #fff;
  text-align: center;
  color: #666766;
  word-wrap: break-word;
}
/* wrapper */
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
}

/*----- header -----*/
header{
  background: #fff;
  border-bottom: 1px solid #F0F0F0;
  padding: 20px 60px;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .6s;
}
header .inner{
  position: relative;
}
header img{
  margin: 0;
  vertical-align: top;
}
#b-siteid a,
#b-logo a{
  display: block;
}
#b-siteid,
#b-siteid img{
  width: 70px;
  height: 81px;
}
#b-logo,
#b-logo img{
  width: 155px;
  height: 19px;
}
#b-logo{
  position: absolute;
  top: 0;
  right: 0;
}
header .inner ul,
header .inner li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
header .inner ul{
  display: flex;
  justify-content: flex-end;
  margin: -25px 0 0 0;
  height: 25px;
}
header .inner li{
  margin-left: 20px;
  font-size: 1.5rem;
}
header .inner a{
  position: relative;
  color: #1E1F1E;
  text-decoration: none;
}
nav ul li .active{
  color: #00B8EE !important;
}
nav:not(#menu) > ul li .active::before{
  position: absolute;
  content: "";
  bottom: -10px;
  background-color: #00B8EE;
  margin: 0;
  width: 100%;
  height: 1px;
}
nav ul li > a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #00B8EE;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  z-index: 100;
}
nav ul li > a:hover::after {
  transform: scale(1, 1);
}
/**/
header.fixed{
  position: fixed;
  padding: 10px 20px;
  z-index: 1000;
}
header.fixed #b-logo,
header.fixed #b-logo img{
  width: auto;
  height: 15px;
}
header.fixed #b-siteid,
header.fixed #b-siteid img{
  width: 52px;
  height: 60px;
}
header.fixed .inner li{
  font-size: 1.4rem;
}


/**/
.hdmenu > ul {
  position: relative;
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  height: 25px;
}
.hdmenu > ul:before,
.hdmenu > ul:after {
  content: "";
  display: table;
}
.hdmenu > ul:after {
  clear: both;
}
.hdmenu > ul > li a {
  display: block;
}
.hdmenu > ul > li > div{
  display: none;
  position: absolute;
  margin: 0 0 0 -60px;
  background: rgba(255,255,255,.9);
  padding: 40px 60px 20px 60px;
  top: 26px;
  left: 0;
  box-sizing: border-box;
  z-index: 99;
  width: 100vw;
}
header.fixed .hdmenu > ul > li > div{
  margin: 0 0 0 -20px;
}
.hdmenu > ul > li > div:before,
.hdmenu > ul > li > div:after {
  content: "";
  display: table;
}
.hdmenu > ul > li > div:after {
  clear: both;
}
.hdmenu > ul > li > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  height: auto;
}
.hdmenu > ul > li > div ul li {
  position: relative;
  margin: 0 20px;
}
.hdmenu > ul > li > div ul span{
  font-size: 80%;
}
.hdmenu > ul > li > div ul li a{
  color: #1E1F1E !important;
}
.hdmenu > ul > li > div ul li a::after{
  display: none;
}
.hdmenu > ul > li > div ul li a:hover{
  transform: translateY(5px);
}
.hdmenu > ul > li > div ul li a[href$=".pdf"]{
  background: none;
  margin: 0;
  padding: 0;
}
.hamburger span.text{
  display: none;
}



/*----- content -----*/
#content{
  margin: 0 auto;
  padding: 0;
}
main section .inner{
  margin: auto;
  padding: 60px 0;
  max-width: 800px;
}
#main-pic{
  position: relative;
}
body:not(#home,.people) #main-pic{
  position: relative;
  background: #F2F2F2 url("../img/bg-mainpic.png") no-repeat scroll right top;
  background-size: 1000px auto;
  padding: 0 60px;
  overflow: hidden;
}
body:not(#home) #main-pic::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-color: #F2F2F2;
  width: 50%;
  height: 250%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  animation: diagonal-grow 1.5s forwards;
}
@keyframes diagonal-grow {
  0% {
    top: 0;
  }
  100% {
    top: -250%;
  }
}


/**/
.more{
  position: relative;
  display: block;
  background: #e63368;
  z-index: 200;
  overflow: hidden;
  margin: 30px 0 0 auto;
  border-radius: 50px; 
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  text-align: right;
  width: 200px;
}
.more a {
  position: relative;
  display: block;
  z-index: 2;
  padding: 5px 20px 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #009fd9;
  transition: all 300ms linear;
}
.more a:hover:before {
  left: 0;
}
.more span{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
.more span::before{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**/
.effect-fade{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/**/
br.sp{
  display: none;
}



/* diagram */
.diagram .sp,
.diagram .FIR,
.diagram span{
  display: none;
}
.diagram .image{
  margin: 0 !important;
}
.diagram{
  text-align: center;
}

/*----- footer -----*/
footer{
  margin: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
footer .copy{
  margin: 0;
  border-top: 1px solid #E0E0E0;
  font-size: 1.0rem;
  color: #808080;
  line-height: 50px;
}
footer .inner ul,
footer .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .inner{
  padding: 10px 60px;
  justify-content: space-between;
}
footer .inner ul,
footer .inner ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
footer .inner ul a{
  position: relative;
  font-size: 1.3rem;
  color: #1E1F1E;
  text-decoration: none;
}
footer .inner ul a:hover{
  text-decoration: underline;
}
footer .inner ul li{
  position: relative;
  margin: 0 0 0 30px;
  padding: 0 0 0 12px;
}
footer .inner ul li.p-mark{
  padding: 0;
  width: 50px;
  height: 50px;
}
footer .inner ul li:not(.p-mark)::before{
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #00B8EE;
	border-right: 1px solid #00B8EE;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#ft-b-siteid img{
  vertical-align: middle;
}
footer .inner img{
  margin: 0;
}

/**/
body.recruit footer #ftmenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  background: #f7f7f7;
  padding: 60px;
}
body.recruit footer #ftmenu div{
  width: calc(50% - 20px);
/*width: calc(25% - 20px);*/
}
/*
body.recruit footer #ftmenu div:nth-child(2){
  width: calc(50% - 20px);
}*/
body.recruit footer #ftmenu ul,
body.recruit footer #ftmenu li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.recruit footer #ftmenu ul{
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
body.recruit footer #ftmenu a{
  display: block;
  text-decoration: none;
  color: #00B8EE !important;
}
body.recruit footer #ftmenu a:hover{
  text-decoration: underline;
}
body.recruit footer #ftmenu li{
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
body.recruit footer #ftmenu li:last-child{
  margin-bottom: 0;
}
body.recruit footer #ftmenu .title{
  font-size: 1.6rem;
}
body.recruit footer #ftmenu .title span{
  margin-left: 10px;
  font-size: 1.4rem;
}



/*  home
////////////////////////////////////////// */
body#home .slider-wrap {
  background: url("../img/bg-home-mainpic.png") no-repeat scroll right center;
  background-size: 1000px auto;
  margin: 0 auto;
  position: relative;
}
body#home .slider .slick-slide {
  height: 500px;
  overflow: hidden;
}
body#home .slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*body#home .dots{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body#home .dots .slick-dots {
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
body#home .dots .slick-dots li {
  display: inline-block;
  width: 100px;
  height: 2px;
  margin: 2px;
  background: #eaeaea;
  cursor: pointer;
}
body#home .dots .slick-dots button {
  display: block;
  width: 0%;
  height: 2px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #00B8EE;
  cursor: pointer;
}
body#home .dots .slick-dots .slick-active button {
  background: #00B8EE;
  opacity: 1;
}
*/
body#home .slider img{
  margin: 0;
}
body#home .slider .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 60px;
  height: 100%;
}
body#home .slider .inner .pic,
body#home .slider .inner .text{
  width: 50%;
}
body#home .slider .inner .pic{
  margin: 0 0 0 auto;
  width: 500px;
  height: 500px;
  transform: scale( .75 );
  opacity: 0;
}
body#home .slider .slide04 .pic{
  width: 550px;
  height: 420px;
}
body#home .slick-active .pic{
  animation: ScaleAni .6s ease .5s 1 normal both;
}
@keyframes ScaleAni {
  0% {transform: scale( .75 ); }
  100% { transform: scale( 1 ); opacity: 1; }
}
body#home .slider .inner .text{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-size: 310px auto !important;
  min-height: 380px;
}
body#home .slider .slide01 .text{
  background: url("../img/bg-home-mainpic-pic01.png") no-repeat scroll center center;
}
body#home .slider .slide02 .text{
  background: url("../img/bg-home-mainpic-pic02.png") no-repeat scroll center center;
}
body#home .slider .slide03 .text{
  background: url("../img/bg-home-mainpic-pic03.png") no-repeat scroll center center;
}
body#home .slider .slide04 .text{
  text-align: center;
}
body#home .slider .slide04 .text h1{
  font-size: 6.6rem;
}
body#home .slider .slide04 .text p{
  font-size: 2.6rem;
}
body#home .slider .slide04 .text span{
  color: #0080FF;
}
body#home .slider .slide04 .text ruby{
  color: #1E1F1E;
}
body#home .slider .slide05 .inner{
/*  flex-direction: row-reverse;*/
  justify-content: center;
}
body#home .slider .slide05 .pic{
  display: flex;
  align-items: center;
  margin: 0 60px 0 0;
  width: auto !important;
}
body#home .slider .slide05 .pic img{
  width: 160px;
  height: auto;
}
body#home .slider .slide05 .text{
  width: auto;
}
body#home .slider h1{
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 3.0rem;
  font-weight: 700;
  width: 100%;
}
body#home .slider h1 span{
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
body#home .slider p{
  letter-spacing: 0.08em;
  line-height: 1.9;
  width: 100%;
}
body#home .slick-active h1{
  animation-duration: 1s;
  animation-name: RightToLeft;
}
body#home .slick-active p{
  animation-duration: 2s;
  animation-name: RightToLeft;
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
body#home .slider .slide04{
  background: url("../img/bg-home-mainpic-04.png") no-repeat scroll right bottom;
  background-size: 1000px auto;
}
body#home .slider .slide04 div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url("../img/bg-home-mainpic-slide04.png") no-repeat scroll left center;
  background-size: 720px auto;
  height: 100%;
}
body#home .slider .slide04 .pic{
  width: 1080px;
  height: 420px;
}*/

/**/
#content .menuarea .inner{
  padding: 60px;
  max-width: 100%;
  border-radius: 5px;
}
#news-area{
  padding: 40px 60px;
  background: #ECECEC url("../img/bg-home-news.png") top right no-repeat;
  background-size: 1000px auto;
}
body#recruit-idx #news-area .inner,
#home #news-area .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 20px 20px 20px 0;
}
#news-area h2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.6rem;
  color: #00B8EE;
  width: 200px;
  font-weight: 700;
}
#news-area .scroll-area{
  padding: 0 20px 0 0;
  height: 170px;
  width: calc(100% - 200px);
}
.simplebar-track {
  background: #E0E0E0;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}
.simplebar-track .simplebar-scrollbar::before{
  background: #1E1F1E;
  border-radius: 0;
}
#content .menuarea .list,
#content .menuarea .list li,
#news-area ul,
#news-area ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
#news-area ul{
  width: calc(100% - 300px);
}
#news-area ul li{
  color: #666;
  margin: 0 0 20px 0 !important;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E0E0E0;
}
#news-area ul li:last-child{
  margin: 0 !important;
  padding: 0;
  border: none;
}
#news-area ul li::before,
#content .menuarea .list li::before{
  display: none;
}
#news-area .link{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100px;
  text-align: center;
  transition: .3s;
}
#people-area .btn a,
#news-area .link a{
  display: block;
  background: #68ACFD;
  padding: 5px;
  border-radius: 100vw;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
#people-area .btn:hover,
#news-area .link:hover {
  transform: translateY(5px);
}
#people-area .btn::before,
#news-area .link::before{
  display: none;
}
#people-area .btn{
  margin: 40px auto 0 auto;
  width: 200px;
  text-align: center;
  transition: .3s;
}
#people-area .btn a{
  padding: 10px;
}
#news-area .datearea{
  margin: 0 0 5px 0;
}
#news-area .tag{
  margin: 0 10px 0 0;
  padding: 0 20px;
  font-size: 1.4rem;
  border: 1px solid #C6C9C6;
  border-radius: 100px;
}
#news-area .date{
  font-size: 1.3rem;
  color: #999;
}
#news-area .text{
  margin: 0;
}

/**/
#contact-area,
#solution-area{
  background: #F0F0F0;
}
#content .menuarea .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .menuarea .list li{
  margin: 0 0 40px 0;
  width: calc(33.33% - 30px);
}
#content .menuarea .list li a{
  background: none;
  padding-right: 0;
  margin-right: 0;
}
#content .menuarea .list::after{
  content:"";
  display: block;
  width: calc(33.33% - 30px);
}
#content #solution-area .list li{
  width: calc(25% - 30px);
}
/*#content #other-area .list li{
  width: calc(50% - 30px);
}*/
#content .menuarea .list img,
#content .menuarea .list li p{
  margin: 0;
}
#recruit-area img,
#content .menuarea .list img{
  margin: 0;
  border-radius: 5px;
}
#content .menuarea .list a{
  display: block;
  color: #1E1F1E;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 500;
}
nav#menu li a:has(img):hover,
#recruit-area a:hover,
#content .menuarea .list a:hover{
  transform: translateY(5px);
}
#content .menuarea .list .pic{
  position: relative;
  margin: 0 0 10px 0;
}

#content .rec-menuarea .list li a::before,
#btn::before,
#recruit-area .link::before,
#content .menuarea .list .pic::before{
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  background: url("../img/nav-link.svg") 0 0 no-repeat;
  width: 70px;
  height: 60px;
  z-index: 100;
}
#content .menuarea .list span{
  font-size: 80%;
  color: #666;
}
#other-area .inner,
#company-area .inner,
#solution-area .inner{
  padding-bottom: 20px;
}
body.results #solution-area,
body.solution #solution-area,
body.company:not(#company-idx) #company-area{
  margin-top: 60px;
  background: #E5F8FD;
}

/**/
#content #entry-area,
#recruit-area{
  background: url("../img/bg-home-recruit-area.png") no-repeat scroll center center;
  background-size: cover;
}
#recruit-area p,
#recruit-area h2,
#recruit-area h2 span{
  color: #fff;
}
#recruit-area .inner{
  width: 100%;
}
#recruit-area a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
}
#recruit-area h2{
  width: 100%;
}
#recruit-area div,
#recruit-area .pic{
  width: calc(50% - 20px);
}
#recruit-area .link{
  position: relative;
  text-align: right;
  margin: 0;
  padding: 0 60px 0 0;
}
#recruit-area .pic{
  margin: 0;
}
#recruit-area div{
  position: relative;
}
#recruit-area .link{
  margin: 30px 0 0 0;
  /*
  position: absolute;
  bottom: 10px;
  right: 0;*/
}

/**/
#contact-area{
  padding: 60px;
}
#contact-area h2{
  position: relative;
  z-index: 10;
  margin: 0 0 0 30px;
}
#contact-area .inner{
  padding: 0 !important;
  max-width: 100% !important;
}
#contact-area a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0;
  text-decoration: none;
  height: 160px;
  border-radius: 5px;
}
#contact-area .mail{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  background: #FFF791;
  padding: 0 50px 0 0;
  color: #1E1F1E;
  font-weight: 700;
  height: 100%;
  width: 50%;
  transition: .3s;
  border-radius: 0 5px 5px 0;
}
#contact-area .mail::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 134px solid #fff;
  border-bottom: 160px solid #FFF791;
  transition: .3s;
}
#contact-area .mail span{
  position: relative;
  z-index: 10;
  background: url("../img/nav-mail.svg") no-repeat scroll center left;
  background-size: 15px 11px;
  padding: 0 0 0 20px;
}
#contact-area a:hover{
  transform: translateY(5px);
}
#contact-area a:hover .mail{
  background: #4CCDF3;
}
#contact-area a:hover .mail::before{
  border-bottom: 160px solid #4CCDF3;
}


.link{
  position: relative;
}

.link::before{
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: url("../img/nav-link.svg") no-repeat scroll center center;
  background-size: 70px 60px;
  width: 70px;
  height: 60px;
  z-index: 2;
}





/*  company
////////////////////////////////////////// */
/* message */
body#company-message #lv02-01 h2{
  width: 100%;
}
body#company-message #lv02-01 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1000px;
}
body#company-message #lv02-01 .text{
  width: calc(100% - 320px);
}
body#company-message #lv02-01 .posted em{
  font-size: 120%;
}

/* about */
body#company-about #about-area table th{
  width: 8em;
}
body#company-about #about-area .picarea{
  background: url("../img/bg-company-about-01.jpg") no-repeat scroll center center;
  background-size: cover;
  height: 400px;
}

body#company-about #history-area dl{
  border-left: 1px solid #E0E0E0;
}
body#company-about #history-area dt{
  position: relative;
  padding: 0 0 0 15px;
  color: #00B8EE;
  font-size: 2.0rem;
}
body#company-about #history-area dt::before{
  position: absolute;
  content: "";
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00B8EE;
  border-radius: 100px;
  width: 9px;
  height: 9px;
}
body#company-about #history-area dd{
  padding-left: 9em;
  margin: -2.0em 0 30px 0;
}
body#company-about #executive-area table th{
  width: 10em;
}
/*body#company-about #executive-area table th:nth-of-type(2){
  width: 5em;
}*/



/* company-access */
body#company-access .maparea #map-sp{
  display: none;
}
body#results-idx section .inner,
body#company-access section .inner{
  padding: 60px;
  max-width: 100%;
}
body#company-access #address{
  background: #F0F0F0;
}
body#company-access #address .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#company-access #address .inner div{
  margin: 0 0 20px 0;
  padding: 30px;
  background: #fff;
  width: calc(50% - 10px);
}
body#company-access #address h3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  font-size: 1.8rem;
  min-height: 30px;
  background-size: auto 34px !important;
}
body#company-access #address h3 a{
  position: relative;
  padding: 0 0 0 12px;
  font-size: 80%;
  text-decoration: none;
}
body#company-access #address h3 a:hover{
  text-decoration: underline;
}
body#company-access #address h3 a:before{
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #00B8EE;
	border-right: 1px solid #00B8EE;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#company-access #address .map-01 h3{
  background: url("../img/map-icon-01.svg") left center no-repeat;
}
body#company-access #address .map-02 h3{
  background: url("../img/map-icon-02.svg") left center no-repeat;
}
body#company-access #address .map-03 h3{
  background: url("../img/map-icon-03.svg") left center no-repeat;
}
body#company-access #address .map-04 h3{
  background: url("../img/map-icon-04.svg") left center no-repeat;
}
body#company-access #address .map-05 h3{
  background: url("../img/map-icon-05.svg") left center no-repeat;
}
body#company-access #address .map-06 h3{
  background: url("../img/map-icon-06.svg") left center no-repeat;
}
body#company-access #address .map-07 h3{
  background: url("../img/map-icon-07.svg") left center no-repeat;
}
body#company-access #address .map-08 h3{
  background: url("../img/map-icon-08.svg") left center no-repeat;
}


/*  results
////////////////////////////////////////// */

body#results-idx #results-area .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#results-idx #results-area section{
  width: calc(33.33% - 30px);
}
body#results-idx #results-area h2{
  margin: 0 0 20px 0;
  padding-bottom: 5px;
}
body#results-idx #results-area .iron h2{
  border-bottom: 1px solid #8F85CC;
}
body#results-idx #results-area .manu h2{
  border-bottom: 1px solid #5AD3D6;
}
body#results-idx #results-area .pub h2{
  border-bottom: 1px solid #6FB3E2;
}
body#results-idx #results-area img{
  border-radius: 5px;
}
body#results-idx #results-area dt{
  margin: 40px 0 10px 0;
}
body#results-idx #results-area dt:first-child{
  margin: 0 0 10px 0;
}
body#results-idx #results-area dd{
  margin: 0 0 15px 0;
  padding: 0 0 0 55px;
  background-size: 48px 20px;
  line-height: 20px;
}
body#results-idx #results-area dd.busi-base{
  background: url("../img/nav-results-busi-base.svg") 0 0 no-repeat;
}
body#results-idx #results-area dd.busi{
  background: url("../img/nav-results-busi.svg") 0 0 no-repeat;
}
body#results-idx #results-area dd.base{
  background: url("../img/nav-results-base.svg") 0 0 no-repeat;
}





/*  philosophy
////////////////////////////////////////// */
#content .pagemenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 5px;
  margin: 0 60px;
  padding: 40px 0;
  background: #F0F0F0;
}
#content .pagemenu li{
  margin: 5px 15px 5px 15px;
  padding: 0;
}
#content .pagemenu li a{
  position: relative;
  padding: 0 0 0 10px;
  color: #1E1F1E;
  text-decoration: none;
}
#content .pagemenu li a:hover{
  color: #00B8EE;
}
#content .pagemenu li a::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: translateX(-50%) rotate(135deg);
}
body#philosophy-idx #lv02-01,
#conduct{
  background: #E5F8FD;
}
body#philosophy-idx #lv02-01 .inner,
body#philosophy-idx #lv02-04 .inner{
  max-width: 1200px;
}
body#philosophy-idx #lv02-01 .lead{
  color: #1e1f1e;
  font-size: 1.8rem;
}
body#philosophy-idx #lv02-01 .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
body#philosophy-idx #lv02-01 .block div{
  position: relative;
  background: #fff;
  padding: 30px;
}
body#philosophy-idx #lv02-01 .block div,
body#philosophy-idx #lv02-04 .block div{
  width: calc(33.33% - 20px);
}
body#philosophy-idx #lv02-01 .block div:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #FFF362;
  width: 76px;
  height: 90px;
  clip-path: polygon(0 0, 100% 0%, 0% 100%);
}
body#philosophy-idx #lv02-01 h3{
  position: relative;
  z-index: 1;
  font-weight: 600;
}
body#philosophy-idx #lv02-03 h2{
  width: 100%;
}
body#philosophy-idx #lv02-03 h3{
  text-align: center;
}
body#philosophy-idx #lv02-03 .inner{
/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;*/
/*  flex-direction: row-reverse;*/
}
body#philosophy-idx #lv02-03 div{
  text-align: center;
/*  width: calc(100% - 180px);*/
}
body#philosophy-idx #lv02-03 .pic{
  text-align: center;
  margin: 0 0 40px 0;
}
body#philosophy-idx #lv02-03 .pic img{
  margin: 0;
}
body#philosophy-idx section:not(#lv02-04) h3{
  margin-top: 0;
}
body#philosophy-idx #lv02-02 .lv03-02 h3{
  margin-top: 40px;
}
body#philosophy-idx #lv02-04 h3{
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}
body#philosophy-idx #lv02-04 .inner{
  padding-bottom: 0;
}
body#philosophy-idx #lv02-04 .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 60px 0;
}
body#philosophy-idx #lv02-04 img{
  margin: 0;
}
body#philosophy-idx #lv02-04 h4{
  margin: 0 0 10px 0;
  text-align: center;
}
body#philosophy-idx #lv02-04 h4 span{
  position: relative;
  padding: 0 0 5px 0;
}
body#philosophy-idx #lv02-04 h4 span::before {
  content: "";
  position: absolute;
  left: 100%;
  right: 100%;
  bottom: 0;
  height: 4px;
  background-color: #FFF362;
  transition: left 1.8s ease, right 1.8s ease;
}
body#philosophy-idx #lv02-04 h4 span.effect-scroll::before {
  left: 0;
  right: 0;
}
body#philosophy-idx #lv02-04 .lv03-03 h4 span::before {
  transform: scale(0,1);
  transform-origin: left top;
}
body#philosophy-idx #lv02-04 .lv03-03 h4 span:first-child:before {
  right: 0;
}
body#philosophy-idx #lv02-04 .lv03-03 h4 span:last-child:before {
  left: 0;
}
body#philosophy-idx #lv02-04 .lv03-03 h4 span.effect-scroll::before{
  transform: scale(1,1);
}





/**/
#conduct ul,
#conduct ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
#conduct ul li::before{
  display: none;
}
#conduct .tabs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#conduct .tabs li{
  margin: 0 10px;
}
#conduct .tabs li a{
  display: block;
  background: #00B8EE;
  padding: 5px 20px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}
#conduct .tabs .is_active{
  background: #FFF362;
  color: #1E1F1E;
}
#conduct .tab-content {
  display: none;
}
#conduct .tab-content.is_show {
  display: block;
}
#conduct section > div{
  margin: 0 0 20px 0;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
#conduct .conduct-menu{
  margin: 20px 0;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
#conduct .conduct-menu li:not(:last-child){
  margin: 0 0 5px 0 !important;
}
#conduct .conduct-menu li a{
  position: relative;
  padding: 0 0 0 10px;
}
#conduct .conduct-menu li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: translateX(-50%) rotate(135deg);
}
#conduct .tab-content > div:last-child p,
#conduct .tab-content ul:not(.conduct-menu){
  margin-left: 1em;
}
#conduct .tab-content ul li:not(:last-child){
  margin: 0 0 20px 0;
}
#conduct .tab-content h3{
  margin-bottom: 10px;
}
#conduct .tab-content h4{
  margin: 30px 0 10px 1em;
  text-indent: -1em;
  color: #666766;
  font-size: 1.6rem;
/*  color: #00B8EE;*/
/*  font-weight: 600;*/
}
#conduct .tab-content .lv04-01 h4{
  margin-top: 0;
}
#conduct .tab-content strong{
  font-size: 100%;
  color: #666766;
  font-weight: normal;
}
#conduct .tab-content li,
#conduct .tab-content p{
  font-size: 1.4rem;
}
#conduct #conduct-ch{
  font-family: 'Noto Sans SC', sans-serif;
}
#conduct #conduct-th{
  font-family: 'Noto Sans Thai', sans-serif;
}



/*  solution
////////////////////////////////////////// */
body#partner-idx section .inner,
body#sustainability-idx section .inner,
body#company-organization section .inner,
body#solution-idx section .inner{
  max-width: 1000px;
}
body#partner-idx #group-area .diagram .image,
body#company-organization section .image,
body#solution-idx section .image{
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  text-align: center;
}
body#company-organization section img,
body#solution-idx section img{
  margin: 0;
}
body#solution-idx #lv02-01 .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#solution-idx #lv02-01 .block div{
  margin: 40px 0 0 0;
  padding: 25px;
  width: calc(50% - 20px);
  border-radius: 5px;
}
body#solution-idx #lv02-01 h3{
  margin: 0 0 15px 0;
  font-size: 1.8rem;
  font-weight: 700;
}
body#solution-idx #lv02-01 .lv03-01{
  border: 1px solid #8F85CC;
}
body#solution-idx #lv02-01 .lv03-02{
  border: 1px solid #5AD3D6;
}
body#solution-idx #lv02-01 .lv03-03{
  border: 1px solid #6FB3E2;
}
body#solution-idx #lv02-01 .lv03-04{
  border: 1px solid #63D691;
}
body#solution-idx #lv02-01 .lv03-01 h3{
  color: #8F85CC;
}
body#solution-idx #lv02-01 .lv03-02 h3{
  color: #5AD3D6;
}
body#solution-idx #lv02-01 .lv03-03 h3{
  color: #6FB3E2;
}
body#solution-idx #lv02-01 .lv03-04 h3{
  color: #63D691;
}
body#solution-idx #pickup-area{
  background: #F0F0F0;
}



/* PLM */
body.solution section .inner{
  max-width: 1000px;
}
body.solution #content .lead .box{
  margin: 0;
}
body#solution-PLM #lv02-01 h2{
  width: 100%;
}
body#solution-PLM #lv02-01 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#solution-PLM #lv02-01 h3{
  margin-top: 0;
}
body#solution-PLM #lv02-01 .inner div{
  width: calc(50% - 20px);
}
body#solution-PLM .rec-menuarea .list{
  margin-top: 20px;
}
body#solution-PLM .rec-menuarea .list li{
  width: 100%;
}
body.solution section h2 .weak{
  margin: 0;
  color: #1E1F1E;
  font-family: "Noto Sans JP";
}
body.solution #sol-link a{
  display: block;
  border: 1px solid #00B8EE;
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
}
body.solution #sol-link .link{
  transition: .3s;
}
body.solution #sol-link .link:hover{
  transform: translateY(5px);
}
body.solution #sol-link .link:hover a{
  background: #4CCDF3;
  color: #fff;
}





/*  partner
////////////////////////////////////////// */
body#partner-idx .diagram img{
  margin: 0;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body#partner-idx section:not(#contact-area) .link{
  margin: 50px auto 0 auto;
  width: 460px;
  text-align: center;
  transition: .3s;
}
body#partner-idx section .link a{
  display: block;
  border: 1px solid #00B8EE;
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
}
body#partner-idx section .link:hover{
  transform: translateY(5px);
}
body#partner-idx section .link:hover a{
  background: #4CCDF3;
  color: #fff;
}
body#partner-idx section .link::before{
  z-index: 2;
}
/**/
body#partner-idx #collaboration-area ul,
body#partner-idx #collaboration-area li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
body#partner-idx #merit-area .point{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
/*  margin-bottom: 40px;*/
}
body#partner-idx #flow-area .step > div,
body#partner-idx #collaboration-area li{
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px 0;
}
body#partner-idx #merit-area .point > div{
  margin: 0 0 20px 0;
  width: calc(33.33% - 20px);
}
body#partner-idx #merit-area .point .images{
  display: none;
}
body#partner-idx #merit-area .point div h3{
  margin: 60px 0 10px 0;
  text-align: center;
}
body#partner-idx #merit-area .point div h3 span{
  position: relative;
  padding: 0 0 5px 0;
}
body#partner-idx #merit-area .point div h3 span::before {
  content: "";
  position: absolute;
  left: 100%;
  right: 100%;
  bottom: 0;
  height: 4px;
  background-color: #FFF362;
  transition: left 1.8s ease, right 1.8s ease;
}
body#partner-idx #merit-area .point div h3 span.effect-scroll::before {
  left: 0;
  right: 0;
}
body#partner-idx #domain-area .diagram{
  margin-top: 40px;
}
body#partner-idx #flow-area .step,
body#partner-idx #collaboration-area li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#partner-idx #collaboration-area li{
  align-items: center;
}
body#partner-idx #collaboration-area li .images{
  width: 80px;
}
body#partner-idx #flow-area .step .images,
body#partner-idx #flow-area .step  img,
body#partner-idx #collaboration-area li .images,
body#partner-idx #collaboration-area li img{
  margin: 0;
}
body#partner-idx #collaboration-area li div{
  width: calc(100% - 100px);
}
body#partner-idx #collaboration-area li h3{
  margin: 0 0 10px 0;
}
body#partner-idx #flow-area .step > div{
  position: relative;
  padding-top: 30px;
  width: calc(25% - 20px);
}
body#partner-idx #flow-area .step .images{
  text-align: center;
}
body#partner-idx #flow-area .step h3{
  margin: 10px 0 10px 0;
  text-align: center;
  font-size: 2.0rem;
}
body#partner-idx #flow-area .step h3 span{
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: block;
  background: #FFF362;
  margin: auto;
  font-size: 14px;
  width: 80px;
  border-radius: 500px;
  line-height: 30px;
}
body#partner-idx #flow-area .lead{
  text-align: center;
  color: #1e1f1e;
  font-size: 1.8rem;
}
body#partner-idx #flow-area .step > div{
	position: relative;
}
body#partner-idx #flow-area .step > div:not(:last-child):before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -16px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #00B8EE;
	border-right: 2px solid #00B8EE;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}






/*  contact
////////////////////////////////////////// */
body#contact-idx #lv02-01 ul{
  margin: 30px 0;
}
body#contact-idx #lv02-01 .mail{
  margin: 40px auto 0 auto;
  width: 300px;
  text-align: center;
}
body#contact-idx #lv02-01 .mail a{
  display: block;
  padding: 20px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  background: #00B8EE;
  border-radius: 5px;
}
body#contact-idx #lv02-01 .mail a:hover{
  background: #66D4F5;
}
body#contact-idx #lv02-01 .mail span{
  position: relative;
  z-index: 10;
  background: url("../img/nav-mail_white.svg") left center no-repeat;
  background-size: 22px 18px;
  padding: 0 0 0 30px;
}




/*  sustainability
////////////////////////////////////////// */
body#sustainability-idx #social .lv03-04 .steps,
body#sustainability-idx #social .lv03-01 ul,
body#sustainability-idx #social .lv03-05 ul,
body#sustainability-idx #environment .lv03-01 ul,
body#sustainability-idx #governance ul,
body#sustainability-idx #SDGs .sdgslist,
body#sustainability-idx #SDGs .sdgslist .icon,
body#sustainability-idx #social .lv03-02,
body#sustainability-idx #social .lv03-03,
body#sustainability-idx .lead{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sustainability-idx #social .lv03-02,
body#sustainability-idx #social .lv03-03,
body#sustainability-idx .lead{
  align-items: center;
}
body#sustainability-idx #social .lv03-01 .lead,
body#sustainability-idx #social .lv03-03{
  flex-direction: row-reverse;
}
body#sustainability-idx #content .text{
  width: calc(100% - 420px);
}
body#sustainability-idx #content .pic{
  width: 380px;
}
body#sustainability-idx #SDGs .text{
  width: calc(100% - 340px);
}
body#sustainability-idx #SDGs .pic{
  width: 280px;
}
body#sustainability-idx #social .lv03-02 h3,
body#sustainability-idx #social .lv03-03 h3,
body#sustainability-idx .lead h3{
  margin-top: 0;
  width: 100% !important;
}
body#sustainability-idx #content .pic,
body#sustainability-idx #content .pic img{
  margin: 0;
}
body#sustainability-idx #SDGs .sdgslist{
  margin-top: 60px;
}
body#sustainability-idx #SDGs .sdgslist h5{
  margin-top: 20px;
  text-align: center;
}
body#sustainability-idx #environment .lv03-01 ul li,
body#sustainability-idx #SDGs .sdgslist > li{
  margin: 0 0 40px 0;
  border: 1px solid #C6C9C6;
  padding: 20px;
  width: calc(50% - 20px);
  border-radius: 5px;
}
body#sustainability-idx #SDGs .sdgslist .icon{
  justify-content: center;
  margin-top: 20px;
}
body#sustainability-idx #SDGs .sdgslist .lv04-03 .icon::after {
  content: '';
  width: 100%;
}
body#sustainability-idx #SDGs .sdgslist .lv04-03 .icon li:nth-child(n+4) {
  order: 1;
}

body#sustainability-idx #social .lead{
  margin-bottom: 60px;
}
body#sustainability-idx #social .block{
  margin: 0 0 20px 0;
  background: #F0F0F0;
  padding: 20px 20px 0 20px;
  border-radius: 5px;
}
body#sustainability-idx #social .lv03-01 ul li{
  margin: 0 0 20px 0;
  background: #fff;
  padding: 15px;
  width: calc(50% - 10px);
  border-radius: 5px;
}
body#sustainability-idx #social .lv03-02{
  margin: 60px 0;
}
body#sustainability-idx #social .lv03-04 section{
  margin-top: 40px;
}
body#sustainability-idx #social .lv03-04 .steps div{
  width: calc(33.33% - 1px);
}
body#sustainability-idx #social .lv03-04 .steps .step01{
  background: #80D6A8;
}
body#sustainability-idx #social .lv03-04 .steps .step02{
  background: #55CCBF;
}
body#sustainability-idx #social .lv03-04 .steps .step03{
  background: #00B8EE;
}
body#sustainability-idx #social .lv03-04 .steps h4{
  padding: 10px;
  text-align: center;
  color: #fff;
}
body#sustainability-idx #social .lv03-04 .steps h4 span{
  margin: 0 0 0 5px;
  font-size: 4.0rem;
  font-weight: 700;
}
body#sustainability-idx #social .lv03-04 .steps:first-child{
  align-items: flex-end ;
}
body#sustainability-idx #social .lv03-04 .steps .step02 h4{
  padding: 30px 0;
}
body#sustainability-idx #social .lv03-04 .steps .step03 h4{
  padding: 50px 0;
}
body#sustainability-idx #social .lv03-04 .base-01 li,
body#sustainability-idx #social .lv03-04 .base-02 li,
body#sustainability-idx #social .lv03-04 .steps p{
  text-align: center;
  color: #1E1F1E;
}
body#sustainability-idx #social .lv03-04 .steps ul{
  margin: 20px;
  background: #fff;
  padding: 10px 10px 5px 20px;
  height: calc(100% - 40px);
  border-radius: 5px;
}
body#sustainability-idx #social .lv03-04 .steps ul li{
  margin: 0 0 5px 0;
}
body#sustainability-idx #social .lv03-04 .base-02{
  margin-top: 1px;
  background: #C6C9C6;
}
body#sustainability-idx #social .lv03-04 .base-01{
  border: 1px solid #C6C9C6;
}
body#sustainability-idx #social .lv03-04 .base-01 ul,
body#sustainability-idx #social .lv03-04 .base-02 ul{
  padding: 20px;
}
body#sustainability-idx #social .lv03-04 .base-01 li,
body#sustainability-idx #social .lv03-04 .base-02 li{
  margin: 0;
}

body#sustainability-idx #social .lv03-05 table{
  border-top: none;
  margin-top: 40px;
}
body#sustainability-idx #social .lv03-05 table tr th{
  padding: 10px 0;
}
body#sustainability-idx #social .lv03-05 table tr td{
  padding: 10px 0 0 0;
}
body#sustainability-idx #social .lv03-05 table thead tr th{
  border-right: 1px solid #fff;
}
body#sustainability-idx #social .lv03-05 table tbody tr th{
  border-right: 1px solid #F0F0F0;
  width: 8.5em;
}
body#sustainability-idx #social .lv03-05 table ul li{
  margin-bottom: 10px !important;
}
body#sustainability-idx #social .lv03-05 table ul li,
body#sustainability-idx #governance li{
  width: calc(50% - 20px);
}
body#sustainability-idx #governance li a{
  display: block;
  border: 1px solid #009fd9;
  padding: 20px;
  border-radius: 5px;
  text-decoration: none;
}
body#sustainability-idx #governance li a span{
  margin-right: 10px;
}
body#sustainability-idx #governance li a:hover{
  background: #009fd9;
  color: #fff;
  transform: translateY(5px);
}




/*  privacy
////////////////////////////////////////// */
body#privacy-cookie #lv02-01 .list{
  margin: 20px 0;
}

















/*  recruit
////////////////////////////////////////// */
/*----- menu -----*/
#recruit-menu{
  position: relative;
  z-index: 20;
}
#recruit-menu .recruit-title{
  position: absolute;
  top: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  transition: all .2s;
  z-index: 10;
}
#recruit-menu .recruit-title a{
  color: #1E1F1E;
  text-decoration: none;
}
#recruit-menu .recruit-title a:hover{
  color: #009fd9;
}
.fixed #recruit-menu .recruit-title{
  opacity: 0;
}
#btn::before{
  right: -31px;
  background-size: 46px 40px;
  width: 46px;
  height: 40px;
}
#btn,
.entrybtn{
  position: fixed;
  top: 131px;
  z-index: 199;
  transition: all .6s;
}
.entrybtn{
  right: 85px;
}
.entrybtn a{
  display: block;
  background: #fff;
  border: 1px solid #E60012;
  width: 110px;
  height: 50px;
  color: #E60012;
  font-size: 2.0rem;
  font-style: Italic;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  line-height: 50px;
}
.entrybtn a:hover{
  background: #E60012;
  color: #fff;
}
#btn {
  right: 30px;
  background: #4297FC;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 7px;
  transition: all 0.5s ease;
}
#btn:hover{
  background: #80C8FF;
}
header.fixed #btn,
header.fixed .entrybtn{
  top: 91px;
}
header.fixed #btn{
  width: 40px;
  height: 40px;
}
header.fixed .entrybtn{
  right: 75px;
}
header.fixed .entrybtn a{
  height: 40px;
  line-height: 40px;
}
#btn span {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 2px;
  transition: all 0.5s ease;
}
#btn.on span:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}
#btn.on span:nth-of-type(2) {
  transform: scale(0);
}
#btn.on span:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}
nav#menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -100%;
  background: rgba(255,255,255,.9);
  padding: 60px;
  position: fixed;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
  opacity: 0;
}
/*
nav#menu .manu-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav#menu .manu-inner > *{
  margin: 0;
}
nav#menu .manu-inner ul{
  width: calc(50% - 10px);
}*/
nav#menu .manu-inner ul{
  display: flex;
  flex-wrap: wrap;
}
nav#menu .manu-inner li{
  margin: 0 20px 20px 0;
}
nav#menu .manu-inner .title{
  margin: 0;
  width: 100%;
}

/*
nav#menu .manu-inner > .people .title{
  width: 100%;
}nav#menu .manu-inner > div:first-of-type{
  width: 30%;
}
nav#menu .manu-inner > .people{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
}
nav#menu .manu-inner > .people li{
  width: calc(33.33% - 10px);
}
nav#menu .manu-inner > .people li a{
  display: block;
}
nav#menu .manu-inner > .people::after {
  content: "";
  display: block;
  width: calc(33.33% - 10px);
}*/
nav#menu.on {
  right: 0;
  opacity: 1;
  z-index: 198;
}
nav#menu a {
	position: relative;
 /* margin: 15px auto;*/
  padding: 0 0 0 10px;
  text-decoration: none;
  color: #4297FC !important;
  font-size: 1.4rem;
  line-height: 1.5;
}
nav#menu li a::before{
  display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
  left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #4297FC;
	border-right: 1px solid #4297FC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav#menu li a::after{
  background: #4297FC;
  bottom: -6px;
}
/*
nav#menu li a:has(img){
  display: block;
  border: 1px solid #4297FC;
  padding: 15px;
  border-radius: 5px;
}
nav#menu li a:has(img)::after{
  display: none;
}
nav#menu li a:has(img):hover{

}*/
nav#menu ul,
nav#menu ul li{
  margin: 0;
  list-style: none;
  padding: 0;
}
nav#menu .title{
  margin: 40px 0 10px 0;
  font-size: 2.0rem;
}
nav#menu ul li{
  margin-bottom: 10px;
}


  /*
  nav#menu .entry-list,
  nav#menu .entry-list .title{
    width: 100%;
  }
  nav#menu .entry-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  nav#menu .entry-list li{
    margin: 0 20px 0 0;
  }
  nav#menu div,
  nav#menu .people{
    margin: 0;
    width: calc(50% - 20px);
  }
*/




/*----- recruit-home -----*/
body#recruit-idx #main-pic{
  position: relative;
  padding: 0;
  background: none;
  height: calc(100dvh - 122px);
  width: 100%;
  background: url("../img/bg-recruit-main-pic_04.png") center center no-repeat;
  background-size: 2400px 640px !important;
}
body#recruit-idx #main-pic .inner{
  width: 100%;
  height: 100%;
  background: url("../img/bg-recruit-main-pic_03.png") center bottom repeat-x;
  background-size: 1920px 317px;
}
body#recruit-idx #main-pic .logotextarea{
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin: auto;
}
.mainpiclogo{
  margin: 0 auto;
  text-align: center;
}
.mainpiclogo img{
  margin: 0;
}
.slick-active .mainpiclogo #sp{
  display: none;
}
body#recruit-idx .mainpiclogo_sp{
  display: none;
}
body#recruit-idx #main-pic .textarea{
  margin-top: 30px;
}
body#recruit-idx #main-pic .slick-active .textarea{
  animation: textanime 2.5s linear;
}
body#recruit-idx #main-pic .textarea p{
  text-align: center;
  line-height: 1.9;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}


/*#particles-js{ 
	position:absolute;
	z-index:-1;
	width: 100%;
  height: calc(100dvh - 122px);
}
body#recruit-idx .slider-wrap{
	position: relative;
	z-index: 1;
	width:100%;
	height: 100%;
}
body#recruit-idx #main-pic .slides{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  height: calc(100dvh - 122px);
}
body#recruit-idx #main-pic .building{
  animation: buildingstart 2.5s linear;
}
@keyframes buildingstart {
  0% {
    opacity:0;
  }
  10% {
    opacity:1;
  }
}
body#recruit-idx #main-pic .mainpiclogo{
  animation: slide04logo 2.5s linear;
}
@keyframes slide04logo {
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
}
@keyframes textanime {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
body#recruit-idx .slide04{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: url("../img/bg-recruit-main-pic_01.png") center bottom repeat-x;
  background-size: 1920px 140px;
  animation: bgroop 150s linear infinite;
}
body#recruit-idx .slide04 #bg-main02{
  position: absolute;
  bottom: 0;
  background: url("../img/bg-recruit-main-pic_02.png") center bottom repeat-x;
  background-size: 1920px 140px;
    animation: bgroop 60s linear infinite;
  width: 100%;
  height: 140px;
}
@keyframes bgroop {
    from { background-position: center bottom;}
    to { background-position: -1220px bottom;}
}
body#recruit-idx .slide04::before{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
  width: 100%;
  height: 13px;
  background: url("../img/bg-recruitslide04.svg") repeat-x 0 0;
  z-index: 5;
}*/



/**/
body#recruit-idx #news-area{
  position: relative;
  margin: -40px 0 0 0;
  background: none;
  padding: 0 60px 40px 60px;
}
body#recruit-idx #news-area::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #ECECEC;
  width: 100%;
  height: calc(100% - 40px);
  z-index: 0;
}
body#recruit-idx #news-area .inner{
  position: relative;
  background: rgba(255,255,255,.9);
  z-index: 1;
  padding: 30px 20px 30px 0;
}
/**/
#content .rec-menuarea h2 span{
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #1e1f1e;

}
#content .rec-menuarea  .inner,
body#recruit-idx section .inner{
  padding: 60px;
  max-width: 100%;
}
#content .rec-menuarea #people-area{
  background: #F0F0F0;
}
#content .rec-menuarea .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .rec-menuarea .list,
#content .rec-menuarea .list li{
  margin: 0;
  padding: 0;
}
#content .rec-menuarea .list li::before{
  display: none;
}
#content .rec-menuarea .list li{
  width: calc(50% - 20px);
}
#content .rec-menuarea .list li a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #ECECEC;
  text-decoration: none;
  border-radius: 5px;
  background: #D9F4FC url("../img/bg-recruit-special-area.png") no-repeat scroll center center;
  background-size: cover !important;
}
#content #entry-area a:hover,
#content .rec-menuarea .list li a:hover{
  transform: translateY(5px);
}
#content .rec-menuarea .list .text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0; 
  padding: 0 70px 0 0;
  width: 290px;
  text-align: center;
/*  font-size: 2.0rem;*/
  color: #4D4D4D;
  font-weight: 700;
}
#content .rec-menuarea .list .pic{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 70px 0 0;
  width: calc(100% - 290px);
}
#content .rec-menuarea .list img{
  margin: 0;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
#content #project-area .title::before,
#content .rec-menuarea .list .text::after,
#content .rec-menuarea .list .text::before{
  content: '';
  position: absolute;
  margin: auto;
}
#content #project-area .title::before,
#content .rec-menuarea .list .text::before{
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-top: 230px solid #FFF14C;
  border-left: 0px solid transparent;
  border-right: 134px solid transparent;
  border-bottom: 0px solid transparent;
  transition: .3s;
}
#content #project-area .title::before{
  border-top: 160px solid #FFF14C;
  border-right: 90px solid transparent;
}
#content .rec-menuarea .list .text::after{
  top: 0;
  left: 0;
  background: #FFF14C;
  border-radius: 5px 0 0 5px;
  width: 157px;
  height: 100%;
}
#content .rec-menuarea .list .text span{
  position: relative;
  z-index: 2;
}

/**/
#content #aboutus-area li{
  width: calc(33.33% - 20px);
}
#content #aboutus-area a{
  height: 200px;
}
#content #aboutus-area img{
  max-height: 200px;
}
#content #aboutus-area .list .text{
  color: #fff;
  width: 270px;
}
#content #aboutus-area .list .text::before{
  border-top: 200px solid #68ACFD;
}
#content #aboutus-area .list .text::after{
  background: #68ACFD;
  width: 137px;
}
#content #aboutus-area .list .text span span{
  display: block;
  margin: 10px 0 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
#content #aboutus-area .list .pic{
  padding: 0 0 0 0;
  width: calc(100% - 270px);
}
#content #aboutus-area .idx a{
  background: url("../img/bg-recruit-message-idx.jpg") no-repeat scroll center center;
  background-size: cover !important;
}
#content #aboutus-area .abo a{
  background: url("../img/bg-company-about-01.jpg") no-repeat scroll 80px 0;
  background-size: cover !important;
}

/**/
#content #people-area{
  background: #F0F0F0;
}

/**/
#content .specialarea .list li{
  width: 100%;
}
#content .specialarea .list li a{
  
  background: #D9F4FC url("../img/bg-recruit-special-area.png") no-repeat scroll center right !important;
  background-size: 75% 230px !important;
  height: 230px;
}
#content .specialarea .list li img{
  max-height: 230px;
}
#content .specialarea .list .text{
  justify-content: flex-start;
  align-content: center ;
  width: 50%;
  text-align: left;
  padding: 30px;
}
#content .specialarea .list .text::after{
  width: calc(100% - 134px);
}
#content .specialarea .list .text p{
  position: relative;
  z-index: 10;
  width: 100%;
}
#content .specialarea .list .text .data{
  color: #666766;
  font-weight: 400;
}
#content .specialarea .list .pic{
  width: 50%;
}
#content .rec-menuarea .list .text span{
  position: static;
}



/**/
#content #project-area .title{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 90px;
  height: 100%;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  color: #1E1F1E;
  padding: 15px 20px 0 0;
  z-index: 10;
  border-radius: 5px 0 0 0;
  overflow: hidden;
}
#content #project-area .title em{
  margin: 0 5px 0 0;
  font-size: 3.0rem;
  font-weight: 400;
}
#content #project-area .title span{
  position: relative;
}
#content #project-area a{
  background: #F2F2F2;
  color: #666766;
}
#content #project-area .pic{
  position: relative;
  margin: 0;
  padding: 0;
  width: 40%;
}
#content #project-area .pic::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 134px solid transparent;
  border-bottom: 220px solid #F2F2F2;
  transition: .3s;
}
#content #project-area .pic img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
#content #project-area .list div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 20px 20px 20px 0;
  width: 60%;
}
#content #project-area h3{
  margin: 0 0 10px 0;
  font-size: 2.0rem;
  width: 100%;
}
#content #project-area h3 small{
  display: block;
  font-size: 80%;
}
#content #project-area p{
  font-size: 1.5rem;
}
/**/
#content #entry-area{
  padding: 60px;
}
#content #entry-area h2 span,
#content #entry-area h2{
  color: #fff;
}
#content #entry-area h2{
  margin-bottom: 20px;
  text-align: left;
}
#content #entry-area .inner{
  background: rgba(255,255,255,.8);
  padding: 0;
  border-radius: 5px;
  max-width: 100%;
}
/*#content #entry-area h2{
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 20px;
  line-height: 50px;
}
#content #entry-area h2::before,
#content #entry-area h2::after{
  position: absolute;
  content: "";
  top: 0;
  background: #fff;
  height: 100%;
}
#content #entry-area h2::before{
  left: 30px;
  transform:skewX(-40deg);
  width: 100%;
}
#content #entry-area h2::after{
  left: 0;
  width: 60px;
  border-radius: 5px 0 0 0;
}
#content #entry-area h2 span{
  position: relative;
  z-index: 2;
  color: #E60012;
  font-style: Italic;
  font-size: 3.0rem;
  font-weight: 400;
}*/
#content #entry-area ul{
  padding: 30px;
}
#content #entry-area ul li{
  margin: 0;
  padding: 0;
  width: calc(50% - 20px);
/*  width: calc(33.33% - 15px);*/
}
#content #entry-area a{
  display: block;
  background: #fff;
  text-decoration: none;
  border: 1px solid #4297FC;
  height: 100%;
  border-radius: 5px;
}
#content #entry-area a br{
  display: none;
}
#content #entry-area li:not(.guide) a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 100px;
}
#content #entry-area a img{
  margin: 0;
  width: auto;
}
#content #entry-area .mynavi img{
  height: 30px;
}
#content #entry-area .rikunavi img{
  height: 38px;
}
#content #entry-area .guide{
  position: relative;
  min-height: 140px;
}
#content #entry-area .guide a{
/*  background: url("../img/bg-recruit-guide.jpg") no-repeat scroll center center;*/
  background-size: cover !important;
}
#content #entry-area .guide.recruit a{
  background: url("../img/bg-recruit-guide-recruit.jpg") no-repeat scroll center right;
}
#content #entry-area .guide.career a{
  background: url("../img/bg-recruit-guide-career.jpg") no-repeat scroll center center;
}
#content #entry-area .guide p{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 50px 0 0;
  width: 50%;
  height: 100%;
}
#content #entry-area .guide p::before,
#content #entry-area .guide p::after{
  content: '';
  position: absolute;
  top: 0;
}
#content #entry-area .guide p::before{
  right: 0;
  width: 0px;
  height: 0px;
  border-top: 140px solid #4297FC;
  border-left: 0px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 0px solid transparent;
  transition: .3s;
}
#content #entry-area .guide p::after{
  left: 0;
  background: #4297FC;
  width: calc(100% - 80px);
  height: 100%;
}
#content #entry-area .guide p span{
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
}
/* people-slider */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    margin: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  overflow: visible;
  z-index: 9999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}
.slick-prev{
    left: -15px;
}
.slick-next{
    right: -15px;
}
.slick-next:before,
.slick-prev:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto 0 auto;
    content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
}
.slick-next:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:before{
    -webkit-transform: rotate(221deg);
    transform: rotate(221deg);
}
/**/
#content #people-area .inner{
  padding: 60px 40px;
}
#people-list .people{
  margin: 0 20px;
}
#people-list .people a{
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #1E1F1E;
  height: 100%;
  z-index: 1;
}
#people-list .people a.active::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00B8EE;
  border-radius: 5px;
}
#people-list .people{
  transition: .3s;
}
#people-list .people:hover{
  transform: translateY(5px);
}
#people-list .people p{
  margin: 0;
}
#people-list .people img{
  margin: 0;
  border-radius: 5px 5px 0 0;
}
#people-list .people .data{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
  font-size: 1.3rem;
}
#people-list .people .data .tag{
  position: relative;
  padding: 0 5px 0 10px;
  color: #fff;
  line-height: 30px;
}
#people-list .people .data .tag::before{
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: -20px;
  width: 0px;
  height: 0px;
  border-top: 30px solid #8F85CC;
  border-right: 20px solid transparent;
  transition: .3s;
/*  background: #FFF14C;
  border-radius: 5px 0 0 5px;
  width: 156px;
  height: 100%;*/
}
#people-list .people .data .industry::before{
  border-top: 30px solid #48CAED;
}
#people-list .people .data .basis::before{
  border-top: 30px solid #63D691;
}
#people-list .people .data .iron{
  background: #8F85CC;
}
#people-list .people .data .industry{
  background: #48CAED;
}
#people-list .people .data .basis{
  background: #63D691;
}
#people-list .people .data .year{
  padding-right: 5px;
  color: #666766;
}
#people-list .people .namearea{
  padding: 30px;
}
#people-list .people .job{
  font-size: 1.4rem;
}
#people-list .people .name{
  font-size: 2.3rem;
}




/*----- recruit - leaf -----*/
body.recruit #main-pic::before{
  display: none;
}
body.recruit h1{
  text-align: center;
  padding: 80px 0 120px 0;
}
body#people-idx #main-pic,
body.recruit:not(#recruit-idx,.people,#message-president) #main-pic{
  position: relative;
  background: url("../img/bg-recruit-h1.png") center bottom repeat-x;
  background-size: 1510px 80px;
  padding: 0 60px;
}
body#people-idx #main-pic::after,
body.recruit:not(#recruit-idx,.people,#message-president) #main-pic::after{
  position: absolute;
	content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
	background:linear-gradient(90deg, #4297FC,#00B8EE,#FFF362,#FFA015);

}





/*----- recruit - data -----*/
/*body#data-idx section .inner{
  max-width: 1000px;
}
body#data-idx section .image{
  text-align: center;
}
body#data-idx #lv02-03 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#data-idx #lv02-03 .inner div{
  width: calc(50% - 20px);
}
*/
body#data-idx #content section:not(#entry-area) ul,
body#data-idx #content ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
body#data-idx #content ul li::before{
  display: none;
}
body#data-idx #content .tabs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*  border-bottom: 5px solid #FFF362;*/
}
body#data-idx #tabarea .inner{
  max-width: 1000px;
}
body#data-idx #content .tabs-btm{
/*  border: none;
  border-top: 5px solid #FFF362;*/
}
body#data-idx #content .tabs li{
  display: block;
  margin: 0 10px;
  background: #00B8EE;
  padding: 10px 40px;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
}
body#data-idx #content .tabs-btm li{
  border-radius: 0 0 5px 5px;
}
body#data-idx #content .tabs .active{
  background: #fff;
  color: #1E1F1E;
}
body#data-idx #content .tab-content{
  background: #fff;
  padding: 60px 30px;
  border-radius: 5px;
}
body#data-idx #content .tab-content h2{
  margin: 0 0 40px 0;
  text-align: center;
}
body#data-idx #content #tabarea{
  background: #E5F8FD;
}
body#data-idx #content .tab-content h3{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    margin: 60px 0 40px 0;
}
body#data-idx #content .tab-content h3 span{
  display: block;
  margin: 0 10px 0 0;
  background: #00B8EE;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100vw;
  text-align: center;
  color: #fff;
}
body#data-idx #content .tab-content h3 p{
  width: calc(100% - 60px);
}
body#data-idx #content .tab-content picture,
body#data-idx #content .tab-content .image{
  display: block;
  text-align: center;
}
body#data-idx #content .tab-content img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}



/*----- recruit - project -----*/
body.project #content h2{
  text-align: center;
}
body.project #content .image{
  margin-top: 40px;
}

/* project-projectstory */
body.projectstory h1{
  line-height: 1.4;
}
body.projectstory h1 span{
  margin-bottom: 15px;
}

/* project-idx */

/* project-flow */
body#project-flow main section .inner{
  max-width: 1000px;
}
body#project-flow #lv02-02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#project-flow #lv02-02 h2{
  margin: 0 0 20px 0;
  font-size: 2.0rem;
}
body#project-flow #lv02-02 h2 span{
  font-size: 1.4rem;
  color: #1E1F1E;
}
body#project-flow #lv02-02 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#project-flow #lv02-02 ul li{
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}
body#project-flow #lv02-02 ul a{
  display: block;
  padding: 8px 20px;
  background: #68ACFD;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
body#project-flow #lv02-02 ul a:hover{
  transform: translateY(5px);
}
body#project-flow #lv02-02  .inner div{
  padding: 20px 20px 0 20px;
  background: #F2F2F2;
}
body#project-flow #lv02-02 h2 a{
	position: relative;
  text-decoration: none;
  padding: 0 0 0 20px;
  color: #1E1F1E;
}
body#project-flow #lv02-02 h2 a::before{
	position: absolute;
	top: 0;
	bottom: 0;
  left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#project-flow #lv02-02 .project01{
  width: calc(65% - 20px);
}
body#project-flow #lv02-02 .project02{
  width: 35%;
}
body#project-flow #lv02-02 .project01 li{
  width: calc(33.33% - 15px);
}
body#project-flow #lv02-02 .project02 li{
  width: 100%;
}

/**/
/*body.flow #lv02-01 .pagemenu a{
  display: block;
  padding: 8px 20px;
  background: #68ACFD;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
body.flow #lv02-01 .pagemenu a:hover{
  transform: translateY(5px);
}*/
body.flow #ftpagemenu a::before{
  transform: translateX(-50%) rotate(-45deg);
}
body.flow #lv02-01 .inner{
  max-width: 1000px;
}
body.flow #lv02-01 .inner section{
  padding: 60px 0 0 0;
}
body.flow #lv02-01 .inner section > div{
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
body.flow #lv02-01 .inner section h3{
  font-size: 2.6rem;
  font-weight: 600;
}
body.flow #lv02-01 li.pic{
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	margin: 0 0 0 auto;
	text-align: right;
	width: 180px;
/*	height: 200px;*/
}
body.flow #lv02-01 .title-area{
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
body.flow #lv02-01 .title-area .title{
  position: absolute;
  top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 !important;
	padding: 10px 50px 10px 15px;
	font-size: 2.1rem;
	background: linear-gradient(to right, rgba(255, 243, 98, .8), rgba(255, 243, 98, 0));
	color: #1e1f1e;
}
body.flow #lv02-01 .text{
  position: absolute;
  bottom: 20px;
  margin: 0 0 0 30px;
  background: #fff;
  padding: 15px 0;
  width: calc(100% - 220px) ;
  height: auto;
  border-radius: 5px;
}
body.flow #lv02-01 .text:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border: 12px solid transparent;
	border-left: 20px solid #fff;
  }  
body.flow #lv02-01 .text p{
  padding: 0 15px;
  color: #666766;
  line-height: 1.5;
}
body.flow #lv02-01 .text p:last-child{
	margin: 0;
}
body.flow #lv02-01 img{
  margin: 0;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
/*#da-slider div#slide-03 ul li.text,
#da-slider div#slide-08 ul li.text{
  width: calc(100% - 340px);
}
#da-slider div#slide-03 ul li.text p,
#da-slider div#slide-08 ul li.text p{
  width: 100%;
}*/
body.flow #lv02-01 #slide-02-01,
body.flow #lv02-01 #slide-02-02,
body.flow #lv02-01 #slide-02-03{
  padding-top: 10px;
}
body.flow #lv02-01 #slide-02-01 ul,
body.flow #lv02-01 #slide-02-02 ul,
body.flow #lv02-01 #slide-02-03 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: -80px;
}
body.flow #lv02-01 #slide-02-01 li,
body.flow #lv02-01 #slide-02-02 li,
body.flow #lv02-01 #slide-02-03 li{
  position: relative;
}
body.flow #lv02-01 .text{
/*  margin-bottom: 20px;*/
  background: #f2f2f2;
}
body.flow #lv02-01 .text::before{
  border-left: 20px solid #f2f2f2;
}
body.flow #lv02-01 .link{
  margin: 40px auto;
  width: 300px;
}
body.flow #lv02-01 .link a{
  display: block;
  padding: 10px 30px;
  background: #68ACFD;
  color: #fff;
  text-decoration: none;
  border-radius: 100vw;
  text-align: center;
}
body.flow #lv02-01 .link::before{
  display: none;
}
body.flow #lv02-01 .link a:hover{
  transform: translateY(5px);
}




/*----- recruit-people -----*/
body.people main #main-pic{
  padding: 0 !important;
}
body.people #main-pic{
  position: relative;
}
body.people:not(#people-idx) .bc{
  position: absolute;
  margin: 60px 0 0 60px;
  z-index: 5;
}
body#people-idx main{
  background: #F0F0F0;
}
body#people-idx #main-pic{
  background-color: #fff;
}
body.people #main-pic .text{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35%;
}
body.people #main-pic .text div{
  background: #fff;
  padding: 30px 30px 30px 60px;
  width: 100%;
  border-radius: 5px;
}
body#message-president #main-pic h1,
body.people:not(#people-idx) #main-pic h1{
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1;
}
body#message-president #main-pic h1 span,
body.people #main-pic h1 span{
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #0094DE, #4CC483);
  color: #0094DE;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
body.people #main-pic ul:not(.bc),
body.people #main-pic ul:not(.bc) li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #1E1F1E;
}
body.people #main-pic ul.tagarea{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
body.people #main-pic .tag{
  position: relative;
}
body.people #main-pic .tag::after,
body.people #main-pic .tag::before{
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
}
body.people #main-pic .tag::before{
  right: -9px;
  transform:skewX(-30deg);
  width: 30px;
}
body.people #main-pic .tag::after{
  left: 0;
  width: 100%;
}
body.people #main-pic .tag span{
  position: relative;
  margin: 0 2px 0 10px;
  z-index: 2;
  color: #fff;
}
/*
産業: industry
製鉄: iron
基盤: basis
*/
body.people #main-pic .iron::after,
body.people #main-pic .iron::before{
  background: #8F85CC;
}
body.people #main-pic .industry::after,
body.people #main-pic .industry::before{
  background: #48CAED;
}
body.people #main-pic .basis::after,
body.people #main-pic .basis::before{
  background: #63D691;
}
body.people #main-pic ul.tagarea li:not(.tag){
  margin: 0 10px 0 0;
}
body.people #main-pic ul.tagarea .tag{
  margin: 0 30px 0 0;
}
body.people #main-pic .year{
  position: relative;
  padding: 0 10px 0 0 !important;
}
body.people #main-pic .year::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #C6C9C6;
  width: 1px;
  height: calc(100% - 8px);
}
body.people #main-pic .job{
  font-size: 2.0rem;
}
body.people #main-pic .name{
  font-size: 3.0rem;
}
body.people #main-pic .image{
  margin: 0 0 0 auto;
  width: 80%;
}
body.people #main-pic img{
  margin: 0;
}

/**/
body.people .block .inner{
  padding: 100px 0;
}
body.people #lv02-01 .image{
  margin: 0 60px 0 0;
}
body.people #lv02-01 .image img{
  border-radius: 0 5px 5px 0;
}
body.people #lv02-02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}
body.people #lv02-02 .inner .image,
body.people #lv02-02 .inner .text{
  width: 50%;
}
body.people #lv02-02 .inner .image img{
  margin: 0;
  border-radius: 5px 0 0 5px;
}
body.people #lv02-02 .inner .text{
  padding: 0 60px;
}
body.people #lv02-03 .inner{
  padding: 0 0 100px 0;
}
body.people #lv02-04 .image,
body.people #lv02-04 img{
  margin: 0;
}
body.people #lv02-04 .inner{
  position: relative;
  padding: 0;
}
body.people #lv02-04 .inner::after{
  position: absolute;
  content: "";
  top: -60px;
  left: -60px;
  background: #fff;
  width: calc(100% + 120px);
  height: 60px;
  border-radius: 5px 5px 0 0;
}
body.people #private .inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto;
  padding: 30px;
  border: 1px solid #C6C9C6;
  border-radius: 5px;
  max-width: 1000px;
}
body.people #private h2{
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 10px;
  line-height: 40px;
}
body.people #private h2::before,
body.people #private h2::after{
  position: absolute;
  content: "";
  top: 0;
  background: #00B8EE;
  height: 100%;
}
body.people #private h2::before{
  left: 30px;
  transform:skewX(-40deg);
  width: 100%;
}
body.people #private h2::after{
  left: 0;
  width: 60px;
  border-radius: 5px 0 0 0;
}
body.people #private h2 span{
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
body.people #private .image{
  width: 300px;
}
body.people #private .image,
body.people #private .image img{
  margin: 0;
  border-radius: 5px;
}
body.people #private .text{
  padding-top: 30px;
  width: calc(100% - 330px);
}
/**/
body.people #people-list{
  background: #F0F0F0;
}
body.people #people-list .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 60px;
}
body.people #people-list .inner::after{
  content:"";
  display: block;
  width: calc(33.33% - 20px);
}
body.people #people-list h2{
  width: 100%;
}
body.people #people-list .people{
  margin: 0 0 40px 0;
  width: calc(33.33% - 20px);
}






/*----- recruit-guide -----*/
body#guide-idx section .link{
  transition: .3s;
}
body#guide-idx section .link a{
  display: block;
  padding: 20px;
  text-decoration: none;
  border: 1px solid #4297FC;
  border-radius: 5px;
  color: #4297FC;
}
body#guide-idx section .link:hover {
  transform: translateY(5px);
}
body#guide-idx #lv02-02 .inner{
  padding-bottom: 120px;
}

/**/
body#guide-recruit-idx #lv02-01 table th{
  width: 8em;
}
body#guide-recruit-idx table h3{
  font-size: 1.8rem;
}
body#guide-recruit-idx table h4{
  margin: 20px 0 10px 0;
  font-size: 1.6rem;
}
body#guide-recruit-idx table h3:first-child,
body#guide-recruit-idx table h4:first-child{
  margin: 0 0 10px 0;
}
/**/
body#guide-career-idx #lv02-01 ul li{
  padding: 0;
}
body#guide-career-idx #lv02-01 a{
  position: relative;
  display: block;
  padding: 20px 20px 20px 35px;
  color: #4297FC;
  border: 1px solid #4297FC;
  border-radius: 5px;
  text-decoration: none;
}
body#guide-career-idx #lv02-01 ul li a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#guide-career-idx #lv02-01 a:hover{
  color: #fff;
  background: #4297FC;
  transform: translateY(5px);
}
body#guide-career-idx #lv02-01 ul li a:hover::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
body.guide-career table th{
  width: 10em;
}
body#guide-career-idx #lv02-02 table tr th,
body#guide-career-idx #lv02-02 table tr td{
  padding: 20px 0;
}
body#guide-career-idx #lv02-02 table tbody tr td{
  text-align: center;
  width: 20%;
}


/*----- recruit - message -----*/
/* idx */
body#message-idx #roots-area{
  padding: 60px;
}
body#message-idx #roots-area section{
  margin: auto;
  max-width: 100%;
}
body#message-idx #roots-area h2{
  margin: 0;
}
body#message-idx #roots-area .inner{
  margin: 0;
  padding: 0;
}
body#message-idx #roots-area h2,
body#message-idx #roots-area section{
  display: flex;
  flex-wrap: wrap;
}
body#message-idx #roots-area section:nth-child(even){
  flex-direction: row-reverse
}
body#message-idx #roots-area h2,
body#message-idx #roots-area .inner{
  width: 50% !important;
  max-width: 100%;
}
body#message-idx #roots-area h2{
  justify-content: center;
  align-items: center;
}
body#message-idx #roots-area h2 span{
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.04em;
}
body#message-idx #roots-area .inner{
  background: rgba(66,151,255,.7);
  padding: 60px 30px;
  color: #fff;
}
body#message-idx #roots-area #lv02-01{
  background: url(../img/bg-recruit-message-01.jpg) 50% 50% / cover no-repeat;
  border-radius: 5px 5px 0 0;
}
body#message-idx #roots-area #lv02-02{
  background: url(../img/bg-recruit-message-02.jpg) 50% 50% / cover no-repeat;
}
body#message-idx #roots-area #lv02-03{
  background: url(../img/bg-recruit-message-03.jpg) 50% 50% / cover no-repeat;
}
body#message-idx #roots-area #lv02-04{
  background: url(../img/bg-recruit-message-04.jpg) 50% 50% / cover no-repeat;
}
body#message-idx #roots-area #lv02-05{
  background: url(../img/bg-recruit-message-05.jpg) 50% 50% / cover no-repeat;
  border-radius: 0 0 5px 5px;
}
body#message-idx #roots-area #lv02-01 .inner{
  border-radius: 0 5px 0 0;
}
body#message-idx #roots-area #lv02-05 .inner{
  border-radius: 0 0 5px 0;
}


/* president */
body#message-president #main-pic{
  position: relative;
  padding: 0 !important;
}
body#message-president section .image img,
body#message-president #main-pic .text p,
body#message-president #main-pic img{
  margin: 0;
}
body#message-president #main-pic .text{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25%;
}
body#message-president #main-pic .text div{
  background: #fff;
  padding: 30px 60px 40px 60px;
  width: 100%;
  color: #1E1F1E;
}
body#message-president #main-pic .text p{
  line-height: 1;
}
body#message-president #main-pic .text .job{
  margin: 20px 0 10px 0;
  font-size: 1.8rem;
}
body#message-president #main-pic .text .name{
  font-size: 4.0rem;
}
body#message-president section .inner{
  padding: 60px 0 0 0;
}
body#message-president section .image{
  margin: 40px 0 0 0;
}
body#message-president #lv02-03 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  max-width: 100%;
}
body#message-president #lv02-03 .inner div,
body#message-president #lv02-03 .image{
  margin: 0;
  width: 50%;
}
body#message-president #lv02-03 .inner div{
  padding: 0 0 0 60px;
}
body#message-president #lv02-04{
  margin-bottom: 100px;
}
body#message-idx #aboutus-area,
body#message-president #aboutus-area{
  background: #f7f7f7;
}








/*----- recruit - news -----*/

body#news-idx #newsarea .inner{
  max-width: 1000px;
}
body#news-idx #newsarea li{
  margin-bottom: 20px;
  border-bottom: 1px dotted #666;
  padding-bottom: 20px;
}
body#news-idx #newsarea li .datearea{
  font-size: 1.4rem;
}






/* Cookie Agreement
   ========================================================================== */

   #cookie_alert{
    letter-spacing:1px;
    box-sizing:border-box;
    position:fixed;
    bottom:20px;
    left:20px;
    width:350px;
    padding:45px 16px 29px 16px;
    border:solid 1px #00B8EE;
  /*	border-radius:6px;*/
    background:#f0f3fa;
    color:#666;
    opacity:0;
    pointer-events:none;
    transition:opacity .3s;
    z-index:6000;
    box-shadow:0 0 10px rgba(19,76,127,0.2);
    text-align: left;
    border-radius: 5px;
  }
  #cookie_alert.on{
    opacity:1;
    pointer-events:auto;
  }
  #cookie_alert .tx{
    font-size:13px;
    line-height:20px;
  }
  #cookie_alert .tx.en{
    font-size:12px;
  }
  #cookie_alert .tx p{
    margin:0;
  }
  #cookie_alert .tx a{
    margin-left:4px;
    font-size:1.3rem;
    color:#00B8EE;
  }
  #cookie_alert .tx a:hover{
  /*	text-decoration:none;*/
  }
  #cookie_alert .tx p:last-child{
    margin-top:22px;
  }
  #cookie_alert .tx p a{
  /*  background: url("../img/nav-arrow-ft.png") 0 center no-repeat;
    padding: 0 0 0 8px;*/
  }
  #cookie_alert .btn{
    position:absolute;
    bottom:25px;
    right:18px;
    display:block;
    padding: 0 15px;
    height:30px;
    line-height:30px;
    font-size:16px;
    color:#fff;
    background:#00B8EE;
    text-align:center;
    cursor:pointer;
    border-radius: 5px;
  }
  #cookie_alert .btn:hover{
    background: #009BE1;
  }
  #cookie_alert .close{
    display:block;
    position:absolute;
    top:16px;
    right:16px;
    width:16px;
    height:16px;
    cursor:pointer;
  }
  #cookie_alert .close::before,
  #cookie_alert .close::after{
    position:absolute;
    top:0;
    left:calc( 50% - 1px );
    display:block;
    content:'';
    width:2px;
    height:16px;
    background:#666;
  }
  #cookie_alert .close::before{
    transform:rotate(45deg);
  }
  #cookie_alert .close::after{
    transform:rotate(-45deg);
  }
  @media all and (max-width: 599px) {
    #cookie_alert{
      left:0;
      bottom:0;
      width:auto;
      height:auto;
      padding:24px 8px 8px
    }
    #cookie_alert .btn{
      right:8px;
      bottom:8px;
    }
    #cookie_alert .close{
      right:8px;
      top:8px;
    }
  }
  