/* 会社概要 */
.company-container {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
}

table.comoverview-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.comoverview-table th, td {
    padding: 12px;
    line-height: 2;
}

.comoverview-table th {
    width: 20%;
    background-color: #C8E6FF;
    text-align: left;
    color: #328CC3;
    border-bottom: 2px solid #328CC3;
    vertical-align: baseline;
    padding-left: 1em;
    vertical-align: middle;
    text-align: center;
}

.comoverview-table td {
    width: 80%;
    background: #F2F2F2;
    font-weight: 500;
    color: #505050;
    padding-left: 2em;
    border-bottom: 1px solid #87AFC8;
}

td p, th p {
    margin: 0;
}
#access{
    background-color: #C8E6FF;
    margin-top: -1%;
    padding-bottom: 10%;
}
.Googlemap-box {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
.map-wrap iframe{
    border-radius: 30px;
    width: 100%;
    height: 400px;
}

/* お問い合わせ */
.contact-container{
    margin: 0 auto;
    max-width: 1100px;
}
.contact-container .sec-outline{
    text-align: center;

}

div#contact-form {
    width: 90%;
    margin: 0 auto;
    background-color: #f5f5f5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 7% 2% 7%;
    font-weight: bold;
    margin-top: 5%;
}
.form-wrap {
    width: 68%;
    margin: 0 auto;
}

