@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

/*--------------------------------------*/
.center { text-align:center !important;}
.left { text-align:left !important;}
.right { text-align:right !important;}
.middle { vertical-align:middle !important;}
.bottom { vertical-align:bottom !important;}
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb50 { margin-bottom:50px !important;}
/*--------------------------------------*/

/* スマホで改行をなくす
----------------------------------*/
@media screen and (max-width: 640px) {    .br-sp { display:none; }}

/* スマホの時だけ改行（PCの時非表示）
----------------------------------*/
@media screen and (min-width:640px) {    .br-pc { display:none; }}

/* 横幅100%
----------------------------------*/
body{
	overflow-x:hidden;
	font-family: 'Open Sans', 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	/*font-family: "Dosis", 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	}
#wrapper, #content, .post{
	overflow: visible;
	}

.bgfix { background-attachment:fixed !important;}
.ipod .bgfix { background-attachment:scroll !important; }
.iphone .bgfix { background-attachment:scroll !important; }
.ipad .bgfix { background-attachment:scroll !important; }


.CBlock-img {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 8em calc((100vw - 100%) / 2);
	background: url(/struct/wp-content/uploads/top_greeting_bgimg.jpg); 
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

/* ロゴ
----------------------------------*/
#header-layout .logo img {
    max-height: 40px;
    padding-top: 3%;
}

#header-layout .logo {
    clear: both;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    width: 56%;
}
@media only screen and (max-width: 1023px){
#header-layout .logo {
    display: block;
    width: 100%;
}
#header-layout {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 0;
}
#header-layout .logo img {
    margin-bottom: 3%;
    max-height: 35px;
}
}

/* グローバルナビ
----------------------------------*/
h1.title.first.front-post {    display: none;}
.home .post {padding-top: 0;}
.home #header {
    bottom: 0;
	position:relative;
}
#header-layout {
    padding-bottom: 0;
}
@media print, screen and (min-width: 1024px){
.inner.site-header{	width: 100%;}
	
#header-layout {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
}
#header-layout  .logo {
    width: auto;
    background: #ffffff;
	padding-left: 65px;
    padding-right: 65px;
}

nav#mainNav {
    background: #1A2F6D;
	padding-right: 3%;
}
nav#mainNav ul li a {
    height: auto;
    padding: 15px 12px 10px 10px;
    padding: 30px 12px 30px 10px;
    background: #1A2F6D;
}
nav#mainNav ul li a span {
    margin-top: 3px;
    display: block;
    /*font-family: 'Open Sans', 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-family: "Dosis", 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
}

@media print, screen and (min-width: 1300px){
nav#mainNav ul li a { 
	/*padding: 15px 31px 10px 29px;*/
    padding: 30px 31px 30px 29px;
}
}

/* スティッキーヘッダー
----------------------------------*/
/**/
@media print, screen and (min-width: 1024px){
.admin-bar.sticky-header .site-header, .admin-bar.sticky-header .hide-site-header,
.sticky-header .site-header, .sticky-header .hide-site-header {
    box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	position: absolute;
	z-index: 999;
}
.site-header {
    position: fixed !important;
    transform: translateY( 125px );
    top: -125px;
}
.admin-bar .site-header {
    top: -94px;
}
}

/* メインイメージ・下層高さ調整
----------------------------------*/
/*body:not(.home) #wrapper {
    margin-top: 5%;
}*/


@media print, screen and (min-width: 1024px){
#mainImg {
	margin-top:83px;
}
#breadcrumb {
    margin-top: 83px;
}
}

/* ヘッダー
----------------------------------*/
#header .bg { display: none;}

/* フッター
----------------------------------*/
#footer ul { text-align: center;}


/* 見出し
----------------------------------*/
@media print, screen and (min-width: 1024px){
body:not(.home) h1.title.first {
    font-size: 45px;
	margin: 5% 0;
}
}
body:not(.home) .post h3 {
    background: none;
    background: #586794;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 8px;
    padding: 1% 2%;
}
.post2b h2 a, .post4b h2 a {
    color: #333333;
    font-size: 20px;
}

@media only screen and (max-width: 640px){
	.post h2, h2.title, .post h2 a, .post2b h2 a, .post4b h2 a {    font-size: 20px;}

}

.post h2,.post h3,.post h4,.post h5{
z-index:-1;
}


/* TOP:見出し
----------------------------------*/
.home h1.title.first {
    padding: 8% 0 3% 0;
    text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff;
}

