@charset "utf-8";
#oshigotobook {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    font-family: 'Noto Sans JP', 'Noto Serif JP', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222222;
    font-weight: bold;
}
#oshigotobook .fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}
#oshigotobook .fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
#oshigotobook .img-sp {
    display: none;
}
#oshigotobook .sp {
    display: none;
}
#oshigotobook .clrTxt {
    overflow: hidden;
    text-indent: -10000px;
    text-decoration: none;
    height: 0;
}
#oshigotobook img {
    width: 100%;
    vertical-align: middle;
}
#oshigotobook section {
	position: relative;
}
#oshigotobook section.gradation {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(0, 155, 219, 0.3));
    position: relative;
}
#oshigotobook section.white {
    background: #fff;
    position: relative;
}
#oshigotobook section.blue {
     background: #a9dcf4;
     position: relative;
}
#oshigotobook section.white_bottom {
    background: #fff;
}

/*---------------
	共通パーツ
---------------*/

#oshigotobook span.marker{
	background: linear-gradient(transparent 65%, #fff600 0%);
}
#oshigotobook span.stripe{
	background-image: repeating-linear-gradient(-45deg, #fff600 0, #fff600 4px, transparent 4px, transparent 8px);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% .5em;
	padding: 0 5px;
}
#oshigotobook span.triangle{
	display: inline-block;
	margin-left: 1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 10px solid #009bdb;
	border-bottom: 0;
	vertical-align: baseline;
}
#oshigotobook span.triangle_right{
	display: inline-block;
	margin-left: 1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #009bdb;
	border-right: 0;
	vertical-align: baseline;
}
#oshigotobook a.btn{
	position: relative;
	display: block;
	border: 3px solid #009bdb;
	padding: 15px;
	text-align: center;
	border-radius: 50px;
	color: #009bdb;
	background: linear-gradient(#ffffff, #ffffff 60%, #cbe8f5);
	box-shadow: 4px 4px 0px #ccc;
}
#oshigotobook a.btn:hover,
#oshigotobook a.btn:active {
  border: 3px solid #009bdb;
  text-align: center;
  color: #fff600;
  background: #009bdb;
}
#oshigotobook a.btn:hover span.triangle,
#oshigotobook a.btn:active span.triangle {
  border-top-color: #fff600;
}
#oshigotobook a.btn:hover span.triangle_right,
#oshigotobook a.btn:active span.triangle_right {
  border-left-color: #fff600;
}
#oshigotobook a.btn.clicked {
  border: 3px solid #009bdb;
  color: #fff600;
  background: #009bdb;
}
#oshigotobook a.btn.clicked span.triangle {
  border-top-color: #fff600;
}
#oshigotobook a.btn.clicked span.triangle_right {
  border-left-color: #fff600;
}
/*---------------
	キャラクター
---------------*/
#oshigotobook .character01 {
	width: 180px;
	position: absolute;
	bottom: -17%;
	right: -3vw;
	z-index: 10;
}
@media screen and (max-width:1400px) {
	#oshigotobook .character01 {
		width: 150px;
		right: 0vw;
	}
}
#oshigotobook .character02 {
	width: 170px;
	position: absolute;
	bottom: 6%;
	left: -3vw;
	z-index: 10;
}
@media screen and (max-width:1400px) {
	#oshigotobook .character02 {
		width: 140px;
		bottom: -2%;
		left: 3vw;
	}
}
#oshigotobook .character03 {
	width: 180px;
	position: absolute;
	top: 1%;
	right: -7vw;
	z-index: 10;
}
@media screen and (max-width:1500px) {
	#oshigotobook .character03 {
		right: -3vw;
	}
}
@media screen and (max-width:1400px) {
	#oshigotobook .character03 {
		width: 140px;
		right: 1vw;
	}
}
/*---------------
	メインビジュアル
---------------*/
#oshigotobook .hero_cont {
    background: url("../images/main_pc.jpg")no-repeat;
    background-size: cover;
    padding-top: 37%;
    width: 100%;
    position: relative;
}
#oshigotobook .hero_cont::before {
     content: ""; 
    display: block;
}
/*---------------
	キャッチ
---------------*/
#oshigotobook .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px;
    position: relative;
    z-index: 2;
}

#oshigotobook h1 {
	margin: 0 auto 10px;
	max-width: 850px;
}
#oshigotobook h2.lead {
    font-size: 2.6rem;
    margin-bottom: 2%;
}
#oshigotobook .lead_wrap {
    text-align: center;
    margin-bottom: 2%;
}
#oshigotobook h3.detail_ttl {
	font-size: 2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0.6em 1.2em;
	border-radius: 5px;
	background-color: #009bdb;
	color: #ffffff;
	width: 85%;
	margin: 0 auto 2%;
}
#oshigotobook h3.detail_ttl::before {
    position: absolute;
    bottom: -14px;
    width: 20px;
    height: 15px;
    background-color: #009bdb;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
