@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*株式会社三洋電業社　start*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #111;
	--color-primary: #105EA6;
	--color-primary-shade: #1081A6;
	--color-primary-tint: #4EB1D1;
	--color-secondary: #AED7E4;
	--color-secondary-tint: #276A80;
	--color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: "Noto Serif JP", serif;
	--content-max-width: 1360px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
	--header-color-font: #111;
	--header-color-primary: #00a2e8;
	--header-color-primary-shade: #1081A6;
	--header-color-primary-tint: linear-gradient(135deg, rgba(97,30,245,1) 0%, rgba(233,54,133,1) 100%);
	/*------▼フッター設定▼------*/
	--footer-background: #F0F0F0;
	--footer-color-font: #333;
	--footer-color-primary: #00A2E8;
	/*------▼フォント設定▼------*/
	--font-family01: "Noto Serif JP", serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
}

.bg_re{
	position:relative;
}
.bg_max{
	margin-left:var(--max-wide);
	margin-right:var(--max-wide);
}
.w_fit{
	max-width:fit-content
}
.flex_wrap{
	flex-wrap: wrap;
}
.gap_col_row {
    row-gap: 3em;
}
.txt_red {
	color:red;
}
.txt_white{
	color:white;
}
.txt_blue{
	color: var(--color-primary);
}

.ap_1 img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;	
}
.ap_3_2 img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.ap_8_5 img{
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
}

.gap1 {
	gap: 1%;
}

.mid_txt,
.post .mid_txt {
	font-size: min(calc(2.3rem + (1vw - 19.2px) * 0.2589), 2.3rem);
	font-weight: 400;
}
.min_txt, .post .min_txt {
    font-size: 1.5rem;
}
.txt_bold{
	font-weight:600;
	font-size: var(--rem20w);
}
.br_100 img{
	border-radius:100%;
}

/*------h2タイトル--------------------*/

h2.title, .post h2 {
	font-size: var(--rem36);
	font-family: var(--font-family01);
	font-weight: 600;
	letter-spacing: .2rem;
	text-align: center;
	text-shadow: none;
	padding: 0;
	z-index: 20;
}
h2.title, .post h2 {
	position: relative;
	margin: 0 auto var(--px40)!important;
}
h2.title .sub_ttl, .post h2 .sub_ttl {
	display: block;
	font-size: var(--rem16);
}
.post h2::after{
	content:none;
}
/*------h3タイトル--------------------*/

.post h3 {
	font-size: var(--rem28);
	font-family: var(--font-family01);
	font-weight: 600;
	letter-spacing: .2rem;
	padding: 0;
	margin: var(--px60) auto var(--px50);
}
.post h3::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post h3::after {
	content: none;
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}


/*ブログリスト*/
#front_top_content, #front_bottom_content{
	background:transparent;
}
.post .time, .postlist .time, .post2b .time, .post4b .time{
	background: var(--color-primary-tint);
}
/*グローバルメニュー*/

@media print,screen and (min-width: 1024px) {
	nav#mainNav ul li a {
		padding: var(--px12) var(--px12);
	}

	nav#mainNav ul li.current-menu-item a b,
	nav#mainNav ul li a:hover b,
	nav#mainNav ul li a:active b,
	nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary);
	}

	#header a.head_btn.tel_btn::before {
		content: none;
	}

	#header a.head_btn i,
	#header a.head_btn img{
		margin-right: 0.3em;
		vertical-align: text-bottom;
	}

	#header a.head_btn.mail_btn {
		font-size: var(--px16);
		background: var(--header-color-primary-shade);
		color: white;
	}
	#header a.head_btn.tel_btn {
		background: white;
		color: var(--header-color-font);
		font-size: var(--px24);
	}
	#header a.head_btn.insta_btn{
		background: var(--header-color-primary-tint);
	}
	#header a.head_btn.insta_btn:hover {
		opacity: 0.6;
		color: var(--color-font);
		background: var(--header-color-primary-tint);
	}

	#header a.head_btn.tel_btn:hover {
		opacity: 0.6;
		color: var(--color-font);
		background: #c6c6c6;
	}

	#header a.head_btn.mail_btn:hover {
		opacity: 0.6;
		background: var(--header-color-primary-shade);
	}

	
	#header a.head_btn b {
		font-weight: 500;
		display:block;
	}
	
	nav#mainNav ul li ul.sub-menu li.current-menu-item a,
	nav#mainNav ul li.current-menu-item ul.sub-menu li a,
	nav#mainNav ul li ul.sub-menu li a {
		margin-left: 15%;
		width: 175px;
		background: white;
	}

	nav#mainNav ul li ul.sub-menu li a:hover {
		color: var(--header-color-primary-shade);
		background:white;
		width: 175px;
		margin-left: 15%;
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span{
		color:var(--header-color-font);
	}
}
@media print,screen and (min-width: 1025px) {
	#header a.head_btn b {
		font-weight: 500;
		display:contents;	
	}
	#header a.head_btn b .note b{
	}
}

