/* リンクアイコン */
/* 丸の中に>が入ったアイコン */
.ver2023-right-angle-link::before {
    background-color: gray;
    border-radius: 50%;
    color: whitesmoke;
    content: '\f105';
    display: inline-block;
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 2em;
    justify-content: center;
    height: 2em;
    margin-right: 15px;
    text-align: center;
    min-width: 2em;
}

/* □から矢印が出たアイコン */
.ver2023-external-link::before {
    border-radius: 50%;
    content: "\f35d";
    display: inline-block;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 2em;
    justify-content: center;
    height: 2em;
    margin-right: 30px;
    text-align: center;
    min-width: 2em;
}

/* ページトップスクロールボタン */
.ver2023-goto-top {
    display: block;
    margin-left: auto;
    min-width: 110px;
    text-align: right;
}

.ver2023-goto-top::before {
    color: rgb(0, 75, 48);
    content: "▲";
    font-size: 16px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 50%;
    background: rgb(189, 189, 189);
    margin: 0px;
}

b, strong {
    font-weight: bold;
}

.content-wrapper {
    overflow: hidden;
}

/* Ditto記事用 */
.ditto-img {
    position: relative;
}

.ver2023-label-interview,
.ver2023-label-topix,
.ver2023-label-program,
.ver2023-label-other {
    margin: 0;
    padding: 0px 12px;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5em;
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    right: 0px;
}

.ver2023-label-interview {
    background-color: #F27405;
}

.ver2023-label-topix {
    background-color: #038C5A;
}

.ver2023-label-program {
    background-color: #2BD968;
}

.ver2023-label-other {
    background-color: gray;
}

.ver2023-education-tag {
    margin: 0 0 0 4px;
    padding: 0px 6px;
    border-radius: 4px;
    border: 2px solid gray;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5em;
    color: #363636;
}

.ver2023-education-tag:hover {
    color: gray;
}

/* カバー画像 */
#ver2023-mainvisual-img {
    width: 100%;
    max-height: 378px;
    object-fit: cover;
    position: relative;
    margin: 0;
}

#ver2023-story-mainvisual-img {
    width: 100%;
    max-height: 378px;
    object-fit: cover;
    position: relative;
    margin: 0;
}

#ver2023-story-mainvisual-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60vh;
    background-color: rgba(0, 75, 48, 0.8);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    object-fit: cover;
}

#ver2023-mainvisual-img img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    object-position: 0 43%;
}

#ver2023-mainvisual-img div {
    width: 100%;
    position: absolute;
    top: 10%;
    text-align: center;
    z-index: 4;
}

#ver2023-mainvisual-img h3 {
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
    margin-top: 2.5%;
    margin-bottom: 0;
    font-size: 4.5em;
    color: #005E3D;
    text-align: center;
}

#ver2023-mainvisual-img p {
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
    font-size: 2.0em;
    color: #005E3D;
    font-weight: 500;
    text-align: center;
}

#ver2023-story-mainvisual-img img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    object-position: 0 43%;
}

#ver2023-story-mainvisual-img div {
    width: 100%;
    position: absolute;
    top: 10%;
    text-align: center;
    z-index: 4;
}

#ver2023-story-mainvisual-img h3 {
    margin-top: 2.5%;
    margin-bottom: 1.1%;
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    font-family:YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", serif;
}

#ver2023-story-mainvisual-img p {
    font-size: 1.3em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", serif;
}

#ver2023-education-story {
    padding: 20px;
}

#ver2023-education-story img {
    max-height: 420px;
    object-fit: cover;
    object-position: 0 43%;
}

#ver2023-education-story h3 {
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
    color: #fff;
    font-size: 4.5em;
}

#ver2023-education-story-title {
    width: 100%;
    position: absolute;
    top: 34%;
    left: 17%;
}

#ver2023-education-story-sentence {
    position: absolute;
    top: 30%;
    right: 0%;
    width: 57%;
}

#ver2023-education-story-sentence p {
    width: 100%;
    background: #fff;
    margin-left: -20px;
    padding: 20px 0 20px 40px;
    font-size: 1.4em;
    font-weight: 500;
}

