@charset "utf-8";
/* CSS Document */

/* Ryoetsu denki
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color: #2d2d2d;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
		font-size: 14px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
	font-family: Meiryo,Arial,Roboto,'Droid Sans','Yu Gothic','Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	color: #0958a5;
	transition: all .4s;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 701px) {
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    
============================================== */
#container,
#main,
#copyright,
.inner {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after,
#main:after,
#copyright:after,
.inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1000px;
	position: relative;
}

.tab,
.sp {
	display: none;
}
.switch {}
.call {}



@media screen and (max-width: 1000px) {
	.inner {
		width: 96%;
	}
	#global-nav .inner {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* ==============================================
    base layout
============================================== */
#container {
	position:relative;
	margin: 0 auto;
	overflow-x: hidden;
}


body.col2 #contents {
	display: flex;
	justify-content: space-between;
	position: relative;
}

body.col2 #contents #mainArea {
	flex: 1;
	margin-right: 30px;
	width: calc(100% - 180px);
}

body.col2 #contents #sidebar {
	width: 180px;
	position: relative;
}

body.col2 #contents #sidebar.fixed-side .fix {
	position: fixed;
	top: 150px;
	width: 180px;
}

body.info #contents #sidebar.fixed-side .fix {
	position: inherit;
	top: inherit;
}


@media screen and (max-width: 700px) {
	#pagebody {
		padding-top: 50px;
	}

	body.col2 #contents {
		display: block;
	}
	body.col2 #contents #mainArea {
		margin-right: 0px;
		margin-bottom: 30px;
		width: 100%;
	}
	body.col2 #contents #sidebar {
		width: 100% !important;
		position: inherit !important;
		
	}
	body.col2 #contents #sidebar.fixed-side .fix {
		position: inherit !important;
		top: inherit !important;
		width: 100% !important;
	}
}




nav ul {
	list-style: none;
}

.nosans {
	font-family: 'Noto Sans JP', sans-serif;
}

.flexbox {
	display: flex;
}


a.blank::after,
.blank a::after {
	content: "";
	display: inline-block;
	background: url("image/icon_blank.svg") no-repeat 0 0;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 700px) {
	.flexbox {
		display: block;
	}
}



/* ==============================================
    header
============================================== */
/*#globalHeader {
	background: rgba(255,255,255,0.9);
	transition: .4s;
	z-index: 99;
}
#globalHeader.hide {
	
}
#globalHeader.fixed {
	position: fixed;
	width: 100%;
	transition: .4s;
}
@media screen and (max-width: 700px) {
	#globalHeader {
		position: fixed;
		width: 100%;
	}
}*/


header {
	margin: 0;
	padding: 0;
}
body.home header {
	display: none;
}


@media screen and (max-width: 700px) {
	body.home header {
		display: block;
	}
	header,
	body.home header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
		background: rgba(255,255,255,0.9);
	}
}

header h1 {
	display: block;
	padding: 6px 0;
	width: 200px;
}
header h1 img {
	width: 100%;
}
body.home header h1 {
	width: inherit;
	padding: 0;
}
body.home header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px;
	width: 300px;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 700px) {
	header h1 {
		width: 200px;
		padding: 0;
	}
	header h1 img {
		width: auto;
		height: 50px;
	}
	body.home header h1 a {
		position: inherit;
		top: inherit;
		left: inherit;
		padding: 0;
		width: auto;
		z-index: 1;
		background:none;
		box-shadow: none;
	}
}


header nav.sub-nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
}

header nav.sub-nav ul {
	display: flex;
	justify-content: flex-end;
}
header nav.sub-nav li {
	width: 180px;
}
header nav.sub-nav li a {
	display: block;
	text-align: center;
	width: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 0.938em;
	line-height: 35px;
	position: relative;
}

header nav.sub-nav li a.nav-recruit {
	background: #2c2c2c;
}
header nav.sub-nav li a.nav-contact {
	background: #0958a5;
}

