@charset "UTF-8";

/*!
Theme Name: gaten
Template:   cocoon-master
Version:    0.0.6
*/
body{
	font-family: 'Noto Sans JP', -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
}
.sp{
	display: none;
}
@media screen and (max-width: 500px){
	.sp{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
}

.topMv {
  width: 100%;
  background: linear-gradient(0deg, rgb(199, 165, 6) 0%, rgb(230, 198, 0) 100%);
  height: 370px;
  text-align: center;
}
.topMv img {
  max-width: 100%;
  max-height: 370px;
}


/* top__postList */
.top__postList-head{
	font-size: clamp(20px,5vw,30px);
}
.top__postList-head2{
  font-weight: normal;
  font-size: max(12px,0.7em);
  margin-left: 2em;
}
.top__postList{
  margin-top: clamp(20px,4vw,40px);
}
.top__postList-title{
	font-size: clamp(22px, 4vw, 35px);
	font-weight: normal;
	position: relative;
	width: fit-content;
	background: linear-gradient(transparent 60%, #f9e836 60%);
}
.top__postList-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: clamp(20px,4vw,30px);
}
.top__postList-link{
  width: 30%;
  text-decoration: none;
}
.top__postList-link:hover{
  opacity: 0.5;
}
.top__postList-imgWrapper img{
	width: 100%;
    height: clamp(60px,15vw,150px);
    object-fit: cover;
    object-position: center;
}
.top__postList-meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__postList-psotTitle{
  font-size: clamp(14px,2vw,18px);
  line-height: 1.4;
  width: 100%;
  color: #222222;
}
.top__postList-cat,.top__postList-date{
  margin-top: 0.5em;
  font-size: clamp(10px,1vw,16px);
  color: #7f7f7f;
}
.top__postList-archiveBtnWrapper{
  margin-top: clamp(10px,2vw,20px);
}
.top__postList-archiveBtnWrapper a{
      border: solid 1px #000;
    font-size: clamp(16px,3vw,20px);
    text-decoration: none;
    color: #000;
    padding: 0.5em 1.5em;
    border-radius: 4px;
    margin-left: auto;
    display: block;
    width: fit-content;
    font-weight: bold;
   transition: all 0.3s;
}
.top__postList-archiveBtnWrapper a:hover{
	background-color: #000;
  	color: #fff;
}
.top__postList-archiveBtnWrapper a i{
  margin-left: 1em;
}
@media screen and (max-width: 600px){
  .top__postList-head{
     margin-top: 0;
  }
  .top__postList-head span{
    display: block;
    text-align: center;
  }
  .top__postList-head2 {
    margin-left: 0em;
  }
  .top__postList-flex{
    display: block;
  }
  .top__postList-link{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }
  .top__postList-imgWrapper{
    width: 30%;
  }
  .top__postList-meta{
    flex: 1;
    padding-left: 10px;
  }
}

/* rankingCriteria */
.rankingCriteria{
  margin: 20px 0;
}
.rankingCriteria__head{
  background-color: #053053;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0;
  font-size: 14px;
}
.rankingCriteria__ul{
  border: solid 1px #053053;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.rankingCriteria__li{ 
  font-size: 16px;
}
/* articleResult */
.articleResult{
  margin: 20px 0;
}
.articleResult__head{
  background-color: #053053;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0;
  font-size: 14px;
}
.articleResult__ul{
  border: solid 1px #053053;
  padding: 10px !Important;
}
.articleResult__li{
  list-style: none; 
  font-size: 16px;
}
.articleResult__li i{
  color: #053053;
  margin-right: 0.3em;
}
/* otherSearch */
.otherSearch{
  margin: 20px 0;
}
.otherSearch__head{
  background-color: #5b5b5b;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  width: fit-content;
  padding: 0.5em 1em;
}
.otherSearch__ul{
  border: solid 1px #5b5b5b;
}
.otherSearch__li{
  font-size: 14px;
  color: #5b5b5b;
}
/* SP用ぺージ上部オーバーレイ */
.spTopBar{
  display: none;
}

@media screen and (max-width: 500px){
  .spTopBar.active{
    display: flex;
  }
  .spTopBar{
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    border-bottom: solid 3px #012B53;
    max-width: unset !important;
  }
  .spTopBar1__linkWrapper{
    width: calc(100%/3);
  }
  .spTopBar1__linkWrapper a{
    display: block;
    text-align: center;
    color: #012B53;
    font-weight: bold;
    padding: 10px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px){
  .spTopBar2 .swiper{
    padding: 0 20px;
  }
  .spTopBar2 .swiper .swiper-slide{
    padding: 10px 10px 0 10px;
  }
  .spTopBar2 .swiper .swiper-slide a{
    font-size: 11px;
    text-align: center;
    color: #012B53;
    display: block;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    color: gray;
    font-size: 20px !important;
    font-weight: bold;
  }
}
/* スライド口コミ */
.slideKuchiWrapper{
  margin: clamp(20px,4vw,30px) 0;
}
.slideKuchi__head{
  font-size: clamp(18px,3.2vw,25px);
}
.slideKuchi__slide{
  display: flex;
  width: 100%;
  overflow-X: auto;
  padding: 10px 0;
  background-color: #f7ecd9;
}
.slideKuchi__item{
	width: clamp(200px,40vw,400px);
  padding: clamp(10px,2vw,20px);
  border: solid 2px #938a7a;
  background-color: #fff;
  margin-right: clamp(10px,2vw,20px);
      flex-shrink: 0;
}
.slideKuchi__item-head{
  display: flex;
  align-items: center;
  font-weight: bold;
}
.slideKuchi__item-head img{
	box-shadow: none !important;
  width: clamp(30px,6vw,50px);
  border: none !important;
  margin: 0 10px 0 0 !important;
}
.slideKuchi__item-text{
	font-size: clamp(14px,2.8vw,16px);
  margin-top: 1em;
  line-height: 1.4;
}

/*おすすめ転職サイト3選*/
.recommend3{
	margin: clamp(20px,4vw,30px) 0;
}
.recommend3 p{
	display: none;
}
.recommend3__title{
	font-size: clamp(20px,4vw,25px);
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border: solid 1px #000;
    padding: 0.5em 2em;
    box-shadow: 0.1em 0.1em 0.2em #d0d0d0;
}
.recommend3__flex{
	margin-top: clamp(20px,4vw,30px);
}
.recommend3__item{
	border: solid 1px #000;
  	margin-bottom: 10px;
}
.recommend3__name{
	font-size: 20px;
    text-align: center;
    padding: 0.5em;
    border-bottom: solid 1px #000;
}
.recommend3__imgWrapper{
	padding: 10px;
}
.recommend3__imgLink{
	display: block;
    width: 100%;
    height: 80px;
    text-align: center;
}
.recommend3__imgLink img{
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.recommend3__text{
	width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    border-top: dotted 1px #000;
}
.recommend3__linkWrapper{
	display: block;
    width: 70%;
    margin: 0 auto 20px auto;
}
.recommend3__link{
	background-color: #c00000;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    width: 100%;
    margin-top: 10px;
    display: block;
    text-align: center;
    padding: 0.5em;
    box-shadow: 0.1em 0.1em 0.2em #d0d0d0;
    transition: all 0.3s;
}
.recommend3__link:hover{
	transform: translate(0.1em,0.1em);
    box-shadow: 0em 0em 0em #d0d0d0;  
   	color: #fff;
}
@media (min-width: 600px){
  .recommend3__flex{
  	display: flex;
    justify-content: space-between;
  }
  .recommend3__item{
  	width: 30%;
    margin-bottom: 0;
    display: flex;
	flex-direction: column;
  }
  .recommend3__linkWrapper{
  	margin-top: auto;
  }
}
/* 先方のcssを上書き */
main li{
  list-style-type: disc;
}
#toc li{
  list-style-type: none;

}
/* ad3 */
.ad3{}
/* ad2 */
.ad2{
  margin: 20px 0;
  border: solid 1px #999999;
}
.ad2__inner{
  padding: clamp(20px,4vw,30px) clamp(10px,2vw,30px);
}
.ad2__head{
  font-weight: bold;
  font-size: clamp(25px,5vw,40px);
}
.ad2__text{
  font-size: clamp(15px,3vw,18px);
  font-weight: bold;
  margin-top: 0.5em;
}
.ad2__imgWrapper{
  width: 70%;
  margin:  10px auto 0 auto;
}
.ad2__point{
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.ad2__pointImgWrapper{
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: traslate(-50%,-50%);
}
.ad2__point ul{
  border: solid 1px #eeeeee;
  padding: 20px 20px 20px 10px;
  margin: 0;
}
.ad2__point ul li{
  position: relative;
  font-weight: bold;
  list-style-type: none;
  padding-left: 1em;
}
.ad2__point ul li:before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.ad2__right dl{
  border: solid 1px #eeeeee;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ad2__right dl dt,
.ad2__right dl dd{
    padding: 0.5em;
    font-size: clamp(14px,2.8vw,15px);
}
.ad2__right dl dt:after,
.ad2__right dl dd:after{
  display: none;
}
.ad2__right dl dt{
  width: 40%;
  border-right: solid 1px #eeeeee;
  border-bottom:  solid 1px #eeeeee;
}
.ad2__right dl dd{
  width: 60%;
  border-bottom:  solid 1px #eeeeee;
  margin-left: 0;
}
.ad2__right dl dt:last-of-type,
.ad2__right dl dd:last-of-type{
  border-bottom:  0;
}
@media (min-width: 600px){
  .ad2__flex{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .ad2__left{
    width: 40%;
  }
    .ad2__right{
    width: 55%;
  }
  .ad2__point ul li{
    font-size: 14px;
  }
  .ad2 .ad2__linkWrapper{
    margin: 20px auto 0 auto;
    max-width: 400px;
  }
}

/* ad2-2 */
.ad2-2 {
  margin-top: 20px;
  border: solid 2px #999999;
}
.ad2-2 .ad2__inner{
  padding: 0 0 clamp(20px,4vw,30px) 0;
}
.ad2-2 .ad2__head{
  text-align: center;
  border-bottom: solid 2px #999999;
}
.ad2-2 .ad2__flex{
  padding: 0 clamp(10px,2vw,30px);
}
.ad2-2 .ad2__linkWrapper .ad-btn__link{
  width: min(90%,600px);
}

/* チアジョブの固定広告 */
.ad2-2-next .ad2__head {
  font-size: clamp(20px, 5vw, 32px);
}

.ad2-2-next .ad2__flex {
  align-items: center;
}

.ad2-2-next .ad2__linkWrapper-pc {
  margin-top: 70px;
  display: none;
}

.ad2-2-next .ad2__linkWrapper-sp {
  margin-top: 30px;
}

.ad2-2-next .ad-btn__link {
  font-size: 16px;
}

.ad2-2-next .ad-btn__head {
  word-break: keep-all;
}

.ad2-2-next .next {
  display: none;
}

.ad2-2-next .nextBtn {
  font-size: 14px;
  margin-left: auto;
  text-decoration: underline;
  width: fit-content;
}

.ad2-2-next dl {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .ad2-2-next .ad2__linkWrapper-pc {
    display: block;
  }

  .ad2-2-next .ad2__linkWrapper-sp {
    display: none;
  }

  .ad2-2-next .next {
    display: block;
  }

  .ad2-2-next .nextBtn {
    display: none;
  }
}
/* テーブルデザイン 開始 */
.table1{
  	margin: 20px auto 0 auto;
	width: 100%;
    overflow-X: auto;
}
.table1 table{
	border-collapse: collapse;
  	table-layout: fixed;
  	margin-bottom: 0;
 }
.table1 table th,.table1 table td{
  	border: solid 1px #9e9e9e;
  	text-align: center;
  	font-size: clamp(0.75rem, 0.539rem + 1.05vw, 1rem) !important;/*12-16*/
  	color: #222222;
  	padding: 0.5em !important;
}
.table1 table th{
	background-color: #fee800;
  	color: #000000;
  	width: 150px;
  	position: sticky;
  	left: 0;
  	z-index: 1;
}
.table1 table td{
	width: 200px;
}
.table1 table td ul{
	padding-left: 0 !important;
}
.table1 table tr:nth-child(n+4) {
  display: none;
}
.table1-btn{
  width: min(50vw,300px);
  margin: 30px auto 20px auto;
  font-size: min(5vw,20px);
  padding: 0.3em;
  text-align: center;
  border: solid 1px #000;
  border-radius: 9999px;
  color: #000000;
  cursor: pointer;
}
.table1-btn:hover{
	background-color: #000000;
  	color: #fff;
}
.table1__tr-after{
	display: table-row !important;
}
@media (max-width: 767px) {
  .table1 table td{
  	font-weight: normal;
  }
}
/* ガテン職バナー */
.gatenBanner{
	position: sticky;
  	top: 50px;
  	z-index: 10;

}
.gatenBanner-sp{
	width: 80%;
  	margin: 0 auto;
  	top: 10px;
}
.gatenBanner-footer{
	position: fixed;
    bottom: 0;
    left: 50%;
    width: min(100%,400px);
    z-index: 10;
    transform: translateX(-50%);
  	transition: all 0.3s;
}
.gatenBanner-footer-after{
	visibility: hidden;
  	opacity: 0;
}
@media (min-width: 593px){
  .gatenBanner-footer{
  	bottom: 0px;
  }
}
/* トップページ */
.topSlider{
	position: relative;
	margin: 0 auto min(2vw, 30px) auto;
	padding: 20px 0;
	background-color: #e8e8e8;
}
.topSlider__inner{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.topSlider__ul{
  margin: 0 auto;
  padding: 0;
}
.topSlider__li{
  list-style: none;
}
.topSlider__li img{
  display: block;
  width: 100%;
}
.topSlider__tilte{
  font-weight: bold;
  font-size: min(3.5vw,16px);
  color: #000000;
}
:root {
  --swiper-theme-color: #f6d046;
}
.swiper-button-next, .swiper-button-prev{
  color: #4b4b4b;
  font-weight: bold;
}
.swiper-button-next{
  right: 2%;
}
.swiper-button-prev{
  left: 2%;
}
.topSlider .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 27px;
}
@media (min-width: 900px){
	.swiper-button-next{
	  right: 5% !important;
	}
	.swiper-button-prev{
	  left: 5% !important;
	}	
}
.appDownload{
  background-color: #fee800;
  padding: 20px;
  width: min(100%,420px);
  margin: clamp(30px,6vw,60px) auto 0 auto;
}
.appDownload__img{
  display: block;
  width: 100%;
}
.appDownload__flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.appDownload__link{
  display: block;
  height: 52px;
}
.appDownload__link:hover{
  opacity: 0.7;
}
.appDownload__link img{
  height: 100%;
  width: auto;
  object-fit: contain;
}
/* SPオーバーレイ */
.overlay{
	position: fixed;
  	bottom: 0;
  	left: 0;
  	z-index: 100;
  	width: 100%;
  	transition: all 0.3s;
}
.overlay-bottom{
  	bottom: 0px;
}
.overlay a{
  width: 100%;
  display: block;
}
/*広告ボタンテンプレ*/
.ad-btn{
	margin: 20px auto;
}
.ad-btn__link{
	display: block;
	margin: 0 auto;
	width: min(100%,600px);
	background-color: #4aa636;
	font-size: min(4vw,20px);
	text-align: center;
	padding: 1em 0;
	border-radius: 0.3em;
	box-shadow: 0 0.2em 0 #2b601f;
	font-weight: bold;
	color: #fff;
	position: relative;
	transition: all 0.3s;
}
.ad-btn__link:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.6;
}
.ad-btn__head{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 0.8em;
	display: block;
	background-color: #fff;
	border-radius: 9999px;
	border: solid 2px #4aa636;
	color: #4aa636;
	width: fit-content;
	line-height: 1;
	padding: 0.5em 1em;
}
.ad-btn__link--green.ad-btn__link{
	background-color: #40B264;
	box-shadow: 0 0.2em 0 #25683b;
}
.ad-btn__link--green .ad-btn__head{
	border: solid 2px #40B264;
	color: #40B264;
}
/*デフォルト装飾変更*/
.article strong{
	color: #000 !important;
	background:linear-gradient(transparent 60%, #FFFF99 60%);
}
.article.article .marker-under strong{
	color: #ff0000 !important;
} 
/*広告ボックス*/
.toshoadv .toshoadv__flextable dl dt{
	background-color: #053053;
	color: #fff;
}
.toshoadv{
	border: unset;	
}
.ad-blockd{
	display: flex;
	flex-wrap: wrap;
	border: solid 2px #053053;
  	align-items: center;
}
.ad-blockd__head{
	background-color: #053053;
    text-align: center;
    padding: 0.2em;
    font-weight: bold;
	width: 100%;
	color: #fff;
	font-size: min(5vw,25px);
}
.ad-blockd__logo{
	padding-top: 10px;
	width: 30%;
}
.ad-blockd__logo a{
	width: 100%;
}
.ad-blockd__logo a img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.ad-blockd__middle{
	width: 70%;
}
.ad-blockd__text{
	display: none;
}
.ad-blockd__table{
	padding: 10px 5px;
}
.ad-blockd .toshoadv__table{
	width: 100%;
	margin: 0;
} 
.ad-blockd__table .toshoadv__flextable{
	margin-bottom: 0;
}
.toshoadv__flextable dl{
	font-size: 12px;
}
.ad-blockd__text{
	padding: 10px;
	border-top: solid 2px #053053;
	font-size: min(4vw,16px);
	width: 100%;
}
.ad-blockd__link{
	padding: 10px;
	width: 100%;
}
.ad-blockd__link a{
	display: block;
	width: 80%;
  	text-align: center;
	margin: 0;
}
.ad-block__detail{
	background-color: #B30707;
    border-radius: 0.3em;
	box-shadow: 0px 3px 4px rgb(0 0 0 / 20%), inset 0px 1px 4px rgb(255 255 255 / 70%);
    color: #ffffff;
    font-size: initial;
    font-weight: bold;
    overflow: hidden;
    padding: 0.5em;
    position: relative;
    text-decoration: none;
    text-shadow: 0px -1px 0px rgb(0 0 0 / 30%), 0px 0px 0px rgb(255 255 255 / 0%);
    user-select: none;
    width: max(60%,280px);
}
.ad-block__detail:before {
    animation: shine 3s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
}
.ad-blockd__link-inner{
	display: flex;
  	align-items: center;
  	justify-content: space-between;
}
.ad-blockd__link a{
  width: 48%;
}
@media (min-width: 1024px){
      .ad-blockd{
        align-items: unset;
      }
	.ad-blockd__logo{
		width: 20%;
		border-right: solid 2px #053053;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
  .toshoadv__flextable dl{
  	font-size: 14px;
  }
	.ad-blockd__logo img{
		width: 90%;
	}
	.ad-blockd__middle{
		width: 60%;
		border-right: solid 2px #053053;
	}
    .ad-blockd__text{
      display: block;
  	}
	.ad-blockd__table{
		border-top: none;
		margin-top: 0;
		border-top: solid 2px #053053;
	}
	.ad-blockd__link{
		width: 20%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		border-top: none;
      	border-top: solid 2px #053053;
	}
	.ad-blockd__link-inner{
		width: 100%;
      	display: block;
	}
  .ad-blockd__link-inner a{
  	width: 100%;
    margin: 10px auto;
  }
}
/*必要ならばここにコードを書く*/
/* Related-article start */
.related-article{
	width: 100%;
  	border-radius: 0 5px 5px 5px;
  	border: solid 2px #053053;
  	padding: 10px;
  	position: relative;
  	margin: 40px 0 0 0;
}
.related-article::before{
	content: '関連記事';
  	position: absolute;
  	display: block;
  	background-color: #053053;
  	padding: 3px 10px;
  	left: 0;
  	top: 0;
  	transform: translate(-2px,-100%);
  	border-radius: 5px 5px 0 0 ;
  	color: white;
  	font-weight: bold;
  	font-size: 14px;
}
.related-article .related-article__link{
	display: block;
  	font-size: 14px;
}
.related-article br{
	display: none;
}
/* Related-article end */
/*比較表*/
/*new comparison table start*/

.wrapper_comparison_table{
    width:100%;
    margin:0 auto;
    overflow:hidden;
    overflow-x: scroll;
}
.comp_comparison_table{
    width:100%;
    margin:30px auto;
    border-collapse:collapse;
    table-layout: fixed;
    border:1px solid #A0A0A0;
    color:#262626;
}
.comparison_table_th{
    background:#fee800 !important;
    color:#222222;
    font-weight:bold;
    padding:10px;
    width:145px;
    border-bottom: 2px solid white;
    position: sticky;
    left:0;
}

.comparison_table_row td{
    text-align: center;
    padding:10px;
    width:170px;
    border:2px solid #A0A0A0;
    border-top:none;
    font-weight:bold;
}
.comparison_table_row td a.comparison_table_linkbtn{
    background:#EC6602;
    color:white;
    font-weight:bold;
    padding:5px 10px;
    border-radius: 10px;
    box-shadow:0 3px #CE5902;
text-decoration: none;
}
.comparison_table_logo img{
    display: block;
    width: 100%;
    object-fit: contain;
}
.comparison_last_row th, .comparison_last_row td{
    border-bottom: none;
}
@media (max-width: 593px){
	/*new comparison table start*/
	   .wrapper_comparison_table{
       width:100%;
   }

   .comp_comparison_table{
       font-size:13px;
   }
   .comparison_table_th{
       
       width:90px;
   }
   .comparison_table_row td{
       width:115px;
   }
}
/* ガテン職用ヘッダーフッター　ズレの修正 */

.copyright{
	margin-top: 0;
}
.footer-link-content{
	font-size: 16px;
}
.footer-link-list ul,.footer-link-list ol{
	padding: 0 !important;
}
.footer-link-content .btn{
    color: #4d4d4d;
    font-weight: 700;
    text-align: center;
    width: 336px;
    max-width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
   font-size: 16px;
    cursor: pointer;
}
.footer-link-content .btn-black {
    color: #fff;
    border-color: transparent;
    background-color: #000;
}
.footer-link-content .btn-slim{
    height: 48px;
}
.sns-area a img{
    font-family: 'Noto Sans JP', -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif !important;
}
[class^=icon-], [class*=" icon-"]{
    font-family: 'Noto Sans JP', -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif !important;
}
footer *,header *{
   line-height: 1.6;
}
header h1{
  line-height: 1;
}
#container{
  max-width: none !important;
}
header .btn {
    color: #4d4d4d;
    font-weight: 700;
    text-align: center;
    width: 336px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
header .btn-primary {
    color: #fff;
    border-color: transparent;
    background: #ed7e00 linear-gradient(90deg,#ed7e00,#ed5700);
}
header .btn-green-flat {
    color: #fff;
    border-color: transparent;
    background-color: #09b3b3;
}
header .btn-slim {
    height: 48px;
}
.btn-next::after{
  margin-right: 0;
}
/* フッター上部カテゴリー */
.footer-category{
  background-color: #eeeeee;
  padding: 50px 0;
}
.footer-category__inner{
  width: min(90%,1000px);
  margin: 0 auto;
}
.footer-category__title{
  font-weight: bold;
  font-size: 30px;
}
.footer-category__linkWrapper{
  margin-top: clamp(20px,4vw,30px);
}
.footer-category__linkWrapper a{
  color: #000;
}

/* フッターのガテン職バナー 開始 */
.column-left {
    background-color: #c7e1ef;
	padding: 0.4em;
}
.column-right {
    background-color: #ffecd3;
	padding: 0.4em;
}
/* フッターのガテン職バナー 終了 */
.logo-image span, .logo-image a {
	display: unset;
} 
header.inc-global-navi{
	box-shadow: 0 5px 5px #ccc;
}
@media (max-width: 743px) {
	header{
		box-shadow: none;
	}
}
.header .header-site-logo-image{
	display: block;
	margin: 0 auto;
  	width: min(50%,250px);
}
.footer-right aside {
	position: absolute;
}
.footer-right img {
	width: 80px;
}
.footer-mobile aside.widget {
	margin: 0;
	text-align: center;
}
.footer-mobile img {
	width: 40%;
}
/* ページ上部の検索窓 */
#search-3{
	width: min(90%,1000px);
	margin-left: auto;
	margin-right: auto;
}
#search-3 .search-edit{
	border-radius: 9999px;
	padding-left: max(50px,5%);
}
#search-3 .search-submit{
	right: unset;
	left: max(14px,1%);
}
#search-3 .search-submit{
	color: #fee800ff;
}
#search-3 ::placeholder {
    color: #fee800ff;
	font-weight: bold;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*グローバルナビの修飾 */
#navi {
 border-top:1px solid #F3F3F3;
 border-bottom:1px solid #F3F3F3;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover{
    color: #10aba6 !important;
    background-color:white;
}
#navi ul li a:before{
   background:#10aba6 !important;
}
#navi ul,#navi{
 background-color:white;
}

