@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: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px 20px 10px 20px;
  background: #f0f3fa;
}
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;
}
main p{
  margin-top: 0;
  margin-bottom: 0.8em;
  letter-spacing:0.08em;
  line-height: 1.8;
}
.image{
  margin:0;
  text-indent:0;
}
/*.copy{
  text-indent:0;
  text-align:center;
}*/
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.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: 99;
  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.png") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
a[href$=".pdf"]{   
  background: url("../img/nav-pdf.gif") no-repeat 100% 50%; 
  padding-right: 14px; 
} 
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;
}*/
a:link,
a:visited,
a:active{
  color: #0038CC;
  text-decoration: underline;
}
a:hover{
  color: #0038CC;
  text-decoration: none;
}
/* list */
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
/*  list-style:disc;*/
}
#content ul ul{
  margin:0;
/*  list-style:circle;*/
  padding-left:1em;
}
#content ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  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 li{
  position: relative;
  padding: 0 0 0 10px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #ff0000;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  margin: 0 auto !important;
  padding: 5px 0;
  width: 960px;
  font-size: 79%;
  list-style: none;
  border-bottom: none;
  text-align: left;
}
ol.bc li span.arrow{
  margin: 0 0 0 0.2em;
}
ol.bc li a{
  color: #4d4d4d;
}
ol.bc li{
  display: inline;
  color: #999;
  margin: 0;
  padding: 0;
}
ol.bc li.first{
  background: none;
  padding-left: 0;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
ol.bc span{
  margin: 0 0 0 5px;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
  display: inline;
}
/* table */
main table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
  border-top: 1px dotted #BEBEBE;
  /* \*/
  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{
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #666 !important;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px dotted #BEBEBE;
  padding: 20px 0;
  text-align: left;
}
table tr th{
}
caption{
  text-align: left;
}
/*th, td{
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  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{
  margin: 0 !important;
}
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
main h1,main h2,main h3,main h4,main h5,main h6{
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.1em;
  color: #262626;
}
main h1{
  font-size: 7.0rem;
}
main h2{
  margin: 120px 0 30px 0;
  font-size: 3.4rem;
}
main h2 span {
  background: linear-gradient(transparent 70%, #FCDE80 40%);
  padding-bottom: 3px;
}
main h3{
  margin: 60px 0 20px 0;
  font-size: 2.2rem;
}
main 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 !important;
}
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 */
main { font-size: 1.6rem; } /* 16px */


body#bcxbnecollaboration-idx #lv02-01 dt,
body#interview-idx main #prospective-area p.title,
#recruit-menu p.siteid,
#recruit-menu > ul .sub li,
body#recruit-idx #interview-area .title,
#recmenu li a,
body#job-idx #lv02-00 .inner > div ul li,
body#business-idx #lv02-01 .pagenav li,
body#business-idx #lv02-01 .catch,
body#company-idx #lv02-01 p,
main h2,
#main-pic p{
  font-family: 'Kosugi Maru', sans-serif;
}


body#recruit-idx main .tabs li,
body#recruit-idx main #event-area .event .image,
body#recruit-idx main #main-pic h1,
#recruit-menu p.btn,
#recruit-menu ul li,
body#recruit-recruitidx #lv02-02 .willcan h4,
body#recruit-qa .content dl span,
body#company-idx #lv02-01 h3,
main h1{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

body#recruit-idx main #main-pic p{
  font-family: 'Noto Sans JP', sans-serif;
}
  /*
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Light'\9;
  font-weight: 300;
}
.more a,
#hdmenu,
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: left;
  word-wrap: break-word;
}
main{
  position: relative;
  color: #262626;
}

body:not(#home) main{
  padding-top: 65px;
}

/* wrapper */
/*
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
}*/

/*----- header -----*/
footer a:link,
header a:link{
  text-decoration: none;
}
footer a:hover,
header a:hover{
  text-decoration: underline;
}
/*
header{
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: 50px;
}
header #b-logo{
  margin: 0;
}
header #b-logo img{
  margin: 0;
}*/
/* hdmenu */
/*
#hdmenu{
  width: 100%;
  margin: auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
  height: 60px;
}
#hdmenu a{
  position: relative;
  text-decoration: none;
  color: #666766;
}
#hdmenu .active,
#hdmenu a:hover{
  color: #303130;
}
#hdmenu .active:before{
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ea1f05;
  width: 10px;
  height: 2px;
}
#hdmenu .inner{
  position: relative;
}
nav ul,
nav ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
nav ul{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  right: 20px;
  top: 0;
  bottom: 0;
}
nav ul li{
  transition: transform .3s;
}
nav ul li a {
  padding: 0 30px;
}
#hdmenu.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 54px;
    background: rgba(255,255,255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#hdmenu.fixed nav ul{
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  height: 20px;
}
#hdmenu.fixed nav ul li a{
  line-height: 20px;
}
#hdmenu.fixed nav ul li{
  font-size: 1.3rem;
}
#hdmenu.fixed #b-logo,
#hdmenu.fixed #b-logo a,
#hdmenu.fixed #b-logo a img{
  width: 169px;
  height: 25px;
}
#hdmenu.fixed  #b-logo{
  margin: 15px 0 0 30px;
}
#hdmenu .active:before{
  bottom: -8px;
}


*/


#recruit-menu{
  position: fixed;
  top: 180px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  z-index: 99;

}
#recruit-menu p.siteid{
  position: absolute;
  top: 13px;
  left: 16px;
  font-size: 2.2rem;
  font-weight: bold;
}
#recruit-menu p.siteid a{
  text-decoration: none;
  color: #262626;

}
#recruit-menu p.siteid em{
  color: #e60000;
}
#recruit-menu p.btn{
  display: none;
}
#recruit-menu > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding: 14px 20px;
}
#recruit-menu > ul > li{
  margin: 0 0 0 1.5em;
  font-size: 1.6rem;
}

#recruit-menu ul li.home{
  display: none;
}
#recruit-menu ul li a{
  padding: 10px 0;
  display: block;
  position: relative;
  text-decoration: none;
  color: #262626;
}
#recruit-menu > ul .sub{
  display: none;
  
  position: absolute;
  margin-top: 0;
  padding: 1em;
  background-color: #fff;
}
#recruit-menu > ul .sub li{
margin-top: 0.5em;
}
#recruit-menu > ul .sub li a{
  padding: 5px 0;

}
#recruit-menu > ul li.parent > a{
/*
    pointer-events: none;*/
    cursor: pointer;
}



/*----- content -----*/
#content{
  margin: 0 auto;
/*  background: #ccc;*/
  padding: 0;
}
main section .inner{
  margin: auto;
  max-width: 1000px;
}
#main-pic{
  padding: 60px 0;
  background-size: cover !important;
}
body.company #main-pic{
  background: #efefef url("../img/h1-company.png") no-repeat right center;
  background-size: contain !important;
}
body.business #main-pic{
  background: #efefef url("../img/h1-business.png") no-repeat right center;
}
body.job #main-pic{
  background: #efefef url("../img/h1-company.png") no-repeat right center;
}
#main-pic h1{
  margin: 0 0 40px 0;
  background: url("../img/h1.svg") no-repeat 0 0;
	background-size: 22px 94px !important;
  height: 94px;
}
#main-pic h1.wide{
  background: url("../img/h1_wide.svg") no-repeat 0 0;
	background-size: 22px 169px !important;
	height: 169px;
}
#main-pic h1 span{
  display: inline-block;
  margin: 0 0 0 22px;
  background: url("../img/h1_right.svg") no-repeat right 0;
	background-size: 604px 85px !important;
  padding: 8px 12px 0 0;
  height: 85px;
}
#main-pic h1.wide span{
  background: url("../img/h1_right_wide.svg") no-repeat right 0;
	background-size: 604px 160px !important;
  height: 160px;
}
#main-pic p{
  margin: 0;
  font-size: 1.8rem;
  width: 65%;
}
/**/
main .link{
  margin: 40px 0;
  border-radius: 100px; 
  text-align: center;
}
main .link a{
  display: inline-block;
  overflow: hidden;
  background: #fff;
  color: #262626;
  position: relative;
  z-index: 1;
  border: 1px solid #E60000;
  text-decoration: none;
  padding: 10px 60px;
  border-radius: 100px; 
  font-weight: bold;
}
main .link a::after {
  background: #E60000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
main .link a:hover{
  color: #fff !important;
}
main .link a:hover::after {
  transform: scale(1, 1);
}
main .link span{
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
main .link span::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #E60000;
  border-right: 2px solid #E60000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main .link a:hover span::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/**/
.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;
}
.linkblock{
  cursor: pointer;
}


/*----- footer -----*/
/*
footer{
  margin: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
footer .copy{
  margin: 0;
  font-size: 1.2rem;
}
footer .inner{
}
footer .inner ul,
footer .inner ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}*/

/*  home
////////////////////////////////////////// */



body#recruit-idx main #main-pic{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: url("../img/bg-recruit-2026.png") no-repeat center center;
  padding: 40px 40px 20px 40px;
/*  background-size: 1300px 530px !important;
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;*/
}
body#recruit-idx main #main-pic .logo{
  padding: 40px;
  width: 100%;
  text-align: center;
}
body#recruit-idx main #main-pic .logo img{
  width: 480px;
}
body#recruit-idx main #main-pic .inner{
  margin: 0 0 0 auto;
  background: rgba(255,255,255,.9);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 100%;
  width: 50% !important;
}
body#recruit-idx main #main-pic h1{
  margin: 0 0 20px 0;
  background: none;
  color: #000;
  font-size: 3.3rem;
  font-weight: 900;
  text-align: center;
  height: auto;
}
body#recruit-idx main #main-pic p{
  color: #262626;
  text-align: center;
  font-weight: 600;
  width: auto;
  font-size: 1.5rem;
}
body#recruit-idx main #main-pic .weak{
  margin: 10px 0 0 0;
  font-weight: 400;
  text-align: right;
  font-size: 1.2rem;
  width: 100%;
}
/**/
body#recruit-idx main .opencompany{
  margin: 60px auto 0 auto;
  width: 1000px;
}
body#recruit-idx main .opencompany img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body#recruit-idx main .opencompany a{
  display: block;
}
body#recruit-idx main .opencompany a:hover{
  transform: translateY(5px);
}

