@charset "utf-8";

/* 
--------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
.home::before{
    display: none;
}
.leaf main .weak{
  font-size: 85%;
  _font-size: small;
}
table,
.home main{
    font-size: 1.6rem;
}
.copy{
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
  max-width: 1040px;
  font-size: 1.2rem;
  color: #666;
}
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 !important;
  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;
}
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;
}
.recruitinfo main p{
    letter-spacing: 0.06em;
}
.recruitinfo main h2{
    line-height: 1.7;
    letter-spacing: 0.07em;
    margin-bottom: 20px;
}
.recruitinfo main section{
  padding: 0;
  text-align: left;
}
#recruit-banners{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}
#recruit-banners{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
#recruit-banners li{
    margin: 0 10px 0 0;
}
#recruit-banners a{
    display: block;
    padding: 0 20px;
    color: #fff !important;
    line-height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
}
#recruit-banners .recruit a{
    background: #e60012;
}
#recruit-banners .career a{
    background: #ff5c00;
}
#recruit-banners .btt a{
    position: relative;
    background: rgba(68,68,71,.7);
    text-indent: -10000px !important;
    overflow: hidden !important;
    padding: 0;
    width: 40px;
    height: 40px;
}
#recruit-banners .btt a::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    left: 50%;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
}
#recruit-banners a,
body.home .block a{
    transition: .3s;
}
#recruit-banners a:hover,
body.home .block a:hover{
    transform: translateY(5px);
}
#recruit-banners .btt a:hover{
    height: 50px;
}
.home #mainpic{
    margin: 0 0 20px 0;
    background: url("../img/bg-home-mainpic.svg") center bottom no-repeat;
    background-size: 3000px 250px;
    padding: 100px 0 260px 0;
    max-width: 100%;
}
.home #mainpic p{
    font-weight: 700;
    line-height: 1.9;
    text-align: center;
}
.home #mainpic .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
}
.home #mainpic .inner div,
.home #mainpic .inner h1{
    margin: 0;
    width: 50%;
}
.home #mainpic .inner div p:last-child{
    margin-bottom: 0;
}
.home #mainpic .inner h1 img{
  width: 370px;
  height: auto;
}
.home #mainpic .inner h1 img:first-child{
  margin: 0 0 20px 0;
}
nav.recruit-menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
    border: 1px solid #000;
    border-radius: 100px;
}
nav.recruit-menu h1{
    margin: 0;
    color: #e50012;
    font-size: 2.0rem;
    width: 160px;
    border-right: 1px solid #1e1f1e;
    text-align: center;
}
nav.recruit-menu h1 a{
    color: #333;
    font-weight: 700;
}
nav.recruit-menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    color: #1e1f1e;
    width: calc(100% - 160px);
    font-size: 1.6rem;
}
nav.recruit-menu ul li{
    margin: 0 10px;
}
nav.recruit-menu ul li a{
    color: #333;
}
body.home .fanfare a,
body.home .interview a,
body.home .executive a,
body.home .block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 1080px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    text-decoration: none;
}
body.home .fanfare a,
body.home .interview a,
body.home .executive a{
    padding: 0;
    border: none;
}
body.home .job li,
body.home .executive div,
body.home .executive .pic,
body.home .fanfare .pic,
body.home .fanfare div,
body.home .interview .pic,
body.home .interview div,
body.home .recruitban li{
    width: calc(50% - 20px);
}
body.home .job a{
    position: relative;
    display: block;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 2.0rem;
    height: 100%;
    text-decoration: none;
}
body.home .block::after{
  content:"";
  display: block;
  width: calc(33.33% - 20px);
}
/*
body.home .recruitban img{
    width: 200px;
    height: auto;
}
body.home .recruitban a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px 20px 20px;
}*/
body.home .recruitban a{
  display: block;
}
body.home .recruitban .rec a{
  color: #e60000;
}
body.home .recruitban .career a{
  color: #ff5c00;
}
body.home .block .more{
    position: relative;
    text-align: right;
    padding-right: 40px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}
