@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------

	 共通

---------------------------------------------------------------------*/
body {
    -webkit-text-size-adjust: 100%;
    position: relative;
    min-width: 1024px;
    font-weight: 400;
}
img {
 image-rendering: -webkit-optimize-contrast;
}
.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999999999999;
    width: 100vw;
    height: 100vh;
    margin: -50px auto 0;
}

.loader,
.loader:before,
.loader:after {
    width: 1.8em;
    height: 1.8em;
    border-radius: 8px 8px 8px 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #03B9EF;
    font-size: 13px;
    line-height: 13;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

#wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

a:focus,
*:focus {
    outline: none;
}

/* IE8+, Chrome */
input,
button {
    outline: 0;
}

/* Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

.pc_off {
    display: none !important;
}

br.pc_off {
    display: none;
}

.smt_off {
    display: inherit;
}

br.smt_off {
    display: inherit;
}

.smt-on {
    display: none;
}



a {
    transition: all 0.3s;
}

a img {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

a.link {
    text-decoration: underline;
}

.contents {
    max-width: 1024px;
    margin: auto;
}

@media screen and (max-width: 1040px) {
    .contents {
        max-width: 90%;
    }
}

#page_top {
    width: 33px;
    height: 22px;
    position: fixed;
    right: 18px;
    bottom: 60px;
    z-index: 9999;
}

#page_top a {
    position: relative;
    display: block;
    text-decoration: none;
}

/* Full Screen Navigation */
.menu {
    position: absolute;
    right: 0;
    top: 24px;
    width: 45px;
    height: 45px;
    z-index: 999999;
}

.menu__line {
    background: #0075BF;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
    z-index: 999999;
}

.menu__line--center {
    top: 9px;
}

.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}

.gnav {
    background: rgba(220, 220, 220, 0.95);
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 101;
    left: 0;
}

.gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.gnav__menu__item a {
    color: #03b9ef;
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    padding: 20px;
    text-decoration: none;
    transition: .5s;
}

.gnav__menu__item a:hover {
    color: #0075BF;
}

/* 追記1 */
.gnav__menu li {
    border-bottom: solid 1px #fff;
    width: 400px;
}

.gnav__menu__item a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 8px 0 8px 10px;
}

.gnav__menu__item a::before {
    content: '';
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: var(--color-accent);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform var(--transition-hover);
    transition: transform var(--transition-hover);
    transition: transform var(--transition-hover), -webkit-transform var(--transition-hover);
    width: 0.25rem;
    height: .45rem;
    margin-right: 1rem;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -3px;
}

.gnav__menu__item a:hover {
    color: #0075BF;
}

a.menu:hover {
    text-decoration: none;
}

/* 追記2 */
a.menu:hover {
    text-decoration: none;
}

.menu__line--top {
    top: 15px;
}

.menu__line--bottom {
    bottom: 15px;
    width: 45px;
    right: 0px;
}

.menu__line--top.active {
    top: 22px;
    left: 6px;
    width: 35px;
    transform: rotate(45deg);
}

.menu__line--bottom.active {
    bottom: 21px;
    right: 5px;
    width: 35px;
    transform: rotate(135deg);
}

.menu__line--bottom.active,
.menu__line--top.active {
    background: #03B9EF;
}

/* header */
#header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9999;
}

.header_navi {
    max-width: 800px;
    height: 60px;
    margin: auto;
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    top: 16px;
}

.logo img {
    max-width: 253px;
    user-select: none;
}

.mainImage {
    background: url("../images/test.png") no-repeat 50%/cover;
    background: url("../images/mainBg.png") no-repeat 50%/cover;
    height: calc(100vh - 100px);
    margin-bottom: 40px;
    overflow: hidden;
    padding-top: 100px;
}

@media screen and (max-width: 1440px) {
    .mainImage {
        height: 720px;
    }
}

/* 1440px */

.mainInner {
    max-width: 1024px;
    max-width: 1070px;
    margin: auto;
    position: relative;
}

.main_parts1-1 {
    position: absolute;
    top: 76px;
    left: 30px;
}

.main_parts1-2 {
    position: absolute;
    top: 216px;
    left: 30px;
}

.main_parts3 {
    position: absolute;
    top: 392px;
    left: 30px;
}

.main_parts4 {
    position: absolute;
    top: 380px;
    right: 325px;
}

.main_parts5 {
    position: absolute;
    top: 170px;
    right: 90px;
}

.main_parts6 {
    position: absolute;
    top: 160px;
    right: 20px;
}

