@charset "utf-8";

/* ------------------------------------
	content-1 begin
------------------------------------ */
.content-1 .accordion .h_bg {
    font-size: 2.0rem;
}

.content-1 .cont_header.visual h1 {
    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: #20A27C;
}

.content-1 .cont_header.message .text-accent {
  color: #20a27c;
}

.content-1 .cont_header.visual {
    margin: 0 0 50px;
}

/* ------------------------------------
   content-1 メインビジュアル
   PC・タブレットのみ
------------------------------------ */
@media only screen and (min-width: 769px) {
    .content-1 .cont_header.visual.large.message {
        position: relative;
        height: 490px;
        min-height: 490px;
        overflow: hidden;
        background-image: url("../img/content-1/header_bg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    /* 旧背景用の疑似要素を無効化 */
    .content-1 .cont_header.visual.large.message::after {
        content: none;
    }

    /* 人物 */
    .content-1 .message-person {
        position: absolute;
        left: clamp(52%, 57vw, 62%);
        bottom: 0;
        z-index: 1;
        width: auto;
        height: 92%;
    }

    .content-1 .message-person img {
        display: block;
        width: auto;
        height: 100%;
        max-width: none;
        object-fit: contain;
    }

    /* 文字 */
    .content-1 .cont_header.message .wrap {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: min(94%, 1100px);
        height: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .content-1 .cont_header.message .wrap h1,
    .content-1 .cont_header.message .wrap p {
        position: static;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }
}

/* タブレット幅では人物を右端基準にして、画像全体を表示 */
@media only screen and (min-width: 769px) and (max-width: 1000px) {
    .content-1 .message-person {
        left: auto;
        right: 0;
    }
}


@media only screen and (max-width: 768px) {
    .content-1 .message-person {
        display: none;
    }
}

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-size: auto 100%;
    margin-bottom: 70px;
}



.mission h1 small {
  display: inline-block;
  width: 132px;
  height: 42px;

  background: url("../img/mission.png") no-repeat center;
  background-size: contain;

  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

.content-1 .mission .base_wrap h1 span {
    font-size: 5rem;
    color: #04534B;
}

.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 .mission .base_wrap {
    color: #300078;
}

.content-1 .c1-p {
    margin-bottom: 30px;
}

.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: #e1fae8;
        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 img {
        width: auto;
        margin: 0;
    }

    .accordion .content .acc_sec02 p {
        width: 100%;
        margin: 0 0 30px;
        text-align: left;
    }

}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .content-1 .mission .base_wrap h1 {
        font-size: 3.9rem;
    }
}

/* ------------------------------------
	content-1 end
------------------------------------ */


/* ------------------------------------
	content-2 begin
------------------------------------ */

.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_header.visual::after {
    background: url(../img/segment.png) center center no-repeat;
}

@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 - **/

.note p {
    padding-left: 2em;
    text-indent: -2em;
}


@media (max-width: 838px) {
    br.news-br {
        display: none;
    }
}
/* ------------------------------------
	content-3 end
------------------------------------ */

/* ------------------------------------
	content-4 begin
------------------------------------ */
body.content-4 .contents_wrap {
    margin-bottom: 50px;
}

/* 現在：2026年5月期トピックス */
.content-4 .current-topics {
  margin-top: 40px;
}

.content-4 .current-topics-title {
  position: relative;
  padding-left: 22px;
  margin: 0 0 12px;
}

.content-4 .current-topics-subtitle {
  margin: 0 0 18px;
  color: #1eb37d;
  font-size: 1.8rem;
  font-weight: bold;
}

.content-4 .results-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.content-4 .results-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  line-height: 2;
  background: #fff;
}

.content-4 thead{
    line-height: 1.5;
}

.content-4 .results-table th,
.content-4 .results-table td {
  border: 1px solid #d8d8d8;
  padding: 5px 16px;
  vertical-align: middle;
  word-break: break-word;
}

/* テーブル外側の左右だけグレーを維持 */
.content-4 .results-table thead th:first-child {
    border-left-color: #d8d8d8;
}

.content-4 .results-table thead th:last-child {
    border-right-color: #d8d8d8;
}

.content-4 .results-table thead th {
    background: #72c8aa;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-left-color: #fff;
    border-right-color: #fff;
}

.content-4 .results-table tbody td {
  background: #fafafa;
}

.content-4 .results-table th:nth-child(1),
.content-4 .results-table td:nth-child(1) {
  width: 23.1%;
}

.content-4 .results-table th:nth-child(2),
.content-4 .results-table td:nth-child(2) {
  width: 38.4%;
}

.content-4 .results-table th:nth-child(3),
.content-4 .results-table td:nth-child(3) {
  width: 38.5%;
}

@media only screen and (max-width: 768px) {
  .content-4 .results-table-wrap {
    overflow-x: visible;
  }

  .content-4 .results-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .content-4 .results-table th,
  .content-4 .results-table td {
    padding: 8px 5px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .content-4 .results-table th:nth-child(1),
  .content-4 .results-table td:nth-child(1) {
    width: 25%;
  }

  .content-4 .results-table th:nth-child(2),
  .content-4 .results-table td:nth-child(2) {
    width: 37%;
  }

  .content-4 .results-table th:nth-child(3),
  .content-4 .results-table td:nth-child(3) {
    width: 38%;
  }
}

.player-label {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px;
  background-color: #20a27c;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: baseline;
}


/* ------------------------------------
	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: 20%;

}

#cont_menu .issue {
    border-radius: 8px;
}


@media (max-width: 767px) {
    #cont_menu .issue {
        border-radius: 0 !important;
        color: #20A27C;
    }
    #cont_menu .issue span {
        color: #20A27C;
    }
}

/* common */
section.media-section h3.media-section__title {
  display: flex;
  margin: 0 0 16px;
  color: #333;
  font-size: 16px;
}
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-section1::before {
    border-radius: 50%;
}


/* 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: none;
}

.cont_index li {
    transition: opacity 0.3s ease;
}

@media (768px < width < 890px) {
    .cont_index li div.banner_text p {
        margin-left: 5px;
    }
}


/* content-1 */

.content-1 .mission .base_wrap h1 {
    margin-bottom: 10px;
    padding-top: 50px;
    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 */
@media (width < 1134px) {
  .content-4 header.cont_header h1 {
    display: flex;
    align-items: flex-start;
  }

  .content-4 .cont_header.visual .wrap span {
    font-size: unset;
    padding: 0;
  }

  .content-4 header.cont_header h1 .label {
    flex-shrink: 0;
  }
}

.mg_btm_add {
    margin-bottom: 60px;
}