
/* PC SP 共通 */
body.about #title{
    background-image: url(../images/about/title-bg.jpg);
}
body#about-related #title{
    background-image: url(../images/about/related/title-bg.jpg);
}

/* INDEX */
body#about-index .message-headbox{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
body#about-index .message-headbox .inner-box{
    padding: 0 78px;
    position: relative;
}
body#about-index .message-headbox .inner-box .image{
    margin-bottom: 0;
    line-height: 0;
    text-align: center;
    position: relative;
}
body#about-index .message-headbox .inner-box .image:before{
    content: "";
    width: 362px;
    height: 100%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: -1px;
}
body#about-index .message-headbox .inner-box .text-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 78px;
}
body#about-index .message-headbox .inner-box .text-box .catch{
    margin: 0 0 60px -108px;
    text-align: left;
    text-indent: 0;
}
body#about-index .message-headbox .inner-box .text-box .name-box{
    text-align: right;
}
body#about-index .message-headbox .inner-box .text-box .nametext{
    margin-bottom: 0;
	font-size: 106.25%; /* 17px */
    font-family: "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
}
body#about-index .message-headbox .inner-box .text-box .nametext .name{
	font-size: 129.41%; /* 22px */
}
body#about-index .message-headbox .inner-box .text-box .name_en{
    margin-bottom: 0;
    color: #00699E;
	font-size: 287.5%; /* 46px */
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    line-height: 1.3;
}

/* RELATED */
body#about-related .related-map{
	margin-bottom: 30px;
	text-align: center;
}
body#about-related .related-list > li a{
    display: block;
    padding: 25px 0;
    font-size: 131.25%; /* 21px */
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.045em;
    border-bottom: 1px solid #CADBEA;
}
body#about-related .related-list > li a[target="_blank"]:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
    height: 16px;
    background-image: url("../images/common/anchor-blank.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
body#about-related .related-list > li a:hover{
    opacity: 0.6;
}


@media print, all and (min-width: 751px) {
	/* PC */  

    /* INDEX */
    body#about-index #about-history .fl-contl .bar{
        height: 200px;
    }  
    
    /* RELATED */
    body#about-related .related-list{
        display: flex;
        flex-wrap: wrap;
    }
    body#about-related .related-list > li{
        width: 50%;
        box-sizing: border-box;
    }
    body#about-related .related-list > li:nth-child(odd) a{
        padding-right: 10px;
    }
    body#about-related .related-list > li:nth-child(even) a{
        padding-left: 10px;
    }
                       
}

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

    /* INDEX */
    body#about-index .message-headbox{
        justify-content: flex-end;
        margin-bottom: 35px;
    }
    body#about-index .message-headbox .inner-box{
        padding: 0 0 0 35px;
    }
    body#about-index .message-headbox .inner-box .image{
        margin-bottom: 0;
        line-height: 0;
        text-align: center;
        position: relative;
    }
    body#about-index .message-headbox .inner-box .image:before{
        width: 143px;
    }
    body#about-index .message-headbox .inner-box .text-box{
        min-height: 130px;
        padding: 10px 0;
        left: 35px;
    }
    body#about-index .message-headbox .inner-box .text-box .catch{
        margin: 0 0 15px -35px;
        font-size: 100%; /* 16px */
    }
    body#about-index .message-headbox .inner-box .text-box .name-box{
        padding-right: 10px;
    }
    body#about-index .message-headbox .inner-box .text-box .nametext{
        font-size: 75%; /* 12px */
    }
    body#about-index .message-headbox .inner-box .text-box .nametext .name{
        font-size: 116.67%; /* 14px */
    }
    body#about-index .message-headbox .inner-box .text-box .name_en{
        font-size: 137.5%; /* 22px */
    }
    
    /* RELATED */
	body#about-related .related-map{
		margin-bottom: 20px;
	}
    body#about-related .related-list > li a{
        padding: 15px 0;
        font-size: 106.25%; /* 17px */
    }
    
}