@charset "UTF-8";
/* -----------------------------------------------
 *               support styles
 * ----------------------------------------------- */

/* BEGIN 共通詳細ページ遷移ボタン */
.compNav.-column6 .compNav__item {
    width: 150px;
}
.compNav.-column6 .compNav__item:nth-child(6n){
    margin-right: 0;
}
.compNav.-column6 .compNav__item a{
    height: 4em;
    line-height: 1.4;
}
.compNav.-column6 .compNav__item a span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* END 共通詳細ページ遷移ボタン */

/* BEGIN 共通タイトル */
.achievementLabel{
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 2rem;
    text-decoration: underline;
    color: #333333;
}
.achievementLabel-sub{
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 2rem;
    text-align: center;
    margin-top: 6rem;
    color: #333333;
}
/* END 共通タイトル */

/* BEGIN 共通丸タイトル */
.circleTtl {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #C87171;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
.circleTtl p {
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    color: white;
}
.circleTtl p .ja {
    font-size: 25px;
}
.circleTtl p .no {
    font-size: 40px;
}
/* END 共通丸タイトル */

/* BEGIN 色付き線タイトル */
.lineTtl {
    display: inline-block;
    padding-left: 0.6em;
    font-size: 2.4rem;
    position: relative;
    color: #333;
}
.lineTtl:before {
    content: '';
    width: 5px;
    height: 1.0em;
    margin-top: -0.5em;
    background: #8A0505;
    position: absolute;
    left: 0;
    top: 50%;
}
.lineTtl:after {
    content: '';
    width: 100%;
    height: 3px;
    margin-top: -2px;
    background: #8A0505;
    position: absolute;
    right: -110%;
    top: 50%;
    z-index: -1;
}
/* END 色付き線タイトル */


/* コンテンツ */
.mContainer.-social .sContainer {
    margin-bottom: 5.0em;
    color: #333;
}

/* 見出し */
.mContainer .sContainer .lineLabel {
    margin-bottom: 1.3em;
    color: #333;
    font-size: 25px;
    font-weight: 500;   
}
.mContainer .sContainer .lineLabel::before {
    content: '■';
    margin-right: 0.3em;
    color: #8A0505;
    font-size: 16px;
    position: relative;
    top: -0.15em;
}
.mContainer .sContainer .lineLabel .bold {
    font-weight: 600;
}



/* ラベル */
.mContainer .sContainer .lineTtl {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}
.mContainer .sContainer .lineTtl:after {
    display: block;
    margin-left: 1.3em;
    flex: 1;
    position: static;
}

.mContainer .sContainer .dashedTtl {
    display: block;
    width: 100%;
    margin-top: 3.0em;
    margin-bottom: 1.5em;
    font-size: 2.2rem;
    font-weight: 400;
    background-size: 4px 1px;
    background-image: linear-gradient(to right, #767171 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 5px;
}


.mContainer .sContainer .gridBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2em;
}
.mContainer .sContainer .gridBox.-havTxt {
    align-items: center;
}
.mContainer .sContainer p + .gridBox {
    margin-top: 4.0em;
}
.mContainer .sContainer .gridBox .imgArea img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.mContainer .sContainer .gridBox .imgArea .caption {
    display: block;
    width: 100%;
    margin-top: 1.3em;
    text-align: center;
}
.mContainer .sContainer .gridBox .txtArea {
    flex: 1;
}