/* mov */
body#recruit-idx main .archive h4{
  text-align: center;
}

main .video_wrap{
  position:relative;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height:0;
  overflow:hidden;
}
main .video_wrap iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*
#archive-area .image img{
  border: 1px solid #ccc;
  margin: 0;
}
#archive-area .image{
  margin-bottom: 20px;
}
#archive-area .image a{
  display: block;
  font-size: 0;
}
#archive-area .image a:hover{
  transform: translateY(5px);
}*/
#youtube-movie {
  position: relative;
  margin: -70px auto 0 auto;
  width: 100%;
  max-width: 2474px; /* 最大の横幅 */
}
#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
body#home div#main #youtube-movie p.img{
  position: absolute;
  bottom: 20px;
  z-index: 1000;
  width: 50%;
}
#ban_internship img,
body#home div#main #youtube-movie p.img img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
/**/
#ban_internship{
  margin: 60px auto 0 auto;
  max-width: 1000px;
}
#ban_internship a{
  display: block;
}
#ban_internship a:hover{
  transform: translateY(5px);
}


.tab-content{display:none}
.tab-content.is_show{display:block}


body#recruit-idx main .tabs{
  margin: 60px auto 0 auto;
  max-width: 1000px;
}
body#recruit-idx main .tab-area{
  border-bottom: 1px solid #888;
}
body#recruit-idx main .tabs li{
  margin: 0 30px -1px 0;
  border: none;
  width: auto;

  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
body#recruit-idx main .tabs li a{
  position: relative;
  margin-top: 10px;
  padding: 20px 20px 10px 20px;
  border: 1px solid #888;
  background: #fff;
  text-decoration: none;
}
body#recruit-idx main .tabs li a.active{
  margin-top: 0;
  padding: 20px;
  border-bottom: none;
}
body#recruit-idx main .tabs li a.active span{
  background: linear-gradient(transparent 70%, #FCDE80 40%);
  padding-bottom: 3px;
}



body#recruit-idx main #archive-area,
body#recruit-idx main #event-area{
  margin-top: -120px;
  padding-top: 160px;
}

/**/
/*
body#recruit-idx main #main-pic p.image{
  width: 100%;
}
body#recruit-idx main #main-pic p.image img{
  max-width: 100%;
}*/
body#recruit-idx main #news-area{
  margin-top: 60px;
}
body#recruit-idx main #news-area .inner{
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 20px 0 20px 30px;
  max-height: 120px;
}
body#recruit-idx main #news-area h2{
  margin: 0;
  padding: 0 20px 0 0;
  width: 120px;
  font-size: 2.2rem;
  text-align: center;
}
body#recruit-idx main #news-area #news-wrap{
  position: relative;
  margin: 0;
  border-left: 1px solid #bebebe;
  padding-left: 20px;
  width: calc(100% - 100px);
  max-height: 80px;
  overflow: hidden;
}
body#recruit-idx .ps-scrollbar-y{
    opacity: 0.6 !important;
}
body#recruit-idx .ps-scrollbar-x{
  display: none;
}
body#recruit-idx main #news-area dt{
  position: absolute;
}
body#recruit-idx main #news-area dd{
  padding: 0 0 1em 6em;
}
body#recruit-idx main #news-area dd:last-child{
  padding-bottom: 0;
}
body#recruit-idx main #news-area a{
  color: #006FAA;
}
body#recruit-idx main #youtube-area{
  margin-top: 60px;
}

body#recruit-idx main .col2,
body#recruit-idx main .col3{
  display: flex;
  flex-wrap: wrap;
}
body#recruit-idx main .col3 > *{
  margin-right: 3.5%;
  width: 31%;
}
body#recruit-idx main .col2 > *{
  margin-right: 40px;
  width: calc(50% - 20px);
}
body#recruit-idx main #archive-area .col2 > *{
  margin-right: 20px;
  width: calc(25% - 15px);
}
body#recruit-idx main #archive-area .col2 > *:nth-of-type(4n),
body#recruit-idx main .col2 > *:nth-of-type(2n),
body#recruit-idx main .col3 > *:nth-of-type(3n){
  margin-right: 0;
}

body#recruit-idx main .col2 .archives{
  margin-bottom: 20px;
}
body#recruit-idx main .archives h4{
  line-height: 1.4;
}
body#recruit-idx main #event-area .cs{
  text-align: center;
  padding: 20px;
  font-weight: 700;
  font-size: 3.4rem;
  border: 1px solid #00a8a8;
  color: #00a8a8;
}
body#recruit-idx main #archive-area .event,
body#recruit-idx main #event-area .event{
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #006FAA;
  padding-bottom: 40px;
  overflow: hidden;
  transition: 0.3s;
}
body#recruit-idx main #event-area .internship-block{
  border: 1px solid #00A8A8;
}
body#recruit-idx main #event-area .recruit-block{
  border: 1px solid #FF9517;
}
body#recruit-idx main #event-area .event.nolink{
  cursor: default;
}
body#recruit-idx main #event-area .event:not(.nolink):hover{
  transform: translateY(5px);
}
body#recruit-idx main #event-area .event-more{
  display: none;
}
body#recruit-idx main #event-area .event.offline{
  border: 1px solid #ff9517;
}
body#recruit-idx main #archive-area .event .image,
body#recruit-idx main #event-area .event .image{
  position: relative;
  border-bottom: 1px solid #bebebe;
  z-index: 0;
  line-height: 0;
  line-height: 120px;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #006FAA;
}
body#recruit-idx main #archive-area .event .image,
body#recruit-idx main #event-area .event.pic .image{
  line-height: 0;
}

body#recruit-idx main #event-area .internship-block .image{
  color: #00A8A8;
}
body#recruit-idx main #event-area .recruit-block .image{
  color: #FF9517;
}
body#recruit-idx main #archive-area .event .image img,
body#recruit-idx main #event-area .event .image img{
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
body#recruit-idx main #event-area .event .space img{
  padding: 15px 55px;
}
body#recruit-idx main #archive-area .event ul,
body#recruit-idx main #event-area .event ul{
  margin: 0;
  padding: 20px;
}
body#recruit-idx main #archive-area .event ul li,
body#recruit-idx main #event-area .event ul li{
  margin-bottom: 0.8em;
}
body#recruit-idx main #archive-area .event .tag,
body#recruit-idx main #archive-area .event .date,
body#recruit-idx main #event-area .event .tag,
body#recruit-idx main #event-area .event .date{
  font-size: 1.4rem;
}
body#recruit-idx main #archive-area .event .date,
body#recruit-idx main #event-area .event .date{
  line-height: 1.4em;
}
body#recruit-idx main #archive-area .event .tag span,
body#recruit-idx main #event-area .event .tag span{
  display: inline-block;
  padding: 4px 5px;
  margin-right: 0.5em;
  border: 1px solid #006FAA;
}
body#recruit-idx main #event-area .event.offline .tag span{
  border: 1px solid #ff9517;
}
body#recruit-idx main #archive-area .event .title,
body#recruit-idx main #event-area .event .title{
  line-height: 1.5;
  font-weight: bold;
}
body#recruit-idx main #archive-area .event .detail,
body#recruit-idx main #event-area .event .detail{
  line-height: 1.5;
  font-size: 1.4rem;
  color: #666;
}
body#recruit-idx main #event-area .event.row2 ul{
  padding-bottom: 70px;
}
body#recruit-idx main #archive-area .event .link,
body#recruit-idx main #event-area .event .link{
  position: absolute;
  margin: 0;
  right: 20px;
  bottom: 20px;
  height: 32px;
}
body#recruit-idx main #event-area .event .link.row2{

  height: 70px;
}
body#recruit-idx main #archive-area .event .link a,
body#recruit-idx main #event-area .event .link a{
  border: none;
  background-color: #006FAA;
  padding: 3px 12px;
  font-size: 1.4rem;
  color: #fff;
}
body#recruit-idx main #event-area .internship-block .link a{
  background: #00A8A8;
}
body#recruit-idx main #event-area .recruit-block .link a{
  background: #FF9517;
}
body#recruit-idx main #event-area .event.offline .link a{
  background-color: #ff9517;
}
body#recruit-idx main #archive-area .event .link a::before,
body#recruit-idx main #event-area .event .link a::after{
  content: none;
}
body#recruit-idx main #archive-area .event .link span::before,
body#recruit-idx main #event-area .event .link span::before{
  border-color: #fff;
}
body#recruit-idx main #event-area .link.more span::before{
  bottom: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