body.interview main .interview-link .more::before,
body.interview main .interview-link .more::after,
body.home .other li a::before,
body.home .other li a::after,
body.home .block .more::before,
body.home .block .more::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
body.home .other li a::before,
body.home .other li a::after{
    top: auto;
	bottom: 15px;
}
body.home .other li a::before,
body.home .picup div .more::before{
	right: 15px;
}
body.interview main .interview-link .more::before,
body.home .other li a::before,
body.home .block .more::before{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e60000;
}
body.home .recruitban .career a::before{
	background: #ff5c00;
}
body.home .picup div .more::before{
	background: #00b0b9;
}
body.home .interview .more::before,
body.home .job li .more::before{
	background: #0069b1;
}
body.home .other li:last-child a::before{
    background: #ff9517;
}
body.home .other li:not(:last-child) a::before{
    background: none;
    border: 1px solid #e60000;
}
body.interview main .interview-link .more::after,
body.home .other li a::after,
body.home .block .more::after{
	right: 13px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.home .other li:not(:last-child) a::after{
	border-color: #e60000;
}
body.home .picup div .more::after{
    right: 28px;
}
body.home .other li a::after{
  right: 28px;
  bottom: 27px;
}
body.home .other li:last-child a::after{
  right: 28px;
  bottom: 26px;
}
body.home .picup img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
}
body.home .other ul li,
body.home .picup div{
    width: calc(33.33% - 20px);
}
body.home .picup div p{
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-size: 2.0rem;
}
body.home .picup div a{
    position: relative;
    display: block;
    border: 1px solid #000;
    padding: 20px 20px 60px 20px;
    border-radius: 20px;
    height: 100%;
}
body.home .picup div.cs a{
  pointer-events: none;
  cursor: default;
}
body.home .picup div .more{
    position: absolute;
    right: 0;
    bottom: 20px;
    margin: 0;
    padding-right: 60px;
}
body.home .picup .tag span{
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 6px;
  border: 1px solid #0069B1;
  border-radius: 100px;
  font-size: 1.4rem;
  color: #0069B1;
  line-height: 1.6;
}
body.home .picup .tag .rec{
  border: 1px solid #E60000;
  color: #E60000;
}
body.home .picup .tag .car{
  border: 1px solid #FF5C00;
  color: #FF5C00;
}
body.home .fanfare a,
body.home .interview a,
body.home .executive{
    align-items: center;
}
body.home .other ul li a,
body.home .fanfare .pic img,
body.home .interview .pic img,
body.home .executive .pic img{
    border: 1px solid #000;
    border-radius: 20px;
}
body.home .executive p{
    font-size: 1.8rem;
    font-weight: 400;
    color: #333;
}
body.home .executive .pic{
    margin: 0;
}
/*body.home .job li a{
    background: url("../img/bg-home-job.svg") right bottom no-repeat;
    background-size: 480px 220px;
}*/
body.home .block h2,
body.home .job li .title,
body.home .executive p em{
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
}
body.home .fanfare .more,
body.home .executive .more{
    margin-top: 60px;
}
body.home .fanfare .text,
body.home .interview .text{
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
}
body.home .job li p{
  font-size: 1.8rem;
  font-weight: 400;
    color: #333;
}
body.home .job li .more{
    margin-top: 20px;
}
body.home .job li .title{
  margin: 0 0 10px 0;
}
body.home .fanfare a{
    flex-direction: row-reverse;
}
body.home .fanfare .more::after{
    display: none;
}
body.home .fanfare .more::before{
    background: #e60000 url("../img/nav-home-web.svg") center center no-repeat;
    background-size: 18px 18px;
}
body.home .other{
    border: none;
}
body.home .pitch h2,
body.home .other h2{
    margin: 0 0 40px 0;
    text-align: center;
    width: 100%;
}
body.home .job p br,
body.home .other h2 br{
    display: none;
}
body.home .other ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
body.home .other ul li a{
    position: relative;
    display: block;
    padding: 20px 20px 30px 20px;
    height: 100%;
    text-decoration: none;
}
body.home .other ul li .title{
  margin: 0 0 5px 0;
    color: #e60000;
}
body.home .other ul li.challenged .title{
    color: #ff9517;
}
.recruitinfo main section p{
  line-height: 1.5;
  margin-bottom: 1em;
    color: #333;
}
/*body.home .other ul li.challenged a{
    background: url("../img/bg-home-challenged.svg") right bottom no-repeat;
    background-size: 305px 200px;
}
*/
body.home .pitch .pic{
  margin: 0 auto;
}