.main_parts1-1 img {
    max-width: 642px;
}

.main_parts1-2 img {
    max-width: 509px;
}

.main_parts3 img {
    max-width: 276px;
}

.main_parts4 img {
    max-width: 74px;
}

.main_parts5 img {
    max-width: 208px;
}

.main_parts6 img {
    max-width: 40px;
}


/* new */

.mainImage01 {
	background: url("../images/mainBg01.png") repeat-x 100%/contain;
	height: 100vh;
    height: 915px;
	margin-bottom: 40px;
	overflow: hidden;
	padding-top: 100px;
}
/*
@media screen and (max-width: 1440px) {
    .mainImage01 {
        height: 720px;
    }
}
*/
.main_parts01 img {
    max-width: 120px;
}
.main_parts02 img {
    max-width: 650px;
}
.main_parts03 img {
    max-width: 330px;
}
.main_parts04 img {
    max-width: 125px;
}
.main_parts05 img {
    max-width: 380px;
}
.main_parts06 img {
    max-width: 70px;
}
.main_parts07 img {
    max-width: 135px;
}
.main_parts01 {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 9;
}
.main_parts02 {
	position: absolute;
	top: 106px;
	left: 108px;
}
.main_parts03 {
	position: absolute;
	top: 271px;
	left: 108px;
}
.main_parts04 {
	position: absolute;
	top: 277px;
	left: 387px;
}
.main_parts05 {
	position: absolute;
	top: 187px;
	right: 8px;
}
.main_parts06 {
	position: absolute;
	top: 132px;
	right: -15px;
}
.main_parts07 {
	position: absolute;
	top: 645px;
	right: 15px;
}
h3.ttl {
    max-width: 350px;
    text-align: center;
    margin: auto;
}

.message_area {
    max-width: 1024px;
    margin: -160px auto 100px;
    text-align: center;
}

.message_area h3 {
    margin: 0 auto 70px;
}

.message_area p {
    line-height: 2.4;
}

.message_area h2 {
    font-size: 18px;
    margin-top: 50px;
}

.contents_areaBg {
    background: url("../images/waveBg1-4.png") repeat-x top 340px left 100%/contain;
}

.contents_area {
    background: url("../images/contentsBg.png") no-repeat 0 0/1024px auto;
    max-width: 1024px;
    height: 565px;
    margin: 0 auto 140px;
    position: relative;
}

.contents_area h3.ttl_contents {
    position: absolute;
    right: 50%;
    top: -15px;
    transform: translate(50%, 0%);
}

.contents_area h3.ttl_contents img {
    max-width: 246px;
}

.contents_area_inner {
    max-width: 850px;
    padding: 120px 0 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: auto;
}

.contents_area_txt {
    color: #fff;
    width: 100%;
    max-width: 408px;
}

.contents_area_txt h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 26px;
    letter-spacing: 2px;
}

