@CHARSET "utf-8";

/*
Theme Name: zepetto
Author URI: https://shinohara.group/
*/

/*---------------------------------------------------------*/
/* General */
/*---------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*============
body
=============*/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo,'ＭＳ Ｐゴシック', sans-serif;
    font-size: 17px;
    padding: 0;
    margin: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
@media screen and (max-width:760px) {
body {
	font-size: 16px;
}
}

html,body {
     margin: 0;
     padding: 0;
}


/* 画像属性等 */
img {
	max-width: 100%;
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	vertical-align: bottom;
}

figure {
    display: block;
	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

figcaption {
    display: block;
	padding:5px 0;
}

svg {
    height: auto;
    width: 100%;
}


a {
    color: #1111cc;
	text-decoration: underline;
}
a img {
    border: none;
}
a:hover {
    color: #1111cc;
    text-decoration: none;
}

a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
}

p {
    font-size: 17px;
    line-height: 1.6em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

div#container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	overflow:hidden;
	text-align: left;
}

@media screen and (max-width: 480px) {
div#container {

}
}

#header {
    display: block;
	margin-bottom:0;
	height:100%;
}
@media screen and (max-width:760px) {
#header {
}
}

div#main {
    display:block;
}
@media screen and (max-width:760px) {
div#main {
}	
}

.ie {
    background-color: #fff;
    overflow: hidden;
	max-width:1700px;
	min-width:760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
@media only screen and (max-width : 760px){
.ie {
	max-width:100%;
	min-width: 100%;	
    background-color: #fff;
    margin-top: 0px;   
    overflow: hidden;
	padding:0;
}		
}

div#content {
    width: 100%;
    padding: 0;
	margin: 0;
	min-height: 100vh;
}
@media screen and (max-width:760px) {
div#content {
    width: 100%;
    padding: 0;

}
}

article.post {
	display: block;
	margin:0 0px;
}
@media only screen and (max-width : 760px){
article.post {
	margin:0 ;
}	
}

/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ１ */
/*---------------------------------------------------------*/

h1.post_title {
  position: relative;
  padding: 5rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:50px;
  margin: 30px 0px 40px 0;
	color:#fff;
}
h1.post_title span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
h1.post_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fff;
}
@media only screen and (max-width : 1300px){
h1.post_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:40px;
	margin:70px 0 0 0;
}
}
@media only screen and (max-width : 1180px){
h1.post_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:40px;
	margin:70px 0 0 0;
}
}
@media only screen and (max-width : 760px){
h1.post_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:35px;
	margin:70px 0 0 0;
}
}


/*---------------------------------------------------------*/
/* sidebar */
/*---------------------------------------------------------*/

div#sidebar {
    width: 26%;
    float: right;
    padding: 0 10px 0 0;
    margin: 5px;
}
@media screen and (max-width: 760px) {  
div#sidebar {
    width: 100%;
	padding: 0 5px;
    margin: 0 ;
	box-sizing: border-box;
}
}



/*---------------------------------------------------------*/
/* 個別投稿 post */
/*---------------------------------------------------------*/
div#single_main {
    background-color: #fff;
    overflow: hidden;
	max-width:1100px;
	min-width:760px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:760px) {
div#single_main {
	max-width:100%;
	min-width: 100%;	
    background-color: #fff;
    margin-top: 0px;   
    overflow: hidden;
}	
}

div#single_content {
    width: 100%;
    float: left;
    padding: 60px 0 0 0;
    margin: 10px;
}
@media screen and (max-width:760px) {
div#single_content {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}	
}

div.content_01 {
    padding: 0px 10px 10px 10px;
}
@media only screen and (max-width : 760px){
div.content_01 {
    padding: 0px 0px 0px 0px;
}	
}


/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ１ */
/*---------------------------------------------------------*/

h1.single_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:30px;
  margin: 10px 0px 40px 0;
}
h1.single_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ef877b;
}
@media only screen and (max-width : 760px){
h1.single_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:27px;
}
}


/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ１ */
/*---------------------------------------------------------*/

h1.cat-title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:30px;
  margin: 30px 0px 40px 0;
}
h1.cat-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ef877b;
}
@media only screen and (max-width : 760px){
h1.cat-title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:27px;
}
}


/*---------------------------------------------------------*/
/* 次の記事・前の記事 */
/*---------------------------------------------------------*/
.box3 {
	width:100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	padding: 10px 0px;
	margin: 6% 0 4% 0;
}
@media only screen and (max-width : 760px){
.box3 {
	padding: 10px 5px;
	margin: 40px 0 20px 0;
}	
}

.next {
    background: #FFF;
    padding: 0px;
    overflow: hidden;
}
.next_image {
    float: left;
    margin: 0px 10px 0px 0px;
}
.next_summary {
    overflow: hidden;
}
.next_heading {
    font-size: 16px;
    font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	text-align:left;
}

p.next_text {
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	text-align:left;
	line-height:1.3em;
}
@media only screen and (max-width : 760px){
p.next_text {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	text-align:left;
}	
}

.prev {
    background: #FFF;
    padding: 0px;
    overflow: hidden;
}
.prev_image {
    float: right;
    margin: 0px 0px 0px 10px;
}
.prev_summary {
    overflow: hidden;
}
.prev_heading {
    font-size: 16px;
    font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	text-align:right;
}

p.prev_text {
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	text-align:right;
	line-height:1.2em;
}
@media only screen and (max-width : 760px){
p.prev_text {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	text-align:right;
}	
}

.prev_thumbnail {
	width:100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px;
	float: left;
}
@media only screen and (max-width : 760px){
.prev_thumbnail {
	width:70px;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	float: left;
}	
}

.next_thumbnail {
	width:100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px;
	float: right;	
}
@media only screen and (max-width : 760px){
.next_thumbnail {
	width:70px;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	float: right;
}	
}





/*---------------------------------------------------------*/
/* Article post */
/*---------------------------------------------------------*/
div.post-content {
    padding: 0px 0px 10px 0px;
}
@media only screen and (max-width : 760px){
div.post-content {
    padding: 0px 0px 10px 0px;
}	
}