/*  leaf
////////////////////////////////////////// */
br.sp {
  display: none;
}
.leaf main{
    padding-top: 30px;
}
.leaf nav.recruit-menu{
    margin-bottom: 40px;
}
.leaf #main-pic h1{
    margin: 0 0 40px 0;
    background: url("../img/h1.svg") no-repeat 0 0;
    background-size: 22px 94px !important;
    height: 94px;
    font-size: 7.0rem;
    text-align: left;
    letter-spacing: 0.1em;
    color: #262626;
    font-weight: 700;
}
.leaf #main-pic h1.wide{
    background: url("../img/h1_wide.svg") no-repeat 0 0;
    background-size: 22px 169px !important;
    height: 169px;
}
.leaf #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;
  line-height: 0.9;
}
.leaf #main-pic h1.wide span{
    display: inline-block;
    margin: 0 0 0 22px;
    background: url("../img/h1_right_wide.svg") no-repeat right 0;
    background-size: 604px 160px !important;
    padding: 8px 12px 0 0;
    height: 160px;
    line-height: 0.97;
}
.leaf #main-pic{
/*    background-color: #efefef;*/
    padding: 0;
    max-width: 100%;
}
.leaf #main-pic .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 60px 0 0 0;
    max-width: 1000px;
    border-bottom: 1px solid #000;
}
.leaf #main-pic p{
  margin: 0;
  font-size: 1.8rem;
  width: 65%;
  line-height: 1.8;
}
.leaf section h2{
    font-size: 3.0rem;
    font-weight: 700;
}
.leaf section .inner{
    margin: 0 auto;
    padding: 60px 0;
    max-width: 1000px;
}
.leaf section p{
    font-size: 1.6rem;
}
.leaf #main-pic .inner{
    padding: 0;
}


/*  message
////////////////////////////////////////// */
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 .image,
body#message-idx #lv02-02 .image{
  width: 460px;
}
body#message-idx #lv02-04 .text,
body#message-idx #lv02-02 .text{
  width: calc(100% - 500px) ;
}
body#message-idx #lv02-03 .image{
  width: 400px;
}
body#message-idx .image img{
width: auto;
  max-width: 100%;
  border-style: none;
}
body#message-idx #lv02-03 .text{
  width: calc(100% - 440px) ;
}
body#message-idx #lv02-01 .inner{
    margin: 0 auto;
  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;
}




/*  company
////////////////////////////////////////// */
body#company-idx #main-pic h1{
    margin: 0 0 40px 0;
}
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 .inner{
  max-width: 100%;
}
body#company-idx #lv02-02 h2{
  text-align: center;
}
body#company-idx #lv02-02 .swiper{
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0 0;
  width: 100vw;
}
body#company-idx .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
body#company-idx .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: auto;
}
body#company-idx .swiper-slide img {
  display: block;
  width: 100%;
}
body#company-idx .swiper-slide p{
  display: none;
}
body#company-idx .swiper-slide-active{
  position: relative;
}
body#company-idx .swiper-slide-active p{
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: 3px 10px;
  font-weight: bold;
}
body#company-idx .thumb-list {
  margin: 60px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
}
body#company-idx .thumb-list li a{
  display: block;
  width: 100%;
  height: 100%;
}
body#company-idx .thumb-list li a:hover{
  filter: none;
}
body#company-idx .thumb-list li{
  position: relative;
  list-style: none;
  margin: 0 0 5px 0;
  width: calc(16.66% - 5px);
  opacity: 0.4;
}
body#company-idx .swiper-slide-active p,
body#company-idx .thumb-list li.current{
  opacity: 1;
  border: solid 1px #E60000;
}
body#company-idx .swiper-slide-active p::before,
body#company-idx .swiper-slide-active p::after,
.thumb-list li::before,
.thumb-list li::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
body#company-idx .swiper-slide-active p::before,
body#company-idx .thumb-list li::before {
  top: -1px;
  bottom: -1px;
  left: 10px;
  right: 10px;
}
body#company-idx .swiper-slide-active p::after,
body#company-idx .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: 100;
  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;
}
main .swiper-slide-active p.weak::before,
main .swiper-slide-active p.weak::after{
  display: none;
}
body#company-idx .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);

}





