@charset "UTF-8";

/* profile_s001 */
.corpWrapper h3.corpTitle3 {
    position: relative;
    letter-spacing: .1em;
    text-align: left;
    color:#333;
    font-weight: bold;
    padding: 0 0 0 1.2em;
}
.profile_02 .corpWrapper h3.corpTitle3 {
	left: -1.0em;
}
.corpWrapper h3.corpTitle3::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b50081;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.corpWrapper h4.corpTitle4 {
    position: relative;
    text-align: left;
    color:#b50081;
    font-weight: bold;
    padding: 0;
    margin:20px 0 10px;
}

.imgBasic,
.imgLead{
    text-align: center;
}
.imgBasic img,
.imgLead img{
    width:100%;
}

.corpWrapper .basicprinciple_text {
    margin-top: 1em;
    line-height: 1.9;
}


/* 2023.03.30 修正時追加 */

.link_cont {
    margin-top: 50px;
}

.link_cont a {
    display: block;
    box-sizing: border-box;
    width: 320px;
    /* height: 50px; */
    position: relative;
    border: 1px #d7d7d7 solid;
    border-radius: 5px;
    font-weight: bold;
    padding: 0.5em 50px 0.5em 0;
    margin: 0 auto 15px;
    font-size: 107%;
    text-align: center;
}
@media (max-width:768px){
    .link_cont a {
        width: 100%;
        max-width: 500px;
    }
}

.link_cont a:hover {
    border-color: #b50081;
    color: #b50081;
}

.link_cont a::after {
    position: absolute;
    content: "";
    background-image: url(../images/icon-blank.png);
    width: 22px;
    height: 22px;
    background-size: 100%;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}








/* localNav */
.localNav {
    text-align: center;
}
.localNav ul{
    display: inline-block;
}
.localNav li {
    float: left;
    display: table;
}
.localNav li:first-child {
    margin-left:0;
}
.localNav li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    background-color: #FFF;
    border:solid 1px #cacaca;
    color:#333;
}
.localNav .current {
}
.localNav .current a,
.localNav a:hover{
    background-color: #f2d7ea;
    border:none;
}