/*---------------------------------------------------------*/
/* アーカイブ post */
/*---------------------------------------------------------*/
div.archive-content {
    padding: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}


/*---------------------------------------------------------*/
/* カテゴリー post */
/*---------------------------------------------------------*/
div.category-content {
    padding: 0;
	height: 100%;
	width: 100%;
	margin: 0 10px;
}
@media only screen and (max-width : 760px){
div.category-content {
	margin: 0 0px;
}	
}


/*---------------------------------------------------------*/
/* カテゴリーにあるアイキャッチ画像 */
/*---------------------------------------------------------*/

/* リスト */
.category_01 {
	list-style: none;
	padding: 0;
	margin: 20px 0px;
}
@media only screen and (max-width : 760px){
.category_01 {
	list-style: none;
	padding: 0px;
	margin: 20px 0px;
}	
}

/* h2 */
h2.category_02 {
	font-size: 1.3em;
	padding: 0;
	margin: 5px 0px;
	font-weight:bold;
}


/* 画像 */
.category img {
	padding: 0;
	margin: 5px 20px 5px 10px;
	float:left;
}
@media only screen and (max-width : 760px){
.category img {
	margin: 0px 0px 20px 0px;
}	
}

/* ボックス */
.category {
	width:100%;
	padding: 0.5em 1em 3.5em 1em;
    color: #000;/*文字色*/
	background-color: #FFF;
    border-bottom: solid 1px #C0C0C0;/*線*/
}
@media only screen and (max-width : 760px){
.category {
	padding: 0.5em 1em 2.0em 1em;
}	
}

.category p {
	font-size:16px;
	padding: 0;
	margin: 0px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.category p {
}
}

.more_link {
	text-decoration:underline;
}	

a:hover.more_link {
	text-decoration:none;
}



/*---------------------------------------------------------*/
/* アイキャッチ画像の大きさ */
/*---------------------------------------------------------*/
.l-size {
	width:120px;
	height:auto;
}	



ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;
}

.clr { clear:both; }


/*---------------------------------------------------------*/
/* 画面の読み込み（Loading） */
/*---------------------------------------------------------*/
/*========= サイトの読み込み時間２ ===============*/
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 9999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #11428a;
    transition: all .2s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}



/*---------------------------------------------------------*/
/* Header */
/*---------------------------------------------------------*/
header {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color:#fff;
}
@media only screen and (max-width : 760px){
header {
	padding: 0px 0px 0px 0px;
}	
}

h1.top_page {
    margin: 0px 0 0 30px;
	font-size:1.7em;
}


h2 {
    display: block;
    font-weight: bold;
	font-size:1.8em;
	text-align: left;
	margin:60px 0px 40px 0px;
	padding:0px 0px 0px 0px;
}

@media screen and (max-width: 480px) {	
h2 {
    display: block;
	font-size:1.5em;
	text-align: center;
	margin:31px 0px 22px 0px;
	padding:0px 0px 0px 0px;
}
}

a.no_underline {
	text-decoration:none;
	margin: -20px 0 0 120px;
    color: #FFFFFF;
}

div#site_title_wrapper {
	float:left;
}


/*---------------------------------------------------------*/
/* トップ画像（右から出てくるアニメーション） */
/*---------------------------------------------------------*/

.an4-fadeleft {
    font-size: 30px;
    font-weight: bold;
	left: 0px;
    top: 0px;
	animation: fadeleft 1.5s;
	animation-fill-mode: both;
	animation-delay: 0.5s;	
	margin:0px 0px 0px 0px;
}

