@charset "utf-8";
/* ------------------------------------
	content-1 begin
------------------------------------ */
.content-1 .accordion .h_bg {
    font-size: 2.0rem;
}

.content-1 .cont_header.visual h1 {
    /*margin-bottom:49px;*/
    margin-bottom: 48px;
    line-height: 1.4em;
}

.cont_header.visual h1 small {
    margin-bottom: 20px;
    line-height: 1.4em;
    display: block;
    font-size: 2.5rem;
    color: #300078;
}

.content-1 .cont_header.visual {
    margin: 0 0 50px;
}

.content-1 .cont_header.message::after {
    background: url(../img/content-1/header.png) top right no-repeat;
    background-size: contain;
    background-color: #F5F5F5;
    object-fit: cover;
    height: 486px;
}

body.content-1 .btn_area a[target='_blank']::after {
    margin-left: 5px;
}

.content-1 .mission {
    background: url(../img/content-1/mission.png) center no-repeat;
    background-position: center;
    background-size: auto 100%;
    object-fit: cover;
    margin-bottom: 70px;
}

.content-1 .mission .base_wrap h1 {
    margin-bottom: 10px;
    padding-top: 50px;
}

.content-1 .mission .base_wrap h1 span{
    font-size: 5rem;
}

.content-1 .mission .base_wrap h1 small {
    font-size: 2.5rem;
}

.content-1 .mission .base_wrap p {
    margin: 0;
    font-weight: bold;
}

.content-1 .mission .base_wrap p:nth-of-type(2) {
    border-bottom: 2px solid #000;
    padding-bottom: 50px;
}

.content-1 .mission .base_wrap p:last-of-type {
    padding-bottom: 50px;
}

.content-1 .content-1 .mission .base_wrap {
    color: #300078;
}

.content-1 .c1-p {
    margin-bottom: 30px;
}

.wrap_benefit {
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
}

.wrap_benefit .ttl_benefit {
    background-color: #20A27C;
    height:40px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 0 0 30px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin:0;
}

.wrap_benefit .box_benefit {
    border: 2px solid #20A27C;
    padding: 30px 20px;    
}

.wrap_benefit .box_benefit .inrbox_benefit {
    display: flex;
}

.wrap_benefit .box_benefit .inrbox_benefit figure {
    margin: 0 0 0 20px;
}

.wrap_benefit .box_benefit .dl_benefit dl {
    display: flex;
    border:2px solid #20A27C;
    border-radius: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-collapse:collapse;
    width:386px;

}

.wrap_benefit .box_benefit .dl_benefit dl dt {
    width:140px;
    background-color: #20A27C;
    border-radius: 22px;
    color:#fff;
    font-weight: bold;
    margin: 0 0 0 -1px;
    border-collapse:collapse;
}

.wrap_benefit .box_benefit .dl_benefit dl dd {
    width:246px;
    color: #20A27C;
    text-align: center;
}

.wrap_benefit .box_benefit .dl_benefit dl:last-child {
    margin: 0;
}
.accordion .content .acc_sec02 {
    display: flex;
    align-items: flex-start;
}

.accordion .content .acc_sec02 p {
    margin: 0 33px 0 0;
    width:100%;
}

.accordion .content .acc_sec02 figure {
    width:100%;
    text-align: right;
}


@media only screen and (max-width: 600px) {
    #pg_index .cont_header.visual {
        background: url(../img/wall-paper_sm.png) top center no-repeat;
        background-size: cover;
        height: 290px;
    }
}