.artcle-ttl {
    font-size: 24px;
    color: #328CC3;
    text-align: center;
    margin-bottom: 3em;
    font-weight: bold;
}
.artcle-ttl span{
    margin-bottom: 6px;
    height: 3px;
    width: 24px;
    background-color: #328CC3;
    display: inline-block;

}
.form-wrap .artcle-ttl{
    margin-bottom: 2em;

}
form{
    width: 100%;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.check_box{
    flex-direction: row;
    margin-bottom: 2em;
}
.form-group br{
    display: none;
}
form .form-group label{
    margin-bottom: 13px;
}
span.form-mark{
    font-size: 14px;
    padding: 1px 7px;
    border-radius: 25px;
    margin-right: 4px;

}
span.red-mark {
    color: #BE1E1E;
    border: 1px solid #BE1E1E;
}
span.gray-mark {
    color: #787878;
    border: 1px solid #787878;

}
span.note-txt {
    color: #87AFC8;

}
input,textarea {
    background-color: #f2f2f2f2;
    padding: 1em;
    border: 1px solid #87AFC8;
    border-radius: 10px;
    margin: 1em 0;
    font-weight: 500;
    width: 88%;
}
input[type=checkbox] {
    display: none;
}
.checkbox01{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #f5f5f5;
    border: 1px solid #87AFC8;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    background: #328CC3;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: 10;
}
input[type=checkbox]:checked + span .checkbox01::after {
    opacity: 1;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 70%;
    max-width: 410px;
    margin: 0 auto;
    color: #f5f5f5;
    background-image: linear-gradient(90deg, #3A96BD, #4E479B);
    border: 0;
    font-size: 20px;
    padding: 1em;
    position: relative;
    border-radius: 37px;
    transition: 0.5s;
    cursor: pointer;
    display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner::before{
    content: '';
    background-image: url(/images/btn_arw.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 6px;
    position: absolute;
    top: 43%;
    right: 19px;
    z-index: 1;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background-image: linear-gradient(90deg, #4E479B, #2D2391);

}

/* ガイドライン */

.guideline-container .sec-outline{
    font-weight: bold;
}
.guideline-group{
    font-size: 14px;
    font-weight: 600;
    margin-top: 7%;
}
.guideline-group .group-ttl {
    margin-bottom: 2em;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
}
.nu-txt {
    margin: 2.5em 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
}
.guideline-group span {
    display: block;
    font-weight: 400;
    margin: 0.3em 0;
    padding-left: 0em;
    text-indent: 0em;

}
/* ニュース・トピックス */
.news-column-container {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}
/* ニュース・トピックス一覧 */
.article-container{
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}
/* よくある質問 */
.QandA-box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 8%;
}
#undercontent-container .QandA-box dl:first-child{
    border-top: 2px solid #328CC3;
}

/* 代表紹介 */
.backttl_img_greeting #undercontent-container {
    padding: 18% 0 0%;
}

#leader-profile {
    margin-bottom: 10%;
}

.profile-box .leader-coment{
    margin-bottom: 0em;
    margin-top: 1em;

}
.leader-coment>.txt-mb:last-child{
    margin: auto;
}
.leader-name {
    font-size: 32px;
    font-weight: bold;
    margin: 0.2em 0.5em 0.5em;
    display: inline-block;
}
.txt-mb {
    margin-bottom: 1em;
}
.leader-greetigbox {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10%;
}
.leader-imagebox {
    display: flex;
    justify-content: space-between;
}
.leader-imagebox .leader-image{
    width: 50%;

}
.name-box .leader-name{
    display: block;
    font-size: 20px; 
    font-weight: bold; 
    margin: auto;
    margin-top: 0.5em;
}
.name-box {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

/* アウナラが選ばれる理由 */
.meaning , .strong-point{
    margin-bottom: 12%;
}
.point-item {
    display: flex;
    margin-bottom: 1em;
}
.point-item>div{
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;

}
.point-item .item-important{
    width: 45%;
    color: #328CC3;
    font-weight: 600;
    font-size: 20px;
    background: #C8E6FF;
    border-radius: 39px 0 0 39px;
    text-align: center;
    position: relative;
}
.point-item .item-sabtxt{
    width: 55%;
    font-weight: 600;
    background: #F2F2F2;
    border-radius: 0px 39px 39px 0px;
    flex-direction: column;
}

.possible .point-item .item-important {
    border-radius: 60px 0 0 60px;

}
.possible .point-item .item-sabtxt {
    border-radius: 0px 60px 60px 0px;
}
.possible .point-item .point-item02{
    padding: 0.3em 1em;
}

.point-item .point-item01::before{
    position: absolute;
    content: '';
    background-image: url(/under_images/reason_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 39px;
    top: 2px;
    left: 10px;
    z-index: 1;

}
.point-item .point-item02::before{
    position: absolute;
    content: '';
    background-image: url(/under_images/reason_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 39px;
    top: 2px;
    left: 10px;
    z-index: 1;

}
.point-item .point-item03::before{
    position: absolute;
    content: '';
    background-image: url(/under_images/reason_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 39px;
    top: 2px;
    left: 10px;
    z-index: 1;

}
.point-item .point-item04::before{
    position: absolute;
    content: '';
    background-image: url(/under_images/reason_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 39px;
    top: 2px;
    left: 10px;
    z-index: 1;

}
.point-item .point-item05::before{
    position: absolute;
    content: '';
    background-image: url(/under_images/reason_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 39px;
    top: 2px;
    left: 10px;
    z-index: 1;

}
.item-important>p{
    z-index: 2;

}

.item-im02{
    padding: 0.2em 1em!important;
}
.im-flex{
    display: flex;
    justify-content: space-around;
    width: 90%
}
.im-flex .im-flex-txt{
    display: flex;
    justify-content: center;
    align-items: center;
}
.im-flex .im-flex-img{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.im-flex .im-flex-img>img{
    max-width: 100%;

}
.im-flex>div{
    width: 50%;
}
.steps-box .point-item .item-important {
    border-radius: 80px 0 0 80px;
}
.steps-box .point-item .item-sabtxt {
    border-radius: 0px 80px 80px 0px;
}
.flex-img02>img{
    width: 70%;

}
.steps-box .point-item{
    margin-bottom: 2em;
}
.steps-box .point-item ::before {
    top: 7px;
    left: 31px;
}
.im-flex-txt p{
    z-index: 2;
}
.storong-pointbox {
    margin-top: 4em;
}
.strong-point-item{
    display: flex;
    gap: 5%;
    margin-bottom: 2em;
}
.item-reverse{
    flex-direction: row-reverse;

}
.strong-point-item>div{
    width: 55%;
    line-height: 2;
}
.strong-point-item>div:first-child{
    width: 40%;

}
.strong-txt {
    font-size: 24px;
    color: #328CC3;
    font-weight: 600;
}
.point02-img>img{
    width: 70%;
}
.point03-img>img{
    width: 38%;
}
.point02-img,.point03-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.possible h2>br{
    display: none;
}

/* 採用情報 */
.recruit-block {
    margin-bottom: 15%;
}
.recruit-block .comoverview-table{
    margin: 6% 0;

}
.recruit-block .block-txt{
    margin-bottom: 10%;
}
.recruit-block .sec-outline {
    text-align: center;
}

/* M&A現サイト */
.sd.appear.ma_h {
    display: none;
}
.sd.appear.ma_h_sp {
    display: none;
}
.sd.appear.ma_f{
    display: none;
}


@media screen and (max-width:760px) {
    .company-container {
        width: 100%;
    }
    .Googlemap-box {
        width: 100%;
    }
    .map-wrap iframe{
        height: 350px;
    }
    .form-group br{
        display: block;
    }
    div#contact-form {
        padding: 11% 2% 14%;
    }
    .form-wrap {
        width: 95%;
    }
    .artcle-ttl span {
        width: 12px;

    }
    .artcle-ttl{
        margin-bottom: 1.5em;
    }
    .note-txt{
        font-size: 12px;
    }
    .form-group button {
        width: 100%;
    }
    .QandA-box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8%;
    }
    .leader-imagebox {
        flex-direction: column;
        margin-top: 3em;
    }
    .leader-imagebox .leader-image {
        width: 100%;
        margin-top: 3em;
    }
    .leader-greetigbox {
        width: 90%;
    }
    #leader-profile .sec-ttl{
        margin-bottom: 1em;
    }
    .leader-name {
        font-size: 24px;
    }
    .reason-pointbox {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .possible h2>br{
        display: block;
    }
    .point-item {
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 3em;
    }
    .point-item .item-important {
        border-radius: 39px 39px 0px 0px;
    }
    .point-item .item-sabtxt {
        border-radius: 0px 0px 39px 39px;
    }
    .possible .point-item .item-important {
        border-radius: 39px 39px 0px 0px;
    }
    .possible .point-item .item-sabtxt {
        border-radius: 0px 0px 39px 39px;
    }
    .steps-box .point-item .item-important {
        border-radius: 50px 50px 0 0;
    }
    .steps-box .point-item .item-sabtxt {
        border-radius: 0px 0px 50px 50px;
    }
    .item-im02 {
        padding: 1em 1em !important;
    }
    .possible .point-item .point-item02 {
        padding: 1em;
    }
    .point-item .item-important {
        width: 90%;
    }
    .point-item .item-sabtxt {
        width: 90%;
    }
    .storong-pointbox {
        width: 90%;
        margin: 0 auto;
    }
    .strong-point-item {
        flex-direction: column;
    }
    .strong-point-item>div {
        width: 100%;
        margin-bottom: 10px;
    }
    .strong-txt {
        font-size: 20px;
        text-align: center;
    }
    .strong-point-item>div:first-child {
        width: 100%;
    }

}
@media screen and (max-width:500px) {
    .lesp-br{
        display: block !important;
    }
    table.comoverview-table{
        font-size: 14px;
    }
    .comoverview-table th {
        width: 30%;
    }
    .comoverview-table td {
        width: 70%;
        padding-left: 12px;
    }
    .artcle-ttl {
        font-size: 19px;
        
    }
    .contact-container .sec-outline {
        text-align: left;
    }
    .form-group button {
        font-size: 16px;
    }
    


}