/* navi
-------------------------------------------------- */
.header .header-ttl {
    margin-right:0;
}
@media (min-width: 768px) {
    .header .header-ttl._jointer {
        max-width: 200px;
		margin-left: 30px;
    }
    .header .header-ttl {
        max-width: 100px;
    }
}
@media (max-width: 768px) {
    .header .header-ttl._jointer {
        max-width: 30vw;
		margin-left: 1vw;
    }
.header .header-logo,
    .header .header-ttl {
        max-width: 18vw;
    }
	.header .btn-recruit {
    padding: 1 0;
    font-size: 2.5vw;
    width: 14vw;
    margin: auto 1.5vw;
}
}
/* g-nav*/
.header {
  position: relative;
}
.jointer-nav{
  width: 100%;
}
/* メニューがヘッダで止まるように */
.jointer-nav.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.jointer-nav .inner{
  width: 100%;
  background-color: #003875;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
    .jointer-nav .header-ttl._jointer {
        max-width: 210px;
		margin-top: 3px;
    }
}
@media (max-width: 768px) {
    .jointer-nav .header-ttl._jointer {
        max-width: 30vw;
    }
}
.jointer-nav ul{
    display: -webkit-flex;
    display: flex;
    color: #fff;
	flex-wrap:wrap;
	width: 100%;
	-webkit-justify-content: center;
    justify-content: center;
}
.jointer-nav ul li{
margin-left: 3%;
}
@media (max-width: 768px) {
.jointer-nav ul li{
font-size: 0.8em;
padding-top: 3px;
padding-bottom: 3px;
width: 54%;
}
.jointer-nav ul li:nth-child(even){
width: 40%;
}

}
/* other
-------------------------------------------------- */
.A > .m_note {
margin-top: -10px;
    text-align: right;
}
.m_box._B {
    padding: 1.5em 2em;
    border: 1px solid #ccc;
    background: #fff;
	margin-top: 16px;
}
.m_image .embedded_caption, .m_image-sbs .embedded_caption, .m_image-sneak .embedded_caption, .m_image-list .embedded_caption {
    margin-top: .5em;
    color: #666;
    font-size: .75rem;
    text-align: center;
}
._padding{
padding-right: 20px;
padding-left: 20px;
}
._right{
text-align: right;
}
._left{
text-align: left;
}
._margin-top0{
margin-top: 0;
}
.m-button._relation .relation_icon._margin-bottom0,
._margin-bottom0{
margin-bottom: 0;
}
h2.content_hdg  {
margin-bottom: 30px;
}
h3.content_hdg  {
font-size: 1.2em;
margin-bottom:0;
}
.panel_hdg {
    background-color: #003875;
}
/* intro
-------------------------------------------------- */
section._intro{
    background: url("/saiyou/area/jointer/images/title_image.jpg")center bottom no-repeat #003875;
	height: 750px;
	}
@media (max-width: 768px) {	
section._intro{
    background: url("/saiyou/area/jointer/images/title_image_sp.jpg")center bottom no-repeat #003875;
	height: 550px;
	background-size: cover;
	}
	}
section._intro .pad {
    padding: 100px 20px 40px 20px;
}
section._intro .text{
color: #fff;
font-size: 2em;
font-weight: 800;
	}
@media (max-width: 768px) {
section._intro .pad {
    padding: 150px 20px 40px 20px;
}
section._intro .text{
font-size: 1.3em;
	}
}

/* what
===================================*/
#what{
  position: relative;
  z-index: 1;
  color: #fff;
  background-position: bottom left;
  background-size: 80%;
  background-repeat: no-repeat;
  background-image: url("../../images/what_bg.png");
  background-color: #0091db;
}
#what:after{
  content: "";
  position: absolute;
  z-index:0;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 145, 219, 1) 10%, rgba(0, 145, 219, 0) 100%);
}
#what .pad{
z-index:2;
}
#what .content_area{
text-align: left;
}
#what .m_box._B h2.catch{
text-align: left;
}
#what h3{
font-size: 1.5em;
font-weight: 800;
text-align: center;
}
@media (max-width: 768px) {
#what h3{
font-size: 1.3em;
margin-top: 30px;
}
#what .m_text {
    font-size: 0.9em;
}
}
#what h3 span{
color: #fff799;
}
#what .content_hdg b{
    color: #fff799;
}
#what .text_lede{
font-size: 1.3em;
}
#what .content._column3{
    margin-top: 80px;
    margin-left: -4%;
}
#what .content._column3 .content_area{
width: 29%;
margin-left: 4%;
}
@media (max-width: 768px) {
#what .content._column3{
	flex-wrap:wrap;
}
#what .content._column3 .content_area{
width: 46%;
}
}
#what .content._column3 .content_area{
position: relative;
}
#what .content._column3 .content_area p,
#what .content._column3 .content_area h3{
position: relative;
z-index: 3;
}
#what .content._column3 .content_area::before{
top:50%;
left: 50%;
position: absolute;
content: "";
    transform: translate(-50%,-50%);
background-color: #003875;
width: 300px;
height: 300px;
border-radius: 50%;
z-index: 1;
}



.pad._movie-link {
    padding: 0 20px 80px 20px;
}
@media (max-width: 768px) {
#what .pad+.pad{
padding-top: 0;
padding-bottom: 0;
}
#what .pad+.pad._movie-link {
    padding: 0 20px 300px 20px;
}
}
/* qa
===================================*/
.content_hdg b {
    color: #003875;
}
.content_hdg span {
    background-color: #003875;
}
._qa .Q::before {
    background-color: #003875;
}
._qa .Q_text {
    border: 6px solid #003875;
    background-color: #fff9b8;
    color: #003875;
}
._qa .Q_text::before {
    border-color: #003875 transparent transparent;
}
._qa .Q_text::after {
    border-color: #fff9b8 transparent transparent;
}
._qa .A {
    border: 6px solid #003875;
}
.star>li::before,
._qa .A span {
    color: #003875;
}
.m-table__td {
text-align: left;
}
.m_note {
text-align: left;
}
._qa .A .content_area {
    width: 100%;
	align-items:flex-start;
	margin-bottom: 0;
}
._qa .A .m-button._relation .relation_icon span {
    font-size: 0.9rem;
	font-weight:400;
}
/* special(footer banner)
===================================*/
#special {
    background: linear-gradient(180deg, rgba(199, 228, 248, 0) 10%, rgba(199, 228, 248, 1) 100%);
}
/* footer
===================================*/
.footer {
    background: #c7e4f8;
}
/* other
===================================
section._intro,*/
._dot{
    background: url("/saiyou/area/jointer/images/recruit_bg.png") ;
}