/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/*************************************
	ブレイクポイント毎の表示切り替え
*************************************/
@media screen and (min-width: 1001px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
	
.main_img {
	margin: 0 auto;
	width: 1280px;
}
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
	text-align: center;
    margin: 0 auto;
  }
	
.main_img {
	width: 100%;
}
}




body {
	font-family: 'Kosugi Maru', sans-serif;
}
.logo small {
	color: #FFFFFF;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

a:hover {
	opacity: 0.5 ;
}

/* 　youtube　 */

.video-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* 　メインイメージ部　 */

#header.header-wrapper2 {
	height: 951px;
	display: table;
	width: 100%;
}

body {
	color: #000;
}


body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("../images/top_img_bg.jpg") no-repeat top center; 
  -webkit-background-size:cover;
}

#header {
}

.header-wrapper-inner {	
}

.top_tit img {
	width: 1151px;
	margin-top: 400px;
}

/* 　ナビゲーションメニュー　 */

.social li {
	margin-right: 0.5em;
}
.site-tit {
	font-size: 0.85em;
	display: inline;
	padding: 0.2em 3em;
	color: #db3847;
	background-color: #FFFFFF;
}
.movie-toptit {
	font-size: 5em;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}
.movie-topsubtit {
	color: #FFFFFF;
	font-size: 1.1em;
	padding-bottom: 1.5em;
	text-indent: 0.5em;
	letter-spacing: 1em;
	text-shadow: 1px 1px 2px #000000;
}
.movie-tophassyu {
	font-size: 3em;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}

.down {
	bottom: 6%;
    position: absolute;
	left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.down img {
	opacity: 0.9;
	width: 50px;
}


/* 　各コンテンツの背景　 */

.header-bg2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/tantei_bg.jpg);
	background-color: #a6eaff;
}
.header-bg1 {
	background:url(../images/message_img_logo.png) top center, repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
    background-color: #ccf4ff;
}
.header-bg3 {
	background-repeat: no-repeat;
	background-position: center center;
	z-index:-1;
	background-image: url(../images/filter_img_bg.jpg);
	background-color: #fef8d7;
	color: #fff;
}

.header-bg4 {
	background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(295,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23cc60b3'/%3E%3Cstop offset='1' stop-color='%23eeeebb'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='24' height='24' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='12' cy='12' r='12'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.1'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}

.header-bg5 {
	background-color: #2b3e51;
	color: #000;
	font-weight: 600;
}

.header-bg6 {
	background-color: #27313b;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}

/* ハートフルおかやま　20210906　追加 */
.header-bg7 {
	background-color: #FF6699;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	padding: 5px 0;
	font-size: 2em;
}
#heartful a.sns{
	color: #FFFFFF;
	background-color: #FF6699;
}

/* 　スクール探偵団ふぃーるねおねお　 */

#parallax2 h1.tantei_title,#parallax3 h1.filter_title{
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 */
  font-size      : 4em;               /* 文字のサイズ */
  letter-spacing : -2px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #0e60b8,
      -2px  2px 1px #0e60b8,
       2px -2px 1px #0e60b8,
      -2px -2px 1px #0e60b8,
       2px  0px 1px #0e60b8,
       0px  2px 1px #0e60b8,
      -2px  0px 1px #0e60b8,
       0px -2px 1px #0e60b8; /* 文字の影 */
}

#parallax3 h1.filter_title{
	line-height: 0.8em;
}

#parallax2 h1.tantei_title span,#parallax3 h1.filter_title span{
	font-size : 0.5em;
	letter-spacing : 0px;
}

#parallax2 .tantei_movie{
   padding: 8px;
    border-radius: 1.5%;
	margin: 30px 0 10px;
	background: repeating-linear-gradient(45deg, #6fdaf7, #6fdaf7 4px, rgba(255,255,255,0) 4px, rgba(255,255,255,0) 8px);
}

/* 　feelNEOからのメッセージ　 */

