﻿.wrap1920 {
    margin: auto;
    width: 100%;
    max-width: 1920px;
}

.wrap1200 {
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.ttl_box {
    padding: 37px 5%;
    line-height: 1.4;
}

.max_w1000 {
    max-width: 1000px;
    margin: auto;
}


/**************************************************************
*
* コンセプト
*
***************************************************************/
#con_lead .content_back .wrap1920 {
    padding-top: 80px;
}

#con_lead .flex {
    justify-content: space-between;
}

#con_lead .ttl_box {
    padding: 0 0 15px;
}

#con_lead .left {
    width: 46%;
    min-height: 740px;
}

#con_lead .left .textarea {
    padding-left: 10%;
    padding-bottom: 50px;
}

#con_lead .left .imgarea {
    position: relative;
}

#con_lead .left .imgarea .img01 {
    position: absolute;
    left: 0;
    top: 0;
}

#con_lead .left .imgarea .img02 {
    position: absolute;
    right: 0;
    top: 50px;
}

#con_lead .right {
    width: 50%;
    min-height: 740px;
    display: flex;
    align-items: flex-end;
}

#con_lead .image_sp {
    display: none;
}

#con_philosophy {
    margin-top: -60px;
}

#con_philosophy > .content_back {
    padding: 130px 1rem;
    background-image: url(../img/concept/con_04.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 700px;
    width: 100%;
    margin: auto;
}

.phi_list {
    margin: auto;
    width: 100%;
    max-width: 960px;
}

.phi_list > li {
    display: block;
    width: 100%;
    background: white;
    text-align: center;
    font-size: 22px;
    padding: 38px 4%;
}

.phi_list > li:not(:last-child) {
    margin-bottom: 15px;
}

#con_knowledge .content_back .content_inner {
    padding-top: 50px;
}

.know_img_pc {
    display: block;
    width: 100%;
}

.know_list_sp {
    display: none;
}


/**************************************************************
*
* リクルート
*
***************************************************************/
#rec_message .wrap1920 {
    position: relative;
    padding: 80px 1rem 60px;
}

#rec_message .content_inner {
    min-height: 710px;
}
    
.mes_ttl1 {
    font-weight: bold;
    letter-spacing: 0.2em;
}
.mes_ttl1::before {
    /* content: url(../img/recruit/rec_mes.png); */
    content: '';
    position: absolute;
    top: 35px;
    left: 2%;
    background-image: url(../img/recruit/rec_mes.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 629px;
    height: 119px;
    z-index: -1;
}

.mes_ttl2 {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 40px 0 25px;
}

.sky_bg1 {
    position: absolute;
    width: 200px;
    height: 140px;
    right: 0;
    left: 74%;
    top: 160px;
    margin: auto;
    background-color: #E6F3F9;
    z-index: -1;
}

.sky_bg2 {
    position: absolute;
    width: 333px;
    height: 235px;
    right: 0;
    left: 19%;
    top: 415px;
    margin: auto;
    background-color: #E6F3F9;
    z-index: -1;
}

#rec_message p {
    max-width: 500px;
    line-height: 2;
}

.mes_img1 {
    position: absolute;
    top: 80px;
    right: 0;
    left: 33%;
    margin: auto;
}

.mes_img2 {
    position: absolute;
    top: 460px;
    left: 8%;
    right: 0;
    margin: auto;
}

.mes_img3 {
    position: absolute;
    top: 380px;
    right: 0;
}

.introduction_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.introduction_list > li {
    width: 32%;
    text-align: center;
}

.introduction_list > li img {
    display: block;
    width: 100%;
}

