@charset "UTF-8";

.box_center {
    height: 105px;
    background: #cdcecf;
    width: 1px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}


/* (company) | index
   ========================================================================== */

#company {
    position: relative;
    padding: 120px 30px;
}
#company p {
    font-size: 14px;
    line-height: 2em;
    margin: 40px 0;
} 
.main_bg {
    position: relative;
}


.main_bg img{
    min-width: 100%;
}


/* (works) | index
   ========================================================================== */

#works{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
        padding-left: 10px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;;
    -webkit-justify-content: center;   
    -ms-justify-content    : center;
    justify-content: center;
    position: relative;
    background: url(../img/index/works_bg.png)no-repeat center top;
    background-size: 550px;
    padding-top: 110px;
    background-position-y: 55px;
    margin-bottom: 40px;
}

#works .title{
    width: 50%;
    position: relative;
}

#works .title h1{
    position: absolute;
    bottom: 0;
    right: 40px;
}

#works .title h2{
    position: absolute;
    bottom: 0;
    right: 40px;
}
.works_img {
    width: 50%;
    position: relative;
}
.works_img img{

}


.works_bottom{
    position: absolute;
    left: 419px;
    transform: rotateZ( 90deg );
    top: 8px;
}


/* (csr) | index
   ========================================================================== */
#csr{
    position: relative;
    padding-left: 10px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;   
    -ms-justify-content    : center;
    justify-content: center;
    position: relative;
    padding-top: 110px;
    margin-top: 70px;
    margin-bottom: 40px;
}

#csr .title{
    width: 50%;
    position: relative;
}

#csr .title h1{
    position: absolute;
    bottom: 0;
    left: 110px;
}
#csr .title h2{
    position: absolute;
    bottom: 0;
    left: 110px;
}
.csr_img {
    width: 50%;
}
.csr_img img{
    margin-left: 140px;
}


.csr_bottom{
    position: absolute;
    left: 710px;
    transform: rotateZ( 90deg );
    top: 118px;
}



/* (recruit) | index
   ========================================================================== */

#recruit{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;   
    -ms-justify-content    : center;
    justify-content: center;
    position: relative;
    padding-top: 110px;
    margin-top: 80px;
}

#recruit .title{
    width: 50%;
    position: relative;
}

#recruit .title h1{
    position: absolute;
    bottom: 0;
    right: 40px;
}
#recruit .title h2{
    position: absolute;
    bottom: 0;
    right: 40px;
}
.recruit_img {
    width: 50%;
    position: relative;
}
.recruit_img img{

}


.recruit_bottom{
    position: absolute;
    left: 419px;
    transform: rotateZ( 90deg );
    top: 8px;
}



/* (second) | company
   ========================================================================== */
.second #company {
    padding: 120px 0 0;
}

.second #company .title {
    border-bottom: 0;
    padding-bottom: 0;
}

.company_txt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    border-top: solid 1px #f4f4f4;
    padding-top: 45px;
}

.company_txt dl{
    font-size: 14px;
    display: block;
    padding: 20px 0;
    margin: 0;
}


.company_txt dt{
    display: table-cell;
    width: 140px;
}

.company_txt dd{
    display: table-cell;
    line-height: 1.5em;
}
.company_txt_left,.company_txt02{
    margin: 0 50px; 
}


/* (works) | second
   ========================================================================== */

.second #works{
    display: block;
    background: none;
    padding: 120px 0 0;
    margin-bottom: 0;
}
.second #works .title {
    width: auto;
    position: relative;
    border-bottom: solid #f4f4f4 1px;
    padding-bottom: 80px;
}
.second #works .title h1 {
    position: static;
}
.second #works .cf {
    margin: 80px auto 0;
    max-width: 880px;
}
.second #works .cf2 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;   
    -ms-justify-content    : center;
    justify-content: center;

}
.second #works .cf figure img{
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.second #works article h1 {
    font-size: 18px;
    padding: 10px 0;
}
.second #works article h2 {
    font-size: 18px;
    padding: 10px 0;
}
.second #works .cf p {
    line-height: 1.8em;
    font-size: 14px;
}
.second #works article {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.second #works article .description {
    width: 50%;
    padding-right: 30px;
}
.second #works article div figure {
    width: 50%;
    padding-left: 30px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.second #works article .contents_child {
    margin-top: 40px;
}
.second #works article .contents_child h2{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 18px;
}
.second #works article .contents_child h2 img{
    width: 155px;
}
.second #works article .contents_child p{
    margin-bottom: 0;
}
.second #works article .contents_child a{
    background: #f4f4f4;
    display: block;
    padding: 30px;
}
.second #works article .contents_child .h2_line {

}

