@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 15px;
	text-align: center;
	line-height: 1.7;
	color: #000;
	min-width: 1040px;
	font-family: 'Roboto', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.wrapper .container .blueTitle{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 25px 0 25px;
	background: rgb(0,36,70);
	-webkit-background: linear-gradient(114deg, rgba(0,36,70,1) 42%, rgba(31,77,123,1) 55%);
	background: linear-gradient(114deg, rgba(0,36,70,1) 42%, rgba(31,77,123,1) 55%);
	border-left: none;
    text-align: center;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.wrapper .container .blueTitle{
		font-size: 18px;
		padding: 20px 20px 20px;
	}
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	padding: 0;
	margin: 0;
}

picture{
	display: block;
}

img {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}

a {
	text-decoration: underline;
	color: #000;
	outline: none;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	opacity: 0.6;
}

.devicePc{
	display: block;
}
@media only screen and (max-width: 768px) {
	.devicePc{
		display: none;
	}
}

.deviceSp{
	display: none;
}
@media only screen and (max-width: 768px) {
	.deviceSp{
		display: block;
	}
}

/*============================
flexBox
============================*/
.flexBox{
	display: flex;
}

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

.flexBox-ja{
	display: flex;
	justify-content: space-around;
}

.flexBox-jb-fw{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* pcのみ */
.flexBox-Pc{
	display: flex;
}
@media only screen and (max-width: 768px) {
	.flexBox-Pc{
		display: block;
	}
}

.flexBox-jb-Pc{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.flexBox-jb-Pc{
		display: block;
	}
}

.flexBox-ja-Pc{
	display: flex;
	justify-content: space-around;
}
@media only screen and (max-width: 768px) {
	.flexBox-ja-Pc{
		display: block;
	}
}

.flexBox-jb-fw-Pc{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.flexBox-jb-fw-Pc{
		display: block;
	}
}

.flexBox-ja-fw-Pc{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.flexBox-ja-fw-Pc{
		display: block;
	}
}

/*============================
wrapper
============================*/
.wrapper {
	position: relative;
}

/*============================
top
============================*/
#top {
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 10000;
}
@media only screen and (max-width: 768px) {
	#top {
		box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	}
}

.inner {
    width: 980px;
    margin: auto;
}
@media only screen and (max-width: 768px) {
	.inner {
		width: 90.625%;
	}
}

.top_img .inner {
    width: 980px;
    margin: auto;
    position: relative;
}
@media only screen and (max-width: 768px) {
	.top_img .inner {
		width: 100%;
	}
}

.h1Box {
	width: 325px;
	display: flex;
    justify-content: space-between;
}
.h2Box {
    width: 325px;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.h1Box {
		
		display: flex;
		align-items: center;
		margin-right: 10px;
	}
	.h2Box {
		width: 240px;
		display: block;
    align-items: start;
	}
}

.siteTitle {
	line-height: 1;
	align-self: center;
}
@media only screen and (max-width: 768px) {
	.siteTitle {
		width: 100px;
		margin-left: 5%;
		text-align: left;
	}
}

.search img{
	width: 30px
}
@media only screen and (man-width: 768px) {
	.search img{
		width: 25px
	}
}

