@charset "UTF-8";

header {
    background: none;
}

.header_logo {
    color: #000!important;
}

ul.header_menu li a {
    color: #000!important;
}

ul.header_menu li a span {
	background: #000;
}

a.headercontact {
    border: 1px solid #242422;
}

section.contents_wrapper {
    padding: 100px 0;
    box-shadow: 0 -60px 160px rgba(0,0,0,0.045);
    border-bottom: 0.5px solid #AAA;
}

.join_content_main {
    margin: 0 auto;
    width: 90%;
    justify-content: space-between;
    display: flex;
    max-width: 2000px;
}

.join_main_image {
    width: 40%;
    background-image: url("../img/join/image_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

p.join_message {
    width: 54%;
    font-size: 1.3rem;
    line-height: 26px;
}

p.join_message span {
    display: block;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 54px;
    margin-bottom: 40px;
}

.join_visual {
    width: 100%;
    height: 400px;
    background-image: url("../img/join/image_visual.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	background-attachment: fixed;
    margin: 100px 0;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.join_visual span {
    display: block;
    color: #fff;
    font-family: "ab-karuta-el", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: -3px;
}

.join_content_odd {
    max-width: 1000px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}

p.join_message_odd {
    width: 46%;
    font-size: 1.3rem;
    line-height: 26px;
    padding: 100px 0;
}

.join_main_image_odd {
    width: 50%;
    position: relative;
    background-image: url("../img/join/image_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.join_main_image_odd:after {
    position: absolute;
    width: 10%;
    height: 80%;
    top: 10%;
    left: 0;
    background: #fff;
    content: "";
}

.join_content_even {
    max-width: 1000px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}

p.join_message_even {
    width: 46%;
    font-size: 1.3rem;
    line-height: 26px;
    padding: 100px 0;
}

.join_main_image_even {
    width: 50%;
    position: relative;
    background-image: url("../img/join/image_3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.join_main_image_even:after {
    position: absolute;
    width: 10%;
    height: 80%;
    top: 10%;
    right: 0;
    background: #fff;
    content: "";
}

span.join_message_position {
    display: block;
    font-size: 1.3rem;
    width: 100%;
    font-weight: 500;
    text-align: right;
    margin-top: 30px;
}

span.join_message_name {
    text-align: right;
    display: block;
    font-size: 2rem;
    margin-top: 8px;
}

.join_cv_inner {
    border: 1px solid;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 50px;
    overflow: hidden;
    border-radius: 8px;
}

.join_cv_inner h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 30px;
    background: #f5f5f5;
    padding: 30px;
    border-bottom: 1px solid #000;
}

a.join_cv_mail {
    padding: 15px 100px;
    background: #000;
    border-radius: 100px;
    margin: 30px auto 10px;
    display: flex;
    position: relative;
    width: max-content;
}

a.join_cv_mail span {
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "aileron", sans-serif;
    color: #fff;
	position: relative;
	overflow: hidden;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

a.join_cv_mail:hover span {
	color: #000;
}

a.join_cv_mail:hover img {
    filter: brightness(0) saturate(100%);
}

a.join_cv_mail:before {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eee;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px;
}

a.join_cv_mail:hover:before {
	width: 100%;
}

a.join_cv_mail img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(348deg) brightness(107%) contrast(101%);
    width: 18px;
    margin-left: 10px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

p.join_cv_name {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

p.join_cv_cap {
    font-size: 1.3rem;
    line-height: 32px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.contents_wrapper {
    padding: 50px 0;
}

.join_content_main {
    width: 90%;
    display: block;
}

p.join_message {
    width: 100%;
    font-size: 1.2rem;
    line-height: 22px;
}

p.join_message span {
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.join_main_image {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}

.join_visual {
    margin: 50px 0;
    height: 200px;
    background-attachment: inherit;
    background-position: center;
}
	
.join_visual span {
    font-size: 2rem;
}

.join_content_odd {
    margin: 50px auto;
    width: 100%;
    display: block;
}

p.join_message_odd {
    width: 90%;
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0;
    margin: 0 auto;
}

.join_main_image_odd {
    width: 80%;
    margin-top: 50px;
    height: 200px;
}

.join_main_image_odd:after {
    display: none;
}

.join_content_even {
    display: flex;
    width: 100%;
    margin: 50px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.join_main_image_even {
    width: 80%;
    height: 200px;
    margin-left: 20%;
    margin-top: 50px;
}

p.join_message_even {
    width: 100%;
    padding: 0 5%;
    font-size: 1.2rem;
    line-height: 22px;
}

.join_main_image_even:after {
    display: none;
}

span.join_message_position {
    font-size: 1.2rem;
}

span.join_message_name {
    font-size: 1.8rem;
    margin-top: 5px;
}

.join_cv_inner {
    width: 90%;
    padding: 0 0 20px;
}

.join_cv_inner h2 {
    font-size: 1.3rem;
    line-height: 22px;
    padding: 20px 0;
    margin-bottom: 20px;
}

a.join_cv_mail {
    margin: 0 auto 10px;
    padding: 15px 0;
    align-items: center;
    width: 90%;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.4rem;
}

p.join_cv_cap {
    font-size: 1.2rem;
    padding: 0 5%;
    line-height: 22px;
}
}