body#recruit-idx main #event-area .link.more .active span::before{
  bottom: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body#recruit-idx main #event-area .event .link span{
  padding: 0 12px 0 0;
}
body#recruit-idx main .menu-area{
  padding: 60px 0;
}
body#recruit-idx main .menu-area .col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body#recruit-idx main .menu-area .col2 > .text{
 /* max-width: 360px;
  flex: 1;*/
}
/**/
body#recruit-idx main .menu-area .inner{
  position: relative;
  padding: 30px;
}
body#recruit-idx main .menu-area .inner > .brackets::before,
body#recruit-idx main .menu-area .inner > .brackets::after,
body#recruit-idx main .menu-area .inner::before,
body#recruit-idx main .menu-area .inner::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../img/bg-corner.png") center center no-repeat;
  width: 50px;
  height: 50px;
}
body#recruit-idx main .menu-area .inner::before{
  transform: rotate(180deg);
}
body#recruit-idx main .menu-area .inner::after{
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(270deg);
}
body#recruit-idx main .menu-area .inner > .brackets::before{
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}
body#recruit-idx main .menu-area .inner > .brackets::after{
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: rotate(0);
}
/**/
body#recruit-idx main #company-area{
  background: url("../img/bg-home-company.png") bottom left no-repeat;
	background-size: 1220px 526px;
}
body#recruit-idx #company-area .col2 > .text{
  width: calc(100% - 580px) ;
}
body#recruit-idx main #company-area .col2{
  flex-direction: row-reverse;
}
body#recruit-idx main #business-area p,
body#recruit-idx main #business-area h2,
body#recruit-idx main #company-area h2{
  text-align: center;
}
/*body#recruit-idx main #business-area h2{
  margin-top: 0;
}*/
body#recruit-idx main .menu-area h2.sp{
  display: none;
}
body#recruit-idx main .menu-area h2.pc{
  margin-top: 80px;
}
body#recruit-idx main .linkblock p.image span{
  position: relative;
  display: block;
  max-width: 550px;
  height: auto;
/*  max-height: 286px;*/
  overflow: hidden;
}
body#recruit-idx main .linkblock p.image span{
  font-size: 0;
}
body#recruit-idx main .linkblock p.image,
body#recruit-idx main .linkblock p.image span img{
  transition: 0.3s;
}
body#recruit-idx main .linkblock:hover p.image{
  background-size: 95% !important;
}
body#recruit-idx main .linkblock:hover p.image span img{
  transform: scale(1.1, 1.1);
}
/*body#recruit-idx main #business-area{
  background: url("../img/bg-home-business.png") bottom right no-repeat;
	background-size: 1220px 396px;
	-webkit-background-size: 1220px 396px;
	-moz-background-size: 1220px 396px;
	-ms-background-size: 1220px 396px;
	-o-background-size: 1220px 396px;
}*/
body#recruit-idx main .linkblock:hover .link a{
  color: #fff !important;
}
body#recruit-idx main .linkblock:hover .link a::after {
  transform: scale(1, 1);
}
/**/
body#recruit-idx #businessjob-area{
  background: url("../img/bg-home-business.png") bottom right no-repeat;
  background-size: 1220px 396px;
}
body#recruit-idx .column2 .column2-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
body#recruit-idx .column2 section{
  width: calc(50% - 20px) ;
}
body#recruit-idx #recruit-area h2,
body#recruit-idx .column2 h2{
  margin: 0 0 30px 0;
  text-align: center;
}
body#recruit-idx #message-area .text .link,
body#recruit-idx #businessjob-area .link{
  margin: 30px 0 0 0;
}
body#recruit-idx #recruit2024-area .col2 > .text,
body#recruit-idx #message-area .col2 > .text{
  width: calc(100% - 540px) ;
}
body#recruit-idx #recruit-area h2,
body#recruit-idx #message-area .text h2{
  margin-top: 0;
}
body#recruit-idx #interview-area .title{
  margin: 10px 0 0 0;
  font-size: 2.4rem;
  text-align: center;
}
body#recruit-idx #interview-area .link{
  margin: 10px 0 0 0;
}
body#recruit-idx #recruit-area #recmenu{
  margin: 0 auto;
  width: 500px;
}
body#recruit-idx #recruit-area #recmenu li{
  margin: 0 0 20px 0;
  width: calc(50% - 10px);
}
body#recruit-idx #recruit2024-area .text h2{
  font-size: 2.2rem;
  text-align: center;
}
body#recruit-idx #recruit2024-area .image{
  border: 1px solid #00A8A8;
}








/**/
main #ban-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto 0 auto;
  padding: 80px 0 0 0;
  border-top: 1px solid #ccc;
}
main #ban-area p{
  margin: 10px;
}
main #ban-area .link.home a span{
  padding: 0 0 0 20px;
}
main #ban-area .link.home a span::before{
  left: 0;
  right: auto;
  background: url("../img/nav-home.png") center center no-repeat;
	background-size: 15px 14px !important;
	-webkit-background-size: 15px 14px !important;
	-moz-background-size: 15px 14px !important;
	-ms-background-size: 15px 14px !important;
	-o-background-size: 15px 14px !important;
	width: 15px;
  height: 14px;
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
main #ban-area .link.home a:hover span::before{
  background: url("../img/nav-home-wh.png") center center no-repeat;
}
main #entry-area.floating{
  position: fixed;
  right: 60px;
  bottom: 0;
  margin: 0;
  
    z-index: 100;
}
main #entry-area.floating .inner{
  padding: 15px 15px 5px 15px;
}
main #entry-area.floating .inner h3{
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  color: #E60000;
}
main #entry-area.floating .inner ul.link{
  margin: 0 !important;
}
main #entry-area.floating .inner ul.link li {
    font-size: 1.8rem;
}
/*
main #entry-area.floating .inner ul.link li:first-of-type {
    margin-right: 15px;
}*/
main #entry-area.floating .inner ul.link li a {
    padding: 10px 20px;
    width: 160px;
    line-height: 18px;
}
main #entry-link,
main #entry-area{
  margin: 80px auto;
}
main #entry-link .inner,
main #entry-area .inner{
 /* border-radius: 10px;*/
/*
  background-color: #CCEEEE;*/
  padding: 30px;
}
main #entry-area.entry-bottom .inner{
  background-color: #CCEEEE;
}

main #entry-area.entry-bottom .inner .col2 div:first-of-type{
  width: 66.666%;
}
main #entry-area.entry-bottom .inner .col2 div:last-of-type{
  width: 33.333%;
}
main #entry-area.entry-bottom .inner .col2 ul{
  justify-content: center;
}

