@charset "UTF-8";


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#about #inner_mainVis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#about #inner_mainVis .ttl {
    color: #fff;
    -moz-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    -webkit-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    -ms-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
}

@media (min-width: 1000px){
    #about #inner_mainVis {
        min-height: 400px;
        background-position: center;
        background: url(../images/aboutus/mainVis_img01.jpg) no-repeat;
        background-size: cover;
    }
    
    #about #inner_mainVis h2 {
        padding-top: 169px;
        margin-bottom: 19px;
        font-size: 60px;
        line-height: 1;
        color: #ffffff;
    }
    #about #inner_mainVis .sub-catch {
        font-size: 16px;
        line-height: 1;
        color: #ffffff;
        letter-spacing: 0.04em;
    }
}
@media (max-width: 999px){
    #about #inner_mainVis {
        min-height: 170px;
        background: url(../images/aboutus/sp/mainVis_img01.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    #about #inner_mainVis h2 {
        padding-top: 66px;
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 1;
        color: #ffffff;
    }
    #about #inner_mainVis .sub-catch {
        font-size: 11px;
        line-height: 1;
        color: #ffffff;
        letter-spacing: 0.04em;
    }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#main
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#about #main .main_ttl {
    text-align: center;
}

@media (min-width: 1000px){
    #about #main .main_ttl {
        font-size: 40px;
        line-height: 58px;
        margin: 96px 0 104px;
        letter-spacing: 0.75rem;
    }
}
@media (max-width: 999px){
    #about #main .main_ttl {
        font-size: 20px;
        line-height: 29px;
        margin: 47px 0 30px;
        letter-spacing: 0.2rem;
    }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#section_01
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#about #section_01 {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}
#about #section_01::before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/aboutus/section_01_bg.jpg) no-repeat;
    background-size: cover;
}
#about #section_01 .inner {
    margin: 0 auto;
}
#about #section_01 .flex {
    display: flex;
    width: 100%;
    position: relative;
}
#about #section_01 .flex::before {
    position: absolute;
    content: "01";
    font-family: 'Prata', serif;
    color: #b9c965;
}
#about #section_01 .ttl {
    position: relative;
    letter-spacing: 0.12rem;
}
#about #section_01 .ttl::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #000;
    transform: rotate(-57deg);
}
#about #section_01 .ttl .letter_sp {
    letter-spacing: 0.6rem;
}
#about #section_01 .l-area {
    letter-spacing: 0.6rem;
}
#about #section_01 .l-area .txt {
    letter-spacing: 0.12rem;
}
#about #section_01 .l-area .btn {
    clear: both;
}
#about #section_01 .l-area .btn a {
    position: relative;
    display: block;
    width: 159px;
    height: 53px;
    line-height: 45px;
    padding: 0px 50px;
    color: #fff;
    box-sizing: border-box;
    float: right;
    letter-spacing: 0.12rem;
    text-align: left;
}
#about #section_01 .l-area .btn a::after{
	position: absolute;
    content: "";
    background: url(../images/w_arrow.png) no-repeat;
    width: 26px;
    height: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
}


@media (min-width: 1000px){
    #about #section_01::before {
        height: 380px;
        background-position: center;
    }
    #about #section_01 .inner {
        width: 1000px;
        margin-top: -14px;
    }
    #about #section_01 .flex {
        width: 1000px;
        padding-top: 380px;
        margin: 0 auto 100px;
        justify-content: space-between;
    }
    #about #section_01 .flex::before {
        font-size: 100px;
        top: 323px;
        left: -50px;
    }
    #about #section_01 .ttl,
    #about #section_01 .l-area {
        width: 500px;
        box-sizing: border-box;
    }
    #about #section_01 .ttl {
        padding: 100px 50px 0;
        font-size: 30px;
        line-height: 44px;
    }
    #about #section_01 .ttl::before {
        width: 230px;
        top: 96px;
        left: -98px;
    }
    #about #section_01 .l-area {
        padding: 100px 35px 0;
    }
    #about #section_01 .l-area .txt {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 55px;
    }
    /*#about #section_01 .l-area .btn {
        margin-right: -43px;
    }*/
    #about #section_01 .l-area .btn a {
		background: url(../images/more_b_btn.png) no-repeat;
	}
	#about #section_01 .l-area .btn a::after{
		top: -7px;
		left: 87px;
	}
}

