@charset "utf-8";
/* CSS Document */

/*----- Font -----*/

.mincho{
  font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*----------------------------------------------------
  COMMON PARTS STYLE
----------------------------------------------------*/
.main-visual{
  height: 500px;
  overflow: hidden;
}
.main-visual .main-visual__bg{
  position: relative;
  width:100%;
  height: 100%;
  padding:2.5% 0 4%;
  margin-top:30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#EA5514;
  overflow: hidden;
}
.main-visual .main-visual-inner{
  width:100%;
  position: relative;
  height: 100%;
  margin:auto;
  /*----- transform:skew(0deg, -3deg); -----*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/business/bg_header.png");
  overflow: hidden;
}
.main-visual .main-visual-content{
  display: inline-block;
  position: absolute;
  top: 50%;left:10%;
  -webkit-transform:translateY(-50%); 
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  margin: auto; 
  width:auto;
  line-height: 1.6;
}

.main-visual .main-visual-content.positionB{
  top: 50%;
}

.main-visual .main-visual-content .main-visual-content-inner{
  transform:skew(0deg, 3deg);
  overflow: hidden;
}
.main-visual .main-visual-content .title-box{
  color:#FFF;
}
.main-visual .main-visual-content .title-box .title{
  opacity:0;
  padding:0;
  margin-bottom: 5px;
  text-align: left;
  font-size:2.5rem;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
  letter-spacing: 0.2em;
  color:#FFF;
  background-color:transparent;
}
.main-visual .main-visual-content .title-box .title span{
  opacity:0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-visual .main-visual-content .title-box .title_en{
  opacity:0;
  font-size:1rem;
  font-weight: bold;
}
.main-visual .main-visual-content .title-box .title_en span{
  opacity:0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.main-visual .main-visual__bg .main-visual-txt{
  opacity: 0;
  position: absolute;
  right:20px;bottom:10%;
  max-width: 250px;
  width:20%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*MENU CONTENTS*/
#menu .section__bg{
  margin-top:50px;
}
#menu .section__bg::before{
 content:none; 
}
/*
#menu .section__bg::before{
  position: static;
  padding:20% 0;
  margin-bottom: 5%;
  background-image:url("../img/common/bg_01.png");
  background-position: center 37%;
  background-size: cover;
  background-repeat: no-repeat;
}
*/
#menu .inner{
  padding-bottom: 10%;
  background:url("../img/common/txt_company_name.png") 3% bottom no-repeat;
  background-size: 25%;
}
#menu .menu-list{
  width:94%;
  max-width: 1200px;
  margin: 0 auto;
}
#menu .menu-list .menu{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex:1;
  height: 185px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}
#menu .menu-list .menu:hover{
	opacity:.8;
	filter:alpha(opacity=80);
}
#menu .menu-list .menu-philosopy{
  background-image: url("../img/common/bnr_menu_philosopy.png");
}
#menu .menu-list .menu-business{
  background-image: url("../img/common/bnr_menu_business.png");
}
#menu .menu-list .menu-works{
  background-image: url("../img/common/bnr_menu_works.png");
}
#menu .menu-list .menu-company{
  background-image: url("../img/common/bnr_menu_company.png");
}
#menu .menu-list .menu-recruit{
  background-image: url("../img/common/bnr_menu_recruit.png");
}
#menu .menu-list .menu:nth-child(2){
  margin-top:40px;
}
#menu .menu-list .menu:nth-child(3){
  margin-top:80px;
}
#menu .menu-list .menu:nth-child(4){
  margin-top:120px;
}
#menu .menu-list .menu:nth-child(5){
  margin-top:160px;
}
#menu .menu-list .menu .menu__title{
  margin:auto;
  color:#FFF;
  font-family: mr-eaves-sans, sans-serif;
  font-size: 18px;
}
#menu .menu-list .menu a{
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
  text-indent: -999px;
}

#works .kiji.center{
  width:90%;
  margin:0 auto;
}

#works .flex-container.kiji li{
  width:42%;
  margin:0 3%;
}

@media (max-width: 640px) {
	#works .flex-container.kiji li {
		width: 100%;
	}
}

@-webkit-keyframes animate {
  100% {
    opacity: 1;
  }
}
@keyframes animate {
  100% {
    opacity: 1;
  }
}

/*BACKGROUND IMAGES - COMPANY NAME*/
.bg__company_name{
  padding-top:5%;
  background-image: url("../img/common/txt_company_name.png");
  background-position: right 5%;
  background-repeat: no-repeat;
  background-size:17%;
}

@media (max-width: 768px) {
  #menu .menu-list .menu{
    height: 120px;
  }
}
@media (max-width: 640px) {
  .main-visual .main-visual__bg .main-visual-txt{
    bottom:5%;
  }
  .bg__company_name{
    background-position: right top;
  }
  #menu .menu-list .menu{
    width:48%;
    max-width: 160px;
    flex:auto;
  }
  #menu .menu-list .menu:nth-child(odd){
    margin-top:0;
  }
  #menu .menu-list .menu:nth-child(even){
    margin-top:5%;
  }
}


/*----------------------------------------------------
  TOP PAGE
----------------------------------------------------*/
/*MAIN BLOCK -------------------------*/
#main-visual__top {
  height: 100vh;
  max-height: 890px;
  padding-bottom: 60px;
}
#main-visual__top.main-visual .main-visual__bg{
  padding:2.5% 0;
}
#main-visual__top .slider{
  width:100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#main-visual__top .main-visual-inner{
  background:none;
}

/*SECTION TITLE*/
.section-title__top{
  margin-bottom: 20px;
  font-family: mr-eaves-modern, sans-serif;
  font-size:3.6rem;
  font-weight: 700;
  line-height: 1;
}