/*---------------------------------
サイドバーの見出しを修正
--------------------------------*/
#sidebar aside.widget_categories{
  margin-top: 0.9em;
}
#sidebar aside.widget_new_entries{
  margin-bottom: 0.9em;
}
#sidebar{
	padding: 0 19px;
}
#sidebar #new_entries-2 .widget-title,#sidebar #categories-2 .widget-title{
	margin: 0;
}
#sidebar .new-entry-card-link{
	background-color: #ffffff;
}
#sidebar h3 {
	font-size:20px;
	padding: 5px 10px;
	background-color: #262626;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#new_entries-2 .widget-entry-cards figure{
	display: none;
}
#new_entries-2 .widget-entry-card-content{
	margin-left: unset;
	padding: 5px 10px;
	font-size: 14px;
}
#sidebar #categories-2 .cat-item{
	background-color: #ffffff;
	margin-bottom: 5px;
}

#sidebar #categories-2 .cat-item a{
	font-size: 14px;
	padding: 5px 10px;
}
/* サイドバーのカテゴリーアニメーションを操作 */
#categories-2 a{
	position: relative;
}
.sidebar__catopen-btn{
	display: inline-block;
	background-color: #FEE800;
	width: 37px;
	height: 100%;
	color: #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	cursor: pointer;
}
.sidebar__catopen-btn i.fa-minus{
	display: none;
}
.sidebar__child-1{
	display: none;
}
.sidebar__catopen-btn--2{
	display: inline-block;
	width: 37px;
	height: 100%;
	color: #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	cursor: pointer;
}
.sidebar__catopen-btn--2 i.fa-minus{
	display: none;
}
.sidebar__child-2{
	display: none;
}
.pref-group-list-wrap ul{
	padding-left: 0;
}
.pref-group-item .text-bold{
	font-size: 16px;
}
.pref-list{
	margin-bottom: 10px;
}
.pref-list a{
	color: #000;
	font-size: 14px;
	padding: 0 0.2em;
	position: relative;
}
.pref-list a:not(:first-child):before{
	content: "|";
	position: absolute;
	left: -3px;
	top: 50%;
	transform: translatey(-50%);
}
/* 見出しを変更 */
 