#ver2023-learning-program {
    background: linear-gradient(180deg, rgb(239, 239, 239), rgb(255, 255, 255));
    padding: 20px;
}

#ver2023-learning-program-title {
    width: auto;
    margin-bottom: 0;
}

#ver2023-learning-program-title p {
    width: 100%;
    margin: 0;
}

#ver2023-learning-program .card {
    background-color: #fff;
}

#ver2023-learning-program .card li p {
    width: auto;
    margin: 0;
    padding-left: 35px;
}

#ver2023-education-support img {
    max-height: 372px;
    object-fit: cover;
    object-position: 0 40%;
}

#ver2023-education-support-title {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 17%
}

#ver2023-education-support-title h3 {
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
    color: #fff;
    font-size: 4em;
    text-align: left;
}

#ver2023-education-support-sentence {
    position: absolute;
    top: 47%;
    right: 0%;
    width: 57%;
}

#ver2023-education-support-sentence p {
    background: #fff;
    padding: 20px 0 20px 33px;
    text-align: left;
    font-size: 1.4em;
    font-weight: 500;
}

#ver2023-education-improvement {
    background: linear-gradient(180deg, rgb(00, 75, 48), rgb(255, 255, 255));
    margin-right: -20px;
    margin-left: -20px;
    padding: 0;
}

.ver2023-placement-support-btn {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.ver2023-placement-theme-btn {
    background: linear-gradient(120deg, #005E3D 0%, #004B30 100%);
    box-shadow: 0px 2px 16px -6px #00000099;
    color: #fff;
    font-size: 1.4em;
    height: 70px;
    width: 400px;
    max-width: 100%;
}

.ver2021-itn-heading-area {
    margin: 3rem 0;
}


.ver2023-top-return-btn {
    background: linear-gradient(120deg, #ff7e47 0%, #ff7e47 100%);
    box-shadow: 0px 2px 16px -6px #00000099;
    color: #fff;
    font-size: 1.4em;
    height: 70px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.ver2023-education-article-header {
    text-align: center;
    font-size: 30px;
}

.ver2023-media-banner {
    display: flex;
    border-radius: 10px;
    height: 90px;
    width: calc(50% - 2rem);
    margin: 0 1rem 1.5rem 1rem;
}

.ver2023-media-banner-text {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    flex: 1 0;
}

.ver2023-media-banner-text h5 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.ver2023-tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ver2023-tab-wrap li {
    flex: 0 0 50%;
    margin: 0;
    padding: 11px 11px 11px 20px;
}

.ver2023-tab-wrap li a {
    text-decoration: none;
}

.ver2023-itn-right-angle-link {
    align-items: center;
    display: inline-flex;
    text-decoration: none !important;
}

.ver2023-link {
    background: #004830;
}

.ver2023-link:hover {
    opacity: 70%;
}


.topics_main_image {
    width: 100%;
}

.topics_main_image img {
    max-height: 400px;
    object-fit: cover;
    position: relative;
    margin: 0;
}


/* インタビュー用 */
#ver2023-interview {
    width: 80%;
    margin: auto;
    padding: 20px;
}

div#ver2023-interview-title {
    width: 80%;
    margin: 0 auto;
}

#ver2023-interview-title h1 {
    font-size: 2.5em;
    padding: 60px 10px 30px 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    border-bottom: solid 2px #000;
    margin-bottom: 30px;
    font-weight: bold;
}

#ver2023-interview-title img {
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 40px;
}

div#ver2023-interview-hero img {
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 60px;
}

.people-card {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 65%;
    margin: 0 auto;
    display: flex;
}

.ver2023-interview-people {
    width: 28%;
}

/* タイトルボックス */
#ver2023-interview-headline-box {
    padding: 40px;
    background-color: #f8f8f8;
    margin: 0 auto;
    margin-bottom: 70px;
    width: 63%;
}

#ver2023-interview-headline-box h3,
#ver2023-interview-headline-box h4,
#ver2023-interview-headline-box p {
    color: #222;
    text-align: left;
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#ver2023-interview-headline-box h3,
#ver2023-interview-headline-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 20px;
}