/* pageNav */
.pageNav{
    position: fixed;
    bottom: 50%;
}
.pageNav .prev,
.pageNav .next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 10;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.pageNav .prev{
    left: 0;
}
.pageNav .next{
    right: 0;
}
.pageNav .prev a,
.pageNav .next a{
    display: block;
}
.pageNav .prev a::before,
.pageNav .next a::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    border-radius: 50%;
    background-color: #b50081;
}
.pageNav .prev a::after,
.pageNav .next a::after{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}
.pageNav .prev a::after{
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.pageNav .next a::after{
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* kanList */
.kanList{
    padding-left: 2.0em;
}
.kanList li{
    position: relative;
    text-indent: -1.0em;
    margin-bottom:10px;
}
.kanList li::before{
    content:"一、";
    display: inline-block;
    position: relative;
}
.corpInner .text .ind{
    text-indent: 1.0em;
}

/* profile_s002 */
.corpInner .lead{
    font-weight: bold;
    color:#040000
}
.corpInner .lead .att{
    display: block;
    font-size:77%;
    font-weight: normal;
}

@media (min-width:769px){
    .profile_s001 #corpBlock .corpInner{
        width: 95.2%;
    }
    /* profile_s001 */
    .corpWrapper h3.corpTitle3 {
        font-size: 139%;
        margin: 50px 0 20px -2.67%;
    }
    .profile_s001 .corpWrapper h3.corpTitle3 {
        max-width: 790px;
        width:105.35%;
    }
    .corpWrapper h3.corpTitle3::before {
        top: 46%;
        left:0;
        font-size:116%;
    }
    .corpWrapper h4.corpTitle4 {
        font-size: 116%;
        letter-spacing: .1em;
    }
    .imgBasic{
        max-width:616px;
        width:85%;
        margin: 30px auto 0;
    }
    .imgLead {
        max-width: 790px;
        width:105.35%;
        margin-bottom:20px;
        margin-left: -2.67%;
    }
    .kanList{
        line-height: 24px;
    }

    /* localNav */
    .localNav li {
        width: 112px;
        margin-left: 10px;
    }
    .localNav li a {
        height: 80px;
        border-radius: 5px;
    }
    /* pageNav */
    .pageNav{
        left:300px;
        width:calc(100% - 350px);
        min-width: 630px;
    }
    .pageNav .prev,
    .pageNav .next{
        width: 50px;
        height: 50px;
    }
    .pageNav .prev a::before,
    .pageNav .next a::before{
        width: 50px;
        height: 50px;
    }
    .pageNav .prev a::after,
    .pageNav .next a::after{
        width: 20px;
        height: 20px;
        margin-top: -11px;
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
    }
    .pageNav .prev a::after{
        left: 18px;
    }
    .pageNav .next a::after{
        right: 18px;
    }
    .corpInner .text{
        line-height: 24px;
        margin-bottom:60px;
    }
    .corpInner .text p{
        margin-bottom:30px;
    }
    /* profile_s002 */
    .profile_s002 #corpBlock .corpInner {
        width: 84.2%;
    }
    .corpInner .lead{
        line-height: 26px;
        font-size:116%;
        margin-bottom:30px;
    }
}
@media (max-width:768px){
    #corpBlock .corpInner {
        font-size: 12px;
    }
    .profile_s001 #corpBlock .corpInner,
    .profile_s002 #corpBlock .corpInner {
        padding: 0;
    }
    /* profile_s001 */
    .corpWrapper h3.corpTitle3 {
        font-size: 16px;
        margin: 20px 0 15px 0;
    }
    .corpWrapper h3.corpTitle3::before {
        left:2px;
        font-size:16px;
    }
    .corpWrapper h4.corpTitle4 {
        font-size: 14px;
    }
    .imgBasic{
        padding:0;
        margin-bottom:10px;
        margin-top: 20px;
    }
    .imgLead {
        margin-bottom:15px;
    }
    /* localNav */
    .localNav ul {
        width: 100%;
    }
    .localNav li {
        width: 23.57%;
        margin-left: 1.42%;
    }
    .localNav li a {
        height: 60px;
        border-radius: 3px;
        font-size:10px;
    }
    .corpWrapper h3.corpTitle3::before {
        width: 10px;
        height: 10px;
        left: 5px;
        top: 11px;
    }
    /* pageNav */
    .pageNav {
        left: 0;
        width: 100%;
    }
    .pageNav .prev,
    .pageNav .next{
        width: 25px;
        height: 25px;
    }
    .pageNav .prev a::before,
    .pageNav .next a::before{
        width: 25px;
        height: 25px;
    }
    .pageNav .prev a::after,
    .pageNav .next a::after{
        width: 10px;
        height: 10px;
        margin-top: -6px;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }
    .pageNav .prev a::after{
        left: 9px;
    }
    .pageNav .next a::after{
        right: 9px;
    }
    .kanList {
        line-height: 20px;
        margin: 0 12.5px;
    }
    .corpInner .text {
        line-height: 20px;
        margin: 0 12.5px 30px;
    }
    .corpInner .text p {
        margin-bottom: 15px;
    }
    /* profile_s002 */
    .corpInner .lead{
        line-height: 20px;
        font-size:14px;
        margin:0 12.5px 20px;
    }
}


/*イオン行動規範矢印*/
@media (min-width:769px) and (max-width:1280px){
    body[class*="philosophy"] .pageNav .prev a::before,body[class*="philosophy"] .pageNav .next a::before {
        width: 30px;
        height: 30px;
    }
    body[class*="philosophy"] .pageNav .prev a::after,body[class*="philosophy"] .pageNav .next a::after {
        width: 10px;
        height: 10px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        margin-top: -15px;
        left: 12px;
    }
    body[class*="philosophy"] .pageNav .next a::after {
        left: 7px;
    }
    body[class*="philosophy"] .pageNav .prev {
        left: -41px;
    }
    body[class*="philosophy"] .pageNav .next {
        right: -57px;
    }
    body[class*="philosophy"] #corpBlock .corpInner {
        width: 95%;
    }

}