.article h1 {
 font-weight: 800;
 font-size: 1.8rem;
 line-height: 1.3;
}
 
.article h2 {
 font-size: 23px;
 line-height: 28px;
 padding: 20px 10px 17px 20px;
 background: #fee800;
 color: #111111;
 margin: 25px 0;
 font-weight: 550;
 position: relative;
 border:none;
}
.article h2:before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-width: 0px 0px 16px 16px;
 border-style: solid;
 border-color: #FFF #bdad00 #bdad00 #FFF;
 background: #bdad00;
 display: block;
 width: 0;
}
 
.entry h2 a{
 font-weight: 700;
 font-size: 1.2rem;
 line-height: 1.4;
}

.article h3{
    position: relative;
    margin: 1.0em 0 1.0em;
    padding: 0.8em 0 0.8em 1.5em;
    border: 2px solid #fee800;
    font-size: 1.3rem;
    font-weight: bold;
}
 
.article h3:before{
    content: "";
    position: absolute;
    background: #fee800;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.article h4{
    margin: 1.5em 0 1.0em;
    padding: 0.6em;
    border-left: 7px solid #fee800;
	border-top: 1px dashed #fee800;
	border-bottom: 1px dashed #fee800;
    font-size: 1.2rem;
    font-weight: bold;
}