#ver2023-interview-peoples {
    padding: 2em;
    background-color: #f0fcec;
}

#ver2023-interview-peoples h3 {
    font-weight: 1000;
    font-size: 1.2em;
    margin-bottom: 2em;
    /* text-align: left; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#ver2023-interview-peoples .card {
    background-color: transparent;
    border: none;
}

.ver2023-interview-text-people {
    width: 18rem;
    max-width: 18rem;
}

.ver2023-interview-text-people img {
    height: 16rem;
    width: 16rem;
    border-radius: 50%;
    object-fit: cover;
}

.ver2023-interview-text-people-name {
    text-align: left;
    color: #222;
    font-size: 1rem;
    font-weight: 800;
}

p.ver2023-interview-people-name {
    width: 100%;
}

p.ver2023-interview-people-text {
    width: 100%;
}
}

.ver2023-interview-text-people-text {
    text-align: left;
    color: #222;
    font-size: 0.8rem;
    font-weight: 100;
}

.ver2023-interview-text {
    width: 80%;
}

.ver2023-interview-text img {
    margin-bottom: 5px;
}

.ver2023-interview-text h2,
.ver2023-interview-text h3,
.ver2023-interview-text p {
    width: 95%;
    color: #333;
    text-align: left;
    margin-bottom: 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.ver2023-interview-text h2 {
    font-size: 2rem;
    font-weight: 1000;
}

.ver2023-interview-text h3 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-left: 15px;
}

.ver2023-interview-text p {
    font-size: 1.0rem;
    font-weight: 100;
    padding-left: 40px;
}

#ver2023-interview-footer {
    color: #222;
    text-align: center;
    font-weight: 1000;
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* 文頭装飾 */
.ver2023-interview-text h3 {
    display: flex;
    align-items: center;
}

.ver2023-interview-text h3:before {
    border-top: 1px solid;
    content: "";
    width: 2em;
}

/* プログラム用 */
#ver2023-program {
    width: 80%;
    margin: auto;
    padding: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#ver2023-program img {
    display: block;
}

#ver2023-program-date {
    width: 100%;
    text-align: right;
    font-size: 1.3em;
}

#ver2023-program-tag {
    width: 100%;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.75em;
}

#ver2023-program h1 {
    width: 70%;
    text-align: left;
    font-size: 2.5em;
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
    font-weight: bold;
}
#ver2023-program-content,
#ver2023-program-name,
#ver2023-program-period,
#ver2023-program-overview,
#ver2023-program-html {
    /* padding: 20px; */
}

#ver2023-program-wrapper {
    padding: 20px 0;
    background-color: #eee;
}

#ver2023-program-name h3,
#ver2023-program-period h3,
#ver2023-program-overview h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

#ver2023-program-content p,
#ver2023-program-name p,
#ver2023-program-period p{
    font-size: 1.1rem;
}

#ver2023-program-name h3, #ver2023-program-period h3, #ver2023-program-overview h3 {
    font-size: 1.3em;
}


#ver2023-program-overview p{
    font-size: 1.0rem;
}

/* トピックス用 */
#ver2023-topics {
    width: 80%;
    margin: auto;
    padding: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#ver2023-topics-date {
    font-size: 1.75em;
}

#ver2023-topics h1 {
    width: 70%;
    font-size: 2.5em;
    text-align: left;

    padding-bottom: 10px;
    border-bottom: solid 2px #000;
}


/* ピア・サポート用 */
#ver2023-peer-support {
    /* font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif; */
    width: 80%;
    margin: auto;
    padding: 20px;
}

#ver2023-peer-support img {
    display: block;
}

#ver2023-peer-support-tag {
    font-size: 1.25em;
    width: 50%;
    text-align: left;
}

#ver2023-peer-support-date {
    width: 50%;
    text-align: right;
    font-size: 1.75em;
}

#ver2023-peer-support h1,
#ver2023-peer-support h2 {
    margin: auto;
    padding: 20px;
    font-size: 2.5em;
    text-align: left;
}

