/* 採用ページ header start */
@media(min-width:1353px){
  #navigation .navbar-nav>li a{
    font-size: 14px;
  }
  #navigation.recruit .navbar-nav>li:nth-child(5) {
    width: auto;
  }
}

@media (min-width: 1100px) {}
  #navigation.recruit .navbar-nav>li {
    text-align: center;
    width: auto;
    margin-right: 10px;
  }

  #navigation.recruit .navbar-nav>li:nth-child(6) {
    margin-right: 0;
  }

  .nav>li>a {
    padding: 0;
  }
}

#navigation.recruit .navbar-nav>li>a {
  padding: 0;
}

#navigation.recruit .navbar-nav>li:nth-child(5) {
  width: auto;
  padding: 0;
}

#navigation.recruit .navbar-nav>li:nth-child(5)>a p {
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
}

#navigation.recruit .navbar-nav>li:nth-child(5)>a{
  padding: 0px;
  padding-top: 10px;
  width: 195px;
  height: 53px;
  position: relative;
  display: block;
  background-image: url(../images/btn_recruit_bg.jpg);
  margin-top: 7px;
  border: #1d2954 solid 2px;
  border-radius: 10px;
}

#navigation.recruit .navbar-nav>li:nth-child(5)>a .object {
  bottom: 0px;
}

#navigation.recruit .navbar-nav>li:nth-child(5)>a .recruit-object-01 {
  left: 0px;
}

#navigation.recruit .navbar-nav>li:nth-child(5)>a .recruit-object-01 img {
  width: 80%;
}

#navigation.recruit .navbar-nav>li:nth-child(5)>a .recruit-object-02 img {
  width: 80%;
}

#navigation.recruit .navbar-nav>li:nth-child(5)>a .recruit-object-02 {
  right: 0px;
}

#navigation.recruit .navbar-nav>li:nth-child(6)>a {
  padding:  16px 0;
  width: 90px;
}

#navigation.recruit .navbar-nav>li:nth-child(7) .mid.row-eq-height {
  padding: 8.5px 0px;
  margin: 0px;
}

#navigation.recruit .navbar-nav>li:nth-child(7) .mid.row-eq-height .left {
  border: solid 1px #fff;
  font-size: 10px;
  padding-top: 2.5px;
}

#navigation.recruit .navbar-nav>li:nth-child(7) .mid.row-eq-height>div {
  padding: 0px 5px;
}

#navigation.recruit .navbar-nav>li:nth-child(7) {
  background-color: #0096e6;
  color: #fff;
  width: 260px;
  padding: 9px 12px;
  font-size: 12px;
  height: 90px;
}

#navigation.recruit .navbar-nav>li:nth-child(7) .mid.row-eq-height .right {
  font-size: 21px;
  font-weight: 800;
  padding-top: 5px;
}

#navigation.recruit .navbar-nav>li:nth-child(7) .bottom .left {
  float: left;
}

#navigation.recruit .navbar-nav>li:nth-child(7) .bottom .right {
    float: right;
}


@media(max-width:1099px){
  #navigation.recruit .navbar-nav>li:nth-child(5)>a .recruit-object-02 {
    right: -7px;
  }
}

@media(min-width:992px) {
  #navigation.recruit .navbar-nav>li:nth-child(1)>a:hover,
  #navigation.recruit .navbar-nav>li:nth-child(2)>a:hover,
  #navigation.recruit .navbar-nav>li:nth-child(3)>a:hover,
  #navigation.recruit .navbar-nav>li:nth-child(4)>a:hover{
      color: #258ccd;
      transition: 0.3s;
      background-color: transparent;
  }

  #navigation.recruit .navbar-nav>li:nth-child(5)>a:hover,
  #navigation.recruit .navbar-nav>li:nth-child(5)>a:active {
    background: none;
    background-color: #262653;
    color: #ffd800;
  }
}

@media(max-width:991px){
  #navigation .navbar-nav>li>a {
    padding: 10px!important;
    text-align: left;
  }

  #navigation.recruit .navbar-nav>li>a {
    padding: 0;
  }

  #navigation.recruit .navbar-nav>li:nth-child(5)>a {
    height: auto;
    width: auto;
    padding: 10px 5px;
    margin: 0;
    background: none;
    border: none;
    margin-left: 15px;
  }

  #navigation.recruit .navbar-nav>li:nth-child(5) {
    width: auto;
    padding: 0px;
  }

  #navigation.recruit .navbar-nav>li:nth-child(6)>a {
    width: auto;
  }

  #navigation.recruit .navbar-nav>li:nth-child(7) {
    height: auto;
    width: auto;
    padding: 0px;
    margin: 0;
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
  }

  #navigation .navbar-nav>li.hover_blue>a:hover, #navigation .navbar-nav>li.hover_blue>a:active, #navigation.corp .navbar-nav>li:nth-child(1)>a:hover, #navigation.corp .navbar-nav>li:nth-child(1)>a:active {
     background-color: none;
  }
}