.link_btn{
	border-radius:0;
	max-width: 300px;
}
.link_btn:hover{
	background: var(--color-primary);
	opacity: 0.8;
	color: white;
}
/*ボタン*/
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    color: var(--color-font);
    line-height: 1.8;
    text-align: left;
    background: none;
    padding: 20px 30px 20px 10px;
    margin: 0 auto;
    border-radius: 0;
    border-bottom: solid 2px var(--header-color-primary);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after{
	    border-right: 2px solid var(--header-color-primary);
	    border-bottom: 2px solid var(--header-color-primary);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}

.linkBtn:hover, .post .linkBtn:hover {
	background:none;
	color:var(--color-font);
}
.linkBtn:hover::after{
	right:5px;
}
/*フッター*/
.footnav{
	margin-top:2em;
}
/*アイキャッチ*/
#thumbImg::before, header#h1Header::before {
	background:none;
}

/*テーブル*/
.post table th{
	background: var(--color-secondary);
}

ul.dotto li{
    list-style-type: disc;
	margin-left:2em;
}

a.bg_green{
	background: var(--color-primary-shade);
	color: white;
	padding: 1em 3em;
}
a.bg_green:hover{
	background: var(--color-primary-shade);
	color: white;
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.top01 .flexbox{
		width: 70%;
		margin:auto;
		max-width: 300px;
	}	
}
.top02 figure img:nth-last-child{
	width:100%;
	aspect-ratio:3/2;
	object-fit: cover;
	z-index: 0;
	position: relative;
}
.top02 figure {
	position: relative;
	border: solid 1px white;
}
.top02 figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: white;
	font-size: 26px;
	font-weight: 700;
	z-index: 20;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 2;
}