@keyframes fadeleft {
from {
    opacity: 1;
    transform: translateX(2000px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

/*---------------------------------------------------------*/
/* トップ画像（左から出てくるアニメーション） */
/*---------------------------------------------------------*/

.an3-faderight {
    font-size: 30px;
    font-weight: bold;
	left: 30px;
    top: 50px;
    animation-name: faderight;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
	
@media screen and (max-width: 760px) {	
.an3-faderight {
	left: 10px;
    top: 70px;
    animation-name: faderight;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
}

@keyframes faderight {
from {
    opacity: 1;
    transform: translateX(-150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}


/*---------------------------------------------------------*/
/* トップ画像（下から出てくるアニメーション1） */
/*---------------------------------------------------------*/

.an6-fadebottom-a {
    font-size: 20px;
    font-weight: bold;
	right: 0;
    bottom: 50px;
	animation: fadebottom-a 1s;
	animation-fill-mode: both;
	animation-delay: 0.5s;	
}
@media screen and (max-width: 960px) {
.an6-fadebottom-a {
    font-size: 20px;
    font-weight: bold;
	right: 3%;
    bottom: 10px;
	animation: fadebottom-a 1s;
	animation-fill-mode: both;
	animation-delay: 0.5s;	
}	
}
@keyframes fadebottom-a {
  0% {
  transform: translateY(300px);
  }

  100% {
  transform: translateY(0px);
  }
}


/*---------------------------------------------------------*/
/* トップ画像（下から出てくるアニメーション2） */
/*---------------------------------------------------------*/

.an6-fadebottom-b {
    font-size: 20px;
    font-weight: bold;
	right: 20%;
	bottom: 50px;
	animation: fadebottom-b 1s;
	animation-fill-mode: both;
	animation-delay: 1s;	
}
@media screen and (max-width: 960px) {
.an6-fadebottom-b {
    font-size: 20px;
    font-weight: bold;
	right: 45%;
	bottom: 10px;
	animation: fadebottom-b 1s;
	animation-fill-mode: both;
	animation-delay: 1s;	
}
}
@keyframes fadebottom-b {
from {
    opacity: 0;
    transform: translateY(300px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/*---------------------------------------------------------*/
/* トップ画像（下から出てくるアニメーション3） */
/*---------------------------------------------------------*/

.an6-fadebottom-c {
    font-size: 20px;
    font-weight: bold;
	right: 40%;
    bottom: 50px;
	animation: fadebottom-a 1s;
	animation-fill-mode: both;
	animation-delay: 1.5s;	
}
@keyframes fadebottom-c {
from {
    opacity: 0;
    transform: translateY(300px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/*---------------------------------------------------------*/
/* パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　960px） */
/*---------------------------------------------------------*/

.pc_display_01 {
	display:block;
	margin:0;
}
.sp_display_01 {
	display:none;
}
@media only screen and (max-width : 960px){
.pc_display_01 {
	display:none;
}
.sp_display_01 {
	display:block;
}
}


/*---------------------------------------------------------*/
/* パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　760px） */
/*---------------------------------------------------------*/

.pc_display {
	display:block;
	margin:0;
}
.sp_display {
	display:none;
}
@media only screen and (max-width : 760px){
.pc_display {
	display:none;
}
.sp_display {
	display:block;
}
}


/*---------------------------------------------------------*/
/* パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　480px） */
/*---------------------------------------------------------*/

.pc_display_02 {
	display:block;
	margin:0;
}
.sp_display_02 {
	display:none;
}
@media only screen and (max-width : 470px){
.pc_display_02 {
	display:none;
}
.sp_display_02 {
	display:block;
}
}


/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

.slider-caption {
  padding: 0px 20px;
	margin:0;
  line-height: 1.5em;
  background: #fff;
  color: #000;
  font-size: 1.0rem;
  font-weight: 700;
}

p.slider-caption {
  padding: 0px 20px;
	margin:0;	
}

@media only screen and (max-width : 760px){
.slider-caption {
  padding: 0px 20px;
	margin:0;
  line-height: 1.5em;
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
}	
}



/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, 
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*---------------------------------------------------------*/
/* テーブルタグ */
/*---------------------------------------------------------*/
table {
	width: 100%;
	table-layout: auto;
	font-size: 16px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:0px 0px 0px 0px;
}

th{
	border: solid 1px #aaaaaa;	
	padding: 15px 10px;
	background: #f7f7f7;
}

td{
	border: solid 1px #aaaaaa;	
	padding: 15px 0px 0px 0px;
	text-align: left;
}


.box3{
margin:50px 0px 50px 0px;
padding:0px 0px 0px 0px;
}



/*---------------------------------------------------------*/
/* footer */
/*---------------------------------------------------------*/
#footer {
	width: 100%;
background-color: rgb(211, 222, 241);
	font-size: .8em;
    height: 100%;
	color:#000;
	padding:0px;
    margin: 0px;
}
@media only screen and (max-width : 760px){
#footer {

}	
}


.foot {
	background-color:#11428a;
	margin:0;
	text-align:center;
}

.foot_01 {
	background-color:#11428a;
	margin:0;
	text-align:center;
}

p.foot {
	text-align:center;
	padding:40px 0 0 0;
	margin:0;
	color:#fff;
    font-size: 1em;
}
p.foot_01 {
	text-align:center;
	padding:10px 0 20px 0;
	margin:0;
	color:#fff;
    font-size: 1em;
}

@media only screen and (max-width : 760px){
p.foot_01 {
	text-align:left;
}
}

a.footer_01{
	color:#fff;
text-decoration: none;
}

a:hover.footer_01{
text-decoration: underline;
}

/*---------------------------------------------------------*/
/* フッターのメニュー横並び */
/*---------------------------------------------------------*/

.f_navi{
	text-align: center;
	margin: 10px 0px;
}
@media screen and (max-width: 760px) {
.f_navi{
text-align: center;	
	margin: 10px 0px 0px 0px;
}
}

.f_navi ul{
margin: 0 ;
padding: 2% 10% 1% 10%;
}
@media screen and (max-width: 1200px) {
.f_navi ul{
margin: 0 ;
	padding: 2% 2% 1% 2%;
}
}
@media screen and (max-width: 760px) {
.f_navi ul{
margin: 0 ;
padding: 5px 0px 10px 0px;
}
}

.f_navi ul li{
list-style: none;
display: inline-block;
	width: 12%;
	min-width: 75px;
	margin:10px 0;
	vertical-align:bottom;
}
@media screen and (max-width: 1200px) {
.f_navi ul li{
	width: 18%;
	min-width: 75px;
}
}
@media screen and (max-width: 760px) {
.f_navi ul li{
list-style: none;
display: inline-block;
width: 100%;
min-width: 35px;
	border-bottom:dashed 1px #11428a;
	padding:10px;
	margin:10px 0 0px 0;
}
}

@media screen and (max-width: 760px) {
.f_navi ul li:last-child{
	border-bottom:none;
}
}

.f_navi ul li a{
text-decoration: none;
color: #000;
}
@media screen and (max-width: 760px) {
.f_navi ul li a{
text-decoration: none;
}
}

.f_navi ul li a:hover{

}
@media screen and (max-width: 760px) {
.f_navi ul li a:hover{
color: #C0C0C0;
}
}

.f_navi a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #11428a;
  transition: .2s;
}

.f_navi img{
    margin: 0 10px;
}

 .f_navi a {
  position: relative;
  display: inline-block;
  }
  .f_navi a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #11428a;
  transition: .2s;
}
  .f_navi a:hover::after {
  width: 100%;
  }


/*
==================================================
フッターカスタマイズ
==================================================
*/
.footer-block {
	width:100%;
}

.footer-block a {
	text-decoration: none;
	color:#000;
}

.footer-block a:hover {
	text-decoration: underline;
	color:#000;
}

.footer-block-in {
    width: 33%;
    padding: 10px 10px 10px 50px;
    float: left;
	margin:0 ;
}
 
.footer-block-in > ul {
    padding: 5px;
    list-style-type: none;
    margin-bottom:10px;
}
 
.footer-block-in > ul ul {
    text-align: left;
    margin: 15px 0px 13px 0px; 
	padding: 0;
}
 
.footer-block:after{
    content: "";
    clear: both;
    display: block;
}
 
@media (max-width: 760px) {
.footer-block-in {
	width: 98%;
	padding: 10px 1%;
	float: none;
}
}

a.low {
	color:#fff;
}

div.cat_img { margin: 0px 4px 4px 4px;}


/*---------------------------------------------------------*/
/* Sidebar */
/*---------------------------------------------------------*/
.sidebar-wrapper {
	margin:45px 0 30px 0;
}
.sidebar-title {
	font-size: 22px;
    position: relative;
    color: white;
    padding: 0.2em 0.5em 0.1em 1em;
	margin: 0;
    background-color: #480EA5;
    border-radius: 6px;
}


.textwidget {
	padding: 0 0px;
}
#calendar_wrap {
	text-align: center;
}
#calendar_wrap table {
	margin-left: auto;
	margin-right: auto;
}
#calendar_wrap table a {
	text-decoration: underline;
	color: #2ea7e0;
}
#calendar_wrap table a:hover {
	background-color: #2ea7e0;
	color: #fff;
}
.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar-wrapper li {
	border-bottom: dotted 1px #4CBF73;
	margin:10px 0 5px 0;
}
.sidebar-wrapper li a {
	display: block;
	color: #555;
	padding: 10px 0 10px 8px;
	text-decoration:none;
}
.sidebar-wrapper li a:hover {
    color: #aaaaaa;
}


/*---------------------------------------------------------*/
/* コメント・トラックバック */
/*---------------------------------------------------------*/

div#respond {
	margin:10px;
}
@media only screen and (max-width : 760px){
div#respond {	
	margin:5px;
}	
}

.tback {border: none;}
.tback h2{margin-bottom: 0; padding-bottom: 15px;}
.tback p {margin: 0 0 10px 10px;padding: 0;font-size: 12px; line-height: 1.6em;}
.comments{margin: 10px 0; border: none;}
.comments ul{list-style: none;margin: 0; color:#444; font-size: 100%;}
.comments ul li {margin-bottom: 10px;background: #FFF; padding: 12px;}
.comments ul li.depth-1{border-bottom: 1px dotted #CCC;margin-bottom: 12px;}
.comments ul.children {list-style: none;}
.comments p{padding: 0 10px 5px 20px; text-align: left;}
.comments form p{line-height: 1.8em; display: block;}
.comments label{font-weight: 600;display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags{font-size: 100%;text-align: left;}
.comments .reply{width: 40px;height: 20px;margin-left: 20px;text-align: center;line-height: 20px;border: 1px solid #CCC;background: #FFF;display: block;}
.comments .reply a{color: #444;text-decoration: none;display: block;} 
.comments .reply a:hover{color: #FFF;background: #009CDE;} 
.comments h3 small{font-size: 114%;}
#author{width: 200px; height: 2em;}
#email{width: 200px; height: 2em;}
#url{width: 200px; height: 2em;}
#comment{width: 99%; height:100px;}
a#cancel-comment-reply-link {font-size: 92%; color: #009CDE;}
#submit	{margin:0; padding:2px 25px; cursor:pointer;}



/*---------------------------------------------------------*/
/* Q&A */
/*---------------------------------------------------------*/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}



/*---------------------------------------------------------*/
/* トップページ篠原組の背景 */
/*---------------------------------------------------------*/

.commit_a {
	margin: -10% 0px 0px 0px;
}
@media only screen and (max-width : 960px){
.commit_a {
	margin: -15% 0px 60px 0px;
}	
}
@media only screen and (max-width : 760px){
.commit_a {
	margin: -40% 0px 0px 0px;
}	
}
@media only screen and (max-width : 480px){
.commit_a {
	margin: -60% 0px 0px 0px;
}	
}

.back_01 {
background-image: url("https://shinohara.group/wp-content/uploads/shinohara-bg.jpg");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_01 {
background-image: url("https://shinohara.group/wp-content/uploads/shinohara-bg-sp.jpg");
}	
}
@media only screen and (max-width : 480px){
.back_01 {

}	
}

/*---------------------------------------------------------*/
/* 事業内容のトップ背景 */
/*---------------------------------------------------------*/

.commit_d {
	margin: -20% 0px 60px 0px;
}
@media only screen and (max-width : 960px){
.commit_d {
	margin: -15% 0px 60px 0px;
}
}

@media only screen and (max-width : 760px){
.commit_d{
	margin: -30% 0px 60px 0px;
}	
}

.back_d{
background-image: url("https://shinohara.group/wp-content/uploads/business-bg.jpg");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_d{
background-image: url("https://shinohara.group/wp-content/uploads/shinohara-bg-sp.jpg");
}	
}
@media only screen and (max-width : 480px){
.back_d{

}	
}


/*---------------------------------------------------------*/
/* 採用情報のトップ背景 */
/*---------------------------------------------------------*/

.commit_e {
	margin: -10% 0px 60px 0px;
}
@media only screen and (max-width : 960px){
.commit_e {
	margin: -15% 0px 60px 0px;
}
}

@media only screen and (max-width : 760px){
.commit_e{
	margin: -30% 0px 60px 0px;
}	
}

.back_e{
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 1250px){
.back_e{
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg-sp-01.jpg");
}	
}
@media only screen and (max-width : 960px){
.back_e{
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg-sp-01.jpg");
}	
}
@media only screen and (max-width : 760px){
.back_e{
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg-sp.jpg");
}		
}


/*---------------------------------------------------------*/
/* トップページABOUTの背景 */
/*---------------------------------------------------------*/

.commit {
	margin: 0px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit {
	margin: 60px 0px 60px 0px;
}	
}

.back_04 {
background-image: url("https://shinohara.group/wp-content/uploads/about-bg.jpg");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_04 {
background-image: url("https://shinohara.group/wp-content/uploads/about-bg-sp.jpg");
}	
}
@media only screen and (max-width : 480px){
.back_04 {
background-image: url("https://shinohara.group/wp-content/uploads/about-bg-sp.jpg");
}	
}

/*---------------------------------------------------------*/
/* トップページABOUTの背景２　企業理念 */
/*---------------------------------------------------------*/

.commit_b {
	margin: 60px 0px 0px 0px;
}
@media only screen and (max-width : 760px){
.commit_b {
	margin: 60px 0px 60px 0px;
}	
}

.back_b {
background-color: #f1f1f1;
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_b {

}	
}
@media only screen and (max-width : 480px){
.back_b {

}	
}

/*---------------------------------------------------------*/
/* トップページABOUTの背景３　行動理念 */
/*---------------------------------------------------------*/

.commit_c {
	margin: 0px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_c {
	margin: 60px 0px 60px 0px;
}	
}

.back_c {
background-color: #d3def1;
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_c {

}	
}
@media only screen and (max-width : 480px){
.back_c {

}	
}

.box12 {
	width: 80%;
	padding:0px 30px;
	font-size:20px;
	margin:0px;
}
@media only screen and (max-width : 760px){
.box12 {
	width: 100%;
	padding:20px 10px;
	margin:0px ;
	font-size:16px;
}	
}


/*---------------------------------------------------------*/
/* トップページSERVICESの背景 */
/*---------------------------------------------------------*/

.commit_01 {
	margin: 60px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_01 {
	margin: 60px 0px 60px 0px;
}	
}

.back_05 {
background-image: url("https://shinohara.group/wp-content/uploads/services-bg.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_05 {
background-image: url("https://shinohara.group/wp-content/uploads/services-bg-sp.png");
}	
}
@media only screen and (max-width : 480px){
.back_05 {

}	
}


/*---------------------------------------------------------*/
/* トップページの施工事例で使用 */
/*---------------------------------------------------------*/

.commit_02 {
	margin: 40px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_02 {
	margin: 0px 0px 60px 0px;
}	
}

.box8 {
  width: 100%;
	padding:10px 20px;
	margin: 0 ;	
}
@media only screen and (max-width : 1170px) {
.box8 {
  width: 100%;
	padding:10px;
	margin: 0 ;	
}	
}	
@media only screen and (max-width : 960px) {
.box8 {
  width: 100%;
	padding:5px 10px;
	margin: 0 ;	
}	
}	

.back_06 {
    background-color: #EEEEEE;
    background-position: center center;
    background-repeat: repeat-x;
	padding: 30px 10px;
	margin: 20px 0 50px 0;
}
@media only screen and (max-width : 1200px){
.back_06 {
    background-color: #EEEEEE;
	padding: 10px 0px;
	margin: 30px 0 30px 0;	
}	
}
@media only screen and (max-width : 960px){
.back_06 {
    background-color: #EEEEEE;
    background-size:800px;
	padding: 10px 0px;
	margin: 20px 0 50px 0;	
}	
}
@media only screen and (max-width : 760px){
.back_06 {
   background-image: none;	
    background-size:500px;
	padding: 0px 0px 20px 0px;
	margin: 20px 0 50px 0;		
}	
}


/*---------------------------------------------------------*/
/* トップページRECRUITの背景 */
/*---------------------------------------------------------*/

.commit_03 {
	margin: 60px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_03 {
	margin: 60px 0px 60px 0px;
}	
}

.back_07 {
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_07 {
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg-sp.png");
}	
}
@media only screen and (max-width : 480px){
.back_07 {

}	
}


/*---------------------------------------------------------*/
/* トップページACCESSの背景 */
/*---------------------------------------------------------*/

.commit_04 {
	margin: 60px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_04 {
	margin: 60px 0px 60px 0px;
}	
}

.back_08 {
background-image: url("https://shinohara.group/wp-content/uploads/access-bg.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_08 {
background-image: url("https://shinohara.group/wp-content/uploads/access-bg.png");
}	
}
@media only screen and (max-width : 480px){
.back_08 {

}	
}


/*---------------------------------------------------------*/
/* トップページの文字の大きさ */
/*---------------------------------------------------------*/

.front_01 {
	font-size:24px;
	padding: 20px 0 30px 0;
	margin: 20px 0px 0px 0px;
	text-align:center;
}
@media only screen and (max-width : 960px){
.front_01 {
	font-size:24px;
	padding: 6% 0 0% 0;
	margin: 0px 0px 0px 0px;
}	
}
@media only screen and (max-width : 480px){
.front_01 {
	font-size:18px;
	padding: 3% 0 0% 0;
	margin: 0px 0px 10px 0px;
}	
}

.front_02 {
	font-size:40px;
	padding: 35px 0 20px 0;
	margin: 0px 0px 0px 0px;
	text-align:center;
}
@media only screen and (max-width : 960px){
.front_02 {
	font-size:32px;
	padding: 3% 0 0% 0;
	margin: 0px 0px 0px 0px;
}	
}
@media only screen and (max-width : 480px){
.front_02 {
	font-size:23px;
	padding: 1% 0 0% 0;
	margin: 20px 0px 20px 0px;
}	
}

.front_03 {
	font-size:40px;
	padding: 0px 0 20px 0;
	margin: 0px 0px 0px 0px;
	text-align:center;
}
@media only screen and (max-width : 960px){
.front_03 {
	font-size:32px;
	padding: 6% 0 0% 0;
	margin: 0px 0px 0px 0px;
}	
}
@media only screen and (max-width : 760px){
.front_03 {
	font-size:32px;
	padding: 3% 0 0% 0;
	margin: 20px 0px 20px 0px;
}	
}


/*---------------------------------------------------------*/
/* 画像横並び（スマホだと列が変わる） */
/*---------------------------------------------------------*/

*, *:before, *:after {
	box-sizing: border-box;
}

.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div {
	width: 50%;
	padding: 20px;
}
@media screen and (max-width: 960px) {
.col_2 > div {
		width: 50%;
	padding: 20px 10px;
}
}
@media screen and (max-width: 760px) {
.col_2 > div {
		width: 100%;	
	padding: 20px 30px;
}
}
@media screen and (max-width: 480px) {
.col_2 > div {
		width: 100%;	
	padding: 20px 10px;
}
}

.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div {
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
.col_3 > div {
		width: 50%;
	padding: 20px 5px;
}
}
@media screen and (max-width: 480px) {
.col_3 > div {
		width: 50%;
	padding: 20px 5px;	
}
}

.col_4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div {
	width: 25%;
	padding: 0px 0px 0px 0px;
	text-align: center;	
}
@media screen and (max-width: 960px) {
.col_4 > div {
	width: 50%;
	padding: 10px 20px;
}
}
@media screen and (max-width: 480px) {
.col_4 > div {
	width: 50%;
}
}


.col_2_1 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2_1 > div {
	width: 50%;
	padding: 0px;
}
@media screen and (max-width: 960px) {
.col_2_1 > div {
		width: 100%;
	padding: 20px 30px;
}
}
@media screen and (max-width: 760px) {
.col_2_1 > div {
		width: 100%;	
	padding: 20px 15px 20px 10px;
}
}


.col_4_1 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4_1 > div {
	width: 25%;
	padding: 0px 0px 0px 0px;
	text-align: center;	
}
@media screen and (max-width: 960px) {
.col_4_1 > div {
	width: 50%;
	padding: 10px 5px;
}
}
@media screen and (max-width: 480px) {
.col_4_1 > div {
	width: 50%;
}
}

/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ２ */
/*---------------------------------------------------------*/

h2.top_page {
  position: relative;
  padding: 5rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:50px;
	margin-bottom:2.5rem;
}
h2.top_page:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #11428a;
}
@media only screen and (max-width : 760px){
h2.top_page {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:27px;
}
}


/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ３ */
/*---------------------------------------------------------*/

h3.top_page {
  position: relative;
  padding: 0rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:50px;
	margin-bottom:2.5rem;
}
h3.top_page:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #11428a;
}
@media only screen and (max-width : 760px){
h3.top_page {
  position: relative;
  padding: 2.3rem 1.5rem 0.3rem 0.5rem;
  text-align: center;
  font-size:27px;
}
}


/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ３（SERVICESで使用） */
/*---------------------------------------------------------*/

h3.top_page_01 {
  position: relative;
  padding: 2.3rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:50px;
	margin-bottom:2.5rem;
	color:#fff;
}
h3.top_page_01:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #11428a;
}
@media only screen and (max-width : 760px){
h3.top_page_01 {
  position: relative;
  padding: 2.3rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:27px;
}
}



/*---------------------------------------------------------*/
/* 隙間の調整 */
/*---------------------------------------------------------*/

.box_01 {
	padding: 5rem 1.5rem;
}

.box_02 {
  padding: 3rem 1.5rem;
}
@media only screen and (max-width : 960px){
.box_02 {
  padding: 2rem 1.5rem;
}
}

.box_03{
  padding: 10rem 1.5rem 5rem 1.5rem;
}
@media only screen and (max-width : 1180px){
.box_03{
  padding: 6.3rem 1.5rem;
}
}
@media only screen and (max-width : 960px){
.box_03{
  padding: 5rem 1.5rem;
}
}

@media only screen and (max-width : 760px){
.box_03{
  padding: 6rem 1rem;
}
}


.box_04{
  padding: 0rem 30rem 3rem 30rem;
	text-align:left;
}
@media only screen and (max-width : 1400px){
.box_04{
  padding: 0rem 6rem 3rem 6rem;
	text-align:left;
}
}
@media only screen and (max-width : 760px){
.box_04{
  padding: 0rem 1rem 3rem 1rem;
	text-align:left;
}
}

.box_05{
  padding: 20rem 1.5rem;
}

/*---------------------------------------------------------*/
/* 白いボックス（影付き） */
/*---------------------------------------------------------*/

.box7 {
	width: 80%;
	background-color:#fff;
	padding:20px 30px;
	font-size:20px;
	box-shadow: 15px 15px 0px 0 rgb(17, 66, 138);
	margin-left: auto;
	margin-right: auto;	
}
@media only screen and (max-width : 760px){
.box7 {
	width: 100%;
	background-color:none;
	font-size:16px;
	padding:5px 3px;
	box-shadow: 5px 5px 0px 0 rgb(17, 66, 138);
}	
}


/*---------------------------------------------------------*/
/* WORKS */
/*---------------------------------------------------------*/

.box9 {
	width: 100%;
	background-color:#fff;
	padding:20px 30px;
	font-size:20px;
box-shadow: 15px 15px 0px 0 rgb(214, 214, 214);
}
@media only screen and (max-width : 760px){
.box9 {
	width: 100%;
	background-color:#fff;
	padding:3px;
	font-size:16px;
}	
}



/*---------------------------------------------------------*/
/* CONTACT */
/*---------------------------------------------------------*/

.box10 {
	width: 80%;
	background-color:#fff;
	padding:30px 30px;
	font-size:20px;
	margin:0px;
box-shadow: -20px 20px 0px 0 rgb(230, 0, 18);
}
@media only screen and (max-width : 760px){
.box10 {
	width: 100%;
	background-color:#fff;
	padding:20px;
	margin:0px ;
	font-size:16px;
}	
}



.box11 {
	margin:0px 10px 20px 120px;
}
@media only screen and (max-width : 760px){
.box11 {
	margin:20px 0px 20px 0px;
}
}

.box13 {
	margin:0px;
}
@media only screen and (max-width : 760px){
.box13 {
	margin:0px;
}
}



/*---------------------------------------------------------*/
/* 文字の大きさ調整（1.5em） */
/*---------------------------------------------------------*/

p.works {
	font-size:1.5em;
	margin:10px 5px;
	text-align: center;
}


/*---------------------------------------------------------*/
/* 文字の大きさ調整（1.2em） */
/*---------------------------------------------------------*/

p.works_01 {
	font-size:1.1em;
	margin:10px 5px;
	text-align:left;
}

p.works_02 {
	font-size:1em;
	margin:10px 5px;
	text-align:left;
}


/*---------------------------------------------------------*/
/* 続きを見るボタン画像で使用 */
/*---------------------------------------------------------*/

.btn-c {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.btn-c a {
	display: inline-block;
}
.btn-c a img {
	display: block;
	margin: auto;
}



/* ▼▼▼横から出てくるアニメーション▼▼▼ */
/*====================================================================
inview
====================================================================*/

.content {
	overflow-x: hidden;
		width: 100%;
}
.fadeIn {
	opacity: 0;
	transition: 0.8s;
}
.fadeIn.is-show {
	opacity: 1;
}
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 200px);
	transition: 0.8s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-200px, 0);
	transition: 0.8s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_right {
	opacity: 0;
	transform: translate(200px, 0);
	transition: 0.8s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/*====================================================================
.imgBox
====================================================================*/

.imgBox {
	text-align: center;
	margin: 50px 0;
}
	
	@media screen and (max-width: 480px) {
	
	.imgBox {
	text-align: center;
	margin: 10px 0;
}
	}
	
.imgBox img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* ▲▲▲横から出てくるアニメーション▲▲▲ */


/*---------------------------------------------------------*/
/* ヘッダーナビゲーション（レスポンシブ） */
/*---------------------------------------------------------*/

.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 85px;
	z-index:999;
}
@media only screen and (max-width: 960px) {
.header{
  height: 80px;
}
}
@media only screen and (max-width: 760px) {
.header{
  height: 60px;
}
}

.header_inner {
  position: relative;
  padding: 15px;
}

.logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 15px
}
@media only screen and (max-width: 960px) {
.logo{
  padding: 3px 10px
}
}

.title{
  font-size: 2rem;
  font-weight: 600;
	margin:0;
}


@media only screen and (max-width: 960px) {
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0px 14px 0px 14px;
  }
  .nav_item a {
    display: block;
    padding: 28px 10px 18px 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 30px;
    height: 3px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 24px;
  }
  .hamburger_border_bottom {
    top: 34px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}/* sp */

@media only screen and (min-width: 960px) {
  .header_inner{
    width: 100%;
    padding: 3px 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo{
    padding: 3px 30px
  }
  .nav_list{
    text-align: right;
  }
  .nav_list ul{
    padding: 50px 0 0 0;
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding: 20px 20px 0px 20px;
  }
  .nav_list li a{
    color: #000;
	  font-weight:bold;
	  text-decoration:none;
  }
  .nav_item {
	  
  }
  .nav_item a {
  position: relative;
  display: inline-block;
  }
  .nav_item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #11428a;
  transition: .2s;
}
  .nav_item a:hover::after {
  width: 100%;
  }
}/* pc */


/*---------------------------------------------------------*/
/* ページのトップに戻る（右下のボタン） */
/*---------------------------------------------------------*/
#pagetop {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #11428a;
  opacity: 0.8;
  border-radius: 50%;
  z-index:999;
}
#pagetop a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#pagetop a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}






/*---------------------------------------------------------*/
/* 右へ伸びて文字だけ残るアニメーション */
/*---------------------------------------------------------*/

.side_anime {
  margin:5% 0 0 0;
  display:inline-block;
  overflow:hidden;
  position:relative;
	  background-color:#11428a;
}
@media screen and (max-width: 960px) {
.side_anime {
  margin:40px 0 0px 0;
}
}
@media screen and (max-width: 760px) {
.side_anime {
  margin:40px 0 0px 0;
}
}

.side_anime:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:#000;
  /*アニメーションの設定*/
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1),
             secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}

.side_anime p {
  margin: 0.05em;
  line-height:1;
  color: #fff;
  /*アニメーションの設定*/
  animation:fadeIn 0.1s 0.5s; 
  animation-fill-mode: both;
	font-size:60px;
	font-weight:700;
	padding:10px;
}
@media screen and (max-width: 960px) {
.side_anime p {
	font-size:45px;
	font-weight:500;
}
}
@media screen and (max-width: 760px) {
.side_anime p {
	font-size:35px;
	font-weight:500;
}
}
@media screen and (max-width: 520px) {
.side_anime p {
	font-size:20px;
	font-weight:500;
}
}

/*keyframesの設定*/
/*文字が消えている状態から現れるアニメーション*/
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/*はじめにブロックを伸ばすアニメーション*/
@keyframes secondaryImageOverlayIn {
    0% {
      width: 0;
    }
    100% {
      width:  100%;
    }
  }
/*のび太ブロックを横に追いやるアニメーション*/
  @keyframes secondaryImageOverlayOut {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(102%);
    }
  }