/*TOP CATCH*/
#main-visual__top.main-visual .main-visual-content{
  left:54%;
  -webkit-transform:translate(-50%,-50%); 
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.main-visual-content .top__slogan{
  width:100%;
  padding:10px 5px;
  margin-bottom: 15px;
  text-align: center;
  font-size:1.3rem;
  color:#FFF;
  letter-spacing: 0.2em;
  background-color: #EA5514;
}
.main-visual-content .top__slogan-en{
  padding:5px 20px;
  font-size:3rem;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.main-visual-content .top__slogan-en:first-child{
  font-size:3.5rem;
}
.main-visual-content .top__slogan .text-line{
  display: flex;
  align-items: center;
  text-align: center;
}
.main-visual-content .top__slogan .text-line::before,
.main-visual-content .top__slogan .text-line::after{
  content:'';
  flex-grow: 1;
  height: 1px;
  background-color:#FFF;
  margin: 0 10px;
}

.main-visual-content .slogan__in{
  position: relative;
  transform: opacity 2.5s ease;
  background-color: transparent;
}
.main-visual-content .slogan__in::after{
  content: '';
	display: block;
	position: absolute;
  top: 0;left: 0;
  width:100%;
  height:100%;
  background-color:#EA5514;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 500ms;
  z-index: -1;
}
.main-visual-content .slogan__in.move::after{
  transform: scaleX(1);
  transform-origin: left center;
}

.main-visual-content .slogan__in .top__slogan_txt{
  opacity: 0;
}
.main-visual-content .slogan__in .top__slogan_txt span{
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-visual-content .top__slogan_Black{
  width:100%;
  padding:10px 10px 10px 20px;
  text-align: center;
  /*
  font-size:2rem;
  */
  font-size:1.8rem;
  color:#FFF;
  letter-spacing: 0.2em;
  background-color: #000;
}

.main-visual-content .top__slogan_Black .text-line{
  display: flex;
  align-items: center;
  text-align: center;
}
.main-visual-content .top__slogan_Black .text-line::before,
.main-visual-content .top__slogan_Black .text-line::after{
  content:'';
  flex-grow: 1;
  height: 1px;
  background-color:#FFF;
  margin: 0 10px;
}

#pickup{
  position: absolute;
  left:0; right:0; bottom:0;
}
#pickup .top-pickup__content{
  width:96%;
  max-width: 1200px;
  margin:0 auto;
  padding:20px;
  color:#FFF;
  line-height: 1.4;
  background-color:rgba(0,0,0,0.8);
}
#pickup .top-pickup__content .pickup__head{
  align-self: center;
  padding:20px 30px 20px 20px;
}
#pickup .top-pickup__content .title{
  font-size:18px;
  font-family: calibri, sans-serif;
}
#pickup .pickup__news{
  padding-left:30px;
  border-left: solid 2px #FFF;
}
#pickup .pickup__news .post:not(:last-child){
  margin-bottom: 5px;
}
#pickup .pickup__news .post__date{
  display: inline-block;
  padding-right: 20px;
}
#pickup .pickup__news .post__title{
  display: inline-block;
}
#pickup .pickup__news .post__title a{
  color:#FFF;
}

/*TOP Instagram SECTION --------------------*/

.instaWrap{
	width:100%;
	background:#e7eaed;
	margin:0 auto;
}

.instaWrap .center{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
}

.instaWrap p{
	margin:20px auto;
	text-align:center;
	font-size:3.6rem;
	font-weight:700;
	font-family:mr-eaves-modern, sans-serif;
	line-height:1em;
}

.instaWrap ul li{
	padding:0 15px;
}

.instaWrap iframe{
	padding:0 15px;
}

@media (max-width: 768px){
	.instaWrap p{
		font-size: 3.0rem;
	}

}


/*TOP NEWS SECTION --------------------*/
#top-links{
  padding-top:0;
}
#top-links .inner{
  max-width:1000px;
}
#top-links .links-wrap{
  width:100%;
  padding:15px;
  font-size:1.1rem;
  font-weight: bold;
  background-color:#FBDDC4;
}
#top-links .links-wrap a{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-right: 1.5em;
  line-height: 1.4;
}
#top-links .links-wrap a::before,
#top-links .links-wrap a::after{
  position: absolute;
  top: 0;bottom: 0;right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#top-links .links-wrap a::before{
  width:1em;
  height:1em;
  background:#D25321;
}
#top-links .links-wrap a::after{
  right:7px;
  width:5px;
  height:5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top-links .links-wrap a span:first-child{
  display:flex;
  flex:auto;
  align-items:center;
}
#top-links .links-wrap a span:first-child::after{
  content:'';
  height:1px;
  flex-grow:1;
  background-color:#231815;
  margin:0 2em;
}

#top-links2{
  padding-top:0;
}
#top-links2 .inner2{
  max-width:1000px;
}
#top-links2 .links-wrap2{
  width:100%;
  padding:15px;
  font-size:1.1rem;
  font-weight: bold;
  background-color:#FBDDC4;
}
#top-links2 .links-wrap2 a{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-right: 1.5em;
  line-height: 1.4;
}
#top-links2 .links-wrap2 a::before,
#top-links2 .links-wrap2 a::after{
  position: absolute;
  top: 0;bottom: 0;right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#top-links2 .links-wrap2 a::before{
  width:1em;
  height:1em;
  background:#D25321;
}
#top-links2 .links-wrap2 a::after{
  right:7px;
  width:5px;
  height:5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top-links2 .links-wrap2 a span:first-child{
  display:flex;
  flex:auto;
  align-items:center;
}
#top-links2 .links-wrap2 a span:first-child::after{
  content:'';
  height:1px;
  flex-grow:1;
  background-color:#231815;
  margin:0 2em;
}
/*TOP MESSAGE SECTION --------------------*/
#top-message{}
#top-message .section__bg::before{
  top:30%;
  height: 45%;
}
/*MESSAGE BLOCK*/
#top-message #block__message{
  position: relative;
  padding-bottom: 18%;
  margin-bottom: 5%;
}
#top-message #block__message .img{
  position: absolute;
  max-width: 22%;
  margin-top:30px;
}
#top-message #block__message .img-1{
  left:0; top:10%;
}
#top-message #block__message .img-2{
  left:35%; bottom:10px;
}
#top-message #block__message .img-3{
  right:0;top:3%;
}
#top-message #block__message .catch-text{
  text-align: center;
  margin-bottom: 30px;
  font-size:24px;
  font-weight: bold;
  line-height: 1.8;
}
#top-message #block__message .catch-text .catch-text__en{
  color:#EA5514;
  font-size:14px;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
#top-message #block__message .text{
  text-align: center;
  font-size:16px;
  line-height: 2.5;
}

/*BUSINESS INFORMATION BLOCK*/
#top-message #block___business .thumb{
  margin:0 3% 0 0;
}
#top-message #block___business .text{
  margin-bottom: 30px;
}

/*TOP KAITAI PORTAL SECTION --------------------*/
#top-portal .section__bg::before{
  height: 80%;
  background-image: url("../img/top/bg_portal_man.png");
  background-repeat: no-repeat;
  background-position: 35% bottom;
  background-size: 18%;
}
#top-portal .inner{
  position: relative;
  width:100%;
  padding:10% 5% 10% 8%;
}
#top-portal .section-title{
  letter-spacing: 0.2em;
}
#top-portal .text-area{
  position: absolute;
  width:50%;
}
  #top-portal .portal__img-box{
    float:right;
    width:48%;
  }

/*TOP COMPANY SECTION --------------------*/
#top-company{
  margin-bottom: 50px;
}
#top-company .section__bg::before{
  top:auto; bottom:0;
  height: 80%;
}
#top-company .inner{
  position: relative;
  width:100%;
  padding:0 5% 5% 8%;
  background-image: url("../img/top/txt_company_name.png");
  background-repeat: no-repeat;
  background-position: 94% 90%;
  background-size: 20%;
}
#top-company .company__img-box{
  width:45%;
}
#top-company .company__img-2{
  position: absolute;
  left:40%;bottom:12%;
  max-width: 17%;
}
#top-company .text-area{
  width:43%;
}