.top02 figure::after {
  content: '';
  display: inline-block;
  background: rgba(16, 101, 130, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
h2.txt_white{
	color:white;
}
.top04{
	color:white;
}
.top04::before{
	content:"";
	position:absolute;	
	top:0;
	width:100%;
	height:100%;
	background:black;
	opacity:0.4;
	z-index:-5;
}
.top04 .bg{
	position:absolute;
	background:url(/wp-content/uploads/top04.png);
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:-10;
}
.top04 a.btn{
	border:solid 1px white;
	padding: 50px;
	text-align:center;
	color:white;
	font-size: var(--rem28);
	background: rgba(0, 57, 73, 0.4);
	display: block;
	min-height: 130px;
}
.top04 .btn::after{
	content:"";
	position:absolute;
	background:url(/wp-content/uploads/arrow.png);
	width: 8%;
	height: 25%;
	background-repeat:no-repeat;
	top: 37.5%;
	right: 15px;
	background-size: contain;
}
.top04 a.btn:hover{
	background: rgba(0, 57, 73, 0.8);
}
@media print, screen and (max-width: 768px) {
	.top04 .inner{
		width:95%;
	}	
}
.cta {
	padding:15rem 0;
}
.cta .bg{
	position:absolute;
	background:url(/wp-content/uploads/cta.png);
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:-10;
}

body.home .cta.footer_cta{
	display:none;
}
a.btn_crea,
a.btn_blue{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1%;
	z-index: 10;
	border: solid 1px var(--color-primary-shade);
}

a.btn_crea {
	background: transparent;
	color: white;
}

a.btn_blue {
	background: var(--color-primary-shade);
	color: white;
}
a.btn_crea:hover,
a.btn_blue:hover{
	background: var(--color-primary-shade);
	opacity: 0.5;
}
@media print, screen and (max-width: 768px) {
	.cta .max_w900{
		width:85%;
	}
	a.btn_crea,
	a.btn_blue{
		height:100px;
	}
}

h3.bt_none {
	border-bottom:none;
}
.company02 dl dt{
	font-weight:400;
}

.company03 dl{
	padding:2%!important;
	line-height: 2;
	font-size: var(--px24);
}
.company03 dl dt{
	font-weight:400;
}
.company03 dl dd{
	padding-bottom:0!important;
}
.company03 dl:nth-child(even){
	background: var(--color-secondary-tint);
	color:white;
}

.recruit01 p{
	letter-spacing:2px;
}
.recruit02 dt{
	font-size: var(--px30);
	margin-bottom: var(--px18);
}
.recruit02 dd{
	margin-bottom: var(--px20);
}
.voice01 .card{
	border: solid 1px var(--color-primary);
}
.voice01 figure {
	float: right;
	margin: 30px 0 0 30px;
	width: 30%;
}
.voice01 img {
	max-width: 100%;
}
.voice01 .mid_txt{
	font-size: var(--rem40w);
	margin-bottom: var(--px30w);
	font-weight: 600;
}
.voice01 hr {
    border-top: 2px dotted var(--color-primary);
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.voice01 dl dt{
	margin-top:1.5em;
	margin-bottom:0.5em;
	font-size: var(--rem24);
	font-weight: 700;
}
.voice01 table{
	margin-top:0;
	width:98%;
}
.voice01 table tr{
	height:100px;
}
.voice01 table th
{
	width:5%;
	vertical-align:middle;
	text-align:center;
	font-weight: 400;
	background: white;
	border: solid 1px var(--color-secondary);
}
.voice01 table th.w_05{
	width:0.5%;
	padding: 5px;
	/* font-size: var(--rem12); */
}
.voice01 table th.w_4{
	width:4%;
}
.voice01 table th.w_8{
	width: 9%;
}
.voice01 table td.w_1{
	width: 4%;
	text-align: center;
}

.voice01 table td{
	width: 13%;
	vertical-align:middle;
	background: var(--color-secondary);
	border: solid 1px var(--color-secondary);
}
.voice01 table th.w_03{
	width: 1%;
	font-size: var(--rem12);
	padding: 0;
}
.voice01 table td.w_5{
	width: 6%;
}
.voice01 table td.w_10 {
	width: 15%;
}

@media print, screen and (max-width: 769px){
	.voice01 figure {
		float: none;
		margin:auto;
		margin-bottom:2em;
		width:50%;
		margin-bottom:2em;
	}
	 .voice01 table.responsive {
        width: 100% !important;
    }
	 .voice01 table.responsive th,  .voice01 table.responsive td {
        width: 100% !important;
        box-sizing: border-box;
        display: block;
        height: auto;
        border-top: none;
        border-right: none;
        border-left: none;
        font-weight:500;
    }
	.voice01 .oneday{
		display:flex;
	}
	.voice01 table{
		margin-top:1em;
		margin-left:1em;
	}
	.voice01 ul{
		width: 15%;
	}
	.voice01 ul li{
		height: 11%;
		text-align: right;
	}
	.voice01 table td{
		height: 120px!important;
	}
	.voice01 table th.w_05{
		height: 45px;
		padding: var(--rem14) var(--rem16);
		font-size: var(--body-font-size);
	}
	.voice01 table th.w_4{
		height: 50px;
	}
	.voice01 table th.w_8{
		height:80px;
	}
	.voice01 table th.w_03 {
		padding: 0 var(--rem16);
	}
	.voice01 table td.w_1 {
		height: 50px!important;
		text-align:left;
		padding: var(--rem14) var(--rem16);
	}
	.voice01 table td.w_5 {
	   height: 60px!important;
	}
	.voice01 table td.w_10 {
		height:160px!important;
	}
}
@media print, screen and (max-width: 700px){
	.voice01 figure {
		width:100%;
	}
}
#privacy h3 {
	border-color: var(--color-primary);
	font-size: var(--px24);
	font-weight: 600;
}
/*お問い合わせ*/
.wpcf7-form .must {
    background: red;
}
.post .subimitarea .linkBtn{
	cursor: pointer;
}
.post .subimitarea .linkBtn input[type="submit"]{
	padding:0;
	text-align:left;
}
input[type="submit"]{
	color:var(--color-font);
}
/*株式会社三洋電業社 end*/