.policyOuter section:nth-of-type(n+2){
    margin-top: 100px;
}
.policyOuter section h2{
    margin-bottom: 30px;
}

.philosophyMain{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.philosophyTag{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(90deg, #4073eb, #003b90);
    line-height: 170%;
    padding: 0 0.8em 0.1em;
    width: fit-content;
    font-family: "Noto Sans JP", sans-serif;
}
.philosophyMain .philosophyTitle{
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #003B90;
    font-size: 57px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 1em;
}

.philosophyMain .philosophyTitle > p:first-child{
    padding-right: 0.8em;
}
.philosophyMain .philosophyTitle > p:last-child{
    padding-left: 0.8em;
    border-left: solid 2px;
}

.philosophyMVVImage{
    margin-top: 70px;
}

.philosophyPyramid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* align-items: flex-end; */
    /*gap: 70px;*/
}

.philosophyPyramidImage{
    position: relative;
    min-width: 450px;
    /*width: 35%;*/
}
.philosophyPyramidImage .imageActiv img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.philosophyPyramidImage .imageActiv img.on{
    opacity: 1;
}

.philosophyText{
    width: 65%;
    /* padding-bottom: 20px; */
}
.philosophyText > div:nth-of-type(n+2){
    margin-top: 25px;
}
.philosophyText > div .sub{
    color: #4073EB;
    font-weight: 700;
    font-size: 20px;
}
.philosophyText > div .main{
    margin-top: 0.5em;
    position: relative;
}
.philosophyText > div .main a{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #003B90;
    font-weight: 700;
    font-size: 20px;
    border: #4073EB solid 1px;
    padding: 1em;
    text-decoration: none;
    opacity: 1 !important;
    transition: 0.2s;
    line-height: 150%;
    background: #fff;
    position: relative;
    z-index: 1;
}
.philosophyText > div .main a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f9ffff;
    transition: 0.5s;
    opacity: 0;
}
.philosophyText > div .main a:hover,
.philosophyText > div .main a.on{
    /* background: #E8ECF3; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.philosophyText > div .main a:hover:before,
.philosophyText > div .main a.on:before{
    /* width: 100%; */
    opacity: 1;
}

.philosophyText > div .main a span:after{
    content: "|";
    margin: 0 0.8em;
}
.philosophyText > div .main a span:last-child:after{
    display: none;
}