.introduction_list > li .name {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 22px;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.introduction_list > li .year {
    padding-bottom: 15px;
}

.introduction_list > li a {
    position: relative;
    background: #043F9B;
    border-radius: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    min-height: 60px;
    margin: auto;
    transition: 0.5s ease-in;
    text-transform: uppercase;    
    overflow: hidden;
}
.introduction_list > li a::before {
    border-right: 30px solid transparent;
    transform: translateX(-100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 30px solid #00A5ED;
    border-bottom: 30px solid #00A5ED;
    transition: 0.5s ease-out;
    z-index: -1;
}
.introduction_list > li a::after {
    border-left: 30px solid transparent;
    transform: translateX(100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 30px solid #00A5ED;
    border-bottom: 30px solid #00A5ED;
    transition: 0.5s ease-out;
    z-index: -1;
}
.introduction_list > li a:hover::before {
    transform: translateX(-30%);
    z-index: 0;
}
.introduction_list > li a:hover::after {
    transform: translateX(30%);
    z-index: 0;
}

.introduction_list > li a span {
    position: relative;
    z-index: 2;
}
.introduction_list > li a span::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    vertical-align: middle;
}
.introduction_list > li a span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 1px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #043F9B;
    border-right: 1px solid #043F9B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    vertical-align: middle;
}

.interview_list {
    display: flex;
    flex-wrap: wrap;
}

.interview_list > li {
    width: 100%;
    padding: 120px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: linear-gradient(white, #EEF4F7);
}

.interview_list > li > img {
    display: block;
    width: 50%;
}

.interview_list > li:nth-child(even) > img {
    order: 2;
}

.interview_list > li > .textarea {
    width: 48%;
    padding-top: 60px;
}

.interview_list > li > .textarea .inner {
    max-width: 640px;
    width: 98%;
}

.interview_list > li:nth-child(even) > .textarea .inner {
    margin-left: auto;
}

.interview_list > li:nth-child(odd) > .textarea .inner {
    margin-right: auto;
}

.interview_list > li .name {
    font-size: 26px;
    letter-spacing: 0.2em;
    padding-bottom: 8px;
    font-weight: bold;
}

.interview_list > li p {
    margin-top: 40px;
    line-height: 1.8;
}

.interview_list > li .sp-image {
    display: none;
}


/**************************************************************
*
* お問い合わせ
*
***************************************************************/
#con_lead .wrap1200 {
    padding: 70px 1rem;
}

.contact_lead_p {
    text-align: center;
}

.contact_blue_box {
    max-width: 800px;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    background: #043F9B;
    margin: 60px auto;
    color: white;
}

.contact_blue_box span.tel {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
}

.contact_blue_box span.tel a {
    color: #fff;
}

.contact_blue_box span.fax {
    display: inline-block;
    font-size: 16px;
}

.contact_blue_box p {
    padding: 10px 0;
}

#con_lead .red_text {
    color: #C71F3B;
    font-weight: bold;
}

#con_form .wrap1200 {
    padding: 0 1rem 80px;
}

.form_table,
.form_table tbody {
    display: block;
    width: 100%;
}

.form_table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #DCDDDD;
    padding: 20px 0;
}

.form_table tr th {
    width: 280px;
    text-align: left; 
    display: flex;
    align-items: center;
}

.form_table tr th span {
    display: inline-block;
    float: left;
    color: white;
    padding: 5px 15px;
    margin-right: 20px;
    letter-spacing: 0.2em;
}

.form_table tr th span.hissu {
    background: #00A5ED;
}

.form_table tr th span.nini {
    background: #898989;
}

.form_table tr td {
    width: calc(98% - 280px);
}

.form_table input[type="text"],
.form_table input[type="email"],
.form_table textarea {
    width: 100%;
    background-color: #EFEFEF;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    border: solid 1px #B5B5B6;
    font-family: 'Noto Sans JP', sans-serif;
}

::placeholder {
	color: #898989;
}

/*** custom checkbox ***/
input[type="checkbox"] {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	/* display: none; */
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 30px;
  cursor: pointer;
}
input[type="checkbox"] + label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #B5B5B6;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 5px;
  left: 2px;
  width: 21px;
  height: 9px;
  border-left: 3px solid #3498db;
  border-bottom: 3px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*** custom checkbox ***/
input[type="radio"] {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	/* display: none; */
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 30px;
  cursor: pointer;
}
input[type="radio"] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #B5B5B6;
  left: 0;
  top: 7px;
}
input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3498db;
    left: 3px;
    top: 10px;
    opacity: 0;
    transition: .3s; 
}
input[type="radio"]:checked + label::after {
    opacity : 1 ;
}

