@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');

/*--------------------------------------------
font-family: 'Lato', sans-serif;
font-family: 'Noto Serif JP', serif;
---------------------------------------------*/

/* Font Awesome
---------------------------------------------
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 5 Brands";

Solid→ font-weight: 900;
Regular→ font-weight: 400;
Brands→ font-weight: 400;
--------------------------------------------- */

/* reset　基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:middle;
	background:transparent;
	-webkit-text-size-adjust: 100%;
}

* {margin:0px; padding:0px;}
html {
	overflow-y: scroll;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input, select {
	vertical-align:middle;
}

body{
	font-size:90%;
	line-height:180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#333;
	-webkit-text-size-adjust:100%; /*PCサイトの場合、スマホで見てもPCサイトの文字バランスと同じにするためにこれ*/
}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
		overflow:hidden;
}
.clearfix:after{/*for modern browser*/
    content:"";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.clear{
	clear: both;
}

/* link
---------------------------------------------------- */
a{outline:none;}
a:link,a:visited{color:#29B9E5;text-decoration:none;}
a:hover,a:active{color:#29B9E5;text-decoration:underline;}
.img-filter a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

body{
	margin:0px;
	padding:0px;
}
.red{color: #cc0000;}
/* pagetop
----------------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
	cursor: pointer;
}

/* margin-padding
----------------------------------------------------------*/
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mr6{margin-right: 6px;}
.ml6{margin-left: 6px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}

/*--------------------------------
	common
---------------------------------*/
.wrapper{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.w1080{
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.w100{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.inner{
	width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.d_flex_sb{
	display: flex;
	justify-content: space-between;
}
.txt15 p{
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.00em;
    margin: 0px 0px 10px;
    padding: 0px;
    text-align: left;
}
.txt15_ctr p{
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.00em;
    margin: 0px 0px 10px;
    padding: 0px;
    text-align: center;
}
.txt14 p{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.00em;
    margin: 0px 0px 10px;
    padding: 0px;
    text-align: left;
}

/*-------------------------------------
	header
-------------------------------------*/
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    background: rgba(255,255,255,0.00);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 200;
}
.logo{
	width: 114px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.header_right{
    width: 800px;
    margin: 0px;
    padding: 0px;
	display: flex;
	justify-content: space-between;
}
.recruit_navi{
    width: 170px;
    margin: 0px;
    padding: 0px;
	background: rgba(255,255,255,1.00);
}
/*-----------------------------
	navi
--------------------------------*/
nav{
    width: auto;
	margin: 0px auto;
	padding: 0px;
}
.navi{
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px;
	text-align: right;
	list-style: none;
}
.navi li{
	display:inline-table;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 400;
	margin: 0px;
	padding: 0px 30px 0px 10px;
	line-height: 160%;
	letter-spacing: 0.00em;
	transform: rotate(0.1deg);
}
.navi li a{
	text-decoration: none;
	color: #fff;
}
.navi li a:hover{
	text-decoration: none;
	color: #fff;
    transition: 0.3s;
}
.current{
	color: #fff;
}
.navi li .n_link_on{
	color: #fff;
}
.n_link {
	position: relative;
	padding: 0px;
	display: inline-table;
	transition: .3s;
}
.n_link::after {
	position: absolute;
	bottom: -7px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	transform: translateX(-50%);
	border-radius: 2px;
}
.n_link:hover::after {
	width: 80%;
}
.n_link_on {
	position: relative;
	padding: 0px;
	display: inline-table;
	transition: .3s;
}
.n_link_on::after {
	position: absolute;
	bottom: -7px;
	left: 50%;
	content: '';
	width: 80%;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	transform: translateX(-50%);
	border-radius: 2px;
}
.n_link_on:hover::after {
	width: 80%;
}
.eng{
    display: block;
    font-size: 12px;
    text-align: center;
	line-height: 160%;
	margin: 0px;
}
.btn_rec {
	width: 170px;
	height: auto;
	margin: 0px;
}
.btn_rec a{
	width: 170px;
	height: auto;
    font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 400;
	transform: rotate(0.1deg);
	color: #1e65c6;
	line-height: 120%;
    margin: 0px auto;
	padding: 28px 0px;
	text-decoration: none;
	text-align: center;
	display: block;
    background:rgba(255,255,255,1.00);
}
.btn_rec a:hover{
	text-decoration: none;
	color: #fff;
    background:#1e65c6;
}
/*-----------------------------
	mainimages
------------------------------- */
.main-container{
	position: relative;
    margin: 0px auto 0px;
	z-index: 100;
}
.main-wrapper{
	margin:0 auto;
}
.main-slide {
	position: relative;
	z-index: 100;
    overflow: hidden;
	object-fit: cover; /*幅を枠に合わせて配置*/
	max-height: 800px; /*最大高さ*/
}

/*-----------------------------
	swiper
------------------------------- */
.swiper-container{
	position: relative;
    margin: 0px auto 0px;
	z-index: 100;
}
.swiper-wrapper{
	margin:0 auto;
}
.swiper-slide {
	position: relative;
	z-index: 100;
    overflow: hidden;
	object-fit: cover; /*幅を枠に合わせて配置*/
	max-height: 800px; /*最大高さ*/
}
.main_txt2{
    position: absolute;
    top: calc(50% - 107px);
    left: calc(50% - 365px);
    z-index: 300;
}
/*imgタグだと下に隙間ができるのでblockに。*/
.slide-img img{
    background-size: cover; 
    background-position: center center; /* 背景画像は中央を軸に表示させる */
    height: 800px;
    display: block;
}
a.scroll {
	position: absolute;
	bottom:0px;
	left: 49%;
	z-index: 200;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color: #fff;
}
a.scroll {
	padding-top: 0px;
}
a.scroll span {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	/* IEではメディアクエリ内にkeyframeを書くと動作しない */
	0% {
		-webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
/*--------------------------
	scroll navi
-------------------------------- */
#navibar {
    background: #1e65c6;
    width: 100%;
    z-index: 600;
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.3);
}
.cb-header {
    position: fixed;/* 固定 */
    top: 0;/* 上から0の位置に固定 */
    left: 0;/* 左から0の位置に固定 */
    display: none;/* 非表示 */
	text-align: center; /*ロゴとメニューをfloatするときは消す*/
}
.sc2 {
    width: 100%;
	height: auto;
    margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*--------------------------------
	top01
---------------------------------*/
.side_banner{
	position: absolute;
	top: 729px;
	left: calc(50% - 1010px);
	z-index: 500;
}
.top01{
	width: 100%;
	margin: 0px auto;
	padding: 200px 0px 0px;
}
.h3top{
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 180%;
}
.jp{
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 180%;
	transform: rotate(0.1deg);
}
.blou_bg{
	background: #1e65c6;
}
.tuyomi{
	width: 100%;
	padding-top: 16px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.t01{
	position: relative;
	width: 360px;
	margin: 0px;
	padding-left: 40px;
	padding-right: 5px;
}
.h4tuyomi{
	font-family: 'Noto Serif JP', serif;
	font-size: 116px;
	font-weight: 400;
	color: #fff;
	display: block;
	position: absolute;
	top: 25px;
	left: 0px;
}
.t_box{
	height: 170px;
	margin-top: 40px;
	padding: 20px;
	border: solid 1px #fff;
	text-align: center;
}
.t_box p{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 200%;
	color: #fff;
	transform: rotate(0.1deg);
}
.t_icon{
	margin-bottom: 5px;
}
/*--------------------------------
	top02
---------------------------------*/
.top02{
	width: 100%;
	margin: 10px auto 0px;
	padding: 100px 0px;
	background: url("../images/top02_bg.jpg") no-repeat top left;
}
.top02_lf{
	width: 540px;
	margin: 80px auto 0px 0px;
}
.top02_lf p{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 240%;
	transform: rotate(0.1deg);
}
.btn_vm {
	width: 278px;
	height: auto;
	margin-top: 90px;
	margin-left: 0px;
}
.btn_vm a{
	width: 278px;
	height: auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	transform: rotate(0.1deg);
	color: #1e65c6;
	line-height: 120%;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background:rgba(255,255,255,1.00);
	border: solid 1px #1e65c6;
}
.btn_vm a:hover{
	text-decoration: none;
	color: #fff;
    background:rgba(30,101,198,1.00);
	border: solid 1px #1e65c6;
}
.btn_vm a::after{
	float: right;
	content: url("../images/arow01.png");
	line-height: 120%;
	margin-top: 0px;
    margin-right:10px;
	margin-left: -10px;
}
.btn_vm a:hover::after{
	float: right;
	content: url("../images/arow02.png");
	line-height: 120%;
	margin-top: 0px;
    margin-right:10px;
	margin-left: -10px;
}
/*--------------------------------
	top03
---------------------------------*/
.top03{
	width: 100%;
	margin: 80px auto 0px;
	padding: 90px 0px 0px;
	background: url("../images/top03_bg.jpg") no-repeat top right;
}
.h3top2{
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	line-height: 100%;
	padding-left: 20px;
	border-left: solid 1px #ef9401;
}
.jp2{
	display: block;
	font-size: 16px;
	text-align: left;
	line-height: 100%;
	padding-top: 20px;
	transform: rotate(0.1deg);
}
.btn_vm2 {
	width: 278px;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: auto;
}
.btn_vm2 a{
	width: 278px;
	height: auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	transform: rotate(0.1deg);
	color: #fff;
	line-height: 120%;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background:rgba(30,101,198,0.00);
	border: solid 1px #fff;
}
.btn_vm2 a:hover{
	text-decoration: none;
	color: #1e65c6;
    background:rgba(255,255,255,1.00);
	border: solid 1px #fff;
}
.btn_vm2 a::after{
	float: right;
	content: url("../images/arow02.png");
	line-height: 120%;
	margin-top: 0px;
    margin-right:10px;
	margin-left: -10px;
}
.btn_vm2 a:hover::after{
	float: right;
	content: url("../images/arow01.png");
	line-height: 120%;
	margin-top: 0px;
    margin-right:10px;
	margin-left: -10px;
}

.cate01{
    width: 514px;
    height: auto;
    margin: 30px 0px 0px 155px;
    padding: 0px;
    line-height: 0;
}
.cate01 img{
    width: 100%;
    height: auto;
    max-width: 514px;
    max-height: 346px;
}
.category {
	width: 100%;
    margin: 0px;
	padding: 0px 0px 0px;
    position: relative;
    text-align: center;
	background:rgba(0,0,0,1.00);
	overflow: hidden;
}
.category img {
    -webkit-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    height: auto;
    vertical-align: bottom;
	opacity: 0.50;
}
a:hover>.category img {
    transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
	opacity: 0.9;
}
.category_name {
    opacity: 1;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.category_name p{
    font-size: 16px;
    line-height: 160%;
    margin: 20px 0px 0px;
    padding: 0px;
    color: #fff;
}
.midashi_white{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
    font-size: 23px;
    letter-spacing: 0.15em;
    line-height: 200%;
	transform: rotate(0.1deg);
    color: #fff;
    text-align: center;
}
/*-----------------------------
	top04
--------------------------------*/
.top04{
	width: 100%;
	margin: 140px auto 0px;
	padding: 50px 0px;
	background: url("../images/top04_bg.jpg") no-repeat top right;
}
.top04_lf{
	width: 540px;
	margin: 30px auto 0px 0px;
}
.top04_lf p{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 240%;
	color: #fff;
	transform: rotate(0.1deg);
}
.btn_vm3 {
	width: 278px;
	height: auto;
	margin-top: 60px;
	margin-left: 0px;
}
.btn_vm3 a{
	width: 278px;
	height: auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	transform: rotate(0.1deg);
	color: #333;
	line-height: 120%;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background:rgba(255,255,255,1.00);
	border: solid 1px #fff;
}
.btn_vm3 a:hover{
	text-decoration: none;
	color: #fff;
    background:rgba(30,101,198,1.00);
	border: solid 1px #fff;
}
.btn_vm3 a::after{
	float: right;
	content: url("../images/arow03.png");
	line-height: 120%;
	margin-top: 0px;
    margin-right:10px;
	margin-left: -10px;
}
.btn_vm3 a:hover::after{
	float: right;
	content: url("../images/arow02.png");
	line-height: 120%;
	margin-top: 0px;
    margin-right:10px;
	margin-left: -10px;
}
/*-----------------------------
	top05
--------------------------------*/
.top05{
	width: 100%;
	margin: 100px auto 0px;
	padding: 30px 0px;
	background: #1e65c6;
}
.dis_flx{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.con01{
	width: 587px;
	padding: 10px 0px;
	border-right:solid 1px #fff; 
	display: flex;
	align-items: center;
}
.con01 p{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 500;
	transform: rotate(0.1deg);
	color: #fff;
	line-height: 160%;
}
.tel_ft{
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	line-height: 100%;
	color: #fff;
	margin-left: 20px;
}
.sml{
	font-size: 70%;
	margin-right: 7px;
}
.tel_ft a{
	color: #fff;
	text-decoration: none;
}
.tel_ft a:hover{
	color: #fff;
	text-decoration: none;
}
.con02{
	width: 490px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.con02 p{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 500;
	transform: rotate(0.1deg);
	color: #fff;
	line-height: 160%;
}
.btn_vm4 {
	width: 214px;
	height: auto;
	margin-left: 30px;
}
.btn_vm4 a{
	width: 214px;
	height: auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	transform: rotate(0.1deg);
	color: #333;
	line-height: 120%;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background:rgba(255,255,255,1.00);
	border: solid 1px #fff;
}
.btn_vm4 a:hover{
	text-decoration: none;
	color: #fff;
    background:rgba(30,101,198,1.00);
	border: solid 1px #fff;
}
.btn_vm4 a::after{
	float: right;
	content: url("../images/arow03.png");
	line-height: 120%;
	margin-top: 0px;
    margin-right:10px;
	margin-left: -10px;
}
.btn_vm4 a:hover::after{
	float: right;
	content: url("../images/arow02.png");
	line-height: 120%;
	margin-top: 0px;
    margin-right:10px;
	margin-left: -10px;
}

/*-----------------------------
	footer
--------------------------------*/
footer{
	width: 100%;
	margin: 0px auto;
	padding: 50px 0px;
	background: #505a5f;
}
.flogo{
	text-align: center;
}
.f_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f_add{
    width: 390px;
    margin: 0px;
    padding: 0px;
}
.f_add p{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 300;
	transform: rotate(0.1deg);
    line-height: 180%;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.f_add p a{
    color: #fff;
    text-decoration: none;
}
.f_add p a:hover{
    color: #fff;
    text-decoration: none;
}
.f_txt{
    width: 690px;
    margin: 0px;
    padding: 0px;
}
.f_txt p{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 300;
	transform: rotate(0.1deg);
    line-height: 180%;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.f_navi{
    margin: 40px auto;
    padding: 25px 0px;
    list-style: none;
    text-align: center;
	border-bottom: solid 1px #707070;
	border-top: solid 1px #707070;
	display: flex;
	justify-content: space-between;
}
.f_navi li{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 400;
	transform: rotate(0.1deg);
    margin: 0px;
    padding: 0px;
    line-height: 160%;
    list-style: none;
}
.f_navi li a{
    color: #fff;
    text-decoration: none;
}
.f_navi li a:hover{
    color: #fff;
    text-decoration: none;
}
/*-----------------------------
	copy
--------------------------------*/
.copy{
    width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	font-weight: 400;
	transform: rotate(0.1deg);
	color: #333;
	line-height: 160%;
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px;
}
.copy::before{
	content: "\f1f9";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right:6px;
}

/*-----------------------------
	subimages
--------------------------------*/
.subimages01{
    position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 300px 0px 100px;
	background: url("../images/subimages01.jpg") no-repeat center center;
}
.subimages02{
    position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 300px 0px 100px;
	background: url("../images/subimages02.jpg") no-repeat center center;
}
.subimages03{
    position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 300px 0px 100px;
	background: url("../images/subimages03.jpg") no-repeat center center;
}
.subimages04{
    position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 300px 0px 100px;
	background: url("../images/subimages04.jpg") no-repeat center center;
}
.subimages_in{
	width: 1080px;
	margin: 0px auto;
	padding: 0px;
}
.h2subtitle{
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;    
	font-size: 46px;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: left;
	text-shadow: 2px 2px 3px rgba(51,51,51,0.30); 
}
.line_w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
.line_w:before {
    border-top: 1px solid #333;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.line_w:before {
    margin-right: 1.0em;
}
.line_w:after {
    border-top: 1px solid #333;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.line_w:after {
    margin-left: 1.0em;
}
/*-------------------------------------
	contents
-------------------------------------*/
.contents{
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
/* object-fitの縦横比保持
---------------------------------------------------- */
.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: #222; 
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
    left: 0;
	top: 0;
}
.paging_box{
    margin: 30px auto 0px;
    text-align: center;
}
div.paging span.current,
div.paging span.paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;}
div.paging span.paging-text a{padding:3px 8px; display:block;}
div.paging span.current{background: #ef9401;border:1px solid #ccc;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
div.paging span.paging-text a:hover{background: #CCC;color: #fff;text-decoration:none;cursor:pointer;}
/*-----------------------------------
	fotorama css 変更
-------------------------------------*/
.fotorama__caption__wrap {
	background: rgba(51,51,51,0.80);
	padding: 5px 10px;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
/*-----------------------------------
	product
-------------------------------------*/
.product01{
	width: 100%;
	margin: 50px auto;
	padding: 80px 0px;
	background: url("../images/product01_bg.jpg") no-repeat center center;
}
.p_flex{
	display: flex;
	align-items: center;
	justify-content:flex-end;
}
.product01_01{
	width: 760px;
	margin: 0px;
	padding: 0px;
}
.w_box{
	width: 100%;
	margin: 0px auto;
	padding: 30px;
	background: rgba(255,255,255,0.90);
}
.h3txt{
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;    
	font-size: 26px;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.h3midashi{
	font-family: 'Noto Serif JP', serif;
    font-weight: 600;    
	font-size: 30px;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.p500{
	width: 400px;
	margin: 0px;
	padding: 0px;
}
.p540{
	width: 640px;
	margin: 0px;
	padding: 0px;
}
.p540 h4{
	font-family: 'Noto Serif JP', serif;
    font-weight: 600;    
	font-size: 24px;
	line-height: 160%;
	transform: rotate(0.1deg);
	margin-bottom: 20px;
}
.p540 h4::after{
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: #1e65c6;
	margin-top: 10px;
}
.img_responsive{
    max-width: 100%;
    height: auto;
}
/*-----------------------------------
	case
-------------------------------------*/
.cate_navi{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cate_navi li{
	width: 16.6%;
	text-align: center;
}
.cate_navi li a{
	display: block;
	font-size: 14px;
	padding: 10px 0px;
	color: #fff;
	background: #1E65C6;
	text-decoration: none;
	border: solid 1px #fff;
}
.cate_navi li a:hover{
	color: #1e65c6;
	background: #fff;
	text-decoration: none;
	border: solid 1px #1e65c6;
}
.category_title{
	font-size: 22px;
	line-height: 160%;
	margin: 0px;
	padding: 10px;
	background: #f4f4f4;
}
.category_html{
	margin: 10px auto;
}
.item_title{
	font-size: 18px;
	line-height: 160%;
	border-bottom: double 4px #1e65c6;
}
.bfaf_box{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.item_photo{
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.txt_b{
	text-align: center;
	font-weight: bold;
}
.comment_html{
	font-size: 100%;
	margin: 0px 0px 10px;
}
.photo_box{
	width: 800px;
	margin: 20px auto;
	background: #f4f4f4;
}
/*-----------------------------------
	company
-------------------------------------*/
.h3midashi2{
	font-family: 'Noto Serif JP', serif;
    font-weight: 600;    
	font-size: 30px;
	line-height: 160%;
	text-align: left;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.tbl-com{
	width: 100%;
	margin: 20px auto 60px;
}
.tbl-com th{
	font-size: 15px;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #1e65c6;
	vertical-align: middle;
	white-space: nowrap;
	width: 20%;
}
.tbl-com td{
	font-size: 15px;
	text-align: left;
	line-height: 180%;
	padding: 10px 10px 10px 20px;
	border-bottom: solid 1px #ddd;
}
.td_ol{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: decimal;
	font-size: 15px;
}
.td_ul{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style:disc; 
	font-size: 15px;
}
.td_lf{
	float: left;
	margin: 0px;
	width: 40%;
}
.tbl-com a{
	color: #333;
	text-decoration: none;
}
.tbl-com a:hover{
	color: #333;
	text-decoration: none;
}
.recruit{
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px;
	background: url("../images/recruit_bg.jpg") no-repeat right top;
	background-color: #1e65c6;
}
.h3subtitle{
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;    
	font-size: 46px;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: left;
	text-shadow: 2px 2px 3px rgba(51,51,51,0.30); 
}
.blou{
	color: #1e65c6;
}
.rec_con{
	width: 45%;
}
.btn_m3 {
	width: 100%;
	height: auto;
	margin:5px auto;
}
.btn_m3 a{
	width: 100%;
	height: auto;
	font-size: 16px;
    font-weight: bold;
	color: #fff;
	line-height: 120%;
    margin: 5px auto;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background:rgba(30,101,198,1.00);
    border-radius: 4px;
}
.btn_m3 a:hover{
	text-decoration: none;
	color: #fff;
    background:rgba(30,101,198,0.80);
}
.btn_m3 a::before{
	content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right:7px;
}
.s_tel {
	width: 100%;
	height: auto;
	font-size: 18px;
    font-weight: bold;
	color: #fff;
	line-height: 120%;
    margin: 5px auto;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background:rgba(30,101,198,1.00);
    border-radius: 4px;
}
.s_tel::before{
	content: "\f87b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right:7px;
}
.s_tel a{
    color: #fff;
    text-decoration: none;
}
.s_tel a:hover{
    color: #fff;
    text-decoration: none;
}
.tbl-rec{
	width: 100%;
	margin: 20px auto 30px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.tbl-rec th{
	font-size: 15px;
	background: #f9f9f9;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle;
	white-space: nowrap;
	width: 25%;
}
.tbl-rec td{
	font-size: 15px;
	text-align: left;
	line-height: 180%;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
/*-----------------------------
	contact
--------------------------------*/
.contact01{
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact01 p{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 500;
	transform: rotate(0.1deg);
	color: #fff;
	line-height: 160%;
}
.tel_ft{
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	line-height: 100%;
	color: #fff;
	margin-left: 20px;
}
.sml{
	font-size: 70%;
	margin-right: 7px;
}
.tel_ft a{
	color: #fff;
	text-decoration: none;
}
.tel_ft a:hover{
	color: #fff;
	text-decoration: none;
}

.c_tel{
	float: left;
	width: 40%;
	margin: 10px 0px 10px 5%;
	padding: 10px 0px;
	border-radius: 4px;
}
.c_fax{
	float: right;
	width: 40%;
	margin: 10px 5% 10px 0px;
	padding: 10px 0px;
	border-radius: 4px;
}
.c_tel p{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.c_fax p{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.h4tel{
	font-size: 30px;
	font-weight: bold;
	line-height: 160%;
	color: #222;
	margin: 0px 0px 0px;
	text-align: center;
}
.h4tel::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: '\f095';
	margin-right: 6px;
    color: #0f8e12;
}
.h4tel a{
	text-decoration: none;
	color: #222;
}
.h4tel a:hover{
	text-decoration: none;
	color: #222;
}
.h4fax{
	font-size: 30px;
	font-weight: bold;
	line-height: 160%;
	color: #222;
	margin: 0px 0px 0px;
	text-align: center;
}
.h4fax::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: '\f1ac';
	margin-right: 6px;
    color: #0f8e12;
}
/*------------------------------------
	form
--------------------------------------*/
input[type="submit"]{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px;
	background:#1e65c6;
    color: #fff;
    border: solid 1px #1e65c6;
	border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
input[type="button"] {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px;
	background:#1e65c6;
    color: #fff;
    border: solid 1px #1e65c6;
	border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
input:hover[type="submit"]{
	background:#fff;
    color: #1e65c6;
    border: solid 1px #1e65c6;
	border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
input:hover[type="button"] {
	background:#fff;
    color: #1e65c6;
    border: solid 1px #1e65c6;
	border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
input, select {
	vertical-align:middle;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
}
.form-s{width:70px;}
.form-m{width:150px;}
.form-l{width:300px;}
.form100{width:90%;}
.form-h{height:80px;}
input[type="checkbox"],input[type="radio"]{vertical-align:middle; /*transform: scale(1.2);*/}
input[type="text"],select{border:1px solid #ccc;}
input:focus[type="text"]{border:1px solid #06c;}
input, select {
	padding: 10px 5px;
}
input[type="text"]{
	padding: 10px 5px;
} 
input::-webkit-input-placeholder{
	line-height: 140%;
	padding-left: 5px;
}
textarea {
	width: 90%;
	padding: 10px;
}
label{
	color: #333;
	font-weight: normal;
	vertical-align:sub; 
}
.txt_label{
	color: #333;
	text-align: center;
	margin: 20px 0px 0px;
	font-size: 15px;
}
.needinput{background-color:#fee;border:1px solid #ccc}
.form70 {
	width: 70%;
}
.form80 {
	width: 80%;
}
.form60 {
	width: 60%;
}
.form40 {
	width: 40%;
}
.form_btn{
	text-align: center;
	margin-top: 20px;
}
.tbl-con {
	width: 99.64%;
	margin: 20px auto;
	border-top: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
}
.tbl-con th {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #333;
	text-align: left;
	vertical-align: middle;
	width: 240px;
	margin: 0px;
	padding: 10px 5px 10px 20px;
	background-color: #dddddd;
	white-space: nowrap;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.tbl-con td {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	background-color: #f9f9f9;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.kome {
	background-image: url(../images/kome.png) ;
	background-repeat: no-repeat;
	background-position: center right;
}
.kome2 {
	background-image: url(../images/kome2.png) ;
	background-repeat: no-repeat;
	background-position: center right;
}
/*-------------------------------------
	 privacy
----------------------------------------*/
.h3pp{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-bottom: solid 1px #00a2e5;
}
.h4pp {
	font-size: 16px;
	line-height: 180%;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 10px 0px 0px;
}
.p_box {
	margin: 10px auto 100px;
	overflow: auto;
	height: 300px;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}
.std  {
	width: 96%;
	margin: 0px auto 50px;
	padding: 30px 0px 0px;
}
.std p {
	line-height: 180%;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px;
}
.std p a{
	color: #333;
	text-decoration: none;
}
.std p a:hover{
	color: #333;
	text-decoration: none;
}
.std ol {
	padding: 0px;
	margin: 0px 0px 10px 30px;
	list-style-type: decimal;
}
.std ul {
	padding: 0px;
	margin: 0px 0px 10px 30px;
	list-style-type: disc;
}
.std li {
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------
	ancher
-------------------------------------*/
#jump,#rec,#p01,#p02{
    padding-top: 90px;
    margin-top: -90px;
}


/*-----------------------------
	print
--------------------------------*/
@media print{
	#pagetop {
		display: none!important;
	}
	#navibar {
		display: none!important;
	}
	.cb-header {
		display: none!important;
	}
	.top02{
		background: url("../images/top02_bg.jpg") no-repeat top center / cover;
	}
	.top03{
		background: url("../images/top03_bg.jpg") no-repeat top center / cover;
	}
	.top04{
		background: url("../images/top04_bg.jpg") no-repeat top center / cover;
	}
}
@page {
	size: A4 portrait;
	margin: 3mm;
}

.line-img {
	border: 5px solid #ffffff;
}