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

/* commmon */

*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }

body {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
	line-height: 230%;
	color: #333333;
	background: #ffffff;
    letter-spacing: 1px;
    position: relative;
}

body {
    overflow-x: hidden !important;
    
}

.forsp {
    display: none;
}
.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=70)";
}
a {
width: 100%;
height: 100%;
color: unset;
text-decoration: none;
}
img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem;
}

/* footer  */

footer {
    width:100%;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #e0e0e0;
    color: #000;
    font-size: 70%;
    text-align: center;
}
footer img {
    width: 160px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

.pagetop {
    width: 46px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 60px;
    opacity: 0;
    transition: all  0.6s ease;
}
.pagetop.scroll {
    opacity: 1;
}


/* header */

header {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 100;
    background-color: rgba(255,255,255,0.0);
    display: flex;
    transition: 0.5s;
    justify-content: space-between;
    align-items: center;
}
header a {
    display: block;
}
/*
header.scroll-nav {
    background-color: rgba(255,255,255,0.5);
}
*/
header .company_logo {
    max-width: 160px;
    height: 47px;
    margin: 10px;
    transition: 0.5s;
    display: block;
}
header .tw_blk {
    width: 110px;
    padding-right: 20px;
}

/* top page  */
.fv_blk {
    width: 100%;
    position: relative;
    padding: 220px 180px;
    text-align: center;
}
.fv_blk .sub_copy {
    max-width: 760px;
    font-size: 20px;
    color: #555;
    font-weight: 400;
    margin: 0 auto 100px auto;
}
.fv_blk h1 {
    max-width: 760px;
    font-size: 160px;
    color: #555;
    font-weight: 400;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto 150px auto;
}
.txt_body {
    margin-bottom: 100px;
}
.txt_body .fvtxt {
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.main_blk {
    text-align: center;
    border-top: #9DB8C4 1px solid;
    position: relative;
}
.main_blk.blk_2014,.main_blk.blk_2024 {
    background-image: url(../images/vertical_line.svg);
    background-repeat: repeat-y;
    background-size: 34px auto;
    padding-bottom: 200px;
}
.main_blk .sankaku {
    text-align: center;
}
.main_blk .sankaku img {
    width: 37px;
    margin: 0 auto 100px auto;
}
.main_blk .year_num {
    color: #9DB8C4;
    font-size: 100px;
    position: absolute;
    left: 10px;
    top: -67px;
}
.main_blk h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 100px;
    letter-spacing: 4px;
}
.main_blk .second_ph_blk {
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}
.main_blk .second_ph_blk img {
    width: 45%;
}
.video-container {
    position: relative;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    height: auto;
    margin:0  auto;
    cursor: pointer;
}
.video-container iframe {
    display: none;
    width: 100%;
    height: 100%;
}
.thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.main_blk .ten_year_after {
    margin: 40px auto 0 auto;
    max-width: 900px;
}
.main_blk .ten_year_after .border_v {
    width: 1px;
    height: 280px;
    margin: 80px auto 80px auto;
    background-color: #707070;
}
.main_blk .ten_year_after .text_blk {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}
.main_blk .ten_year_after .text_blk span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    margin: 0 auto 5px auto;
    display: inline-block;
}
.main_blk .ten_year_after .text_blk .ten_year_ttl {
    font-size: 60px;
    margin-top: -10px;
    margin-left: 60px;
    width: 70px;
}
.main_blk .ten_year_after .text_blk .ten_year_body {
    line-height: 300%;
    letter-spacing: 4px;
    margin-bottom: 110px;
}
.blk_2024 h2 .two_txt {
    font-size: 130%;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
}
.people {
    max-width: 1200px;
    margin: 200px auto 0 auto;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.people .people_ttl {
    width: 12%;
}
.people .person_group {
    width: 80%;
}
.people .people_ttl .border_v {
    width: 1px;
    height: 100px;
    margin: 0px auto 20px auto;
    background-color: #707070;
}
.people .people_ttl h3{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 60px;
    color: #707070;
    font-weight: 400;
    letter-spacing: 8px;
    margin: auto;
}
.people .blk01 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 140px;
}
.people .blk01 .parent_child {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 34%; 
    right: 0;
    border-bottom: #9DB8C4 1px solid;
    width: 70%;
    margin: auto;
}
.people .blk01 .person {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 220%;
    padding: 0 40px;
}
.people .blk01 .person .name {
    font-size: 26px;
}
.people .blk01 .person .cast {
    color: #64BDD4;
}
.people .blk01 .person img {
    max-width: 178px;
    margin: 20px auto;
}
.people .blk01 .person .body {
    font-size: 14px;
    line-height: 220%;
}
.people .blk02 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.people .blk02 > div {
    text-align: left;
    border: #9DB8C4 1px solid;
    border-radius: 14px;
    position: relative;
    padding: 30px 10px;
}
.people .blk02 .blk02_buka {
    width: 60%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}