/* 採用ページ header end  */

#page-title h2{
    top: 180px;
}
.recruit-menu{
    background-color: rgba(230, 246, 255, 0.9);
    text-align: center;
}
.recruit-menu li{
    display: inline-block;
    margin-right:20px;
    color: #1c2954;
}
.recruit-menu li:after{
    content: "|";
    margin-left: 20px;
}
.recruit-menu li:last-child:after{
    display: none;
}
.recruit-menu li a{
    line-height: 40px;
    color: #1c2954;
    font-size: 14px;
}
#mainvisual .object_13{
    top: 240px;
}
#mainvisual h2{
    bottom: 60px
}
/* #blog .container:before{
    background-image: url(../images/recruit/title_movie.png);
    top: -50px;
} */
#blog .object_02{
    bottom: -320px;
}
#blog iframe{
    width: 100%;
    height: 535px;
}
#about{
    background-image: url(../images/recruit/background_whats.png);
    background-size: 100% 100%;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
#about .container:before{
    display: none;
}
#about ul li:nth-child(1) a .image:after{
    background-image: url(../images/recruit/whats_image_bg.jpg);
}
#about ul li:nth-child(2) a .image:after{
    background-image: url(../images/recruit/whats_image_02_bg.jpg);
}
#about ul li:nth-child(3) a .image:after{
    background-image: url(../images/recruit/whats_image_03_bg.jpg);
}
#about h3{
    font-size: 21px;
    margin-top: 90px;
}
#news{
    background-color: #fff;
    text-align: center;
    z-index: 1;
    padding: 150px 0px;
    display: block;
}
#news:before{
    display: none;
}
#news .container:before{
    display: none;
}
#news .object_03{
    top: -100px;
}
#news a>img{
    position: relative;
    z-index: 1;
}
#voice{
    background-image: url(../images/recruit/background_voice.jpg);
    padding-top: 60px;
    background-size: cover;
}
#voice a{
    display: block;
    width: 100%;
}
#voice a:hover{
    text-decoration: none;
}
#voice .voice-content{
    color: #fff;
    position: relative;
    background-image: url(../images/recruit/voice_bubble_bg.png);
    background-size: 100% 100%;
    text-align: center;
    width: 100%;
    height: 220px;
    /*padding-top: 60px;*/
    padding-top: 40px;
}.voice-content p {
    font-size: 1.3em;
    width: 75%;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
#voice ul li .image{
    background-position: bottom;
    background-size: contain;
    /*height: 25vw;*/
    height: 360px;
}
#blog{
    padding-top: 90px;
    padding-bottom: 150px;
}
/* #blog.recruit-only .container:before{
    background-image: url(../images/title_blog.png);
    left: -100px;
} */
#blog .object_02{
    bottom: -150px;
}
#blog .readmore{
    margin-top: 0px;
}
#contact{
    position: relative;
}
#contact .object_16{
    left: -100px;
    /*top: -12vw;*/
    top: -150px;
}
#contact .row>div{
    height: 18vw;
}
#contact .contact{
    background-image: url(../images/recruit/background_entry_01.png);
    width: calc(50% + 180px);
}
#contact .request{
    background-image: url(../images/recruit/background_entry_02.png);
    width: calc(50% - 60px);
    margin-left: -120px;
    padding-top: 6vw;
    padding-left: 90px;
}


