@charset "UTF-8";

.top01 {
    position: relative;
    margin-top: 100px;
}
.top01 .box01 {
    width: 50%;
    padding-right: 100px;
    height: 400px;
}
.top01 figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.top01 figure img {
    width: 100%;
    height: 400px;
    object-fit: cover;;
}
.top01 h4 {
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
}
.top01 p {
    line-height: 30px;
    padding-top: 15px;
}


.top02 {
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../images/top_img02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top02 h4 {
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}
.top02 p {
    color: #fff;
    line-height: 30px;
    text-align: center;
}


.top03 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.top03 .btn01 {
    position: absolute;
    top: 150px;
    left: 0;
} 
.top03 ul {
    width: 70%;
}
.top03 ul li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.top03 ul li a .date {
    color: #999999;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 500;
}
.top03 ul li a h4 {
    font-size: 18px;
    padding-top: 5px;
    font-weight: 500;
}


.top04 {
    position: relative;
    padding-top: 80px;
}
.top04_bg {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/top_img03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 420px;
    z-index: -1;
}
.top04 p {
    color: #fff;
}
.top04 p br {
    display: none;
}
.top04 .inner {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 0px 5px 15px #aaa;
}
.tel_con a {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 150px;
    background-color: #003E92;
    transition: all .2s;
    padding-left: 80px;
    padding-top: 25px;
}
.tel_con a::before {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    width: 50px;
    height: 1px;
    background-color: #fff;
} 
.tel_con a::after {
    content: "";
    position: absolute;
    top: 71px;
    right: 50px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #fff;
} 
.tel_con a p {
    color: #fff;
}
.tel_con a .p {
    font-size: 16px;
}
.tel_con a:hover {
    background-color: #0D3162;
}
.tel_con figure img {
    width: auto;
    height: 30px;
}
.tel_con .number {
    font-size: 35px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
}
.mail_con a {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 150px;
    background-color: #FFBC53;
    transition: all .2s;
    padding-left: 80px;
    padding-top: 57px;
}
.mail_con a::before {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    width: 50px;
    height: 1px;
    background-color: #fff;
} 
.mail_con a::after {
    content: "";
    position: absolute;
    top: 71px;
    right: 50px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #fff;
} 
.mail_con a h4 {
    color: #fff;
    font-size: 25px;
    margin-left: 10px;
}
.mail_con a:hover {
    background-color: #E09218;
}
.mail_con figure img {
    width: 30px;
    height: auto;
}
.mail_con .number {
    font-size: 35px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
}
.border {
    width: 1px;
    height: auto;
    background-color: #999;
}


.works01 {
    padding-top: 100px;
}
.works01 .box03 {
    margin-bottom: 50px;
}

.works01 .box03 figure {
    width: 50%;
}
.works01 .box03 figure img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.works01 .box04 {
    width: 50%;
    padding-left: 50px;
}
.works01 .box04 .number {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ACBCD1;
}
.works01 .box04 .number::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ACBCD1;
    margin-left: 10px;
}
.works01 .box04 h4 {
    font-size: 30px;
    color: #003E92;
    font-weight: 700;
    padding-top: 10px;
}
.works01 .box04 p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
}
.works01 .box03_ figure {
    width: 50%;
}
.works01 .box03_ figure img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.works01 .box04_ {
    width: 50%;
    padding-right: 50px;
}
.works01 .box04_ .number {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ACBCD1;
}
.works01 .box04_ .number::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ACBCD1;
    margin-left: 10px;
}
.works01 .box04_ h4 {
    font-size: 30px;
    color: #003E92;
    font-weight: 700;
    padding-top: 10px;
}
.works01 .box04_ p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
}

.works02 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.works02 ul li {
    margin-bottom: 30px;
}
.works02 ul li img {
    width: 380px;
    height: auto;
}



.about01 {
    padding-top: 100px;
}
.about01 .ttl02 .ttl_en {
    color: #003E92;
}
.about01 .ttl02 h3 {
    color: #999999;
}
.about01 .ttl02 h3::before {
    background-color: #999999;
}
.about01 .ttl02 h3::after {
    background-color: #999999;
}
.about01 p {
    line-height: 25px;
}