/*  company
////////////////////////////////////////// */
body#category-idx #lv02-00 .inner > div{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 20px;
  align-items: center;
}
body#category-idx #job-01 .inner h2,
body#category-idx #lv02-00 .inner > .job-01{
  background-color: #0069b1;
}
body#category-idx #job-01 .inner{
  border: 1px solid #0069b1;
}
body#category-idx #job-02 .inner h2,
body#category-idx #lv02-00 .inner > .job-02{
  background-color: #00b6bf;
}
body#category-idx #job-02 .inner{
  border: 1px solid #00b6bf;
}
body#category-idx #job-03 .inner h2,
body#category-idx #lv02-00 .inner > .job-03{
  background-color: #ffc000;
}
body#category-idx #job-03 .inner{
  border: 1px solid #ffc000;
}
body#category-idx #job-04 .inner h2,
body#category-idx #lv02-00 .inner > .job-04{
  background-color: #df4661;
}
body#category-idx #job-04 .inner{
  border: 1px solid #df4661;
}
body#category-idx #lv02-00 .inner > div h3{
  margin: 0;
  line-height: 1.25;
  color: #fff;
  font-size: 2.0rem;
}
/*body#category-idx #job-03 .inner h2,
body#category-idx #lv02-00 .inner > .job-03 h3{
  color: #262626;
}*/
body#category-idx #lv02-00 .inner > div ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
}
body#category-idx #lv02-00 .inner > div ul li{
  margin: 0 0 0 10px;
  border-radius: 4px;
  background-color: #fff;
  width: 140px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
body#category-idx #lv02-00 .inner > div ul li:nth-child(n + 4){
  margin-top: 10px;
}
body#category-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#category-idx #lv02-00 .inner > div.job-04 ul li:first-of-type a,
body#category-idx #lv02-00 .inner > div.job-02 ul li a{
  padding: 16px 0 18px 0;

}
body#category-idx #lv02-00 .inner > div ul li.tiny{
  letter-spacing: -0.08em;
}
body#category-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#category-idx .job-detail{
  margin: 60px 0 0 0;
  max-width: 100%;
}
body#category-idx .job-detail .inner{
    padding: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
body#category-idx .job-detail .inner div{
  padding: 0 30px 20px 30px;
}
body#category-idx .job-detail h2{
  margin: 0;
  padding: 18px 20px;
  font-size: 2.0rem;
  color: #fff;
}
body#category-idx .job-detail h3{
  margin: 0 0 20px 0;
  padding: 30px 0 0 0;
  font-size: 2.4rem;

}
body#category-idx .job-detail .inner div:nth-of-type(n + 2) h3{
  border-top: 1px solid #c6c9c6;
}






/*  interview
////////////////////////////////////////// */
#interview-idx .search-box_label{
	font-weight: bold;
  font-size: 1.6rem;
}
#interview-idx .is-hide,
#interview-idx .searchlist input[type=radio]{
	display: none;
}
#interview-idx #main-pic .inner{
  border: none;
}
#interview-idx .searchlist{
  margin: 0 auto 20px auto;
  max-width: 1000px;
}
#interview-idx .searchlist .search-box{
  margin: 0 0 10px 0;
}
#interview-idx .searchlist .search-box_label{
  margin: 0 10px 0 0;
}
#interview-idx .searchlist label{
  display: inline-block;
  padding: 5px 15px 6px 15px;
  border: 1px solid #000;
  border-radius: 20px;
  line-height: 1;
  cursor: pointer;
  transition: .3s;
  font-size: 1.6rem;
  font-weight: 700;
}
#interview-idx .searchlist .label:hover{
  color: #e60012;
}
#interview-idx .searchlist input[type="radio"]:checked + label {
  background: #e60012;
  color: #fff;
}
#interview-idx .searchlist #job-01[type="radio"]:checked + label {
  background: #006FAA;
}
#interview-idx .searchlist #job-02[type="radio"]:checked + label {
  background: #00A8A8;
}
#interview-idx .searchlist #job-03[type="radio"]:checked + label {
  background: #F7BD02;
}
#interview-idx .searchlist #job-04[type="radio"]:checked + label {
  background: #E84560;
}
#interview-idx #interview-menu .inner{
  padding: 0;
  max-width: 1020px;
}