/*TOP RECRUIT SECTION --------------------*/
#top-recruit{}
#top-recruit .section__bg::before{
  top:auto;bottom:10%;
  height: 85%;
}
#top-recruit .inner{
  position: relative;
  padding:0 2%;
}
#top-recruit .text-area{
  position: absolute;
  top:0;left:4%;
}
#top-recruit .staff-list-area{
  float:right;
  width:80%;
}
.staff-list-area .staff-list{
  flex-direction: row-reverse;
}
.staff-list .staff{
  position: relative;
  width:25%;
  height: 100%;
  /*opacity: 0;*/
  overflow: hidden;
  cursor: pointer;
}
#top-recruit .staff-list .staff:nth-child(1){
  /*-webkit-animation: animate 0.5s ease 0.2s 1 forwards;
  animation: animate 0.5s ease 0.2s 1 forwards;*/
}
#top-recruit .staff-list .staff:nth-child(2){
  margin-top:100px;
  /*-webkit-animation: animate 0.5s ease 0.4s 1 forwards;
  animation: animate 0.5s ease 0.4s 1 forwards;*/
}
#top-recruit .staff-list .staff:nth-child(3){
  margin-top:200px;
  /*-webkit-animation: animate 0.5s ease 0.6s 1 forwards;
  animation: animate 0.5s ease 0.6s 1 forwards;*/
}
#top-recruit .staff-list .staff:nth-child(4){
  margin-top:300px;
  /*-webkit-animation: animate 0.5s ease 0.8s 1 forwards;
  animation: animate 0.5s ease 0.8s 1 forwards;*/
}
.staff-list-area .staff-list .staff .mask{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-family: mr-eaves-modern, sans-serif;
  background: rgba(234,85,20,0.5);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.staff-list-area .staff-list .staff:hover .mask {
  opacity: 1;
}
.staff-list-area .staff-list .staff .staff__img{
  width:100%;
  overflow: hidden;
}
.staff-list-area .staff-list .staff .staff__img img {
 width:100%;
 object-fit: cover;
 max-height: 450px;
}
.staff-list-area .staff-list .staff .staff__name{
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-style: italic;
}
.staff-list-area .staff-list .staff .link{
  padding:5px 20px;
  font-size: 16px;
  border:solid 1px rgba(255,255,255,0.8);
}
.staff-list-area .staff-list .staff .link a{
  color:#FFF;
  border: none;
}
.staff-list-area .staff-list .staff >a{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index:3;
}

/*TOP WORKS SECTION --------------------*/
#top-works .inner{
  position: relative;
}
#top-works .text-area{
  position: absolute;
  top:15%;left:5%;
}
#top-works .works-list-area{
  float:right;
  width:80%;
}
.works-list-area .works-list{
  margin-bottom: 5%;
}
.works-list-area .works-list .work{
  width:22.75%;
   margin:0 3% 0 0;
}
.works-list-area .works-list .work:nth-child(4n+2){
  margin-top:30px;
}
.works-list-area .works-list .work:nth-child(4n+3){
  margin-top:60px;
}
.works-list-area .works-list > li:nth-child(4n+4) {
  margin-top:90px;
  margin-right: 0!important;
}
.works-list-area .works-list .work__img {
  width:100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.works-list-area .works-list .work__title{
  position: relative;
  padding:10px 0;
  line-height: 1.4;
}
.works-list-area .works-list .work__title::after{
  content:'';
  position: absolute;
  display: block;
  background-color:rgba(114,113,113,0.3);
  height: 1px;
  width:3em;
  left:0;
  margin-top:8px;
}
.works-list-area .works-list .work__date{
  font-size:14px;
  position: relative;
  margin-bottom: 20px;
  padding:10px 0;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .works-list-area .works-list .work__date{
    font-size:12px;
  }
}

.works-list-area .works-list .work__date::after{
  content:'';
  position: absolute;
  display: block;
  background-color:rgba(114,113,113,0.3);
  height: 1px;
  width:3em;
  left:0;
  margin-top:8px;
}
.works-list-area .works-list .work__img img {
  width:100%;
  object-fit: cover;
  height: 250px;
}
.works-list-area .works-list .work-categories {
  line-height: 1;
  margin-top:20px;
}
.works-list-area .works-list .work-categories .work__category {
  display: inline-block;
  font-size:14px;
  line-height: 1.4;
}
.works-list-area .works-list .work-categories .work__category:not(:last-child){
 margin-right: 5px;
}
.works-list-area .works-list .work-categories .work__category::before {
  content:'#';
  color:#FFF;
  color:#EA5514;
}

/*PHILOSOPHY SECTION --------------------*/
#top-philosopy{
  position: relative;
}
#top-philosopy .bg_parallax{
  position: relative;
  left:5%;
  margin-bottom: 0;
  transform:skew(0deg, -3deg);
  background-image:url(../img/top/bg_philosopy.png);
}
#top-philosopy .section__bg{
  text-align: center;
}
#top-philosopy .inner{
  position: absolute;
  top:50%;left:10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 2;
}
#top-philosopy .txt-area{
  position: relative;
  max-width:750px;
  width:90%;
}
#top-philosopy .btn{
  position: absolute;
  bottom:5%;right:-10%;
}
#top-philosopy .btn a{
  padding:0.8em 5em 0.8em 3em;
  color:#FFF;
  background-color:#231815;
}


/*TOP TOPICS SECTION --------------------*/
#top-topics{
}

/*
#top-topics .section__bg::before{
  position: static;
  padding:25% 0;
  margin-bottom: 10%;
  background-image:url("../img/top/bg_01.png");
  background-position: center 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
*/
#top-topics .bg_parallax{
  background-image:url("../img/top/bg_parallax.png");
}
#top-topics .topics-list-area{
  width: 30%;
  max-width: 600px;
  padding:0 20px;
}
.topics-list{}
.topics-list .post{
  padding:20px 10px;
  line-height: 1.4;
  border-top:solid 1px rgba(35,24,21,0.6);
}
.topics-list .post:last-child{
  border-bottom:solid 1px rgba(35,24,21,0.6);
}
.topics-list .post__date{
  display: inline-block;
  padding-right: 1em;
  font-size: 14px;
}
.topics-list .post__cat{
  display: inline-block;
  padding:4px 10px 2px;
  font-size: 14px;
  color:#EA5514;
  border:solid 1px rgba(35,24,21,0.5);
}
.topics-list .post__title{
  display: block;
  padding-top:10px;
  font-size:16px;
  min-height: calc(2.4em * 1.4);
}

