﻿@charset "utf-8";
.content #main {
    width: 100%;
    float: none;
    line-height: 2.2;
    font-size: 1.4rem;
    text-align: center;
}

.content #main .box{
    margin-bottom: 70px;
}

.content #main .box h2{
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: bold;
}
.content #main .catch .bg{
    background-image: url(../img/recruit/mv.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    margin-bottom: 30px;
}
.content #main .catch h2{
    font-size: 4.5rem;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000;
}
/* .content #main .catch h2 span{
    color: #f4ba1d;
    text-shadow: 2px 1px 2px #fff;
} */

.content #main .catch h3{
    font-size: 3.4rem;
    text-align: left;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000;
}
.content #main .catch h3 span{
    color: #f4ba1d;
    text-shadow: 2px 1px 2px #fff;
}

.content #main .thought h2{
    margin-bottom: 20px;
}

.content #main .thought h3{
    font-size: 2rem;
    margin: 0 0 35px;
}

.content #main .thought p{
    text-align: left;
    width: 70%;
    margin: 0 auto;
}

.content #main .time table{
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

.content #main .time table tr{
  border-bottom: solid 2px white;
}

.content #main .time table tr:last-child{
  border-bottom: none;
}

.content #main .time table th{
  position: relative;
  width: 120px;
  background-color: #000;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.content #main .time table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.content #main .time table td{
  width: 70%;
  background-color: #f5f4f4;
  padding: 15px 30px;
}

.content #main .flow dl dt{
    font-weight: bold;
    font-size: 1.6rem;
}

.content #main .flow dl dd:after{
    content: "▼";
    color: #f4ba1d;
    display: block;
    margin: 20px 0s;
}

.content #main .recruit h3{
  font-size: 1.5rem;
  background: #ccc;
  border: solid 1px #fff;
  padding: 15px 0;
  margin: 0;
  position: relative;
}
.content #main .recruit h3.on{
  background: #eee;
  cursor: pointer;
  transition: 0.3s;
  padding: 15px 0 26px;
}
.content #main .recruit h3.on:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #202020 #202020;
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    transition: 0.3s;
}
.content #main .recruit h3.on:hover{
  opacity: 0.8;
}
.content #main .recruit h3.active:after{
    transform: rotate(135deg);
}
.content #main .recruit h3 span{
  background: #d80707;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.content #main .recruit > div{
  display: none;
}

.content #main .recruit table{
  border-collapse: collapse;
  margin-bottom: 30px;
}

.content #main .recruit table tr{
  border: solid 1px #eee;
}
.content #main .recruit table th{
  position: relative;
  width: 120px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-right: solid 1px #eee;
}
.content #main .recruit table td{
  padding: 15px 30px;
  text-align: left;
}

.content #main .company table{
  text-align: left;
  width: 80%;
  margin: 0 auto 50px;
  border-collapse: collapse;
}

.content #main .company table tr{
  border: solid 1px #ccc;
}

.content #main .company table th{
  position: relative;
  width: 120px;
  font-weight: bold;
  background-color: #f5f4f4;
  padding: 15px;
  text-align: center;
  border-right: solid 1px #ccc;
}

.content #main .company table td{
  padding: 15px 30px;
}

.btn-contact a{
  width: 420px;
  height: 65px;
  color: #fff;
  font-size: 2rem;
  line-height: 65px;
  display: block;
  margin: 0 auto 50px;
  font-weight: bold;
  background: #f3b91d;
  border-bottom: solid 2px #eaad07;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
@media screen and (max-width:640px) {
    .fixBtn li:not(.recruit-btn) {
        display: none;
    }
    .fixBtn li.recruit-btn {
        width: 100%;
        font-size: 1.2rem;
        background: #c5b68a;
        font-weight: bold;
    }

    .content #main .box{
        margin-bottom: 40px;
    }
    .content #main .box h2{
        margin-bottom: 0;
        font-size: 1.8rem;
    }
    .content #main h2{
        border-bottom: none;
    }
    .content #main .catch .bg{
        height: 80vw;
    }
    .content #main .catch h3{
        margin-bottom: 0;
        font-size: 1.8rem;
    }
    .content #main .catch h3{
        font-size: 1.4rem;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    /* .content #main .catch h3 span{
        font-size: 1.6rem;
        margin-top: 10px;
    } */
    .content #main{
        font-size: 1rem;
    }
    .content #main .thought h3{
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .content #main .thought p,.content #main .fulfill p{
        text-align: justify;
        width: 100%;
    }
    /* .content #main .thought p br,.content #main .fulfill p br{
        display: none;
    } */

    .content #main .time table th{
        width: 25%;
    }
    .content #main .time table td{
        padding: 15px 5px 15px 20px;

    }

    .content #main .flow dl dt{
        font-size: 1.2rem;
    }
    .content #main .recruit h3{
        font-size: 1rem;
    }
    .content #main .recruit h3 span{
        font-size: 1rem;
        right: 10px;
        padding: 2px 5px;
    }
    .content #main .recruit table th{
        width: 25%;
        padding: 10px 0;
    }
    .content #main .recruit table td{
        padding: 10px;
    }
    .content #main .company table{
        width: 100%;
        margin-bottom: 20px;
    }
    .content #main .company table th{
        width: 25%;
        padding: 15px 0;
    }
    .content #main .company table td{
        padding: 15px;
    }
    .btn-contact a{
        width: 100%;
        font-size: 1.4rem;
    }
}