.search a{
	text-decoration: none;
	font-size: 14px;
    color: #6c757d;
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 768px) {
	.search a{
		font-size: 12px;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 768px) {
	.search01 {
		width: 40px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 768px) {
	.search02 {
		width: 40px;
		margin-right: auto;
		margin-left: 0;
	}
}



#top .search01 .search02 a:hover {
	opacity: .8;
}

.type1{
  display: block;
}

.type1 .inner{
	width: 980px;
	margin: 20px auto 20px;
}
@media only screen and (max-width: 768px) {
	.type1 .inner{
		width: 100%; 
		margin: auto;
		padding: 10px 0 10px;
		/* border-bottom: solid 1px #eee; */
	}
}

/* ボタン */
.btn01 a{
	display: inline-block;
	width: 440px;
	height: 95px;
	color: #fff;
	border-radius: 5px;
	background: rgb(255,142,20);
	-webkit-background: linear-gradient(145deg, rgba(255,142,20,0.8) 42%, rgba(255,195,34,0.8) 55%);
	background: linear-gradient(145deg, rgba(255,142,20,0.8) 42%, rgba(255,195,34,0.8) 55%);
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 4.4;
}
@media only screen and (max-width: 768px) {
	.btn01 a{
		width: 70%;
		height: 55px;
		font-size: 17px;
		letter-spacing: 2px;
		margin: auto;
		line-height: 3.4;
	}
}

/* ボタン 矢印 */
.btn02 a{
	display: block;
	position: relative;
	width: 320px;
	height: 60px;
	color: #fff;
	border-radius: 5px;
	background: rgb(255,142,20);
	-webkit-background: linear-gradient(130deg, rgba(255,142,20,1) 35%, rgba(255,195,34,1) 65%);
    background: linear-gradient(130deg, rgba(255,142,20,1) 35%, rgba(255,195,34,1) 65%);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 3.4;
}
@media only screen and (max-width: 768px) {
	.btn02 a{
		width: 90.625%;
		/* width: 100%; */
		font-size: 17px;
		margin: auto;
		line-height: 4;
		height: 67px;
	}
}

.btn02 a::after {
    content: '';
    background: url(../images/common/contents/arrow.png) no-repeat right center;
    width: 8px;
    height: 13px;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media only screen and (max-width: 768px) {
	.btn02 a::after {
		right: 10px;
	}
}

/* ボタン 外部リンク */
.btn03 a{
	display: block;
	position: relative;
	width: 440px;
	height: 95px;
	color: #fff;
	border-radius: 5px;
	background: rgb(255,142,20);
    background: linear-gradient(130deg, rgba(255,142,20,1) 35%, rgba(255,195,34,1) 65%);
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 4.7;
    letter-spacing: 1px;
	-webkit-box-shadow: -2px 3px 35px -20px rgba(0, 0, 0, 0.5);
	box-shadow: -2px 3px 35px -20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
	.btn03 a{
		width: 100%;
		font-size: 18px;
		margin: auto;
		line-height: 4;
		height: auto;
	}
}

.btn03 a::after {
    content: '';
    background: url(../images/common/contents/link_arrow.png) no-repeat right center;
	width: 21px;
    height: 21px;
	display: block;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media only screen and (max-width: 768px) {
	.btn03 a::after {
		right: 15px;
	}
}

/* グリーンボタン */

.btn04 a {
    width: 320px;
    height: 60px;
    margin: 40px auto auto;
    background: #009437;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    line-height: 3.3;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.btn04 a{
		margin: 30px auto auto;
		width: 90.625%;
		/* width: 100%; */
		height: 60px;
		font-size: 17px;
		line-height: 3.6;
	}
}

/* ナビゲーション */

nav {
	width: 100%;
	background: rgb(0,36,70);
	-webkit-background: linear-gradient(114deg, rgba(0,36,70,1) 42%, rgba(31,77,123,1) 55%);
	background: linear-gradient(114deg, rgba(0,36,70,1) 42%, rgba(31,77,123,1) 55%);
}

.nav-toggle {
	display: none;
}

.globalNav {
	width: 980px;
	margin: auto;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.globalNav {
		position: fixed;
		display: none;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 999;
		padding-top: 55px;
		background-image: none;
		background: rgb(2,56,107,.9);
	}
}

.globalNav li {
	float: left;
	border-left: solid 1px #4a647c;
    margin: 5px 0 4px;
}

.globalNav li:last-of-type {
    border-right: solid 1px #4a647c;
    margin: 5px 0 4px;
}

.globalNav li a {
	display: block;
    width: 235px;
    color: #fff;
    padding: 13px 0 13px;
    text-decoration: none;
    font-weight: bold;
}


/* スマホ メニュー */

.menu {
	display: none;
}

/*============================
container
============================*/
.cont .container {
	/* width: 980px; */
	margin: auto;
	padding-bottom: 60px;
	text-align: left;
	overflow: hidden;
}

.cont_img {
	text-align: center;
	position: relative;
	background: url(../images/common/contents/cont_img.jpg) no-repeat center center #f2f2f2;
	background-size: cover;
}

.cont h1 {
	padding-top: 300px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: auto;
	background: url(../company/images/title.png) no-repeat center top;
}

/*============================
primary
============================*/
.primary {
	width: 700px;
	float: left;
}

.root {
	font-size: 15px;
	margin: 25px auto 25px;
}
@media only screen and (max-width: 768px) {
	.root {
		font-size: 14px;
	}
}

.root a{
	text-decoration: none;
}

.root .arrow{
	margin: auto 5px;
}

.cont .primary article {
	padding-top: 60px;
}

.cont .primary article:first-of-type {
	padding-top: 0;
}

.cont h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 8px solid #1c4976;
	background: #f2f2f2;
}

.cont h3 {
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 15px;
	clear: both;
	font-weight: bold;
	border-left: 8px solid #000;
	border-bottom: 1px solid #cdcdcd;
}

/*  table */

table.info {
	width: 100%;
}

table.info tr {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #dedede;
}

table.info tr:last-child {
	border: none;
}

table.info th {
	width: 160px;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	background: #ececec;
}

table.info th,
table.info td {
	padding: 14px 0;
}

table.info tr:first-child {
	padding-top: 0;
}

table.info td {
	text-align: left;
	padding-left: 20px;
}

table.info td ul {
	padding-left: 18px;
}

table.info td li {
	padding-top: 8px;
	list-style-type: disc;
}

table.info td li:first-child {
	padding-top: 0;
}

table.info td dt {
	padding-top: 15px;
}

table.info td dt:first-of-type {
	padding-top: 0;
}

table.info td strong {
	display: block;
}

table.info td span {
	display: block;
	font-size: 13px;
}

a.google {
	display: block;
}

#map {
	width: 100%;
	height: 300px;
	margin-top: 20px;
}

