@charset "utf-8";

/* normalize
---------------------------------------- */
/* all */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* html */
html {
    font-size: 62.5%;
}

/* body ※主に本文<p>の文字設定。marginなどはテンプレート用CSSに記載*/
body {
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    line-height: 1.75;
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #333333;
}

/* img */
img {
    max-width: 100%;
    height: auto;
}

/* list ※デフォルトのリストは右にインデントが入るので調整*/
ul {
    margin-left: 0;
    padding-left: 1.5em;
}

ol {
    margin-left: 0;
    padding-left: 2em;
}

/* table ※ブラウザ毎に文字揃えが異なるので調整*/
th {
    text-align: left;
}

/* hr */
.hr {
    margin: 1em 0;
    border: none;
    border-top: solid 1px #cccccc;
    height: 0;
}

/* float解除 */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

.clear {
    clear: both;
}

/* TinyMCE※TinyMCE のバージョンによって異なるので、必要に応じて相殺
---------------------------------------- */
.mce-content-body {
    line-height: inherit;
}


/* コンテンツ */
.wrapper_rgrey {
    width: 100%;
    background: #f7f7f7;
    padding-top: 80px;
}

.wrapper_rgrey_bottom {
    width: 100%;
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 110px;
}

.container,
.container_article {
    width: 100%;
    padding: 0 32px;
}

.container_article {
    font-size: 1.8rem;
}

@media screen and (min-width:1155px) {

    .container,
    .container_article {
        width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
    }

}

.title_h2 {
    font-size: 2em;
    margin-bottom: 48px;
}

.wrapper_grey {
    width: 100%;
    background: #e7ebeb;
    padding-top: 80px;
}

/* リンクボタン */
.btn_link_mb0_a,
.btn_link_a,
.container_article .btn_link_a {
    display: block;
    width: 320px;
    font-weight: bold;
    background: #333333 url(../files/arrow_white.svg) 92% center no-repeat;
    color: #ffffff;
    padding: 30px 80px 30px 30px;
    font-size: 1.8rem;
    line-height: 1.5;
}

.btn_link_mb0_a {
    margin: 100px auto 0 auto;
}

.btn_link_a {
    margin-top: 30px;
}

.btn_link_mb0_a:hover,
.btn_link_a:hover {
    background: #d3d3d3 url(../files/arrow_black.svg) 92% center no-repeat;
    color: #333333;
}

