@charset "utf-8";
/* *****************************************************************************
共通スタイル記述変更
***************************************************************************** */
nav .g-navi li a {
    display: block;
    color: #000;
    font-weight: 700;
}

nav .g-navi li a:hover {
    color: #fff;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* *****************************************************************************
PC用のスタイル記述
***************************************************************************** */

/* -----------------------------------------------------------------------------
MainVidual
----------------------------------------------------------------------------- */
.lower main .main__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .main__inner .mv {
    width: 100%;
    height: 679px;
    margin-top: 90px;
    position: relative;
    left: 0;
    top: 0;
    background-image: url(../images/feature/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower main .main__inner .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 679px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower main .mv-title__outer {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    transform: translate(-50%,-70%);
    z-index: 10;
}

.lower main .mv-title__inner {
    width: 1120px;
    margin: 0 auto;
}

.lower main .mv-title__outer .mv-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
    font-family: "Noto Sans JP";
}

.lower main .mv-title__outer .mv-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Noto Sans JP";
    text-align: left;
    margin-top: 20px;
}

/* -----------------------------------------------------------------------------
Feature
----------------------------------------------------------------------------- */
.feature {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px 0px;
    background-color: #f9f6f2;
    border-bottom: solid 96px #fff;
}

.feature__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.feature .title-wrap .feature-title {
    width: 100%;
    color: #333;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 75px;
    line-height: 1.6;
    border-left: solid 10px #b94b00;
    padding: 0 0 0 26px;
}

.summary-feature__outer {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 75px;
}

.summary-feature-thumb {
    max-width: 63%;
    width: 100%;
    position: relative;
}

.summary-feature__outer {
    flex-direction: row-reverse;
}

.summary-feature__outer:nth-child(3),
.summary-feature__outer:nth-child(7),
.summary-feature__outer:nth-child(11) {
    flex-direction: row;
}

.summary-feature__outer .summary-feature {
    min-height: 484px;
}

.summary-feature__outer .summary-feature {
    max-width: 37%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-right: 50px;
}

.summary-feature__outer:nth-child(3) .summary-feature,
.summary-feature__outer:nth-child(7) .summary-feature,
.summary-feature__outer:nth-child(11) .summary-feature  {
    max-width: 37%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 50px;
}

/*.summary-feature__outer .summary-feature-thumb figure {
    aspect-ratio: 725 / 484;
    position: absolute;
    left: 0px;
    right: auto;
    top: 0;
    width: auto;
    height: 484px;
}

.summary-feature__outer:nth-child(2) .summary-feature-thumb figure {
    aspect-ratio: 725 / 484;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0;
    width: auto;
    height: 484px;
}*/

.summary-feature__outer .summary-feature-thumb figure img {
/*    aspect-ratio: 725 / 484;*/
    display: block;
    width: 100%;
/*    height: auto;*/
}

.summary-feature__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -10px;
}

.summary-feature .title-wrap .number {
    color: #b94b00;
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Merriweather";
}

.summary-feature .title-wrap .number .fw {
    color: #b94b00;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Merriweather";
}

.summary-feature .card-title {
    margin-top: 30px;
    color: #000;
    font-weight: 400;
    font-size: 26px;
    line-height: 2;
    font-family: "Noto Sans JP";
}

.summary-feature .text {
    margin-top: 30px;
}

.summary-feature .text .card-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.g-content__outer {
    margin-top: 50px;
}

/* -----------------------------------------------------------------------------
SP__MainVidual
----------------------------------------------------------------------------- */
.lower main .main__inner .mv {
    background-image: url(../images/feature/sp_main.jpg);
}

.lower main .main__inner .mv {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0px;
    left: 0;
    top: 0;
    z-index: 1;
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
}

.lower main .main__inner .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
}

.lower main .mv-title__outer {
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    transform: translate(-50%,0%);
    z-index: 10;
}

.lower main .mv-title__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .mv-title__outer .mv-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
    font-family: "Noto Sans JP";
}

.lower main .mv-title__outer .mv-text {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
}

/* -----------------------------------------------------------------------------
SP__Feature
----------------------------------------------------------------------------- */
.feature {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0px 0px;
    background-color: #f9f6f2;
    border-bottom: solid 50px #fff;
}

.feature__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.feature .title-wrap .feature-title {
    width: 100%;
    color: #333;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.6;
    border-left: solid 5px #b94b00;
    padding: 0 0 0 13px;
}

.summary-feature__outer {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.summary-feature-thumb {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.summary-feature__outer {
    flex-direction: row;
}

.summary-feature__outer .summary-feature {
    min-height: unset;
}

.summary-feature__outer .summary-feature {
    max-width: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
}

.summary-feature__outer:nth-child(3) .summary-feature,
.summary-feature__outer:nth-child(7) .summary-feature,
.summary-feature__outer:nth-child(11) .summary-feature {
    max-width: 100%;
    padding-left: 0px;
}

/*.summary-feature__outer .summary-feature-thumb figure {
    aspect-ratio: 725 / 484;
    position: absolute;
    left: 0px;
    right: auto;
    top: 0;
    width: auto;
    height: 484px;
}

.summary-feature__outer:nth-child(2) .summary-feature-thumb figure {
    aspect-ratio: 725 / 484;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0;
    width: auto;
    height: 484px;
}*/

.summary-feature__outer .summary-feature-thumb figure img {
/*    aspect-ratio: 725 / 484;*/
    display: block;
    width: 100%;
/*    height: auto;*/
}

.summary-feature__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.summary-feature .title-wrap .number {
    color: #b94b00;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Merriweather";
}

.summary-feature .title-wrap .number .fw {
    color: #b94b00;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Merriweather";
}

.summary-feature .card-title {
    margin-top: 10px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    font-family: "Noto Sans JP";
}

.summary-feature .text {
    margin-top: 10px;
}

.summary-feature .text .card-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

.lower main .main__inner .mv {
    width: 100%;
    height: 460px;
    margin-top: 50px;
    position: relative;
    left: 0;
    top: 0;
    background-image: url(../images/feature/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feature__inner {
    padding: 0 100px;
}

}

/* *****************************************************************************
カラー後付け
***************************************************************************** */
.bgcolor__white {
	background-color: #fff !important;
}

.color__orange {
    color: #b94b00!important;
}

.color__red {
    color: #c8000a;
}

.ftcolor__navy {
	color: #001960;
}
