body {
    color: #302d2c;
    letter-spacing: 0.01em;
}
body.fixed {
    overflow-y: hidden;
}
.section-wrapper {
    display: flex;
}
.gray-right-section {
    width: 68px;
    background: #858585;
}
.left-section-title {
    position: sticky;
    width: 165px;
    padding: 15px;
    color: #626366;
    font-family: "alternate-gothic-atf", sans-serif;
    top: 0;
    height: 165px;
    z-index: 4;
}
.left-section-title.non-sticky {
    position: relative !important;
}
.left-section-title h2,
.jap-title {
    position: absolute;
    top: 185px;
    padding: 0;
    margin: 0;
    transform: rotate(90deg);
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.left-section-title h2 {
    left: 0;
    font-size: 45px;
    width: inherit;
    text-align: left;
    font-family: 'alternate-gothic-atf','Yu Gothic';
}
.jap-title {
    display: none !important;
    font-size: 18px;
    top: 0;
    margin: 0;
    transform: rotate(0);
    position: relative;
    text-align: left;
    color: #373332;
}
.section-content {
    flex: 1;
    z-index: 999;
    background: #fff;
}
.section-content .section-inner {
    margin: 60px;
}
.section-content h2 {
    font-family: "Fira Sans Extra Condensed", sans-serif;
    font-size: 69px;
    font-weight: 500;
    margin-bottom: 30px;
}
.section-content p {
    font-family: "Fira Sans Extra Condensed", sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.page-front .section-content {
    border-left: 2px solid #ea6769;
}
#mission-wrapper .section-content {
    border-top: solid 2px #ea6769;
}
#mission-wrapper .section-content .section-inner {
    margin: 120px 60px 30px;
}
#mission-wrapper #mission-content {
    max-width: 800px;
    margin: 0 auto;
}
#mission-wrapper .stats-wrapper {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin: 120px 7px 60px;
}
#mission-wrapper .stats-wrapper .stats-col {
    text-align: center;
    background-color: #f2f2f2;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    aspect-ratio: 1 / 1;
}
#mission-wrapper .stats-wrapper .stats-col.stats-red {
    background-color: #ea67691a;
}
.stats-red-text {
    color: #ea6769;
    font-family: 'alternate-gothic-atf';
    font-weight: 500;
    font-size: 24px;
}
.stats-black-text {
    font-family: 'alternate-gothic-atf';
    font-weight: 500;
    font-size: 101px;
}
.stats-black-text.boston {
    margin-bottom: -5px;
    line-height: initial;
}
.stats-black-text.japan {
    margin-top: -25px;
}
.stats-black-text.japan,
.stats-black-text.boston {
    font-size: 85px;
}
.macos .stats-black-text.japan,
.macos .stats-black-text.boston {
    font-size: 85px;
    line-height: 85px;
	margin-top: -10px;
}
.macos .stats-black-text.boston {
    margin-bottom: 5px;
}
.macos .stats-red-text.and {
    line-height: 24px;
}
#programs-wrapper .left-section-title {
    height: 200px;
}
.programs-logo-wrapper {
    display: flex;
    height: 370px;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}