#parallax1 .container,#parallax2 .container,#parallax3 .container,#parallax4 .container{
	margin: 100px auto;
}


#parallax1 h1.message_title {
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 */
  font-size      : 60px;               /* 文字のサイズ */
  letter-spacing : 0px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #f451b7,
      -2px  2px 1px #f451b7,
       2px -2px 1px #f451b7,
      -2px -2px 1px #f451b7,
       2px  0px 1px #f451b7,
       0px  2px 1px #f451b7,
      -2px  0px 1px #f451b7,
       0px -2px 1px #f451b7; /* 文字の影 */
}

#parallax1 .message_movie{
   padding: 8px;
    border-radius: 1.5%;
	margin: 30px 0 10px;
	background: repeating-linear-gradient(45deg, #ffb2dd, #ffb2dd 4px, rgba(255,255,255,0) 4px, rgba(255,255,255,0) 8px);
}

#parallax1 p{
	font-size: 20px;
	text-align: left;
	background-color: #fff;
	border: 5px solid #ffa9df;
	border-radius: 20px;
	padding: 20px;
}


/* 　フィルタリングサービス　 */

#parallax3 {
	text-align: center;
}
#parallax3 .block-body {
	width: 80%;
	margin: 3em auto 0;
}

#parallax3 .block-heading{
	position: relative;
	padding-bottom: 50px;
}

#parallax3 h1.filter_title{
	line-height: 0.8;
}


#parallax3 h1.filter_title:before{
	background: url(../images/filter_img01.png) no-repeat 50%;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 228px;
    height: 250px;
    position: absolute;
    top: 30%;
    left: 10px;
    transform: translateY(-50%);
}

#parallax3 h1.filter_title:after{
	background: url(../images/filter_img02.png) no-repeat 50%;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 228px;
    height: 250px;
    position: absolute;
    top: 30%;
    right: 10px;
    transform: translateY(-50%);
}

#parallax3 .career{
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 3em;
}

#parallax3 .career a{
	display: block;
}

p.notice{
	text-align: left;
	color: #000;
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.center {
    justify-content: center;
}


/* 　岡山県からのお知らせ　 */

#parallax4 {
	text-align: center;
}
#parallax4 .block-body {
	margin-top: 3em;
}

#parallax4 .info01,.info02 {
	background-color: rgba(255,255,255,0.5);
	border-radius: 30px;
	padding: 10px 0 20px;
	height: 847px;
}

#parallax4 .jourei_title{
	font-size: 22px;
	margin: 10px 0;
	line-height: 1.2;
}

#parallax4 .jourei_title02{
	font-size: 22px;
	margin: 20px 0 10px;
	line-height: 1.2;
}


#parallax4 .jourei_detail{
    display: block;
    padding: 6px 0;
    background-color:#2875b3;
    text-decoration: none;
    color: #fff;
    text-align: center;
	width: 80%;
	margin: 0 auto 10px;
	font-size: 16px;
}

#parallax4 a{
    display: block;
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 9999px;
    text-decoration: none;
    color: #000;
    text-align: center;
	width: 90%;
	margin: 0 auto;
	font-size: 20px;
	position: relative;
}

#parallax4 a.jourei_link{
	font-size: 1em;
}

#parallax4 a.jourei_pdf:before{
    content: "\f1c1";
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    height: 1em;
    color: #15aabf;
    font-size: 20px;
    font-weight: normal;
}

#parallax4 a.jourei_blank:before{
    content: "\f08e";
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    height: 1em;
    color: #15aabf;
    font-size: 20px;
    font-weight: normal;
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.center {
    justify-content: center;
}



/* 　その他の動画など　 */


/* 　フッター　 */

.footer_left {
	padding: 2em 2em;
	color: #fff;
	font-size: 0.9em;
	font-weight: 300;
}
.footer_right {
	padding: 6em 2em 2em 2em;
	color: #fff;
	font-size: 0.8em;
	font-weight: 300;
}