.about02 {
    padding-top: 150px;
    padding-bottom: 100px;
}
.about02 dl {
    width: 100%;
}
.about02 dl div {
    margin-bottom: 2px;
    background-color: #003E92;
}
.about02 dl dt {
    width: 20%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}
.about02 dl dd {
    width: 80%;
    height: auto;
    border: 1px solid #003E92;
    background-color: #fff;
    padding: 18px 20px;
    font-size: 16px;
}


.news01 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.news01 .date {
    color: #999999;
}
.news01 h4 {
    font-size: 25px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 30px;
}
.news01 p {
    line-height: 25px;
}


.contact {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.contact dl {
    width: 100%!important;
    display: flex!important;
    flex-wrap: wrap!important;
    align-items: center!important;
    justify-content: space-around!important;
}
.contact dl dt {
    width: 30%!important;
    padding: 13px 20px!important;
    margin-bottom: 10px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-align: left!important;
    border-top: none!important;
}
.contact dl dd {
    width: 70%!important;
    padding: 13px 20px!important;
    border: 1px solid #003E92!important;
    margin-bottom: 10px!important;
    font-size: 16px!important;
    font-weight: 500!important;
}
.contact dl dt .re {
    font-size: 14px!important;
    padding: 3px 10px!important;
    background-color: #003E92!important;
    color: #fff!important;
    margin-right: 8px!important;
    font-weight: 500!important;
}
.contact dl dt .op {
    font-size: 14px!important;
    padding: 3px 10px!important;
    background-color: #999!important;
    color: #fff!important;
    margin-right: 8px!important;
    font-weight: 500!important;
}
.contact .se_mfp {
    border: none!important;
    padding: 0px!important;
}
.contact .se_mfp select {
    border: 1px solid #003E92!important;
    padding: 13px 40px 13px 20px!important;
}
.contact textarea {
    width: 100%!important;
}
.contact .pri_mfp {
    margin-top: 30px!important;
}
.contact a {
    text-decoration: underline!important;
    color: #003E92!important;
    font-weight: 700!important;
}
.contact .mfp_buttons {
    text-align: center!important;
    margin-top: 30px!important;
}
.contact .mfp_buttons .btn3 {
    width: 300px!important;
    height: 50px!important;
    background: none!important;
    background-color: #003E92!important;
    font-size: 16px!important;
    color: #fff!important;
    transition: all .2s!important;
    border-radius: 0px!important;
    padding: 0px!important;
    border: none!important;
    text-shadow: none!important;
}
.contact .mfp_buttons .btn3:hover {
    background-color:  #333!important;
}
.mfp_colored {
    background-color: #fff!important;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    border: none!important;
    border-radius: 0px!important;
    box-shadow: none!important;
    padding: 5px 10px!important;
    margin: 0px!important;
    vertical-align: middle;
    width: 100%!important;
}
form#mailformpro label.mfp_not_checked {
    padding: 0px!important;
    border: none!important;
}
form#mailformpro label.mfp_checked {
    padding: 0px!important; 
    border: none!important; 
    background-color: #fff!important; 
    box-shadow: none!important; 
}
.complete_box {
    margin-top: 150px;
}
.complete_box h3 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #003E92;
}
.complete_box .sub-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
#contact ul {
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contact strong {
    color: red;
}
#contact {
    margin-bottom: 150px;
}

.privacy01 {
    padding-top: 100px;
}
.privacy01 .ttl h3 {
    position: static;
    font-size: 30px;
    color: #333;
    padding-left: 0;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: normal;
}
.privacy01 .ttl h3::before {
    display: none;
}
.privacy01 p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 40px;
}
.privacy01 .p1 {
    font-weight: 700;
}
.privacy01 h4 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 10px;
}
.privacy01 h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #003E92;
}