/*---------------------------------------------------------*/
/* 右へ伸びて文字だけ残るアニメーション２ */
/*---------------------------------------------------------*/

.side_anime_01 {
  margin:20px 0 40% 0;
  display:inline-block;
  overflow:hidden;
  position:relative;
  background-color:#11428a;
}
@media screen and (max-width: 960px) {
.side_anime_01 {
  margin:10px 0 40% 0;
}
}
@media screen and (max-width: 760px) {
.side_anime_01 {
  margin:20px 0 60% 0;
}
}
@media screen and (max-width: 520px) {
.side_anime_01 {
  margin:0 0 50% 0;
}
}

.side_anime_01:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:#000;
  /*アニメーションの設定*/
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1),
             secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}

.side_anime_01 p {
  margin: 0.05em;
  line-height:1;
  color: #fff;
  /*アニメーションの設定*/
  animation:fadeIn 0.1s 0.5s; 
  animation-fill-mode: both;
	font-size:60px;
	font-weight:700;
	padding:10px;
}
@media screen and (max-width: 960px) {
.side_anime_01 p {
	font-size:45px;
	font-weight:500;
}
}
@media screen and (max-width: 760px) {
.side_anime_01 p {
	font-size:35px;
	font-weight:500;
}
}
@media screen and (max-width: 520px) {
.side_anime_01 p {
	font-size:20px;
	font-weight:500;
}
}

