﻿html {
    scroll-padding-top: 150px;
}

body {
    margin: 0;
    padding: 0;
    background-image:url('../img/bg.png');
}

#header {
    background: #fff;
}

.header-container {
	background-color: #fff;
    text-align: left;
    padding: 10px 63px;
}

.header-logo {
    display: inline-block;
}

#ever-green-pege {
    position: relative;
}

.evergreen-parts_01 {
    position: absolute;
    top: 10.3vw;
    left: 11vw;
    width: 6vw;
    height: 5.5vw;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate
}

.evergreen-parts_02 {
    position: absolute;
    width: 5.8vw;
    height: 5.5vw;
    top: 22vw;
    left: 4vw;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate
}

.evergreen-parts_03 {
    position: absolute;
    width: 11vw;
    height: 5.5vw;
    top: 21.5vw;
    left: 14.7vw;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate
}

.evergreen-parts_04 {
    position: absolute;
    width: 5.8vw;
    height: 5.5vw;
    top: 15vw;
    right: 15.5vw;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate
}

.evergreen-parts_05 {
    position: absolute;
    width: 5.9vw;
    height: 5.5vw;
    top: 4vw;
    right: 23vw;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate
}

.evergreen-parts_06 {
    position: absolute;
    width: 10.8vw;
    height: 5.5vw;
    top: 20.5vw;
    right: 4vw;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate
}

.evergreen-parts_07 {
    position: absolute;
    top: 8vw;
    right: 1.5vw;
    width: 7.2vw;
    height: 5.5vw;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

.ever-green-bg {
    background-image: url("../img/evergreen_pc.png");
    width: 100%;
    height: auto;
    background-size: auto;
    background-position: center top 0;
}

#ever-green-content {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 80px;
}

.ever-green_subtl {
    font-size: 26px;
    line-height: 43px;
    letter-spacing: .15em;
    font-family: "shippori-mincho", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #063;
    text-align: center;
    border-top: 5px solid transparent;
    border-image-source: url(../img/border-x.png);
    border-image-slice: 10;
    border-image-repeat: round;
    width: max-content;
    margin: 40px auto;
    border-bottom: 5px solid transparent;
    padding: 10px 0
}

.ever-green_lead {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #063
}

.ever-green_annotation {
    margin: 55px 0;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 39px;
    text-align: right;
    color: #063
}

.mgl {
    margin-left: 80px;
}

.ever-green_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
}

.ever-green_box-w {
    width: calc(100%/4 - 48px);
    position: relative;
}

::-webkit-full-page-media,
:future,
:root .ever-green_box-w {
    display: grid;
}

.ever-green_box-w img {
    width: 100px;
    position: absolute;
    top: -25px;
    left: 0;
}

.ever-green_box {
    background-color: #fff;
    text-align: left;
    border: 5px solid transparent;
    border-image-source: url(../img/border_box.png);
    border-image-slice: 10;
    height: 100%;
}

.ever-green_box img {
    padding: 15px;
}

.ever-green_box .company {
    padding: 0 15px;
    font-size: 13px;
    line-height: 18px;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ever-green_box .name {
    padding: 0 15px;
    color: #633;
    font-size: 18px;
    line-height: 32px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ever-green_box .graduate {
    padding: 0 15px;
    font-size: 13px;
    line-height: 26px;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
}







#ever-green-single_content {
    max-width: 1345px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 105px;
}

.ever-green-single-bg {
    background-image: url("../img/evergreen-single_pc.png");
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center top 0;
}

.ever-green_tl {
    padding-top: 180px;
    text-align: center;
}

.ever-green_tl img {
    height: 50px;
}

.article_tl {
    font-size: 30px;
    line-height: 40px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #005142;
    margin-top: 90px;
    border-bottom: 5px solid transparent;
    border-image-source: url("../img/border-x_green.png");
    border-image-slice: 10;
    padding-bottom: 15px;
    width: max-content;
    margin: 50px auto 0;
}

#ever-green-single_content .ever-green_subtl {
    font-size: 26px;
    line-height: 43px;
    letter-spacing: .15em;
    font-family: shippori-mincho, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #063;
    text-align: center;
    border-top: 5px solid transparent;
    border-image-source: url("../img/border-x.png");
    border-image-slice: 10;
    border-image-repeat: round;
    width: 360px;
    margin: 20px auto;
    border-bottom: 5px solid transparent;
    padding: 10px 0;
}

