.contents-wrap {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
  
#introduction .about {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 300;
}

/*--- 自分らしく働きたい人は ---*/
#introduction {
    margin-bottom: 86px;
}

/*--- 動画紹介 ---*/
.youtube-wrap {
    padding-top: 30px;
}

.youtube-wrap h2 {
    height: 60px;
    position: relative;
    background-image: url(../images/youtube-ttl-bg.png?1);
}

.youtube-wrap h2 span {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
}

.youtube-wrap video {
    width: 1080px;
    height: 610px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color: #fff;
}

/*--- タクシードライバーは自由だ！ ---*/
.lay1 {z-index: 1;}
.lay2 {z-index: 2;}

#freedom {
    
}

#freedom h2{
    background-image:url(./../images/freedom-ttl-bg.png?1);
}

#freedom .picup-image{
    margin-top: 60px;
    margin-bottom: 0px;
    display: flex;
}

#freedom .picup-image.reverse {
    flex-direction: row-reverse;
}

#freedom .picup-image figure {
    width: 500px;
    height: 340px;
    position: relative;
}

#freedom .picup-image figure img{
    width: 100%;
}

#freedom .picup-image article {
    width: calc(100% - 500px);
    position: relative;
}

#freedom .picup-image .bg-image {
    position: absolute;
    width: 600px;
    height: 400px;
}

#freedom .picup-image .bg-image.right {
    right: -280px;
    top: 100px;
}

#freedom .picup-image .bg-image.left {
    left: -200px;
    top: 60px;
}

#freedom .picup-image .bg-image img {
    width: auto;
    max-height: 400px;
}

#freedom .text-wrap {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 520px;
    font-weight: 300;
}

#freedom .text-wrap h3 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
}

#freedom .text-wrap.right {
    left: 54%;
}

#freedom .text-wrap.left {
    left: 46%;
}

#freedom .job-variety {
    padding-top: 120px;
}

#freedom .job-variety h4 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
}

#freedom .job-variety dd {
    padding-top: 54px;
    padding-bottom: 109px;
}

#freedom .job-variety dd ul {
    display: flex;
}

#freedom .job-variety dd ul li {
    padding-left: 44px;
    padding-right: 44px;

}

#freedom .job-variety dd ul li p {
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
}

#freedom .job-variety dd ul li img {
    width: 160px;
    height: 160px;
}

/*--- 平均年数・労働時間ともに上昇 ---*/
#income {
    padding-bottom: 120px;
}

#income h2{
    background-image:url(./../images/income-ttl-bg.png);
    padding-top: 48px;
    padding-bottom: 48px;
}

#income h2 span {
    position: relative;
    font-weight: 800;
}

#income h2 > span::after {
    content: '';
    background-image: url(./../images/income-upper-arrow.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
    height: 40px;
}

#income .description{
    padding-bottom: 70px;
    font-weight: 300;
}

#income .graph {
    text-align: center;
}

#income .graph img{
    width: 900px;
}

#income .graph dd {
    padding-top: 20px;
    padding-bottom: 36px;
    font-weight: 600;
}

#income .note-wrap {
    border: 1px solid #333;
    box-sizing: border-box;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#income .note-wrap li {
    font-size: 16px;
    position: relative;
    font-weight: 300;
}

#income .note-wrap li::before {
    content: '・';
    top: 50%;
    left: 0px;
    
}

#income .work-support {
    padding-top: 95px;

}

#income .work-support h3{
    text-align: center;
    padding-bottom: 54px;
    font-size: 30px;
    font-weight: 500;
}

#income .work-support .point {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#income .work-support .point ul {
    width: 340px;
    background-color: #FFEFEE;
}

#income .work-support .point ul:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

#income .work-support .point ul li.img {
    width: 340px;
    height: 330px;
}

#income .work-support .point ul li.img img {
    width: 100%;
}

#income .work-support .point ul li.ttl {
    padding-top: 36px;
    text-align: center;
    font-size: 24px;
}

#income .work-support .point ul li.ttl h4 {
    font-weight: 500;
}

#income .work-support .point ul li.txt {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

/*--- 多様化するタクシーのサービス ---*/
#diversity {
    padding-bottom: 89px;
}
#diversity h2 {
    background-image:url(./../images/diversity-ttl-bg.png?1);
}
#diversity h2 span {
    font-weight: 800;
}
#diversity .life-style-wrap {
    padding-top: 74px;
}

#diversity .life-style-wrap .life-style {
    display: flex;
    padding-bottom: 80px;
}

#diversity .life-style-wrap .life-style.reverse {
    flex-direction: row-reverse;
}

#diversity .life-style-wrap .life-style li.img {
    width: 440px;
    height: 340px;
}

#diversity .life-style-wrap .life-style li.desc {
    width: calc(100% - 440px);
    padding-top: 60px;
    padding-left: 76px;
    padding-right: 76px;
    
}

#diversity .life-style-wrap .life-style li.desc .ttl {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 33px;
}

#diversity .life-style-wrap .life-style li.desc .txt {
    font-weight: 300;
}

#diversity .find-your-mach {
    padding-top: 15px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#diversity .find-your-mach h4 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 54px;
    text-align: center;
}

#diversity .find-your-mach .txt {
    font-weight: 300;
}

/*--- #推しタクの3大自慢 ---*/
#three-pride {
    background-color: #F5F5F5;
    padding-top: 70px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

#three-pride h2 {
    background-image: url(./../images/three-pride-ttl-bg.png?1);
}

#three-pride .points{
    font-size: 30px;
    padding-top: 47px;
}

#three-pride .points li {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}

#three-pride .points li:nth-child(1)::before,
#three-pride .points li:nth-child(2)::before,
#three-pride .points li:nth-child(3)::before {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

#three-pride .points li:nth-child(1)::before {
    content: '1.';
}

#three-pride .points li:nth-child(2)::before {
    content: '2.';
}

#three-pride .points li:nth-child(3)::before {
    content: '3.';
}

#three-pride .conclusion {
    font-size: 30px;
    padding-top: 90px;
    text-align: center;
}

#contact_form {
    border: none;
    width: 100%;
    display: block;
}