/*keyframesの設定*/
/*文字が消えている状態から現れるアニメーション*/
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/*はじめにブロックを伸ばすアニメーション*/
@keyframes secondaryImageOverlayIn {
    0% {
      width: 0;
    }
    100% {
      width:  100%;
    }
  }
/*のびたブロックを横に追いやるアニメーション*/
  @keyframes secondaryImageOverlayOut {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(102%);
    }
  }


/*---------------------------------------------------------*/
/* 上下２段になっている見出し */
/*---------------------------------------------------------*/

h3.design_title {
  font-size: 28px;
  font-size: 2.5rem;
  position: relative;
  padding: 1.5rem 1.5rem .5rem 1.5rem;
  text-align: center;
	margin:50px 0 50px 0;
}
@media screen and (max-width: 960px) {
h3.design_title {
	font-size: 2.0rem;
}
}
@media screen and (max-width: 760px) {
h3.design_title {
	font-size: 1.8rem;
}
}

h3.design_title span {
  font-size: 18px;
  font-size: 2.1rem;
  display: block;
	margin:10px 10px 0px 10px;
}
@media screen and (max-width: 960px) {
h3.design_title span {
  font-size: 1.75rem;
}
}
@media screen and (max-width: 760px) {
h3.design_title span {
  font-size: 1.5rem;
}
}

