﻿@charset "utf-8";

/**ページの設定**/
body {
    font-family: "Noto Sans JP",sans-serif;
    margin: 0px;
    padding: 0px;
}

/**リンクの色設定**/
a:link {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

a:hover {
    color: #FFFFFF;
}

a:active {
    color: #FFFFFF;
}

a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/**loading**/
#line-1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
}

.expand {
    width: 100vw;
    height: 100vh;
    color: #FFFFFF;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.A001 {
    font-size: 35px;
}

.A002{
    font-size: 20px;
}

/**マウス選択時**/
::selection {
    background: #FFFFFF;
    color: #303030;
}

::-moz-selection {
    background: #303030;
}

/**ヘッダーとナビゲーションバーの設定**/
.contanner {
    display: flex;
    flex-flow: row;
}

/**ヘッダーの設定**/
header {
    float: left;
    background: rgba(23,23,23,0.8);
}

#header-text1 {
    margin: 0px;
    padding: 15px 75px 5px 75px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 2.5px;
}

#header-text2 {
    margin: 0px;
    padding: 5px 75px 5px 75px;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
}

#header-text3 {
    margin: 0px;
    padding: 5px 75px 15px 75px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0.4px;
}

/**ナビゲーションバーの設定**/
nav {
    width: auto;
    height: auto;
    background: rgba(23,23,23,0.8);
    float: left;
    position: relative;
    flex: auto;
}

.navbar1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40%;
    display: flex;
    box-sizing: border-box;
    list-style-type: none;
    justify-content: space-around;
}

.navlink1 {
    font-family: "Noto Sans JP",sans-serif;
    margin: 0px;
    padding: 0px;
    width: inherit;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    color: #FFFFFF;
    font-size: 15px;
    align-items: center;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    border-color: #FFFFFF;
}

.navlink1 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.navlink1 a:hover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(128,128,128,0.5);
}

.navbar2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 60%;
    list-style-type: none;
    display: flex;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
}

.navlink2 {
    font-family: "Noto Sans JP",sans-serif;
    margin: 0px;
    padding: 0px;
    width: inherit;
    height: 100%;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    border-color: #FFFFFF;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.navlink2 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.navlink2 a:hover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(128,128,128,0.5);
}

/**メイン要素の設定①**/
main {
    padding-bottom: 20px;
    background: rgba(23,23,23,0.7);
    background-image: radial-gradient(#303030 20%, transparent 0), radial-gradient(#303030 20%, transparent 0);
    background-position: 0 0, 5px 5px;
    background-size: 5px 5px;
}

.image {
   width: 100%;
}

.space{
    margin:500px;
}

/**メイン要素の設定②**/
.title {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    clear: left;
}

.title-text1 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #FFFFFF;
}

.title-text2 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

/**活動内容の設定①**/
.main-content {
    width: 100%;
    margin: auto;
    background: rgba(23,23,23,1);
}

.overview-title1 {
    width: 75%;
    height: auto;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    clear: left;
    background: rgba(23,23,23,1);
}

.overview-title-text1 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

/**活動内容の設定②**/  /**画像あり**/
.overview-title-text2 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    text-shadow: 3px 2px 3px #000000;
}

.overview-title-text3 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 3px 2px 3px #000000;
}

.overview-title-text4 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 3px 2px 3px #000000;
}

.background-image0 {
    height: 100vh;
    background-image: url('./image/background/image0.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-image1 {
    height: 100vh;
    background-image: url('./image/background/image1.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-image2 {
    height: 100vh;
    background-image: url('./image/background/image2.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-image3 {
    height: 100vh;
    background-image: url('./image/background/image3.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-image4 {
    height: 100vh;
    background-image: url('./image/background/image4.png');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview-text {
    width: 75%;
    height: auto;
    text-align: left;
}

/**活動報告の設定**/
.main-content2 {
    width: 75%;
    height: auto;
    margin: auto;
    clear: both;
}

.activity-title-text2 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.activity-title-text3 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.activity-box {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    overflow: inherit;
}

.activity-inner {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    display: inline-block;
    background: rgba(255,255,255,0.1);
    box-sizing: border-box;
}

.activity-box-text1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right:20px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    background: rgba(255,255,255,0.1);
}

.activity-box-text2 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    float: left;
    width: 60%;
    display: table-cell;
    vertical-align: middle;
}

.activity-image {
    width: 100%;
    height: auto;
}

.activity-box-image1 {
    float: left;
    width:40%;
    height: auto;
}

.download {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    border: solid;
    border-width: 1px;
    display: inline-flex;
    margin: 10px 0px 10px 0px;
}

.download:hover {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #1DA1F2;
    border: solid;
    border-width: 1px;
    display: inline-flex;
    margin: 10px 0px 10px 0px;
    background-color: #1d5cf2;
}

.download-link{
    padding: 5px;
    display: flex;
}

#Movie{
     clear: both;
}

/**活動ナビゲーションの設定**/
.activity-nav {
    margin: auto;
    padding: 0px;
    width: 75%;
    height: 65px;
    box-sizing: border-box;
    background: rgba(23,23,23,1);
    display:table;
}

.activity-navbar1 {
    box-sizing: border-box;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    height: 65px;
    display: table;
    vertical-align: middle;
    height:100%;
    background: rgba(23,23,23,1);
}

.activity-navlink1 {
    padding: 0px 20px 0px 0px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    float: left;
    width: auto;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    background: rgba(23,23,23,1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.activity-navlink2 {
    font-family: "Noto Sans JP",sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    height:100%;
}

/**活動報告背景の色**/  /**画像あり**/
.background {
    height: auto;
    background-image: url('./image/top-image.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-2 {
    width: 100%;
    background: rgba(0,0,0,0.8);
}

/**学校案内の設定**/
.main-content3 {
    width: 75%;
    height: 100vh;
    margin: auto;
    clear: both;
}

.guide1 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.guide2 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.guide{
    height:600px;
}

/**フッターの設定**/
footer {
    padding: 30px;
    background: #171717;
    color: #FFFFFF;
    font-family: "Noto Sans JP",sans-serif;
}