/*============================
secondary
============================*/
.secondary {
	width: 246px;
	float: right;
	margin-top: 50px;
	padding-bottom: 70px;
}

/* バナー */

.banner li {
	margin-top: 20px;
}

.banner li:first-child {
	margin-top: 0;
}

.banner li img {
	width: 100%;
}

/* 会社概要 */

.company dt {
	padding: 12px 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	background: #000;
}

.secondary dd {
	padding: 15px 20px;
	padding-bottom: 25px;
	font-size: 15px;
	background: #eeeef6;
}

.secondary dd strong {
	padding-top: 15px;
	padding-bottom: 4px;
	display: block;
}

.secondary dd span {
	padding-top: 5px;
	display: block;
}

.company {
	margin-top: 30px;
}

a.google {
	padding-left: 20px;
	margin-top: 5px;
	font-weight: bold;
	background: url(../images/common/contents/map.png) no-repeat left center;
	background-size: 16px;
}

.company a.google {
	margin-bottom: 15px;
}

.company .photo {
	padding: 15px 0;
}

.company .photo img {
	width: 100%;
}

.company .contact a {
	padding: 10px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	background: #000;
}

/*============================
toTop
============================*/
.toTop {
	position: fixed;
	bottom: 54px;
	right: 10px;
	z-index: 10000;
}

.toTop li a {
	padding-top: 45px;
	display: block;
	overflow: hidden;
	width: 45px;
	height: 0;
	background: url(../images/common/footer/totop.png) no-repeat center top #343a40;
}

/*============================
footer
============================*/
footer {
	position: relative;
	color: #fff;
	padding: 25px 0 20px;
	font-size: 12px;
	background: #343a40;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	footer {
		padding: 20px 0 20px;
	}
}

footer a {
	color: #fff;
}

.footerInner{
	width: 980px;
	margin: 25px auto 50px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.footerInner{
		width: 90.625%;
		margin: 20px auto 30px;
		display: block;
	}
}

.logo a {
    display: block;
    background: url(../images/common/footer/footerLogo.gif) no-repeat center center;
	width: 126px;
    padding-top: 38px;
	height: 0;
    overflow: hidden;
}

.footerLeft dd{
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.footerLeft dd{
		margin-bottom: 30px;
	}
}

.sitelink {
	text-align: center;
	padding-bottom: 10px;
}

.sitelink li {
	display: inline-block;
	border-left: 1px solid #fff;
	line-height: 12px;
	padding: 0 10px;
}

.sitelink li:last-child {
	border-right: 1px solid #fff;
}

.copyright {
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 15px;
	border-top: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
	.copyright {
		position: absolute;
		text-align: right;
		bottom: 15px;
		right: 50%;
		margin-right: -490px;
		font-size: 10px;
		position: inherit;
		text-align: center;
		bottom: inherit;
		right: inherit;
		margin: 0;
	}
}


/* デフォルトで入っていたもの */

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

body {
	width: 100%;
	min-width: 0;
}

a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