#contact .contact .object_09 {
    right: 160px;
    height: 8vw;
}
#contact .request .object_11 {
    height: 8vw;
    left: -40px;
}
#contact .request .object_12 {
    left: 3vw;
    top: 3vw;
    height: 8vw;
}
#contact .request a img{
    width: 15vw;
    height: auto;
}
#contact .entry-content{
    /* padding-top: 2vw; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 380px;
}

#contact .entry-content h3{
    font-size: 2.5vw;
    margin-top: 1vw;
    margin-bottom: 1.5vw;
}
#contact .entry-content strong{
    margin-bottom: 2vw;
    display: block;
    font-size: 1vw;
}
#contact .entry-content p{
    font-size: 0.85vw;
    line-height: 1.75;
}
#contact .contact .object_09 img,
#contact .request .object_11 img,
#contact .request .object_12 img{
    height: 100%;
}

#sub-title .object_02{
    bottom: -480px;
    top: auto;
}
.page #main-content .object_05{
    width: auto;
    left: 0px;
}
.page #sub-title h2{
    font-family: fot-seurat-pron, sans-serif;
    text-align: center;
    font-size: 42px;
    letter-spacing: 2.1px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 60px;
}
.page #sub-title h2:first-letter{
    color: #3698d8;
}
.page #sub-title h2 .en {
    font-size: 16px;
    letter-spacing: 0.8px;
}

.page h2.section-title .en {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: -10px;
}


/*  Works
-------------------------------------------------- */
.works #page-title{
    background-image: url(../images/works/page_title.jpg);
    display: none;
}
.works.page #sub-title h2{
    letter-spacing: 0px;
}
.works #sub-title .container:before{
    background-image: url(../images/works/content_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.works .job-introduction dl dt{
    text-align: center;
    color:  #ffffff;
    font-size: 18px;
    letter-spacing: 1.1px;
    line-height: 28px;
    padding: 5px;
    margin-top: 3px;
}
.works .job-introduction dl dd{
    padding: 20px;
    background-color: #fff;
}
.works .job-introduction dl dd ul{
    padding-left: 10px;
}
.works .job-introduction dl dd ul li{
    list-style: disc;
    margin-bottom: 10px;
}
.works .job-introduction dl{
    border: solid 3px #000000;
    margin-bottom: 30px;
}
.works .job-introduction dl.works-content{
    border-color: #0096e6;
}
.works .job-introduction dl.works-content dt{
    background-image: url(../images/works/head_bg_01.jpg);
}
.works .job-introduction dl.works-feature{
    border-color: #1ed0b6;
}
.works .job-introduction dl.works-feature dt{
    background-image: url(../images/works/head_bg_02.jpg);
}
.works .one-day-flow-example{
    border: 2px #1d2a55 solid;
    background-color:  #ffffff;
    padding: 55px;
    margin-top: 30px;
    margin-bottom: 120px;
}
.works .one-day-flow-example .icon_clock{
    width: auto;
    margin: 0 auto;
    display: block;
}
.works .one-day-flow-example .flow-box{
    border-radius: 10px;
    background-color:  #e2faff;
    padding: 25px;
}
.works .one-day-flow-example .flow-box table tbody tr th{
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 42px;
    font-weight: 500;
    width: 20%;
}
.works .one-day-flow-example .flow-box table tbody tr td{
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 42px;
}
.float-left{
    text-align: left;
}
.float-right{
    text-align: right;
}
.works .one-day-flow-example .float-left{
    margin-bottom: 30px;
}
.voice-of-senior-title{
    margin-bottom: 65px;
}
.voice-of-senior-title .main-image{
    position: relative;
    background-image: url(../images/works/voice_image.png);
    height: 25vw;
    background-size: contain;
    background-repeat: no-repeat;
}
.voice-of-senior-title .main-image .container{
    height: 100%;
}
.voice-of-senior-title .main-image .container .main-title{
    position: absolute;
    right: 0px;
    bottom: 2.5vw;
    background-color:  rgba(0, 150, 230, 0.9);
    color: #fff;
    padding: 25px 35px 25px 15px;
}
.voice-of-senior-title .main-image .container .main-title h3{
    font-size: 24px;
    letter-spacing: 2.25px;
    margin-top: 0px;
    border-bottom: #fff solid 1px;
    margin-left: -15px;
    padding-left: 15px;
    padding-bottom: 5px;
}
.voice-of-senior-title .main-image .container .main-title h3 .en{
    font-size: 12px;
    margin-left: 20px;
}
.voice{
    margin-bottom: 120px;
}
.voice ul li{
    position: relative;
}
.voice ul li:after{
    content: " ";
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: #f7f7f8;
    width: 52px;
    height: 52px;
    z-index: 1;
}
.voice ul li>div{
    padding: 20px;
    height: 100%;
    background-color: #fff;
    border: solid 3px #0096e6;
    position: relative;
}
.voice ul li>div:after{
     content: " ";
    position: absolute;
    top: -3px;
    right: -3px;
    background-image: url(../images/works/icon_voice.png);
    width: 52px;
    height: 52px;
    background-size: cover;
    z-index: 2;
}
.voice ul li .bubble{
    background-color: #1ed0b6;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
}
.voice ul li .bubble:after{
    content: " ";
    display: block;
    position: absolute;
    border-top: #1ed0b6 solid 10px;
    border-bottom: transparent solid 10px;
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
    bottom: -15px;
    right: calc(calc(100% - 10px) / 2);
}
.voice ul li .bubble .number{
    font-size: 21px;
}
.voice ul li h3{
    color:  #0096e6;
    font-size: 18px;
    border-bottom: solid 2px #f8cd3b;
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    height: calc(2em + 10px);
    position: relative;
}
.voice ul li h3 span{
    position: absolute;
    bottom: 10px;
}
.voice ul li .answer{
    line-height: 1.8;
}
.works #requirements{
    margin-bottom: 120px;
}
.works #requirements table{
    width: 100%;
    border: solid 2px #1d2a55;
    margin-bottom: 55px;
}
.works #requirements table tbody tr{
    border-bottom: solid 1px #dee0e1;
}
.works #requirements table tbody tr:last-child{
    border: none;
}
.works #requirements table tbody tr>*{
    padding: 25px 50px;
}
.works #requirements table tbody tr th{
    background-color: #eefcff;
    border-left: #dee0e1 solid 1px;
}
.works #requirements table.requirements tbody tr th{
    min-width: 150px;
    padding: 25px 0;
    text-align: center;
}