@media only screen and (max-width: 768px) {
    
    .content-1 .cont_header.visual {
        margin: 0;    
    }

    .content-1 .cont_header.visual.large {
        background: #F5F5F5;
        z-index: 0;
    }

    .content-1 .cont_header.visual::after {
        display: none;
    }

    .cont_header.visual h1 small {
        font-size: 1.6rem;
    }

    .cont_header.visual.message .wrap::after {
        background: transparent url(../img/content-1/header_sp.png) top center;
        background-size: cover;
        height: 97vw;
    }

    .mission {
        background-position-x: calc(50% - -125px)!important;
        background-position-y: 60px!important;
        background-size: 940px!important;
        margin-bottom: 50px!important;
    }

    .content-1 .mission .base_wrap h1 {
        padding-top: 30px;
        font-size: 28px;
    }

    .mission .base_wrap p:last-of-type {
        padding-bottom: 0!important;
    }

    .accordion .content .acc_sec02 {
        text-align: center;
        display: block;
    }
    .accordion .content .acc_sec02 figure {
        text-align: center;
    }

    .accordion .content .acc_sec02 figure img {
        width:100%;
    }

    .accordion .content .acc_sec02 p {
        text-align: left;
        margin: 0 0 30px 0;
    }

    .accordion .content .acc_sec02 img {
        width: auto;
    }

    .accordion .content .acc_sec02 img {
        margin: 0;
    }

    .wrap_benefit .ttl_benefit {
        justify-content: center;
        padding: 0;
    }

    .wrap_benefit .box_benefit {
        padding: 15px;
    }

    .wrap_benefit .box_benefit .inrbox_benefit {
        display: block;
        width: 100%;
    }

    .wrap_benefit .box_benefit .dl_benefit {
        margin: 0 0 25px 0;
    }

    .wrap_benefit .box_benefit .dl_benefit dl{
        display: block;
        width:100%;
        border-radius: 11px 11px 11px 11px;
    }

    .wrap_benefit .box_benefit .dl_benefit dl dt{
        width: 100%;
        border-radius: 11px 11px 0 0;
        margin: -2px 0px 0px 0;
    }

    .wrap_benefit .box_benefit .dl_benefit dl dd{
        width:100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .content-1 .cont_header .wrap h1 {
        position: absolute;
        margin: 0 auto;
        top: 111px;
        font-size: 3.9rem;
    }

    .content-1 .cont_header .wrap p {
        position: absolute;
        margin: 0 auto;
        bottom: 30px;
    }

    .content-1 .mission .base_wrap h1 {
        font-size: 3.9rem;
    }
}

@media only screen and (max-width: 1280px) {
    .content-1 .cont_header.visual::after {
        background-size: auto 100%;
        background-position: top right -50px;
    }
}

/* ------------------------------------
	content-1 end
------------------------------------ */


/* ------------------------------------
	content-2 begin
------------------------------------ */

.contents_wrap_2 {
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.content-2 main figure {
    margin: 30px auto 30px;
}

.content-2 main figure:first-child {
    margin: 30px 10px 30px 0;
}

.content-2 h2 {
    color: #333333;
}

.content-2 .cont_hrader.visual::after {
    background: url(../img/segment.png) center center no-repeat;
}

.arrow::before {
    border-color: transparent transparent transparent #20A27C;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    margin: 0 10px 0 5px;
    transition: margin 0.2s ease-out;
}

@media only screen and (max-width: 768px) {
    .content-2 h2 {
        font-size: 2.2rem;
    }

    .content-2 .contents_wrap h3 {
        font-size: 2rem;
        margin: 0 0 14px;
    }

}

/* ------------------------------------
	content-2 end
------------------------------------ */

/* ------------------------------------
	content-3 begin
------------------------------------ */

/** - h2 - */

body.content-3 .contents_wrap h2 a:hover {
    color: #20A27C;
}

body.content-3 .contents_wrap h2 a::after {
    display: none;
}

/* - h2 - **/

/** - h_case - */
.content-3 .contents_wrap .h_case {
    display: flex;
    align-items: baseline;
    margin: 0 0 30px 0;
    color:#20A27C;
}

.content-3 .contents_wrap .h_case span:first-child {
    background-color: #20A27C;
    text-align: center;
    color: #fff;
    height: 30px;
    width: 70px;
    margin: 0 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
}

.content-3 .contents_wrap .h_case span:last-child {
    display: block;
    font-size: 1.8rem;
    line-height: 2em;
}

@media only screen and (max-width: 768px) {
    .content-3 .contents_wrap .h_case {
        display: block;
    }

    .content-3 .contents_wrap .h_case span:first-child {
        display: block;
        margin: 0 0 10px 0;
    }
}

/* - h_case - **/


/* ------------------------------------
	content-3 end
------------------------------------ */

/* ------------------------------------
	content-4 begin
------------------------------------ */

body.content-4 header.cont_header{
    background: url(../img/content-4/contents_4_pc.png) center right no-repeat;
    background-size: cover;
}

body.content-4 .contents_wrap {
    margin-bottom: 50px;
}

.content-4 .flex_box_media {
    display: flex;
    background-color: #8c9ba5;
    height: 225px;
    margin: 0 0 30px 0;
}

.content-4 .flex_box_media p{
    width: 100%;
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.content-4 .flex_box_media p span{
    font-size: 30px;
}

.content-4 .txt_s {
    font-size: smaller;
    margin: 0 0 45px 0;
}

.content-4 .txt_grn{
    font-weight: bold;
    color: #20A27C;
    border-bottom: 1px solid #20A27C;
}

.content-4 .txt_gray {
    color:#8C9BA5;
}
@media only screen and (max-width: 768px) {
    .content-4 .flex_box_media {
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .flex_box_media +h3 {
        margin: 30px 0!important;
    }
    .content-4 .flex_box_media .disp_sp{
        width:50%;
    }

    .content-4 .flex_box_media p{
        padding: 20px 0;
        font-size: 15px;
        display: inline-grid;
    }
}

@media only screen and (min-width:768px) and ( max-width:1024px) {
    body.content-4 header.cont_header{
        background: url(../img/content-4/contents_4_sp3.png) top right no-repeat;
        background-size: cover;
    }

}

@media only screen and (min-width:480px) and (max-width: 768px) {
    body.content-4 header.cont_header{
        background: url(../img/content-4/contents_4_sp2.png) top right no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 480px) {
    body.content-4 header.cont_header{
        background: url(../img/content-4/contents_4_sp1.png) top right no-repeat;
        background-size: cover;
    }
}

/* ------------------------------------
	content-4 end
------------------------------------ */

/* ------------------------------------
	reco begin
------------------------------------ */
.reco .cont_header {
    background: #F5F5F5;
}

.reco .cont_header h1 {
    text-align: left;
    color: #333333;
    font-weight: normal;
}

.reco .cont_header .wrap {
    padding: 32px 0;
}

.reco h2 {
    font-size: 2rem;
    margin: 0 0 14px;
}

.reco h3 {
    font-size: 1.6rem;
    margin: 0 0 14px;
    padding: 0;
}

.reco p {
    margin: 0 0 24px;
}

.reco .border_b {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 44px;
}

.border_b {
    position: relative;
    margin: 0 0 75px;
    padding: 0 0 75px;
}

.border_b::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background-color: #8C9BA5;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    .border_b {
        position: relative;
        margin: 0 0 40px;
        padding: 0 0 40px;
    }
    .reco .cont_header h1 {
        text-align: center;
    }
}


/* ※つきリスト*/
.ul_attn {
    margin: 0 0 30px;
}

.ul_attn li {
    position: relative;
    padding-left: 1.5em;
}

.ul_attn li span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.reco .ul_attn li {
    line-height: 2.8rem;
    font-size: 1.4rem;
}

.reco #global_footer p.copy {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .reco .ul_attn li {
        line-height: 2.4rem;
    }

    body.reco #cont_menu li p {
        margin: 0;
    }
}

/* ------------------------------------
	reco end
------------------------------------ */