body#recruit-idx #entry-link .inner h3,
main #entry-area .inner h3{
  margin: 10px 0 30px 0;
  text-align: center;
}
main #entry-area .inner ul.link{
/*  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;*/
}
main #entry-link .link li,
main #entry-area .inner ul.link li{
/*
  margin: 0 0 10px 0;*/
  font-size: 2.0rem;
  line-height: 1.8;
}
main #entry-link .link li a,
main #entry-area .inner ul.link li a{
  padding: 10px 60px;
  width: 250px;
}
body#recruit-idx #entry-link{

}
body#recruit-idx #entry-link .link{
  margin: 0;
}
body#recruit-idx #entry-link .inner ul.link li a{
  width: 350px;
}
/*
main #entry-area .inner ul.link li.entry span{
  padding: 0;
}*/
body#recruit-idx #entry-link .link li a,
main #entry-area .inner ul.link li a{
  border: 2px solid #1e1f1e;
  color: #1e1f1e;
}
main #entry-area .inner ul.link li.mypage a{
}
main #entry-area .inner ul.link li.entry a:hover,
main #entry-area .inner ul.link li.mypage a:hover{
  color: #fff !important;
}
/*
main #entry-area.floating .inner ul.link li a span::before{
  display: none;
}*/
main #entry-area .inner ul.link li.mypage a::after{
  background: #f9be00;
}
/*
main #entry-area .inner ul.link li.mypage span{
  padding: 0 36px 0 0;
  background: url("../img/nav-packman.png") right center no-repeat;
	background-size: 26px 28px;
}
*/
main #entry-area .link{
  display: flex;
  margin: 40px 0 20px 0;
}
main #entry-area .link li{
  margin: 0 0 0 10px;
}
main #entry-area .link li:first-of-type{
  margin-left: 0;
}
/*
body#recruit-idx main #entry-area .link a{
  border: 1px solid #00A8A8;
}*/
main #entry-area .link a::after{
  background: #e60000;
}
main #entry-area .link .mypage a::after{
  background: #f9be00;
}

main #entry-area .link a:hover span::before{
  border-color: #fff;
}
main #entry-area .entry span::before{
  border-color: #e60000;
}
main #entry-area .mypage span::before{
  border-color: #f9be00;
}

/*
main #entry-area .inner ul.link li.entry a::after{
  background: #e60000;
}
main #entry-area .inner ul.link li.entry a span::before{
  border-top: 2px solid #e60000;
  border-right: 2px solid #e60000;
}
main #entry-area .inner ul.link li.mypage a span::before{
  border-top: 2px solid #f9be00;
  border-right: 2px solid #f9be00;
}
main #entry-area .inner ul.link li a:hover span::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}*/

/**/
body#recruit-idx .overlay {
	display: none;
	position: fixed;
  top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 100000;
}
body#recruit-idx .btn_area {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 2
}
body#recruit-idx .overlay p,
body#recruit-idx .overlay img{
  margin:0 !important; 
}
body#recruit-idx .batsu {
  cursor: pointer;
  display: block;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
}
body#recruit-idx .batsu::before,
body#recruit-idx .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 30px;
  background: #fff;
}
body#recruit-idx .batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
body#recruit-idx .batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}




/*  company
////////////////////////////////////////// */
body#company-idx #lv02-01 h3,
body#company-idx #lv02-01 p{
  text-align: center;
}
body#company-idx #lv02-01 h3{
  margin: 10px 0 20px 0;
}
body#company-idx #lv02-01 p{
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.0;
}
body#company-idx #lv02-01 .text{
  position: relative;
  margin: 50px auto 0 auto;
  padding: 30px;
  border: solid 1px #F9BE00;
  width: 620px;
}
body#company-idx #lv02-01 .text div{
  padding: 40px;
  border: 1px solid #F9BE00;
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body#company-idx #lv02-01 .text::before,
body#company-idx #lv02-01 .text::after{
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
body#company-idx #lv02-01 .text::before{
  top: -1px;
  bottom: -1px;
  left: 60px;
  right: 60px;
}
body#company-idx #lv02-01 .text::after{
  top: 60px;
  bottom: 60px;
  left: -1px;
  right: -1px;
}
body#company-idx #lv02-01 .text div::before,
body#company-idx #lv02-01 .text div::after{
  position: absolute;
  content: "";
  width: 153px;
  height: 121px;
  background-size: 153px 121px !important;
}
body#company-idx #lv02-01 .text div::before{
  top: -31px;
  left: -60px;
  background: url("../img/nav-company-idx-02-01.png") no-repeat 0 0;
}
body#company-idx #lv02-01 .text div::after{
  bottom: -31px;
  right: -60px;
  background: url("../img/nav-company-idx-02-02.png") no-repeat 0 0;
}
/**/
body#company-idx #lv02-02{
  background: url("../img/bg-company-idx-swiper.png") repeat-x 0 360px;
  overflow: hidden;
}
body#company-idx #lv02-02 .swiper{
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0 0;
  width: 100vw;
}
main .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
main .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: auto;
}
main .swiper-slide img {
  display: block;
  width: 100%;
}
main .swiper-slide p{
  display: none;
}
main .swiper-slide-active{
  position: relative;
}
main .swiper-slide-active p{
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: 3px 10px;
  font-weight: bold;
}
.thumb-list {
  margin: 60px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
}
.thumb-list li a{
  display: block;
  width: 100%;
  height: 100%;
}
.thumb-list li{
  position: relative;
  list-style: none;
  margin: 0 0 5px 0;
  width: calc(16.66% - 5px);
  opacity: 0.4;
}
main .swiper-slide-active p,
.thumb-list li.current{
  opacity: 1;
  border: solid 1px #E60000;
}
main .swiper-slide-active p::before,
main .swiper-slide-active p::after,
.thumb-list li::before,
.thumb-list li::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
main .swiper-slide-active p::before,
.thumb-list li::before {
  top: -1px;
  bottom: -1px;
  left: 10px;
  right: 10px;
}
main .swiper-slide-active p::after,
.thumb-list li::after {
  top: 10px;
  bottom: 10px;
  left: -1px;
  right: -1px;
}
main .swiper-slide-active p span,
.thumb-list img{
  position: relative;
  z-index: 1;
  padding: 5px;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
main .swiper-slide-active p.weak{
  display: none;

  border: none;
  width: 100%;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 1.5;
  top: -20px;
  text-align: center;
  /*
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: 3px 10px;
  font-weight: bold;
  */
}
main .swiper-slide-active p.weak::before,
main .swiper-slide-active p.weak::after{
  display: none;
}
.swiper-slide-active{
  top: 20px;
}
/**/
body#company-idx #lv02-03 .weak{
  text-align: right;
}


main .swiper-button-prev,
main .swiper-button-next{
  background: none;
  top: 33%;
  
}
main .swiper-button-prev{
    left: calc(50% - 270px);
}
main .swiper-button-next{
    right: calc(50% - 270px);
}
main .swiper-button-prev::after,
main .swiper-button-next::after{
  content: "";
    left: 3px;
    background: none;
    width: 15px;
    height: 15px;
    border-top: 3px solid #E60000;
    border-right: 3px solid #E60000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

main .swiper-button-prev::after{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);

}



/*  internship
////////////////////////////////////////// */
body.opencompany .main-pic_cs{
  padding: 100px 30px !important;
}
body.opencompany .main-pic_cs p{
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 4.0rem;
  color: #0069b1;
  font-weight: 700;
}
body.opencompany .main-pic_cs p em{
  font-size: 6.0rem;
  color: #0069b1;
}
body.opencompany .main-pic_cs .cs{
  margin: 0;
  color: #f6b700;
}
body.opencompany .main-pic_cs br{
  display: none;
}
body.opencompany #main-pic{
    padding-bottom: 0;
}
body.opencompany #main-pic h1{
  margin-bottom: 0;
  letter-spacing: 0.05em !important;
}
/*
body.opencompany main #lv02-01 .inner p,
body.opencompany main #lv02-01 .inner li{
  line-height: 1.8;
}*/

body.opencompany #lead{
  margin-top: 40px;
}



body.opencompany main #lv02-01 .inner img{
  max-width: 100%;
}
body.opencompany main #lv02-01 .inner h2{
  margin-top: 0;
  text-align: center;
  line-height: 1.5;
}
body.opencompany main #lv02-01 .inner h2 span{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #00A8A8;
  margin: 0 auto;
  background: none;
  font-size: 66%;
}
body#bcxbnecollaboration-idx main #lv02-01 h3,
body.opencompany main #lv02-01 .inner h3{
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  font-weight: 700;
}
body#bcxbnecollaboration-idx main #entry-area h3{
  border: none;
}
body.opencompany main section .inner h4{
  font-weight: bold;
}
/**/
body.opencompany main section ul.days li{
  margin-bottom: 0.75em;
  font-weight: bold;
  font-size: 1.7rem;
}
body.opencompany main section ul.days li span{
  display: inline-block;
  padding: 3px 5px 5px 5px;
  margin-right: 0.5em;
  background-color: #fccf00;
  min-width: 80px;
  text-align: center;
  color: #0069b1;
}
body.opencompany main section ul.days li span.online{
  background-color: #ff9517;
}
body.opencompany main section ul.days li small{
  font-weight: normal;
  font-size: 1.6rem;
}
body#bcxbnecollaboration-idx main section .inner ul.bullet li,
body.opencompany main section .inner ul.bullet li{
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0 10px;
}
body#bcxbnecollaboration-idx main section .inner ul.bullet li::before,
body.opencompany main section .inner ul.bullet li::before{
  position: absolute;
  content: "";
  background-color: #00a8a8;
  left: 0;
  top: 0.45em;
  margin: auto;
  height: 5px;
  width: 5px;
}
body#bcxbnecollaboration-idx main section .inner ul.check li{
  padding-left: 25px;
}
body#bcxbnecollaboration-idx main section .inner ul.check li::before{
  top: 0;
  background: url("../img/check_red.png") center left transparent no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
}