header nav.sub-nav li a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow1_w.svg") no-repeat 0 0;
	background-size: contain;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 10px;
	transition: .2s;
}

header nav.sub-nav li a:hover {
	opacity: 1;
	text-decoration: none;
}
header nav.sub-nav li a:hover::before {
	left: 15px;
}
header nav.sub-nav li a.nav-recruit:hover {
	background: #5b5b5b;
}
header nav.sub-nav li a.nav-contact:hover {
	background: #0b6ece;
}

@media screen and (max-width: 700px) {
	header nav.sub-nav {
		display: none;
	}
}

/* ==============================================
    g-nav
============================================== */
#global-nav {
	font-size: 1.125em;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	position: relative;
}


#global-nav::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #2c2c2c;
}

#global-nav ul {
	display: flex;
	border-left: 1px solid #bdbdbd;
}
#global-nav ul.sp {
	display: none;
}
#global-nav li {
	width: 20%;
	display: inline-block;
	text-align: center;
}
#global-nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	border-right: 1px solid #bdbdbd;
	color: #2d2d2d;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	position: relative;
}

#global-nav li a::after {
	content: "";
	display: block;
	position: absolute;
	
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #db0f21;
	transition: .2s;
}
#global-nav li a:hover {
	opacity: 1;
	text-decoration: none;
	color: #fff;
	background: #0958a5;
}
#global-nav li a:hover::after {
	/*height: 4px;*/
	background: #0958a5;
}

@media screen and (max-width: 700px) {
	#global-nav {
		font-size: 1.571em;
		border: none;
		font-weight: 500;
		box-shadow: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100vw;
		height: 100vh;
		padding-top: 50px;
		background: rgba(13,94,164,0.7);
	}
	

	#global-nav::after {
		display: none;
	}

	#global-nav ul {
		display: block !important;
	}
	#global-nav li {
		width: 100%;
		border-bottom: 1px solid #7d7d7d;
	}
	#global-nav li a {
		background: #fff;
		height: inherit;
		padding: 15px 0;
	}
	#global-nav li a::after {
		display: none;
	}
	#global-nav li a.nav-recruit {
		background: #2c2c2c;
		color: #fff;
	}
	#global-nav li a.nav-contact {
		background: #0958a5;
		color: #fff;
	}
}

/* ==============================================
    menuBtn
============================================== */
#menuBtn {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #2c2c2c;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
}
#menuBtn span,
#menuBtn:before,
#menuBtn:after {
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #fff;
	top: 30px;
	left: 30px;
	transition: all .4s;
	opacity: 1;
}
#menuBtn span {
	margin-top: -1px;
	transition: opacity 150ms 50ms;
}

#menuBtn:before,
#menuBtn:after {
	content: "";
}
#menuBtn:before {
	transform: translate(0, -8px);
}
#menuBtn:after {
	transform: translate(0, 6px);
}

#menuBtn.active span {
	opacity: 0;
}
#menuBtn.active:before  {
	transform: rotate(45deg);
}
#menuBtn.active:after  {
	transform: rotate(-45deg);
}
@media screen and (max-width: 700px) {
	#menuBtn {
		display: block;
		width: 50px;
		height: 50px;
	}
	#menuBtn span,
	#menuBtn:before,
	#menuBtn:after {
		top: 25px;
		left: 25px;
	}
}

/* ==============================================
    breadcrumb
============================================== */

#breadcrumb {
	height: 60px;
	padding-top: 20px;
	position: relative;
	
}

#breadcrumb ol {
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	font-size: 0.875em;
}

#breadcrumb li a {
	color: #1a61a6;
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumb li::after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}
#breadcrumb li:last-child::after {
	display: none;
}

#breadcrumb li:first-child a::before {
	content: "";
	display: inline-block;
	background: url("image/icon_home.png") no-repeat 0 0;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

#breadcrumb li br {
	display: none;
}

@media screen and (max-width: 700px) {
	#breadcrumb {
		/*margin: 0;
		padding: 60px 0 20px;*/
	}
}