a:hover {
	opacity: 1;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border: none;
	min-width: 0;
	background: #fff;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px; */
}

#top .inner {
	width: 100%;
	position: relative;
}

.cont_img {
	margin-top: 50px;
	background-image: url(../images/common/contents/cont_img_sp.jpg);
}

.cont h1 {
	padding-top: 39.58333%;
	background-size: 100%;
}

/*============================
nav
============================*/
nav {
	width: 100%;
	float: none;
}

.globalNav li {
	float: none;
	width: 100%;
	position: relative;
	text-align: left;
	border-top: 1px solid #737484;
	background-color: transparent;
}

.globalNav li:last-child {
	border-bottom: 1px solid #737484;
}

.globalNav li a {
	overflow: inherit;
	width: 100%;
	height: inherit;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	background: none;
}

.globalNav li a span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
}

.globalNav li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	left: inherit;
	background: url(../images/common/contents/arrow_sp.png) no-repeat center right;
	background-size: 16px;
}

/* menu */

.menu {
	display: block;
	position: absolute;
	top: 22px;
	right: 12px;
	z-index: 1000;
	width: 31px;
	height: 23px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 31px;
	height: 23px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #272634;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/* anime */
	
.active .menu-trigger span {
	background-color: #fff;
}

.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

/*============================
container
============================*/
.cont .container {
	width: 100%;
	padding-bottom: 0;
}

.cont h2 {
	font-size: 17px;
}

.cont h3 {
	font-size: 16px;
}

.primary {
	width: 90.625%;
	margin: auto;
	float: none;
}

.secondary {
	float: none;
	width: 100%;
	padding: 0;
	margin: auto;
}

.secondary .banner {
	width: 90.625%;
	margin: auto;
	padding: 25px 0;
}

.secondary .banner li {
	width: 100%;
}

.secondary .banner li a {
	padding-top: 33.33333%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/contents/banner/recruit_sp.png) no-repeat center top;
	background-size: cover;
}

.secondary dt {
	font-size: 18px;
	font-weight: bold;
	padding: 16px 0;
}

.company {
	margin: 0;
}

.company .photo img {
	padding-top: 64.36781%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/contents/company_sp.jpg) no-repeat center top;
	background-size: cover;
}

.company .contact a {
	padding: 16px 0;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.company .contact a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	background-image: url(../images/common/contents/arrow_sp.png);
	background-size: 100%;
}

/* table */
	
table.info th {
	width: 100px;
}

table.info td {
	padding-left: 10px;
}

#company table.info td span br {
	display: block;
}

/*============================
toTop
============================*/
.toTop li a {
	width: 40px;
	height: 40px;
	padding-top: 40px;
	background-image: url(../images/common/footer/totop_sp.png);
	background-size: 40px;
}

}


/*============================
会員登録
============================*/

.member{
	padding: 50px 0 50px;
	background: #eeeeee;
  }
  @media only screen and (max-width: 768px) {
	.member{
		padding: 40px 0 40px;
	  }
  }
  
  .memberText{
	width: 50%;
  }
  @media only screen and (max-width: 768px) {
	.memberText{
		width: 100%;
	  }
  }
  
  .memberText p:first-of-type{
	background: #fff;
	width: 420px;
	text-align: center;
	border-radius: 5px;
	font-size: 17px;
	padding: 7px 0;
	color: #004382;
	font-weight: bold;
	position: relative;
  }
  @media only screen and (max-width: 768px) {
	.memberText p:first-of-type{
		width: 100%;
		font-size: 14px;
		padding: 10px 0;
	}
  }
  
  .memberText p:first-of-type::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 15px 0 15px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	z-index: 100;
	top: 42px;
	left: 48%;
  }
  @media only screen and (max-width: 768px) {
	.memberText p:first-of-type::after{
		content: '';
		width: 0;
		height: 0;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-top: 16px solid #fff;
		position: absolute;
		bottom: -11px;
		left: 0;
		right: 0;
		margin: auto;
	}
  }
  
  .memberText p:last-of-type{
	text-align: center;
	width: 420px;
	color: #004382;
	font-weight: bold;
	font-size: 24px;
	margin-top: 13px;
  }
  @media only screen and (max-width: 768px) {
	.memberText p:last-of-type{
		text-align: left;
		width: auto;
		color: #004382;
		font-weight: bold;
		font-size: 18px;
		margin: 10px auto;
	}
  }