body.opencompany main #lv02-01 ol{
  list-style-type: decimal;
  padding: 0 0 0 1em;
}
body.opencompany main #lv02-01 ol li{
  margin: 0 0 1em 0;
}
body.opencompany main #lv02-01 .data{
  font-size: 2.0rem;
  font-weight: 700;
  color: #E60000;
}
body.opencompany main #lv02-01 .inner .main-pic #entry-area{
  margin: 20px auto 0 auto;
}
body.opencompany main #lv02-01 .inner #entry-area .col2 > *{
  border: none;
  padding: 0;
}
body.opencompany main #lv02-01 .inner #entry-area h3{
  margin-bottom: 10px;
  border-top: none;
  padding-top: 0;
  line-height: 1.4;
}
body.opencompany main #lv02-01 .inner #entry-area h3 small{
  font-size: 80%;
}
body.opencompany #lv03-07 h4{
  margin-top: 40px;
}
body.opencompany #entry-area .link{
  margin-top: 10px;
  justify-content: center;
}
body.opencompany #entry-area .inner {
  background-color: #CCEEEE;
}
body.opencompany #entry-area:not(.floating) .entry a{
  border: 2px solid #e60000 !important;
}
body.opencompany #entry-area:not(.floating) .mypage a{
  border: 2px solid #f9be00 !important;
}
body.opencompany #entry-area:not(.floating) .entry a span{
  color: #e60000;
}
body.opencompany #entry-area:not(.floating) .mypage a span{
  color: #f9be00;
}
body.opencompany #entry-area:not(.floating) .link a:hover span{
  color: #fff;
}

/**/
main #entry-area .link{
  margin-bottom: 0;
}
main #entry-area .col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #entry-area .col2 > *{
  width: calc( 50% - 20px );
}
body#bcxbnecollaboration-idx #lv02-01 .days{
  font-size: 120%;
  font-weight: bold;
}
body#bcxbnecollaboration-idx #lv02-01 dl{
  position: relative;
}
body#bcxbnecollaboration-idx #lv02-01 dt{
  position: absolute;
  margin: -0.2em 0 0 0;
  background-color: #e60000;
  color: #fff;
  padding: 0.25em 0.5em;
  font-weight: bold;
}
body#bcxbnecollaboration-idx #lv02-01 dd{
  margin: 0 0 1.25em 5em;
}



/*
main #entry-area .col2,
body.message main section .inner .col2,
body.opencompany main section .inner .col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main #entry-area .col2 > *,
body.message main section .inner .col2 > *,
body.opencompany main section .inner .col2 > *{
  width: calc( 50% - 20px );
}
body.opencompany main #lv02-01 .inner .main-pic{
  margin: 0 auto 30px auto;
  border: 1px solid #00A8A8;
  border-radius: 10px;
  padding: 30px;
}
body.opencompany main #lv02-01 .inner .main-pic img{
  margin: 0;
}
body.opencompany main #lv02-01 #lv03-09 .lv04-01,
body.opencompany main #lv02-01 #lv03-09 .lv04-02{
  border: 1px solid red;
  padding: 20px;
  border-radius: 10px;
}
body.opencompany main #lv02-01 #lv03-09 .lv04-01 p:last-child,
body.opencompany main #lv02-01 #lv03-09 .lv04-02 p:last-child{
  margin: 0;
}
body.opencompany main #lv02-01 #lv03-09 .lv04-01 h4,
body.opencompany main #lv02-01 #lv03-09 .lv04-02 h4,
body.opencompany main #lv02-01 #lv03-09 .lv04-01 p,
body.opencompany main #lv02-01 #lv03-09 .lv04-02 p{
  color: red;
  font-weight: bold;
}
body.opencompany main #lv02-01 #lv03-09 em{
  color: red;
  font-weight: normal !important;
}
body.opencompany main #lv02-01 #lv03-09 .lv04-01{
  margin-top: 20px;
}
body.opencompany main #lv02-01 #lv03-09 .lv04-02{
  margin: 20px 0;
}

body.opencompany main section .inner ol{
  margin-left: 2em;
  list-style-type: number;
}

body.opencompany main section .inner .col2 > *{
  border: 1px solid #00a8a8;
  padding: 20px;
  border-radius: 10px;
}
body.opencompany main section .inner .col2 > * h4{
  text-align: center;
  color: #00a8a8;
}
body.opencompany main section .inner .col2 .online{
  border: 1px solid #ff9517;
}

body.opencompany main section .inner .col2 .online h4{
  color: #ff9517;
}
body.opencompany main section .inner .lv03-09 h4{
  margin-bottom: 10px;
}
body.opencompany main section .inner p.attention{
  font-size: 1.4rem;
}
*/




/*  message
////////////////////////////////////////// */
body#message-idx #main-pic{
  background-color: #efefef;
  padding: 80px 0 0 0;
}
body#message-idx #main-pic h1{
  margin: 0 0 50px 0;
}
body#message-idx #main-pic .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#message-idx #main-pic .mv{
  width: 420px;
}
body#message-idx #main-pic .profile{
  width: calc(100% - 460px) ;
}
body#message-idx #main-pic .profile div{
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  padding: 20px;
}
body#message-idx #main-pic .profile p{
  width: 100%;
}
body#message-idx #main-pic .profile p.name {
  font-size: 2.2rem;
}
body#message-idx section h2{
  line-height: 1.7;
  letter-spacing: 0.05em;
}
body#message-idx section h2 .sub{
  display: block;
  background: none;
  font-size: 1.8rem;
  color: #F9BE00;
}
body#message-idx #lv02-04 h2,
body#message-idx #lv02-03 h2,
body#message-idx #lv02-02 h2{
  width: 100%;
}
body#message-idx #lv02-04 .inner,
body#message-idx #lv02-03 .inner,
body#message-idx #lv02-02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#message-idx #lv02-03 .inner{
  flex-direction: row-reverse;
}
body#message-idx #lv02-04 .text,
body#message-idx #lv02-02 .text{
  width: calc(100% - 500px) ;
}
body#message-idx #lv02-03 .text{
  width: calc(100% - 440px) ;
}
body#message-idx #lv02-01 .inner{
  max-width: 800px;
}
body#message-idx .content .bg-01{
  margin: 60px 0 0 0;
}
body#message-idx #lv02-05{
  position: relative;
  margin-top: -60px;
}
body#message-idx #lv02-05 > .inner{
  padding: 40px;
  background: #fff;
}
body#message-idx #lv02-05 h2{
  margin-top: 0;
}




/* 2024 */


/*  business
////////////////////////////////////////// */
body#business-idx #lv02-01 .catch{
  margin: 40px 0;
  font-size: 2.2rem;
  text-align: center;
}
body#business-idx #lv02-01 .catch span{
  display: block;
  margin: 15px 0 0 0;
  font-size: 1.6rem;
}
body#business-idx #lv02-01 .pagenav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
body#business-idx #lv02-01 .pagenav li{
  width: calc(33.33% - 25px) ;
  border-radius: 10px; 
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  overflow: hidden;
}
body#business-idx #lv02-01 .network{
  border: 1px solid #006FAA;
}
body#business-idx #lv02-01 .cs{
  border: 1px solid #F8BB00;
}
body#business-idx #lv02-01 .life{
  border: 1px solid #E74560;
}
body#business-idx #lv02-01 .pagenav p{
  margin: 0;
  text-align: center;
}
body#business-idx #lv02-01 h3,
body#business-idx #lv02-01 .pagenav .title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#business-idx #lv02-01 .pagenav .title{
  justify-content: center;
  margin: 0 0 10px 0;
}
body#business-idx #lv02-01 .pagenav .title img{
  margin: 0 5px 0 0;
  width: 32px;
  height: 32px;
}
body#business-idx #lv02-01 .pagenav .title span{
  padding: 2px 0 0 0;
}
body#business-idx #lv02-01 div .pic img{
  margin: 0;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body#business-idx #lv02-01 .pagenav a{
  position: relative;
  display: block;
  padding: 10px 10px 15px 10px;
  color: #000;
  text-decoration: none;
}
body#business-idx #lv02-01 .pagenav a::before{
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(135deg);
}
body#business-idx #lv02-01 .pagenav li:hover{
  transform: translateY(5px);
}
body#business-idx #lv02-01 .pagenav li:hover a{
  color: #fff !important;
}
body#business-idx #lv02-01 .network:hover a{
  background: #006FAA;
}
body#business-idx #lv02-01 .cs:hover a{
  background: #F8BB00;
}
body#business-idx #lv02-01 .life:hover a{
  background: #E74560;
}
body#business-idx #lv02-01 .inner div{
  margin: 0 0 20px 0;
  padding: 30px;
}
body#business-idx #lv02-01 h3{
  margin: 0 0 20px 0;
}
body#business-idx #lv02-01 h3 img{
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}
body#business-idx #lv02-01 div .pic{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#business-idx #lv02-01 div .pic li{
  width: calc(33.33% - 10px) ;
}
body#business-idx #lv02-01 div .pic::after{
  display: block;
  content:"";
  width: calc(33.33% - 10px) ;
}
body#business-idx #lv02-01 div .pic figcaption{
  margin: 3px 0 0 0;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: -0.035em;
}