.contents_area_txt p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.contents_area_img {
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.contents_character1 {
    max-width: 127px;
}

.contents_character2 {
    max-width: 196px;
}

img.character1,
img.character2 {
    width: 100%;
}

.contents_character2 {
    margin-left: 25px;
}

.more_contents {
    text-align: center;
    width: 100%;
}

.more_contents a {
    display: block;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #03B9EF;
    background: #fff;
    padding: 20px 0 24px;
    border-radius: 60px;
}

.more_contents a:hover {
    text-decoration: none;
    background: #0075BF;
    color: #fff;
}

.papers_area {
    text-align: center;
    padding: 0 0 140px;
    padding: 0;
    margin-bottom: 140px;
}

.papers_area h3.ttl {
    margin-bottom: 70px;
}

.papers_area h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.papers_area p.apers_txt {
    font-size: 20px;
    margin-bottom: 47px;
    line-height: 1.9;
}

.papers_area ul {
    max-width: 704px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.papers_area ul li a {
    color: #fff;
}

.papers_area ul li a:hover {
    text-decoration: none;
}

.papers_area ul li {
    background: #03B9EF;
    color: #fff;
    font-weight: 700;
    width: 316px;
    padding: 35px 40px 22px;
    border-radius: 50px 50px 50px 0;
}

.papers_area ul li p {
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1;
}

.papers_area ul li p span {
    background: url("../images/dot_w.png") repeat-x bottom 0 left 0/7px auto;
    padding-bottom: 16px;
    margin-bottom: 9px;
    display: inline-block;
    width: 100%;
}

.papers_area ul li h5 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}

.project {
    padding: 140px 0 0px;
    background: url("../images/waveBg2.png") repeat-x top 0 left 100%/cover;
    margin-bottom: 140px;
}

.glass_img {
    text-align: center;
    margin: 63px auto 30px;
}

.glass_img img {
    max-width: 335px;
}

.project_txt {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 58px;
    text-align: center;
}

.more_project {
    text-align: center;
    max-width: 406px;
    margin: 0 auto 0;
}

.more_project a {
    display: block;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 600;
    background: #03B9EF;
    color: #fff;
    padding: 20px 0 24px;
    border-radius: 60px;
}

.more_project a:hover {
    text-decoration: none;
    background: #0075BF;
}


.more_project_bottom {
    text-align: center;
    margin-bottom: 100px;
}

/* トップイベント部分-表示
.events_areaBg {
	background: url("../images/eventsBg1_01.png") repeat-x top 0 left 100%/contain,url("../images/eventsBg1_02.png") repeat-x bottom 0 left 100%/contain;
	padding: 200px 0 115px;
    position: relative;
}
*/
.events_areaBg {
    background: url("../images/eventsBg1_03.png") repeat-x top 0 left 100%/contain;
    padding: 280px 0 0;
    position: relative;
    margin-bottom: 35px;
}

.line1 {
    position: absolute;
    background: url("../images/line_s.png") no-repeat left 0 top 0/140px auto;
    display: block;
    width: 140px;
    height: 196px;
    left: 0px;
    top: -30px;
    z-index: 9;
}

.line2 {
    position: absolute;
    background: url("../images/line_s.png") no-repeat left 0 top 0/140px auto;
    display: block;
    width: 140px;
    height: 196px;
    right: 0px;
    bottom: -60px;
    z-index: 0;
}

.events_area {
    background: #03B9EF;
    height: 100%;
}

.events_area_inner {
    max-width: 1024px;
    margin: auto;
    text-align: center;
}

h4.event_copy {
    font-size: 39px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #fff;
    margin: 70px 0 65px;
}

.event_character {
    width: 151px;
    height: 166px;
    position: absolute;
    top: -85px;
    right: 150px;
    z-index: -1;
}

.event_character img {
    max-width: 151px;
}

ul.event_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 45px;
}

ul.event_list li {
    width: 31%;
    margin-bottom: 40px;
}

ul.event_list li a:hover {
    text-decoration: none;
}

.event_img {
    margin-bottom: 30px;
}

.event_img img {
    width: 315px;
    width: 100%;
    height: 262px;
    object-fit: cover;
    border-radius: 50px 50px 50px 0;
}

/* zoom用 */
.event_img {
    overflow: hidden;
    border-radius: 50px 50px 50px 0;
}

.event_img img {
    transition: transform 0.2s linear;
    width: 100%;
}

.event_img img:hover {
    transform: scale(1.1);
}

.event_txt {
    color: #fff;
}

.event_txt h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    min-height: 60px;
}

.event_txt h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.event_txt p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.more_event {
    text-align: center;
    width: 230px;
    margin: 28px auto;
}

.more_event a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #03B9EF;
    background: #fff;
    padding: 16px 0 18px;
    border-radius: 60px;
}

.more_event a:hover {
    text-decoration: none;
    background: #0075BF;
    color: #fff;
}

.more-btn img {
    width: 100px;
}

.more-btn {
    margin: auto;
}

.more-btn:hover {
    cursor: pointer;
}

.logo_footer img {
    max-width: 330px;
}

.logo_footer {
    text-align: center;
    margin: 0 auto 30px;
}

.copyright {
    text-align: center;
    font-size: 13px;
    background: #0075BF;
    color: #fff;
    padding: 6px 0 8px;
    position: relative;
    z-index: 99;
}

.contents_mainBg {
    background: url("../images/contents_mainBg3.png") repeat-x 50% 0/cover, url("../images/archiveBg.png") repeat-x 50% 0/cover;
    min-height: 946px;
    padding-top: 100px;
}

.contents_main {
    max-width: 1024px;
    margin: auto;
    padding: 82px 0 100px;
}

.contents_ttl_main {
    text-align: center;
    margin: 0 auto 43px;
}

.contents_ttl_main img {
    max-width: 520px;
}

.contents_story {
    text-align: center;
    margin: 0 auto 34px;
}

.contents_story img {
    max-width: 200px;
}

.contents_txt {
    text-align: center;
}

.contents_txt p {
    font-size: 16px;
    line-height: 1.85;
    color: #fff;
}