@media (max-width: 1290px){
    #about #section_01 .inner {
        width: 96%;
    }
    #about #section_01 .flex {
        width: 90%;
        justify-content: center;
    }
    #about #section_01 .ttl {
        padding-right: 3%;
        padding-left: 3%;
        font-size: 28px;
        line-height: 44px;
    }
    #about #section_01 .l-area {
        padding-right: 3%;
        padding-left: 3%;
    }
    #about #section_01 .l-area .txt {
        font-size: 15px;
    }
 }


@media (max-width: 999px){
    #about #section_01::before {
        height: 102px;
        background-position: center;
    }
    #about #section_01 .inner {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #about #section_01 .flex {
        width: 100%;
        padding-top: 102px;
        flex-wrap: wrap;
        margin-bottom: 55px;
    }
    #about #section_01 .flex::before {
        font-size: 50px;
        top: 75px;
        left: 0;
    }
    #about #section_01 .ttl,
    #about #section_01 .l-area {
        width: 100%;
    }
    #about #section_01 .l-area {
        padding-right: 0;
    }
    #about #section_01 .ttl {
        font-size: 15px;
        line-height: 21px;
        padding: 68px 24px 25px 31px;
    }
    #about #section_01 .ttl::before {
        width: 122px;
        top: 51px;
        left: -27px;
    }
    #about #section_01 .l-area .txt {
        font-size: 12px;
        letter-spacing: 0.09rem;
        line-height: 22px;
        padding-left: 21px;
        margin-bottom: 20px;
    }
    #about #section_01 .l-area .btn {
        margin-right: 0;
    }
    #about #section_01 .l-area .btn a {
		margin: 0 auto;
		background: url(../images/sp/more_b_btn.png) no-repeat;
		background-size: contain;
		text-align: left;
	}
	#about #section_01 .l-area .btn a::after{
		top: -7px;
		left: 87px;
	}
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
    #about #section_01::before {
        height: 20vw;
        background-position: center;
    }
    #about #section_01 .flex {
        padding-top: 20vw;
        flex-wrap: wrap;
        margin-bottom: 55px;
    }
    #about #section_01 .flex::before {
        font-size: 50px;
        top: 17vw;
        left: 0;
    }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#section_02
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#about #section_02 {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}
#about #section_02::before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/aboutus/section_02_bg.jpg) no-repeat;
    background-size: cover;
}
#about #section_02 .inner {
    margin: 0 auto;
}
#about #section_02 .flex {
    display: flex;
    position: relative;
}
#about #section_02 .flex::before {
    position: absolute;
    content: "02";
    font-family: 'Prata', serif;
    color: #b9c965;
}
#about #section_02 .ttl {
    position: relative;
    letter-spacing: 0.3rem;
}
#about #section_02 .ttl::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #000;
    transform: rotate(-57deg);
}
#about #section_02 .bann {
    display: flex;
    margin: 0 auto;
}
#about #section_02 .l-area .txt {
    letter-spacing: 0.12rem;
}
#about #section_02 .bann figure {
    position: relative;
}
#about #section_02 .bann figure figcaption {
    position: absolute;
}