/*  job
////////////////////////////////////////// */
body#job-idx #lv02-00 .inner > div{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 20px;
  align-items: center;
}
body#job-idx #job-01 .inner h2,
body#job-idx #lv02-00 .inner > .job-01{
  background-color: #0069b1;
}
body#job-idx #job-01 .inner{
  border: 1px solid #0069b1;
}
body#job-idx #job-02 .inner h2,
body#job-idx #lv02-00 .inner > .job-02{
  background-color: #00b6bf;
}
body#job-idx #job-02 .inner{
  border: 1px solid #00b6bf;
}
body#job-idx #job-03 .inner h2,
body#job-idx #lv02-00 .inner > .job-03{
  background-color: #ffc000;
}
body#job-idx #job-03 .inner{
  border: 1px solid #ffc000;
}
body#job-idx #job-04 .inner h2,
body#job-idx #lv02-00 .inner > .job-04{
  background-color: #df4661;
}
body#job-idx #job-04 .inner{
  border: 1px solid #df4661;
}

body#job-idx #lv02-00 .inner > div h3{
  margin: 0;
  line-height: 1.25;
  color: #fff;
}
/*body#job-idx #job-03 .inner h2,
body#job-idx #lv02-00 .inner > .job-03 h3{
  color: #262626;
}*/
body#job-idx #lv02-00 .inner > div ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
}
body#job-idx #lv02-00 .inner > div ul li{
  margin: 0 0 0 10px;
  border-radius: 4px;
  background-color: #fff;
  width: 140px;
  text-align: center;
}
body#job-idx #lv02-00 .inner > div ul li:nth-child(n + 4){
  margin-top: 10px;
}
body#job-idx #lv02-00 .inner > div ul li a{
  position: relative;
  display: block;
  padding: 10px 0 18px 0;
  height: 100%;
  text-decoration: none;
  color: #262626;
}
body#job-idx #lv02-00 .inner > div.job-04 ul li:first-of-type a,
body#job-idx #lv02-00 .inner > div.job-02 ul li a{
  padding: 16px 0 18px 0;

}
body#job-idx #lv02-00 .inner > div ul li.tiny{
  letter-spacing: -0.08em;
}
body#job-idx #lv02-00 .inner > div ul li a::after{
  position: absolute;
  content: "";
  bottom: 6px;
  right: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

body#job-idx .job-detail{
  margin: 60px 0 0 0;
}
body#job-idx .job-detail .inner{
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
body#job-idx .job-detail .inner div{
  padding: 20px 30px;
}
body#job-idx .job-detail h2{
  margin: 0;
  padding: 24px 20px;
  font-size: 2.2rem;
  color: #fff;
}
body#job-idx .job-detail h3{
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
  font-size: 2.4rem;
}
body#job-idx .job-detail .inner div:nth-of-type(n + 2){
  border-top: 1px solid #c6c9c6;
}
/**/
body#job-idx .job-detail .inner .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0;
}
body#job-idx .job-detail .inner .flex .lead{
  padding: 0;
  width: calc(100% - 280px);
}
body#job-idx .job-detail .inner .flex .bannes{
  width: 260px;
}
body#job-idx .job-detail .inner .flex .bannes a{
  display: block;
}
body#job-idx .job-detail .inner .flex .bannes a:hover{
  opacity: 0.5;
}




/*  interview
////////////////////////////////////////// */
body.interview #main-pic{
  background-color: #efefef;
  padding: 80px 0 40px 0;
}
body.interview #main-pic .inner{
  position: relative;
}
body.interview #main-pic .mv{
  position: absolute;
  top: -40px;
  right: 0;
  width: 500px;
}
body.interview #main-pic .catch{
  margin-bottom: 20px;
}
body.interview #main-pic .profile{
  margin: 60px 0 -50px 0;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  padding: 20px;
  max-width: 460px;
}
body.interview #main-pic .profile p{
  width: auto;
}
body.interview #main-pic .profile p.name{
  font-size: 2.2rem;
}
body.interview #main-pic .profile p.name span{
  margin-left: 1em;
  font-size: 1.4rem;
}
body.interview main #lv02-03 .inner,
body.interview main #lv02-01 .inner{
  max-width: 760px;
}
body.interview main #lv02-05 .inner .text,
body.interview main #lv02-04 .inner,
body.interview main #lv02-02 .inner{
  display: flex;
  flex-wrap: wrap;
}
body.interview main #lv02-04 .inner h2,
body.interview main #lv02-02 .inner h2{
  width: 100%;
}
body#interview-05 main #lv02-02 .inner,
body#interview-04 main #lv02-02 .inner{
  flex-direction: row-reverse;
}
body#interview-05 main #lv02-02 .inner p.image,
body#interview-04 main #lv02-02 .inner p.image{
  margin: 0 0 0 40px;
}
body#interview-06 main #lv02-04 .inner,
body#interview-02 main #lv02-04 .inner,
body#interview-16 main #lv02-04 .inner,
body#interview-15 main #lv02-04 .inner,
body#interview-14 main #lv02-04 .inner{
  flex-direction: row-reverse;
}
body#interview-06 main #lv02-04 .inner p.image,
body#interview-02 main #lv02-04 .inner p.image,
body#interview-16 main #lv02-04 .inner p.image,
body#interview-15 main #lv02-04 .inner p.image,
body#interview-14 main #lv02-04 .inner p.image{
  margin: 0 20px 0 40px;
}


body.interview main #lv02-02 .inner .text{
  flex: 1;
}
body.interview main #lv02-02 .inner p.image{
  margin-right: 40px;
}
body.interview main #lv02-04 .inner p.image{
  margin: -40px 0 0 40px;
}
body.interview main #lv02-04 .inner .text{
  flex: 1;
}
body.interview main #lv02-05 .inner .text{
  flex-direction: row-reverse;
}
body.interview main #lv02-05 .inner p.image{
  margin-left :20px;
}
body.interview main #lv02-05 .inner .text .wrap{
  flex: 1;
}


body.interview main .inner h2{
	background-size: 50px 50px !important;
	padding: 10px 0 10px 60px;

}
body.interview main #lv02-01 .inner h2{
  background: url("../img/nav-interview-01.png") left center no-repeat;
}
body.interview main #lv02-02 .inner h2{
  background: url("../img/nav-interview-02.png") left center no-repeat;
}
body.interview main #lv02-03 .inner h2{
  background: url("../img/nav-interview-03.png") left center no-repeat;
}
body.interview main #lv02-04 .inner h2{
  background: url("../img/nav-interview-04.png") left center no-repeat;
}
body.interview main #lv02-05 .inner h2{
  background: url("../img/nav-interview-05.png") left center no-repeat;
}
body.interview main #lv02-05 .inner .text{
/*
  border-radius: 20px;
  background-color: #d6f1f1;
  padding: 20px 40px;*/
}
body.interview main #lv02-05{
  margin-bottom: 60px;
}
body.interview main #lv02-05:not(.comment) .inner{
    display: flex !important;
}
body.interview main #lv02-05 h2{
    position: relative;
    align-self: start;
/*    background-color: #d6f1f1 !important;
    padding: 20px 20px 20px 70px;
    border-radius: 20px;*/
    font-size: 3.0rem;
}
body.interview main #lv02-05 h2::after{
/*  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 10px solid transparent;
    border-left: 20px solid #d6f1f1;*/
}
body.interview main #lv02-05.comment h2::after{
  transform: rotate(90deg);
    top: auto;
    bottom: -25px;
    right: 185px;
}
body.interview main #lv02-05.comment h2 br{
  display: none;
}
/*
body.interview main #lv02-05 h2 span{
  background: none;

}*/
body.interview main #lv02-04 p.image img{
  width: auto;
  max-height: 460px;
}

main #interview-menu .inner h2{
  padding: 0;
  text-align: center;
  width: 100%;
}

