@charset "utf-8";
/*------------ about-editor ------------*/
.about-sect .txt-box .index-about-editor .editor h3{
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0 0 20px;
    z-index: 2;
}
.about-sect .txt-box .index-about-editor .editor h3::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: -28px;
    background: #FFDB3F;
    z-index: 5;
}
/* content */
.a_layout{
    position: relative;
    box-sizing: border-box;
}
/* 共用 */
.a_layout .a_title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 30px;
}
.a_layout .a_title::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 136px;
    background: #FFDB3F;
    top: 0;
    left: -50px;
}
.a_layout .a_title span{
    position: relative;
    color: #060A0C;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin: 0;
    font-family: 'Roboto',serif;
}
.a_layout .a_title h2{
    position: relative;
    color: #060A0C;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
}
.a_layout .a_title h2::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #FFDB3F transparent transparent transparent;
    position: absolute;
    left: 185px;
    top: 10px;
}
.a_layout .a_title h2::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 193px;
    top: 13px;
}
.a_layout .a_title::after{
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #1E1E1E;
    margin: 20px 0 0;
}
.a_layout h3{
    position: relative;
    color: #0D141A;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0 0 15px;
}
.a_layout p{
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
/* 個別 */
.a_layout .a_top{
    position: relative;
    box-sizing: border-box;
    background: #fff;
    padding: 60px 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    margin: 80px 0 50px;
}
.a_layout .a_top .a_txt{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_top .a_pic{
    position: absolute;
    top: -58px;
    right: 115px;
}
.a_layout .a_middle{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
    padding: 0 0 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
.a_layout .a_middle .a_col:first-of-type{
    width: 45%;
}
.a_layout .a_middle .a_col:last-of-type{
    width: 55%;
    padding: 0 50px;
}
.a_layout .a_bottom {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_bottom .a_title{
    padding-left: 30px;
    padding-bottom: 15px;
}
.a_layout .a_bottom .a_title::before {
    left: 0;
    height: 100%;
}
.a_layout .a_bottom .a_title::after{
    display: none;
}
.a_layout .a_list{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_list .a_item{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.a_layout .a_list .a_item:last-of-type{
    margin: 0;
}
.a_layout .a_list .a_box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 25px;
}
.a_layout .a_list .a_b_pic{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    top: 15px;
    z-index: 2;
}
.a_layout .a_list .a_b_txt{
    position: relative;
    box-sizing: border-box; 
    text-align: center;
    padding: 30px 15px 15px 25px;
    background: #fff;
    box-shadow: 0 0 15px 6px rgb(0 0 0 / 8%);
    z-index: 1;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.a_layout .a_list h3{
    margin: 0;
    margin: 0 auto;
    width: fit-content;
}
.a_layout .a_list h3::before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #FFDB3F;
    top: 5px;
    right: calc(100% + 10px);
}
@media screen and (max-width: 1330px){
    .a_layout .a_top .a_pic {
        right: 50px;
    }
    .a_layout h3 {
        font-size: 18px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1280px){
    .a_layout .a_top {
        margin: 45px 0 50px;
    }
    .a_layout .a_top .a_pic {
        right: -40px;
        top: -20px;
    }
    .a_layout .a_top .a_pic img{
        max-width: 80%;
    }
    .a_layout .a_list .a_b_txt{
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .a_layout .a_list .a_box {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_top {
        padding: 30px 30px;
    }
    .a_layout .a_title::before {
        left: -30px;
    }
    .a_layout .a_top .a_pic {
        right: -70px;
        top: -20px;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_top{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .a_layout .a_top .a_pic{
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        text-align: center;
        padding: 30px 0 0;
    }
    .a_layout .a_middle .a_col:last-of-type {
        padding: 0 15px;
    }
    .a_layout .a_title span {
        font-size: 30px;
    }
    .a_layout .a_title::before {
        width: 3px;
    }
    .a_layout .a_bottom .a_title {
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .a_layout .a_top .a_pic img {
        max-width: 100%;
    }
    .a_layout .a_middle{
        margin: 0 0 30px;
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 850px){
    .a_layout .a_middle{
        flex-direction: column;
    }
    .a_layout .a_middle .a_col:first-of-type {
        width: 100%;
        text-align: center;
    }
    .a_layout .a_middle .a_col:last-of-type {
        width: 100%;
        padding: 30px 15px 0;
    }
    .a_layout .a_list .a_item{
        flex-direction: column;
    }
    .a_layout .a_list .a_box{
        flex-direction: row;
    }
    .a_layout .a_list .a_b_pic{
        top: 0;
        width: 50%;
    }
    .a_layout .a_list .a_item {
        margin: 0;
    }
    .a_layout .a_list .a_box {
        padding: 0 0 15px;
    }
    .a_layout .a_list .a_b_txt {
        width: 50%;
        margin-left: 0;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .a_layout .a_list .a_item:first-of-type .a_box:last-of-type{
        flex-direction: row-reverse;
    }
    .a_layout .a_list .a_item:nth-of-type(2) .a_box:nth-of-type(2){
        flex-direction: row-reverse;
    }
    .a_layout .a_list .a_item:last-of-type .a_box:first-of-type{
        flex-direction: row-reverse;
    }
    .a_layout .a_list .a_b_txt h3{
        margin: 0 0 0 20px;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_list .a_b_txt{
        padding: 10px;
    }
    .a_layout .a_list .a_b_txt h3{
        font-size: 16px;
        margin: 0 0 0 10px;
    }
    .a_layout .a_list h3::before {
        width: 7px;
        height: 7px;
        top: 7px;
        right: calc(100% + 5px);
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
}
.s_layout p{
    font-size: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 0;
}
.s_layout .s_list{
    position: relative;
    box-sizing: border-box;
    margin: 30px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.s_layout .s_list .s_item{
    position: relative;
    box-sizing: border-box;
    width: 20%;
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.s_layout .s_list .s_item:nth-last-child(-n+4){
    margin: 0;
}
.s_layout .s_item .s_box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 190px;
    padding: 0 0 10px;
}
.s_layout .s_item .s_box::before{
    content: '';
    position: absolute;
    width: 0;
    height: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #FFDB3F;
    transition: all 0.3s ease;
}
.s_layout .s_item .s_box:hover:before{
    width: 100%;
}
.s_layout .s_item .s_box .s_pic{
    position: relative;
    margin: 0 0 15px;
}
.s_layout .s_item .s_box .s_txt{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_layout .s_item .s_box .s_txt span{
    position: relative;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-family: 'Roboto',serif;
}
.s_layout .s_item .s_box .s_txt h3{
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    padding-left: 10px;
}
@media screen and (max-width: 1000px){
    .s_layout p {
        font-size: 16px;
    }
    .s_layout .s_list .s_item {
        width: 33%;
    }
    .s_layout .s_list .s_item,
    .s_layout .s_list .s_item:nth-last-child(-n+4) {
        margin: 0 0 30px;
    }
    .s_layout .s_item .s_box .s_txt h3 {
        font-size: 16px;
    }
    .s_layout .s_item .s_box .s_txt span {
        font-size: 30px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_item .s_box .s_txt {
        flex-direction: column;
        font-size: 20px;
    }
    .s_layout .s_list{
        justify-content: center;
    }
    .s_layout .s_item .s_box .s_pic{
        width: 70%; 
    }
    .s_layout .s_item .s_box .s_txt span {
        font-size: 25px;
    }
}

/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background: #FFDB3F;
    border-radius: 0;
    color: #212121;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
}
.contact-editor i:before{
    transform: rotate(45deg);
    display: inline-block;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\e1005";
}
.contact-editor .mail i:before{
    content: "\e1003";
}
.contact-editor .add i:before{
    content: "\e1001";
}
.contact-editor .fax i:before{
    content: "\e9058";
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ 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: #212121;
    margin: 0;
    font-weight: 500;
    text-decoration: underline;
}
.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){}
@media screen and (max-width: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
@media screen and (max-width: 600px){}