#top-topics .link{
  margin-top: 30px;
}


.sns-area{
  width:25%;
}
.sns-area .sns-list{
  display: inline-block;
}
.sns-area .sns{
  margin-bottom: 10px;
  font-family: mr-eaves-sans, sans-serif;
  font-weight: 700;
  font-size:24px;
  line-height: 1.4;
}
.sns-area .sns a{
  display: block;
  padding-right: 40px;
  background-image: url("../img/common/icon_sns_link.png");
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {  /*PC Only*/
  #top-message #block___business .thumb{
    max-width: 30%;
  }
}
@media (max-width: 768px) {
  .main-visual .main-visual-inner{
    width:100%;
    margin-top:0;
  }
  .main-visual .main-visual-content .title,
  .main-visual-content .top__slogan,
  .main-visual-content .top__slogan_Black{
    white-space: nowrap;
  }
    /*（吉本記）
    企業理念ページの文字数がが１１文字から１６文字に増え
    このままではスマホ時に入りきらないため、文字サイズを
    1.5em → 1em にダウンサイズする形で対応。
  */
  #main-visual__philosopy.main-visual .main-visual-content .title-box .title{
    font-size:4.5vw;
  }
  .section-title__top{
    font-size:3.0rem;
  }
  #pickup .pickup__news .post__title{
    display: block;
    margin-bottom: 10px;
  }
  #top-message #block__message .img-1{
    left:0;
  }
  #top-portal .inner{
    padding-bottom: 15%;
  }
  #top-works .text-area{
    position: static;
    margin:0 0 10% 8%;
  }
  #top-works .works-list-area{
    float:none;
    width:94%;
    margin:0 auto;
  }
  .works-list-area .works-list .work__img img{
    height: 200px;
  }
  .topics-list .post__title{
    font-size:0.9rem;
  }
  .sns-area .sns{
    font-size:1.2rem;
  }
  
  #top-philosopy .bg_parallax{
    height:50vh;
  }
  #top-philosopy .btn{
    bottom:-5%;right:auto;left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #top-philosopy .btn a{
    padding:0.5em 3em 0.5em 2em;
  }
}
@media (max-width: 640px) {
  .main-visual{
    height: 250px;
  }
  .main-visual .main-visual__bg{
    width:100%;
    margin-top:0;
  }
  #main-visual__top{
    height: 100vh;
    padding-bottom: 45%;
  }
  .main-visual .main-visual-content{
    left:5%;
  }
  .main-visual .main-visual-content .title-box .title{
    font-size:1.5em;
  }
  /*（吉本記）
    企業理念ページの文字数がが１１文字から１６文字に増え
    このままではスマホ時に入りきらないため、文字サイズを
    1.5em → 1em にダウンサイズする形で対応。
  */
  #main-visual__philosopy.main-visual .main-visual-content .title-box .title{
    font-size:4.5vw;
  }
  .main-visual .main-visual-content .title-box .title_en{
    font-size:0.8em;
  }
  .main-visual-content .top__slogan{
    font-size:0.8em;
  }
  .main-visual-content .top__slogan_Black{
    /*
    font-size:1.2em;
    */
    font-size:4.5vw;
  }

  #main-visual__top.main-visual .main-visual-content.positionB{
    top:53%;
    left: 49%;
  }
  .main-visual-content .top__slogan-en{
    font-size:1.7em;
  }
  .main-visual-content .top__slogan-en:first-child{
    font-size:2.2em;
  }
  #pickup .top-pickup__content{
    flex-direction: column;
  }
  #pickup .top-pickup__content .pickup__head{
    align-self:auto;
    padding:0;
    margin-bottom: 5%;
  }
  #pickup .top-pickup__content .pickup__head .title{
    display: inline-block;
    padding-bottom: 3%;
    border-bottom: solid 2px rgba(255,255,255,0.8);
  }
  #pickup .pickup__news{
    border-left: none;
    padding-left: 0;
  }
  #pickup .pickup__news .post:nth-child(3){
    display: none;
  }
  #pickup .pickup__news .post{
    font-size:80%;
  }
  #pickup .pickup__news .post__date{
    margin-bottom: 2%;
  }
  
  #top-links .links-wrap{
    font-size:1em;
  }
  #top-links .links-wrap a{
    display: block;
  }
  
  #top-message .section__bg::before{
    top:17%;
    height: 30%;
  }
  #top-message #block__message .catch-text{
    /*
    font-size:130%;
    */
    font-size:100%;
  }
  #top-message #block__message{
    padding-bottom: 90%;
    margin-bottom: 10%;
  }
  #top-message #block__message .text{
    margin-bottom: 10%;
    font-size:90%;
  }
  #top-message #block__message .img{
    max-width: 40%;
  }
  #top-message #block__message .img-1{
    top:50%;left:0;
  }
  #top-message #block__message .img-2{
    max-width: 50%;
    bottom:0;left:20%;
  }
  #top-message #block__message .img-3{
    top:47%;right:0;
  }
  #top-message #block__message .img .bg_clr::before{
    top:5px;left:-5px;
  }
  #block___business{
    flex-direction: column;
    width:90%;
    margin:0 auto;
  }
  #top-message #block___business .thumb{
    margin-bottom: 5%;
  }
  #top-portal .section__bg::before{
    height: 60%;
    background-position: right 77%;
    background-size: 33%;
  }
  #top-portal .inner{
    width:100%;
    margin:0;
    padding:10% 0 10% 5%;
  }
  #top-portal .text-area{
    position: static;
    width: 100%;
    padding:0 0 10% 5%;
  }
  #top-portal .portal__img-box{
    float:none;
    width: 100%;
    padding-left: 10%;
  }
  
  #top-company .inner{
    padding-left: 0;
    padding-bottom: 40%;
    flex-direction: column-reverse;
    background-position: 93% 98%;
    background-size: 30%;
  }
  #top-company .text-area{
    width: 100%;
    padding: 0 0 10% 10%;
  }
  #top-company .company__img-box{
    width:80%;
  }
  #top-company .company__img-2{
    max-width:35%;
    left:48%;
  }

  #top-recruit .section__bg::before{
    bottom:12%;
  }
  #top-recruit .text-area{
    position: static;
    padding:0 0 10% 5%;
  }
  #top-recruit .staff-list-area{
    float:none;
    width:95%;
    margin-left:5%;
  }
  #top-recruit .staff-list-area .staff-list .staff{
    width:50%;
    margin-bottom: 10%;
  }
  #top-recruit .staff-list .staff:nth-child(odd){
    margin-top:0;
  }
  #top-recruit .staff-list .staff:nth-child(even){
    margin-top:10%;
  }

  #top-works .text-area{
    margin-left:10%;
  }
  .works-list-area .works-list{
    justify-content: space-between;
  }
  .works-list-area .works-list .work{
    width:47%;
    margin:0 0 10%;
  }
  .works-list .work:nth-child(odd){
    margin-top:0!important;
  }
  .works-list .work:nth-child(even){
    margin-top:5%!important;
  }
  .works-list-area .works-list .work-categories .work__category{
    font-size:12px;
  }

  #top-topics .section__bg{
    width:100%;
  }
  #top-topics .section__bg::before{
    margin-bottom: 10%;
  }
  #top-topics .inner{
    width:86%;
    flex-direction: column;
  }
  #top-topics .text-area{
    /*
    margin-bottom: 10%;
    */
  }
  #top-topics .topics-list-area{
    width: 100%;
    padding:0;
    margin-bottom: 10%;
  }
  .topics-list .post:first-child{
    border-top:none;
  }
  #top-topics .link{
    margin-top: 5%;
    margin-top: 20px;
    margin-left: 10px;
  }
  .sns-area{
    width:100%;
    padding:0 10px;
  }
  .topics-list .post__title{
    min-height: calc(1em * 1.4);
  }



  #top-philosopy .bg_parallax{
    height:70vh;
  }


}
@media (max-width: 414px) {
  #top-philosopy .bg_parallax{
    height:60vh;
  }
  #top-philosopy .btn{
    font-size:0.9em;
  }
}

