@charset "UTF-8";

/* contents
===================================*/
#contents.company{
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
#contents.company{
    padding-bottom: 2em;
}
}


/* mainimage
===================================*/
#mainimage.company{
    background-image: url("../images/company/MainVisual.png");
}
@media screen and (max-width: 768px) {
#mainimage.company {
    /*background-position: center center;*/
  }
}

/* message
===================================*/

#message {
    width: 100%;
    position: relative;
}

#message .inner {
    max-width: 1080px; /*1000px*/
	padding-top: 4em;
	padding-bottom: 4em;
}
@media only screen and (max-width:768px){
#message .inner {
	padding-top: 2em;
	padding-bottom: 2em;
}
}

#message p.lead{
	font-size: 1.6rem;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
#message p.lead{
	font-size: 1.4rem;
    text-align: justify;
}
}

/* message-wrap
===================================*/
.message-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4em auto 0;
}

.message-wrap p{
	text-align: justify;
	margin-bottom: 20px;
	line-height: 2.0;
}
@media only screen and (max-width:768px){
.message-wrap p{
	line-height: 1.8;
}
}

.message-wrap p.name{
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: right;
	padding-top: 10px;
}

.message-txt{
	width: 64%;
	max-width: 640px;
}
@media only screen and (max-width:768px){
.message-txt{
	width: 100%;
	margin: 0 auto;
}
}

.message-img{
	width: 30%;
	max-width: 300px;
}
@media only screen and (max-width:768px){
.message-img{
	width: 100%;
	margin-left: auto;
}
}

@media only screen and (max-width:480px){
.message-img{
	max-width: 180px;
}
}

/* profile
===================================*/

#profile {
    width: 100%;
    position: relative;
}

#profile .inner {
    /*max-width: 680px; /*600px*/
	max-width: 1080px; /*1000px*/
	padding-top: 2em;
	padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
#profile .inner {
	padding-top: 1em;
	padding-bottom: 2em;
}
}

/* information */

table.information{
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	margin-top: 60px;
}

table.information tr{
	border-bottom: 1px solid #707070;
}

table.information tr:first-child{
	border-top: 1px solid #707070;
}

table.information th,
table.information td{
	padding: 16px 32px;
    vertical-align: top;
}

table.information th{
	width: 25%;
    font-weight: 400;
}

table.information td{
	padding-left: 0;
}

@media screen and (max-width: 768px) {
table.information{
    font-size: 1.4rem;
}
table.information th,
table.information td{
	padding: 8px 20px;
}
table.information th{
	width: 35%;
}
table.information td{
	padding-left: 0;
}
} /*@mediaEnd*/


/* history
===================================*/

.history {
    width: 100%;
}

.history .inner{
    padding-top: 4em;
	padding-bottom: 4em;
}

@media only screen and (max-width: 768px){
.history .inner {
	padding-top: 2em;
    padding-bottom: 2em;
}
}

.history h3 {
    width: 100%;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.history h3::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(-45deg, #FC1A1E 0, #FC1A1E 1px, transparent 0, transparent 50%);
	background-size: 8px 8px;
    z-index: -1;
}

.history h3 span{
    min-width: 280px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 768px){
.history h3 span{
    font-size: 1.6rem;
    min-width: auto;
}
}

.flow_wrap {
    width: 100%;
    padding: 30px 0;
	text-align: center;
}
@media only screen and (max-width: 768px){
.flow_wrap {
    padding: 30px 0;
}
}

.flow {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 768px){
.flow {
    width: 100%;
}  
}

.flow::before{
    position: absolute;
    content: "";
    background-color: #707070;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
	width: 1px;
    height: 100%;
}

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

}

.flow .item{
	position: relative;
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #EEEEEE;
	margin-right: left;
}

.flow .item.rev{
	flex-direction:row-reverse;
	margin-right: auto;
}

/*
.flow .item::before{
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	background-color: #707070;
	top: 20px;
	left: 0;
}
*/

.flow dl{
    min-height: 20px;
    overflow: hidden;
    padding-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    background-image: url(../images/recruit/dot.png);
	background-repeat: no-repeat;
	background-position: left 0px top 0px;
    position: relative;
}

@media only screen and (max-width: 480px){
.flow dl{
    padding-bottom: 30px;
}
}

.flow dl:last-child{
    padding-bottom: 0px;
}
@media only screen and (max-width: 768px){
.flow dl:last-child{
    padding-bottom: 30px;
}
	
.flow:last-of-type dl:last-child {
    padding-bottom: 0px;
  }
}

.flow dt{
	width: 20%;
	text-align: left;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flow dt p.date{
	color: #FC1A1E;
    font-size: 1.6rem;
    line-height: 1.2;
}
@media only screen and (max-width: 768px){
.flow dt p.date{
    font-size: 1.4rem;
}
}

.flow dd{
    width: 76%;
}
@media only screen and (max-width: 480px){
.flow dd{
    width: 72%;
}
}

.flow dd p{
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: justify;
}
@media only screen and (max-width: 768px){
.flow dd p{
    font-size: 1.4rem;
}
}
/*@media only screen and (max-width: 480px){
.flow dd p{
    font-size: 1.2rem;
}
}*/
/*
.history .btn_wrap{
    max-width: 320px;
    margin: 0 auto;
    padding-top: 30px;
}

.history .btn_wrap a{
    height: 64px;
}

@media only screen and (max-width: 768px){
.history .btn_wrap{
    max-width: 280px;
}
.history .btn_wrap a{
    height: 40px;
}
}
*/

/* access
===================================*/

#access {
    width: 100%;
}

#access .inner{
	max-width: 1080px; /*1000px*/
    padding-top: 2em;
	padding-bottom: 4em;
}