@media (min-width: 1000px){
    #about #section_02::before {
        height: 380px;
        background-position: center;
    }
    #about #section_02 .inner {
        width: 1000px;
        margin-top: -14px;
    }
    #about #section_02 .flex {
        padding-top: 380px;
        width: 1000px;
        margin: 0 auto 50px;
        justify-content: space-between;
    }
    #about #section_02 .flex::before {
        font-size: 100px;
        top: 317px;
        left: -116px;
    }
    #about #section_02 .ttl,
    #about #section_02 .l-area {
        width: 500px;
        box-sizing: border-box;
    }
    #about #section_02 .l-area {
        padding-right: 0;
    }
    #about #section_02 .ttl {
        padding: 100px 50px 0;
        font-size: 30px;
        line-height: 44px;
    }
    #about #section_02 .ttl::before {
        width: 230px;
        top: 96px;
        left: -143px;
    }
    #about #section_02 .bann {
        justify-content: space-between;
        width: 906px;
        margin-bottom: 102px;
    }
    #about #section_02 .l-area {
        padding: 100px 35px 0;
    }
    #about #section_02 .l-area .txt {
        font-size: 16px;
        line-height: 30px;
    }
    #about #section_02 .bann figure {
        width: 440px;
    }
    #about #section_02 .bann figure figcaption {
        bottom: 19px;
        right: -14px;
    }
}

@media (max-width: 1290px){
    #about #section_02 .inner {
        width: 96%;
    }
    #about #section_02 .flex {
        width: 90%;
        justify-content: center;
    }
    #about #section_02 .flex::before {
        left: -69px;
    }
    #about #section_02 .bann {
        width: 90%;
    }
    #about #section_02 .bann figure {
        width: 49%;
    }
    #about #section_02 .ttl {
        padding-right: 3%;
        padding-left: 3%;
        font-size: 28px;
        line-height: 44px;
    }
    #about #section_02 .ttl::before {
        left: -97px;
    }
    #about #section_02 .l-area {
        padding-right: 3%;
        padding-left: 3%;
    }
    #about #section_02 .l-area .txt {
        font-size: 15px;
    }
 }

@media (max-width: 999px){
    #about #section_02::before {
        height: 102px;
        background-position: top center;
    }
    #about #section_02 .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #about #section_02 .flex {
        width: 100%;
        padding-top: 102px;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    #about #section_02 .flex::before {
        font-size: 50px;
        top: 70px;
        left: -5px;
    }
    #about #section_02 .ttl,
    #about #section_02 .l-area {
        width: 100%;
    }
    #about #section_02 .ttl {
        font-size: 15px;
        line-height: 21px;
        padding: 68px 24px 25px 31px;
    }
    #about #section_02 .ttl::before {
        width: 122px;
        top: 51px;
        left: -25px;
    }
    #about #section_02 .bann {
        width: 100%;/*width: 90%;*/
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 50px;
    }
    #about #section_02 .bann figure {
        width: 100%;
        max-width: 671px;
    }
    #about #section_02 .fairy_Court {
        margin-bottom: 20px;
    }
    #about #section_02 .l-area .txt {
        font-size: 12px;
        letter-spacing: 0.09rem;
        line-height: 22px;
        padding-left: 21px;
    }
    #about #section_02 .bann figure figcaption {
        bottom: 10px;
        right: -7.5px;
        max-width: 243px;
    }
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
    #about #section_02::before {
        height: 20vw;
        background-position: center;
    }
    #about #section_02 .flex {
        padding-top: 20vw;
        flex-wrap: wrap;
        margin-bottom: 55px;
    }
    #about #section_02 .flex::before {
        font-size: 50px;
        top: 17vw;
        left: -8px;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#section_03
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#about #section_03 {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}
#about #section_03::before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/aboutus/section_03_bg.jpg) no-repeat;
    background-size: cover;
}
#about #about #section_03 .inner {
    margin: 0 auto;
}
#about #section_03 .flex {
    display: flex;
    width: 100%;
    position: relative;
}
#about #section_03 .flex::before {
    position: absolute;
    content: "03";
    font-family: 'Prata', serif;
    color: #b9c965;
}
#about #section_03 .ttl {
    position: relative;
    letter-spacing: 0.25rem;
}
#about #section_03 .ttl::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #000;
    transform: rotate(-57deg);
}
#about #section_03 .l-area .txt {
    letter-spacing: 0.12rem;
}
#about #section_03 .l-area .btn {
    text-align: right;
    margin-right: -43px;
}

