@charset "utf-8";
/*------------ top-visual__body ------------*/
.top-visual__copy3 {
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto !important;
}
.top-visual__copy3 h1 {
    font-size: 60px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin: 0;
}
.top-visual__copy3 h2.index_main_lead {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #3c3e40;
    background-color: #fff;
    font-weight: bold;
    padding: 4px 24px;
    margin: 10px auto;
}
@media screen and (max-width: 1330px){
    .top-visual__copy3 h1 {
        font-size: 55px;
    }
    }
@media screen and (max-width: 1280px){
    .top-visual__copy3 h1 {
        font-size: 45px;
    }
    .top-visual__copy3 h2.index_main_lead {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 1000px){
    .top-visual__copy3 h1 {
        font-size: 35px;
    }
}
@media screen and (max-width: 767px){
    .top-visual__copy3 h1 {
        font-size: 22px;
    }
    .top-visual__copy3 h2.index_main_lead {
        font-size: 0.6rem;
    }
}
@media screen and (max-width: 484px){
    .top-visual__copy3 h1 {
        font-size: 13px;
    }
    .top-visual__copy3 h2.index_main_lead {
        font-size: 0.3rem;
    }
}
/*------------ top-visual__body ------------*/
/*------------ a_layout ------------*/
.a_col{
    display: flex;
    padding-bottom: 25px;
}
.a_col2{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.a_pic1{
    width: 50%;
    z-index: 1;
}
.a_txt:before{
    content: '';
    position: absolute;
    display: block;
    height: 46px;
    width: 92px;
    transition: all .3s ease;
    background:#1F6CB7;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%); 
    background-size: contain;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 120px;
    bottom: 0;
    transition: all .0s ease;
    transform: rotate(180deg);
    z-index: 0;
}
.a_txt{
    width: 50%;
    padding: 30px 0px 26px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.a_txt .ABOUT{
    color: #0E66AC;
    font-size: 38px;
    text-align: center;
    line-height: 0.8;
    letter-spacing: 0.03em;
    margin: 0;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.a_txt span{
    color: #AC1B3D;
    font-size: 38px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin: 0 0 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.a_txt h3{
    color: #466BB8;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.16em;
    margin: 0 0 20px;
    font-weight: 700;
}
.a_txt p{
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1280px){
    .a_col {
        display: flex;
        padding-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }
    .a_txt {
        width: 100%;
        align-items: center;
        padding: 30px 0 0 0;
    }
    .a_txt:before {
        position: relative;
        top: -30px;
    }
    .a_pic1 {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 1000px){
    .a_txt .ABOUT {
        font-size: 36px;
    }
    .a_txt span {
        font-size: 36px;
    }
}
@media screen and (max-width: 480px){
    .a_txt .ABOUT {
        font-size: 24px;
    }
    .a_txt span {
        font-size: 24px;
    }
    .a_txt h3 {
        font-size: 20px;
    }
    .a_txt p {
        margin: 0;
    }
    .a_col2 {
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/*------------ a_layout ------------*/
/*------------ about-editor ------------*/

.row_{
    display: flex;
}
.about-editor .row_1{
    justify-content: space-between;
    align-items: flex-start; 
    margin-bottom: 70px;
}
.about-editor .about-title{
    color: #262626;
    font-size: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
}
.about-editor .about-title:after{
    content: '';
    background: #4F4F4F;
    height: 1px;
    width: 60px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.about-editor .row_2{
    margin-top: 40px;
}
.about-editor .row_2 .col{
    flex-basis:  50%;
    position: relative;
}
.about-editor .row_2 .txt_box{
    margin-top: 65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:50px;
    position: relative;
    margin-right: -100px;
    color: #000000;
    box-sizing: border-box;
}
.as_title{
    margin-bottom: 10px;
}
.as_txt{
    line-height: 2;
    padding-left: 35px;
}
.about-editor .row_2 .col1:after{
    content: '';
    display: block;
    position: absolute;
    width: 126px;
    background: #fff;
    height: 65px;
    right: -100px;
    bottom: 0;
    z-index: 3;
}
.about-editor .row_2 .col2{
    position: relative;
    z-index: 4;
    text-align: center;
}
.about-editor .row_3{
    align-items: flex-end;
}
.about-editor .row_3 .col{
    flex-basis:  50%;
}
.about-editor .row_3 .txt_box{
    margin-top: -65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:115px 50px 50px;
    position: relative;
    margin-left: -26px;
    color: #000000;
}
/*------------ service-editor ------------*/
.index-service .index_more a span{
    padding-left: 10px;
}
.index-service .index_more a:after {
    content: '';
    background: #fff;
    width: 8px;
    height: 5px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    position: absolute;
    top: 12px;
    right: 13px;
    transform: rotate(90deg);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    mask: unset;
    z-index: 1;
}
.index-service .index_more a:hover:after {
    background: #1F6CB7;
}
.index-service .index_more:after {
    content: '';
    background: #1F6CB7;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 10px;
    transform: rotate(90deg);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    mask: unset;
}
.index-service .index_more:hover:after {
    background: #ffffff;
}
.index-service .col{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.index-service{
    border-top: 1px solid rgba(255,255,255,0.2);
    position: relative;
}
.index-service:before{
    content: '';
    display: block;
    background: #fff;
    width: 62px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: calc(50% - 31px);
}
.index-service .row{
    display: flex;
    margin: 0px auto 0;
}
.index-service .col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 1;
    margin: 17px;
}
.index-service .col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 1;
    margin: 17px;
}
.index-service .s-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-service .s-list .box>img{
    width: 85px;
    height: 85px;
    opacity: 0.8;
}
.index-service .box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    box-sizing: border-box;
    flex-shrink: 0;
}
.list-info{
    padding: 10px 65px;
}
.s-arrow{
    display:block;
    width: 16px;
    height: 28px;
    margin: 0 15px;
    background: url(../../../images/layout06/common/index/arrow.svg) no-repeat center top;
    opacity: 0.2;
    flex-shrink: 0;
}
.index-service .list-num{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.index-service .list-name{
    color: #194084;
    font-size: 21px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
}
.index-service .list-info p{
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}
.index-service .list-description{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.index-service .t-1{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 2px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 29px;
}
.index-service .p-1{
    color: #acacac;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin-bottom: 5px;
}
.index-service .index_more{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
@media(max-width:1280px){
    .index-service .row{
    }
    .index-service .col:nth-child(1){

    }
    .index-service .s-list{

    }
    .index-service .col:nth-child(2){

    }
}
@media(max-width:1000px){
    .index-service .t-1{
        font-size: 18px;
        line-height: 27px;
        height: unset;
        display: block;
        margin-bottom: 6px;
    }
    .index-service .p-1{
        display: block;
        height: unset;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .index-service .col:nth-child(1) {
        padding-right: 0;
        width: 100%;
    }
    .index-service .col:nth-child(2) {
        width: 100%;
    }
    .index-service .s-list {
        flex-direction: column;
    }
    .index-service .box {
    }
    .s-arrow{
        transform:rotate(90deg);
        margin: 10px 0;
    }
    .index-service .box:nth-last-child(1):after{
        height: calc(100%);
    }
    .index-service .s-list img{
        width: 60px;
        height: 60px;
    }
    .index-service .col:nth-child(2):before {
       display: none;
    }
    .index-service .list-name {
        font-size: 16px;
        line-height: 16px;
    }
    .index-service .list-description {
        font-size: 12px;
    }
    .index-service .list-num {
        font-size: 26px;
        line-height: 26px;
    }
    .index-service .box:before {
        top: 25px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    background: #1F6CB7;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(-45deg); 
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #1F6CB7;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .index-service .col:nth-child(1) {
        width: 70%;
    }
    .index-service .col:nth-child(2) {
        width: 70%;
    }
    .index-service .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 530px){
      .index-service .col:nth-child(1) {
        width: 100%;
    }
    .index-service .col:nth-child(2) {
        width: 100%;
    }  
}