/* ==============================================
    contents
============================================== */
#contents {

}


.pdf a,
a.pdf {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.pdf a::before,
a.pdf::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}



/* Youtube レスポンシブ用 */
.movie_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}


/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 85px;
    right: 0;
    display: none;
	line-height: 0;
	z-index: 6;
}
#pagetop span {
	display: block;
	background: #323232 url("image/btn_pagetop.svg") no-repeat;
	background-position: 50% 50%;
	background-size: 15px 15px;
	width: 85px;
	height: 85px;
	cursor: pointer;
	transition: .2s;
}
@media screen and (min-width: 701px) {
	#pagetop span:hover {
		transform: translateY(-10px);
	}
}

@media screen and (max-width: 700px) {
	#pagetop {
		bottom: 60px;
	}
	#pagetop span {
		width: 50px;
		height: 50px;
	}
}

/* ==============================================
    footer
============================================== */
#gmap iframe {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

footer {
	margin-top: 50px;
	padding-bottom: 110px;
}
footer.close {
	padding-bottom: 10px;
}

footer .f-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer .f-info strong {
	margin-right: 30px;
	width: 270px;
}
footer .f-info strong img {
	width: 100%;
}

footer nav {
	margin-bottom: 20px;
}

footer nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
footer nav li {
	margin-left: 20px;
}
footer nav li a {
	color: #323232;
	font-size: 0.875em;
}
footer nav li a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow1_r.svg") no-repeat 0 0;
	background-size: contain;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 5px;
}

footer address {
	font-style: normal;
}

#copyright {
	text-align:right;
	font-size: 0.875em;
}

#f-contact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: #0958a5;
	transition: .4s;
	z-index: 100;
}
#f-contact.close {
	transform: translateY(420px);
}


#f-contact a {
	display: block;
	height: 85px;
	background: #0958a5;
	color: #fff;
}
#f-contact a:hover {
	opacity: 1;
	text-decoration: none;
	background: #003366;
}

#f-contact figure {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -470px;
}

#f-contact p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.250em;
	text-align: center;
	padding-top: 20px;
	line-height: 1.2;
}

#f-contact p span {
	font-weight: 400px;
	font-size: 0.700em;
	display: block;
}

#f-contact .btnClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url("image/icon_close.svg") no-repeat center center;
	background-size: 15px 15px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	#f-contact figure {
		display: none;
	}
	#f-contact {
		height: inherit;
	}
	#f-contact a {
		height: 60px;
	}
	#f-contact p {
		padding-top: 10px;
	}
	footer .f-info {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	footer .f-info strong {
		display: block;
		text-align: center;
		margin: 0 auto 10px;
	}
	footer .f-info strong img {
		width: 60%;
	}
}

/* ==============================================
    img align
============================================== */
.news-archivelist dd {
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 10px 10px 8em;
}
.news-archivelist dt {
	float: left;
	clear: left;
	width: 8em;
	font-size: 0.875em;
	font-weight: bold;
	color: #999;
	padding: 10px;
}
.news-archivelist .entry-cat {
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
	line-height: 1.2;
}
.news-archivelist .entry-cat strong {
	font-weight: normal;
	display: inline-block;
}
.news-archivelist .entry-cat strong a {
	display: inline-block;
	background: #eaf5ff;
	color: #0958a5;
	padding: 3px 5px;
	margin: 0 3px;
}
.news-archivelist .entry-cat strong a:hover {
	text-decoration: none;
}

@media screen and (max-width: 700px) {

}