main #interview-menu .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #interview-menu .inner::after,
main #interview-menu .inner::before{
  content:"";
  display: block;
  width: calc(25% - 10px) ;
}
main #interview-menu .inner::before{
  order:1;
}
main #interview-menu .inner > div{
  position: relative;
  margin: 0 0 20px 0;
  border: 1px solid #bebebe;
  border-radius: 15px;
  width: calc(25% - 15px) ;
  overflow: hidden;
  transition: .3s;
}
main #interview-menu .inner > div:hover{
  transform: translateY(5px);
}
main #interview-menu .inner > div .cat{
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  padding: 0 8px 2px 5px;
  font-size: 1.1rem;
  border-radius: 0 50px 50px 0;
  letter-spacing: 0;
}
main #interview-menu .inner > div .cat.plan{
  color: #006faa;
}
main #interview-menu .inner > div .cat.sales{
  color: #00a8a8;
}
main #interview-menu .inner > div .cat.support{
  color: #f9be00;
}
main #interview-menu .inner > div .cat.make{
  color: #e74560;
}
main #interview-menu .inner > div a{
  display: block;
/*  padding: 20px;*/
  text-decoration: none;
  font-weight: bold;
  color: #262626;
  height: 100%;
}
main #interview-menu .inner > div div{
  padding: 10px 20px 20px 20px;
}
main #interview-menu .inner > div .image img{
  margin: 0;
  width: auto;
  max-width: 100%;
  border-bottom: 1px solid #bebebe;
}
main #interview-menu .inner > div .job{
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}
main #interview-menu .inner > div .name{
  margin-bottom: 0;
}
main #interview-menu .inner > div .name span{
  display: block;
  font-size: 1.4rem;
}

body#interview-idx main #interview-menu{
  margin-top: -50px;
  padding-top: 50px;
}

body.interview main .interview-link{
  margin-top: 60px;
}
body#interview-prospective main .interview-link .inner{
  padding: 0 !important;
  border: none !important;
}
body.interview main .interview-link .brackets{
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #bebebe;
  border-radius: 15px;
  overflow: hidden;
  transition: .3s;
}
body.interview main .interview-link p,
body.interview main .interview-link .brackets img{
  margin: 0;
}
body.interview main .interview-link p.image{
  line-height: 0;
  max-width: 50%;
}
body.interview main .interview-link p.title{
  margin-left: 1em;
  font-size: 2.4rem;
  font-weight: bold;
}
body.interview main .interview-link p.link{
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.interview main .interview-link .linkblock:hover .link a::after{
  transform: scale(1, 1);
}
body.interview main .interview-link .linkblock:hover .link a{
  color: #fff !important;
}
body.interview main .interview-link .linkblock:hover .link a span::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body.interview main #ban-area .brackets{
  display: block;
  text-align: center;
  padding: 20px;
}
body.interview main #ban-area .brackets .text{
  margin: 0 0 20px 0;
}
body.interview main #ban-area h2{
  margin-top: 0;
  padding: 0;
  text-align: center;
}
body.interview main .pointintime{
  margin: auto;
  max-width: 1000px;
  text-align: right;
  font-size: 80%;
}


/*  special
////////////////////////////////////////// */
/* discussion */
body#interview-prospective #main-pic{
  position: relative;
}
body#interview-prospective #main-pic::after{
  position: absolute;
  content:"";
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #fff;
}
body#interview-prospective #main-pic .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#interview-prospective #main-pic .inner h1{
  margin: 0 40px 0 0;
}
body#interview-prospective #main-pic .inner .jp{
  width: auto;
  font-size: 3.2rem;
}
body#interview-prospective #main-pic{
  padding: 80px 0 0 0;
}
body#interview-prospective #main-pic .inner .mainpic{
  position: relative;
  margin: 40px 0 0 0;
  width: 1000px;
  z-index: 1;
}
body#interview-prospective .content .pagenav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0 auto;
  max-width: 1000px;
}
body#interview-prospective .content .pagenav li{
/*  width: calc(14.28% - 20px) ;*/
  width: calc(16.666% - 20px);
  text-align: center;
}
body#interview-prospective .content .pagenav a{
  display: block;
  color: #262626;
  text-decoration: none;
}
body#interview-prospective .content .pagenav a:hover{
  transform: translateY(5px);
}
body#interview-prospective .content .pagenav img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #FFC004;
}
body#interview-prospective .content .pagenav span{
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 18px 0 0;
  font-size: 1.8rem;
}
body#interview-prospective .content .pagenav span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #939393;
  border-right: 1px solid #939393;
  transform: translateX(-50%) rotate(135deg);
}
body#interview-prospective .content section:not(#entry-area) .inner{
  margin: 40px auto 0 auto;
  padding: 30px;
  border: 1px solid #FFC004;
}
body#interview-prospective .content section:not(#entry-area) h2{
  margin: 0 0 30px 0;
  padding: 0;
}
body#interview-prospective .content section:not(#entry-area) h3{
  margin: 0 0 20px 0;
  background: url("../img/h3-interview-prospective.png") left center no-repeat;
	background-size: 40px 40px !important;
  padding: 0 0 0 50px;
  min-height: 40px;
  line-height: 40px;
}

body#interview-prospective .content .lv03-05 h3{
  margin: 40px 0 20px 0;
}
body#interview-prospective .content .lv03-01{
  margin: 0 0 40px 0;
}
body#interview-prospective .content .lv03-03{
  margin: 40px 0;
}
/*body#interview-prospective .content .lv03-01 h3{
  line-height: 1;
}*/
body#interview-prospective .content .lv03-01 h3 span{
  display: block;
  margin: 10px 0 0 0;
  font-size: 1.8rem;
}
body#interview-prospective .content .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#interview-prospective .content .lv03-02{
  width: calc(100% - 340px) ;
}
body#interview-prospective .content .textarea{
  width: calc(100% - 240px) ;
}
body#interview-prospective .content #asai .textarea{
  width: calc(100% - 260px) ;
}
body#interview-prospective .content #nishiyama .textarea{
  width: calc(100% - 260px) ;
}
/*body#interview-prospective .content #fujita .textarea{
  width: calc(100% - 340px) ;
}
body#interview-prospective .content #nakahira .textarea{
  width: calc(100% - 300px) ;
}
body#interview-prospective .content #katano .textarea{
  width: calc(100% - 320px) ;
}
body#interview-prospective .content #matsuda .textarea,
body#interview-prospective .content #nishida .textarea{
  width: calc(100% - 200px) ;
}*/
body#interview-prospective .last-images{
  margin-top: 40px;
  text-align: center;
}








/*  RECRUIT
////////////////////////////////////////// */
body.guide #main-pic{
  background-color: #efefef;
  padding: 80px 0 40px 0;
}