#ver2023-peer-support h3 {
    font-size: 2.0em;
    padding: 10px 40px;
    border-bottom: solid 1px #004b30;
}

#ver2023-peer-support p {
    font-size: 1.2em;
}

#ver2023-peer-support-content,
#ver2023-peer-support-html {
    /* padding: 20px; */
    word-break: break-all;
}


/* FD用 */
#ver2023-fd {
    /* font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif; */
    width: 80%;
    margin: auto;
    padding: 20px;
}

#ver2023-fd img {
    display: block;
}

#ver2023-fd-anchor {
    /* width: 100%; */
    display: table;
    border: solid 1px #000;
}

#ver2023-fd-anchor a {
    color: #04649c;
}

.ver2023-fd-anchor-link {
    border-left: solid 1px #000;
}

.ver2023-fd-anchor-link,
.ver2023-fd-anchor-link-first {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 12px;
    /* width: calc(20%); */
    text-align: center;
    /* font-size: 1.2em; */
}

#ver2023-fd-tag {
    font-size: 1.25em;
    width: 50%;
    text-align: left;
}

#ver2023-fd-date {
    width: 50%;
    text-align: right;
    font-size: 1.75em;
}

#ver2023-fd h1,
#ver2023-fd h2 {
    margin: auto;
    padding: 20px;
    font-size: 2.0em;
    font-weight: 800;
    text-align: left;
    border-bottom: solid 1px #004b30;
}

#ver2023-fd h3 {
    font-size: 2.0em;
    padding: 10px 40px;
    border-bottom: solid 1px #004b30;
}

#ver2023-fd p {
    font-weight: 500;
}

.ver2023-fd-content {
    /* padding: 20px; */
}


/* ポートフォリオ用 */
#ver2023-portfolio {
    /* font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif; */
    width: 80%;
    margin: auto;
    padding: 20px;
}

#ver2023-portfolio img {
    display: block;
    margin: auto;
}

#ver2023-portfolio-anchor {
    /* width: 100%; */
    display: table;
    border: solid 1px #000;
}

#ver2023-portfolio-anchor a {
    color: #04649c;
}

.ver2023-portfolio-anchor-link {
    border-left: solid 1px #000;
}

.ver2023-portfolio-anchor-link,
.ver2023-portfolio-anchor-link-first {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 12px;
    /* width: calc(20%); */
    text-align: center;
    /* font-size: 1.2em; */
}

#ver2023-portfolio h1,
#ver2023-portfolio h2 {
    font-size: 2.5em;
    text-align: left;
}

#ver2023-portfolio h3 {
    font-size: 2.0em;
    font-weight: bold;
    padding: 20px 40px;
    border-bottom: solid 1px #004b30;
}

#ver2023-portfolio h4 {
    font-size: 1.2em;
    color: #000;
    line-height: 32px;
}

#ver2023-portfolio p {
    /* font-weight: 500; */
    font-size: 1.2em;
}

#portfolio-pdca-text {
    font-size: 1.8em;
    line-height: 140%;
}

#ver2023-portfolio-html {
    padding: 20px;
    width: 80%;
}

/* 汎用テンプレート用 */
#ver2023-general {
    /* font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif; */
    padding: 20px;
    width: 80%;
    margin: auto;
}

#ver2023-general img {
    display: block;
}

#ver2023-general-tag {
    font-size: 1.25em;
    width: 50%;
    text-align: left;
}

#ver2023-general-anchor {
    /* width: 100%; */
    display: table;
    border: solid 1px #000;
}

#ver2023-general-anchor a {
    color: #04649c;
}

.ver2023-general-anchor-link {
    border-left: solid 1px #000;
}

.ver2023-general-anchor-link,
.ver2023-general-anchor-link-first {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 12px;
    /* width: calc(20%); */
    text-align: center;
    /* font-size: 1.2em; */
}

#ver2023-general h1,
#ver2023-general h2 {
    margin: auto;
    padding: 20px;
    font-size: 2.0em;
    font-weight: 800;
    text-align: left;
    border-bottom: solid 1px #004b30;
}