/*PICK UP  -------------------------*/
#top-topics #pickUp{
  padding:20px 20px;
  background-color:#FBDDC4;
  margin-bottom: 100px;
}
#top-topics  #pickUp .flex__item {
  padding: 0 15px;
}
#top-topics  #pickUp .pickup__title{
  font-size: 22px;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  padding:10px 0 10px 15px;
  background:#EA5514;
  color:#FFFFFF;
}
#top-topics  #pickUp  .report__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: solid 1px rgba(35,24,21,0.8);
}
#top-topics t #pickUp .report__text {
  color: #727171;
}
#top-topics  #pickUp .link__more {
  font-size:16px;
  font-weight: normal;
  text-align: right;
}
#top-topics  #pickUp .link__more a{
  border:none;
  line-height: 1;
  padding-right: 1em;
  position: relative;
}
#top-topics  #pickUp .link__more a::after{
  content: ''; 
  position: absolute;
  top: 0.1em; right: 0;
  display:block; 
  width:0.6em; 
  height:0.6em; 
  margin: auto; 
  border-top:solid 2px #EA5514; 
  border-right:solid 2px #EA5514; 
  transform: rotate(45deg);
}
@media (min-width: 641px) {
  #top-topics #pickUp  {
    display: flex;
  }
  #top-topics  #pickUp .flex__item {
    flex: 1;
  }
}
@media (max-width: 640px) {
  #top-topics #pickUp{
    display: block;
    margin-bottom:15%;
    padding:20px 15px 20px;
  }
}

/*----------------------------------------------------
  cooperation_contact 協力会社
----------------------------------------------------*/

.cooperation_contact h2.title {
    width: 100%;
    padding: 15px 30px;
    margin: 0 0 50px;
    text-align: left;
    font-family: mr-eaves-modern, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2em;
    background-color: #FFF;
    text-align:center;
}

.cooperation_contact .txtWrap{
     width:82%;
     margin:0 auto;
}

.cooperation_contact .txtWrap .txt{
     width:80%;
     margin:0 auto;
     line-height:2em;
    text-align:center;
    font-size:15px;
}

.cooperation_contact .txtWrap .txtB{
     width:87%;
     margin:0 auto 15px;
     line-height:2em;
    text-align:left;
    font-size:14px;
}

.cooperation_contact .txtWrap dl{
      width:80%;
      margin:5% auto;
}

.cooperation_contact .txtWrap dt{
       width:25%;
}
.cooperation_contact .txtWrap dt img{
       width:100%;
}

.cooperation_contact .txtWrap dd{
       width:73%;
       margin-left:2%;
}

.cooperation_contact .txtWrap dd ul{
       padding:3%;
       background:#f4ded1;
}

.cooperation_contact .txtWrap dd li{
       line-height:1.8em;
       font-size:15pt;
       font-weight:bold;
       background:url(../img/common/check.png) no-repeat;
       background-size:28px;
       padding-left:35px;
}
/*----------------------------------------------------
  PHILOSOPY PAGE
----------------------------------------------------*/
#main-visual__philosopy .main-visual-inner{
  background-image: url("../img/philosopy/bg_header.png");
  background-position: left bottom;
}
#philosopy .section__bg::before{
  height: 80%;
  top:auto;bottom:0;
}
#philosopy .inner{
  position: relative;
  padding-bottom: 250px;
}
#philosopy .text-area-2{
  float:right;
  margin-top:-30px;
}
#philosopy .catch-text.text{
  text-align: left;
  margin-bottom: 30px;
  font-size:24px;
  font-weight: bold;
  line-height: 2;
}
#philosopy .text{
  line-height: 2.5;
}
#philosopy .img{
  position: absolute;
}
#philosopy .img-2{
  bottom:0;left:30px;
  max-width: 20%;
}
#philosopy .img-3{
  top:15%;left:20%;
  max-width: 20%;
}
#philosopy .img-4{
  bottom:0;left:10%;
  max-width: 20%;
}
.contents__philosopy #menu .bg_parallax{
  background-image:url("../img/philosopy/bg_parallax.png");
}


@media (max-width: 768px) {
  #philosopy .text-area-1{
    padding-left: 0;
  }
  #philosopy .img-2{
    bottom:10%;
  }
  #philosopy .text-area-2{
    margin-top:0;
    padding-right: 0;
  }
  #philosopy .img-3{
    top:10%;left:5%;
    max-width: 25%;
  }
  #philosopy .img-4{
    bottom:20%;left:0;
    max-width: 30%;
  }
}
@media (min-width: 641px) {
  #philosopy .img-1{
    position: static;
    float:right;
    max-width: 45%;
    margin:0 0 10px 20px;
  }
}
@media (max-width: 640px) {
  #philosopy .text{
    font-size:0.9rem;
  }
  #philosopy .text-area-2{
    float:none;
  }
  #philosopy .img{
    max-width: 35%;
  }
  #philosopy .img-1{
    bottom:7%;right:5%;
  }
  #philosopy .img-3{
    bottom:10%;left:5%;top:auto;
  }
  #philosopy .img-4{
    right:5%;left:auto;bottom:10%;
  }

#philosopy .img-1.positionSP{
    position: relative !important;
    top: 625px;
    left: 62%;
}
}

}

/*----------------------------------------------------
  BUSINESS PAGE
----------------------------------------------------*/
#main-visual__business .main-visual-inner{
  background-image: url("../img/business/bg_header.png");
}
#business .section__bg{
  margin-bottom:10%;
}
#business .section__bg::before{
  top:15%;
}

