
/* about */
.about .wrp{
}
.about .about-contents-wrp{
    width:100%;
    max-width:900px;
    margin:0 auto;
}
.about .about-contents-wrp h2{
    font-size:1.4em;
    margin-bottom: 1em;
}
.about .about-contents-wrp p{
    font-size:1em;
    line-height: 1.8;
}
.about .about-contents-wrp h4{
    font-size:1.2em;
    margin-bottom: 1em;
}
.about .about-navi-wrp{
    width:100%;
    position: relative;
    margin-bottom: 3em;
}
.about .about-contents-wrp ul:not(.note){
    font-size:.9em;
    margin-left: 1.5em;
}
.about .sdgs h3.lead{
    font-size:1.1em;
    line-height: 2;
    margin:1em auto 2em;
    letter-spacing: .05em;
}
@media screen and (max-width:767px){
    .about .sdgs h3.lead{
        font-size:1.1em;
        margin:0 auto 2em;
    }
}
.about .sdgs .sdgs-logo-wrp{
    width:100%;
    max-width:560px;
    margin:1em auto 3em;
}
.about .about-contents-wrp ul.sdgs-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    font-size:.9em;
    line-height: 1.6;
    margin-left: 0;
    text-align: center;
}
.about .about-contents-wrp ul.sdgs-list li{
    list-style: none;
    width:24%;
    border:1px solid #ccc;
    padding:1.5em 1em;
    margin-bottom: 1em;
    background-color:#fff;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .about .about-contents-wrp ul.sdgs-list li{
        width:49%;
    }
}
@media screen and (max-width: 767px) {
    .about .wrp{
        padding:15px;
        font-size:.86em;
    }
    .about .about-contents-wrp{
        width:100%;
        border-right:none;
        padding-right:0;
    }
    .about .about-navi-wrp{
        width:100%;
        padding-left:0;
    }
    .about-lead br{
        display: none;
    }
    .about .about-contents-wrp p{
        font-size:.86em;
    }
}
.about .about-navi-wrp .about-menu{
   position: sticky;
   max-width:980px;
   top:100px;
   margin:0 auto;
}
.about .about-navi-wrp .about-menu li{
    /* width:12%; */
}
@media screen and (max-width: 767px) {
    .about .about-navi-wrp .about-menu li{
        /* width:30%; */
    }
}
.about .about-navi-wrp .about-menu li a{
    display: block;
    padding:1em;
    font-size:.9em;
    text-align: center;
    position: relative;
    transition: all .3s ease;
}
.about .about-navi-wrp .about-menu li a .arrow-right{
    font-size:.85em;
}
.about .about-navi-wrp .about-menu li a.current,
.about .about-navi-wrp .about-menu li a:hover{
    color:var(--main_blue);
}
.about .about-navi-wrp .about-menu li a.current::after,
.about .about-navi-wrp .about-menu li a:hover::after{
    content: '';
    display: block;
    width:80%;
    height:3px;
    background-color:var(--main_blue);
    margin: .5em auto;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}

/* main image */
.about .page-mainimg{
    max-width:1440px;
    margin:0 auto 3em;
}
@media screen and (max-width: 767px) {
    .about .page-mainimg{
        margin:0 auto 1em;
    }
}
.about-contents-wrp .about-message-wrp h2{
    margin-bottom: 2em;
}
.about-contents-wrp .about-message-wrp .message-title{
    font-size:1.8em;
    margin-top:1em;
}
@media screen and (max-width: 767px) {
    .about-contents-wrp .about-message-wrp h2{
        font-size:1.2em;
        margin-bottom: 1em;
    }
    .about-contents-wrp .about-message-wrp .message-title{
        font-size:1.3em;
        margin-top:2em;
    }
    .about-message-wrp .wp-block-spacer{
        height:20px;
    }
}
.about-contents-wrp .about-message-wrp h3{
    color: var(--main_orange);
    font-size:1.1em;
    font-weight: bold;
    margin-bottom:.5em;
}
.about-contents-wrp .about-message-wrp p{
    line-height: 2em;
    margin-bottom: 2em;
}
.about-illust-wrp > .wp-block-group__inner-container{
    display: flex;
    justify-content: space-between;
    width:80%;
    margin:0 auto;
}
.about-illust-wrp > .wp-block-group__inner-container figure:first-child{
    transform: translate(-1em, 1em);
}
.about-illust-wrp > .wp-block-group__inner-container figure:nth-child(2){
    transform: translateY(-2em);
}
.about-illust-wrp > .wp-block-group__inner-container figure:nth-child(3){
}
.about-illust-wrp > .wp-block-group__inner-container figure:last-child{
    transform: translate(1em, 2.5em);
}


