@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: #04534B;
}

.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;
    color: #04534B;
}

.content-1 .mission .base_wrap h1 small {
    font-size: 1.8rem;
    background-color: #04534B;
    color: #fff;
    padding: 4px 11px;
}

.content-1 .mission .base_wrap p {
    margin: 0;
    text-align: center;
    color: #04534B;
}

.content-1 .mission .base_wrap p:nth-of-type(2) {
    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 40px 0 0;
    width: 385px;
    flex-shrink: 0;
}

.accordion .content .acc_sec02 figure {
    width: auto;
    text-align: right;
    flex-shrink: 1;
}


@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%;
    }

    .accordion .content .acc_sec02 p {
        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, linear-gradient(to left, #ffffff 0%, #ffffff 500px, #81ddd8 900px, #81ddd8 100%);
    background-size: auto 241px;
    background-color: #FFF;
}

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

.content-4 .flex_box_media {
    display: flex;
    background-color: #C2E8FA;
    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: #333;
    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_pc.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_pc.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_sp.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
------------------------------------ */



/**** 2025 addition ****/


/* footer menu */

#cont_menu ul li p::before {
    border: solid 2px #20A27C;
    background-color: #20A27C;
    border-radius: 50%;
}

#cont_menu .issue {
    border-radius: 8px;
}


@media (max-width: 767px) {
    #cont_menu .issue {
        border-radius: 0 !important;
    }
    #cont_menu .issue {
        color: #333;
    }
    #cont_menu .issue span {
        color: #333;
    }
}

/* common */
section.media-section h3.media-section__title {
  display: flex;
/* align-items: center;*/
  margin: 0 0 16px;
  color: #333;

}
section.media-section h3.media-section__title::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #20A27C;
    margin-right: 8px;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.media-section__icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #20A27C;
  margin-right: 8px;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

main a.no-blank-icon[target='_blank']::after {
  content: none !important;
  display: none !important;
}
/* pg_index */

.cont_index .text-5 {
    display: inline-block;
    text-align: left;
}

.cont_index li:nth-child(4) .banner_text.text-4 p::after {
    margin-top: -1.5em;
}

.cont_index li div.banner_text p::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    margin: 0 0 0 16px;
    transition: transform 0.2s ease;
    transform: translateX(0);
    vertical-align: middle;
}

.cont_index li {
    transition: opacity 0.3s ease;
}

.cont_index li:hover {
    opacity: 0.7;
}

@media (768px < width < 890px) {
    .cont_index li div.banner_text p {
        margin-left: 5px;
    }

    .cont_index li div.banner_text p::after {
        margin-left: 5px;
    }
}


/* content-1 */

.content-1 .mission .base_wrap h1 {
  text-align: center;
}

@media (max-width: 767px) {
  .content-1 .mission .base_wrap h1 {
    text-align: left;
  }
  
  .content-1 .mission .base_wrap p {
    text-align: left;
  }
}

@media (max-width: 660px) {
  .accordion .h_bg {
    background: url("../img/ttl_segment_02.png") no-repeat left top;
    background-size: 135% 100%;
    padding-right: 70px;
  }
  .accordion .h_bg::after {
    right: 15px;
  }
}


/* content-4 */


br.heading-break {
  display: none;
}

.content-4 .contents_wrap .black-box {
  position: relative;
  padding-left: 20px;
}

.content-4 .contents_wrap .black-box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #333;
}


@media (width < 1134px) {
  .content-4 header.cont_header h1 {
    display: flex;
    align-items: flex-start;
  }

  br.heading-break {
    display: block;
  }

  .content-4 .cont_header.visual .wrap span {
    font-size: unset;
    padding: 0;
    text-shadow: 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd, 0px 0px 2px #ecf8fd;
  }

  .content-4 header.cont_header h1 .label {
    flex-shrink: 0;
  }

  .content-4 header.cont_header h1 .text {
    max-width: 100%;
  }
}


.mg_btm_add {
    margin-bottom: 60px;
}