.programs-logo-wrapper > a {
    width: 22%;
    height: auto;
    padding: 60px 0px;
    text-align: center;
    outline: none;
}
.programs-logo-wrapper > a > img {
    width: 90%;
    height: auto;
    transition: all .5s;
}
.programs-logo-wrapper > a:hover > img {
    width: 100%;
    max-width: 100% !important;
}
.programs-logo-wrapper #programs-jwli img {
    max-width: 161px;
}
.programs-logo-wrapper #programs-ccja img {
    max-width: 165px;
}
.programs-logo-wrapper #programs-bootcamp img {
    max-width: 156px;
}
.programs-logo-wrapper #programs-scholarship img {
    max-width: 218px;
}
.history-video-wrapper {
    background-color: #f2f2f2;
    padding: min(6.9vw, 100px) min(1vw, 60px);
    text-align: center;
}
.history-video-wrapper iframe {
    width: 80%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
}
.page-front .news-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.page-front .news-img-wrapper {
    display: inline-block;
    width: 278px;
    min-height: 170px;
}
.page-front a.news-img {
    width: 100%;
    height: 100%;
}
.page-front .news-content-wrapper {
    width: 65%;
    min-height: 170px;
}
.page-front .news-content {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 表示する行数を指定 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 省略記号を表示 */
    white-space: normal;
    width: 100%;
}
.section-content .news-list-wrapper {
    overflow: hidden;
    margin: 60px 120px;
}
a.news-img {
    width: 100%;
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s;
    outline: none;
}
a.news-img:hover {
    transform: scale(1.2);
}
.news-item {
    position: relative;
    overflow: hidden;
    margin: 25px 0;
    float: left;
    width: 100%;
}
.news-img-wrapper {
    float: left;
    width: 30%;
    overflow: hidden;
}
.news-content-wrapper {
    float: left;
    width: 70%;
    padding: 0 30px;
    font-family: "Fira Sans Extra Condensed", sans-serif;
}
.news-cat {
    display: inline-block;
    width: 140px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    width: 140px;
    font-size: 13px;
}
.news-cat.cat-fellowship {
    background-color: #ea6769;
}
.news-cat.cat-ccja {
    background-color: #71b2d3;
}
.news-cat.cat-bootcamp {
    background-color: #f1a24d;
}
.news-cat.cat-scholarship {
    background-color: #a18ab6;
}
.news-cat.cat-alumni {
    background-color: #7a7a7a;
}
.news-date {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}
.news-title:hover {
    text-decoration: none;
    outline: none;
}
.news-title h4 {
    font-family: "Fira Sans Extra Condensed", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0px;
    line-height: 30px;
    outline: none;
    color: #302d2c;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 表示する行数を指定 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 省略記号を表示 */
    white-space: normal;
    width: 100%;
}
.news-content {
    font-family: "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 28px;
}
a.see-more-btn {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 24px;
    color: #ea6769;
    margin: 60px 0 120px 0;
    outline: none;
    letter-spacing: 2px;
}
a.see-more-btn:hover {
    text-decoration: none;
}
.page-front a.see-more-btn {
    margin-bottom: 20px;
}
#alumni-wrapper a.see-more-btn {
    margin: 60px 0 20px 0;
}
.mouseover-underline {
    display: inline-block;
    width: 54px;
    max-width: 110px;
    height: 1px;
    background-color: #858585;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: width 1s;
}
a.see-more-btn:hover .mouseover-underline {
    width: 100%;
    max-width: 110px;
}
.alumni-content-wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 30px 0 30px 30px;
    background-color: #e5e5e5;
    align-items: center;
}
.alumni-img {
    width: 50%;
}
.alumni-img img {
    width: 100%;
    height: auto;
}
.alumni-content {
    float: left;
    width: 50%;
    text-align: center;
    padding: min(1vw, 60px) 60px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#alumni-wrapper .section-content {
    padding: 15px;
}
.alumni-content > p.alumni-en {
    font-size: 20px;
    line-height: 30px;
}
.alumni-content > p.alumni-jp {
    font-size: 14px;
    line-height: 27px;
}
.newsletter-wrapper {
    overflow: hidden;
    padding: 60px 30px;
    text-align: center;
}
.newsletter-inner-wrapper {
    border: 2px solid #302d2c;
    padding: 60px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.newsletter-inner-wrapper h3 {
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 48px;
    width: inherit;
    color: rgb(109, 110, 113);
    line-height: normal;
    margin: 0 0 20px;
}
#newsletter-wrapper form input {
    padding: 10px 30px;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 24px;
    outline: none;
    border-color: #302d2c;
    border-style: solid;
    border-width: 2px;
}
#newsletter-wrapper form input[name="jwli-email"] {
    float: left;
    width: 75%;
    border-right: 0;
}
#newsletter-wrapper form input[type="submit"] {
    background: #ea6769;
    color: #fff;
    float: right;
    width: 25%;
    border-left: 0;
}
#newsletter-wrapper form input[name="First"],
#newsletter-wrapper form input[name="Last"] {
    float: left;
    width: 100%;
}
#newsletter-wrapper .wpcf7-spinner {
    display: none;
}
#newsletter-email {
    margin-bottom: 30px;
}


