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

#top #conWrap {
	padding-top: 0;
}

#top #post_list_wrap .post_list > li {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
#top #post_list_wrap .post_list {
    grid-gap: 3rem 0;
}
}



/* #topmain
----------------------------------------- */
#topmain {
	height: 100vh;
}

#topmain .inner {
    width: 100%;
	max-width: none;
	height: 100%;
    padding: 0;
}

#topmain .topmain_layout {
    width : 100%;
	height: 100%;
	padding: 0;
	position: relative;
}

#topmain .topmain_layout h1 {
    width: 100%;
    max-width: calc(100% - 10rem);
	position: absolute;
    bottom: 8rem;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
}
#topmain .topmain_layout h1 span {
	font-size: 4rem;
    letter-spacing: 0.5em;
    font-weight: 400;
    font-family: "游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    color: #FFFFFF;
    filter: drop-shadow(0 0 10px #000000) drop-shadow(0 0 20px #000000);
}


#topmain .topmain_layout .point_list {
	position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
    
    display: flex;
    width: 100%;
    max-width: 130rem;
    /*flex-flow: row;
    align-items: stretch;
    justify-content: space-between;*/
}
#topmain .topmain_layout .point_list > li {
	margin: 0 0.5rem;
    background-color: rgba(0,94,172,0.70);
    /*flex-basis: 25%;*/
    flex: 1;
    padding: 1.5rem 2rem;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
#topmain .topmain_layout .point_list > li .txt {
	text-align: center;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    white-space: nowrap;
}
#topmain .topmain_layout .point_list > li .txt span {
	font-size: 1.4rem;
    line-height: 1.4;
}


#topmain .top_slider,
#topmain .slick-list,
#topmain .slick-track {
    height: 100%;
}
#topmain li.slick-slide {
    width : 100%;
    height: 100%;
	display: flex;
	justify-content: flex-end;
}
#topmain li.slick-slide a {
}

#topmain .slider_wrap {
	width: 100%;
	height: 100%;
}
#topmain .slide_wrap {
    width: 100%;
	height: 100%;
}
#topmain .top_slider li .img {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#topmain .slick-dots {
    bottom: 2rem;
	right: 0;
    text-align: center;
}
#topmain .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1.0rem;
}
#topmain .slick-dots li:last-child {
    margin-right: 0;
}
#topmain .slick-dots li button:before {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    opacity: .5;
    background-color: transparent;
	border: 1px solid #336680;
}
#topmain .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #336680;
}


@media only screen and (max-width: 768px) {
#topmain {
	/*height: calc(100vh - 7.5rem);
    height: calc(calc(var(--vh, 1vh) * 100) - 7.5rem);*/
    /*height: calc(var(--vh, 1vh) * 100);*/
    height: 60vh;
}
#topmain .inner {
	width: 100%;
}

#topmain .topmain_layout {
    padding: 0;
}
	
#topmain .topmain_layout h1 {
    width: 100%;
    max-width: calc(100% - 2.5rem);
	position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain .topmain_layout h1 span {
	font-size: 2rem;
    letter-spacing: 0.3em;
    white-space: nowrap;
}

#topmain .topmain_layout .point_list {
	bottom: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    max-width: 34.5rem;
}
#topmain .topmain_layout .point_list > li {
	margin: 0;
    padding: 0.5rem 0.8rem;
}
#topmain .topmain_layout .point_list > li .txt {
	font-size: 1.1rem;
    line-height: 1.5;
}
#topmain .topmain_layout .point_list > li .txt span {
	font-size: 0.9rem;
    line-height: 1.3;
    margin: 0.3rem 0;
}
    
#topmain .slide_wrap {
    width: 100%;
	height: 100%;
}
	
#topmain .copy_wrap {
	bottom: 0;
	right: 5rem;
}
#topmain .copy_wrap h1 {
	font-size: 1.7rem;
}
#topmain .copy_wrap a::after {
    width: 0.1rem;
    height: 7rem;
    margin-top: 1.5rem;
}

#topmain .slick-dots {
    bottom: 1.5rem;
}
}


/* #concept
----------------------------------------- */
#concept {
    position: relative;
}
#concept .inner {
    padding-top: 12rem;
}
#concept h2 {
    font-size: 4.4rem;
    line-height: calc(62/44);
    letter-spacing: 0.2em;
    text-align: center;
    color: #529dd1;
}
#concept .txt_wrap {
    font-size: 2.4rem;
    line-height: calc(62/24);
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 5rem;
}

#concept .bg {
    width: 69.8rem;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    position: absolute;
    top: 12rem;
    right: -3rem;
    transform: translate(0,0);
    z-index: -1;
}
#concept .bg img {
    width: 100%;
}
 
