@charset "UTF-8";

/* ▼▼▼ Common ================== */
.clear  { clear:both; }

.center{ text-align: center; }
.left   { text-align:left; }
.right  { text-align:right; }

a.anchor{
    display: inline-block;
    height: 80px; margin-top: -80px; vertical-align: top; }

.img_none img{ object-fit: none; object-position: 50% 0; }

.btn_01{
    background-color: #005CAF; padding: 30px 0;
	border-radius: 10px; text-align: center;
	color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
.btn_01:hover {
    background-color: #2EA9DF; }

.btn_01 a{ color: #ffffff !important; }

/* --- company_box*/
.company_box {
	width: 100%; border-radius: 5px; border: solid 2px #003399;
	display: inline-block; vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s; }
.company_box:before {
	border-radius: 1px; border: solid 2px #003399; background: #003399;
	content: ""; position: absolute; z-index: -1;
	top: 0; left: 0; right: 0; bottom: 0;	
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out; }
.company_box:hover, .company_box:focus, .company_box:active {
	color: white; }
.company_box:hover:before, .company_box:focus:before, .company_box:active:before {
	-webkit-transform: scaleY(1); transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.company_box a        { color: #003399; }
.company_box:hover a { color: #fff; }

/* ボタンの見た目のデザイン */
.company_eff{
	margin: .4em auto; padding: 1em;
	cursor: pointer; background: #fff; color: #003399;
	text-decoration: none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }


/* ▼▼▼ deco ================== */
.contact_bg_2nd span{
	font-size: 1.4rem; border-bottom: solid 3px #fff;
	padding: 0 0.5em 0.2em 0.5em; }

.deco_01W{
	font-size: 1.4rem; border-bottom: solid 3px #fff;
	padding: 0 0.5em 0.2em 0.5em; }
.deco_01B{
	font-size: 1.4rem; border-bottom: solid 3px #003399;
	padding: 0 0.5em 0.2em 0.5em; }	


/* ▼▼▼ Font ================== */
strong    { font-size:1.1em; }

.font_SS{ font-size: 0.9rem; }

.F_white  { color: #ffffff; }
.F_red    { color: #d80000; }
.F_blue   { color: #003399; }
.F_orange { color: #ff9900; }
.F_brown  { color: #804000; }
.F_yellow { color: #ffff00; }

a .link_white { color: #ffffff; }
a .link_Blue  { color: #003399; }

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }


/* ▼▼▼ background ================== */
.bg_Blue        { background:#003399; color: #ffffff; }
.bg_Blue a      { color: #ffffff !important; }

.bg_LightBlue   { background-color:rgba(135,206,250,0.1); color: #333333; }
.bg_LightBlue a { color: #333333; }

.bg_white       { background:#ffffff; color: #333333; }
.bg_white a     { color: #333333 !important; }
.bg_white_02    { background-color:rgba(255,255,255,0.8); color: #222; }
.bg_white_02 a  { color: #222 !important; }


/* ▼▼▼ GoogleMap ================== */
.ggmap {
	position: relative; padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden; }
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%; }

.ggmap_txt {
	text-align: right; padding-top: 8px; }


/* ▼▼▼ copyright ================== */
#copyright{
	color: #fff; font-size: 0.9rem; padding: 5px 0 15px 0;
	font-family: Verdana, “Droid Sans”; }
#copyright a{ color: #fff; }


/* ===================
▼▼▼ PC-BIG CSS
=================== */
@media screen and (min-width: 961px){
img{ max-width: 100%; height: auto; width /***/:auto; }

#container{
	text-align: justify; line-height: 1.4em; letter-spacing: 0.1em;
	color: #333333; width: 100%; padding: 100px 0; }

/* ▼▼▼ TEL ================== */
a[href^='tel:'] { cursor:default; pointer-events:none; }

/* ▼▼▼ display ================== */
.PC-B      { display: block !important; }
.PC-S      { display: none  !important; }
.PC-all    { display: block !important; }
.PCTB      { display: block !important; }
.PCSP      { display: block !important; }
.PC-S_TB   { display: none  !important; }
.PC-S_TBSP { display: none  !important; }
.TB        { display: none  !important; }
.SP        { display: none  !important; }
.TBSP      { display: none  !important; }


/* ▼▼▼ BOX CENTER ================== */
/*index box_center */
.box_center{
	position: relative; align-items: center;
	display: flex; justify-content: center; }

/*ページ最上部へセンタリング */
.box_center01{
	position: absolute; top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%); }

/* 1行分をセンタリング */
.box_center02{
	display: flex; justify-content: center; align-items: center; }
	

/* ▼▼▼ index BackGround  ================== */
.main-visual { 
	background-size: cover; text-align: center;
	height: 100vh; position: relative; overflow: hidden; } 
.main-visual video {
	-o-object-fit: cover; object-fit: cover; position: absolute;
	height: 100%; height: 100vh; width: 100%; width: 100vw;
	top: 0; left: 0; margin: 0 auto; z-index: 1; display: block; }
.main-visual .box_visual {
	font-family: 'Lora', serif; color: #ffffff; font-size: 3.2rem;
	line-height: 1.4em; font-weight: 700; z-index: 2;
	position: absolute; top: 50px; left: 0; right: 0; bottom: 0;
	text-shadow: 1px 2px 5px #000; }
.main-visual .box_visual span{
	 font-size: 2rem; font-weight: 700;}


/* ▼▼▼ 2nd BackGround  ================== */
.main-visual_2nd { 
	text-align: center; overflow: hidden;
	background-image: url("../img/2nd_title_pc.png");
	height: 250px; background-position: center top; } 
.main-visual_2nd .title_box{
	display: flex; justify-content: center;	align-items: center;
	height: 250px; padding-top: 60px;
	text-shadow: 1px 2px 5px #000; font-size: 2rem; color: #fff; }


/* ▼▼▼ header ================== */
/* 見出し */
#header {
	padding: 0 15px 0 0;
	position: fixed; top: 0; left: 0; width: 100%; height: 62px;
	background-color:rgba(255,255,255,0.1); text-shadow: 1px 1px 2px #000; }
#header img{
	filter: drop-shadow(2px 2px 2px #333); }
#header.thin {
	width: 100%; height: 50px; background-color:rgba(12,57,146,0.9); }
#header.thin h1{ display: none; }
#header.thin img{
	padding-top: 10px; filter: drop-shadow(2px 2px 2px #333); }
	
	
/* ▼▼▼ footer ================== */
footer  {
	background-color: #0c3991; color: #ffffff;
	font-size: 0.9rem; padding-top: 15px; }
footer a{ color: #ffffff !important; }


/* ▼▼▼ font size ================== */
.font_LL{ font-size: 3.5rem; }
.font_L { font-size: 2rem; }
.font_LM{ font-size: 1.5rem; }
.font_M { font-size: 1.2rem; line-height: 2.1rem; }
.font_S { font-size: 1rem; line-height: 2rem; }


/* ▼▼▼ layout ================== */
.wrap      {
	display: -webkit-box; display: -moz-box;
	display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap; }

.layout_center{ text-align: center; line-height: 1.5em; }

.layout_box{ width: 70%; margin-right: auto; margin-left: auto; }

.layout_cont{ width: 90%; margin-right: auto; margin-left: auto; }

.txt_box{
	width: 55%; margin-right: auto; margin-left: auto;
	line-height: 1.8rem; }
	
.txt_center{ text-align: center; line-height: 1.5em; }

/* ▼▼▼ Space ================== */
.sp_L50{ padding-left: 50px; }
.sp_R50{ padding-right: 50px; }

.sp_LRTB80{ padding: 80px ; }
.sp_LR100TB80{ padding: 80px 100px; }

.spM_T30{ margin-top: 30px; }
.spM_T50{ margin-top: 50px; }
.spM_T80{ margin-top: 80px; }
.spM_T100{ margin-top: 100px; }

.spM_B30{ margin-bottom: 30px; }

.spP_h30W100{ padding: 30px 6% 0; }

.spP_T10{ padding-top:10px; }
.spP_T20{ padding-top:20px; }
.spP_T30{ padding-top:30px; }
.spP_T40{ padding-top:40px; }
.spP_T50{ padding-top:50px; }
.spP_T80{ padding-top:80px; }
.spP_T120{ padding-top:120px; }

.spP_B20{ padding-bottom: 20px; }
.spP_B30{ padding-bottom: 30px; }

.spP_TB80{ padding:80px 0; }
.spP_TB120{ padding:120px 0; }

.spP_T30B80{ padding:30px 0 80px 0; }
.spP_T80B30{ padding: 80px 0 30px 0; }
.spP_T120B20{ padding: 120px 0 20px 0; }


/* ▼▼▼ index ================== */
.index_box2_bg {
	background-image: url("../img/index_01_bg_pc.png");
	background-position: center;
	background-size: cover; }
	
.index_box2{ width: calc(100% / 2); }
.index_box2 .spc{ margin-top: 60px; margin-bottom: 60px; padding: 30px; }

.index_box3{ width: calc((100% - 10%) / 3); }
.index_box3:nth-child(-n+2){ margin-right: 5%; }

.index_box4{ width: calc(100% / 4); }

.index_box6{ width: calc((100% - 100px) / 6); }
.index_box6:nth-child(n+2){ margin-left: 20px; }


/* ▼▼▼ 順番入れ替え ================== */
.flexbox {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap; }
.itembox1 {
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order: 1; }
.itembox2 {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order: 2; }

/* --- */
.companybox1 {
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1; -webkit-order:1; order: 1; }
.companybox2 {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2; -webkit-order:2; order: 2; }
.companybox_L{
	width: 30%; padding: 0; }
.companybox_R{
	width: 70%; padding: 0 0 0 8%; line-height: 1.8rem; }


/* ▼▼▼ 2nd ================== */
.layout_box2{ width: calc(100% / 2); }
.layout_box2 .sp_img{ margin-bottom: 0px; }

.contact_bg_2nd{
	background-image: url("../img/2nd_contact_pc.png");
	background-position: center; padding: 50px; color: #fff; }
.contact_bg_2nd a{ color: #fff; }

/*Contact BOX*/
.contact_bg_2nd .box03{ width: calc(92% / 3); }
.contact_bg_2nd .box03:nth-child(1){ margin: 30px 2% 0 0; }
.contact_bg_2nd .box03:nth-child(2){ margin: 30px 2% 0 2%; }
.contact_bg_2nd .box03:nth-child(3){ margin: 30px 0 0 2%; }
.contact_bg_2nd .box03_btn {
	background-color: #fff; color: #333; border-radius: 10px;
	padding: 20px; box-shadow: 2px 2px 4px #0a2263; }
.contact_bg_2nd .box03_btn a{ color: #333; }
.contact_bg_2nd .box03_btn:hover  { background-color: #007bbb; color: #fff; }
.contact_bg_2nd .box03_btn :hover a{ color: #fff; }

.contact_bg_2nd .button {
  background-color: #fff; color: #333; border-radius: 10px;	width: 530px;
  padding: 20px; margin-top: 30px; box-shadow: 2px 2px 4px #0a2263;}
.contact_bg_2nd .button a{ color: #333; }
.contact_bg_2nd .button:hover  { background-color: #007bbb; color: #fff; }
.contact_bg_2nd .button:hover a{ color: #fff; }

/* --- */
.txt_box02a_L{
	width: 25%; padding: 0; }
.txt_box02a_R{
	width: 75%; padding: 20px 0 0 20px; }
	
/* --- */
.btn_box{ width: calc(100% / 2); }
.btn_box:nth-child(1){ padding: 0 3% 0 0; }
.btn_box:nth-child(2){ padding: 0 0 0 3%; }

/* --- */
.recruit_box{ width: calc(100% / 2); }
.recruit_box:nth-child(1){ padding: 0 3% 0 0; }
.recruit_box:nth-child(2){ padding: 0 0 0 3%; }
 
.recruit_box h4 {
  position: relative; display: inline-block; margin-bottom: 1.5em; }
.recruit_box h4:before {
  content: ''; position: absolute; bottom: -10px;
  display: inline-block; width: 60px; height: 5px; left: 50%;
  -webkit-transform: translateX(-50%); transform: translateX(-50%);
  background-color: #2EA9DF; border-radius: 2px; }

/* --- */
.layout_box2a{ width: calc(100% / 2); }
.layout_box2a:nth-child(1){ padding: 0 3% 0 0; }
.layout_box2a:nth-child(2){ padding: 0 0 0 3%; }

.layout_box2a h3{ padding: 20px 0; }
 
.layout_box2a h4 {
  position: relative; display: inline-block; margin-bottom: 1em; }
.layout_box2a h4:before {
  content: ''; position: absolute; bottom: -15px;
  display: inline-block; width: 60px; height: 5px; left: 50%;
  -webkit-transform: translateX(-50%); transform: translateX(-50%);
  background-color: #2EA9DF; border-radius: 2px; }

/* --- */
.layout_box2b{ width: calc(100% / 2); line-height: 1.5em; }
.layout_box2b:nth-child(1){ padding: 0 20px 0 60px; }
.layout_box2b:nth-child(2){ padding: 0 60px 0 20px; }

/* --- */
.layout_box3a{ width: calc((100% - 10%) / 3); padding-top: 50px; }
.layout_box3a:nth-child(-n+2){ margin-right: 5%; }
.layout_box3a h3{ padding: 20px 0 10px 0; }

/* --- */
.layout_box6a{ width: calc((100% - 25px) / 6); padding-top: 50px; }
.layout_box6a:nth-child(n+2){ margin-left: 5px; }

.layout_box6b{ width: calc((100% - 40px) / 3); }
.layout_box6b:nth-child(1){ margin: 0px 0px 10px 0px; }
.layout_box6b:nth-child(2){ margin: 0px 0px 10px 20px; }
.layout_box6b:nth-child(3){ margin: 0px 0px 10px 20px; }
.layout_box6b:nth-child(4){ margin: 0px 0px 0px 0px; }
.layout_box6b:nth-child(5){ margin: 0px 0px 0px 20px; }
.layout_box6b:nth-child(6){ margin: 0px 0px 0px 20px; }

.layout_box6c{ width: calc((100% - 20px) / 2); }
.layout_box6c:nth-child(1){ margin: 0px 10px 10px 0px; }
.layout_box6c:nth-child(2){ margin: 0px 0px 10px 10px; }
.layout_box6c:nth-child(3){ margin: 0px 10px 10px 0px; }
.layout_box6c:nth-child(4){ margin: 0px 0px 10px 10px; }
.layout_box6c:nth-child(5){ margin: 0px 10px 10px 0px; }
.layout_box6c:nth-child(6){ margin: 0px 0px 10px 10px; }



/* ▲▲▲ pc.css ================== */
}