@media screen and (min-width: 1200px) {
    .programs-logo-wrapper #programs-jwli:hover img {
        max-width: 193px !important;
    }
    .programs-logo-wrapper #programs-ccja:hover img {
        max-width: 198px !important;
    }
    .programs-logo-wrapper #programs-bootcamp:hover img {
        max-width: 187px !important;
    }
    .programs-logo-wrapper #programs-scholarship:hover img {
        max-width: 245px !important;
    }
}

@media screen and (max-width: 1300px) {
    .alumni-content-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        padding: 60px;
    }
    .alumni-img, .alumni-content {
        width: 100%;
    }
    .alumni-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}


@media screen and (max-width: 1200px) {
    #mission-wrapper .stats-wrapper .stats-col {
        padding: 30px;
    }
    .stats-black-text {
        font-size: 71px;
    }
    .stats-red-text {
        font-size: 18px;
    }
    .stats-black-text.japan, .stats-black-text.boston {
        font-size: 65px;
    }
}

@media screen and (max-width: 768px) {
    .left-section-title h2, .jap-title {
        writing-mode: vertical-rl;
        text-orientation: sideways;
        transform: none;
    }
    .left-section-title {
        width: 10%;
        max-width: 65px;
        height: max-content !important;
        padding-top: 0;
        margin-bottom: 0;
    }
    .left-section-title h2,
    .jap-title {
        top: 0;
        font-size: 24px;
        width: max-content;
        display: inline-flex;
    }
    .left-section-title h2 {
        top: 20px;
        position: relative;
        left: 0;
        width: initial;
        font-size: 21px;
        transform: none;
    }
    #mission-wrapper .stats-wrapper {
        margin-top: 60px
    }
    #about-wrapper .left-section-title h2 {
        top: 50px;
        width: initial;
        font-size: 21px;
        font-family: 'alternate-gothic-atf';
    }
    .jap-title {
        top: unset;
        margin-left: 15px;
        margin-top: 7px;
        font-size: 10px;
    }
    .section-wrapper {
        margin-bottom: 30px;
    }
    .section-content {
        width: 80%;
        border: 0 !important;
    }
    .section-content h2 {
        font-family: "Fira Sans Extra Condensed", sans-serif;
        font-size: 43px;
    }
    .section-content .section-inner {
        margin-right: 15px;
        margin-left: 15px;
    }
    #mission-wrapper {
        margin-bottom: 0;
    }
    #mission-wrapper .left-section-title {
        margin-top: 55px;
    }
    #mission-wrapper .left-section-title h2 {
        top: 0;
        display: inline-block;
        width: auto;
        left: -2px;
    }
    #mission-wrapper #mission-content {
        text-align: left;
    }
    #mission-wrapper #mission-content h2 {
        font-size: 40px;
    }
    #mission-wrapper #mission-content p {
        font-size: 16px;
    }
    #mission-wrapper #mission-content p.yugoth-medium {
        font-size: 14px !important;
    }
    #mission-wrapper .stats-wrapper {
        flex-direction: column;
        margin-bottom: 0;
    }
    #mission-wrapper .stats-wrapper .stats-col {
        width: 95%;
        height: 220px;
        margin-bottom: 15px;
    }
    #mission-wrapper .section-content .section-inner {
        margin: 60px 30px;
    }
    #programs-wrapper .left-section-title {
        padding-top: 30px;
        margin-bottom: 0;
    }
    #programs-wrapper .left-section-title h2 {
        top: 0;
        display: inline-block;
        width: auto;
        left: -2px;
    }
    .programs-logo-wrapper {
        flex-direction: row;
        align-content: flex-start;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        min-height: 220px;
        height: auto;
        padding: 60px 0 30px;
    }
    .programs-logo-wrapper > a {
        width: 50%;
        max-width: 50% !important;
        padding: 15px;
        margin-bottom: 30px;
    }
    .programs-logo-wrapper > a:hover > img {
        width: 100%;
    }
    .programs-logo-wrapper > a > img {
        width: 80%;
    }
    .programs-logo-wrapper #programs-scholarship {
        padding: 15px 0;
    }
    .programs-logo-wrapper #programs-scholarship img {
        width: 36vw;
        margin-left: -20px;
    }
    .programs-logo-wrapper #programs-scholarship:hover img {
        width: 100%;
    }
    .news-img-wrapper {
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 15px;
    }
    .news-content-wrapper {
        width: 100%;
        padding: 0;
    }
    #alumni-wrapper .left-section-title {
        padding-top: 30px;
        margin-bottom: 0;
    }
    #alumni-wrapper .left-section-title h2 {
        top: 0;
        display: inline-block;
        width: auto;
        left: -2px;
    }
    #alumni-wrapper .section-content {
        padding-top: 0;
    }
    .alumni-content-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        padding: 15px;
    }
    .alumni-img,
    .alumni-content {
        width: 100%;
    }
    .alumni-content {
        padding: 30px 0 10px;
        text-align: left;
    }
    .alumni-content > p.alumni-en {
        font-size: 16px;
        line-height: 23px;
    }
    .alumni-content > p.alumni-jp {
        line-height: 24px;
    }
    #history-wrapper .left-section-title {
        padding-top: 30px;
        margin-bottom: 0;
    }
    #history-wrapper .left-section-title h2 {
        top: 0;
        display: inline-block;
        width: auto;
        left: -2px;
    }
    .history-video-wrapper {
        padding: 40px 0;
    }
    .history-video-wrapper iframe {
        width: 100%;
    }
    a.see-more-btn {
        font-size: 20px;
        margin: 30px 0;
    }
    #news-wrapper {
        margin-bottom: 15px;
    }
    #news-wrapper .left-section-title {
        padding-top: 33px;
        margin-bottom: 0;
    }
    #news-wrapper .left-section-title h2 {
        top: 0;
        display: inline-block;
        width: auto;
        left: -2px;
    }
    .newsletter-wrapper {
        padding: 30px 15px 40px;
    }
    .newsletter-inner-wrapper {
        padding: 30px 15px;
        border-width: 1px;
    }
    .newsletter-inner-wrapper h3 {
        font-size: 25px;
    }
    .newsletter-inner-wrapper p {
        font-family: "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size: 12px !important;
        margin-bottom: 30px;
    }
    #newsletter-wrapper form input {
        font-size: 13px;
        padding: 10px;
        border-radius: 0;
        -webkit-appearance: none;
        border-width: 1px;
    }
    #newsletter-wrapper form input[name="jwli-email"] {
        width: 75%;
    }
    #newsletter-wrapper form input[type="submit"] {
        width: 25%;
        padding: 10px;
    }
    #newsletter-wrapper form .wpcf7-spinner {
        display: none;
    }
    #newsletter-wrapper form .newsletter-inner-wrapper .col-xs-12 {
        margin-bottom: 15px;
    }
    .section-content p {
        font-size: 18px;
    }
    .stats-red-text {
        font-size: 20px;
    }
    .stats-black-text {
        font-size: 84px;
        line-height: normal;
    }
    .stats-black-text.japan, .stats-black-text.boston {
        font-size: 64px;
        line-height: 64px;
    }
    .macos .stats-black-text.japan, .macos .stats-black-text.boston {
        font-size: 64px;
        line-height: 64px;
    }
    .macos .stats-black-text.boston {
        margin-bottom: 4px;
    }
    .news-item:last-of-type {
        /* display: none; */
    }
    .news-cat,
    .news-date {
        font-size: 13px;
    }
    .news-title h4 {
        font-size: 18px;
        margin: 15px 0;
    }
    .news-content {
        font-size: 14px;
    }
    #newsletter-email {
        margin-bottom: 5px;
    }
    .page-front .news-item {
        display: flex;
        flex-direction: column;
    }
    .page-front .news-img-wrapper,
    .page-front .news-content-wrapper {
        width: 100%;
    }
    .page-front .news-img-wrapper {
        height: 250px;
    }
    .page-front #news-wrapper .section-inner {
        margin-top: 0;
        margin-bottom: 0;
    }
    #alumni-wrapper #alumni-slider .dot {
        width: 10px;
        height: 10px;
    }
    #alumni-wrapper #alumni-slider .dot.active {
        width: 15px;
        height: 15px;
    }
}

.post-type-archive-news .news-page #news-wrapper .left-section-title.fixedPos {
    z-index: 999999;
}
.post-type-archive-news .news-page #news-wrapper .left-section-title.fixedPos h2 {
    position: fixed;
    top: 190px;
}