.article h5{
 font-size: 1.1rem;
 font-weight: 600;
 line-height: 1.3;
 padding: 5px 15px;
 border-left: 6px solid #fee800;
 border-bottom: none !important;
 color: #000;
 margin:35px 0px 30px;
}
 
.article h6{
 font-size: 1.0rem;
 font-weight: 600;
 line-height: 1.3;
 padding: 5px 15px;
 border-bottom: none !important;
 border-left: 2px solid #fee800;
 color: #000;
 margin:35px 5px 20px;
}

/* モバイルスライドインメニューのカスタマイズ */
a#footer-button-prev,a#footer-button-next,a#footer-button-search,a#footer-button-menu,a#footer-button-go-to-top,a#footer-button-sidebar{
   color:#10ABA6;
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
 position: relative;
 width: 80%;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 padding: 11px;
 border-radius: 6px;
 border: 2px solid #999;
 box-shadow: 1px 1px 5px #aaa;
 background-color: #fff;
 z-index: 1;
}
.entry-content .r-fuki {
	 margin: 40px 20px 40px 10%;
	}
@media (max-width: 520px){
	.entry-content .r-fuki {
	 margin: 40px 0 40px 22%;
	}
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
 position: absolute;
 content: "";
 top: 16px;
 width: 10px;
 height: 10px;
 border-right: 2px solid #999;
 border-bottom: 2px solid #999;
 background-color: #fff;
 z-index: 2;
}
.entry-content .l-fuki::before {
 right: -7px;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
 left: -7px;
 transform: rotate(135deg);
 -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
 position: absolute;
 content: "";
 width: 70px;
 height: 70px;
 top: -10px;
 border-radius: 40px;
 border: 3px solid #dfdfdf;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 0px #aaa;
}
.entry-content .l-fuki::after {
 right: -85px;
}
.entry-content .r-fuki::after {
 left: -85px;
}
.man-01::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/5b412321b798fab7619d29088a36e5e7.jpg);}
.man-02::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/6c8f8103ee60286e17481d554310ed89.jpg);}
.man-03::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/c2a7535ccdf23810c999e72e440618b9.jpg);}
.woman-01::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/ddda34561a437b9d29f29531732d79dc.jpg);}
.woman-02::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/4dd6da958bddc82719b9c5a77d46da68.jpg);}
.woman-03::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/6920f59323b46b6068926b4f0428f2e5.jpg);}
.photo-man-01::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/508b6c84143f7b4d8bab1bd4f51c3f26.jpg);}
.photo-man-02::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/093fba7904fd9361f694760830a01777.jpg);}
.magao-man-01::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/5bfdff6ea8418e545d05342248a9063a.jpg);}
.magao-man-02::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/e38f6f3b147eb9b7b1d8545e94a87e09.jpg);}
.magao-man-03::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/21eb22769b77ce4fe64ec17ac1308698.jpg);}
.magao-woman-01::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/7daeaf99e8711ad41e761018bb49b36c.jpg);}
.magao-woman-02::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/9e9f0bc0c83a5ce368531ec4c4cd4fa3.jpg);}
.magao-woman-03::after {background-image:url(https://tenshoku-center.com/wp-content/uploads/2018/04/a2049b16dd007b3fe722034bd59d9655.jpg);}

/* 吹き出しのCSS終わり　*/

/* 強調タグのCSS　*/
.article strong {
    color: #ff3333;
}
/* 強調タグのCSS終わり　*/

/* 順序なしリストタグ（サンプル1）のCSS　*/
ul.sample1{
  padding: 10px 10px 20px;
  color: #448ccb;
  background: #ecf3fa;
  border: solid 2px #adcce8;
  border-radius: 5px;
  list-style: none;
}
ul.sample1 li{
  position: relative;
  line-height: 35px;
  padding-left: 20px;
  font-weight: bold;
  border-bottom: dashed 1px #448ccb;
      list-style-type: none;
}
ul.sample1 li:before{
  content: "・";
  position: absolute;
  left: 0px;
}
/* 順序なしリストタグ（サンプル1）のCSS終わり　*/

/* 順序なしリストタグ（サンプル2）のCSS　*/
ul.sample2{
  padding: 10px 10px 20px;
  color: #E9546B;
  background: #f9ebeb;
  border: solid 2px #e8a0a0;
  border-radius: 5px;
  list-style: none;
}
ul.sample2 li{
  position: relative;
  line-height: 35px;
  padding-left: 20px;
  font-weight: bold;
  border-bottom: dashed 1px #E9546B;
}
ul.sample2 li:before{
  content: "・";
  position: absolute;
  left: 0px;
}
/* 順序なしリストタグ（サンプル2）のCSS終わり　*/

/* 番号リストタグのCSS　*/
ol.sample1{
  counter-reset:list;
  list-style-type:none;
  padding:1em;
}
ol.sample1 li{
  position:relative;
  margin: 10px 0 10px 0px;
  padding-left:40px;
  font-weight: bold;
  font-size:18px;
  line-height: 30px;
  border: 2px solid #756C67;
  color: #756C67;
}
ol.sample1 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #756C67;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 番号リストタグのCSS終わり　*/

/* 商標用のテーブルタグのCSS　*/
table.company {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
}

table.company th,
table.company td {
	padding: 10px;
}

table.company th {
	background: #3fbbb7;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
}

table.company th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #3fbbb7;
	border-width: 10px;
	margin-top: -10px;
}
/* 商標用のテーブルタグのCSS終わり　*/

/* カスタムテーブルタグのCSS　*/
.table01 {
  border-collapse: collapse;
  border-left: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  line-height: 1.5;
  text-align: left;
  table-layout: fixed;
  width: 100%;
}
.table01 th {
  background-color: #37cea1;
  border-bottom: 1px solid #85ada1;
  border-right: 1px solid #85ada1;
  color: #303030;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  text-align: center;
  vertical-align : middle;
  width: 33%;
}
.table01 thead th {
  background-color: #37cea1;
  border-right: 1px solid #85ada1;
  color: #FFFFFF;
  width: 33%;
}
.table01 thead th:last-child {
  border-right: 1px solid #85ada1;
  width: 33%;
}
.table01 td {
  border-bottom: 1px solid #85ada1;
  border-right: 1px solid #85ada1;
  font-size: 16px;
  padding: 10px;
  vertical-align: top;
  width: 33%;
}
/* カスタムテーブルタグのCSS終わり　*/

/* box-pointタグのCSS　*/
.box-point {
    position: relative;
    margin: 2em 1em;
    padding: 1em 1em;
    border: solid 3px #ff6d6d;
    border-radius: 8px;
}
.box-point .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff6d6d;
    font-weight: bold;
}
.box-point p {
    margin: 0; 
    padding: 0;
}
/* box-pointタグのCSS終わり　*/

