@charset "utf-8";

.secPhilosphyTop{
    position: relative;
    overflow: hidden;
    height: 930px;
    color: #fff;
    display: flex;
    align-items: center;
    background: url(../img/philosphy/bgPhilosphyTop.jpg) center top / cover;
}
.secPhilosphyTop .wrapper{
    position: relative;
    padding-top: 145px;
    z-index: 10;
}
.secPhilosphyTop .topTit{
    font-size: 60px;
    letter-spacing: 10px;
    line-height: 2;
    font-weight: bold;
    position: relative;
}
.secPhilosphyTop .topTit::after{
    position: absolute;
    content: "";
    width: 72px;
    height: 59px;
    left: -30px;
    top: -10px;
    background: url(../img/philosphy/iconPhilosphyTop.png) center top / cover;
}
.secPhilosphyTop .topTxt{
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 2.5;
    font-weight: bold;
    margin-top: 50px;
}
.secPhilosphyTop .imgTit{
    position: absolute;
    right: -5px;
    bottom: -10px;
}
@media only screen and (max-width:1600px){
    .secPhilosphyTop .topTit{
        letter-spacing: 5px;
    }
}
@media only screen and (max-width:767px){
    .secPhilosphyTop{
        padding: 110px 35px 53px;
        height: auto;
        display: block;
        background: url(../img/philosphy/bgPhilosphyTop_sp.jpg) center top / cover;
    }
    .secPhilosphyTop .wrapper{
        padding-top: 0;
    }
    .secPhilosphyTop .topTit{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 2.25;
    }
    .secPhilosphyTop .topTit::after{
        width: 40px;
        height: 33px;
        left: -30px;
    }
    .secPhilosphyTop .topTxt{
        font-size: 13px;
        letter-spacing: normal;
        line-height: 2.15;
        margin-top: 30px;
    }
    .secPhilosphyTop .imgTit{
        display: none;
    }
}
@media only screen and (max-width:374px){
    .secPhilosphyTop .topTit{
        font-size: 20px;
        letter-spacing: normal;
    }
}
@media only screen and (max-width:359px){
    .secPhilosphyTop .topTit{
        font-size: 17px;
    }
}
/* secMission */
.secMission{
    margin-top: 145px;
}
.secMission .topTitFlex{
    display: flex;
    align-items: center;
}
.secMission .engTit{
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 500;
}
.secMission .jpnTit{
    padding: 5px 0 0 55px;
    position: relative;
    font-size: 16px;
}
.secMission .jpnTit::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 10px;
    top: calc(50% - 0.5px);
    background: #222222;
}
.secMission .flexBox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.secMission .txtBox{
    padding: 20px 160px 0 0;
}
.secMission .tit{
    position: relative;
    font-size: 45px;
    letter-spacing: 8px;
    line-height: 2;
    font-weight: bold;
}
.secMission .tit::after{
    position: absolute;
    content: "";
    width: 53px;
    height: 42px;
    left: -20px;
    top: -5px;
    z-index: -1;
}
.secMission .tit.lazyloaded::after{
    background: url(../img/philosphy/iconMissionTit.gif) center top / cover;
}
.secMission .txt{
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 2.75;
}
@media only screen and (max-width:767px){
    .secMission{
        margin-top: 48px;
    }
    .secMission .topTitFlex{
        display: block;
    }
    .secMission .engTit{
        font-size: 30px;
        letter-spacing: 3px;
    }
    .secMission .jpnTit{
        padding: 20px 0 0;
        font-size: 14px;
    }
    .secMission .jpnTit::after{
        display: none;
    }
    .secMission .flexBox{
        display: block;
        margin-top: 40px;
    }
    .secMission .txtBox{
        padding: 0;
    }
    .secMission .tit{
        font-size: 18px;
        letter-spacing: 3px;
    }
    .secMission .tit::after{
        width: 20px;
        height: 17px;
        left: -10px;
        top: 0;
    }
    .secMission .txt{
        font-size: 13px;
        letter-spacing: normal;
        line-height: 2.15;
    }
    .secMission .img{
        position: relative;
        z-index: 10;
        width: 225px;
        margin: 20px auto 0;
    }
}
@media only screen and (max-width:359px){
    .secMission .txt{
        font-size: 11px;
    }
}
/* secValue */
.secValue{
    margin-top: 195px;
    position: relative;
}
.secValue::after{
    position: absolute;
    content: "";
    width: 1002px;
    height: 1000px;
    left: calc(50% - 1170px);
    top: -75px;
}
.secValue.lazyloaded::after{
    background: url(../img/philosphy/bgIconValue.gif) center top / cover;
}
.secValue .wrapper{
    position: relative;
    z-index: 10;
}
.secValue .topTitFlex{
    display: flex;
    align-items: center;
}
.secValue .engTit{
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 500;
}
.secValue .jpnTit{
    padding: 5px 0 0 55px;
    position: relative;
    font-size: 16px;
}
.secValue .jpnTit::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 10px;
    top: calc(50% - 0.5px);
    background: #222222;
}
.secValue .list{
    width: 750px;
    margin: 67px 0 0 auto;
}
.secValue .item:nth-child(n+2){
    margin-top: 79px;
}
.secValue .titBox{
    display: flex;
}
.secValue .number{
    font-size: 24px;
    font-weight: 500;
    color: #1f85ba;
    flex-shrink: 0;
    padding-top: 10px;
}
.secValue .tit{
    font-size: 35px;
    letter-spacing: 6px;
    line-height: 1.5;
    font-weight: bold;
    margin-left: 25px;
}
.secValue .txt{
    font-size: 18px;
    line-height: 2.11;
    margin: 10px 0 0 50px;
}
@media only screen and (max-width:1550px){
    .secValue .tit {
        font-size: 30px;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width:767px){
    .secValue{
        margin-top: 100px;
    }
    .secValue::after{
        width: 281px;
        height: 280px;
        left: auto;
        right: -60px;
        top: -40px;
    }
    .secValue .topTitFlex{
        display: block;
    }
    .secValue .engTit{
        font-size: 30px;
        letter-spacing: 3px;
    }
    .secValue .jpnTit{
        padding: 20px 0 0;
        font-size: 14px;
    }
    .secValue .jpnTit::after{
        display: none;
    }
    .secValue .list{
        width: 100%;
        margin: 37px auto 0;
    }
    .secValue .item:nth-child(n+2){
        margin-top: 22px;
    }
    .secValue .titBox{
        display: block;
    }
    .secValue .number{
        font-size: 13px;
        letter-spacing: 1px;
        padding-top: 0;
    }
    .secValue .tit{
        font-size: 16px;
        letter-spacing: 1px;
        margin: 7px 0 0;
    }
    .secValue .txt{
        font-size: 12px;
        line-height: 2.16;
        margin: 5px 0 0;
    }
}

/* secTicker */
.secTicker{
    overflow: hidden;
    margin-top: 130px;
}
.secTicker .boxTicker{
    display: flex;
}
.secTicker .itemTicker:nth-child(odd) {
    animation: loop 80s -40s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.secTicker .itemTicker:nth-child(even) {
    animation: loop2 80s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
}
@media only screen and (max-width:767px){
    .secTicker{
        margin-top: 30px;
    }
    .secTicker .imgTicker{
        height: 85px;
        width: 828px;
    }
}
/* secRegion */
.secRegion{
    margin-top: 120px;
}
.secRegion .topTitBox{
    text-align: center;
}
.secRegion .engTit{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 4px;
}
.secRegion .jpnTit{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 4px;
    margin-top: 32px;
}
.secRegion .list{
    margin-top: 65px;
}
.secRegion .item{
    position: relative;
    background: #f3fcf7;
    border-radius: 50px 50px 0 0;
}
.secRegion .item:nth-child(2n){
    margin-top: -60px;
    background: #fff;
    z-index: 10;
}
.secRegion .item:last-child{
    border-radius: 50px;
}
.secRegion .wrapper{
    position: relative;
    z-index: 20;
}
.secRegion .flexBox{
    display: flex;
    align-items: center;
    padding: 100px 0 160px;
}
.secRegion .item:nth-child(2n) .flexBox{
    flex-flow: row-reverse;
    padding: 100px 0;
}
.secRegion .item:last-child .flexBox{
    padding: 100px 0;
}
.secRegion .imgBox{
    position: relative;
}
.secRegion .img{
    border-radius: 10px;
    overflow: hidden;
}
.secRegion .number{
    font-size: 120px;
    letter-spacing: 10px;
    font-weight: 500;
    color: #a2e7be;
    position: absolute;
    left: 40px;
    top: -65px;
    z-index: 30;
}
.secRegion .item:nth-child(2n) .number{
    left: auto;
    right: 30px;
}
.secRegion .txtBox{
    width: calc(100% - 800px);
    padding: 20px 0 0 55px;
}
.secRegion .item:nth-child(2n) .txtBox{
    padding: 20px 60px 0 0;
}
.secRegion .tit{
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 1.875;
    font-weight: bold;
    position: relative;
}
.secRegion .spanLine{
    padding-bottom: 3px;
    border-bottom: 1px solid #222;
}
.secRegion .subTxtBox{
    margin-top: 30px;
}
.secRegion .txt{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2.22;
    padding-left: 20px;
    position: relative;
}
.secRegion .txt::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 16px;
    background: #9be6b9;
}
@media only screen and (max-width:1500px){
    .secRegion .tit{
        font-size: 25px;
    }
}
@media only screen and (max-width:767px){
    .secRegion{
        margin-top: 35px;
    }
    .secRegion .engTit{
        font-size: 30px;
        letter-spacing: 3px;
    }
    .secRegion .jpnTit{
        font-size: 14px;
        line-height: 2.14;
        letter-spacing: normal;
        margin-top: 17px;
    }
    .secRegion .list{
        margin-top: 20px;
    }
    .secRegion .item{
        border-radius: 20px 20px 0 0;
    }
    .secRegion .item:nth-child(2n){
        margin-top: -20px;
    }
    .secRegion .item:last-child{
        border-radius: 20px;
    }
    .secRegion .flexBox{
        display: block;
        width: 81.334%;
        margin: 0 auto;
        padding: 40px 0 50px;
    }
    .secRegion .item:nth-child(2n) .flexBox{
        padding: 40px 0 30px;
    }
    .secRegion .item:last-child .flexBox{
        padding: 40px 0 30px;
    }
    .secRegion .img{
        border-radius: 5px;
    }
    .secRegion .number{
        font-size: 40px;
        letter-spacing: 3px;
        left: 10px;
        top: -20px;
    }
    .secRegion .item:nth-child(2n) .number{
        left: auto;
        right: 5px;
    }
    .secRegion .txtBox{
        width: 100%;
        padding: 20px 0 0;
    }
    .secRegion .item:nth-child(2n) .txtBox{
        padding: 20px 0 0;
    }
    .secRegion .tit{
        font-size: 18px;
        line-height: 1.66;
        letter-spacing: 0.5px;
    }
    .secRegion .spanLine{
        padding-bottom: 1px;
    }
    .secRegion .subTxtBox{
        margin-top: 11px;
    }
    .secRegion .txt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 2.16;
        padding-left: 10px;
    }
    .secRegion .txt::after{
        width: 5px;
        height: 5px;
        top: 10px;
    }
}