/* ==============================================
    pagination
============================================== */
.pagination {
	text-align: center;
	margin-top: 30px;
}
.pagination span,
.pagination a {
	display: inline-block;
	border: 1px solid #cdcdcd;
	width: 30px;
	line-height: 30px;
	font-size: 0.875em;
	color: #4c4c4c;
	text-align: center;
	background: #fff;
	margin: 2px;
}
.pagination a:hover {
	background: #0958a5;
	border: 1px solid #0958a5;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.pagination span {
	background: #0958a5;
	border: 1px solid #0958a5;
	color: #fff;
}
.pagination .prev,
.pagination .next {
	border: 1px solid #e1e0dd;
	text-indent: -99999px;
	background: #e1e0dd url("image/arrow1_gray.svg") no-repeat center center / 14px 14px;
}
.pagination .prev {
	transform: rotate(180deg);
}


.pagination .prev:hover,
.pagination .next:hover {
	background: #cdcdcd url("image/arrow1_gray.svg") no-repeat center center / 14px 14px;
	border: 1px solid #cdcdcd;
}

/* ==============================================
    img align
============================================== */
.aligncenter {
	text-align:center;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.leftarea {
	float:left;
}
.rightarea {
	float:right;
}

img.aligncenter {
	display:block;
	margin:20px auto;
}
img.alignleft,
.wp-caption.alignleft {
	margin:0 20px 20px 0;
}
img.alignright,
.wp-caption.alignright {
	margin:0 0 20px 20px;
}

.wp-caption {}


.wp-caption .wp-caption-text {
	margin:5px 0;
	font-size:0.857em;
	line-height:1.4;
	text-align: center;
}

@media screen and (max-width: 700px) {
	.alignleft,
	.alignright,
	.leftarea,
	.rightarea {
		float:none;
		text-align:center;
	}
	img.aligncenter,
	img.alignleft,
	img.alignright {
		display:block;
		margin:20px auto;
	}
}


/* ==============================================
    スクロールアニメーション
============================================== */
.scrollin {}
.fadein {}
.slidein {}

.scrollin.fadein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateY(100px);
}
.scrollin.fadein.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scrollin.slidein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateX(300px);
}
.scrollin.slidein.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* ==============================================
    wp-block
============================================== */
.wp-block-group.has-background {
	padding: 10px;
}
.wp-block-image {
	margin: 0px 0 30px;
}
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ==============================================
    editor font size
============================================== */
.has-x-small-font-size,
.font-ss {
  font-size: 0.750em !important;/*12px  10px*/
}
 
.has-small-font-size,
.font-s {
  font-size: 0.875em !important;/*14px  13px*/
}
 
.has-regular-font-size {
  font-size: 1.000em !important;/*16px*/
}
 
.has-large-font-size,
.font-l {
  font-size: 1.500em !important;/*24px  24px*/
}
 
.has-x-large-font-size,
.font-ll {
  font-size: 1.875em !important;/*30px  36px*/
}
 
.has-huge-font-size,
.font-xl {
  font-size: 2.250em !important;/*36px  50px*/
}

/* ==============================================
    custom color
============================================== */

.has-custom-blue-color {
	color: #0958a5;
}
.has-custom-red-color {
	color: #db0f22;
}
.has-custom-yellow-color {
	color: #ffcc00;
}
.has-custom-gray-color {
	color: #f1f4f6;
}
.has-custom-skyblue-color {
	color: #5088bf;
}
.has-custom-lightblue-color {
	color: #bedcf0;
}
.has-custom-white-color {
	color: #ffffff;
}
.has-custom-dardgray-color {
	color: #555555;
}
.has-custom-black-color {
	color: #000000;
}

.has-custom-blue-background-color {
	background-color: #0958a5;
}
.has-custom-red-background-color {
	background-color: #db0f22;
}
.has-custom-yellow-background-color {
	background-color: #ffcc00;
}
.has-custom-gray-background-color {
	background-color: #f1f4f6;
}
.has-custom-skyblue-background-color {
	background-color: #5088bf;
}
.has-custom-lightblue-background-color {
	background-color: #bedcf0;
}
.has-custom-white-background-color {
	background-color: #ffffff;
}
.has-custom-dardgray-background-color {
	background-color: #555555;
}
.has-custom-black-background-color {
	background-color: #000000;
}