/* ボックスレイアウト */
.contents_box {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.contents_box_li {
    width: calc((100% - 60px) / 3);
    margin-bottom: 50px;
    margin-right: 30px;
    border: solid 1px #333333;
    background: #333333;
}

.contents_box_li:nth-of-type(3n) {
    margin-right: 0%;
}

.contents_box_a:hover {
    opacity: 0.7;
}

@media screen and (min-width:769px) and (max-width:992px) {
    .contents_box_li {
        width: calc((100% - 30px) / 2);
    }

    .contents_box_li:nth-of-type(3n) {
        margin-right: 30px;
    }

    .contents_box_li:nth-of-type(even) {
        margin-right: 0;
    }
}

.contents_box_img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.contents_box_text {
    width: 100%;
    padding: 1em 20px;
    color: #ffffff;
}

.contents_box_text p {
    margin: 0;
    font-size: 1.8rem;
}

@media screen and (max-width:768px) {
    .wrapper_rgrey {
        padding-top: 70px;
    }

    .wrapper_grey {
        padding-top: 40px;
    }

    .wrapper_rgrey_bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .container {
        width: 84%;
        padding: 0;
        margin: 0 auto;
    }

    .title_h2 {
        font-size: 1.5em;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .btn_link_mb0_a {
        margin: 40px auto 0 auto;
    }

	.btn_link_a {
    margin: 30px auto 0 auto;
	}

    .contents_box {
        flex-direction: column;
    }

    .contents_box_li {
        margin: 0 auto 20px auto;
        width: 100%;
    }
}

/* コンテンツレイアウト横並び */
.container_inner {
    display: flex;
    justify-content: space-between;
}

.container_inner_left {
    font-size: 1.8rem;
}

@media screen and (max-width:768px) {
    .container_inner {
        flex-direction: column;
    }
}

/* エディター内CSS
----------------------------------------*/
/* 背景切り替え */
.wrapper_article_dgray,
.wrapper_article_rgray {
    width: 100%;
    padding: 80px 0 80px 0;
}

/* 背景ライトグレー */
.wrapper_article_rgray {
    background: #f7f7f7;
}

/* 背景グレー  */
.wrapper_article_dgray {
    background: #e7ebeb;
}

/* h1中見出し */
.container_article h1 {
    font-size: 3.3rem;
    background: #333333;
    padding: 10px 32px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 40px;
}

/* h2中見出し */
.container_article h2 {
    font-size: 3.0rem;
    margin-top: 40px;
    margin-bottom: 30px;
}

.container_article>h2:first-child {
    margin-top: 0;
}

/* h3小見出し */
.container_article h3 {
    font-size: 2.3rem;
    border-bottom: solid 6px #e6eae6;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.container_article h3::before {
    position: absolute;
    border-bottom: solid 6px #cbd0d3;
    width: 15%;
    content: '';
    bottom: -6px;
}

/* h4小見出し */
.container_article h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 1.9rem;
}

.container_article .btn_link_a {
    margin: 40px auto;
    text-decoration: none;
}

/* リンクボタン */
/* テキストリンク */
.container_article a {
    text-decoration: underline;
    color: #5A6E6D;
    transition: 0.3s;
}

.container_article a:hover {
    text-decoration: none;
    opacity: 1;
}

/* 記事内リンクアイコン */
.to_link_icon {
    background: url(../files/file.svg) right center no-repeat;
    padding-right: 24px;
    background-size: 20px;
}

/* 記事内pdfリンクアイコン */
.to_pdf_icon {
    background: url(../files/pdf.svg) right center no-repeat;
    padding-right: 24px;
    background-size: 20px;
}

/* 記事内wordリンクアイコン */
.to_word_icon {
    background: url(../files/word.svg) right center no-repeat;
    padding-right: 24px;
    background-size: 20px;
}

/* リスト */
.container_article ul {
    list-style: none;
    padding-left: 0;
}

.container_article table ul:first-of-type {
    margin-top: 0;
}

.container_article table ul:last-of-type {
    margin-bottom: 0;
}

.container_article ul>li {
    background: url(../files/icon_square_li.svg) left 4px no-repeat;
    background-size: 23px;
    padding-left: 24px;
}

.container_article ul>li>ul>li {
    background: url(../files/icon_triangle_li.svg) left 8px no-repeat;
    background-size: 11px;
    padding-left: 16px;
}

/* 画像余白と中央寄せ */
.container_article figure {
    margin: 40px 0;
    text-align: center;
}

.container_article figure img {
    padding: 0;
}

/* 画像デフォルトに周囲5px追加 */
.container_article img {
    padding: 5px;
}

/* プロフィールBOX */
.container_article .profile_box figure {
    margin: 0;
}

.program_summary_text {
    width: 70%;
}

.profile_box img {
    border-radius: 500px;
    margin: 0 auto;
    display: block;
}

.program_summary {
    display: flex;
    justify-content: space-between;
}

/* tableレイアウト */
.container_article table {
    margin: 70px auto;
    width: 100%;
    border-bottom: solid 1px #333333;
}

.container_article tr {
    border-top: solid 1px #333333;
}

.container_article th {
    padding: 24px 7px;
    font-weight: normal;
}

.container_article td {
    padding: 24px 7px;
    vertical-align: top;
}

/* タグ装飾 */
.data_tagu {
    margin-top: 0;
}

.data_tagu dt {
    float: left;
    font-size: 1.4rem;
    background: #333333;
    padding: 1px 4px;
    color: #ffffff;
    margin-top: 2px;
}

.data_tagu dd {
    float: left;
    margin-left: 0.4em;
    margin-right: 1em;
}

@media screen and (max-width:768px) {
    .data_tagu dt {
        width: 100px;
        text-align: center;
        float: none;
    }

    .data_tagu dd {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}


/* PC3カラム、スマホ2カラム */
.row_three {
    display: flex;
    flex-wrap: wrap;
}

.row_three .profile_box {
    margin-right: 17%;
}

.row_three .profile_box:nth-of-type(3n) {
    margin-right: 0;
}

.row_three .profile_box_p {
    line-height: 1.5;
}

@media screen and (max-width:768px) {
    .row_three .profile_box {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .row_three .profile_box:nth-of-type(even) {
        margin-right: 0;
    }

    .row_three .profile_box:nth-of-type(3n) {
        margin-right: 2%;
    }

    .row_three .profile_box_p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:992px) {
    .container_article table {
        width: 100%;
    }
}


@media screen and (max-width:768px) {
    .wrapper_article_rgray {
        padding: 40px 0;
    }

    .container_article h1 {
        font-size: 2.5rem;
        padding: 4px 16px;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .container_article h2 {
        font-size: 2.4rem;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .container_article h3 {
        font-size: 2rem;
        margin-top: 30px;
    }

    .container_article h3::before {
        width: 24%;
    }

    .container_article figure {
        margin: 0 auto;
        width: 100%;
    }

    .container_article table {
        margin: 40px auto;
    }

    .container_article th {
        padding: 16px 6px;
    }

    .container_article .profile_box figure {
        margin: 0 auto;
    }

    .program_summary_text {
        width: 100%;
        margin-top: 30px;
    }

    .program_summary {
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }

    .program_summary .profile_box_figure {
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width:320px) {

    .btn_link_mb0_a,
    .btn_link_a {
        width: 100%;
        background: #333333 url(../files/arrow_white.svg) 95% center no-repeat;
        background-size: 30px;
        padding-left: 20px;
        font-size: 2rem;
    }
}

/* 関連リンク */
.link_box {
    margin-bottom: 32px;
    background: #ffffff;
    border: solid 1px #cccccc;
}

.link_box a {
    color: #333333;
    display: block;
    background: url(../files/arrow_black.svg) 97% center no-repeat;
    padding: 15px;
    text-decoration: none;
}

.link_box a:hover {
    opacity: 0.7;
}

.link_box img {
    padding-right: 80px;
    padding-left: 5px;
}

.link_box div {
    margin-left: 5px;
    margin-right: 80px;
}

.link_box p {
    margin: 0 0 2px 0;
}

.container_article .link_box ul {
    line-height: 1.5;
    margin: 0;
}

.link_box ul>li {
    background: url(../files/icon_square_li.svg) left 2px no-repeat;
    background-size: 23px;
}

@media screen and (max-width:768px) {
    .link_box img {
        padding: 0 50px 0 0;
    }

    .link_box {
        margin-bottom: 24px;
    }

    .link_box div {
        margin-left: 0;
        margin-right: 50px;
    }

    .link_box a {
        background: url(../files/arrow_black.svg) calc(100% - 15px) center no-repeat;
        text-decoration: none;
    }
}
.link_box_02 {
    margin-bottom: 32px;
    background: #ffffff;
    border: solid 1px #cccccc;
}

.link_box_02 a {
    color: #333333;
    display: block;
    background: url(../files/arrow_black.svg) 97% center no-repeat;
    padding: 20px 80px 20px 20px;
    text-decoration: none;
}

.link_box_02 a:hover { opacity: 0.7; }

.link_box_02 a > *:first-child { margin-top: 0; }

.link_box_02 a > *:last-child { margin-bottom: 0; }

.link_box_02_title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.link_box_02_title .link_box_02_title_img { padding: 0; }

.link_box_02_title .link_box_02_title_text {
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
}

.link_box_02_title .link_box_02_title_text_sub {
    display: block;
    font-size: 1.4rem;
}

.link_box_02_description { margin-top: 10px; }

@media screen and (max-width:768px) {
    .link_box_02_title {
        flex-direction: column;
        align-items: initial;
    }
}

/*キーワード追加＠202407*/
.link_box_02 {
    position: relative;
}
.keyword {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1em;
    font-weight: bold;
}
.pc_none {
    display: none;
}
.link_box_02 a:has(.keyword) {
    margin-top: 1em;
}
@media screen and (max-width:768px) {
    .keyword {
        left: 0;
position:relative;
margin:0;
    }
    .link_box_02 a:has(.keyword) {
        margin-top: 0;
    }
    .pc_none {
        display: block;
    }
}

.list_2rows {
    column-count: 2;
    column-gap: 2em;
}
@media screen and (max-width:768px) {
    .list_2rows {
        column-count: 1;
    }
}

/* 共通 */
.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width:768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .bold_sp {
        font-weight: bold;
    }
}

/* 余白調整 */
.mt0 {
    margin-top: 0;
}

.mb10 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mb20 {
    margin-top: 0;
    margin-bottom: 20px;
}

/* ネガティブ値で余白調整 */
.m-10 {
    margin-bottom: -10px;
}

/* フォントサイズ */
.font18 {
    font-size: 1.8rem;
}

.font14 {
    font-size: 1.6rem;
}

.bold {
    font-weight: bold;
}

/*ピン止め機能追加*/
.topics_banner_pin.topics_banner {
    margin-top: 64px;
    border-bottom: none;
    border: solid 2px #333333;
    background-color: #FFF;
}
.topics_banner_pin .topics_banner_li:nth-last-of-type(even){
    background-color: #FFF;
}
.topics_banner_pin .topics_banner_li:not(:last-child) {
    border-bottom: 1px solid #333;
}
.topics_banner_pin .topics_banner_li,
.topics_banner_pin .topics_banner_li:nth-last-of-type(even) {
    border-top: none;
    padding-left: 40px;
    background: url(../files/icon_pin.svg) no-repeat #FFF 24px center;
}
.topics_banner_pin + .topics_banner {
    margin-top: 64px;
}