/**/
.interviews #main-pic h1{
  margin: 0 0 20px 0;
}
.interviews #main-pic .image{
  width: 100%;
}
.interviews #lead-area div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.interviews #lead-area div .image{
  margin: 0;
}
.interviews #lead-area div .writer{
  margin: 0 0 0 20px;
}
.interviews #main-pic .date{
  margin: 20px 0 0 0;
  font-size: 1.6rem;
  color: #666;
  letter-spacing: 0.1em;
}
.interviews #main-pic .title{
  margin: 0 0 40px 0;
  font-size: 3.2rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
}
.interviews main .link{
  margin: 40px 20px;
  font-size: 1.6rem;
}
.interviews main section h3{
  margin: 40px 0 20px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.interviews main section .inner{
  margin: 0 auto;
  max-width: 800px;
}
.interviews main section .inner .image{
  margin: 40px 0;
  text-align: center;
}
.interviews main section .yt{
  margin: 0 0 10px 0;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.interviews main section .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interviews main p em{
  font-weight: 700;
}
.interviews main p.weak a{
  text-decoration: underline;
}

/**/
body.interview main .interview-link{
  margin-top: 60px;
}
body#interview-prospective main .interview-link .inner{
  padding: 0 !important;
  border: none !important;
}
.linkblock {
  cursor: pointer;
}
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.link{
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.interview main .interview-link .image{
  line-height: 0;
  max-width: 50%;
}
body.interview main .interview-link img {
  max-width: 100%;
  height: auto;
  width: auto;
}
body.interview main .interview-link .title{
  margin-left: 1em;
  font-size: 2.4rem;
  font-weight: bold;
}
body.interview main .interview-link .more{
  position: absolute;
  padding: 0 40px 0 0;
  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;
}*/

/*main #interview-menu .filters{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  width: 100%;
}
main #interview-menu .filters button {
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  min-width: 140px;
  margin: 0 10px 0 0;
  padding: 8px;
  transform: translateY(-2px);
  transition: all 0.2s;
  font-size: 1.6rem;
}
main #interview-menu .filters .plan button{
  background: #006faa;
}
main #interview-menu .filters .sales button{
  background: #00a8a8;
}
main #interview-menu .filters .support button{
  background: #f9be00;
}
main #interview-menu .filters .make button{
  background: #e74560;
}
main #interview-menu .filters button:hover {
  transform: none;
  opacity:0.5;
}
main #interview-menu .filters button.active {
  border: 2px solid red;
}
main #interview-menu .js-item {
  animation: fadeInItem 0.5s both;
  will-change: opacity, width;
}
main #interview-menu .js-item.fadeOut {
  animation: fadeOutItem 0.5s both;
}
@keyframes fadeInItem {
  0% {
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutItem {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0;
  }
}
*/

/**/
main #interview-menu .inner h2{
  padding: 0;
  text-align: center;
  width: 100%;
}
main #interview-menu .products{
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
}
/*main #interview-menu .products::before{
  content:"";
  display: block;
  width: calc(25% - 10px) ;
}
main #interview-menu .products::before{
  order:1;
}*/
main #interview-menu .products > div{
  position: relative;
  margin: 10px;
  width: calc(25% - 20px) ;
  transition: .3s;
}
main #interview-menu .products > div:hover{
  transform: translateY(5px);
}
main #interview-menu .products > 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 .products > div .cat.plan{
  color: #006faa;
}
main #interview-menu .products > div .cat.sales{
  color: #00a8a8;
}
main #interview-menu .products > div .cat.support{
  color: #f9be00;
}
main #interview-menu .products > div .cat.make{
  color: #e74560;
}
main #interview-menu .products > div a{
  display: block;
  border: 1px solid #000;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  color: #262626;
  height: 100%;
}
main #interview-menu .products > div div{
  padding: 10px;
}
main #interview-menu .products ul{
  margin: 0 10px 10px 10px;
  padding: 10px 0 0 0;
  border-top: 1px solid #ccc;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}
