@charset "UTF-8";

/* main_visual
======================================================================*/

#main_visual {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#main_visual ul{
    /*max-width: 1400px;*/
	margin: 0 auto;
}
#main_visual li img{
    width: 100%;
	height: auto;
}

#main_visual h2 {
	position: absolute;
	z-index: 5;
	bottom: 60px;
	right: 60px;
}

/*
#main_visual ul li:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	background-image: url(../images/bk_ami.svg);
}
*/

/* contents
===================================*/

#contents_top{
    width: 100%;
    overflow: hidden;
    padding: 200px 0;
    background-image: url(../../images/line.png), url(../../images/line.png);
    background-position: center top 80px, center bottom 80px;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
#contents .inner{
    padding: 100px 0;
}
*/
#contents_top h3{
    color: #0065b2;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-bottom: 1.5em;
    text-align: center;
}

#contents_top h3:before{
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #CCCCCC;
}

/* top_adv
===================================*/

#top_adv {
	width: 100%;
	position: relative;
    margin-bottom: 4em;
}

#top_adv p.read{
	text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4;
    margin-bottom: 5em;
}

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

#top_adv ul{
    text-align: center;
}

#top_adv li{
	display: inline-block;
}

/*bnr_pht*/

.bnr_pht{
    position: relative;
    margin-bottom: 2em;
    background: #000000;
}

.bnr_pht a{
    -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
    display: block;
    cursor: pointer;
}

.bnr_pht a:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.bnr_pht img{
	max-width: 100%;
    height: auto;
}

.bnr_pht p.catch{
	position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3;
    color: #FFFFFF;
    text-align: left;
    font-size: 4.6rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.1rem;
}

.bnr_pht p.enttl{
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    text-align: right;
    background-image: url(../../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    min-height: 34px;
    padding-right: 30px;
}

.bnr_pht:hover p.enttl{
	animation: fadeInLeft 1s ease-in-out infinite;
}


/* top_bnr
===================================*/

#top_bnr {
	width: 100%;
	position: relative;
    padding-top: 3em;
    margin-bottom: 5em;
}

#top_bnr:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 320px;
    top: 0;
    left: 0;
    background-color: #0065b2;
    z-index: -1;
}

#top_bnr p.read{
	color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 3em;
    text-align: center;
	}

#top_bnr ul{
    max-width: 1240px;
    margin:0 auto;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#top_bnr li{
	max-width:390px;
    width: 32%;
    position: relative;
}


/* btn_set
===================================*/

.btn_set {
	width: 100%;
}

.btn_set ul{
    text-align: center;
}

.btn_set li{
	position: relative;
}

/***** btn_company *****/

.btn_company {
    display: inline-block;
    width: 360px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #0065B2;
}

.btn_company::before, .btn_company::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_company, .btn_company::before, .btn_company::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.btn_company {
	color: #0065b2;
}

a:hover.btn_company  {
	color: #FFFFFF;
	text-decoration: none;
}

.btn_company::after {
	top: -100%;
	width: 100%;
	height: 100%;
}

.btn_company:hover::after {
	top: 0;
	background-color: #0065b2;
}


/* recruit
===================================*/

#recruit {
	max-width: 1100px;
	width: 100%;
    margin: 60px auto 0;
    overflow: hidden;
    background-color: #efeee8;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.rec_L{
    float: left;
    width: 180px;
}

.rec_R{
    float: right;
    width: 100%;
    margin-left: -230px;
    padding-left: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rec_R h4{
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    color: #222222;
}

.rec_R p{
    font-weight: 500;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 1em;
}

.rec_R p.contact{
    font-weight: 700;
    margin-bottom: 0;
}

.rec_R p.tel{
    font-weight: 700;
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    margin-bottom: 0.5em;
}

.rec_R p.mail{
    font-weight: 700;
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    background-image: url(../../images/icon_mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 36px;
    margin-bottom: 0;
}

.rec_R p.mail a{
    color: #222222;
}

.rec_R p.mail a:hover {
	color: #0065b2;
}


/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

} /*@mediaEnd*/








/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){
    
} /*@mediaEnd*/