/* プロフィールタグのCSS　*/
.profile {
    position: relative;
    margin: 50px 30px 20px;
    padding: 5px 10px;
	background: #FFF;
    border: solid 2px #000;
}
.profile p {
    margin: 0 0 5px 0;
    padding: 0;
}

.profile .profile-name {
    margin: 0 0 5px 0;
    padding: 0;
	font-weight: bold;
	color: #e8554e;
}

.profile .profile-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 15px;
    background: #000;
    color: #ffffff;
    font-weight: normal;
}

.profile-img {
  float:left;
  margin: 10px 10px 5px 0;
  width:90px;
  height:90px;	
}
/* プロフィールタグのCSS終わり　*/

/* アイアキャッチ関連START　*/
.eye-catch {
    text-align: center;
}
/* アイアキャッチ関連END　*/

/* アフィリエイト赤ボタン単一START */
 
.red-btn {
    font-size:18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
	margin-top:1.5em;
	margin-bottom: 2em;
}
 
.red-btn a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold ;
    box-shadow:2px 2px 2px #555;  
    border-radius: 5px;
    background-color:#ed254e;
    color: #ffffff;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
 
.red-btn a:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    box-shadow:none;
    color: #8c8c8c;
}

/* アフィリエイト赤ボタン単一END */

/* 定義リスト START */
dt{
  float: left;
}