#business .text-area-1{
  margin: 0 30px 0 30px;
}
#business .catch-text.text{
  text-align: left;
  margin-bottom: 30px;
  font-size:24px;
  font-weight: bold;
  line-height: 2;
}
#business .text{
  line-height: 2.5;
}
#business .img{
  position: absolute;
}
.contents__business #menu .bg_parallax{
  background-image:url("../img/business/bg_parallax.png");
}

@media (max-width: 768px) {
  #business .text-area-1{
    margin-left: 20px;
  }
}
@media (min-width: 641px) {
  #business .img-1{
    position: static;
    float:right;
    max-width: 45%;
    margin:0 0 10px 20px;
  }
}
@media (max-width: 640px) {
  #business .text{
    font-size:0.9rem;
  }
  #business .catch-text.text{
    font-size: 1.3rem;
  }
  #business .img{
    max-width: 45%;
  }
  #business .img-1{
    bottom:0;right:5%;
  }
  #business .tab-contents{
    padding-bottom: 50%;
  }
}
/*----------------------------------------------------
  COMPANY PAGE
----------------------------------------------------*/
#main-visual__company .main-visual-inner{
  background-image: url("../img/company/bg_header.png");
}
#company .section__bg:first-child::before{
  top:25%;
  height: 60%;
}
#company .inner{
  padding:10% 0;
}
#company .tbl__company{
  max-width: 1000px;
  width:96% !important;
  margin:15px auto 0;
}
#company #access-map.section__bg::before{
  height: 60%;
}
#company #access-map .inner{
  padding:5% 0;
}
#company .block__map{
  width:96%;
  max-width: 1100px;
  margin:0 auto;
  padding:15px;
  border:solid 1px #231815;
  background-color:#FFF;
}
#company .block__map .map{
  width:100%;
  height: 750px;
  overflow: hidden;
}
#company .block__map .map iframe{
  width:100%;
  height: 100%;
}
.contents__company #menu .bg_parallax{
  background-image:url("../img/company/bg_parallax.png");
}

@media (max-width: 768px) {
  #company .block__map .map{
    height: 500px;
  }
}
@media (max-width: 640px) {
  #company .block__map .map{
    height: 300px;
  }
	.cooperation_contact h2.title {
		padding:0;
		margin:0 0 25px;
	}
.cooperation_contact .txtWrap .txt {
    width: 90%;
	}
	.cooperation_contact .txtWrap dl {
	    width: 100%;
	}
	.cooperation_contact .txtWrap dt {
	    width: 100%;
	}
	.cooperation_contact .txtWrap dd {
	    width: 100%;
	    margin-left: 0%;
	}
	.cooperation_contact .txtWrap {
	    width: 98%;
	}
	.cooperation_contact .txtWrap dd ul {
	    margin: 15px 0 0;
	}
}

/*----------------------------------------------------
  WORKS PAGE
----------------------------------------------------*/
#works .section__bg::before{
  top:15%;
  height: 85%;
}
.contents__works #menu .bg_parallax{
  background-image:url("../img/works/bg_parallax.png");
}

/*----------------------------------------------------
  ARTICLE PAGE
----------------------------------------------------*/

#topics .section__bg::before{
  top:15%;
  height: 85%;
}
.single #topics .section-title{
  width: auto;
  max-width: none;
  padding:0;
  margin:0 0 20px;
  font-size:3.6rem;
  line-height: 1;
  background:none;
}
.single #topics .topics-list-area{
  max-width: 600px;
  padding:0 20px;
}

article {
  margin-bottom: 10%;
  padding:30px;
  background-color: #FFF;
}
article .article__title{
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
article figure{
  margin-bottom: 40px;
}
article .article_desc{
  padding:20px 0;
}
article .article__date{
  margin-right: 10px;
}
article .article__category{
  display: inline-block;
  padding:3px 10px;
  margin:3px;
  font-size:14px;
  color:#FFF;
  background-color:#EA5514;
  border-radius: 5px;
}
article .article__category:not(:last-child){
 margin-right: 5px;
}

article .article_content{
  font-size: 16px;
}
article .article_content p{
  line-height: 1.6;
  margin-bottom: 20px;
  word-break: normal;
}
article .article_content a{
  color:#22ac38;
}
article #toc_container{
  line-height: 1.6;
}

.contents__topics #menu .bg_parallax{
  background-image:url("../img/topics/bg_parallax.png");
}


@media (max-width: 640px) {
  .single #topics .inner{
    width:86%;
    flex-direction: column;
  }
  .single #topics .text-area{
    margin-bottom: 10%;
  }
  .single #topics .topics-list-area{
    padding:0;
    margin-bottom: 10%;
  }
  .single #topics .section-title{
    font-size:3.0rem;
  }
  article{
    padding:5%;
  }
  article .article__title{
    font-size:1.3rem;
  }
}


/*----------------------------------------------------
  CONTACT PAGE
----------------------------------------------------*/
#contact .section__bg::before{
  top:auto;bottom:10%;
  height: 82%;
}
#contact .text{
  margin-bottom: 30px;
}
#contact .contact-form-box .tbl th{
  width:20em;
}
@media (min-width: 769px) {
  #contact .form-area,
  #contact .text{
    margin-right: 50px;
    margin-left: 30px;
  }
}


/*----------------------------------------------------
  RECRUIT PAGE
----------------------------------------------------*/
#main-visual__recruit {
  height: 100vh;
  max-height: 890px;
  padding-bottom: 30px;
}
#main-visual__recruit.main-visual .main-visual-content{
  left:54%;
  -webkit-transform:translate(-50%,-50%); 
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
#main-visual__recruit .slider{
  width:100%;
  height: 100%;
  background-position: 40% top;
  background-size: cover;
}
#main-visual__recruit .main-visual-inner{
  background:none;
}

/*RECRUIT COMMON SETTINGS*/
.section-title__recruit .title_sub{
  display: inline-block;
  margin-left: 50px;
  font-size:18px;
  letter-spacing: 0;
  vertical-align: middle;
}

/*RECRUIT TOP SECTION*/
#recruit-top .section__bg::before{
  top:10%;
  height: 90%;
}
#recruit-top #tab-area__recruit{
  margin-bottom: 5%;
}
#recruit-top .text-area{
  margin: 0 50px 0 70px;
}
#recruit-top .catch-text.text{
  text-align: left;
  margin-bottom: 30px;
  font-size:24px;
  font-weight: bold;
  line-height: 2;
}
#recruit-top .text{
  line-height: 2.5;
}
#recruit-top .img{
  position: absolute;
}

/*RECRUIT MESSAGE SECTION*/
#recruit-message{
  padding-top:10%;
  margin-bottom: 10%;
  background-position: 90% 5%;
}
#recruit-message .text-area{
  margin: 0 0px 0 120px;
}
#recruit-message .catch-text.text{
  text-align: left;
  margin-bottom: 30px;
  font-size:24px;
  font-weight: bold;
  line-height: 2;
}
#recruit-message .text{
  line-height: 2.5;
}
#recruit-message .img{
  position: absolute;
}