.blue_btn.send_btn {
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

/*** custom type=file ***/
input[type="file"] + label {
    padding: 5px 20px;
	color: #898989;
    background-color: #EFEFEF;
    cursor: pointer;
    /* border-radius: 10px; */
    transition: .3s;
    width: 150px;
    float: right;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #B5B5B6;
}
input[type="file"] + label:hover {
    opacity: 0.8;
}
input[type="file"] {
    display: none;
}

.select-image {
    width: calc(100% - 150px);
    border: solid 1px gray;
    padding: 5px 20px;
    min-height: 45px;
    display: flex;
    align-items: center;
    border: solid 1px #B5B5B6;
    border-right: none;
	color: #898989;
}

input[type="text"].post-num {
    max-width: 300px;
}

.address_list {
    display: block;
}

.address_list > li {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.address_list > li:first-child {
    padding-top: 0;
}

.address_list > li:last-child {
    padding-bottom: 0;
}

.address_list > li:not(:last-child) {
    border-bottom: solid 1px #DCDDDD;
}

.address_list > li span {
    width: 100px;
}

.address_list > li input[type="text"] {
    width: calc(100% - 100px);
}

label[for="privacy"] {
    margin-bottom: 15px;
}

.privacy_link {
    color: #C71F3B;
    font-weight: bold;
}

#tha_content .wrap1200 {
    padding: 70px 1rem;
    text-align: center;
}

/**************************************************************
*
* 個人情報保護方針　プライバシーポリシー
*
***************************************************************/
#pri_content .wrap1200 {
    padding: 70px 1rem;
}

#pri_content .pri_ttl {
    position: relative;
    margin-top: 60px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

#pri_content .pri_ttl::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -25px;
    width: 155px;
    height: 1px;
    background-color: #043F9B;
}

#pri_content p {
    padding-top: 30px;
}

.pri_list {
    padding-top: 30px;
}

.pri_list > li {
    position: relative;
    padding-left: 30px;
}

.pri_list > li:not(:first-child) {
    margin-top: 25px;
}

.pri_list > li img {
    position: absolute;
    left: 0;
    top: -6px;
}

/**************************************************************
*
* レスポンシブ
*
***************************************************************/
@media screen and (max-width: 1500px) {
    #con_lead .left .imgarea .img02 {
        top: 100px;
    }
    
    .mes_img1 {
        width: 300px;
        left: 40%;
    }

    .mes_img2 {
        top: 480px;
        width: 300px;
    }

    .mes_img3 {
        width: 400px;
    }

    .sky_bg2 {
        left: 32%;
    }
}

@media screen and (max-width: 1200px) {    
    #con_lead .left {
        width: 100%;
        min-height: auto;
    }
    
    #con_lead .left .textarea {
        padding-right: 1rem;
    }

    #con_lead .left .imgarea,
    #con_lead .right {
        display: none;
    }

    #con_lead .image_sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 1rem;
    }
    
    #con_lead .image_sp > li img {
        display: block;
        width: 100%;
    }
    
    #con_lead .image_sp > li:nth-child(1) {
        max-width: 350px;
        width: 25%;
    }
    
    #con_lead .image_sp > li:nth-child(2) {
        max-width: 440px;
        width: 30%;
        display: flex;
        align-items: end;
        padding-bottom: 25px;
        margin-left: -10%;
    }
    
    #con_lead .image_sp > li:nth-child(3) {
        max-width: 960px;
        width: 45%;
    }

    .interview_list > li {
        padding: 100px 0 60px;
    }
    
    .interview_list > li > img { 
        display: none;
    }
    
    .interview_list > li .sp-image {
        display: inline-block;
        width: 50%;
    }

    .interview_list > li .name {
        padding-top: 30px;
    }

    .interview_list > li:nth-child(odd) .sp-image {
        float: left;
        padding: 0 20px 20px 0;
    }

    .interview_list > li:nth-child(even) .sp-image {
        float: right;
        padding: 0 0 20px 20px;
    }

    .interview_list > li > .textarea {
        width: 100%;
        padding-top: 0;
    }
    
    .interview_list > li > .textarea .inner {
        max-width: none;
    }

    .interview_list > li:nth-child(odd) > .textarea .inner,
    .interview_list > li:nth-child(even) > .textarea .inner {
        margin: auto;
        width: 100%;
        padding: 0 1rem;
    }
    
    .mes_img1 {
        left: 70%;
    }
    
    .mes_img2 {
        top: 500px;
        left: 14%;
    }
    
    .mes_img3 {
        width: 350px;
    }

    .sky_bg1 {
        left: auto;
        top: 182px;
    }

}