@media (min-width: 1000px){
    #about #section_03::before {
        height: 380px;
        background-position: center;
    }
    #about #section_03 .inner {
        width: 1000px;
        margin: -14px auto 0;
    }
    #about #section_03 .flex {
        padding-top: 380px;
        width: 1000px;
        margin: 0 auto 100px;
        justify-content: space-between;
    }
    #about #section_03 .flex::before {
        font-size: 100px;
        top: 315px;
        left: -63px;
    }
    #about #section_03 .ttl,
    #about #section_03 .l-area {
        width: 500px;
        box-sizing: border-box;
    }
    #about #section_03 .ttl {
        padding: 100px 50px 0;
        font-size: 30px;
        line-height: 44px;
    }
    #about #section_03 .ttl::before {
        width: 230px;
        top: 96px;
        left: -94px;
    }
    #about #section_03 .l-area {
        padding: 100px 35px 0;
    }
    #about #section_03 .l-area .txt {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 1290px){
    #about #section_03 .inner {
        width: 96%;
    }
    #about #section_03 .flex {
        width: 90%;
        justify-content: center;
    }
    #about #section_03 .flex::before {
        left: -56px;
    }
    #about #section_03 .ttl {
        padding-right: 3%;
        padding-left: 3%;
        font-size: 28px;
        line-height: 44px;
    }
    #about #section_03 .ttl::before {
        left: -97px;
    }
    #about #section_03 .l-area {
        padding-right: 3%;
        padding-left: 3%;
    }
    #about #section_03 .l-area .txt {
        font-size: 15px;
    }
 }

@media (max-width: 999px){
    #about #section_03::before {
        height: 102px;
        background-position: top center;
    }
    #about #section_03 .inner {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #about #section_03 .flex {
        width: 100%;
        padding-top: 102px;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    #about #section_03 .flex::before {
        font-size: 50px;
        top: 70px;
        left: -5px;
    }
    #about #section_03 .ttl,
    #about #section_03 .l-area {
        width: 100%;
    }
    #about #section_03 .l-area {
        padding-right: 0;
    }
    #about #section_03 .ttl {
        font-size: 15px;
        line-height: 21px;
        padding: 68px 24px 25px 31px;
    }
    #about #section_03 .ttl::before {
        width: 122px;
        top: 51px;
        left: -25px;
    }
    #about #section_03 .l-area .txt {
        font-size: 12px;
        letter-spacing: 0.09rem;
        line-height: 22px;
        padding-left: 21px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
    #about #section_03::before {
        height: 20vw;
        background-position: center;
    }
    #about #section_03 .flex {
        padding-top: 20vw;
        flex-wrap: wrap;
        margin-bottom: 55px;
    }
    #about #section_03 .flex::before {
        font-size: 50px;
        top: 16vw;
        left: -3px;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#section_04
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#about #section_04 {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}
#about #section_04::before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/aboutus/section_04_bg.jpg) no-repeat;
    background-size: cover;
}
#about #section_04 .inner {
    margin: 0 auto;
}
#about #section_04 .flex {
    display: flex;
    width: 100%;
    position: relative;
}
#about #section_04 .flex::before {
    position: absolute;
    content: "04";
    font-family: 'Prata', serif;
    color: #b9c965;
}
#about #section_04 .ttl {
    position: relative;
    letter-spacing: 0.23rem;
}
#about #section_04 .ttl::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #000;
    transform: rotate(-57deg);
}
#about #section_04 .l-area .txt {
    letter-spacing: 0.12rem;
}
#about #section_04 .l-area .btn {
    clear: both;
}
#about #section_04 .l-area .btn a {
    position: relative;
    display: block;
    width: 159px;
    height: 53px;
    line-height: 45px;
    padding: 0px 50px;
    color: #fff;
    box-sizing: border-box;
    float: right;
    letter-spacing: 0.12rem;
    text-align: left;
}
#about #section_04 .l-area .btn a::after{
	position: absolute;
    content: "";
    background: url(../images/w_arrow.png) no-repeat;
    width: 26px;
    height: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 1000px){
    #about #section_04::before {
        height: 380px;
        background-position: center;
    }
    #about #section_04 .inner {
        width: 1000px;
        margin-top: -14px;
    }
    #about #section_04 .flex {
        padding-top: 380px;
        width: 1000px;
        margin: 0 auto 100px;
        justify-content: space-between;
    }
    #about #section_04 .flex::before {
        font-size: 100px;
        top: 316px;
        left: -63px;
    }
    #about #section_04 .ttl,
    #about #section_04 .l-area {
        width: 500px;
        box-sizing: border-box;
    }
    #about #section_04 .ttl {
        padding: 100px 50px 0;
        font-size: 30px;
        line-height: 44px;
    }
    #about #section_04 .ttl::before {
        width: 230px;
        top: 96px;
        left: -90px;
    }
    #about #section_04 .l-area {
        padding: 100px 35px 0;
    }
    #about #section_04 .l-area .txt {
        font-size: 12px;
        letter-spacing: 0.09rem;
        line-height: 22px;
        padding-left: 21px;
        margin-bottom: 20px;
    }
    /*#about #section_04 .l-area .btn {
        margin-right: -43px;
    }*/
    #about #section_04 .l-area .btn a {
		background: url(../images/more_b_btn.png) no-repeat;
	}
	#about #section_04 .l-area .btn a::after{
		top: -7px;
		left: 87px;
	}
}