@media (max-width: 1200px){
    .top03 .btn01 {
        left: 50px;
    }
    .top04 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .top04 .inner {
        width: 100%;
        padding: 30px;
    }
    .tel_con {
        width: 48%;
    }
    .tel_con a {
        width: 100%;
        height: 150px;
        padding-left: 50px;
        padding-top: 25px;
    }
    .mail_con {
        width: 48%;
    }
    .mail_con a {
        width: 100%;
        height: 150px;
        padding-left: 50px;
        padding-top: 57px;
    }
}


@media (max-width: 990px){
    .top01 .box01 {
        padding-right: 0px;
    }
    .top01 figure {
        padding-left: 50px;
    }
    .top03 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .top03 ul {
        width: 65%;
    }
    .tel_con a {
        width: 100%;
        height: 150px;
        padding-left: 30px;
        padding-top: 25px;
    }
    .mail_con a {
        width: 100%;
        height: 150px;
        padding-left: 30px;
        padding-top: 57px;
    }
    .mail_con a h4 {
        font-size: 20px;
    }
}


@media (max-width: 768px){
    .top01 .inner figure {
        position: static;
    }
    .top01 {
        margin-top: 80px;
    }
    .top01 .box01 {
        width: 100%;
        padding-right: 0px;
        height: auto;
    }
    .top01 figure {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .top01 figure img {
        width: 100%;
        height: 220px;
    }
    .top01 h4 {
        font-size: 28px;
    }
    .top01 p {
        line-height: 25px;
        padding-top: 15px;
    }
    
    .top02 {
        margin-top: 50px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .top02 h4 {
        font-size: 28px;
        padding-bottom: 15px;
    }
    .top02 p {
        line-height: 25px;
        text-align: left;
    }


    .top03 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .top03 .btn01 {
        position: static;
    } 
    .top03 ul {
        width: 100%;
    }
    .top03 ul li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .top03 ul li a {
        transition: all .2s;
    }
    .top03 ul li a .date {
        color: #999999;
        font-family: Arial, Helvetica, "sans-serif";
        font-weight: 500;
    }
    .top03 ul li a h4 {
        font-size: 16px;
        padding-top: 5px;
        font-weight: 500;
    }
    .top03 ul li a:hover h4 {
        color: #003E92;
    }
    .top03 .btn01 {
        text-align: center;
    }
    .top03 .btn01 a p {
        padding: 10px 70px 0 0px;
    }
    
    .top04 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top04_bg {
        height: 450px;
    }
    .top04 .inner {
        display: block;
        padding: 20px;
        margin-top: 30px;
        box-shadow: 0px 5px 15px #aaa;
    }
    .top04 p {
        line-height: 25px;
    }
    .top04 p br {
        display: block;
    }
    .tel_con {
        width: 100%;
    }
    .tel_con a {
        width: 100%;
        height: auto;
        padding:20px;
    }
    .tel_con a::before {
        content: "";
        position: absolute;
        top: 75px;
        right: 0;
        width: 30px;
        height: 1px;
        background-color: #fff;
    } 
    .tel_con a::after {
        content: "";
        position: absolute;
        top: 71px;
        right: 30px;
        width: 9px;
        height: 9px;
        border-radius: 5px;
        background-color: #fff;
    } 
    .tel_con a .p {
        font-size: 14px;
    }
    .tel_con figure img {
        width: auto;
        height: 25px;
    }
    .tel_con .number {
        font-size: 30px;
        margin-left: 6px;
    }
    .mail_con {
        width: 100%;
    }
    .mail_con a {
        width: 100%;
        height: 120px;
        padding: 48px 20px 20px 20px;
        margin-top: 15px;
    }
    .mail_con a::before {
        content: "";
        position: absolute;
        top: 60px;
        right: 0;
        width: 30px;
        height: 1px;
        background-color: #fff;
    } 
    .mail_con a::after {
        content: "";
        position: absolute;
        top: 56px;
        right: 30px;
        width: 9px;
        height: 9px;
        border-radius: 5px;
        background-color: #fff;
    } 
    .mail_con a h4 {
        color: #fff;
        font-size: 18px;
        margin-left: 5px;
    }
    .mail_con a:hover {
        background-color: #E09218;
    }
    .mail_con figure img {
        width: 30px;
        height: auto;
    }
    .mail_con .number {
        font-size: 35px;
        font-family: Arial, Helvetica, "sans-serif";
        font-weight: bold;
        color: #fff;
        margin-left: 10px;
    }
    .border {
        display: none;
    }


    .works01 {
        padding-top: 50px;
    }
    .works01 .box03 figure {
        width: 100%;
    }
    .works01 .box03 figure img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .works01 .box04 {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .works01 .box04 .number {
        font-size: 14px;
    }
    .works01 .box04 h4 {
        font-size: 30px;
        padding-top: 10px;
    }
    .works01 .box04 p {
        font-size: 14px;
        line-height: 25px;
        padding-top: 20px;
    }
    .works01 .box03_ figure {
        width: 100%;
    }
    .works01 .box03_ figure img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .works01 .box04_ {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .works01 .box04_ .number {
        font-size: 14px;
    }
    .works01 .box04_ h4 {
        font-size: 30px;
        padding-top: 10px;
    }
    .works01 .box04_ p {
        font-size: 14px;
        line-height: 25px;
        padding-top: 20px;
    }

    .works02 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .works02 ul li {
        margin-bottom: 30px;
    }
    .works02 ul li img {
        width: 380px;
        height: auto;
    }

    
    .about01 {
        padding-top: 50px;
    }
    .about01 p {
        text-align: left;
    }
    .about02 {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .about02 dl {
        width: 100%;
    }
    .about02 dl div {
        margin-bottom: 0px;
    }
    .about02 dl dt {
        width: 100%;
        font-size: 14px;
        padding: 15px;
    }
    .about02 dl dd {
        width: 100%;
        padding: 15px;
        font-size: 14px;
    }
    
    .news01 {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .news01 h4 {
        font-size: 18px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .news01 p {
        line-height: 25px;
    }
    
    
    .contact {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .contact h4 {
        font-size: 25px;
    }
    .contact dl {
        width: 100%!important;
        display: block!important;
    }
    .contact dl dt {
        width: 100%!important;
        padding: 0px!important;
        margin-bottom: 10px!important;
        font-size: 14px!important;
        font-weight: 700!important;
    }
    .contact dl dd {
        width: 100%!important;
        padding: 8px 15px!important;
        border: 1px solid #003E92!important;
        margin-bottom: 20px!important;
        font-size: 14px!important;
        font-weight: 500!important;
    }
    .contact dl dt .re {
        font-size: 14px!important;
        padding: 3px 10px!important;
        background-color: #003E92!important;
        color: #fff!important;
        margin-right: 8px!important;
        font-weight: 500!important;
    }
    .contact dl dt .op {
        font-size: 14px!important;
        padding: 3px 10px!important;
        background-color: #999!important;
        color: #fff!important;
        margin-right: 8px!important;
        font-weight: 500!important;
    }
    .contact .se_mfp {
        border: none!important;
        padding: 0px!important;
    }
    .contact .se_mfp select {
        border: 1px solid #003E92!important;
        padding: 8px 15px!important;
        width: 100%!important;
    }
    .contact textarea {
        width: 100%!important;
    }
    .contact .pri_mfp {
        margin-top: 30px!important;
    }
    .contact a {
        text-decoration: underline!important;
        color: #003E92!important;
        font-weight: 700!important;
    }
    .contact .mfp_buttons {
        text-align: center!important;
        margin-top: 30px!important;
    }
    .contact .mfp_buttons .btn3 {
        width: 300px!important;
        height: 50px!important;
        background-color: #003E92!important;
        font-size: 16px!important;
        color: #fff!important;
        transition: all .2s!important;
    }
    .contact .mfp_buttons .btn3:hover {
        background-color:  #333!important;
    }
    
    .complete_box .sub-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    
    .privacy01 {
        padding-top: 50px;
    }

}

