h3.design_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #11428a;
}


/*---------------------------------------------------------*/
/* RECRUITのページの背景 */
/*---------------------------------------------------------*/

.recruit_01 {
	margin: -160px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.recruit_01 {
	margin: 60px 0px 60px 0px;
}	
}

.recruit_back {
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg-01-pc.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.recruit_back {
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg-01-sp-760.png");
}	
}
@media only screen and (max-width : 520px){
.recruit_back {
background-image: url("https://shinohara.group/wp-content/uploads/recruit-bg-01-sp.png");
}	
}


/*---------------------------------------------------------*/
/* 動画背景 */
/*---------------------------------------------------------*/

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}



/*---------------------------------------------------------*/
/* 選手紹介の一覧（ホバーエフェクト） */
/*---------------------------------------------------------*/

.button_01 {
  position: relative;
  display: inline-block;
  padding: 0em;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
	transition: all .2s;
  font-size:20px;
  margin:10px 5px;
}
@media screen and (max-width: 760px) {
.button_01 {
	margin:10px 0px;
}
}

.button_01::before,
.button_01::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: content-box;
}
.button_01::before {
  top: -2px;
  left: -2px;
}
.button_01::after {
  bottom: -2px;
  right: -2px;
}
.button_01:hover {
  color: #C0C0C0;
}
@media screen and (max-width: 760px) {
.button_01:hover {
  color: #C0C0C0;
}
}
.button_01:hover::before,
.button_01:hover::after {
  width: 100%;
  height: 100%;
}
.button_01:hover::before {
  border-bottom-color: #11428a;
  border-left-color: #11428a;
  transition: height .3s, width .3s .3s;
}
.button_01:hover::after {
  border-top-color: #11428a;
  border-right-color: #11428a;
  transition: height .3s, width .3s .3s;
}