.home h1.title.first span {
    padding-top: 5%;
    border-bottom: 3px solid #1A2F6D;
}
.home h1.title.bottom-loop span,.home .post h2 span {
    border-bottom: 3px solid #1A2F6D;
}
.home h1.title.bottom-loop span{
    padding-top: 2%;
}
.home .post h2 span span {
    padding-top: 1%;
}

.home h1.title.first span span, .home h1.title.bottom-loop span span, .home .post h2 span span {
    display: block;
    font-size: 50%;
    border-bottom: none;
}
.home h1.title.bottom-loop,.home .post h2 {
    /*font-family: "Prata", "Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "Dosis", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-family: "Dosis", 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: normal;
}
.home .post h2 {
    border: none;
	text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
}
.home .post h2 span {    padding-left: 0;}

@media print, screen and (min-width: 1024px){
.home h1.title.first,.home h1.title.bottom-loop ,.home .post h2 {
    /*font-size: 400%;*/
    font-size: 300%;
}
}
@media print, screen and (max-width: 320px){
.home h1.title.first {
    font-size: 25px;
}
.post h2, h2.title, .post h2 a, .post2b h2 a, .post4b h2 a {
    font-size: 18px;
}
}

.home h1.title.first, .home h1.title.bottom-loop, .home .post h2,h1.title, .post h1 {
    /*font-family: 'Open Sans', 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-family: "Dosis", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-family: "Dosis", 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	z-index:-1;
}

/* TOP:メッセージ
----------------------------------*/
.home #content {    padding: 0;}
.home .top_message_box {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
}

.home .CBlock-img .post {    padding: 3% 0 5% 0;}
.home .CBlock-img p {
    line-height: 1.5em;
    color: #444444;
    text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff;
	    padding: 5% 0;
}

@media print, screen and (min-width: 1024px){
.home #wrapper {    width: 100%;}	
.home .CBlock-img {    padding: 5% 0;}
.home .CBlock-img p {    font-size: 110%;}

.home .CBlock-img .post,.home h1.title.first.front-post {
    width: 960px;
    margin: 0 auto;
}
.home .top_message_box {
    width: 960px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
}
}
@media print, screen and (max-width:640px) { 
.CBlock-img {
    padding: 1em calc((100vw - 100%) / 2);
    height: auto;
    overflow-y: hidden;
}
.home .CBlock-img .post {    padding: 5%;}
.home .top_message_box {    width: 100%;}
}

/* TOP:メッセージ下アイコン
----------------------------------*/
.top_bn {
    margin-top: 5%;
    text-align: center;
	position: relative;
	z-index: -1;
}
.top_bn .column3_33 img {
    width: 60%;
    margin-bottom: 5%;
}
.top_bn .column3_33 p span {
    font-size: 130%;
    display: block;
    margin: 5% 0;
}

@media print, screen and (min-width: 1024px){
.top_bn {
    width: 960px;
    margin: 0 auto;
	margin-bottom: 5%;
}
.wow.fadeInDown.animated p {
    width: 90%;
    margin: 0 auto;
}
}

/* TOP:地図とメタスライダー
----------------------------------*/
.home .map_box .metaslider {
    width: 100%;
    height: 400px;
    vertical-align: middle;
    display: inherit;
    background: black;
text-align: center;
display: table-cell;
}

.home .map_box .theme-default .nivo-controlNav{
	padding:0 !important;
	z-index:99;
	position:absolute;
	margin-top:-25px;
}

@media print, screen and (min-width: 1024px){
.home .map_box {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
position: relative;
/*z-index: -1;*/
}
}
@media print, screen and (max-width: 640px){
.home .map_box .metaslider {
    height: auto;
}
}

/* TOP:インスタ
----------------------------------*/
#sb_instagram {
    position: relative;
    z-index: 1;
    margin: 3% auto 5%;
}

/* TOP:お知らせ
----------------------------------*/
.home h1.title.bottom-loop {
    margin-top: 5% !important;
	margin-bottom:2%;
}

@media print, screen and (min-width: 1024px){
.home .post4b,.home h1.title.bottom-loop {
    width: 100%;
}
}