@media screen and (max-width: 1000px) {
    .know_img_pc {
        display: none;
    }

    .know_list_sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .know_list_sp > li {
        width: 38%;
    }
    
    .know_list_sp > li:nth-child(1),
    .know_list_sp > li:nth-child(4) {
        margin-right: -9%;
    }
    
    .know_list_sp > li:nth-child(3),
    .know_list_sp > li:nth-child(6) {
        margin-left: -9%;
    }
    
    .know_list_sp > li img {
        display: block;
        width: 100%;
    }

    .mes_ttl1,
    .mes_ttl2,
    #rec_message p {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }    
    .mes_ttl2 {
        font-size: 42px;
    }

    .mes_img1, .mes_img2, .mes_img3, .sky_bg1, .sky_bg2 {
        display: none;
    }

    #rec_message .content_inner {
        min-height: auto;
        width: 90%;
    }

    .mes_ttl2 br.pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #con_lead .left .textarea {
        padding-left: 1rem;
    }

    .introduction_list > li {
        width: 100%;
        padding: 0 1rem;
    }

    .introduction_list > li img {
        display: block;
        width: 55%;
        max-width: 450px;
        margin: auto;
    }

    .introduction_list > li:not(:last-child) {
        padding-bottom: 50px;
    }
    
    .interview_list > li {
        padding-top: 80px;
    }

    .interview_list > li .name {
        font-size: 22px;
        letter-spacing: 0.1em;
    }
    
    #tha01 .wrap1200 {
        text-align: left;
    }

    #tha01 .wrap1200 br.pc {
        display: none;
    }

    .form_table tr th {
        width: 100%;
        margin-bottom: 5px;
    }

    .form_table tr td {
        width: 100%;
    }
    
    input[type="radio"] + label {
        margin-right: 15px;
    }

    .privacy_box {
        text-align: center;
    }

    .mes_ttl2 {
        font-size: 37px;
    }

    .mes_ttl1::before {
        width: 400px;
        height: 76px;
        top: 54px;
    }

    .contact_lead_p {
        text-align: left;
        width: 90%;
        margin: auto;
    }

    .max_w1000 {
        width: 90%;
        margin: auto;
    }

    #concept .ttl_box .font_size36 {
        font-size: 28px;
    }

    .phi_list > li {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .select-image {
       width: 100%; 
       border-right: solid 1px #B5B5B6;
    }

    input[type="file"] + label {
        border-bottom: none;
    }

    .mes_ttl2  {
        font-size: 26px;
    }
}

@media screen and (max-width: 450px) {
    .interview_list > li .name {
        font-size: 22px;
        letter-spacing: 0.1em;
    }

    .interview_list > li p {
        line-height: 1.6;
    }

    .address_list > li {
        flex-wrap: wrap;
    }

    .address_list > li input[type="text"] {
        width: 100%;
    }

    #pri_content .pri_ttl {
        font-size: 22px;
    }

    .mes_ttl1::before {
        width: 280px;
        height: 53px;
        top: 60px;
    }

    .mes_ttl2 {
        font-size: 5.8vw;
    }
    
    #concept .ttl_box .font_size36 {
        font-size: 24px;
    }

    .phi_list > li {
        font-size: 18px;
        padding: 23px 4%;
        box-shadow: 0 0 4px 4px #f2f2f2;
    }
    
    .know_list_sp > li {
        width: 55%;
    }
    
    .know_list_sp > li:nth-child(1),
    .know_list_sp > li:nth-child(4) {
        margin-right: 0;
    }
    
    .know_list_sp > li:nth-child(3),
    .know_list_sp > li:nth-child(6) {
        margin-left: 0;
    }

    .know_list_sp > li:nth-child(1),
    .know_list_sp > li:nth-child(3),
    .know_list_sp > li:nth-child(5) {
        margin-right: -12%;
    }

}