@media (max-width: 1290px){
    #about #section_04 .inner {
        width: 96%;
    }
    #about #section_04 .flex {
        width: 90%;
        justify-content: center;
    }
    #about #section_04 .flex::before {
        left: -69px;
    }
    #about #section_04 .ttl {
        padding-right: 3%;
        padding-left: 3%;
        font-size: 28px;
        line-height: 44px;
    }
    #about #section_04 .ttl::before {
        left: -97px;
    }
    #about #section_04 .l-area {
        padding-right: 3%;
        padding-left: 3%;
    }
    #about #section_04 .l-area .txt {
        font-size: 15px;
    }
 }

@media (max-width: 999px){
    #about #section_04::before {
        height: 102px;
        background-position: center;
    }
    #about #section_04 .inner {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #about #section_04 .flex {
        width: 100%;
        padding-top: 102px;
        flex-wrap: wrap;
        margin-bottom: 55px;
    }
    #about #section_04 .flex::before {
        font-size: 50px;
        top: 70px;
        left: -5px;
    }
    #about #section_04 .ttl,
    #about #section_04 .l-area {
        width: 100%;
    }
    #about #section_04 .l-area {
        padding-right: 0;
    }
    #about #section_04 .ttl {
        font-size: 15px;
        line-height: 21px;
        padding: 68px 5px 25px 31px;
    }
    #about #section_04 .ttl::before {
        width: 122px;
        top: 51px;
        left: -25px;
    }
    #about #section_04 .l-area .txt {
        font-size: 12px;
        letter-spacing: 0.09rem;
        line-height: 22px;
        padding-left: 21px;
        margin-bottom: 20px;
    }
    #about #section_04 .l-area .btn {
        margin-right: 0;
    }
    #about #section_04 .l-area .btn a {
        margin: 0 auto;
        background: url(../images/sp/more_b_btn.png) no-repeat;
        background-size: contain;
        text-align: left;
    }
    #about #section_04 .l-area .btn a::after{
        top: -7px;
        left: 87px;
    }
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
    #about #section_04::before {
        height: 20vw;
        background-position: center;
    }
    #about #section_04 .flex {
        padding-top: 20vw;
        flex-wrap: wrap;
        margin-bottom: 55px;
    }
    #about #section_04 .flex::before {
        font-size: 50px;
        top: 16vw;
        left: -4px;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#about #section_05
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#about #section_05 {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}
#about #section_05::before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/aboutus/section_05_bg.jpg) no-repeat;
    background-size: cover;
}
#about #section_05 .inner {
    margin: 0 auto;
}
#about #section_05 .flex {
    display: flex;
    width: 100%;
    position: relative;
}
#about #section_05 .flex::before {
    position: absolute;
    content: "05";
    font-family: 'Prata', serif;
    color: #b9c965;
}
#about #section_05 .ttl {
    position: relative;
    letter-spacing: 0.23rem;
}
#about #section_05 .ttl::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #000;
    transform: rotate(-57deg);
}
#about #section_05 .l-area .txt {
    letter-spacing: 0.12rem;
}
#about #section_05 .l-area .btn {
    text-align: right;
    margin-right: -43px;
}