.contents_txt p:first-child {
    margin-bottom: 30px;
}

.contents_main_character_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -200px;
}

.contents_box {
    background: #82C1EA;
    background: #b2def5;
    border-radius: 12px;
    padding: 30px 20px 20px;
    width: 392px;
}

.contents_box h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.contents_box p {
    font-size: 14px;
}

.contents_main_character1 .contents_box {
    position: relative;
}

.contents_main_character2 .contents_box {
    position: relative;
}

.contents_main_character1 img {
    max-width: 250px;
    margin: 0 auto -14px 15px;
    display: block;
    z-index: 9;
    position: relative;
}

.contents_main_character2 img {
    max-width: 290px;
    margin: 0 10px -14px auto;
    display: block;
    z-index: 9;
    position: relative;
}

.archive_area {
    background: url("../images/archiveBg.png") repeat-x 50% 0/cover;
    padding-top: 100px;
    position: relative;
    margin-bottom: 40px;
    top: 0px;
}

.archive_area .ttl {
    padding-bottom: 50px;
}

.archive_contents {
    max-width: 1024px;
    margin: auto;
    padding-bottom: 50px;
}

.archive_contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.archive_contents ul li {
    width: 30%;
    margin-bottom: 50px;
}

.archive_contents ul li img {
    max-width: 210px;
    margin: auto;
    display: block;
}

.archive_contents ul li h5 {
    text-align: center;
    margin: 20px auto;
    max-width: 210px;
}

.archive_contents ul li h5.coming_soon {
    font-size: 16px;
    color: #03B9EF;
    background: #fff;
    font-weight: 500;
    display: block;
    padding: 10px 0 12px;
    border-radius: 60px;
    border: solid 1px #03B9EF;
}

.archive_contents ul li h5 a {
    font-size: 16px;
    color: #03B9EF;
    background: #fff;
    font-weight: 500;
    display: block;
    padding: 10px 0 12px;
    border-radius: 60px;
    border: solid 1px #03B9EF;
}

.archive_contents ul li h5 a:hover {
    text-decoration: none;
    color: #fff;
    background: #03B9EF;
}

.bottom_character {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
}

.bottom_character img {
    max-width: 240px;
}

/* iPad */
@media screen and (max-width: 1024px) {
    ul.event_list {
        max-width: 94%;
    }

    .contents_area {
        background: url("../images/contentsBg.png") no-repeat 0 0/contain;
        max-width: 94%;
    }

    .contents_main_character_area {
        width: 94%;
        margin: -200px auto 0;
    }
}

/* 1024px iPad */

/* topアニメーション */
.clip-text.reveal.transform {
    clip-path: polygon(0 0, 200% 0, 0 200%);
    transform: translateX(0) scale(1) skew(0);
}

.clip-text.transform {
    clip-path: polygon(0 0, 0 0, 0 0);
    transition: all 0.8s cubic-bezier(0.55, 0.06, 0.33, 1.85);
    transform: translateX(-30px) scale(0.86) skew(8deg);
}

.clip-text {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all 0.8s ease;
}

/* //topアニメーション */

.events_contents {
    max-width: 1024px;
    margin: auto;
    padding-top: 100px;
}

.glass {
    max-width: 1024px;
    margin: 0 auto 20px;
    border-bottom: solid 1px #231815;
    padding: 0 0 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.glass p {
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
}

.glass a img {
    width: 200px;
}
.pdfdl{
    margin-bottom: 8px;
}
.pdfdl a:hover{
    text-decoration: none;
}
.pdfdl a{
    float: right;
    width: auto;
    text-align: center;
    font-size: 14px;
    color: #03B9EF;
    background: #fff;
    margin-bottom: 16px;
    font-weight: 500;
    padding: 6px 40px 6px 20px;
    border-radius: 60px;
    border: solid 1px #03B9EF;
    text-decoration: none;
    position: relative;
    z-index: 99;
}
.pdfdl a{
    background: url("../images/pdficon.png") no-repeat right 16px bottom 50%;
    background-size: 16px;
}
.pdfdl a span{
    font-size: 13px;
}
.pdfdl a:hover{
    background: url("../images/pdficon_on.png") no-repeat right 16px bottom 50% #03B9EF;
    background-size: 16px;
    color: #fff;
}
.ttl_bg1{
    padding: 20px 0;
    background: #323C46;
    text-align: center;
}
.ttl_bg1 img{
    height: 64px;
    width: auto;
    max-width: 100%;
}
.pdfarea{
    padding: 6px;
    z-index: 9999999;
}