main #interview-menu .products > div .image img{
  margin: 0;
  width: auto;
  max-width: 100%;
  border-bottom: 1px solid #bebebe;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
main #interview-menu .products > div .job{
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4;
}
main #interview-menu .products > div .name{
  margin-bottom: 0;
  line-height: 1.6;
}
main #interview-menu .products > div .name span{
  display: block;
  font-size: 1.4rem;
}
main #interview-menu .products > div .image{
  margin: 0;
}
main #interview-menu .products .newspicks img{
  object-fit: contain !important;
}
main #interview-menu .products > div .title{
  margin: 0 0 10px 0;
  line-height: 1.5;
}
main #interview-menu .products > div .sub{
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}


/**/
body.event-leaf #main-pic .inner{
  padding-bottom: 40px;
}
body.event-leaf section .inner{
  max-width: 700px;
}
body.event-leaf .lead .inner{
  max-width: 1000px;
}
body.event-leaf .lead h2{
  font-size: 2.0rem;
  text-align: center;
}
body.event-leaf .lead h2 em{
  color: #e60012;
}
body.event-leaf .lead p{
  text-align: center;
}
body.event-leaf .list li,
body.event-leaf #lv02-05 ul li{
  margin: 0 0 20px 0;
}
body.event-leaf #lv02-05 h3{
  margin: 0 0 10px 0;
  font-size: 1.8rem;
}
body.event-leaf .list li,
body.event-leaf #lv02-05 ul li{
  position: relative;
  padding: 0 0 0 10px;
}
body.event-leaf .list li::before,
body.event-leaf #lv02-05 ul li:before{
  position: absolute;
  content: "";
  background-color: #ff0000;
  left: 0;
  top: 0.8em;
  margin: auto;
  height: 5px;
  width: 5px;
}
body.event-leaf #lv02-05 ul li:before{
  top: 0.55em;
}
body.event-leaf #main-pic .mv{
  width: 100%;
}



/*  pitch
////////////////////////////////////////// */
/*
body#pitch-idx .bx-pager .bx-pager-item{
  margin: 0 5px;
}
body#pitch-idx .bx-pager .bx-pager-item a{
  display: block;
  background: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
}
body#pitch-idx .bx-pager .bx-pager-item a.active{
  background: #ff0000;
  color: #fff;
}*/
body#pitch-idx #main-pic p{
  font-size: 2.8rem;
  font-weight: 700;
  width: 100%;
}
body#pitch-idx #main-pic .inner{
  padding: 0 0 40px 0;
}
body#pitch-idx #slidearea .inner{
  max-width: 1080px;
}
body#pitch-idx #slidearea .swiper{
  padding: 0 0 50px 0;
}
body#pitch-idx .swiper-pagination{
  position: static;
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
  justify-content: center;
/*  left: 0;
  right: 0;
  bottom: 0;
*/
  width: 792px;
}
body#pitch-idx .swiper-pagination-bullet {
  background-color: #E60000;
  color: #fff;
  border: 1px solid #E60000;
  height: 26px;
  line-height: 22px;
  width: 26px;
  opacity: 1;
  font-size: 1.4rem;
  font-weight: 700;
}
body#pitch-idx .swiper-pagination-bullet-active {
  background-color: #fff;
  color: #E60000;
}
body#pitch-idx .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
body#pitch-idx .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
body#pitch-idx .swiper-slide{
  position: relative;
  padding: 20px 40px;
}
body#pitch-idx .swiper-slide p{
  margin: 0;
}
body#pitch-idx .swiper-slide img {
  height: auto;
  width: 100%;
  border: 1px solid #ccc;
}
body#pitch-idx .swiper-button-prev{
  left: 0;
}
body#pitch-idx .swiper-button-next{
  right: 0;
}
body#pitch-idx .swiper-button-prev,
body#pitch-idx .swiper-button-next{
  top: 40%;
}
body#pitch-idx .swiper-slide .linkarea{
  position: absolute;
  text-indent: -9999px;
}
body#pitch-idx .swiper-slide .linkarea a{
  display: block;
  height: 100%;
}
body#pitch-idx .slide-05 .linkarea{
  bottom: 8%;
  left: 6.5%;
  width: 27%;
  height: 7%;
  cursor: pointer;
}
body#pitch-idx .swiper-slide .linkarea a:hover{
  background: rgba(255,255,255,.7);
}