/* (recruit) | second
   ========================================================================== */

.second #recruit{
    display: block;
    background: none;
    padding: 120px 0 0;
    margin: 0;
}
.second #recruit .title {
    width: auto;
    position: relative;
    border-bottom: solid #f4f4f4 1px;
    padding-bottom: 80px;
}
.second #recruit .title h1 {
    position: static;
}
.second #recruit .cf {
    margin: 80px auto 0;
    max-width: 880px;
}

.second #recruit article h1 {
    font-size: 18px;
    padding: 10px 0;
}
.second #recruit article h2 {
    font-size: 18px;
    padding: 10px 0;
}
.second #recruit .cf p {
    line-height: 1.8em;
    font-size: 14px;
    margin: 0;
}
.second #recruit article {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.second #recruit article .description {

}


.second #recruit .point_list {
    display: flex;
    margin: 80px auto;
}
.second #recruit .point_list li {
    display: flex;
    margin-right: 35px;
    align-items: center;
    position: relative;
    width: 230px;
    margin-right: 50px;
}

.second #recruit .point_list li span {
    align-items: center;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    padding-top: 15px;
    border: 2px solid;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    background: #fff;
    font-family: times;
}

.second #recruit .point_list li p {
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #000;
    position: absolute;
    left: 72px;
    text-align: center;
    width: 180px;
}
.second #recruit .point_list li span small {
    display: block;
    font-size: 15px;
}
.second #recruit .point_list li span strong {
    display: block;
    font-size: 36px;
    font-weight: 500;
    line-height: 0.4;
    margin-top: 10px;
}

.second #recruit .article_list {
    margin-top: 20px;
}
.second #recruit .article_list li {
    line-height: 2.5em;
    letter-spacing: 0.05em;
}
.second #recruit .wanted_training {
    display: flex;
    justify-content: center;
}
.second #recruit .wanted_training .article_txt {
    padding-right: 40px;
}
.second #recruit .article_txt strong {
    font-size: 18px;
    display: block;
    margin: 30px auto;
    font-weight: 500;
}
.second #recruit .cf figure img{
    width: 259px;
}

.second #recruit .teller_timeline {
    display: flex;
}

.second #recruit .teller_timeline dl {
    width: 50%;
    margin-top: 40px;
}
.second #recruit .teller_timeline dl:first-child {
    margin-right: 20px;
}
.second #recruit .teller_timeline dl dt {
    font-size: 14px;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
    background: #eeeeee;
    font-weight: 400;
}
.second #recruit .teller_timeline dl dd {
    margin: 0;
}
.second #recruit .teller_timeline dl dd img {
    max-width: 100%;
    width: 560px;
    margin: 0;
}
.second #recruit .wanted_btn {
    font-size: 14px;
    margin-top: 50px;
    line-height: 1.5em;
    font-weight: 500;
}
.second #recruit .wanted_btn a{
    background: #555555;
    color: #fff;
    padding: 20px 100px;
    border-radius: 0px;
}

.second #recruit article:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
/* (csr) | second
   ========================================================================== */
.second #csr{
    display: block;
    margin: 0;
}
.second #csr .title {
    width: auto;
    position: relative;
    border-bottom: solid #f4f4f4 1px;
    padding-bottom: 80px;
}


.second #csr .title h1 {
    position: static;
}
.second #csr .cf {
    max-width: 880px;
    margin: 80px auto 0;
}
.second #csr .cf figure img{
    width: 100%;
}
.second #csr .csr_detail {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #f4f4f4;
}
.second #csr .csr_detail .date {
    font-size: 14px;
}
.second #csr .csr_detail h2 {
    margin-bottom: 23px;
    font-size: 17px;
    line-height: 1.5em;
}
.second #csr .csr_detail p {
    line-height: 1.8em;
    font-size: 14px;
}
.second #csr .csr_detail h3 {
    padding: 12px 15px;
    font-size: 14px;
    background: #f1f1f1;
}
.second #csr .csr_detail p.box {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #f4f4f4;
    margin: 0;
}

/* (second) | privacy
   ========================================================================== */

.second #privacy{
    padding-top: 110px;
}

.second #privacy .title {
    width: auto;
    position: relative;
    border-bottom: solid #f4f4f4 1px;
    padding-bottom: 80px;
}
.second #privacy .privacy_text{
    margin: 80px auto 0;
    max-width: 880px;
}
.second #privacy .privacy_text p{
    font-size: 14px;
    line-height: 2em;

}
#privacy .article_ttl {
    font-size: 18px;
    font-weight: 400;
}
.contact_privacy .title h1{
    font-size: 40px;
    }

