@charset "utf-8";
/* CSS Document */




/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {font-family: 'Noto Serif JP', serif;color: #000;background: #fff;font-size: 16px;line-height: 1.6em;font-weight: 400;position: relative;}
html, body {width:100%; padding:0; margin:0;}

::-moz-selection{background:#000;color:#fff;text-shadow:none}
::selection{background:#000;color:#fff;text-shadow:none}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: 100%; /* ie8 */}
figure { margin: 0; }

h1 {font-size: 24px;}
h2 {font-size: 48px;}
h3 {font-size: 32px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 24px;}

h1,h2,h3,h4,h5,h6 {font-weight: 600;color: #111;}

p { color:#000;}

a {
   color: #333;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

a:hover,
a:focus {opacity: 0.5 ;}


.f-right{float: right;}
.f-left{float: left;}
.t-center{text-align: center; margin: 0 auto;}
.t-right{text-align: right;}
.t-left{text-align: left;}



/* ----------------------------------Header------------------------------------ */

.globalMenuSp img {width: auto;}


/* ---MainContent--- */


/* -----SideBar----- */


/* ----------------------------------Footer------------------------------------ */

footer{color: #fff;font-size: 13px;}
footer ul {padding: 0;margin-top: 10px;}
footer ul li{list-style: none;}
footer a {color: #fff;}
footer a:hover {color: #444;text-decoration: underline;}	


/* -------------------------------------Contact-------------------------------- */







/* ---------------------------------------------------------------------------- */
/* --------------------------------Google-Map---------------------------------- */
/* ---------------------------------------------------------------------------- */
.maps iframe{
    pointer-events: none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 600;}

.wrapper {
	overflow: hidden;
}

div img {
  vertical-align: top;
}

.no-wrap {
    display: inline-block!important;
}

.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}

.pb20{padding-bottom: 20px}

.mt20{margin-top: 20px;}

.pdr10{padding-right: 10px;}
.pdl10{padding-left: 10px;}

.align-center{text-align: center;}
.font_space {letter-spacing: 0.2em;}

.font36{
	font-size:36px;
}
.font24{
	font-size:24px;
}

.blue-text{
	color: #0d53b5;
	line-height: 40px;
}

.white-text{
	color:#fff;
}


.head-img{
	width:100%;
max-width: 100%;
height: auto;
position: relative;	
  }

.head-ttl{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.main{
	width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 10px;
}

.flex{
	display: flex;
	justify-content: space-between;
 
}

.flex-30{
	flex-basis: 30%
}
.flex-70{
	flex-basis: 70%
}

.blue-bc{
	background-color: #e4eef8;
}

.white-bc{
	background-color: #fff;
	padding: 60px 0;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 20px;
}

.cp_table tr {
	padding: 20px;
	border-bottom: 1px solid #c5c5c5;
}


.cp_table th {
	width: 30%;
	text-align: left;
	
}

.cp_table2 *, .cp_table2 *:before, .cp_table2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table2 {
	width: 100%;
	border-collapse: collapse;
}
.cp_table2 th, .cp_table2  td {
	padding: 10px;
	
}


.cp_table2 th {
	width: 15%;
	text-align: left;
	
}

.cp_table tr:first-child  {
		border-top: 1px solid #c5c5c5;
	}

@media screen and (max-width: 768px){	
	.cp_table {
		margin: 0;
	}
	
	
	
	
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	
		
	table,
tbody,
thead,
tr,
td {
    display: block;
}
	
	
	
}

@media(max-width:1366px){
	
.container {
    width: 100%;
}
	
.recuit-ttl {
    position: absolute;
    top: 125px;
    right: 10%;
}	
	
.foot-list li {
    display: inline-block;
    width: 49%;
    padding: 15px 100px;
}
}
@media screen and (max-width:1024px){
	
    
		
}



@media screen and (max-width: 768px){	

.flex{
	display: block;
	
}

.flex-30{
	flex-basis: 30%;
}
.flex-70{
	flex-basis: 70%;	
}	
	
.globalMenuSp img {width: 45%;}
	
}

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

h2 {
    font-size: 34px;
}  
  	
}

/*横向きのみの記述*/
@media (orientation: landscape) and (max-width: 1024px){

	
}

@media (orientation: landscape) and (max-width: 812px){

}