@media (min-width: 1000px){
    #about #section_05::before {
        height: 380px;
        background-position: center;
    }
    #about #section_05 .inner {
        width: 1000px;
        margin-top: -14px;
    }
    #about #section_05 .flex {
        padding-top: 380px;
        width: 1000px;
        margin: 0 auto 200px;
        justify-content: space-between;
    }
    #about #section_05 .flex::before {
        font-size: 100px;
        top: 313px;
        left: -63px;
    }
    #about #section_05 .ttl,
    #about #section_05 .l-area {
        width: 500px;
        box-sizing: border-box;
    }
    #about #section_05 .ttl {
        padding: 100px 50px 0;
        font-size: 30px;
        line-height: 44px;
    }
    #about #section_05 .ttl::before {
        width: 230px;
        top: 96px;
        left: -94px;
    }
    #about #section_05 .l-area {
        padding: 100px 35px 0;
    }
    #about #section_05 .l-area .txt {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 1290px){
    #about #section_05 .inner {
        width: 96%;
    }
    #about #section_05 .flex {
        width: 90%;
        justify-content: center;
    }
    #about #section_05 .flex::before {
        left: -64px;
    }
    #about #section_05 .ttl {
        padding-right: 3%;
        padding-left: 3%;
        font-size: 28px;
        line-height: 44px;
    }
    #about #section_05 .ttl::before {
        left: -97px;
    }
    #about #section_05 .l-area {
        padding-right: 3%;
        padding-left: 3%;
    }
    #about #section_05 .l-area .txt {
        font-size: 15px;
    }
 }

@media (max-width: 999px){
    #about #section_05::before {
        height: 102px;
        background-position: center 20%;
    }
    #about #section_05 .inner {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #about #section_05 .flex {
        width: 100%;
        padding-top: 102px;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    #about #section_05 .flex::before {
        font-size: 50px;
        top: 70px;
        left: -5px;
    }
    #about #section_05 .ttl,
    #about #section_05 .l-area {
        width: 100%;
    }
    #about #section_05 .l-area {
        padding-right: 0;
    }
    #about #section_05 .ttl {
        font-size: 15px;
        line-height: 21px;
        padding: 68px 5px 25px 31px;
    }
    #about #section_05 .ttl::before {
        width: 122px;
        top: 51px;
        left: -25px;
    }
    #about #section_05 .l-area .txt {
        font-size: 12px;
        letter-spacing: 0.09rem;
        line-height: 22px;
        padding-left: 21px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
    #about #section_05::before {
        height: 20vw;
        background-position: center;
    }
    #about #section_05 .flex {
        padding-top: 20vw;
        flex-wrap: wrap;
        margin-bottom: 55px;
    }
    #about #section_05 .flex::before {
        font-size: 50px;
        top: 16vw;
        left: -2px;
    }
}