#recruit-message .positionSP .img{
  position: relative;
  left:25%;
}



/*RECRUIT INTERVIEW*/
#recruit-interview .section__bg_orange::before{
  top:5%;
}
#recruit-interview .section__bg:nth-child(2)::before{
  height: 55%;
  top:20%;
}
#recruit-interview .section__bg:nth-child(2)::after{
  content:'';
  position: absolute;
  bottom:10%;
  width:100%;
  height: 50%;
  background-color:#EFEFEF;
  transform:skew(0deg, -5deg);
  z-index: -1;
}
#recruit-interview .staff-list-area{
  max-width: 1200px;
  width:100%;
  margin: 0 auto;
}
#recruit-interview .staff-list .staff{
  margin-bottom: 50px;
  overflow: unset;
}
#recruit-interview .staff-list-area .tab.select .mask{
  opacity: 1;
}
#recruit-interview .staff-list-area .tab.select::after{
  content:'';
  position: absolute;
  top:100%; left:0; right:0;
  margin: 20px auto 0;
  width:20px;
  height: 20px;
  border-top:solid 5px #EA5514;
  border-right: solid 5px #EA5514;
  transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
}
#recruit-interview #tab-contents-area__interview{
  width:96%;
  margin: 0 auto;
  padding-top:10%;
}
#recruit-interview #tab-contents-area__interview .tab-contents{
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}
#recruit-interview .interview-container{
  margin-bottom: 5%;
}
#recruit-interview .interview-container .text-area{
  width:55%;
  margin-bottom: 20px;
}
#recruit-interview .interview-container dt{
  padding:20px 0;
  margin-bottom: 20px;
  font-weight: bold;
}
#recruit-interview .interview-container .img-area{
  width:40%;
}

/*RECRUIT REQUIREMENTS SECTION*/
#recruit-requirements{
  margin-bottom: 2%;
}
/*
#recruit-requirements .section__bg_recruit.section__bg::before{
  position: static;
  padding:20% 0;
  margin-bottom: 5%;
  background-image: url("../img/recruit/bg_recruit.png");
  background-position: center center;
  background-size: cover;
  transform:skew(0deg, 3deg);
}
*/
#recruit-requirements .bg_parallax{
  background-image: url("../img/recruit/bg_parallax.png");
}
#recruit-requirements .inner{
  padding-top:12%;
  margin-bottom: 3%;
}
#recruit-requirements .section__bg::before{
  top:auto;bottom: 0;
  height: 80%;
  background-color:#F7F8F8;
  transform:skew(0deg, -3deg);
}
#recruit-requirements .tbl{
  max-width: 1200px;
}
#recruit-requirements .tbl th{
  width:12em;
}

/*RECRUIT ENTRY SECTION*/
#recruit-entry .section__bg::before{
  top:5%;
  height: 70%;
}
#recruit-entry .section__bg::after{
  content:'';
  position: absolute;
  bottom:0;
  width:100%;
  height: 50%;
  background-color:#EFEFEF;
  transform:skew(0deg, -5deg);
  z-index: -1;
}
#recruit-entry .text{
  line-height: 1.8;
  margin-left: 120px;
}

#recruit-entry .contact-form-box .tbl {
  margin-bottom: 5%;
}
#recruit-entry .contact-form-box .tbl th {
  width:20em;
  vertical-align: middle;
}
#recruit-entry .contact-form-box .tbl__contact th p{
  display: inline-block;
}
#recruit-entry .contact-form-box .tbl__contact th .multi{
  display: inline-block;
  vertical-align: middle;
}
#recruit-entry .contact-form-box .address-head{
  display: inline-block;
  width:5em;
  margin-right: 10px;
}

#recruit-entry .contact-form-box .agree-box{
  padding:30px 10px;
  text-align: center;
  background-color:#FFF;
}
.contact-form-box .mw_wp_form_input .txt__confirm{
  margin-bottom: 30px;
}
#recruit-entry .contact-form-box #submitforword input[type="submit"],
#recruit-entry .contact-form-box #submitConfirm input[type="submit"]{
  background-color: #231815;
  border-radius: 0;
}
#recruit-entry-thanks .section__bg::before{
  top:auto; bottom:10%;
  height: 82%;
}


@media (min-width: 769px) {
  #recruit #tab-area__recruit .tabs .tab{
    height: 150px;
    flex:1;
  }
  #recruit-message .section-title,
  #recruit-entry .section-title{
    margin-left: 90px;
  }
  #recruit-interview #tab-contents-area__interview{
    margin-left: 4%;
  }
  #recruit-entry .form-area{
    margin-left: 50px;
  }
  #recruit-entry-thanks .text{
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  #recruit-top .text-area,
  #recruit-message .text-area{
    margin: 0 20px;
  }
  .section-title__recruit{
    margin-left: 0;
  }
  #recruit-entry .text{
    margin:0 0 5%;
  }
}
@media (min-width: 641px) {
  #tab-area__recruit .tabs .tab{
    flex:1;
  }
  #recruit-top .img,
  #recruit-message .img{
    position: static;
    float:right;
    max-width: 45%;
    margin:0 0 10px 20px;
  }
}
@media (max-width: 640px) {
  #main-visual__recruit{
    height: 350px;
  }
  #recruit-message{
    padding-top:30%;
  }
  #recruit-top .text,
  #recruit-message .text{
    padding-bottom: 5%;
    font-size:0.9rem;
  }
  #recruit-top .catch-text.text,
  #recruit-message .catch-text.text{
    font-size: 1.3rem;
  }
  #recruit-top .img,
  #recruit-message .img{
    max-width: 45%;
    bottom:0;right:0;left:0;
    margin:auto;
  }
  #recruit-top .section__bg,
  #recruit-aboutus .section__bg,
  #recruit-message .section__bg{
    padding-bottom: 50%;
  }
  .section-title__recruit .title_sub{
    display: block;
    margin: 5px 0 0 20px;
    font-size:14px;
  }
  #recruit-interview .staff-list-area .staff-list .staff .staff__name{
    font-size: 14px;
  }
  #recruit-interview .interview-container{
    flex-wrap: wrap;
  }
  #recruit-interview .tab-contents .interview-container:nth-child(odd){
    flex-direction: column-reverse;
  }
  #recruit-interview .interview-container .text-area,
  #recruit-interview .interview-container .img-area{
    width:100%;
  }
  #recruit-entry .recruit__title{
    font-size:1.7rem;
  }
}




/*-----------------------------
ギャラリーCSS調整（記事）
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
 
/*.gallery br {display: none;}*/ /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
  text-align: center;
}
 