.philosophyText > div .main:before,
.philosophyText > div .main:after{
    content: "";
    height: 1px;
    display: block;
    background: #4073EB;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}
/*260721 更新*/
.philosophyText > div:first-child .main:before{
    width: 70px;
    left: -55.5px;
    transform: rotate(-30deg);
    top: -16.5px;
}
.philosophyText > div:first-child .main:after{
    width: 150px;
    left: -200px;
    top: 18px;
    z-index: -2;
    border-radius: 0 0 0.5px 0;
}
.philosophyText > div:nth-of-type(2) .main:before{
    width: 80px;
    left: -65.5px;
    transform: rotate(50deg);
    top: -57px;
}
.philosophyText > div:nth-of-type(2) .main:after{
    width: 130px;
    left: -180px;
    top: -119px;
    border-radius: 0 1px 0 0;
}
.philosophyText > div:last-child .main:before{
    width: 102px;
    left: -72.5px;
    transform: rotate(55deg);
    top: -73.5px;
    background: #003B90;
}
.philosophyText > div:last-child .main:after{
    width: 100px;
    left: -150px;
    top: -157px;
    background: #003B90;
    border-radius: 0 1px 0 0;
}


.policyLead{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 200%;
}


.MVVContentStart > div{
    margin-top: 60px;
}

.MVVContentStart .mainTitle{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Inter';
    margin-bottom: 20px;
}
.policyLeadBig{
    color: #003B90;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin-bottom: 50px;
}
.policyLeadBig br{
    display: none;
}
.policyLeadBig span{
    font-size: 80%;
    display: block;
    line-height: 170%;
}
.policyLeadBig ul{
    font-size: 70%;
    line-height: 150%;
    width: fit-content;
    margin: 0.3em auto 0;
    text-align: left;
}

.logoDisc{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px;
    border-top: #003B90 solid 1px;
    border-bottom: #003B90 solid 1px;
    margin-top: 40px;
}
.logoDisc img{
    width: 70px;
}
.logoDisc .text{
    font-size: 16px;
    line-height: 175%;
    padding-bottom: 0 !important;
}

.visionImage{
    max-width: 750px;
    margin: 40px auto 0;
}


.values_point{
    margin: 40px auto 0;
    max-width: 1060px;
    border-bottom: #CCCCCC solid 1px;
}
.values_point > div{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #003B90;
    padding: 20px 0;
    border-top: #CCCCCC solid 1px;
}
.values_point > div .jp{
    font-size: 30px;
    min-width: 3.7em;
}
.values_point > div .en{
    font-size: 20px;
    min-width: 8em;
    width: 8em;
    background: #4073EB;
    color: #fff;
    text-align: center;
    margin: 0 20px 0 14px;
    line-height: 145%;
    font-family: 'Inter';
    padding: 0.2em 0.8em;
}
.values_point > div .text{
    white-space: nowrap;
    min-width: 14em;
    padding-bottom: 0;
    font-weight: 700;
    color: #003B90;
    font-size: 20px;
}
.values_point > div .text br{
    display: none;
}
.values_point > div ul{
    font-size: 16px;
    color: #000;
    margin-left: auto;
    line-height: 130%;
    min-width: 26em;
}
.values_point > div ul li:nth-of-type(n+2){
    margin-top: 0.5em;
}


.back_button {
	text-align: center;
	margin-top: 80px;
	padding: 0 15px;
}
.back_button a {
	padding: 24px 160px;
	background: #E8ECF3;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #003B90;
	text-decoration: none;
	display: inline-block;
}


.w1160{
    display: none;
}


.policy_list{
    padding: 0;
}
.policy_list li{
    font-size: 16px;
    list-style: none;
}
.policy_list li:nth-of-type(n+2){
    margin-top: 0.7em;
}
.policy_list li p{
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.policy_list li p span{
    min-width: 1.5em;
    text-align: right;
    display: inline-block;
}

.policy_list + .right{
    margin-top: 20px;
    text-align: right;
}


.mT30{
    margin-top: 30px;
}






@media screen and (max-width: 1160px) {
    .w1160{
        display: block;
    }

    .philosophyTag{
        font-size: 2.06vw;
    }
    .philosophyMain .philosophyTitle{
        font-size: 4.91vw;
    }

    .philosophyText > div .main a{
        font-size: 18px;
    }
    .policyLeadBig br{
        display: block;
    }

}

@media screen and (max-width: 1050px) {
    .values_point > div .jp {
        font-size: 26px;
    }
    .values_point > div .en{
        font-size: 18px;
    }
    .values_point > div .text {
        min-width: 9em;
    }
    .values_point > div .text br {
        display: block;
    }
}



/* SP */
@media screen and (max-width: 900px) {

    .policyOuter section:nth-of-type(n+2) {
        margin-top: 50px;
    }
    .philosophyMain{
        margin-top: 0;
        display: block;
    }
    .philosophyTag {
        font-size: 18px;
    }
    .philosophyMain .philosophyTitle {
        font-size: 5.6vw;
        margin-top: 15px;
    }
    .philosophyMVVImage {
        margin-top: 35px;
    }

    .philosophyText{
        display: none;
    }
    .philosophyPyramidImage {
        min-width: auto;
    }

    .policyLead {
        font-size: 16px;
    }

    .MVVContentStart > div {
        margin-top: 35px;
    }
    .policyLeadBig {
        font-size: 20px;
        padding: 20px 10px;
        margin-bottom: 25px;
    }
    .policyLeadBig ul {
        padding: 0 0.5em 0 2em;
    }
    .MVVContentStart > div:first-child .policyLeadBig {
        padding: 20px 0 20px 10px;
        white-space: nowrap;
    }


    .logoDisc {
        gap: 13px;
        padding: 20px 10px;
        flex-direction: column;
        margin-top: 25px;
    }
    .logoDisc .text {
        font-size: 14px;
        line-height: 175%;
        text-align: center;
    }

    .MVVContentStart .mainTitle{
        font-size: 40px;
    }

    .visionImage {
        margin-top: 20px;
        overflow: hidden;
    }
    .visionImage img{
        width: 107vw;
        max-width: none;
    }

    .values_point{
        margin-top: 30px;
    }
    .values_point > div{
        flex-wrap: wrap;
        justify-content: center;
    }
    .values_point > div .jp{
        text-align: center;
    }
    .values_point > div .text{
        width: auto;
        margin-top: 0.5em;
    }
    .values_point > div .text br{
        display: none;
    }
    .values_point > div ul{
        padding-left: 1.8em;
        min-width: auto;
        margin: 0.7em 0 0;
        width: 100%;
        font-size: 14px;
    }
    .values_point > div ul li:nth-of-type(n+2) {
        margin-top: 0.3em;
    }

    .policy_list li {
        font-size: 14px;
    }




}