/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background-image: url(../img/005-subtle-light-patterns.jpg);
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* 共通
------------------------------------------------------------*/

section{clear:both;}

section h2{
	font-size: 25px;
	font-weight:normal;
	text-align: center;
}

section h1{
	font-size: 45px;
	font-weight:normal;
	text-align: center;
}

.caption{
    font-size:130%;
    color:#313131;
    border:1px solid #313131;
    border-radius: 5px;
    letter-spacing: 3px;
    font-weight:bold;
    text-align: center;
   /*  float:left;---------------------------*/
}


/* SEC02 MESSAGE
------------------------------------------------------------*/

/* container */
.wrapper{
    width:100%;
}
.wrapper .container{
    max-width:1500px;
    margin:0px auto;
    padding:10px 0px;
}
/* content */
@media (min-width: 992px) {
    .wrapper .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.wrapper .content-item {
    width:100%;
}
@media (min-width: 992px) {
    .wrapper .content-item {
        width:50%;
    }
}
.wrapper .image{
    display:block;
    max-width:100%;
    margin:0px auto;
}
.wrapper .text{
    padding:50px;
}
.wrapper .text .heading{
    margin:0px 0px 20px 0px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}


/* container_02 */
.wrapper{
    width:100%;
}
.wrapper .container_02{
    max-width:1500px;
    margin:0px auto;
    padding:10px 0px;
}
/* content_02 */
@media (min-width: 992px) {
    .wrapper .container_02 .content_02 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* PC時のみ順番を入れ替える */
@media (min-width: 992px) {
    .wrapper .content_02 {
        flex-direction:row-reverse;
    }
}
.wrapper .content_02-item {
    width:100%;
}
@media (min-width: 992px) {
    .wrapper .content_02-item {
        width:50%;
    }
}
.wrapper .image_02{
    display:block;
    max-width:100%;
    margin:0px auto;
}
.wrapper .text_02{
    padding:50px;
}
.wrapper .text_02 .heading_02{
    margin:0px 0px 20px 0px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}



/* container_03 */
.wrapper{
    width:100%;
}
.wrapper .container_03{
    max-width:1500px;
    margin:0px auto;
    padding:10px 0px;
}
/* content_03 */
@media (min-width: 992px) {
    .wrapper .container_03 .content_03 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.wrapper .content_03-item {
    width:100%;
}
@media (min-width: 992px) {
    .wrapper .content_03-item {
        width:50%;
    }
}
.wrapper .image_03{
    display:block;
    max-width:100%;
    margin:0px auto;
}
.wrapper .text_03{
    padding:50px 50px 0 50px ;
}
.wrapper .text_03 .heading_03{
    margin:0px 0px 20px 0px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}




/* SEC03 SERVICE 
------------------------------------------------------------*/
.item-list{
	margin-bottom: 30px;
}

.item ul{
	max-width: 400px;
	display: block;
	margin: -5px auto 20px;
}


/* SERVICE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.item-list{
		width: auto;
		padding-bottom: 10px;
	}
	.caption p{
		padding: 70px 0 20px;
	}
	.description h3{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:20px;
	}

	/* SEC03 SERVICE 
	-----------------*/
	.item-list{
		text-align: center;
	}

	.item {
		display: inline-block;
		width: 29%;
		padding: 0;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}
}

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

	.item {
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
}



/* SERVICE LINK 設定
------------------------------------------------------------*/

.link a {
    text-indent: -1em;
    margin-left: -0.5em;
}


.link a::before {
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: 4px;
}

.link a:hover {
	background-color: blue;
	border: 1px solid #fff;
}

.link a:hover::after {
	border-color: #fff #fff transparent transparent;
}




/* SEC03 RECRUIT 
------------------------------------------------------------*/
.good-list{
	margin-bottom: 30px;
	
}

.good item-rec{
	max-width: 400px;
	display: block;
	margin: -5px auto 20px;
}


/* RECRUIT 画像の上に文字 設定
------------------------------------------------------------*/

.item-rec img{

    margin-left: auto;
    margin-right: auto;
    display: block;
        display: flex;
        align-items: center;
        justify-content: center;
}

.item-rec p{
  margin: 0;
  padding: 0;
  color: black;
  font-size: 2.5vw; //vw指定;
  background: rgba(255,255,255,.9);
}

.item-rec{
  position: relative;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

/*  RECRUIT 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.good-list{
		width: auto;
		padding-bottom: 120px;
	}
	.caption p{
		padding: 70px 0 20px;
	}
	.description h3{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:20px;
	}

	/* SEC03 RECRUIT 
	-----------------*/
	.good-list{
		text-align: center;
	}

	.good {
		display: inline-block;
		width: 40%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
}

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

	.good {
		  margin: 20px 0 0;
          padding: 0 30px;
		  display: block;
	      max-width: 100%;
	}

  .item-rec p{
    margin: 0;
    padding: 0;
    color: black;
    font-size: 5vw; //vw指定;
    background: rgba(255,255,255,.9);
  }
}


/* RECRUIT LINK 設定
------------------------------------------------------------*/

.center {
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
}
.center:hover {
	color: #fff;
	background-color: blue;
}

/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/* 以下見た目をわかりやすくするための設定*/}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #000000;
}



