img {
    mix-blend-mode: unset !important;
}
.app {
    overflow-x: hidden;
    width: 100%
}
.section, .breadcum{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
}

.section {
    padding-top: 100px;
}
.section-lt{
    padding-top:0;
}

.section-title{
    font-size: 30px;
}

.section.first-child {
    padding-top: 38px;
}

.section-image {
    padding-bottom: 100px;
}
.breadcum {
    margin-top: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #ACACAC;
    padding-top: 40px;
    margin-bottom:35px;
}

.breadcum a {
    text-decoration: none;
    color: #ACACAC;
}

.breadcum a:visited {
    color: #ACACAC;
}

.section .section-title {
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
    position: relative;
    margin-bottom: 60px;
    color: #333333;
}
.section .section-title::after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #CC283B;
    position: absolute;
    bottom: -22px;
    left: calc(50% - 15px);
}

.section .section-detail {
    color: #383838;
}

.coop-img img, .img-author img{
    width: 100%;
}
.gray-page {
    background-color: #EFEFEF;
}
.gray-back{
    background-color:#fff;
}

.paragraph {
    margin-top: 50px;
}

.paragraph .paragraph-title {
    font-weight: bolder;
    position: relative;
    margin-bottom: 15px;
    border-left: 4px solid #CC283B;
    padding-left: 10px;
    padding-bottom: 5px;
}

.paragraph .sub-paragraph-title {
    font-weight: bolder;
    position: relative;
    margin-bottom: 21px;
    margin-top: 20px;
}

.paragraph .sub-paragraph-title i {
    color: #CC283B;
    position: relative;
    top: 5px;
}

.paragraph .sub-paragraph-title::before {
    content: none;
    width: 0;
    left: 0;
    top: calc(50% - 5px);
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #CC283B;
    position: absolute;
    z-index: 1;
}

.paragraph .sub-paragraph-title::after, .paragraph .paragraph-title::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #cfcfcf;
    bottom: -0.89vw;
    left: 0;
    position: absolute;
}

.paragraph .paragraph-title::after {
    bottom: 0;
}

.coop-img {
    width: 670px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.letter-header {
    color: #CC283B;
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 35px;
    padding-left:35px;
}

.letter {
    margin-bottom: 80px;
}

.letter .column.first-col {
    /*width: 75%;*/
	width: 100%;
}

.letter .column.second-col {
    width: 20%;
}

.img-author {
    
    text-align: right;
    
}
.letter-author-sp{
    display: none;
}
.row-home{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.row.service {
    /* display: flex;
    justify-content: space-between; */
    padding-bottom: 120px;
}
.row.service .col:first-child{
    margin-right: 2px;
}
.row.service .col {
    width: calc(50% - 4px);
}

.row.service .col {
    display: inline-block;
    vertical-align: top;
}

.row.service .button__text, .row.service .text-decription {
    font-size: 18px;
}

.row.service .text-decription {
    text-align: center;
    margin-top: 30px;
}
.footer-contain .common-footer {
    margin-top: 0;
}

.last-section {
    height: 516.2px;
} 
/*20220502*/
.c_text{
	text-align: center;
}
.vision__value h3 {
    text-align: center;
}
.vision__value p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.vision__valuePassionSingle {
    margin-bottom: 4px;
    color: #626262;
    font-size: 16px;
}
.vision__valuePassion{
	margin: 0 auto;
	width: 50%;
	padding-left: 1em;
    box-sizing: border-box;
}
.vision__valuePassionSingle span {
    color: #E42620;
    font-weight: bold;
    display: inline-block;
    font-family: Hiragino;
    width: 12px;
    height: 1.6em;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin-right: 40px;
    position: relative;
    bottom: 1px;
    vertical-align: middle;
}

.vision__valuePassionSingle span:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(100% + 9px);
    background: #D2D2D2;
}

/* ==================RESPOSIVE====================== */
@media only screen and (max-width: 768px) {
    .breadcum {
        display: none;
    }
    .paragraph .sub-paragraph-title i{
    color: #CC283B;
    position: relative;
    top: 3px;
    }
    .last-section {
        height: auto;
    }
    .section {
        width: 92.5vw;
        padding: 0;
        padding-top: 8.12vh;
    }

    .section .section-title {
        font-size: 30px;
        margin-bottom: 6vh;
        padding-bottom: 10px;
    }

    .section .section-detail, .section .section-sub-title {
        text-align: left;
        margin-bottom: 7vh;
    }

    .section .section-title::after {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-title .sub-title {
        font-size: 25px;
    }
    
    .paragraph .paragraph-title {
        font-size: 22px;
        border-left: 3px solid #CC283B;
        padding-left: 2vw;
        margin-bottom: 2.5vh;
        margin-top: 4vh;
    }

    .paragraph .paragraph-title::before {
        content: unset;
    }

    .paragraph .paragraph-content, .paragraph .sub-paragraph-content {
        margin-left: 0;
    }

    .paragraph .sub-paragraph-title {
        margin-top: 2.5vh;
        padding-bottom: 1vh;
    }

    .paragraph .sub-paragraph-title::before {
        content: none;
        width: 10vw;
        height: 3px;
        background-color: #CC283B;
        bottom: -0.89vw;
        top: unset;
        position: absolute;
        z-index: 1;
        border: none;
    }

    .paragraph .sub-paragraph-title::after {
        height: 3px;
    }

    .coop-img {
        width: 92vw;
        margin-top: 11vh;
        padding-bottom: 8vh;
    }

    .letter .row .column.first-col {
        order: 2;
        display: block;
        width: 92vw;
    }

    .letter .row .column.second-col {
        order: 1;
        margin: 0 auto;
        display: block;
        width: auto;
    }

    .letter .row {
        display: flex;
        flex-direction: column;
    }

    .img-author {
        width: 65vw;
        position: relative;
        display: block;
    }

    .letter .text {
        margin-bottom: 20px;
    } 
    
    .letter .letter-author {
        font-size: 22px;
        text-align: center;
    }
    /* .letter-author-sp{
        text-align: center;
        display: block;
        font-size:22px;
    } */
   

    .letter .letter-header {
        padding-left:0;
        font-size: 22px;
        text-align: center;
        margin-top: 7vh;
        margin-bottom: 3.2vh;
    }
    .row.service .col {
        width: 100%;
    }

    .row.service .button__text, .row.service .text-decription {
        font-size: inherit;
    }

    .row.service .text-decription {
        margin-top: 3.5vh;
        margin-bottom: 5vh;
        font-size: 15.68px;
    }

    .last-section {
        padding-bottom: 10vh;
    }

    .row.service {
        padding-bottom: 0;
        overflow: hidden;
    }
    .section.first-child {
        padding-top: 55px;
    }
	/*20220502*/


.vision__valuePassion{
	margin: 0 auto;
	width: 100%;
}

}/**/
@media only screen and (width: 768px) and (height: 1024px) {
    .last-section {
        height: 689.2px;
    }
    
}
@media only screen and (max-width: 340px) { 
    .xs-no-padding {
        padding: 0 !important;
    }

    .section .section-title {
        margin-bottom: 10vh;
    }
}



@media only screen and (width: 768px) and (height: 1024px){
.spbr {
    display: none !important;
    }
}

@media only screen and (max-width: 320px) { 
    .img-author {
        width: 69vw;
    }
    .spbr {
        display: none !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .row.service .text-decription {
        font-size: 17.9px;
    }
} 