.article_name {
    margin-top: 30px;
    text-align: center;
}

.article_name p {
    font-size: 21px;
    line-height: 40px;
    color: #005142;
    font-family: shippori-mincho, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.creation_box {
    display: flex;
    gap: 70px;
    align-items: flex-end;
    max-width: 1145px;
    margin: 75px auto 70px;
}

.creation_pic {
    width: 100%;
    background-color: #300;
    height: 450px;
    text-align: center;
    max-width: 550px;
    position: relative;
}

.creation_pic img {
    max-width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-fill-available;
    width: -moz-available;
}

.creation_info {
    width: 100%;
    max-width: 526px;
}

.double {
    border-bottom: 5px solid transparent;
    border-image-source: url("../img/double_line.png");
    border-image-slice: 10;
    margin-bottom: 10px;
    width: max-content;
}

.creation,
.creation_link {
    font-size: 18px;
    line-height: 27px;
    color: #063;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.creation_link a{
    text-decoration: underline!important;
}

.creation_link em{
    font-style: italic;
}

.Synopsis {
    margin: 30px 0 40px;
    font-size: 19px;
    line-height: 33px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #063;
}

.speech_balloon_01 {
    max-width: 1250px;
    margin: 70px auto 0;
}

.speech_balloon_01 img {
    max-width: 730px;
    max-height: 102px;
}

.year_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.year_box_number {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 423px;
    order: -1;
    margin-right: 40px;
}

.year_box::before {
    height: 270px;
    content: "";
    display: block;
    border: 1px solid transparent;
    border-image-source: url("../img/year_box_border_y.png");
    border-image-slice: 5;
}

.year_box_number p {
    width: calc(100%/2);
    font-size: 108px;
    line-height: 176px;
    font-family: "miller-banner", serif;
    font-weight: 400;
    color: #063;
    font-style: normal;
    padding: 0 48px;
}

.year_box_text {
    max-width: 860px;
    margin-left: 30px;
    width: calc(100% - 100px);
}

.year_box_text p {
    font-weight: 400;
    font-style: normal;
    color: #063;
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    font-family:'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}

.speech_balloon_02 {
    max-width: 1250px;
    margin: 45px auto 0;
}

.speech_balloon_02 img {
    max-width: 365px;
    max-height: 102px;
}

.speech_balloon_text {
    max-width: 1180px;
    margin: 0 auto;
}

.speech_balloon_text p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    color: #063;
}

.speech_balloon_03 {
    max-width: 1250px;
    margin: 55px auto 0;
}

.speech_balloon_03 img {
    max-width: 400px;
    max-height: 108px;
}

.article_porf_area {
    display: flex;
    max-width: 1195px;
    margin: 90px auto 0;
    padding: 30px;
    background-color: #fff;
    border: 5px solid transparent;
    border-image-source: url("../img/prof_border_box.png");
    border-image-slice: 10;
    gap: 40px;
    align-items: stretch;
}

img.article_porf_pic_top {
    max-width: 500px;
    width: max-content;
}

img.article_porf_pic {
    max-width: 500px;
    width: -webkit-fill-available;
    width: -moz-available;
    position: inherit;
    object-fit: contain;
}

.hover-image {
    width: 242px!important;
    height: auto;
    margin: 0 auto;
    position: inherit!important;
    object-fit: contain;
}

.article_por_box {
    width: -webkit-fill-available;
    width: -moz-available;
}

.article_porf_info {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.article_porf_company,
.article_porf_graduate {
    font-size: 18px;
    line-height: 32px;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.article_porf_name {
    font-size: 25px;
    line-height: 55px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.recommend {
    margin-left: auto;
}

.recommend_sp {
    margin-bottom: 20px;
    text-align: center;
}

.recommend img {
    margin-bottom: 5px;
}

.article_porf_text {
    padding-top: 10px;
    font-size: 19px;
    line-height: 33px;
    text-align: justify;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-top: 10px solid transparent;
    border-image-source: url("../img/prof_border_x.png");
    border-image-slice: 10;
}

.article_porf_link {
    padding-top: 15px;
    font-size: 18px;
    line-height: 40px;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.evergreen_another_area {
    max-width: 1195px;
    margin: 120px auto 0;
}

.evergreen_another_box {
    display: flex;
    justify-content: space-between;
    border-image-source: url("../img/border-x.png");
    border-image-slice: 10;
    border-image-repeat: round;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    padding: 40px 0;
    width: calc(100% - 20px);
}

.evergreen_another_box::before {
    height: auto;
    content: "";
    display: block;
    border: 1px solid transparent;
    border-image-source: url("../img/year_box_border_y.png");
    border-image-slice: 5;
}

.evergreen_another_l {
    display: flex;
    align-items: center;
    gap: 25px;
    order: -1;
    justify-content: flex-start;
    width: 50%;
}

.evergreen_another_l img {
    width: 10%;
}

.evergreen_tab {
    display: contents;
}

.evergreen_another_r {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: flex-end;
    width: 50%;
}

.evergreen_another_r img {
    width: 10%;
    text-align: right;
}

.evergreen_another_pic img {
    width: 185px;
    height: auto;
}

.evergreen_another_company,
.evergreen_another_ggraduate {
    font-size: 18px;
    line-height: 40px;
    color: #063;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.evergreen_another_name {
    font-size: 25px;
    line-height: 35px;
    color: #063;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.evergreen_list {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    padding-top: 40px;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #063;
}

.evergreen_list a::after {
    content: url("../img/arrow_green.png");
    vertical-align: middle;
    padding-left: 15px;
}

footer {
    padding-top: 5px!important;
    padding-bottom: 10px!important;
    background-color: #f8f4f1!important;
    position: relative!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.top_link {
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.top_link img {
    width: 40px;
}

.footer_logo {
    width: 175px;
    margin: 0 auto;
    padding: 120px 0 96px;
}

.footer_logo img {
    width: 175px;
    height: 175px;
}

.footer-content {
    max-width: 1477px;
    margin: 0 auto;
}

.another_box {
    text-align: right;
}

.copyright {
    font-size: 17px;
    line-height: 20px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 15px;
}

.site-info ul.menu {
    padding-top: 55px;
    display: flex;
    flex-wrap: wrap;
}

.site-info li.menu-item {
    width: calc(100%/3 - 120px);
    font-size: 21px;
    line-height: 63px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.modal {
    max-width: 1300;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background-image: url("../img/modal_bg.png");
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 100px;
    z-index: 9999999;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal .close {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
    font-size: 20px;
}

.modal-content {
    max-width: 927px;
    margin: 0 auto;
}

.modal h3 {
    font-size: 31px;
    line-height: 43px;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 5px solid transparent;
    border-image-source: url("../img/modal_border.png");
    border-image-slice: 10;
    width: max-content;
}

.modal ul {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.modal li {
    border-radius: 50px;
    background-color: #fff;
    padding: 5px 15px;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: calc(100%/5 - 55px);
    text-align: center;
}

.modal li a {
    font-size: 31px;
    line-height: 44px;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.modal .genres {
    margin-top: 70px;
}

.image-hover:hover .article_porf_pic {
    display: none;
}

.image-hover:hover .hover-image {
    display: block!important;
}

.wp-block-image{
    display: block!important;
}

.wp-settings{
    font-feature-settings: "palt" 1;
    text-align: justify;
    word-break: break-all;
}

.miller-banner{
    font-family: miller-banne, serif;
}

.wp-settings_2{
    font-feature-settings: "palt" 1;
}

.has-text-align-right a::after {
    content: url("../img/arrow_g.png");
    vertical-align: middle;
    padding-left: 15px;
}

.circle_img figure img{
    border-radius: 50%!important;
}

.wp-block-circle_img-text{
    grid-template-columns: max-content;
    justify-content: end;
}

.pd0 .wp-block-media-text__content{
    padding: 0;
}

.wp-block_menu_select{
    font-size: 35px;
    line-height: 63px;
    font-family: miller-banne, serif;
    font-weight: 400;
    font-style: italic;
    color: #063;
    letter-spacing: .05em;
}

@media(max-width:768px) {
    .wp-block_menu_select{
        font-size: 23px!important;
        line-height: 37px!important;
        text-align: center;
    }
}

.wp-block-about-content{
    font-family: miller-banne, serif;
    font-weight: 400;
    font-style: italic;
    color: #063;
    letter-spacing: .05em;
    line-height: 63px;
    font-size: 60px;
    text-align: center;
}

@media(max-width:768px) {
   .wp-block-about-content{
    font-size: 30px!important;
    line-height: 48px!important;
   }
}

.wp-block-message_info_title{
    font-size: 24px;
    line-height: 38px;
    letter-spacing: .1em;
    font-feature-settings: "palt" 1;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px;
}

@media(max-width:768px) {
    .wp-block-message_info_title{
		margin-bottom: 20px;
}
}

.wp-block-message_text{
    word-break: break-all;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: .1em;
    font-feature-settings: "palt" 1;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 21px;
    text-align: justify;
}

@media(max-width:768px) {
    .wp-block-message_text{
    	font-size: 15px!important;
		line-height: 24px!important;
}
}

.wp-block-40-145{
    padding: 40px 0 145px 0;
}

@media(max-width:768px) {
    .wp-block-40-145{
    	padding: 20px 0 40px 0;
    }
}

.wp-block-pdb115{
    padding-bottom: 115px;
}

@media(max-width:768px) {
.wp-block-pdb115{
    padding-bottom: 40px;
}
}

.wp-block-pdt130{
    padding-top: 130px;
}

@media(max-width:768px) {
    .wp-block-pdt130{
        padding-top: 60px;
}
}

.wp-block-project_number {
    font-family: miller-banne, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 35px;
    line-height: 63px;
    letter-spacing: .05em;
    color: #fff;
}

@media(max-width:768px) {
    .wp-block-project_number{
		font-size: 25px!important;
		line-height: 40px!important;
}
}

.wp-block-project_info_title{
    font-size: 25px;
    line-height: 35px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.wp-block-project_info_text_small{
    word-break: break-all;
    font-size: 17px;
    line-height: 35px;
    font-feature-settings: "palt" 1;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    padding: 50px 0 0 0!important;
}

@media(max-width:768px) {
    .wp-block-project_info_text_small{
		font-size: 15px!important;
		line-height: 24px!important;
}
}

.wp-block-project_info_text{
    word-break: break-all;
    font-size: 17px;
    line-height: 35px;
    font-feature-settings: "palt" 1;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    padding: 50px 0 20px 0;
}

@media(max-width:768px) {
    .wp-block-project_info_text{
		font-size: 15px!important;
		line-height: 24px!important;
}
}

.wp-block-project_wrap_add{
    padding-bottom: 0!important;
}

.wp-block-about_tl{
    padding: 215px 0 0 0;
}

@media(max-width:768px) {
    .wp-block-about_tl{
		padding: 85px 0 0 0;
}
}

.wp-block-pdt35{
    padding-top: 35px;
    padding-bottom: 0;
    margin-top: 0!important;
}

.wp-block-mgb105{
    padding-bottom: 105px!important;
}

@media(max-width:768px) {
    .wp-block-mgb105{
		padding-bottom: 0!important;
	}
}

@media screen and (min-width:769px) and (max-width:1159px) {
    #check_input:checked~#menu_cont {
        left: 58%;
    }
    
    #event-content .all_box {
        width: calc(100%/2 - 43px);
    }
    
    #event-content .all_box img {
        width: 100%;
    }

    .ever-green_box-w {
        width: calc(100%/3 - 41px);
    }
    
    .article_porf_area {
        align-items: center;
    }
    
    .article_porf_info {
        display: block;
    }
    
    .recommend {
        width: 200px;
    }
    
    .article_por_box {
        width: calc(100%/2);
    }
    
    .evergreen_another_l,
    .evergreen_another_r {
        width: 50%;
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .evergreen_tab {
        display: contents;
    }
    
    .evergreen_another_pic img {
        width: 300px;
    }
    
    .evergreen_tab img {
        order: 3;
    }
    
    .modal li {
        width: calc(100%/3 - 20px);
    }
    
    .site-info ul.menu {
        padding: 50px;
        gap: 50px;
        display: flex;
        flex-wrap: wrap;
    }
    
    ul.school_list {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding: 50px;
    }
    
    .school_list li {
        font-size: 16px;
        font-family: shippori-mincho, sans-serif;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
    }
    
    .site-info li.menu-item {
        width: auto;
        font-size: 21px;
        line-height: 20px;
        font-family: shippori-mincho, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .copyright {
        text-align: center;
    }
    
    .evergreen_another_box::before {
        height: auto;
    }
    
    .evergreen_box_img {
        margin-bottom: 20px;
    }
    
    img.article_porf_pic_top {
        height: -webkit-fill-available;
        height: -moz-available;
        max-width: none;
    }
    
    .evergreen-parts_03,
    .evergreen-parts_06 {
        display: none;
    }
    
    .ever-green_tl img {
        width: 450px;
    }
    
    .ever-green_subtl {
        font-size: 30px;
    }
    
    .ever-green_lead {
        font-size: 22px;
    }
    
    .profimg img {
        width: 250px;
        height: 250px;
    }
    
    .donation_tl {
        font-size: 36px;
        padding: 60px 0 30px 0;
    }
    
    .donation_text {
        font-size: 18px;
        line-height: 36px;
        padding-bottom: 40px;
    }
    
    .donation_link {
        font-size: 21px;
    }
    
    #ever-green-single .ever-green_tl img {
        height: 50px;
        width: auto;
    }
    
    .creation_box {
        margin: 38px auto 0 auto;
    }
    
    img.article_porf_pic {
        max-width: 350px;
    }
    
    .article_porf_area_test {
        display: block;
        text-align: center;
    }
    
    .article_porf_area_test .article_por_box {
        width: 100%;
    }
    
    .article_porf_area_test img.article_porf_pic {
        max-width: none;
    }
    
    .ever-green-bg {
        background-image: url("../img/evergreen_pc.png");
        width: 100%;
        height: auto;
        background-size: auto;
        background-position: center top;
    }
}

@media(max-width:768px) {
	.header-container {
	    padding: 10px;
	    height: auto;
	}

    .header-logo{
		width: 70vw;
    }
    
    .header-logo img {
        width: 70vw;
        height: auto;
    }
    
    .ever-green-bg {
        background-image: url("../img/evergreen_sp.png");
        width: 100%;
        height: auto;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center top 0;
    }
    
    .ever-green_subtl {
        width: max-content;
        font-size: 21px;
        margin: 20px auto;
    }
    
    .ever-green_lead {
        font-size: 16px;
        line-height: 32px;
    }
    
    .ever-green_annotation {
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .mgl {
        margin-left: 0;
    }
    
    .ever-green_box-w {
        width: calc(100%/2 - 13px);
        margin-top: 25px;
    }
   
    .ever-green_flex {
        gap: 25px;
    }

    #ever-green-single_content {
        max-width: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
    
    .ever-green-single-bg {
        background-image: url("../img/evergreen-single_sp.png");
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center top 0;
    }
    
    .ever-green_tl {
        padding-top: 230px;
    }
    
    .ever-green_tl img {
        width: 250px;
        height: auto;
    }
    
    #ever-green-single_content .ever-green_subtl {
        width: 300px;
        font-size: 20px;
        margin: 10px auto 0 auto;
        padding: 0;
    }
    
    .article_tl {
        font-size: 20px;
        margin: 20px auto 0 auto;
        padding-bottom: 10px;
    }
    
    .creation_box {
        flex-direction: column;
        gap: 30px;
        margin: 30px auto 0 auto;
        max-width: none;
        align-items: center;
    }
    
    .creation,
    .creation_link {
        font-size: 20px;
    }
    
    .Synopsis {
        font-size: 16px;
        margin: 15px 0 20px;
    }
    
    .speech_balloon_01 img,
    .speech_balloon_02 img,
    .speech_balloon_03 img {
        max-width: none;
        max-height: none;
        width: 100%;
    }
    
    .year_box {
        flex-direction: column;
        align-items: flex-start
    }
    
    .year_box::before {
        display: none;
    }
    
    .year_box_number {
        width: 100%;
        max-width: none;
        justify-content: center;
        text-align: center;
		margin-right: 70px;
    }
    
    .year_box_number p {
        line-height: 150px;
    }
    
    .year_box_text {
        max-width: none;
        width: 100%;
        margin-left: 0;
        border-top: 5px solid transparent;
        border-image-source: url("../img/year_box_border_x_sp.png");
        border-image-slice: 20;
        padding-top: 20px;
    }
    
    .year_box_text p {
        font-size: 16px;
        line-height: 33px;
    }
    
    .speech_balloon_text p,
    .speech_balloon_text p {
        font-size: 16px;
        line-height: 33px;
    }
    
    .article_porf_area {
        display: block;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        max-width: none;
        align-items: center;
        gap: 20px;
        margin-top: 60px;
    }
    
    .recommend {
        margin-left: 0
    }
    
    .article_porf_pic {
        width: 100%!important;
    }
    
    .article_porf_info {
        display: block;
    }
    
    .evergreen_another_area {
        max-width: none;
        width: 100%;
        margin: 60px auto;
    }
    
    .evergreen_another_area h4 {
        text-align: center
    }
    
    .evergreen_another_box {
        display: block;
    }
    
    .evergreen_another_box::before {
        display: none;
    }
    
    .evergreen_another_l {
        display: block;
        text-align: center;
        padding: 0 25px 20px 25px;
        width: 100%;
    }
    
    .evergreen_another_r {
        display: block;
        text-align: center;
        padding: 40px 25px 0 25px;
        border-top: 5px solid transparent;
        border-image-source: url("../img/year_box_border_x_sp.png");
        border-image-slice: 20;
        width: 100%;
    }
    
    .evergreen_another_pic img {
        width: 100%;
        height: auto;
    }
    
    .evergreen_another_text {
        margin-top: 20px;
        text-align: left;
    }
    
    .evergreen_list {
        padding-top: 50px;
        font-size: 21px;
    }
    
    .page-template-page-evergreen footer {
        padding-bottom: 120px!important
    }
    
    footer {
        max-width: none;
        width: 100%;
        padding-left: 15px!important;
        padding-right: 15px!important;
        padding-bottom: 10px!important;
    }
    
    .copyright {
        font-size: 12px;
        line-height: 33px;
        text-align: center;
        padding-top: 10px;
    }
    
    .modal {
        padding: 25px 50px;
        width: fit-content;
    }
    
    .modal .close {
        top: 35px;
        right: 30px;
    }
    
    .modal .close img {
        width: 30px
    }
    
    .modal-content {
        max-width: none;
    }
    
    .modal ul {
        gap: 15px;
    }
    
    .modal li {
        padding: 0;
        width: calc(100%/2 - 10px);
    }
    
    .modal li a {
        font-size: 18px;
    }
    
    .genres {
        margin-top: 30px;
    }
    
    .genres .modal ul {
        margin-top: 15px;
        gap: 15px;
    }
    
    #slideshow {
        height: 840px!important;
    }
    
    .bell_top {
        width: 70px;
    }
    
    .modal_tl_flex {
        display: block;
    }
    
    .modal_tl_flex .modal_text {
        font-size: 28px;
        line-height: 39px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');

@media(max-width:768px) {
    .sp {
        display: block!important;
    }
    
    .pc {
        display: none!important;
    }
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.relative {
    position: relative;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none!important;
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}

.cls-1 {
    filter: none;
}

#logo_04 {
    overflow: visible;
}

.logo_a {
    transform: translate(-100px, -20px);
}

.logo_g {
    transform: translate(100px, -20px);
}

.logo_5 {
    transform: translate(0, 60px);
}

.logo_1 {
    transform: translate(-100px, 20px);
}

.logo_0 {
    transform: translate(100px, 20px);
}

.logo_a,
.logo_g,
.logo_5,
.logo_1,
.logo_0 {
    animation: moveToPosition 0.5s ease-in-out forwards;
}

@keyframes moveToPosition {
    from {
        opacity: 0;
    }
    
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes moveToTopLeftAndFadeOut {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    
    100% {
        opacity: 0;
        transform: translate(-100%, -100%);
    }
}

@keyframes moveToTopLeftAndFadeOut {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    
    to {
        transform: translate(-70vw, -70vh) scale(.5);
        opacity: 0;
    }
}

@keyframes moveAndShrink {
    to {
        left: 100%;
        width: 50px;
        height: 50px;
    }
}

@keyframes fadeOutSlowly {
    0% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}

@keyframes fadeInSlowly {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

.hidden {
    display: none;
}


