@charset "UTF-8";
/* CSS Document */
/*================================
sec_slogan
================================*/
.slogan_inr {
    display: flex;
    margin-right: calc(calc(100vw - 1000px) / 2);
    justify-content: space-between;
    padding-bottom: min(15vw, 110px);
}
.slogan_img{
    width: 40%;
    height: 800px;
    background: url(../img/company/fv.webp) no-repeat center / cover;
}
.slogan_img::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,74,122,0.2);
    mix-blend-mode: multiply;
}
.slogan_wrap {
    width: 48.5%;
}

.slogan_ttl {
    font-size: min(5.5vw, 26px);
    font-weight: 500;
    line-height: 130%;
    margin: min(5.5vw, 32px) 0;
}
.slogan_txt {
    line-height: min(6vw, 220%);
    margin-bottom: min(9vw, 50px);
}
.sign {
    text-align: right;
}
.sign_name {
    margin-left: 1em;
}
@media screen and (max-width:1000px){
.slogan_inr {
    margin-right: 5%;
}
.slogan_wrap{
    width: 55%;
}
}
@media screen and (max-width:840px){
.slogan_inr {
    margin-right: 0;
    flex-direction: column;
}
.slogan_img {
    width: 100%;
    height: min(55vw, 444px);
}
.slogan_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}
/*================================
sec_profile
================================*/
.sec_profile{
background: linear-gradient(135deg,  rgba(223,244,255,1) 0%,rgba(237,241,255,1) 100%);
    padding-top: min(15vw, 128px);
    padding-bottom: 1px;
}
.art_profile{
    width: min(90%,960px);
    margin: 0 auto;
}
.company_contents_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: min(18vw, 150px);
}

p.c_name {
    color: #0071b7;
    font-size: min(6vw, 32px);
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: min(3vw, 25px);
}
.c_ttl {
    font-size: min(4vw, 20px);
    font-weight: 500;
    line-height: 1;
}
.company_contants {
    width: 180px;
    min-width: 180px;
    margin-bottom: min(5vw, 30px);
}
.c_detail {
    width: calc(100% - 180px - 40px);
}
iframe.g_map {
    width: 100%;
    height: min(50vw, 430px);
}
.access_txt {
    line-height: 190%;
    margin-top: min(2vw,10px);
}
@media screen and (max-width:840px){
.company_contents_wrap {
    flex-direction: column;
}
    .company_contants,
    .c_detail{
        width: 100%;
    }
}

table.c_tbl {
    width: 100%;
    line-height: 160%;
}
tr {
    border-bottom: 1px solid #cdcdce;
}
th,td{
    padding: min(1.5vw, 12px) min(2.5vw, 18px);
}
th {
    font-weight: normal;
    text-align: left;
    vertical-align: baseline;
}
table.c_histroy{
}
table.c_histroy th{
    min-width: 13em;
}
@media screen and (max-width:640px){
table.c_histroy th{
    padding-right: 0;
    min-width: 11em;
}
}