@media (max-width: 1200px) {
#parallax4 .jourei_title{
	font-size: 1.3em;
	margin: 10px 0;
	line-height: 1.2;
}

#parallax4 .jourei_title02{
	font-size: 1.3em;
	margin: 20px 0 10px;
	line-height: 1.2;
}
}	

@media (max-width: 1000px) {
#parallax3 h1.filter_title:before{
	display: none;
}

#parallax3 h1.filter_title:after{
	display: none;
}
#parallax4 .info01,.info02 {
	height: auto;
}	
}	


@media (max-width: 767px) {
	#header {
    background-image: none;
}
	
#header.header-wrapper2 {
	height: 500px;	
	}
	
body::before {
  background:url("../images/top_img_bg_sp.jpg") center/cover no-repeat; 
  height: 600px;
}
#parallax1 .container,#parallax2 .container,#parallax3 .container,#parallax4 .container{
	margin: 40px 0;
}	
.header-bg1 {
	background:url("../images/message_img_logo_sp.png") top center, repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
    background-color: #ccf4ff;
}
	
/* ハートフルおかやま　20210906　追加 */
.header-bg7 {
	padding: 10px 0;
	font-size: 1em;
}

	
.top_tit img {
	margin-top: 250px;
}	

#parallax1 h1.message_title {
  font-size : 1.85em;
}	

#parallax2 h1.tantei_title,#parallax3 h1.filter_title{
  font-size  : 1.85em;
}
#parallax2 h1.tantei_title span,#parallax3 h1.filter_title span{
	font-size :0.8em;
	line-height: 0.8em;
}

#parallax3 .block-heading{
	position: relative;
	padding-bottom: 0px;
}

	
#parallax3 h1.filter_title span{
	font-size :0.5em;
	line-height: 1em;
}
	
	
#parallax1 p{
	font-size: 1em;
	padding: 10px;
}

#parallax3 .sp{
	display: block;
    margin: 0 auto 30px;
    width: 100%;
}
	
#parallax3 h1.filter_title:before{
	display: none;
}

#parallax3 h1.filter_title:after{
	display: none;
}

#parallax3 .career{
	padding: 1em 3em;
}	

#parallax3 .career a{
	display: inline;
}
	
#parallax3 .block-body {
	width: 90%;
	margin: 0 auto;
}	
	
#parallax4 .info01,.info02 {
	height: auto;
}

#parallax4 .jourei_title,#parallax4 .jourei_title02{
	font-size: 1.2em;
}	

#parallax4 a{
	font-size: 1.1em;
}
	
	
#parallax4 a.link{
	font-size: 1em;
	padding: 1em 1em;
	width: 100%;
}
	
#parallax4 .jourei_detail{
	font-size: 0.95em;
	width: 80%;
	padding: inherit 20px;
}

#parallax4 a.jourei_link{
	font-size: 0.75em;
}		
	
#parallax4 a.jourei_pdf:before{
    left: 20px;
}

#parallax4 a.jourei_blank:before{
    left: 15px;
}
	
.footer_right {
	padding: 1em 2em 2em;
}	

.footer_left {
	padding: 2em 2em 1em;
}	
	
	}
/*　■■■ ページトップへ戻るボタン ■■■　*/

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}

@media (max-width: 768px) {
.pagetop {
	bottom: 10px;
	right: 10px;
}
}
.pagetop a {
	display: block;
	background-color: #FFF;
	text-align: center;
	color: #2B3E51 !important;
	font-size: 12px;
	text-decoration: none;
	padding: 13px 20px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border: 2px solid #2B3E51;
}
.pagetop a:hover {
	background-color: #2B3E51;
	color: #FFFFFF !important;
	border: 2px solid #FFFFFF;
}


/* 20210423 山田 追加*/
.ninja_onebutton_output_responsive a {
	opacity: 1;
}