/* (second) | contact
   ========================================================================== */
.second #contact {
    padding: 120px 0 0;
}

.second #contact .title {
    width: auto;
    position: relative;
    border-bottom: solid #f4f4f4 1px;
    padding-bottom: 80px;
}

.contact_txt{
    padding-left: 10px;
    margin: 80px auto 0;
    max-width: 880px;
}

.contact_txt dl{
    font-size: 14px;
    display: block;
    padding-bottom: 22px;
    margin: 0;
    border-radius: 0px;
}


.contact_txt dt{
    display: table-cell;
    width: 250px;
    vertical-align: middle;
}

.contact_txt dd{
    display: table-cell;
    line-height: 1.5em;
}
.contact_txt dd input{
    background: #f4f4f4;
    width: 260px;
    height: 50px;
    padding: 0 15px;
    border-radius: 0px;
}
.contact_txt dd textarea{
    background: #f4f4f4;
    width: 460px;
    padding: 15px;
}
.contact_txt_left,.contact_txt02{
    margin: 0 50px; 
}
.contact_txt .asterisk{
    color: #b71d1b;
    margin-left: 10px;
}

#contact .submit_check {
    margin-top: 80px;
}
#contact .submit_check p{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.5em;
}
#contact .submit_check a{
    text-decoration: underline;
}
#contact .submit_btn input{
    background: #555555;
    color: #fff;
    padding: 20px 100px;
    border-radius: 0px;
}


#contact .submit_btn input {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#contact .submit_btn input:hover {
  opacity: 0.6;
}

#contact .confirm .message{
    width: 460px;   
}
#contact .complete p {
    line-height: 1.5em;
    margin: 0;
}

.contact_txt .err{
    display: block;
    color: #b71d1b;
}


#contact input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

#contact input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

#contact .radio-text {
    margin-left: 10px;
    margin-right: 30px;
}

/* (second) | entry
   ========================================================================== */

.entry .title {
}
.entry p {
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 40px;
}

@media screen and (min-width: 1201px) {


}


@media screen and (max-width: 1200px) {

.box_center {
    height: 50px;
}
/* (company) | index
   ========================================================================== */


#company{
    padding: 20% 5% 0;

}
#company p {
    margin: 20px 0;
}

.main_bg img {
    width: 100%;
}

/* (works) | index
   ========================================================================== */

#works {
    height: auto;
    position: relative;
    margin: 0 5% 30%;
    background-size: 80%;
    display: block;
    background-position-y: 6em;
    padding-bottom: 50%;
}


#works .title {
    width: 100%;
    left: 20%;
    top: 0;
}
#works .title h1 {
    position: static;
}
#works .title h2 {
    position: static;
}
.works_img {
    width: 80%;
    position: absolute;
    right: 0;
    top: 11em;
}
.works_img img {
    width: 100%;
}
.works_bottom {
    position: unset;
    transform: none;
    text-align: right;
    font-size: 13px;
}
/* (csr) | index
   ========================================================================== */

#csr {
    margin: 20% 0;
    display: block;
    padding-bottom: 70%;
}

#csr .title {
    width: 100%;
}
#csr .title h1 {
    right: 10%;
    left: unset;
}
#csr .title h2 {
    right: 10%;
    left: unset;
}
.csr_img {
    width: 90%;
    position: absolute;
    left: 0;
    top: 8em;
}

.csr_img img {
    margin-left: 0;
    width: 100%;
}
.csr_bottom {
    position: unset;
    transform: none;
    text-align: right;
    font-size: 13px;
}
    

/* (recruit) | index
   ========================================================================== */
#recruit {
    height: auto;
    position: relative;
    margin: 0 5% 30%;
    background-size: 80%;
    display: block;
    background-position-y: 0;
    padding-bottom: 80%;
}

#recruit .title {
    width: 100%;
    position: absolute;
    left: 20%;
    top: 5em;
}
#recruit .title h1 {
    position: static;
}
#recruit .title h2 {
    position: static;
}
.recruit_img {
    width: 80%;
    position: absolute;
    right: 0;
    top: 9em;
}
.recruit_img img {
    width: 100%;
}
.recruit_bottom {
    position: unset;
    transform: none;
    text-align: right;
    font-size: 13px;
}


/* (second) | company
   ========================================================================== */

.second #company {
    padding: 2em 0;
}

.second #company .title {
    border-bottom: 0;
}