/*
==================================================
リンクボタン　青
==================================================
*/
.button19 {
  margin: 30px 0 70px 0;
}


.button19 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
	border:solid 2px #11428a;
  background-color: #fff;
  transition: 0.3s;
	text-decoration:none;
}
@media screen and (max-width: 480px) {
.button19 a {
  width: 85%;
  align-items: left;
}
}

.button19 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #C0C0C0;
  transition: 0.3s;
}

.button19 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #C0C0C0;
  transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background-color: #11428a;
	color:#fff;
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -2.5em;
}




/*
==================================================
ボックスの右下に三角
==================================================
*/

.triangle {
    background: #11428a;
    width: 700px;
    margin: 0 auto;
    position: relative;
	padding:20px 40px;
}
@media screen and (max-width: 760px) {
.triangle {
    width: 100%;
}
}

.triangle p {
	color:#fff;
	font-size:26px;
}

@media screen and (max-width: 760px) {
.triangle p {
	font-size:22px;
}
}
 
/* ラベル部分 右下に表示 */
.triangle::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 4em solid transparent;
    border-right: 14em solid #fff; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.triangle::after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    color: #fff; /* 文字色はここで変更 */
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
}

.list3{
  list-style:none;
    color: #fff; /* 文字色はここで変更 */
	margin:50px 20px;
}
@media screen and (max-width: 760px) {
.list3{
	margin:50px 0;
}
}
.list3 li{
  position:relative;
	margin:10px 0;
	font-size:26px;
}
@media screen and (max-width: 760px) {
.list3 li{
	font-size:22px;
}
}