/*


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);

}
*/







/**/


#slidearea .inner{
  width: 1080px;
  max-width: 100%;
}
#slidearea .swiper{
  padding: 0 0 50px 0;
}
#slidearea .swiper-pagination{
  position: static;
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
  justify-content: center;
  width: 790px;
}
#slidearea .swiper-pagination-bullet {
  background-color: #E60000;
  color: #fff;
  border: 1px solid #E60000;
  height: 26px;
  line-height: 22px;
  width: 26px;
  opacity: 1;
  font-size: 1.4rem;
  font-weight: 700;
}
#slidearea .swiper-pagination-bullet-active {
  background-color: #fff;
  color: #E60000;
}
#slidearea .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#slidearea .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
#slidearea .swiper-slide{
  position: relative;
  padding: 20px 40px;
}
#slidearea .swiper-slide p{
  margin: 0;
}
#slidearea .swiper-slide img {
  height: auto;
  width: 100%;
  border: 1px solid #ccc;
}
#slidearea .swiper-button-prev{
  left: 0;
}
#slidearea .swiper-button-next{
  right: 0;
}
#slidearea .swiper-button-prev::after,
#slidearea .swiper-button-next::after{
  position: absolute;
  width: 25px;
  height: 25px;
  margin: auto;
}
#slidearea .swiper-button-prev::after{
  right: 0;
  left: 13px;
}
#slidearea .swiper-button-next::after{
  left: auto;
  right: 13px;
}
#slidearea .swiper-button-prev,
#slidearea .swiper-button-next{
  top: 0;
/*  top: 40%;*/
  margin-top: 20px;
  width: 40px;
  height: 75.5%;
  background: #eee;
  transition: .3s;
}
#slidearea .swiper-button-prev:hover,
#slidearea .swiper-button-next:hover{
  background: #BEBEBE;
}
#slidearea .swiper-slide .linkarea{
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}
#slidearea .swiper-slide .linkarea a{
  display: block;
  height: 100%;
}
#slidearea .swiper-slide .linkarea a:hover{
  background: rgba(255,255,255,.7);
  transform: translateY(0);
}
#slidearea .slide-05 .linkarea{
  bottom: 8.8%;
  left: 6.5%;
  width: 28%;
  height: 6.5%;
}
#slidearea .slide-07 .linkarea{
  bottom: 17.2%;
  left: 12.5%;
  width: 22%;
  height: 4%;
}
#slidearea .slide-08 .linkarea{
  bottom: 11.2%;
  left: 8.5%;
  width: 32%;
  height: 4%;
}
#slidearea .slide-18 .link01{
  bottom: 9.2%;
  left: 26.5%;
  width: 43%;
  height: 3%;
}
#slidearea .slide-18 .link02{
  bottom: 6%;
  left: 17.3%;
  width: 24%;
  height: 3%;
}
#slidearea .slide-23 .linkarea{
  bottom: 8.2%;
  left: 6.5%;
  width: 34%;
  height: 4%;
}
#slidearea .slide-29 .linkarea{
  top: 49.2%;
  right: 39%;
  width: 7%;
  height: 4%;
}
#slidearea .slide-35 .linkarea{
  bottom: 8.2%;
  right: 6%;
  width: 15%;
  height: 19%;
}
#slidearea .slide-36 .linkarea{
  bottom: 11.2%;
  left: 12.5%;
  width: 30%;
  height: 4%;
}
#slidearea .slide-37 .link01{
  bottom: 52.2%;
  left: 8.5%;
  width: 39%;
  height: 3%;
}
#slidearea .slide-37 .link02{
  bottom: 52.2%;
  left: 59.3%;
  width: 26%;
  height: 3%;
}
#slidearea .slide-42 .linkarea{
  bottom: 8.2%;
  left: 16.5%;
  width: 27%;
  height: 4%;
}
/*#slidearea .slide-33 .linkarea{
  bottom: 47.2%;
  left: 53.5%;
  width: 7.1%;
  height: 4%;
}*/