.people .blk02 .blk02_joushi {
    width: 33%;
}
.people .blk02 .person {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 220%;
    padding: 20px 10px;
    text-align: center;
}
.people .blk02 .person .name {
    font-size: 24px;
}
.people .blk02 .person .cast {
    color: #64BDD4;
}
.people .blk02 .person img {
    max-width: 178px;
    margin: 5px auto;
}
.people .blk02 .person .body {
    font-size: 14px;
    line-height: 200%;
}
.people .blk02 .peron_txt {
    position: absolute;
    left: 10px;
    top: -45px;
}
.why_blk {
    padding-bottom: 100px;
}
.why_blk .fvtxt span {
    letter-spacing: -2px;
}
.why_blk .fvtxt.mgb_em {
    margin-bottom: 4em;
}
.talk_blk {
    padding-bottom: 100px;
}
.talk_blk .sub_h2 {
    color: #64BDD4;
    font-size: 30px;
    margin-bottom: 20px;
}
.talk_blk .comming_soon {
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: #64BDD4 1px solid;
    display: inline-block;
    padding: 0 40px;
}
.talk_blk .txt_body {
    max-width: 1100px;
    margin: 0 auto 2em auto;
}
.talk_blk .txt_body .talk_txt01 {
    padding-right: 220px;
    margin-bottom: 1em;
}
.talk_blk .txt_body .talk_txt02 {
    padding-left: 220px;
    margin-bottom: 3em;
}
.talk_blk .txt_body .talk_txt03 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 3em;
}
.talk_blk .talk_box {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #9DB8C4;
    padding: 40px;
    border-radius: 14px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
}
.talk_blk .talk_box > img {
    width: 42%;
    height: auto;
    display: block;
}
.talk_blk .talk_box .talk_right {
    width: 53%;
    height: auto;
    display: block;
    text-align: left;
}
.talk_blk .talk_box .talk_right p {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 160%;
}
.talk_blk .talk_box .talk_right .talk_ttl p {
    font-size: 24px;
    color: #45A7C1;
}
.talk_blk .talk_box .talk_right .talk_box_footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.talk_blk .talk_box .talk_right .talk_box_footer .link_arrow img {
    width: 40px;
    margin-left: 30px;
}
.talk_blk .talk_box a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.0);
    transition: all 0.3s ease;
    z-index: 2;
}
.talk_blk .talk_box a:hover {
    background-color: rgba(255,255,255,0.2);
}
.talk_blk .talk_box .tw_blk {
    position: relative;
    z-index: 3;
}
.pickup_blk .report_body .report_box a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.0);
    transition: all 0.3s ease;
}
.pickup_blk .report_body .report_box a:hover {
    background-color: rgba(255,255,255,0.2);
}
.pickup_blk {
    padding-bottom: 100px;
}
.pickup_blk .report_body {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pickup_blk .report_body .report_box {
    width: 31%;
    background-color: #EAF4FA;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    position: relative;
    margin-bottom: 40px;
}
.pickup_blk .report_body .report_box a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.0);
    transition: all 0.3s ease;
}
.pickup_blk .report_body .report_box a:hover {
    background-color: rgba(255,255,255,0.2);
}
.pickup_blk .report_body .report_box .report_box_footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pickup_blk .report_body .report_box .tw_blk {
    position: relative;
    z-index: 3;
    padding: 0 10px;
}
.pickup_blk .report_body .report_box p {
    padding: 1em 1.4em;
    min-height: 9em;
}
.pickup_blk .report_body .report_box .link_arrow {
    width: 44px;
}

}
/* pc end  */




/* animate  */
.animation {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }

.animation.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.animation.scrollin:nth-of-type(2) {
	transition-delay: 0.3s;
}
.animation.scrollin:nth-of-type(3) {
	transition-delay: 0.5s;
}
.animation.scrollin:nth-of-type(4) {
	transition-delay: 0.8s;
}


.animate {
    opacity : 0.0;
    transform : translate(0, 0);
    transition : all 1200ms 1.2s;
    }
.animate.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay: 0.8s;
}

.fadein1 {
    animation-name: fadeup;
    animation-timing-function: ease-in-out;
    animation-duration: 1.6s;
    animation-delay: .6s;
    animation-fill-mode: both;
}
.fadein2 {
    animation-name: fadeup;
    animation-timing-function: ease-in-out;
    animation-duration: 1.6s;
    animation-delay: 1.8s;
    animation-fill-mode: both;
}
.fadein3 {
    animation-name: fadeup;
    animation-timing-function: ease-in-out;
    animation-duration: 1.6s;
    animation-delay: 2.4s;
    animation-fill-mode: both;
}
.fadein4 {
    animation-name: fadeup;
    animation-timing-function: ease-in-out;
    animation-duration: 1.6s;
    animation-delay: 3.0s;
    animation-fill-mode: both;
}
@keyframes fadeup {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