.list3 li:before{
  content:"■";
  display:block;
  position:absolute;
  left:-1em;
  color:#fff;
}


/*
==================================================
行動理念に使用している順番タグ
==================================================
*/
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
	width:100%;
}

ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
	font-size:28px;
}
@media screen and (max-width: 480px) {
ol li {
	font-size:24px;
}
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #11428a;
  color: white;
  font-weight:bold;
  font-size: 28px;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
ol li:before{
  font-size: 25px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
}


p.company {
	font-size:20px;
	margin:10px;
}


/*
==================================================
運営者情報で使ってる表
==================================================
*/
/* table01 */
#table01 {
    width: 900px;
    margin: 0 auto;
	font-size:20px;
}
@media screen and (max-width: 960px) {
#table01 {
    width: 100%;
margin: 0;
	padding:0;
}
}


#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
	padding:20px 10px;
	vertical-align:middle;

}

#table01 th {
  width: 30%;
	background-color: #fff;
}

/* sp */
@media only screen and (max-width: 760px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
	  font-size:1.0em;
  }

  #table01 th {
    width: 100%;
	background-color: #F5F5F5;
  }

  #table01 td {
    padding-top: 10px;
  }
	
  #table01 tr {
    border-bottom: none;
  }
}


.table_kakomi {
	width:100%;
}
.table_kakomi_01 {
	margin:10px;
	padding:0;

}



/*
==================================================
お問い合わせ
==================================================
*/
.contact-width{max-width: 100%;}

/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#11428a;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#11428a;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:8px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#d3def1;
 color:#11428a;
}

.inquiry th{
text-align:left;
}

input {

}
@media screen and (max-width: 960px) {
input {
width: 100%;
}
}

textarea {
width: 100%;
}

.wpcf7-form-control{
font-size:17px;
}

input[type="checkbox" i] {
margin: 3px 3px 3px 4px;
}


.contact_kakomi {
    width: 900px;
    margin: 0 auto;	
}
.contact_kakomi p {
	font-size:24px;
	text-align:center;
}
@media screen and (max-width: 960px) {
.contact_kakomi {
    width: 100%;
	text-align:left;
}
}
@media screen and (max-width: 960px) {
.contact_kakomi p {
	text-align:left;
}
}


/* ▼▼▼reCAPTCHAボタンを表示させない▼▼▼ */
.grecaptcha-badge { visibility: hidden; }
/* ▲▲▲reCAPTCHAボタンを表示させない▲▲▲ */