#contents{
	background: url(../img/service_topvisual.png) top left / contain no-repeat;
}
.service_contents_wrapper {
	margin-top: -50px;
	padding-top: 50px;
    margin-bottom: 100px;
}
.career {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.career_title {
    width: 40%;
}
.career_title h3{
    margin: 0 0 0 0px;
    display:flex;
    align-items: baseline;
}
.career_title h3:before{
    margin-right:10px;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 10px;
    border-color: #dddddd #00478f #dddddd #00478f;
}
.career_img01, .career_img02 {
    box-sizing: content-box;
    width: 26%;
    margin: 0 0 0 2%;
}
.career_img01 img, .career_img02 img {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 12px;
}
.career_title ul{
    margin: 10px 20px 0 0;
}
.career_list {
    display: flex;
    justify-content: flex-start;
}
.career_title ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}

.case_study {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0px;
}
.case_study a {
    background: #002e5b;
    color: #ffffff;
    padding: 16px 56px;
    transition: all 0.3s;
    border-color: #002e5b;
    border-width: 1px;
    border-style:solid;
}
.case_study a:hover {
    background: #ffffff;
    color: #002e5b;
    border-color: #002e5b;
    border-width: 1px;
    border-style: solid;
}
.in_click {
    margin: 0!important;
    align-items: flex-end;
}
.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
    margin: 40px 0 0;
}
.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
.video video{
    width: 100%;
    vertical-align: bottom;
}
  

/* Tablet 640px 以上 〜　768px 以下
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
.career {
    display: block;
}
.career_title {
    width: 100%;
    margin-bottom: 24px;
}
.career_img01, .career_img02 {
    box-sizing: content-box;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.career_img01 img, .career_img02 img {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 100%;
    max-width: 233px;
    margin: 0 auto 24px;
    display: block;
}

.case_study {
    display: block;
    margin: 40px 0px;
    text-align: center;
}
.in_click {
    margin: 40px 0!important;
}
}
/* Smart Phone 640px 以下
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

}