body.guide main .attention{
  margin: 40px auto;
  border: 2px solid #F9BE00;
  padding: 0.5em;
  max-width: 1000px;
}
#recmenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recmenu li{
  margin: 0;
  padding: 0;
  width: calc(33% - 20px) ;
  border-radius: 100px;
  border: 1px solid #E60000;
  overflow: hidden;
}
#recmenu li a{
  display: block;
  margin: 0;
  padding: 20px;
  color: #262626;
  text-decoration: none;
  text-align: center;
	background-size: 40px 40px !important;
}
#recmenu .idx a{
  background: #fff url("../img/nav-recruit-idx.png") 10px center no-repeat;
}
#recmenu .info a{
  background: #fff url("../img/nav-recruit-info.png") 10px center no-repeat;
}
#recmenu .pro a{
  background: #fff url("../img/nav-recruit-pro.png") 10px center no-repeat;
}
#recmenu .qa a{
  background: #fff url("../img/nav-recruit-qa.png") 10px center no-repeat;
}
body#recruit-recruitidx #main-pic ul .idx a,
body#recruit-information #main-pic ul .info a,
body#recruit-process #main-pic ul .pro a,
body#recruit-qa #main-pic ul .qa a,
#recmenu li a:hover{
  background-color: #E60000;
  color: #fff !important;
}
/**/
body#recruit-recruitidx h2{
  line-height: 1.7;
}
body#recruit-recruitidx #lv02-01 h3{
  margin: 40px 0 10px 0;
  font-size: 2.0rem;
  font-weight: bold;
}
body#recruit-recruitidx #lv02-01 .box,
body#recruit-recruitidx #lv02-03 .box{
  background: none;
  border: 1px solid #BEBEBE;
  border-radius: 10px;
  padding: 30px;
}
body#recruit-recruitidx #lv02-01 .box{
  text-align: center;
}
body#recruit-recruitidx #lv02-03 .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
}
body#recruit-recruitidx #lv02-03 .box dt{
  font-weight: bold;
  width: 80px;
}
body#recruit-recruitidx #lv02-03 .box dd{
  margin: 0 0 20px 0;
  width: calc(100% - 80px) ;
}
body#recruit-recruitidx #lv02-01 .box p:last-child,
body#recruit-recruitidx #lv02-03 .box dd:last-child{
  margin: 0;
}
body#recruit-recruitidx #lv02-02 section{
  overflow: hidden;
  margin: 0 0 40px 0;
  border: 1px solid #006FAA;
  border-radius: 10px;
}
body#recruit-recruitidx #lv02-02 section h3{
  margin: 0;
  background: #006FAA;
  padding: 20px;
  color: #fff;
}
body#recruit-recruitidx #lv02-02 .lv03-02{
  border: 1px solid #00A8A8;
}
body#recruit-recruitidx #lv02-02 .lv03-02 h3{
  background: #00A8A8;
}
body#recruit-recruitidx #lv02-02 .lv03-03{
  border: 1px solid #F9BE00;
}
body#recruit-recruitidx #lv02-02 .lv03-03 h3{
  background: #F9BE00;
}
body#recruit-recruitidx #lv02-02 .lv03-04{
  border: 1px solid #E74560;
}
body#recruit-recruitidx #lv02-02 .lv03-04 h3{
  background: #E74560;
}
body#recruit-recruitidx #lv02-02 .willcan{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #E5F1F6;
  padding: 30px;
}
body#recruit-recruitidx #lv02-02 .willcan h4{
  font-size: 3.0rem;
  text-align: center;
}
body#recruit-recruitidx #lv02-02 .willcan div{
  background: #fff;
  padding: 20px;
  width: calc(50% - 10px);
}
body#recruit-recruitidx #lv02-02 .lv03-02 .job,
body#recruit-recruitidx #lv02-02 .lv03-02 .willcan{
  background: #E5F6F6;
}
body#recruit-recruitidx #lv02-02 .lv03-03 .job,
body#recruit-recruitidx #lv02-02 .lv03-03 .willcan{
  background: #FEF8E5;
}
body#recruit-recruitidx #lv02-02 .lv03-04 .job,
body#recruit-recruitidx #lv02-02 .lv03-04 .willcan{
  background: #FDECEF;
}
body#recruit-recruitidx #lv02-02 .job{
  position: relative;
  margin: 30px;
  background: #E5F1F6;
  padding: 20px;
}
body#recruit-recruitidx #lv02-02 .job::before{
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #006FAA;
  border-bottom-width: 0;
}
body#recruit-recruitidx #lv02-02 .lv03-02 .job::before{
  border-top: 12px solid #00A8A8;
}
body#recruit-recruitidx #lv02-02 .lv03-03 .job::before{
  border-top: 12px solid #F9BE00;
}
body#recruit-recruitidx #lv02-02 .lv03-04 .job::before{
  border-top: 12px solid #E74560;
}
body#recruit-recruitidx #lv02-02 .job h4{
  font-weight: bold;
}
body#recruit-recruitidx #lv02-02 ul li{
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  line-height: 1.7;
}
body#recruit-recruitidx #lv02-02 ul li:last-child{
  margin-bottom: 0;
}
body#recruit-recruitidx #lv02-02 ul li:before{
  position: absolute;
  content: "";
  background-color: #006FAA;
  left: 0;
  top: 0.75em;
  margin: auto;
  height: 5px;
  width: 5px;
}
body#recruit-recruitidx #lv02-02 .lv03-02 li:before{
  background-color: #00A8A8;
}
body#recruit-recruitidx #lv02-02 .lv03-03 li:before{
  background-color: #F9BE00;
}
body#recruit-recruitidx #lv02-02 .lv03-04 li:before{
  background-color: #E74560;
}
body#recruit-recruitidx #pu-area .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#recruit-recruitidx #pu-area .inner div{
  width: 360px;
  text-align: center;
}
body#recruit-recruitidx #pu-area .inner .link{
  margin: 0;
}

/**/
body#recruit-information .content table{
  line-height: 1.7;
}
body#recruit-information .content table th{
  width: 200px;
  font-weight: bold;
}
body#recruit-information .content table td{
  font-weight: normal;
}
body#recruit-information .content table dl dt{
  font-weight: bold;
}
body#recruit-information .content table dl dd{
  margin: 0 0 15px 0;
}
body#recruit-qa .content dl dt,
body#recruit-qa .content dl dd{
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 8px;
  min-height: 55px;
  line-height: 1.6;
}
body#recruit-qa .content dl dt{
  cursor: pointer;
  padding: 16px 40px 16px 55px;
  border: 1px solid #BEBEBE;
}
body#recruit-qa .content dl dd{
  padding: 16px 16px 16px 55px;
  background: #F9BE00;
}
body#recruit-qa .content dl span{
  position: absolute;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #BEBEBE;
  top: 10px;
  left: 10px;
  border-radius: 100px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 2.0rem;
  color: #262626;
}
body#recruit-qa .content dl dd span{
  color: #E60000;
}
body#recruit-qa .content dl dt::after,
body#recruit-qa .content dl dt::before{
  position: absolute;
  content:"";
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: #F9BE00;
  transition: .3s;
}
body#recruit-qa .content dl dt::after{
  width: 20px;
  height: 3px;
}
body#recruit-qa .content dl dt::before{
  right: 19px;
  width: 3px;
  height: 20px;
}
body#recruit-qa .content dl dt.active::before{
  width: 0;
  height: 0;
}
body#recruit-qa .content .bgW{
  margin: 60px auto 0 auto;
  padding: 30px;
  border: 1px solid #BEBEBE;
  max-width: 1000px;
  text-align: center;
}
body#recruit-qa .content .bgW .link{
  margin: 30px 0 0 0;
}

/**/
body#recruit-process #lv02-01 section{
  position: relative;
  margin: 0 0 30px 0;
  border: 1px solid #F9BE00;
  border-radius: 10px;
}
body#recruit-process #lv02-01 section::before{
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #F9BE00;
  border-bottom-width: 0;
}
body#recruit-process #lv02-01 section.step01::before{
  display: none;
}
body#recruit-process #lv02-01 section.step01 .text em{
  color: #E60000;
}
body#recruit-process #lv02-01 section div{
  padding: 20px;
}
body#recruit-process #lv02-01 h3{
  margin: 0;
  background: #F9BE00;
  padding: 20px;
  border-radius: 8px 8px 0 0;
}
body#recruit-process #lv02-01 section.step06{
  border: 1px solid #E60000;
}
body#recruit-process #lv02-01 section.step06 h3{
  background: #E60000;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}
body#recruit-process #lv02-01 h3 span{
  font-size: 1.6rem;
}
body#recruit-process #lv02-01 h3 span em{
  margin: 0 20px 0 5px;
  font-size: 2.6rem;
}
body#recruit-process #lv02-01 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px 0;
}
body#recruit-process #lv02-01 ul:last-child{
  margin: 0;
}
body#recruit-process #lv02-01 ul li{
  margin: 0 10px 0 0;
}
body#recruit-process #lv02-01 ul .tag{
  background: #006FAA;
  padding: 5px 0 8px 0;
  color: #fff;
  width: 60px;
  text-align: center;
}
body#recruit-process #lv02-01 ul .tag.center{
  width: 125px;

}
body#recruit-process #lv02-01 ul .tag.offline{
  background: #00A8A8;
}
body#recruit-process #lv02-01 ul .title{
  font-size: 2.0rem;
  font-weight: bold;
}
body#recruit-process #lv02-01 ul .title small{
  font-size: 80%;
}
body#recruit-process #lv02-01 ul .text small{
  font-size: 80%;
}
body#recruit-process #lv02-01 p.note{
  text-align: right;
}




/*  message
////////////////////////////////////////// */
body#message-idx #main-pic{
  background-color: #efefef;
  padding: 80px 0 0 0;
}
body#message-idx #main-pic h1{
  margin: 0 0 50px 0;
}
body#message-idx #main-pic .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#message-idx #main-pic .mv{
  width: 420px;
}
body#message-idx #main-pic .profile{
  width: calc(100% - 460px) ;
}
body#message-idx #main-pic .profile div{
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  padding: 20px;
}
body#message-idx #main-pic .profile p{
  width: 100%;
}
body#message-idx #main-pic .profile p.name {
  font-size: 2.2rem;
}
body#message-idx section h2{
  line-height: 1.7;
  letter-spacing: 0.05em;
}
body#message-idx section h2 .sub{
  display: block;
  background: none;
  font-size: 1.8rem;
  color: #F9BE00;
}
body#message-idx #lv02-02 h2{
  width: 100%;
}
body#message-idx #lv02-02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#message-idx #lv02-02 .text{
  width: calc(100% - 500px) ;
}
body#message-idx #lv02-01 .inner,
body#message-idx #lv02-03 .inner{
  max-width: 800px;
}
body#message-idx .content .bg-01{
  margin: 60px 0 0 0;
}
body#message-idx #lv02-04{
  position: relative;
  margin-top: -60px;
}
body#message-idx #lv02-04 .inner{
  padding: 40px;
  background: #fff;
}
body#message-idx #lv02-04 h2{
  margin-top: 0;
}