.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}
 
.gallery-caption { /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
  width: 100%;
  margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}
 
@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}







/*----------------------------------------------------
  404 PAGE
----------------------------------------------------*/
#non-page .inner{
  padding:5% 0;
  text-align: center;
}
#non-page .section-title{
  font-size:1.2rem;
}
#non-page .text{
  font-size:90%;
}

/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:320px) { 

#top-portal .section__bg::before {
    background-position: right 85%;
}
#top-message #block__message .img-3 {
    top: 51%;
}
}


/*----------------------------------------------------
 KNOWLEDGE ARTICLE  
----------------------------------------------------*/

/*category_header*/
.archive_header{
  margin-bottom: 20px;
}
.archive_header .category_header{
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  padding: 20px 0;
  margin-top: 10px;
}
.archive_header .category_header_in{
  overflow: hidden;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding:10px 20px;
}
.archive_header .category_header .ttl{
  width: 100%;
  padding: 0 0;
  margin: 0 0 10px;
  color: #333;
  font-size: 22px;
  font-size: 2.0rem;
  line-height: 1.4;
  background-color: inherit;
}
.archive_header .category_header .ttl span{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .archive_header .category_header{
    border-top:none;
  }
}


/*記事一覧*/
.post-list{}
.post-list .posts{
  display: flex;
  flex-direction: column;
  margin:0 0 2%;
  padding:10px;
  border:solid 1px #CCC;
  background-color: #FFF;
}
.post-list .posts .thumbnail{
  width:100%;
}
.post-list .posts .thumbnail div{
  padding-top:75.7%;
}
.post-list .posts .post_detail{
  padding:10px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-list .posts .post_detail h2{
  height: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.post-list .posts .post__excerpt{
  margin-top:auto;
  line-height: 1.6;
}
.post-list .posts .post_desc{
  margin-top:auto;
  padding-top:10px;
}
.post-list .posts .post__date{
  margin-bottom: 10px;
  color:#999;
}
.post-list .posts .post__category{
  padding:2px 5px;
  border-radius: 5px;
  background-color: #EA5514;
}
.post-list .posts .cat-works{
  background-color: #3fa850;
}
.post-list .posts .post__category a{
  color:#FFF;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .post-list .posts{
    margin:0 2% 2% 0;
    width:calc(33.33% - 4% / 3);
  }
  .post-list .posts:nth-child(3n){
    margin-right: 0;
  }
}
@media (max-width: 1024px) and (min-width:768px) {
  .post-list .posts {
    margin:0 2% 2% 0;
    width:calc(50% - 2% / 2);
  }
  .post-list .posts:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .post-list{
    display: block;
  }
  .post-list .posts{
    flex-direction:unset;
    width:100%;
    margin:0 0 2%;
  }
  .post-list .posts .thumbnail{
    max-width: 110px;
    margin:0 10px 0 0;
  }
  .post-list .posts .post_detail{
    padding:0;
  }
  .post-list .posts .post_detail h2{
    font-size:90%;
  }
  .post-list .posts .post__excerpt{
    display: none;
  }
  .post-list .posts .post_desc{
    padding-top:0;
    font-size:80%;
  }
}

/* PAGER */
.pager {
  clear: both;
  padding: 30px 0;
  text-align: center;
}
.pager .page-numbers {
  padding: 3px 7px;
  font-size: 14px;
  color: #000;
  background-color: #FFF;
  border: solid 1px #000;
}
.pager .page-numbers.current {
  color: #FFF;
  background-color: #000;
  text-decoration: none;
}


/* SINGLE PAGE */
#contents .col-2 {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
/*SIDE*/
#contents .col-2 #side{
  padding-bottom: 50px;
}
.side-bnr{
  margin-bottom: 30px;
}

/*SIDE CONTENTS*/
#side .side-contents{
  transition: .3s all;
}
@media (min-width: 768px) {
  #side .side-contents {
    padding-top:40px;
  }
}
#side .side-contents .contents-block{
  background-color:#FFF;
  border:solid 1px #DDD;
  margin-bottom: 50px;
}
#side .side-contents h2{
  color: #777;
  position: relative;
  text-align: center;
  line-height: 1.2;
  border-bottom: solid 3px #EA5514;
  font-size:18px;
  font-weight: bold;
  padding: 15px 0;
}

#side .side-contents ul{}
#side .side-contents ul > li{
  line-height: 1.4;
  padding-left:1.0em;
}
#side .side-contents ul > li:not(:last-child) {
  border-bottom:solid 1px #DDD;
}
#side .side-contents ul > li.current-cat{
  font-weight: bold;
}
#side .side-contents ul > li >a{
  color:#000;
  display: block;
  padding:0.8em 0.8em 0.8em 1.5em;
  position: relative;
}
#side .side-contents ul > li >a::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 0;
  top: 1.2em;
  transform: rotate(45deg);
}
#side .side-contents .link_area {
  padding:0.8em;
  text-align: right;
}
#side .side-contents .link {
  line-height: 1;
  font-size:14px;
  font-weight: normal;
  position: relative;
  padding-right: 1.5em;
}
#side .side-contents .link::after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: 0;
  top: 0.2em;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  #contents .col-2{
    display: flex;
    justify-content: space-between;
  }
  #contents .col-2 #main{
    width:70%;
  }
  #contents .col-2 #side{
    max-width: 280px;
    width:28%;
  }
  #contents .col-2 .inner {
    width:100%;
  }
}
@media (max-width: 1024px) {
  #contents .col-2 #main{
    margin:0;
  }
  #side .side-contents ul > li{
    font-size:14px;
  }
}
@media (max-width: 767px) {
  #contents .col-2 #main,
  #contents .col-2 #side{
    width:100%;
    max-width: none;
  }
  #contents .col-2{
    width:100%;
  }
  #contents .col-2 #side{
    width:100%;
    margin:0 auto;
    padding:0;
  }
  #side .side-contents .contents-block{
    margin:0 auto 20px;
    width:94%;
  }
  #side .side-contents h2{
    font-size:1.2em;
  }
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6{
  font-weight: bold;
  line-height: 1.3;
}
article h1 {
  font-size: 1.5em;
  margin-bottom: 0.5em
}
article h2 {
  font-size: 1.17em;
  margin-bottom: 0.5em
}
article h3 {
  font-size: 1em;
  margin-bottom: 0.5em
}
article h4 {
  font-size: 0.83em;
  margin-bottom: 0.5em
}
article h5 {
  font-size: 0.67em;
  margin-bottom: 0.5em
}
article h6 {
  font-size: 0.55em;
  margin-bottom: 0.5em
}


/*----------------------------------------------------
  XXX PAGE
----------------------------------------------------*/
#main-visual__xxx .main-visual-inner{
  background-image: url("../img/xxx/_bg_header.png");
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