dt::after{
  content: "："
}
/* 定義リスト END */

/* 太字 START */

.my_bold{
  font-weight: bold;
}

/* 太字 END */

/* アフィリエイト黃ボタン単一START */
 
.yellow-btn {
    font-size:18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
	margin-top:1.5em;
	margin-bottom: 2em;
}
 
.yellow-btn a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold ;
    box-shadow:2px 2px 2px #555;  
    border-radius: 5px;
    background-color:#edc825;
    color: #ffffff;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
 
.yellow-btn a:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    box-shadow:none;
    color: #8c8c8c;
}

/* アフィリエイト黃ボタン単一END */

/* Overlay Button */
#btn_overlay {
    width: 60vw;
    font-size: 4vw;
    position: fixed;
    bottom: 2vw;
    margin-bottom: 50px;
    right: 5vw;
    user-select: none;
    z-index: 99999;
}

.article .box-point ul {
	margin-bottom: 0;
}
.article .box-point ol {
    margin-bottom: 0;
}

/* トップページのリスト */
.top-list__top-title{
  margin-left: 2.5%;
}
.top-list{
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.top-list__item{
  list-style: none;
  width: 45%;
  margin: 2.5%;
  box-shadow: 0 0 3px rgb(223, 223, 223);
  display: flex;
}
.top-list__link{
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.top-list__item--top{
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.top-list__item--top img{
  display: block;
  height: clamp(5.438rem, -0.266rem + 28.52vw, 15.063rem);/*87-241*/
  width: auto;
  object-fit: cover;
}
.top-list__cat{
  position: absolute;
  font-weight: bold;
  font-size: clamp(0.625rem, 0.477rem + 0.74vw, 0.875rem);/*10-14*/
  display: block;
  padding: 3px 10px;
  border-radius: 9999px;
  color: #111111;
  background-color: #FEE800;
  top: 5%;
  left: 5%;
  line-height: 1;
  z-index: 100;
}
.top-list__title{
  color: #111111;
  line-height: 1.4;
  font-size: clamp(0.875rem, 0.801rem + 0.37vw, 1rem);/*14-16*/
  padding: clamp(0.625rem, 0.255rem + 1.85vw, 1.25rem);/*10-20*/
}
.top-list__date{
  margin-top: auto;
  text-align: right;
  line-height: 1;
  padding: 0 clamp(0.625rem, 0.255rem + 1.85vw, 1.25rem) clamp(0.625rem, 0.255rem + 1.85vw, 1.25rem) clamp(0.625rem, 0.255rem + 1.85vw, 1.25rem);/*10-20*/
}
.top-list__date-title{
  font-size: clamp(0.625rem, 0.477rem + 0.74vw, 0.875rem);/*10-14*/
  color: #5d5d5d;
  white-space: nowrap;
}

/*フッター*/
.footer-bottom.fnm-text-width .menu-footer li a{
  background-color: unset;
}
footer .container .row div {
    padding: 15px 5px;
    flex: 0 0 16%;
    font-size: 16px;
}
@media (max-width: 767px){
	footer .container .row div {
		flex: 0 0 50%;
	}
}




/* Section */
.section {
  padding: 72px 0;
}

/* Reset */
.section *,
.section *::before,
.section *::after {
  box-sizing: border-box;
}
.section h2,
.section h3,
.section h4,
.section h5,
.section p {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.section img {
  max-width: 100%;
  border-style: none;
}
.section a {
  color: black;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  display: inline-block;
}
.section ul,
.section li,
.section dl,
.section dt,
.section dd,
.section a {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section .content-area {
  width: 1200px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.section .content-area .area-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.section .content-area .top-sub-title {
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.section .content-area .top-sub-title img {
  width: 48px;
}
.section .content-area .area-header .link-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 48px 12px 30px;
  background: white url(/img/common/icon_arrow_right_gray.svg) no-repeat right 12px center;
  border: 1px solid #ddd;
  border-radius: 20px;
  transition: background-position 0.3s;
}
.section .content-area .area-header .link-arrow p {
  color: var(--gray-middle);
  font-size: 14px;
}
.section .content-area .new-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section .content-area .new-item {
  width: 528px;
  max-width: calc(50% - 27px);
  margin-bottom: 36px;
  box-shadow: 0 4px 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.section .content-area .new-item-header {
  padding: 12px 16px;
}
.section .bg-gray-dark {
  background-color: #262626 !important;
}
.section .content-area .new-item-header p {
  font-size: 13px;
  line-height: 1;
}
.section .text-white {
  color: white !important;
}
.section .content-area .new-item-body {
  padding: 12px 16px 16px;
}
.section .bg-white {
  background-color: white !important;
}
.section .content-area .new-item-job-list {
  display: flex;
  flex-wrap: wrap;
}
.section .content-area .new-item-job-label {
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  height: 20px;
  padding: 0 8px 1px;
  margin: 0 4px 12px 0;
  background-color: black;
  border-radius: 10px;
}
.section .content-area .new-item-body p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.section .content-area .new-item-summary {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}
.section .d-flex {
  display: flex !important;
}
.section .content-area .new-item-image {
  flex: 0 0 calc(50% - 12px);
  width: 242px;
  max-width: calc(50% - 12px);
  height: 127px;
  object-fit: cover;
  margin-right: 12px;
}
.section .content-area .new-item-conditions {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 8px;
}
.section .content-area .new-item-conditions li {
  margin-bottom: 20px;
}
.section .content-area .new-item-conditions dl {
  display: flex;
}
.section .content-area .new-item-conditions dt {
  width: 40px;
  flex: 0 0 40px;
  margin-right: 16px;
}
.section .content-area .new-item-conditions dt, .content-area .new-item-conditions dd {
  font-size: 13px;
}
.section .content-area .new-item-conditions dd {
  flex: 1 1 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section .content-area .new-item-conditions dt, .content-area .new-item-conditions dd {
  font-size: 13px;
}
.section .content-area .new-item-footer {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.section .bg-primary-yellow {
  background-color: #f9e836 !important;
}

.section .content-area .new-item-footer .btn {
  flex: 0 0 calc(50% - 8px);
}
.section .btn {
  color: #4d4d4d;
  font-weight: 700;
  text-align: center;
  width: 336px;
  max-width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.section .btn-primary {
  color: white;
  border-color: transparent;
  background: #ed7e00 linear-gradient(90deg, #ed7e00, #ed5700);
}
.section .btn-small {
  height: 40px;
}
.section .btn-next::after {
  display: block;
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 6px;
  z-index: 1;
  background-image: url(/img/common/icon_arrow_right_gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  transform: translateY(-50%);
  transition: right 0.2s;
}
.section .btn-primary.btn-next::after {
  background-image: url(/img/common/icon_arrow_right_white.svg);
}
.section .btn-small::after {
  width: 16px;
  height: 16px;
}
.section .btn-black {
  color: white;
  border-color: transparent;
  background-color: black;
}
.section .btn-black.btn-next::after {
  background-image: url(/img/common/icon_arrow_right_white.svg);
}


@media (max-width: 922px) {
.section {
  padding: 40px 0;
}
.section .content-area {
  padding: 0 24px;
}
.section .content-area .top-sub-title {
  font-size: 27px;
}
.section .content-area .new-list {
  justify-content: center;
}
.section .content-area .new-item {
  width: 552px;
  max-width: 100%;
}
}


@media (max-width: 743px) {
.section {
  padding: 30px 0;
}
.section .content-area {
  padding: 0 12px;
}
.section .content-area .area-header .link-arrow {
  width: 40px;
  padding: 0;
  background-position: center;
}
.section .content-area .area-header .link-arrow p {
  display: none;
}
.section .content-area .new-item-image {
  height: 150px;
}
.section .content-area .new-item-conditions {
  margin-top: 4px;
}
.section .content-area .new-item-conditions li {
  margin-bottom: 8px;
}
.section .content-area .new-item-conditions dl {
  flex-direction: column;
}
.section .content-area .new-item-conditions dt {
  width: auto;
  flex: 1 1 auto;
  margin-right: 0;
}
}


/* Search Form */
.search-area {
  flex: 1 0 100%;
  width: 100%;
  margin-top: 64px;
  position: relative;
}
@media (max-width: 922px) {
  .search-area {
    margin-top: 56px;
  }
}
@media (max-width: 743px) {
  .search-area {
    margin-top: 16px;
  }
}
.search-area::after {
  display: block;
  content: '';
  position: absolute;
  width: 73px;
  height: 240px;
  left: 100%;
  top: 20px;
  background: url(/img/index/search_side_image.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 922px) {
  .search-area::after {
    display: none;
  }
}
.search-area .search-header-bg {
  display: block;
  content: '';
  position: absolute;
  width: 128px;
  height: 128px;
  top: 0;
  left: 50%;
  z-index: 0;
  background-color: white;
  border: 6px solid black;
  border-radius: 50%;
  transform: translate(-50%, -48px);
}
.search-area .search-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 116px;
  height: 116px;
  top: 0;
  left: 50%;
  z-index: 2;
  background-color: white;
  padding-top: 24px;
  border-radius: 50%;
  transform: translate(-50%, -42px);
}
.article .search-area .search-header h2 {
    white-space: nowrap;
    background: none;
    padding: 0;
}
.article .search-area .search-header h2:before {
    content: none;
}
.search-area .search-header img {
  width: 40px;
  height: 40px;
}
.search-area .search-header div {
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 12px;
  background: none;
}
.search-area .search-header  div::before {
  display: none;
}
@media (max-width: 743px) {
  .search-area .search-header  div {
    font-size: 26px;
    margin-top: 4px;
  }
}
.search-area .search-area-content {
  position: relative;
  z-index: 1;
  padding: 32px 48px;
  background-color: white;
  border: 6px solid black;
  border-radius: 13px;
}
@media (max-width: 922px) {
  .search-area .search-area-content {
    padding: 32px;
  }
}
@media (max-width: 743px) {
  .search-area .search-area-content {
    padding: 30px 16px;
  }
}
.search-area .condition-list {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 922px) {
  .search-area .condition-list {
    flex-wrap: wrap;
    margin-top: 32px;
  }
}
.search-area .condition-item {
  flex: 0 0 calc(33.3333% - 16px);
}
@media (max-width: 922px) {
  .search-area .condition-item {
    flex: 0 0 calc(50% - 10px);
    margin-top: 20px;
  }
}
@media (max-width: 743px) {
  .search-area .condition-item {
    flex: 0 0 100%;
    margin-top: 16px;
  }
}
.search-area .condition-item .form-control,
.search-area .condition-item .custom-checkbox-btn label,
.search-area .condition-item label,
.search-area .condition-item .single-select select,
.search-area .condition-item select {
  /*border: 3px solid black;*/
}
@media (max-width: 922px) {
  .search-area .condition-item-text {
    flex: 0 0 100%;
  }
}
.search-area .multi-select-item p {
  margin-bottom: 0;
}
.search-area .btn-list {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (max-width: 922px) {
  .search-area .btn-list {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}
.search-area .btn-list .btn {
  color: #4d4d4d;
  font-weight: 700;
  text-align: center;
  width: 336px;
  max-width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 12px;
}
@media (max-width: 922px) {
  .search-area .btn-list .btn {
    margin: 0;
  }
}
@media (max-width: 922px) {
  .search-area .btn-list .btn:last-child {
    margin-top: 16px;
  }
}
@media (max-width: 922px) {
  .search-area .btn-list .btn.btn-search-more {
    height: 48px;
  }
}
.search-area .btn-list .btn.btn-text-large {
  font-size: 20px;
}
.search-area .btn-list .btn.btn-primary {
  color: #fff;
  border-color: transparent;
}
/* rankAd */
.rankAd{
  margin: 20px auto;
  width: min(100%,600px);
}
.rankAd p{
  display: none;
}
.rankAd .sp{
  display: none;
}
.rankAd__head{
  display: flex;
  background-color: #604900;
  border-radius: 10px;
  padding: 0 15px;
  color: #fff; 
}
.rankAd__head-tag{
  background-color: #ffc000;
  font-size: clamp(16px,3vw,18px);
  padding: 0.2em 0.5em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.rankAd__head-title{
  padding: 0.6em 1em;
  line-height: 1.4;
  font-size: 16px;
}
.rankAd__flex{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.rankAd__flex-content,.rankAd__flex-img.pc{
  width: 48%;
  text-align: center;
}
.rankAd__flex-starBox,.rankAd__flex-numBox{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.rankAd__flex-starBox-title,.rankAd__flex-numBox-title{
  background-color: #604900;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  margin-right: 0.5em;
  padding: 0.3em 2em;
  width: 50%;
  text-align: center;
}
.rankAd__flex-starBox-star{
 color: #ffc000;
  font-size: clamp(18px,3.5vw,23px);
}
.rankAd__flex-numBox-num{
  color: #604900;
  font-size: clamp(18px,3.5vw,23px);
}
.rankAd__flex-point{
  border: solid 1px #604900;
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
  position: relative;
}
.rankAd__flex-point-head{
  width: fit-content;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 0 1em;
    font-size: 18px;
  white-space: nowrap;
}
.rankAd__flex-point ul{
	margin: 0;
    padding-left: 30px;
}
.rankAd__flex-point li{
    color: #604900;
  list-style: none;
  position: relative;
  line-height: 1.4;
  text-align: left;
    font-size: 14px;
}
.rankAd__flex-point li:before{
  content: "■";
  position: absolute;
  left: -1.3em;
  font-size: clamp(14px,2vw,16px);
}
.rankAd__flex-kuchi{
  text-align: right;
  font-size: 14px;
}
.rankAd__flex-kuchi a{
  color: #604900;
}
.rankAd__flex-kuchi a:before{
  content: "▶";
}
.rankAd__btnWrapper{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.rankAd__btnWrapper a{
display: inline-block;
    background-color: #e20000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: min(100%, 500px);
    font-weight: bold;
    padding: 0.1em 0;
    border-radius: 10px;
    font-size: clamp(20px,4vw,22px);
    box-shadow: 5px 5px 5px #ccc;
}
.rankAd__btnWrapper a:hover{
   color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 600px){
  .rankAd__flex{
    display: block;
    margin-top: 10px;
  }
  .rankAd .sp{
    display: block;
  }
  .rankAd .pc{
    display: none;
  }
  .rankAd__flex-content{
    width: 100%;
  }
  .rankAd__flex-content{
    margin-top: 10px;
  }
}
/* kuchi2 */
.kuchi2{
  margin: 20px 0;
  border: solid 1px #595959;
  border-radius: 10px;
  padding: clamp(10px,2vw,20px);
}
.kuchi2__inner{
  display: flex;
  justify-content: space-between;
}
.kuchi2__1{
  width: 14%;
}
.kuchi2__2{
  width: 80%;
}
.kuchi2__2 div{
  color: #595959;
}
.kuchi2__2-head{
  font-weight: bold;
  font-size: clamp(18px,3vw,20px);
	border-bottom: solid 1px #595959;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}
.kuchi2__2-star{
  color: #ffc000;
  font-size: 1.2em;
  letter-spacing: -3px;
}
.kuchi2__2-name{
    font-size: clamp(16px,2vw,18px);
}
.kuchi2__2-title{
    font-weight: bold;
    font-size: clamp(16px,2vw,18px);
}
.kuchi2__2-text{
    font-size: clamp(14px,2vw,16px);
}

@media screen and (max-width: 800px){
  .kuchi2__1{
    display: none;
  }
  .kuchi2__2{
    width: 100%;
  }
}
/* kuchi3 */
.kuchi3{
	margin: 20px 0;
	overflow-x: auto;
}
.kuchi3__inner{
	display: flex;
	width: fit-content;
	padding-bottom: 10px;
}
.kuchi3__item{
	width: 300px;
	margin: 0 10px;
	border: solid 1px #595959;
	border-radius: 10px;
	padding: 10px;
}
.kuchi3__head{
	display: grid;
    grid-template-columns: repeat(1, 80px 1fr);
    gap: 10px;
    align-items: center;
}
.kuchi3__head-imgWrapper img{
	margin-bottom: 0;
}
.kuchi3__head-textWrapper{
	border-bottom: solid 1px #595959;
	font-weight: bold;
}
.kuchi3__head-star{
	color: #ffc000;
    font-size: 1.2em;
    letter-spacing: -3px;
    margin-right: 10px;
}
.kuchi3__text{
	font-size: 14px;
	margin-top: 10px;
}
/* overlay */
.overlay{
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: min(90%,500px);
	border: solid 1px #222222;
	background-color: #fff;
}
.overlay__flex{
	display: flex;
}
.overlay__logoWrapper{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: solid 1px #222222;
}
.overlay__logoWrapper img{
	width: 70%;
}
.overlay__linkWrapper{
	background-color: #117ebf;
	padding: 5px;
	flex: 1;
}
.overlay__text{
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	font-size: clamp(12px,2vw,16px);
}
.overlay__linkWrapper a{
	width: fit-content;
    display: block;
    margin: 5px auto;
    color: #222222;
    font-weight: bold;
    font-size: clamp(12px,2vw,14px);
    background-color: #ffff00;
    line-height: 1;
    padding: 0.2em 0.8em;
    border: solid 2px #222222;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #003cb7;
}

/* shiny */
.shiny{
	overflow: hidden;
	position: relative;
}
.shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


@media screen and (max-width: 834px) {
    .content {
        margin-top: 50px;
    }
}


.breadcrumb.sbp-main-before {
	margin-top: 50px;
}