@media only screen and (max-width: 768px) {
#concept .inner {
    padding-top: 6rem;
}
#concept h2 {
    font-size: 1.8rem;
}
#concept .txt_wrap {
    font-size: 1.2rem;
    margin-top: 2rem;
}

#concept .bg {
    width: 29.8rem;
    top: 3rem;
    right: -1.5rem;
}
}


/* #message
----------------------------------------- */
#message {
}
#message .inner {
    max-width: 98rem;
    padding-top: 13rem;
}

#message .movie_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#message .movie_wrap iframe {
    width: 100%;
    height: 100%;
}

#message .btn_wrap {
    margin-top: 7rem;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
#message {
}
#message .inner {
    max-width: 33rem;
    padding-top: 6rem;
}

#message .btn_wrap {
    margin-top: 3.5rem;
}

}



/* #post_list_wrap
----------------------------------------- */
#post_list_wrap {
}
#post_list_wrap .inner {
    padding-top: 11rem;
}


.tab-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.tab-container::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #529dd1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.tab-container .tab {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    text-align:center;
    width: calc(346/1200*100%);
    padding: 0.5rem 1rem;
    border: 3px solid #529dd1;
    color: #529dd1;
    cursor: pointer;
    transition: all .6s;
}
.tab-container .tab:not(:first-child) {
    margin-left: -3px;
}
.tab-container .tab:hover {
    background-color: #529dd1;
    color: #FFFFFF;
}
.tab.active {
     background-color: #529dd1;
    color: #FFFFFF;
}


.content-container {
    width: 100%;
    margin-top: 6rem;
}
.content {
    display: none;
}
.content.show {
    display: block;
}

#post_list_wrap .btn_wrap {
    margin: auto;
    margin-top: 7rem;
}

@media screen and (max-width: 768px) {
#post_list_wrap .inner {
    padding-top: 5rem;
}

.tab-container::after {
    height: 3px;
}
.tab-container .tab {
    font-size: 1.4rem;
}
.tab-container .tab:not(:first-child) {
    margin-left: -3px;
}


.content-container {
    margin-top: 3rem;
}
.content {
    display: none;
}
.content.show {
    display: block;
}

#post_list_wrap .btn_wrap {
    margin: auto;
    margin-top: 6rem;
}
}




/* #information
----------------------------------------- */
#information {
}
#information .inner {
    max-width: 96rem;
    padding-top: 16rem;
}

#information h2.con_ttl .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
#information h2.con_ttl span.en {
    font-size: 4.8rem;
}
#information h2.con_ttl span.jp {
    margin-top: 2rem;
}

#information .feed_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 9rem;
}
#information .feed_wrap iframe {
    width: 100%;
    height: 100%;
}

#information .btn_wrap {
    margin-top: 7rem;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
#information {
}
#information .inner {
    padding-top: 8rem;
}

#information h2.con_ttl .icon {
    width: 6rem;
    margin: auto;
    margin-bottom: 2rem;
}
#information h2.con_ttl span.en {
    font-size: 2.4rem;
}
#information h2.con_ttl span.jp {
    margin-top: 1rem;
}

#information .feed_wrap {
    margin-top: 4.5rem;
}

#information .btn_wrap {
    margin-top: 3.5rem;
}

}



/* #about
----------------------------------------- */
#about {
}
#about .inner {
    /*width: 100%;
    max-width: none;*/
}

#about .con_ttl {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}
#about .about_layout {
    align-items: center;
}
#about .about_layout > li.img {
    width: calc(800 / 1400 * 100%);
}
#about .about_layout > li.txt {
    width: calc(520 / 1400 * 100%);
    /*padding-right: calc(100 / 1400 * 100%);*/
}
#about .img_wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 3rem;
}
#about h2 {
    font-size: 3rem;
}
#about .txt_wrap {
    font-size: 2.4rem;
    font-weight: 400;
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
#about {
}
#about .inner {
    width: 33rem;
}
#about .con_ttl {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}
#about .about_layout {
    align-items: center;
}
#about .about_layout > li.img {
    width: calc(100% + 2rem);
    margin-left: -1rem;
}
#about .about_layout > li.txt {
    width: 100%;
    padding-right: 0;
    padding-top: 3rem;
}
#about .img_wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 2rem;
}
#about h2 {
    font-size: 1.8rem;
}
#about .txt_wrap {
    font-size: 1.5rem;
    margin-top: 2rem;
}
    
#about .btn_wrap {
    position: absolute;
    top: 2rem;
    right: 0;
    z-index: 2;
}
}