@media(max-width:425px){
  .works #requirements table tbody tr>* {
    padding: 25px 5px;
    font-size: 1.2rem;
  }

  .works #requirements table.requirements tbody tr th {
    min-width: 85px;
    padding: 8px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.works #requirements table tbody tr td{
    line-height: 2;
}
.works #requirements table tbody tr td p{
    margin: 0px;
}
/* .works #requirements a{
    background-image: url(../images/works/btn_entry.png);
    background-size: contain;
    width: 402px;
    height: 54px;
    color: #1d2a55;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 18px;
    font-size: 18px;
    line-height: 56px;
    padding-left: 40px;
    font-weight: 600;
} */
/* .works #requirements a:hover{
    opacity: 0.8;
    transition: 0.3s;
    text-decoration: none;
} */
.works #requirements .object_02{
    right: -100px;
    bottom: -120px;
}


/*  System
-------------------------------------------------- */
.system #page-title{
    background-image: url(../images/system/page_title.jpg);
}
.system #sub-title .container:before{
    background-image: url(../images/system/content_title.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.system .appealing-point{
    counter-reset:number;
    list-style:none;
    padding-left: 90px;
}
.system .appealing-point li{
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
}
.system .appealing-point li:before{
    content: " ";
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left: -30px;
    top: -5px;
    border-radius: 3px;
    background-color:  #37b9ff;
    color: #fff;
    font-size: 14px;
    padding: 2.5px 7.5px;
}

.system .appealing-point li:nth-child(10):before{
    padding-left: 5px;
    padding-right: 5px;
}

.system #main-content .content{
    margin-bottom: 85px;
}
.system #main-content .content ul li img{
    margin-bottom: 20px;
    width: 100%;
}
.system #main-content .content ul li p{
    text-align: center;
    line-height: 2;
}


/*  Career
-------------------------------------------------- */

.career #page-title{
    background-image: url(../images/career/page_title.jpg);
}

.career #sub-title{
    padding-bottom: 180px;
}
.career #sub-title .container:before{
    background-image: url(../images/career/content_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -240px;
    background-position: right bottom;
    height: 800px;
    width: 180px;
}
.career #sub-title .waitingfor{
    margin-bottom: 45px;
    padding-left: 30px;
}
.career #sub-title .waitingfor li{
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
}
.career #sub-title .waitingfor li:before{
    content: " ";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #37b9ff;
    position: absolute;
    left: -30px;
}
.career .career-list ul li{
    margin-bottom: 45px;
}
.career .career-list .career-item-btn .btn-item:hover,
.post-type-archive-requirements .career-list .career-item-btn .btn-item:hover{
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
    background-color: #13A9BE;
}
.career .career-list ul li img{
    border: 3px solid #313131;
}
.career .career-list ul li h3{
    display: block;
    background-image: url(../images/career/bg_bubble.png);
    background-size: 100% 100%;
    color: #fff;
    height: 96px;
    text-align: center;
    margin-top: -96px;
    font-weight: 600;
    color:  #1d2955;
    font-size: 20px;
    letter-spacing: 1.2px;
    padding: 35px 10px 0 10px;
}
.career .career-list ul li h3 .small{
    font-weight: 600;
}