.second #company .company_txt {
    margin-top: 5%;
    padding-top: 5%;
}
.company_txt dt {
  /*  width: 6em; 臨時*/
  width: 10em;
}
.company_txt dl {
    padding: 1.5em 0;
}
    
/* (second) | recruit
   ========================================================================== */
    
.second #recruit {

}

.second #recruit .title {
    padding-bottom: 5%;
    left: 0;
    top: 0;
}
.second #recruit .cf {
    margin: 0;
    margin: 5% 0;
}
.second #recruit article h2 {
    padding: 10px 0 5%;
    line-height: 1.5rem;
}
.second #recruit .point_list {
    display: block;
    margin: 16% auto;
}
.second #recruit .point_list li {
    width: 100%;
    margin-bottom: 28%;
    height: .1em;
}
.second #recruit .point_list li:last-child {
    margin-bottom: 0;
}
.second #recruit article {
    margin-bottom: 5%;
    padding-bottom: 10%;
}
.second #recruit .article_list {
    margin-top: 0;
}
.second #recruit .article_list li {
    line-height: 2em;
}
.second #recruit .wanted_training {
    display: block;
}
.second #recruit .article_txt strong {
    margin: 10px auto ;
}
.second #recruit .wanted_training .article_txt {
    padding-right: 0;
    margin-bottom: 5%;
}

.second #recruit .cf figure img {
    width: 100%;
}
.second #recruit .teller_timeline {
    display: block;
}
.second #recruit .teller_timeline dl {
    width: 100%;
    margin-top: 5%;
}
.second #recruit .teller_timeline dl:first-child {
    margin-right: 0;
}
.second #recruit .wanted_btn a {
    width: 100%;
    display: block;
    text-align: center;
}
.second #recruit .wanted_btn {
    margin-top: 5%;
}

.second #recruit .point_list li p {
    position: unset;
    width: 100%;
    margin-left: 10%;
    text-align: left;
    padding-left: 3.2rem;
}
.second #recruit .point_list li span {
    width: 70px;
    min-width: 70px;
    height: 70px;
    padding-top: 13px;
}
.second #recruit .point_list li span small {
    font-size: 14px;
}
.second #recruit .point_list li span strong {
    font-size: 30px;
    margin-top: 8px;
}
/* (works) | second
   ========================================================================== */
    
    
.second #works {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 70%;
    padding-top: 0;
}

.second #works .cf {
    margin: 0;
    margin: 5% 0;
}
.second #works .cf2 {
    display: block;
    position: relative;
    padding: 0;
}
.second #works article div p.description {
    width: 100%;
    padding: 0;
}


.second #works article div figure {
    width: 100%;
    padding: 0;
}
.second #works .title {
    padding-bottom: 5%;
    left: 0;
}
.second #works {
    padding-bottom: 10%;
    
} 
.second #works article {
    margin-bottom: 5%;
    padding-bottom: 10%;
}
.second #works article .description {
    width: 100%;
    padding: 0;
}
.second #works .cf figure img {
    width: 100%;
    height: auto;
}
.second #works article .contents_child {
    margin-top: 20px;
}
/* (csr) | second
   ========================================================================== */
.second #csr .cf {
    width: 100%;
    margin: 5% 0;
}

.second #csr {

}
.second #csr .title {

    padding-bottom: 5%;
}
.second #csr {
    padding-bottom: 10%;
}
.second #csr .csr_detail {
    margin-bottom: 0;
}

/* (second) | privacy
   ========================================================================== */

.second #privacy  {
}
.second #privacy .privacy_text{
    width: 100%;
    margin: 5% 0;
}
.second #privacy .title {
    padding-bottom: 5%;
}
.contact_privacy .title h1{
    font-size: 25px;
    }


/* (second) | contact
   ========================================================================== */

.second #contact .title {
    padding-bottom: 5%;
    left: 0;
}
.contact_txt {
    margin-top: 5%;
}
.contact_txt dt {
    display: block;
    width: 100%;
}
.contact_txt dd {
    display: block;
    margin: 10px 0 0;
}
.contact_txt dd input {
   width: 100%;    
}
#contact form {
    width: 100%;        
    }
.contact_txt dd textarea {
    width: 100%;
}

#contact .submit_btn input {
    width: 100%;
}
#contact .submit_check p {
    margin-bottom: 0;
}
#contact .submit_check {
    margin-top: 0;
}
#contact .confirm .message {
    width:100%;
}

/* (second) | entry
   ========================================================================== */

.entry p {
    margin: 20px 0;
    padding-bottom: 20px;
    padding-right: 0;
}


}


@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {


}