#ver2023-general h3 {
    font-size: 2.0em;
    padding: 10px 40px;
}

#ver2023-general p {
    font-size: 1.2em;
}

.ver2023-general-content {
    /* padding: 20px; */
}

/* 教育改善用 */
#ver2023-kaizen {
    /* font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "HGS明朝B", "ＭＳ Ｐ明朝", serif; */
    padding: 20px;
    width: 80%;
    margin: auto;
    word-break: break-all;
}

#ver2023-kaizen img {
    display: block;
}

#ver2023-kaizen-tag {
    font-size: 1.25em;
    width: 50%;
    text-align: left;
}

#ver2023-kaizen-anchor {
    width: 90%;
    display: table;
    border: solid 1px #000;
    margin: 0 auto;
}

#ver2023-kaizen-anchor a {
    color: #04649c;
}

.ver2023-kaizen-anchor-link {
    border-left: solid 1px #000;
}

.ver2023-kaizen-anchor-link,
.ver2023-kaizen-anchor-link-first {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 12px;
    /* width: calc(20%); */
    text-align: center;
    /* font-size: 1.2em; */
}

#ver2023-kaizen-date {
    width: 50%;
    text-align: right;
    font-size: 1.75em;
}

#ver2023-kaizen h1,
#ver2023-kaizen h2 {
    margin: auto;
    padding: 20px;
    font-size: 2.0em;
    font-weight: 800;
    text-align: left;
    border-bottom: solid 1px #004b30;
}

#ver2023-kaizen h3 {
    font-size: 2.0em;
    font-weight: 800;
    padding: 10px 40px;
    border-bottom: solid 1px #004b30;
}

#ver2023-kaizen p {
    font-size: 1.2em;
}

.ver2023-kaizen-content {
    /* padding: 20px; */
}

.mt-education {
    margin-top: 0em;
}

.ver2023-breadcrumb-container {
    width: 69%;
    margin: 0 auto;
}

.education_story_whole {
    width: 100%;
    z-index: 4;
    position: relative;
    padding-top: 1px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,252,243,1) 73%, rgba(245,252,243,1) 100%);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

p.topic_content {
    width: 900px;
    margin: 30px auto;
}

.ver2023-kaizen-content-small {
    padding: 20px;
}

.ver2023-kaizen-content-small p {
    word-break: break-all;
}

.google_slide {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.google_slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%;
    height: 100%;
    right: 0;
    margin: 0 auto;
}

.education_order img {
    width: 100%;
}

.page_anchor_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.person_circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
}

h3.program_txt_contents {
    font-size: 1.3em;
    font-weight: 500;
    margin: 30px 0 10px;
}

.news-event__summary {
    font-size: 1.1em;
    font-weight: 600;
}

.image_caption {
    margin-bottom: 35px;
    text-align: left;
    font-size: 0.9em;
}