/*  About
-------------------------------------------------- */
.about #page-title,
.blog #page-title {
    background-image: url(../images/about/page_title.jpg);
    background-position: -25px;
}
.blog.post-type-archive-requirements #page-title {
    background-image: url(../images/about/application_title.jpg);
}
.about #sub-title .container:before{
    background-image: url(../images/about/content_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.about .message-content .img>img{
    margin-bottom: 15px;
}
.about .message-content h3{
    font-size: 18px;
    margin-top: 0px;
    letter-spacing: 1.1px;
    font-weight: 600;
    line-height: 1.5;
}
.about .message-content .signature {
    width: 180px;
    margin-top: 60px;
    float: right;
}
.about #main-content .content {
    background-color: #fff;
    padding: 70px;
    border: solid 1px #000;
    margin-top: 30px;
}
.about #main-content .content>ul>li{
  padding-bottom: 20px;
  border-bottom: solid #ddd 1px;
  margin-bottom: 20px;
}
.about #main-content .content ul li:first-child .title ul li{
    background-image: url(../images/about/bg_promise.png);
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
    height: 70px;
    padding: 15px;
    background-size: 100% 100%;
    padding-top: 10px;
}
.about #main-content .content ul li:first-child .title ul li .number{
    color:  #ffe200;
    font-size: 24px;
    margin-right: 15px;
    -webkit-text-stroke: 1.5px #1d2955;
    font-weight: 800;
}
.about #main-content .content ul li .title .bubble {
    width: 100%;
    background-color: #32c3d3;
    color: #fff;
    padding: 15px;
    text-align: center;
    position: relative;
    font-size: 14px;
}
.about #main-content .content ul li:nth-child(2) .title .bubble{
    background-color: #ff70ba;
}
.about #main-content .content ul li .title .bubble:after {
    position: absolute;
    content: " ";
    display: block;
    border-top: 10px #32c3d3 solid;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px transparent solid;
    bottom: -20px;
    right: calc(50% - 15px);
}
.about #main-content .content ul li:nth-child(2) .title .bubble:after{
    border-top: 10px #ff70ba solid;
}
.about #main-content .content ul li .title h3{
    margin-top: 0px;
    color:  #3698d8;
    font-size: 16px;
    line-height: 2;
}
.about #main-content .content ul li:nth-child(2) .detail{
    line-height: 2;
    padding-top: 25px;
    padding-left: 80px;
}
.about #main-content dl{
    margin-bottom: 15px;
    border: dotted 1px #60acdf;
}
.about #main-content dl dt {
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    padding: 30px 75px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.about #main-content dl dt img {
    position: absolute;
    left: 30px;
}
.about #main-content dl dt p{
    margin: 0px;
}
.about #main-content dl dt>div {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
    width: 50px;
    height: 50px;
}
.about #main-content dl dt>div:after {
    content: "-";
    color: #0096e6;
    font-size: 30px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.about #main-content dl dt.collapsed>div:after {
    content: "+";
}
.about #main-content dl dd .panel {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-top: #e5e5e5 solid 1px;
    margin-bottom: 0px;
}
.about #main-content dl dd .panel-body {
    padding: 30px;
    padding-left: 75px;
}
.about #main-content dl dd img {
    position: absolute;
    left: 30px;
    top: 25px;
}
.about #main-content .content .company-information table tbody tr>* {
    padding: 0 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}
.about #main-content .content .company-information table tbody tr th {
    width: 33%;
}



/*  Family
-------------------------------------------------- */
.family #page-title{
    background-image: url(../images/family/page_title.jpg);
}
.family #page-title h2{
    font-size: 27px;
}
.family .object_01{
    top: 45px;
    z-index: 2;
    left: calc(calc(calc(100vw - 1366px) / 2) + 15px);
}
.family .object_04{
    z-index: 2
}
.family .object_02{
    right: -100px;
    top: -400px;
}
.family .voice-of-senior-title{
    position: relative;
    z-index: 1;
    padding-top: 200px;
    margin-top: -200px;
}
.family .voice-of-senior-title.family-02 .main-image{
    background-image: url(../images/family/image_family_01.png);
}
.family .voice-of-senior-title.family-03 .main-image{
    background-image: url(../images/family/image_family_02.png);
}
.family .voice-of-senior-title.family-04 .main-image{
    background-image: url(../images/family/image_family_03.png);
}
.family .voice-of-senior-title.family-05 .main-image{
    background-image: url(../images/family/image_family_04.png);
}
.family.page #main-content .object_05{
    bottom: 0px;
}



/*  Entry
-------------------------------------------------- */
.entry #page-title{
    background-image: url(../images/entry/page_title.jpg);
}
.entry #sub-title{
    padding-bottom: 90px;
}
.entry #sub-title .object_02{
    bottom: -240px;
    z-index: -1;
}
.entry #sub-title .container:before{
    background-image: url(../images/entry/content_title.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.entry #sub-title .under_title{
    text-align: center;
}
.entry .wpcf7 table tbody tr td .wpcf7-list-item,
.single-requirements .wpcf7 table tbody tr td .wpcf7-list-item{
    display: block;
}
.entry .wpcf7 table tbody tr.name td input,
.single-requirements .wpcf7 table tbody tr.name td input{
    width: calc(10em + 10px);
    margin-right: 10px;
}