#oshigotobook .detail_cont_wrap{
	width: 85%;
	margin: 0 auto;
	background: #fff;
	padding: 3%;
	border: 4px solid #009bdb;
	border-radius: 15px;
	box-shadow: 7px 7px 0px #ccc;
}
#oshigotobook .detail_wrap {
    margin-bottom: 2%;
    text-align: center;
}
#oshigotobook section.gradation::after{
    content: "";
    display: block;
    background-image: url("../images/city.png");
    background-repeat: repeat-x;
    background-size: auto;
    height: 47px;
}
/*---------------
	ナビ
---------------*/
#oshigotobook .nav_wrap {
    margin-bottom: 4%;
}
#oshigotobook ul.nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
#oshigotobook ul.nav li {
    width: 23%;
}
@media screen and (max-width:1201px) {
	#oshigotobook ul.nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
		width: 90%;
		margin: 0 auto;
	}

	#oshigotobook ul.nav li {
		width: 45%;
		margin-bottom: 3%;
	}
}
#oshigotobook h4#cont_ttl_01 {
    font-size: 2.5rem; 
    text-align: center;
    padding: 2% 0;
}
#oshigotobook .disc_wrap {
    width: 85%;
    margin: 0 auto;
}
#oshigotobook .desc_cont{
	margin: 2% 0;
}
#oshigotobook .desc_ttl {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 2px solid #009bdb;
    font-size: 2rem;
    color: #009bdb;
}
#oshigotobook .desc_ttl::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #fff600;
    content: '';
}
#oshigotobook .desc_ttl::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #009bdb;
    content: '';
}
#oshigotobook .desc_txt {
    padding: 1em;
}

#oshigotobook .cont_img {
    width: 61%;
    margin: 0 auto 4%;
}
#oshigotobook h4#cont_ttl_02 a {
    position: relative;
    display: block;
    font-size: 2rem;
    width: 400px;
    margin: 4% auto;
    padding-left: 2em; 
}
#oshigotobook h4#cont_ttl_02 a .icon {
  width: 22px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 45px;
}

/* 初期は通常画像だけ表示 */
#oshigotobook h4#cont_ttl_02 a .icon.active {
  display: none;
}

/* クリック時 */
#oshigotobook h4#cont_ttl_02 a.clicked .icon.normal {
  display: none;
}
#oshigotobook h4#cont_ttl_02 a.clicked .icon.active {
  display: block;
}

/* ホバー時（PC用） */
#oshigotobook h4#cont_ttl_02 a:hover .icon.normal {
  display: none;
}
#oshigotobook h4#cont_ttl_02 a:hover .icon.active {
  display: block;
}
#oshigotobook section.white::after{
    content: "INTERVIEW";
    display: block;
    position: absolute;
    font-size: 13rem;
    color: #edf7f9;
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
}
/*---------------
	おしごと紹介
---------------*/
#oshigotobook h4#cont_ttl_03{
	width: 350px;
	margin: 0 auto 3%;
}
#oshigotobook .comingsoon{
	width: 50%;
	margin: 0 auto;
}
#oshigotobook ul.job_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#oshigotobook ul.job_wrap::after{
    content:"";
	display: block;
	width:32%;
}
#oshigotobook li.job_card {
    width: 32%;
    padding: 2%;
    background: #fff;
    border: 4px solid #009bdb;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2%;
    box-shadow: 5px 5px 0px #ccc;
}
@media screen and (max-width:1100px) {
	#oshigotobook ul.job_wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#oshigotobook li.job_card {
		width: 49%;
		padding: 2%;
		background: #fff;
		border: 4px solid #009bdb;
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 2%;
		box-shadow: 5px 5px 0px #ccc;
	}
}
#oshigotobook .job_img {
    margin-bottom: 2%;
}
#oshigotobook .job_label {
    font-size: 2rem;
    margin-bottom: 4%;
    text-align: center;
}
#oshigotobook .job_name {
    font-size: 1.7rem;
    margin-bottom: 2%;
    text-align: center;
}
#oshigotobook .job_txt {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 4%;
}
#oshigotobook a.link_btn {
	position: relative;
	font-size: 1.5rem;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	border: 2px solid #009bdb;
	padding: 10px;
	text-align: center;
	border-radius: 50px;
	color: #009bdb;
	background-image: linear-gradient(#ffffff, #ffffff 60%, #cbe8f5);
	box-shadow: 3px 3px #ccc;
}
#oshigotobook a.link_btn:hover,
#oshigotobook a.link_btn:active{
	border: 2px solid #009bdb;
	color: #fff;
	background: #009bdb;
	box-shadow: 3px 3px #ccc;
}
#oshigotobook a.link_btn:hover span.triangle_right{
	border-left-color: #fff;
}
#oshigotobook h4#cont_ttl_04 a{
    display: block;
    font-size: 2rem;
    width: 400px;
    margin: 4% auto;
    padding-left: 2em;
}
#oshigotobook h4#cont_ttl_04 a .icon {
  width: 31px;
  height: 22px;
  position: absolute;
  top: 20px;
  left: 50px;
}
/* 初期は通常画像だけ表示 */
#oshigotobook h4#cont_ttl_04 a .icon.active {
  display: none;
}

/* クリック時 */
#oshigotobook h4#cont_ttl_04 a.clicked .icon.normal {
  display: none;
}
#oshigotobook h4#cont_ttl_04 a.clicked .icon.active {
  display: block;
}

/* ホバー時（PC用） */
#oshigotobook h4#cont_ttl_04 a:hover .icon.normal {
  display: none;
}
#oshigotobook h4#cont_ttl_04 a:hover .icon.active {
  display: block;
}
#oshigotobook .sponsorship {
    text-align: center;
    padding: 30px;
}