.education_youtube {
    width: 70%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.education_youtube iframe {
    width: 100%;
    height: 100%;
}


@media (max-width: 767.98px) {
    #ver2023-mainvisual-img h3 {
        font-size: 2.5em;
    }

    #ver2023-mainvisual-img p {
        font-size: 1.3em;
    }

    #ver2023-mainvisual-img div {
    top: -10%;
    background: rgba(255,255,255,0.6);
    }

    #ver2023-education-story-sentence {
        top: 64%;
        width: 90%;
    }

    #ver2023-education-story-sentence p {
        padding: 20px 20px 20px 20px;
    }

    #ver2023-education-story-title {
        top: 51%;
        left: 0;
        text-align: center;
        right: 0;
    }

    #ver2023-education-story h3 {
        font-size: 2.8em;
        background: rgba(0,94,61, 0.5);
        width: 89%;
        margin: 0 auto;
    }

    .ver2023-placement-support-btn {
        top: 195px;
    }

    .education_top_story {
        margin-top: 170px;
    }

    .education_top_story {
        width: 96%;
    }

    #ver2023-education-support-sentence {
        top: 98%;
        width: 100%;
    }

    #ver2023-education-support-sentence p {
        padding: 20px 20px 20px 20px;
    }

    .mt-education {
        margin-top: 12em;
    }

    #ver2023-education-support-title {
        width: 45%;
        top: 27%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .ver2023-media-banner {
        width: calc(100% - 0rem);
    }

    #ver2023-education-support-title h3 {
        font-size: 2.8em;
    }

    .education_story_whole {
        margin-top: -30px;
    }

    #ver2023-story-mainvisual-img p {
        font-size: 1.1em;
    }

    #ver2023-story-mainvisual-img h3 {
        font-size: 2.5em;
    }

    #ver2023-interview {
        width: 100%;
    }

    .ver2023-interview-text {
        width: 100%;
    }

    .ver2023-interview-text h2,
    .ver2023-interview-text h3,
    .ver2023-interview-text p {
        width: 100%;
    }

    .ver2023-interview-text p {
        padding-left: 0;
    }

    #ver2023-interview-title h1 {
        padding: 20px 0;
    }

    #ver2023-program {
        width: 100%;
    }

    #ver2023-program-content {
        padding: 20px 0;
        width: 100%;
        word-break: break-all;
    }

    #ver2023-program-html {
        padding: 20px 0;
        width: 100%;
    }

    div#ver2023-program-html table {
        width: 100%;
    }

    #ver2023-topics {
        width: 100%;
    }

    #ver2023-peer-support {
        width: 100%;
        padding: 20px 0;
    }

    #ver2023-portfolio {
        width: 100%;
        padding: 20px;
    }

    #ver2023-kaizen {
        padding: 20px 0;
        width: 100%;
    }

    #ver2023-kaizen-anchor {
        display: block;
    }

    .ver2023-kaizen-content-small {
        padding: 20px 0;
    }

    #ver2023-kaizen h3 {
        padding: 10px 20px;
    }

    .ver2023-kaizen-anchor-link,
    .ver2023-kaizen-anchor-link-first {
        display: inline-block;
    }

    .ver2023-kaizen-anchor-link {
        border-left: none;
    }

    #ver2023-fd {
        width: 100%;
        padding: 20px 0;
    }

    #ver2023-fd h3 {
        padding: 10px 5px;
    }

    #ver2023-fd-anchor {
        display: grid;
    }

    .ver2023-fd-anchor-link {
        border-left: none;
    }

    p.topic_content {
        width: 100%;
        word-break: break-all;
    }

    #ver2023-general {
        width: 100%;
    }

    /*.ver2023-general-content {
        padding: 20px 0;
    } */

    #ver2023-portfolio h3 {
        padding: 20px 5px;
    }

    .ver2023-general-anchor-link {
        border-left: none;
    }

    .page_anchor_title {
        display: grid;
    }

    .person_circle {
        width: 100%;
        padding-bottom: 100%;
        margin: 0 auto;
    }

    .ver2023-interview-people {
        width: 100%;
        margin-bottom: 60px;
    }

    .topics_main_image img {
    max-height: 170px;
}

.ver2023-top-return-btn {
    width: 76%;
}

#ver2023-general-anchor {
    display: grid;
}

#ver2023-program-content p, #ver2023-program-name p, #ver2023-program-period p {
    font-size: 1.1rem;
}

#ver2023-program h1 {
    font-size: 1.8em;
 }

#ver2023-program-date {
    font-size: 1.3em;
}

#ver2023-program-name h3, #ver2023-program-period h3, #ver2023-program-overview h3 {
    font-size: 1.3rem;
}

.ver2023-top-return-btn {
    font-size: 1.2em;
}

#ver2023-interview-title h1 {
    font-size: 1.8em;
}

.ver2023-interview-text h2 {
    font-size: 1.8rem;
}

#ver2023-topics-date {
    font-size: 1.3em;
}

#ver2023-topics h1 {
    font-size: 1.8em;
}

.education_top_story .volunteer-news-list--index li:nth-of-type(3) {
    display: none;
}

#ver2023-interview-headline-box {
    width: 91%;
}

.education_youtube {
    width: 100%;
}


}