@media only screen and (max-width: 768px){
#access .inner {
	padding-top: 1em;
    padding-bottom: 2em;
}
}

#access .map_wrap{
	width: 100%;
	padding: 3em 0;
}

#access .map_wrap p.add{
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2em;
}
@media only screen and (max-width:768px){
#access .map_wrap p.add{
	font-size: 1.4rem;
	margin-bottom: 1em;
}
}

#access .map_wrap.multi-col2{
	column-count: 2;
	column-gap: 40px;
	padding: 0;
}
@media only screen and (max-width:768px){
#access .map_wrap.multi-col2{
	column-count: 1;
	column-gap: 0;
}
#access .map_wrap.multi-col2 div{
	margin-bottom: 2em;
}
#access .map_wrap.multi-col2 div:last-child{
	margin-bottom: 0;
}
}


/* related
===================================*/

.related {
	width: 100%;
}

.related .inner {
	padding-top: 4em;
	padding-bottom: 6em;
	position: relative;
}
@media only screen and (max-width:768px){
.related .inner {
	padding-top: 2em;
	padding-bottom: 3em;
}
}

#contents .related h4.name {
	width: 100%;
	font-size: 1.4rem!important;
	font-weight: 400;
	line-height: 1.6;
	color: #000000;
	text-align: center;
}

#contents .related h4.name span{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: 10px;
}

@media only screen and (max-width:768px){
#contents .related h4.name {
	font-size: 1.2rem!important;
}
#contents .related h4.name span{
	font-size: 1.4rem;
}
}

.related ul{
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*gap: 3%;*/
	gap: 2%;
    margin: 0 auto;
    padding-top: 40px;
}
@media only screen and (max-width:768px){
.related ul{
    gap: 4%;
}
}
@media only screen and (max-width:480px){
.related ul{
    gap: 0%;
}
}

.related ul li{
	/*width: 30%;*/
	width: 23%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease-out;
	border: 1px solid #E4E4E4;
	display: flex;
	flex-wrap: wrap;
}

.related ul li:hover{
    background-color: rgba(255,255,255,1.00);
}

@media only screen and (max-width:768px){
.related ul li{
	width: 48%;
	margin: 2% 0;
}
}
@media only screen and (max-width:480px){
.related ul li{
	width: 90%;
	margin: 2% auto!important;
}
}

.related ul li a div{
	text-align: center;
	margin: 0 auto 40px;
}
@media only screen and (max-width:768px){
.related ul li a div{
	margin: 0 auto 20px;
}
}

.related ul li img{
    max-width: 100%;
    height: auto;
    transition: all .3s ease-out;
}

.related ul li a:hover img{
    opacity: 0.7;
}

.related ul li a{
	display: block;
	width: 100%;
	padding: 60px 20px;
	transition: all 0.3s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width:768px){
.related ul li a{
    padding: 30px 10px;
}
}


/* animation */

.button-border{
  position: relative;
  display: inline-block;
}

a.soon{
    pointer-events: none;
	cursor: default;
}

/* Effect1
 *************************************** */
/* 共通スタイル */
.button-border::after,
.button-border::before,
.button-border span::after,
.button-border span::before {
  background-color: #303030; /*#27B8A5*/
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上 */
.button-border::after {
    /*width: 0px;*/
	width: 32px;
    height: 1px;
    top: -0px;
    left: -0px;
}
/* 右下 */
.button-border::before {
	width: 32px;
    /*width: 0px;*/
    height: 1px;
    right: -0px;
    bottom: -0px;
}
/* 左上 */
.button-border span::after {
    width: 1px;
    /*height: 0px;*/
	height: 32px;
    left: -0px;
    top: -0px;
}
/* 右下 */
.button-border span::before {
    width: 1px;
    /*height: 0px;*/
	height: 32px;
    bottom: -0px;
    right: -0px;
}

/* hover */
.button-border:hover::after,
.button-border:hover::before {
 /* width: 62px;*/
	width: 100%;
}

.button-border:hover span::after,
.button-border:hover span::before {
  /*height: 62px;*/
	height: 100%;
}

/* nav_company
===================================*/

.nav_company {
    width: 100%;
    position: relative;
    padding: 4em 0;
}
@media only screen and (max-width:768px){
.nav_company {
    width: 90%;
	margin: 0 auto;
    position: relative;
    padding: 2em 0;
}
}

.nav_company ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;    
}

.nav_company li{
	margin: 0 24px;
	text-align: center;
}
@media only screen and (max-width:768px){
.nav_company li{
	width: 100%;
	margin: 4px 0;
	text-align: left;
}
}

.nav_company li a{
	display: inline-block;
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	color: #303030;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	position: relative;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width:768px){
.nav_company li a{
	font-size: 1.4rem;
	padding-left: 30px;
	text-align: left;
}
}

.nav_company li span{
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0em;
	padding-top: 5px;
	color: #707070;
}
@media only screen and (max-width:768px){
.nav_company li span{
	display: inline;
	font-size: 1.1rem;
	padding-top: 0px;
	padding-left: 10px;
}
}

.nav_company li a::after{
	position: absolute;
	content: '';
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 12px;
	background-color: #707070;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width:768px){
.nav_company li a::after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	left: 0;
	transform: translateX(-0%);
	width: 12px;
	height: 1px;
	background-color: #707070;
	transition: all 0.3s ease-out;
}
}

.nav_company li a:hover::after{
	bottom: -42px;
	height: 24px;
}
@media only screen and (max-width:768px){
.nav_company li a:hover::after{
	bottom: auto;
	width: 24px;
	height: 1px;
}
}

.nav_company li a:hover{
	opacity: 0.6;
}



