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

body {
	font-family: "Noto Sans Japanese", sans-serif;
	color:#111111;
    font-size:62.5%;
	line-height:1.6em;
    -webkit-text-size-adjust: 100%;
}

/*レスポンシブ用イメージ*/
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
}

/* レスポンシブで画像を切り替える（CSS） */
@media screen and (min-width: 769px) {
    .sp {
        display:none !important; /* PC用画像を非表示にする */
    }
}

/* レスポンシブで画像を切り替える（CSS） */
@media screen and (max-width: 768px) {
    .pc {
        display:none !important; /* PC用画像を非表示にする */
    }
}

/***********
トップページ
***********/
.TopMain{
	margin-top: -100px;
	position: relative;
}

.TopMain .MainPhoto{
	width: 55.55%;
	margin: 0 0 0 auto;
	text-align: right;
}
.TopMain .MainCatch{
	width: 45%;
	margin: 0 auto;
	position: absolute;
	right: 45%;
	top: 20%;
	
}
.TopMain .MainPhoto img,
.TopMessage img,
.MessageLeft img{
	width: 100%;
	height: auto;
}
.TopMessage{
	width: 40.42%;
	order: 2;
	position: relative;
}
.TopMessage .Btn{
	position: absolute;
	bottom:10%;
	left: -20px;
    transition: all 0.5s ease 0s;
}
.TopMessage .Btn:hover{
	left: -5px;
}
.MessageLeft{
	width: 59.58%;
	order: 1;
}

.TopBtn{
	background: #def0fa;
	position: relative;
	padding-left: 8.3%;
}
.Topinner{
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
}
.TopBtn .Photo{
	margin: 0 auto;
	text-align: center;
}
.TopBtn .BtnCompany{
	position: absolute;
	top: 0;
	left: 7%;
    transition: all 0.5s ease 0s;
}
.TopBtn .BtnCompany:hover{
	left: 10%;
}
.TopBtn .BtnWork{
	position: absolute;
	top: 50%;
	left: 0%;
    transition: all 0.5s ease 0s;
}
.TopBtn .BtnWork:hover{
	left: 3%;
}
.TopBtn .BtnRecruit{
	position: absolute;
	bottom: 50%;
	right: 3%;
    transition: all 0.5s ease 0s;
}
.TopBtn .BtnRecruit:hover{
	right: 0%;
}
.TopBtn .BtnInquiry{
	position: absolute;
	bottom: 0%;
	right: 11%;
    transition: all 0.5s ease 0s;
}
.TopBtn .BtnInquiry:hover{
	right: 8%;
}
@media (max-width: 1350px) {
	
.TopBtn{
	background: #def0fa;
	position: relative;
	padding-left: 0;
}
}
@media (max-width: 960px) {
.TopMain{
	margin-top: 80px;
	position: relative;
}
	
.TopMessage .Btn img,
.BtnCompany img,
.BtnWork img,
.BtnRecruit img,
.BtnInquiry img{
	max-width: 250px;
	height: auto;
}
.TopBtn .BtnCompany{
	position: absolute;
	top: 0;
	left: 7%;
    transition: all 0.5s ease 0s;
}
.TopBtn .BtnCompany:hover{
	left: 10%;
}
.TopBtn .BtnWork{
	position: absolute;
	top: 50%;
	left: -1%;
    transition: all 0.5s ease 0s;
}
.TopBtn .BtnWork:hover{
	left: 2%;
}
.TopBtn .BtnRecruit{
	position: absolute;
	bottom: 50%;
	right: 2%;
    transition: all 0.5s ease 0s;
}
.TopBtn .BtnRecruit:hover{
	right: -1%;
}
.TopBtn .BtnInquiry{
	position: absolute;
	bottom: 0%;
	right: 10%;
    transition: all 0.5s ease 0s;
}
.TopBtn .BtnInquiry:hover{
	right: 7%;
}
	
}
@media (max-width: 680px) {	
.TopMessage .Btn img,
.BtnCompany img,
.BtnWork img,
.BtnRecruit img,
.BtnInquiry img{
	max-width: 200px;
}

}
@media (max-width: 480px) {
.TopMessage .Btn img{
	max-width: 130px;
}
.BtnCompany img,
.BtnWork img,
.BtnRecruit img,
.BtnInquiry img{
	max-width: 120px;
}
.TopMain .MainCatch{
	max-width: 50%;
	right: 45%;
	top: 20%;
	
}
}

