@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: 14px;
    line-height: 1.6;
    color: #222222;
    font-weight: bold;
}
#oshigotobook .fadeIn_up {
	opacity: 0;
	transform: translate(0, 1%);
	transition: 1s;
}
#oshigotobook .fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

#oshigotobook .img-pc {
    display: none;
}
#oshigotobook .pc {
    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));
}
#oshigotobook section.white {
    background: #fff;
}
#oshigotobook section.blue {
     background: #a9dcf4; 
}
#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: 0px 3px;
}
#oshigotobook span.triangle{
	display: inline-block;
	margin-left: 1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 8px 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: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #009bdb;
	border-right: 0;
	vertical-align: baseline;
}
#oshigotobook a.btn{
	position: relative;
	display: block;
	border: 3px solid #009bdb;
	padding: 8% 0;
	text-align: center;
	border-radius: 50px;
	color: #009bdb;
	background-image: linear-gradient(#ffffff, #ffffff 60%, #cbe8f5);
	box-shadow: 4px 4px 0px #ccc;
	font-size: 1.2rem;
}
#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 .character01 {
	width: 18%;
	position: absolute;
	bottom: -6%;
	right: 1vw;
	z-index: 10;
}
#oshigotobook .character02 {
	width: 18%;
	position: absolute;
	bottom: -8%;
	left: 0vw;
	z-index: 10;
}
#oshigotobook .character03 {
	width: 18%;
	position: absolute;
	top: 2%;
	right: 1vw;
	z-index: 10;
}

/*---------------
	メインビジュアル
---------------*/
#oshigotobook .hero_cont {
    background: url("../images/main_sp.jpg")no-repeat;
    background-size: cover;
    padding-top: 113%;
    width: 100%;
    position: relative;
    margin-top: 65px;
}
#oshigotobook .hero_cont::before {
    content: "";
     display: block; 
}
/*---------------
	キャッチ
---------------*/
#oshigotobook .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    position: relative;
    z-index: 2;
}

#oshigotobook h1 {
	margin: 0 auto 10px;
	width: 100%;
}
#oshigotobook h2.lead {
    font-size: 2rem;
    margin-bottom: 2%;
}
#oshigotobook .lead_wrap {
    text-align: center;
    margin-bottom: 2%;
}
#oshigotobook h3.detail_ttl {
	font-size: 1.4rem;
	text-align: left;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0.6em 1.2em;
	border-radius: 5px;
	background-color: #009bdb;
	color: #ffffff;
	width: 100%;
	margin: 0 auto 6%;
}
#oshigotobook h3.detail_ttl::before {
    position: absolute;
    bottom: -14px;
    width: 15px;
    height: 15px;
    background-color: #009bdb;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
#oshigotobook .detail_cont_wrap{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 3%;
	border: 3px solid #009bdb;
	border-radius: 15px;
	box-shadow: 5px 5px 0px #ccc;
	margin-bottom: 3%;
}
#oshigotobook .detail_wrap {
    margin-bottom: 5%;
    text-align: left;
}
#oshigotobook .lead_txt {
    text-align: left;
    padding: 2% 0;
}
#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-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}
#oshigotobook ul.nav li {
    width: 48%;
    margin-bottom: 5%;
}

#oshigotobook h4#cont_ttl_01 {
    font-size: 2rem;
    padding: 3% 0;
    /* text-align: center; */
}
#oshigotobook .disc_wrap {
    width: 100%;
}
#oshigotobook .desc_cont{
	margin: 2% 0;
}
#oshigotobook .desc_ttl {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 2px solid #009bdb;
    font-size: 1.6rem;
    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: 90%;
    margin: 4% auto;
}
#oshigotobook h4#cont_ttl_02 a{
	position: relative;
	display: block;
	font-size: 1.4rem;
	width: 250px;
	margin: 0 auto;
	padding-left: 2em;
	padding: 15px 0 15px 25px;
}
#oshigotobook h4#cont_ttl_02 a .icon {
  width: 15px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 20px;
}

/* 初期は通常画像だけ表示 */
#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 h4#cont_ttl_02 a.clicked .icon.normal {
  display: none;
}
#oshigotobook h4#cont_ttl_02 a.clicked .icon.active {
  display: block;
}
#oshigotobook section.white::after{
    content: "INTERVIEW";
    display: block;
    position: absolute;
    font-size: 16vw;
    color: #edf7f9;
    bottom: -1.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
}
/*---------------
	おしごと紹介
---------------*/
#oshigotobook h4#cont_ttl_03{
	width: 70%;
	margin: 0 auto 8%;
}
#oshigotobook .comingsoon{
	width: 90%;
	margin: 0 auto;
}
#oshigotobook ul.job_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#oshigotobook li.job_card {
    width: 49%;
    padding: 3%;
    background: #fff;
    border: 3px solid #009bdb;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3%;
    box-shadow: 3px 3px 0px #ccc;
}
#oshigotobook .job_img {
    margin-bottom: 4%;
}
#oshigotobook .job_label {
    font-size: 1.4rem;
    margin-bottom: 6%;
    text-align: center;
}
#oshigotobook .job_name {
    font-size: 1.3rem;
    margin-bottom: 4%;
}
#oshigotobook .job_txt {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 4%;
}
#oshigotobook a.link_btn {
	font-size: 1.2rem;
	width: 100%;
	margin: 0 auto 5%;
	display: block;
	border: 2px solid #009bdb;
	padding: 10px 0px;
	text-align: center;
	border-radius: 50px;
	color: #009bdb;
	background-image: linear-gradient(#ffffff, #ffffff 60%, #cbe8f5);
	box-shadow: 2px 2px #ccc;
}
#oshigotobook a.link_btn:hover {
	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{
	position: relative;
	display: block;
	font-size: 1.4rem;
	width: 250px;
	margin: 5% auto;
	padding-left: 2em;
	padding: 15px 0 15px 25px;
}
#oshigotobook h4#cont_ttl_04 a .icon {
  width: 20px;
  height: 15px;
  position: absolute;
  top: 18px;
  left: 24px;
}
/* 初期は通常画像だけ表示 */
#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 h4#cont_ttl_04 a.clicked .icon.normal {
  display: none;
}
#oshigotobook h4#cont_ttl_04 a.clicked .icon.active {
  display: block;
}
#oshigotobook .sponsorship {
    text-align: center;
    padding: 8% 3%;
    font-size: 1.2rem;
}
/*
#oshigotobook h4#cont_ttl_04 a::before{
    content: "";
    display: block;
    background: url("../images/book.png") no-repeat;
    background-size: cover;
    width: 24px;
    height: 17px;
    position: absolute;
    top: 18px;
    left: 21px;
}
#oshigotobook h4#cont_ttl_04 a:hover::before,
#oshigotobook h4#cont_ttl_04 a:active::before,
#oshigotobook h4#cont_ttl_04 a.clicked::before{
    content: "";
    display: block;
    background: url("../images/book_yellow.png") no-repeat;
    background-size: cover;
}
*/