/* .secMessage */
.secMessage{
    margin-top: 115px;
    position: relative;
}
/* .secMessage::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 151px;
    left: 0;
    top: 480px;
}
.secMessage.lazyloaded::after{
    background: url(../img/philosphy/iconcMessage.png) center top / cover;
} */
.secMessage .slBox{
    display: flex;
    align-items: center;
}
.secMessage .slTit{
    font-size: 40px;
    letter-spacing: 6px;
}
.secMessage .slTxt{
    margin-left: 48px;
    font-size: 16px;
    position: relative;
}
.secMessage .slTxt::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #222;
    left: -45px;
    top: calc(50% - -1px);
}
.secMessage .flexBox{
    display: flex;
    align-items: flex-start;
    margin-top: 140px;
    position: relative;
}
.secMessage .flexBox::before{
    position: absolute;
    content: "";
    width: 850px;
    height: 600px;
    background: #f4f9fb;
    left: calc(50% - 960px);
    top: -100px;
    z-index: -1;
}
.secMessage .txtBox{
    width: calc(100% - 750px);
    padding: 25px 0 0 80px;
}
.secMessage .tit{
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 2.5px;
}
.secMessage .txt{
    font-size: 16px;
    line-height: 2.25;
    font-weight: bold;
}
.secMessage .tit + .txt{
    margin-top: 77px;
}
.secMessage .txt + .txt{
    margin-top: 37.5px;
}
.secMessage .spanTit::before{
    position: absolute;
    content: "";
    width: 53px;
    height: 42px;
    left: -20px;
    top: -20px;
    z-index: -1;
}
.secMessage .spanTit.lazyloaded::before{
   background: url(../img/index/iconTit01.png) center top / cover;
}
.secMessage .spanTit{
    position: relative;
}
.secMessage .leftImg{
    position: relative;
    z-index: 10;
}
@media only screen and (max-width:1450px){
    .secMessage .tit {
        letter-spacing: 0.5px;
    }
}