.entry .wpcf7 table tbody tr.tel td input,
.single-requirements .wpcf7 table tbody tr.tel td input{
    width: calc(4em + 10px);
    margin: 0px 10px;
}

.entry .wpcf7 table tbody tr.name td input,
.single-requirements .wpcf7 table tbody tr.name td input,
.entry .wpcf7 table tbody tr.tel td input,
.single-requirements .wpcf7 table tbody tr.tel td input {
  margin: 0;
  width: 100%;
}

.entry .wpcf7 table tbody tr td input[type="radio"],
.single-requirements .wpcf7 table tbody tr td input[type="radio"]{
    width: auto;
}

.wpcf7 .privacy-wrapper {
  text-align: center;
  margin-top: 20px;
}

.wpcf7 .privacy-wrapper .privacy a {
  color: #165e83;
  text-decoration: underline;
}


/* .entry .wpcf7 table tbody tr td .your-section input,
.single-requirements .wpcf7 table tbody tr td .your-section input{
    width: 10em;
} */
.entry.contact-confirm .wpcf7 table tbody tr:nth-child(2),
.entry.contact-confirm .wpcf7 table tbody tr:nth-child(4) {
    display: table-row;
}
.entry.contact-confirm .wpcf7 table tbody tr td .wpcf7-list-item,
.entry.contact-confirm .wpcf7 table tbody tr td .wpcf7-list-item input{
    display: none;
}
.entry.contact-confirm.contact-fix .wpcf7 table tbody tr td .wpcf7-list-item,
.entry.contact-confirm.contact-fix .wpcf7 table tbody tr td .wpcf7-list-item input {
    display: inline-block;
}

.entry.contact-confirm .wpcf7 table tbody tr td .wpcf7-list-item.checked {
    display: block;
}

.entry .wpcf7 table tbody tr td .your-section input,
.single-requirements .wpcf7 table tbody tr td .your-section input {
  width: 100%;
}

.single-requirements .section-title {
  margin-top: 100px;
}

.single-requirements .wpcf7 {
  margin-top: -35px;
}

@media(min-width:1500px){
  #contact .entry-content h3{
      font-size: 35px;
      margin-top: 15px;
      margin-bottom: 22px;
  }

  #contact .entry-content strong{
      margin-bottom: 29px;
      font-size: 15px;
  }

  #contact .entry-content p {
    font-size: 13px;
  }
}

@media (max-width: 1300px) and (min-width: 1100px){
    .family .object_02,
    .works #requirements .object_02{
        right: 0px;
    }
}
@media (max-width: 1099px){
    .family .object_02,
    .works #requirements .object_02{
        right: 0px;
    }
}
@media(min-width:768px) and (max-width:1023px){
    #voice .voice-content{
        width: 100%;
        height: calc(25vw - 30px);
    }
    #contact .contact{
        width: calc(50% + 270px);
        margin-left: -90px;
    }
}

@media(min-width:768px) and (max-width:1024px){
    #mainvisual h2{
        right: 15px;
        bottom: 30px;
    }
}
@media(max-width:1300px){
    #contact .object_16,
    /* #blog.recruit-only .container:before{
        left: 0px;
    } */
    /* #blog .container:before{
        right: 0px;
        width: 150px;
        top: -30px;
        background-size: cover;
    } */
}
@media(max-width:1099px){
    #blog iframe{
        height: calc(calc(100vw - 30px) * 0.5 );
    }
}

@media(max-width:1099px) and (min-width:768px){
    #contact .request .object_11{
        left: -1vw;
    }
    #contact .request .object_12{
        left: 5vw;
    }
    #contact .contact .object_09{
        right: 12vw;
    }
}

@media(max-width:940px) {
  .about #main-content .content ul li:first-child .title ul li {
    font-size: 11px;
    letter-spacing: 0;
  }

  .about #main-content .content ul li:first-child .title ul li .number {
    margin-right: 5px;
  }
}