.svg_bg_box {
    background-color: #ffffff;
    background-image: url(/struct/wp-content/uploads/heart_logo20.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 2% 0;
    position: relative;
}

.svg_bg_box_02 {
    background: #C3DAE5;
    background: -webkit-linear-gradient(to top, #C3DAE5, #E3EDFC,#FFFFFF);
    background: linear-gradient(to top, #C3DAE5, #E3EDFC, #FFFFFF);
    padding: 2% 0;
    z-index: 1;
    position: relative;
}
/* 下層ページ：会社概要
----------------------------------*/
.page-company .gallery img {
    border-radius: 30px;
    margin-bottom: 10%;
}
.page-company .post table {
    margin-bottom: 5%;
}

/* テーブル（下線のみ）
　※お問い合わせページ以外
----------------------------------*/
body:not(.page-contact) .post table, body:not(.page-contact) .post table th, body:not(.page-contact) .post table td {
    border: none !important;
    background: none !important;
    border-bottom: 1px solid #ccc !important;
}

@media print, screen and (max-width:640px) { 
body:not(.page-contact) .post table th {
    background: #fbfbfb !important;
}

}

/* リンクボタン
----------------------------------*/
.post .linkBtn {
    line-height: 1;
	padding:0;
}
p.linkBtn.pageLink {
   margin: 0 auto;
   text-align: center;
   padding-bottom: 15px;
   padding-top: 15px;
    background: none;
}

.linkBtn.pageLink a {
	padding: 1em 2em;
	border-radius: 4px;
    min-width: 30vh;
}

.linkBtn.pageLink a:hover {
	padding: 1em 2em;
}

.linkBtn.pageLink:hover {
    background: none;
}

.linkBtn a {
	display: inline-block;
    background: #1A2F6D;
    background: -webkit-linear-gradient(left, #1A2F6D 0%, #1A2F6D 100%);
    background: linear-gradient(to right, #1A2F6D 0%, #1A2F6D 100%);
	padding: 1em 3em;
	color: #fff;
}

.linkBtn a:hover {
   display: inline-block;
    background: #071C5B;
    background: -webkit-linear-gradient(left, #071C5B 0%, #071C5B 100%);
    background: linear-gradient(to right, #071C5B 0%, #071C5B 100%);
   padding: 1em 3em;
   color: #fff;
}


/* リンクボタン：TOP
----------------------------------*/
.home p.topbtn.linkBtn.pageLink {
    margin-bottom: 5%;
}
.topbtn a {
    background: #1A2F6D;
    background: -webkit-linear-gradient(left, #1A2F6D 0%, #1A2F6D 100%);
    background: linear-gradient(to right, #1A2F6D 0%, #1A2F6D 100%);
    color: #fff;
}
.topbtn a:hover {
    background: #071C5B;
    background: -webkit-linear-gradient(left, #071C5B 0%, #071C5B 100%);
    background: linear-gradient(to right, #071C5B 0%, #071C5B 100%);
   color: #fff;
}

/* リンクボタン：求人（アイコン付）
----------------------------------*/
.page-recruit .linkBtn::after {    display: none;}

.recruit_mail a,.recruit_tel a {
    width: 80%;
    height: 4vh;
	position: relative;
	padding-left: 35px;/*アイコン分のスペース*/
}
.recruit_mail a:before,.recruit_tel a:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 35px;
    left: 20px;
    top: 20px;
    color: #ffffff;
}
.recruit_mail a:before {    content: "\f0e0";}
.recruit_tel a:before {    content: "\f098";}

.recruit_tel a,.recruit_tel a:hover,.recruit_mail a,.recruit_mail a:hover {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
	padding-left: 20% !important;
}
.recruit_tel a span { font-size: 80%;}

.page-recruit .post .column2_50 {
    display: inline-block;
    margin: 0;
    width: 49.5%;
    vertical-align: top;
}
.page-recruit .post .linkBtn {    background: #1A2F6D;}
.page-recruit .post .linkBtn:hover {    background: #071C5B;}

.page-recruit .linkBtn a {    background: rgba(125,185,232,0);}
.page-recruit .linkBtn a:hover {    background: rgba(125,185,232,0);}

@media print, screen and (max-width:640px) { 
.page-recruit .post .linkBtn {    height: 75px;}
.page-recruit .post .column2_50 {
    margin: 5px 0;
    width: 100%;
}
}
@media print, screen and (max-width:375px) { 
.page-recruit .post .linkBtn {    height: 75px;}
.page-recruit .linkBtn a,.page-recruit .linkBtn a:hover {    padding: 5% 5%;}
p.linkBtn.recruit_mail a,p.linkBtn.recruit_mail a:hover {    padding: 8% 10%;}
}
@media print, screen and (max-width:320px) { 
.recruit_tel a,.recruit_tel a:hover, .recruit_mail a, .recruit_mail a:hover {    font-size: 16px;}	
.page-recruit .linkBtn a,.page-recruit .linkBtn a:hover {    padding: 8% 10%;}
p.linkBtn.recruit_mail a,p.linkBtn.recruit_mail a:hover {    padding: 9% 10%;}
}