.about .affiliate-wrp{
    margin-bottom: 100px;
}
.about .affiliate-wrp h2{
    display: block;
    margin-bottom: 2em;
    padding-bottom: .5em;
    vertical-align: baseline;
}
@media screen and (max-width: 767px) {
    .about.point .wrp{
        padding:0;
    }
    .about .affiliate-wrp h2{
        font-size:1.2em;
    }
}
.about .affiliate-wrp .logo{
    display: inline-block;
    width:140px;
    margin-bottom: 1em;
}
.about.profile .wp-block-columns{
    border-bottom:1px solid #ccc;
    padding-bottom: 1em;
}
/* point */
.about.point .wrp{
    padding-bottom: 0;
}
.about.point .about-contents-wrp{
    max-width:100%;
    margin:0 auto;
}
.about.point .point-column-wrp{
   margin:0;
   counter-increment: number;
}
.about.point .point-column{
    padding:5%;
    background-color:#fafafa;
    margin: 0 !important;
}
.about.point .point-column-wrp .point-column > .wp-block-group{
    width:100%;
    max-width:450px;
    margin: auto;
}
.about.point .point-column.bggray{
    background-color:#f2f2ed;
}
.about .about-contents-wrp .point-column h2.numtitle{
    position: relative;
    display: block;
    padding-left:3.8em;
    margin-bottom:2.5em;
}
.about .about-contents-wrp .point-column h2::before{
    content: counter(number,decimal-leading-zero);
    font-size:3.2em;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color:var(--main_orange);
    position: absolute;
    top:-.1em;
    left:-.1em;
}
@media screen and (max-width: 767px) {
    .about.point .point-column{
        order:1;
    }
    .about.point .point-column.bggray{
        order:0;
    }
    .about .about-contents-wrp .point-column h2.numtitle{
        font-size:1.3em;
        padding-left:2.4em;
        margin-bottom:1.5em;
    }
    .about .about-contents-wrp .point-column h2::before{
        font-size:2em;
    }
}

.about .point1-1{
    transform: translateX(-1.5em);
}
.about .point1-2{
    transform: translateY(2em);
}
.about .point1-3{
    transform: translateX(1em);
}
.about .point2-1{
    transform: translateY(1.5em);
}
.about .point3-1{
    transform: translateY(1.5em) scale(1.2);
}
@media screen and (max-width: 767px) {
    .about .point1-1{
        transform: translateX(-.5em);
    }
    .about .point1-2{
        transform: translateY(1em);
    }
    .about .point1-3{
        transform: translateX(.5em);
    }
    .about .point2-1{
        transform: translateY(.5em);
    }
    .about .point3-1{
        transform: translateY(.5em) scale(1.1);
    }
}
.about .point3-img-wrp{
    width:70%;
    margin:1em auto 0;
}
.about .point3-img-wrp figcaption{
    text-align: left;
    font-size:.8em;
}
.about .point3-wrp{
    display: flex;
    justify-content: center;
    align-items: center;
    width:70%;
    margin:0 auto;
}
.about .point3-wrp .point {
    margin: 0 !important;
}
.about .point3-wrp .point p{
    display: flex;
    justify-content: center;
    align-items: center;
    width:5em;
    height:5em;
    background-color:var(--main_orange);
    color:#fff;
    font-size:.9em;
    line-height:1.5;
    border-radius: 100%;
    margin:0 auto;
}
/* histoy */
.about.history .wrp .about-contents-wrp h2{
    font-size:1.6em;
    color:var(--main_blue);
    margin-bottom: .5em;
}
.about.history table{
    margin-bottom: 2em;
    font-size:.9em;
}
.about.history tr,
.about .affiliate-wrp tr{
    border-bottom:1px solid #ccc;
}
.about.history table img{
    display: block;
    margin-top:15px;
    max-width:120px;
}
.about .affiliate-wrp table{
    margin-bottom: 0;
}
.about.profile td{
    padding:.5em 0;
    font-size:.9em;
    line-height:1.6;
}
/* sdgs */
.sdgs-wrp{
    margin-top: 4em;
    margin-bottom: 4em;
}
@media screen and (max-width:767px){
    .sdgs .about .wrp{
        padding-top: 0;
    }
    .sdgs-wrp{
        margin-top:0;
    }
}
.sdgs-wrp h3{
    width:100%;
    font-size:1.4em;
    text-align: center;
    margin-bottom: 1em;
}
.about .about-contents-wrp .sdgs-wrp p{
    margin-top: 1em;
    font-size:.9em;

}
.about.profile .sdgs-wrp .wp-block-columns{
    border-bottom: none;
    padding-bottom: 0;
}

.about .affiliate-wrp td,
.about .affiliate-wrp th{
    padding:.75em 0;
    font-size:.9em;
    line-height:1.6;
}
.access-list{
    font-size:.9em;
    line-height: 1.6;
    margin-left: 1.5em;
}
.access-list li{
    padding-bottom: .25em;
}
.about.history td,
.about .tablepress td{
    padding:1em 0;
    line-height: 1.6;
}
.about.history td:first-child{
    width:12%;
    white-space: nowrap;
}
.about.profile td:first-child{
    width:20%;
    white-space: nowrap;
    padding-right:1em;
}
.about.history td:nth-child(2){
    width:10%;
    padding:1em;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .about.history td{
        font-size:.9em;
    }
}