@media(max-width:767px){
    #page-title h2{
        top: calc(1vw + 60px);
    }
    .page #sub-title h2{
        font-size: 24px;
    }
    .recruit-menu li{
        margin-right: 2px;
    }
    .recruit-menu li:after{
        margin-left: 2px;
    }
    .recruit-menu li a{
        font-size: 10px;
        line-height: 30px;
    }
    #about{
        background-image: url(../images/recruit/smp_background_whats.png);
        padding-bottom: 60px;
        margin-top: 0;
    }
    #about ul li a .image{
        height: 27.5vw;
    }
    #about ul li a .image:after{
        top: 5px;
        left: 5px;
    }
    #about ul li{
        padding: 0px 5px;
    }
    #about h3{
        font-size: 12px;
        line-height: 1.5;
        margin-top: 20px;
    }
    #news{
        padding: 45px 0px;
        z-index: -1;
    }
    #news .object_04 {
        bottom: -75px;
        left: 10px;
        z-index: -1;
        width: 50%;
    }
    #voice h2.section-title{
        font-size: 21px;
    }
    #voice h2.section-title .ja{
        line-height: 18px;
    }
    #voice{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    #voice ul li:nth-child(3),
    #voice ul li:nth-child(4){
        display: none;
    }
    #voice .voice-content{
        padding-top: calc(calc(40vw - 10px) * 0.3);
        width: 100%;
        margin: 0 auto;
        height: calc(40vw - 10px);
        font-size: 12px;
    }
    #voice .voice-content p{
        font-size: 1em;
    }
    #voice ul li .image{
        height: 40vw;
    }
    #voice .slick-slide{
        padding: 0px 5px;
    }
    #contact .row>div{
        height: 40vw;
    }
    #contact .row>div.contact{
        background-image: url(../images/recruit/smp_background_entry_01.jpg);
        padding: 0px;
        overflow: hidden;
    }
    #contact .row>div.request{
        background-image: url(../images/recruit/smp_background_entry_02.jpg);
        padding-top: 14vw;
        padding-right: 15px;
    }
    #contact .entry-content h3{
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #contact .entry-content strong{
        font-size: 11px;
        margin-bottom: 5px;
    }
    #contact .entry-content p{
        font-size: 10px;
        line-height: 2;
    }
    #contact .contact .object_09{
        height: auto;
        right: 0px;
        bottom: 0px;
        width: 15%;
    }
    #contact .request .object_11{
        height: auto;
        width: 50%;
        left: 25px;
    }
    #contact .request .object_12{
        height: auto;
        top: -30px;
        width: 30%;
        left: 80px;
    }
    #contact .request a img{
        height: 15vw;
        width: auto;
    }
    .object img{
        width: 100%;
    }
    #mainvisual .pc-mv{
        margin-bottom: 0px;
    }
    #blog{
        padding-top: 30px;
        position: relative;
        z-index: 3;
    }
    #blog .container:before{
        width: 100px;
    }
    #blog .object_01{
        width: 37.5%;
    }
    #about .object_03{
        width: 40%;
        right: -0px;
        top: -130px;
    }
    #blog .object_02{
        right: 0px;
        width: 50%;
    }
    .recruit #blog .object_02{
      right: 0px;
      width: 50%;
      bottom: -8px;
    }

    #blog.recruit-only .object_01{
        width: 25%;
        left: 10px;
        top: -40px;
    }
    #blog.recruit-only .object_02{
        width: 20%;
        bottom: -100px;
    }
    .recruit #blog.recruit-only .object_02 {
      width: 20%;
      bottom: -115px;
    }
    /* #blog.recruit-only .container:before{
        left: 15px;
    } */
    #contact .object_16{
        width: 50%;
        top: auto;
        bottom: -150px;
        z-index: -1;
    }
    .system .appealing-point{
        margin-left: -15px;
        padding-left: 40px;
    }
    .system .appealing-point li:before{
        top: -2.5px;
    }
    .system #main-content .content ul li{
        margin-bottom: 15px;
    }
    .system #main-content .content ul li p{
        text-align: left;
    }
    .system #sub-title h2 {
        margin-bottom: 25px;
    }
    .system h2.section-title {
        margin-bottom: 10px;
    }
    .system #main-content .content {
        margin-bottom: 0;
    }
    .career .career-list ul li h3{
        font-size: 16px;
    }
    .career .career-list ul li h3 .small{
        display: block;
        margin-top: 5px;
    }
    .about .message-content .img{
        margin-bottom: 30px;
    }
    .about #main-content .content ul li .title {
        margin-bottom: 30px;
    }
    .about #main-content .content ul li .title h2{
        margin-bottom: 15px;
    }
    .about #main-content .content ul li:nth-child(2) .detail{
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .about #main-content dl dt {
        padding: 15px 60px;
        font-size: 14px;
        line-height: 1.5;
    }
    .about #main-content dl dt img,
    .about #main-content dl dd img {
        left: 15px;
    }
    .about #main-content dl dd .panel-body {
        font-size: 14px;
        padding: 15px;
        padding-left: 60px;
        line-height: 1.25;
    }
    .about #main-content dl dt>div {
        top: 15px;
        right: 0;
    }
    .about .company-information .img{
        margin-bottom: 30px;
    }
    .about #main-content .content .company-information table tbody tr>* {
        padding: 10px 0;
    }
    .about #main-content .content {
        padding: 30px;
    }
    .about #main-content .content ul li img{
        width: 100%;
    }
    .about #main-content .content ul li:first-child .title ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .about #main-content .content ul li:first-child .title ul li{
        font-size: 12px;
        line-height: 1.5;
        height: 60px;
        line-height: 60px;
        padding: 0px 15px;
    }
    .about #sub-title h2 {
        margin-bottom: 0;
    }
    .about .message-content .signature {
        margin-top: 30px;
    }
    .works #sub-title .container:before{
        top: -60px;
        width: 100px;
    }
    .single-requirements .works #sub-title .container:before{
        display: none;
    }
    .works.page #sub-title h2{
        font-size: 18px;
    }
    .works .one-day-flow-example{
        padding: 30px;
    }
    .works .one-day-flow-example .flow-box{
        padding: 20px;
        margin-bottom: 15px;
    }
    .works .one-day-flow-example .flow-box table tbody tr>*{
        padding-bottom: 30px;
    }
    .works .one-day-flow-example .flow-box table tbody tr th{
        width: 30%;
        line-height: 1.5;
    }
    .works .one-day-flow-example .flow-box table tbody tr td{
        line-height: 1.5;
    }
    .voice-of-senior-title{
        margin-bottom: 0px;
    }
    .voice-of-senior-title .main-image{
        height: 100vw;
        background-size: auto 33%;
    }
    .voice-of-senior-title .main-image .container .main-title{
        position: relative;
        bottom: -33vw;
    }
    .voice ul li{
        margin-bottom: 15px;
    }

    .family .voice-of-senior-title{
        padding-top: 126px;
        margin-top: -126px;
    }
    .page.family #main-content .object_04{
        width: 30%;
        top: -30px;
    }
    .family .object_01{
        width: 30%;
        left: 0px;
    }
    .family .object_02{
        top: -180px;
    }
    .family #page-title h2{
        font-size: 14px;
    }
    #mainvisual .object_13{
        top: calc(15vw + 60px);
        font-size: 14px;
        width: auto;
    }
    #mainvisual .bx-viewport,
    #mainvisual .image {
        height: calc(99vw + 30px)!important;
        background-color: #fff;
    }
    #mainvisual h2 {
        right: 15px;
        font-size: 18px;
        line-height: 32px;
        bottom: 15px;
        margin-bottom: 0px;
    }
    .works #requirements .object_02{
        bottom: 60px;
        width: 15%;
        z-index: -1;
    }
    .entry-thanks.page #main-content .object_06{
        width: 20%;
        bottom: -60px;
        left: 10px;
    }
    .entry #sub-title .container:before{
        width: 100px;
    }

    .single-requirements .section-title {
      margin-top: 20px;
    }

    .single-requirements #contact .object_16 {
    width: 205px;
    top: auto;
    bottom: -185px;
    z-index: -1;
  }

  #blog {
    padding-bottom: 20px;
  }

  .movie-wrap {
    margin-bottom: 35px;
  }

  .works #requirements {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
  }

  .first-time-driver-job .main-content-2 {
    margin-top: 40px;
}

    .family-message #sub-title h2 {
        margin-bottom: 10px;
    }

    .family-message #main-content {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .family-message .main-content-2,
    .family-message .main-content-3,
    .family-message .main-content-4 {
        margin-top: 30px;
    }

    .post-type-archive-requirements #service-list {
        margin-top: 0;
    }

    .single-requirements #sub-title h2 {
        margin-bottom: 20px;
    }

    #requirements .content {
        margin-top: 0px;
    }

    .works #requirements table {
        margin-bottom: 30px;
    }
}

@media(max-width:550px){
  .wpcf7-form-control-wrap.your-name-first,
  .wpcf7-form-control-wrap.your-kana-first {
    margin-right: 10px;
  }

  /* .single-requirements .wpcf7 table tbody tr.name td input {
    width: calc(47% - 5px);
    margin-right: 0;
    padding: 0;
  } */

  /* .works #requirements .wpcf7 table tbody tr:first-child td {
    padding: 30px 8px;
    text-align: center;
  } */

  /* .works #requirements .wpcf7 table tbody tr:nth-child(2) td */

  /* .works #requirements .wpcf7 table tbody tr:nth-child(3) td {
    padding: 30px 2px;
    text-align: center;
  } */

  .wpcf7 table tbody tr td .wpcf7-select {
    padding: 2px;
  }

  /* .single-requirements .wpcf7 table tbody tr.tel td input {
    width: calc(30% - 9px);
    margin: 0 5px;
  } */

  .wpcf7 table tbody tr td input,
  .wpcf7 table tbody tr td textarea {
    padding: 0 5px;
  }

  .size80 input {
    width: 100%!important;
  }
}