/***********
中ページ
***********/
.Contents {
	padding-bottom: 10px;
	overflow: hidden;
}
.Contents .Main{
	width: 70%;
	text-align: right;
	margin: 10px 0 30px auto;
}
.Contents .Main img{
	width: 100%;
}
.Contents .Title{
	position: relative;
	max-width: 1350px;
	margin: 0 auto;
}
.Contents .Title .Txt{
	position: absolute;
	left: 5%;
	top: 30%;
}
.Contents .Title .Txt h2{
	font-size: 3.2em;
    font-family: 'Noto Serif JP', serif;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
.Contents .Title .Txt .en{
	color: #0081cc;
	font-size: 1.5em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	padding: 0px 5px;
}

.brsp{
	display: none;
}
.brsp2{
	display: none;
}

@media (max-width: 1080px) {

.Contents .Title .Txt h2{
	font-size: 2.7em;
}
	
}
@media (max-width: 960px) {

.Contents .Main{
	width: 70%;
	text-align: right;
	margin: 80px 0 10px auto;
}	
.Contents .Title .Txt h2{
	font-size: 2.5em;
	line-height: 1.5em;

}
.Contents .Title .Txt .en{
	font-size: 1.4em;
	padding: 10px 5px;
}
.brsp2{
	display: block;
}
}
@media (max-width: 680px) {
.Contents .Title .Txt h2{
	font-size: 2.1em;

}
.Contents .Title .Txt .en{
	font-size: 1.3em;
}
}
@media (max-width: 480px) {

.Contents .Title .Txt{
	position: absolute;
	left: 5%;
	top: 20%;
}
.Contents .Title .Txt h2{
	font-size: 1.6em;
	line-height: 1.3em;
	letter-spacing: 0;
}
.Contents .Title .Txt .en{
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 5px;
}
.brsp{
	display: block;
}
}

.Contents .BackBlue{
	background: #ddeef8;
	padding: 1px;
}
.Contents .BackB{
	background: #ddeef8;
	padding: 1px;
}
.Contents .BackBlue ul{
	padding: 30px 10px 30px 30px;
}
.Contents .BackBlue ul li{
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 5px;
	list-style:square;
}

.Contents .inner{
	max-width: 980px;
	margin: 50px auto 80px;
}
.Contents .inner p{
	font-size: 1.6em;
	line-height: 1.8em;
	margin: 30px 2%;
	letter-spacing: 0.1em;
}
.Contents .inner .Map{
	margin: 10px 2%;
}
.Contents .inner table{
	margin: 30px 2%;
	width: 96%;
}
.Contents .inner table th{
	font-size: 1.5em;
	line-height: 1.6em;
	color: #0081cc;
	padding: 20px 10px;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid #d7d8d8;
}
.Contents .inner table td{
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 20px;
	letter-spacing: 0.1em;
	vertical-align: top;
	border-bottom: 1px solid #d7d8d8;
}
.Contents .inner h3{
	font-size: 2.8em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: 400;
	color: #0081cc;
	margin: 80px auto 50px;
	text-align: center;
	font-style: italic;
}

.Contents .inner .bgrd {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #fff;
	width: 100%;
	text-align: center;
	padding: 20px 10px;
	font-size: 2.2em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	font-style: italic;
	margin: 80px auto 50px;
}
.Contents .inner .bgrd:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-20deg);
 background-image: linear-gradient(90deg, #4ba0c8 33%, #abcfe5 66%);
    content: "";
}
.Contents .inner .Catchgrd{
	font-size: 2.8em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: 500;
	margin: 30px 20px 50px;
	color: #00509f;
	background-image: -webkit-linear-gradient(0deg, #001c4a , #0081cc);
	background-image: -moz-linear-gradient(left, #001c4a , #0081cc);
	background-image: linear-gradient(to right, #001c4a 0%, #00509f 33%, #00509f 66%, #0081cc 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
    font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
/*IEで未対応の場合は以下で背景を非表示に*/
@media all and (-ms-high-contrast:none){
.Contents .inner .Catchgrd{
   background-image: none;
  color: #00509f;	
  }
}

.Contents .inner h4{
	margin: 80px auto 30px;
	font-size: 2.2em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: 400;
	color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
	padding: 30px 25px;
	text-align: center;
	
}

.Contents .inner h4:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-20deg);
 background-image: linear-gradient(90deg, #4ba0c8, #abcfe5);
    content: "";
}
@media (max-width: 960px) {

.Contents .inner{
	margin: 40px 10px 60px;
}
	
.Contents .inner h3{
	font-size: 2.6em;
	margin: 60px auto 40px;
}
.Contents .inner .bgrd {
	padding: 20px 10px;
	font-size: 2.3em;
	margin: 60px auto 40px;
}
.Contents .inner .Catchgrd{
	font-size: 2.6em;
	margin: 30px auto 30px;
	}
.Contents .inner h4{
	margin: 60px auto 30px;
	font-size: 2.0em;
}	
	
}
@media (max-width: 680px) {

.Contents .inner{
	margin: 30px auto 50px;
	padding: 0 20px;
}
.Contents .BackBlue ul li{
	font-size: 1.5em;
}
.Contents .inner p{
	font-size: 1.5em;
	line-height: 1.8em;
	margin: 20px 2%;
}
.Contents .inner table{
	margin: 30px 2%;
	width: 96%;
}
.Contents .inner table th{
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 10px;
}
.Contents .inner table td{
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 10px;
}

.Contents .inner h3{
	font-size: 2.3em;
	margin: 50px auto 30px;
}
.Contents .inner .bgrd {
	padding: 20px 10px;
	font-size: 2.0em;
	margin: 50px auto 30px;
}
.Contents .inner .Catchgrd{
	font-size: 2.5em;
	margin: 20px auto 20px;
	}
.Contents .inner h4{
	margin: 40px auto 20px;
	font-size: 2.0em;
	padding: 20px 20px;
}
}
@media (max-width: 480px) {
.Contents .inner{
	margin: 20px auto 30px;
	padding: 0 10px;
}
.Contents .BackBlue ul li{
	font-size: 1.4em;
}
.Contents .inner p{
	font-size: 1.4em;
	line-height: 1.6em;
}
.Contents .inner table{
	margin: 20px 2%;
	width: 96%;
}
.Contents .inner table th{
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 5px 10px;
	width: 100%;
	display: block;
	background: #f3f3f3;
	text-align: center;
}
.Contents .inner table td{
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 10px;
	width: 100%;
	display: block;
}
.Contents .inner h3{
	font-size: 2.0em;
	margin: 40px auto 30px;
}
.Contents .inner h4{
	margin: 30px auto 10px;
	font-size: 1.8em;
}
.Contents .inner .bgrd {
	padding: 15px 10px;
	font-size: 1.6em;
	margin: 30px auto 20px;
}
.Contents .inner .Catchgrd{
	font-size: 1.8em;
	margin: 10px 0px;
	}
}


/***********
トップからのメッセージ
***********/



@media (max-width: 680px) {
}
@media (max-width: 480px) {
}

/***********
会社概要
***********/
.Message_top{
	position: relative;
	margin: 0 auto;
}
.Message_top .Message_pic{
	width: 70%;
}
.Message_top .Message_txt{
	position: absolute;
	top: 20%;
	right: 1%;
	width: 60%;
}
.Message_top .Message_catch{
	text-align: left;
}
.Message_top .Message_sign{
	text-align: right;
	margin: 20px 0 20px auto;
	max-width: 70%;
}

@media (max-width: 680px) {
}
@media (max-width: 480px) {
.Message_top .Message_txt{
	position: absolute;
	top: 10%;
	right: 1%;
	max-width: 60%;
}
}

/***********
仕事紹介
***********/
.Flow {
	padding: 20px 5px;
}
.Flow .flowbox{
	border: 2px solid #0081cc;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.6em;
	background: #fff;
}
.Flow .arrow{
	padding: 2px;
}
.Flow .arrow img{
	width: 12px;
	height: 25px;
}
@media (max-width: 960px) {
.Flow .flowbox{
	border: 2px solid #0081cc;
	width: 22%;
	height: 80px;
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 10px auto;
	padding: 0 10px;
}
.Flow .arrow{
	padding: 2px;
	width: 3%;
	text-align: center;
}
.Flow .arrow img{
	width: 100%;
	height: auto;
}
	
}
@media (max-width: 680px) {
.Flow .flowbox{
	font-size: 1.4em;
	line-height: 1.6em;
}
}
@media (max-width: 480px) {
.Flow .flowbox{
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0;
}
}

/***********
募集要項
***********/
.Recruit_Txt{
	width: 60%;
}
.Recruit_Photo{
	width: 40%;
	padding: 10px;
}
.EntryBtn{
	font-size: 2.0em;
	line-height: 30px;
	margin: 50px auto;
	text-align: center;
}
.EntryBtn a{
	background: #0081cc;
	color: #fff;
	display: block;
	padding:12px;
}
.EntryBtn a img{
	width: 30px;
	height: 30px;
}
.EntryBtn a:hover{
	background: #4aaae3;
}
.RecruitBtn{
	width: 50%;
	padding: 0px 10px;
	font-size: 1.5em;
	line-height: 2.8em;
	text-align: center;
}
.RecruitBtn img{
	display: block;
}

@media (max-width: 680px) {
.Recruit_Txt{
	width: 100%;
}
.Recruit_Photo{
	width: 100%;
	padding: 10px;
	text-align: right;
}
.EntryBtn{
	font-size: 1.8em;
	margin: 40px auto;
}
.RecruitBtn{
	width: 50%;
	padding: 0px 5px;
	font-size: 1.4em;
	line-height: 2.5em;
}
}
@media (max-width: 480px) {
.EntryBtn{
	font-size: 1.6em;
	margin: 30px auto;
}
.RecruitBtn{
	width: 100%;
	font-size: 1.3em;
	line-height: 2.0em;
	padding: 5px;
}
}

/***********
お問い合わせ
***********/

table .w80{
	width: 80%;
	border:0;
	padding:5px;
	border:solid 1px #dfdfdf;
}
table .w100{
	width: 100%;
	border:0;
	padding:5px;
	border:solid 1px #dfdfdf;
}
.add,.pref{
	border:0;
	padding:5px;
	border:solid 1px #dfdfdf;
	margin-bottom: 5px;
}
.SendBtn{
	font-size: 2.0em;
	line-height: 30px;
	margin: 50px auto;
	text-align: center;
	width: 50%;
}
.SendBtn a{
	background: #0081cc;
	color: #fff;
	display: block;
	padding:12px;
}
.SendBtn a img{
	width: 30px;
	height: 30px;
}
.SendBtn a:hover{
	background: #4aaae3;
}
@media (max-width: 680px) {
table .w80{
	width: 100%;
}
.SendBtn{
	font-size: 1.8em;
	margin: 40px auto;
}
}
@media (max-width: 480px) {
.SendBtn{
	font-size: 1.6em;
	margin: 30px auto;
}
}