@media only screen and (max-width:767px){
    .secMessage {
        margin-top: 48px;
    }
    /* .secMessage::after{
        height: 10.135vw;
        left: 0;
        top: 255px;
    }
    .secMessage.lazyloaded::after{
        background: url(../img/philosphy/iconcMessage_sp.png) center top / cover;
    } */
    .secMessage .slBox{
        width: calc((305 / 375)* 100%);
        margin: 0 auto;
        display: block;
        padding-left:0px;
    }
    .secMessage .slTit{
        font-size:30px;
        letter-spacing: 3px;
    }
    .secMessage .slTxt{
        letter-spacing: 1px;
        margin-left: 0px;
        font-size: 14px;
        margin-top: 20px;
        font-weight: bold;
    }
    .secMessage .slTxt::before {
       display: none;
    }
    .secMessage .flexBox{
        display: block;
        width: calc((305 / 375)* 100%);
        margin: 59px auto 0;
    }
    .secMessage .flexBox::before{
        width: 80.33%;
        height: 81.335vw;
        left: -9.3vw;
        top: -30px;
    }
    .secMessage .txtBox{
        width: 100%;
        padding: 20px 0 0 0px;
    }
    .secMessage .tit{
        font-size: 20px;
        letter-spacing: 0px;
    }
    .secMessage .txt{
        font-size: 12px;
        line-height: 2.16;
    }
    .secMessage .tit + .txt{
        margin-top: 12px;
    }
    .secMessage .txt + .txt{
        margin-top: 26px;
    }
    .secMessage .spanTit::before{
        width: 20px;
        height: 17px;
        left: -6px;
        top: -8px;
    }
    .secMessage .spanTit.lazyloaded::before{
       background: url(../img/index/iconTit01_sp.png) center top / cover;
    }
}
/* secContact */
.secContact{
    margin-top: 80px;
}
@media only screen and (max-width:767px){
    .secContact{
        margin-top: 50px;
    }
}