@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  header {
    display: block;
  }
}
header .unit_logo {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  width: 70vw;
  margin-right: -80px;
  position: relative;
  background: #D70C18;
  padding: 40px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  header .unit_logo {
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
    height: auto;
  }
}
header .unit_logo img {
  max-width: 92%;
}
header .unit_photo {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-top: 40px;
  width: 70vw;
  background: url(../../img/photo_header.png) center center no-repeat;
  background-size: cover;
  height: 250px;
}
header .unit_photo.basketball {
  background: url(../../img/photo_header_basketball.jpg) center center no-repeat;
  background-size: cover;
}
header .unit_photo.surfing {
  background: url(../../img/photo_header_surfing.jpg) center center no-repeat;
  background-size: cover;
}
header .unit_photo.soccer {
  background: url(../../img/photo_header_soccer.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  header .unit_photo {
    margin: 0;
    width: 100%;
    height: 150px;
  }
}

header .unit_logo {
  width: 40vw;
  height: auto;
  padding: 20px 20px 55px 20px;
}
@media screen and (max-width: 640px) {
  header .unit_logo {
    width: 100vw;
    padding: 20px 0;
  }
}

.team_copy {
  border-top: none;
  padding: 0;
  margin: 60px auto;
}

.unit_btn {
  text-align: center;
  margin: 30px 0;
}
.unit_btn .btn_top {
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #D70C18;
  color: #D70C18;
  padding: 10px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.unit_btn .btn_top:hover {
  color: #fff;
  background: #D70C18;
}

#container {
  padding-top: 90px;
  opacity: 1 !important;
}
@media screen and (max-width: 640px) {
  #container {
    padding-top: 70px;
  }
}

.mv {
  position: relative;
  padding-left: 80px;
  margin-top: -40px;
  margin-bottom: 80px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .mv {
    padding-left: 0;
    margin: 0 0 40px 0;
  }
}
.mv img {
  display: block;
  margin-left: auto;
}
.mv::before {
  content: "";
  width: 60vw;
  height: 60px;
  background-color: #01AAEB;
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .mv::before {
    display: none;
  }
}
.mv:after {
  content: "";
  width: 75vw;
  height: 100%;
  background-color: #004091;
  position: absolute;
  right: 22%;
  top: 40px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .mv:after {
    display: none;
  }
}

main {
  max-width: 1200px;
  margin: 40px auto 0;
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  main {
    font-size: 14px;
  }
}
main .message {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #004091;
}
@media screen and (max-width: 640px) {
  main .message {
    font-size: 16px;
  }
}
main .txt_report {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  main .txt_report {
    margin-left: 20px;
    font-size: 40px;
  }
}
main .archives {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
}
main .archives .inner {
  max-width: 976px;
  margin: auto;
}
main .archives .inner .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #002f6a;
  margin-bottom: 18px;
  text-align: center;
}
main .archives .inner .archives_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 65px 0;
}
@media screen and (max-width: 640px) {
  main .archives .inner .archives_box {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  main .archives .inner .archives_box a {
    line-height: 1;
  }
}
main .archives .inner .archives_box a.archive {
  display: block;
  border: 1px solid #d0d0d0;
  padding: 18px 18px 13px 18px;
  -webkit-box-shadow: 0px 6px 0px 0px #DFDFDF;
          box-shadow: 0px 6px 0px 0px #DFDFDF;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  main .archives .inner .archives_box a.archive {
    padding: 5px;
  }
}
main .archives .inner .archives_box a.archive.archive1 {
  width: 100%;
}
main .archives .inner .archives_box a.archive.archive2 {
  width: 47%;
}
@media screen and (max-width: 640px) {
  main .archives .inner .archives_box a.archive.archive2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .archives .inner .archives_box a.archive span {
  display: block;
  margin: 7px 0 5px;
  line-height: 1.4;
  color: #111;
}
@media screen and (max-width: 640px) {
  main .archives .inner .archives_box a.archive span {
    margin: 0 10px;
  }
}
main .title_news, main .title_history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  main .title_news, main .title_history {
    display: block;
    margin-bottom: 30px;
  }
}
main .title_news .logo_img, main .title_history .logo_img {
  margin-right: 40px;
  max-width: 150px;
}
@media screen and (max-width: 640px) {
  main .title_news .logo_img, main .title_history .logo_img {
    margin: 0 auto;
    width: 100px;
  }
}
main .title_news .unit_txt, main .title_history .unit_txt {
  margin: auto;
  text-align: center;
}
main .title_news .unit_txt h1, main .title_history .unit_txt h1 {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  main .title_news .unit_txt h1, main .title_history .unit_txt h1 {
    font-size: 30px;
    text-align: center;
  }
}
main .top_news {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  main .top_news {
    display: block;
  }
}
main .top_news .photo {
  width: 55%;
}
@media screen and (max-width: 640px) {
  main .top_news .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .top_news .photo img {
  border: solid 1px #004091;
  -webkit-box-shadow: #004091 -20px -20px 0;
          box-shadow: #004091 -20px -20px 0;
}
@media screen and (max-width: 640px) {
  main .top_news .photo img {
    -webkit-box-shadow: #004091 -10px -10px 0;
            box-shadow: #004091 -10px -10px 0;
  }
}
main .top_news .unit_txt {
  width: 42%;
}
@media screen and (max-width: 640px) {
  main .top_news .unit_txt {
    width: 100%;
  }
}
main .top_news .unit_txt .news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .top_news .unit_txt .icon {
  background: #fff;
  padding: 10px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border: solid 1px #ccc;
}
main .top_news .unit_txt h2 a {
  color: #004091;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  main .top_news .unit_txt h2 a {
    font-size: 16px;
  }
}
main .top_news .unit_txt h2 a:hover {
  color: #D70C18;
  text-decoration: underline;
}
main .top_news .table {
  margin: 20px 0;
}
main .top_news .table table {
  width: 100%;
  border-top: solid 1px #ccc;
}
main .top_news .table table tr {
  border-bottom: 1px solid #ccc;
}
main .top_news .table table tr th, main .top_news .table table tr td {
  padding: 10px 20px;
}
@media screen and (max-width: 640px) {
  main .top_news .table table tr th, main .top_news .table table tr td {
    padding: 10px 0;
  }
}
main .top_news .table table tr th {
  color: #D70C18;
  font-weight: normal;
}
main .top_news .table table tr td {
  font-weight: bold;
  color: #333;
}
main .top_news .utility_area h3 {
  color: #fff;
  background: #D70C18;
  line-height: 1;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
main .top_news .utility_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .top_news .utility_area ul li figure {
  text-align: center;
}
main .top_news .utility_area ul li figure figcaption {
  font-size: 14px;
  color: #666;
}
main .list_news {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(../../../images/wave_right.png) 100px -200px no-repeat;
  padding: 0 20px;
  padding-top: 200px;
}
@media screen and (max-width: 640px) {
  main .list_news {
    background: url(../../../images/wave_right.png) 50px -30px no-repeat;
    background-size: contain;
    padding-top: 100px;
  }
}
main .list_news .inner {
  max-width: 1200px;
  margin: auto;
}
main .list_news .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  main .list_news .inner ul {
    display: block;
  }
}
main .list_news .inner ul li {
  width: 30%;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  main .list_news .inner ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
main .list_news .inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .list_news .inner ul li img {
  border: solid 1px #e0e0e0;
  -webkit-box-shadow: #004091 -10px -10px 0;
          box-shadow: #004091 -10px -10px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  main .list_news .inner ul li img {
    -webkit-box-shadow: #004091 -10px -10px 0;
            box-shadow: #004091 -10px -10px 0;
  }
}
main .list_news .inner ul li .news_title {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  main .list_news .inner ul li .news_title {
    margin-top: 0;
  }
}
main .list_news .inner ul li .news_title .icon {
  background: #fff;
  padding: 10px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border: solid 1px #ccc;
}
main .list_news .inner ul li .news_title .icon img {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
main .list_news .inner ul li .news_title h3 {
  color: #333;
  font-weight: bold;
  line-height: 1.3;
}
main .list_news .inner ul li .news_title .archive_title {
  /*width: 82%;*/
  margin-top: -5px;
}
main .list_news .inner ul li .news_title .archive_title h3 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 3px;
  height: 4.8em;
}
main .list_news .inner ul li .news_title .archive_title .date {
  color: #666;
  font-size: 14px;
}
main .list_news .inner ul li:hover img {
  opacity: 0.8;
}
main .list_news .inner ul li:hover h3 {
  color: #D70C18;
  text-decoration: underline;
}
main .wave {
  height: 150px;
  margin: 0 calc(50% - 50vw) 0;
  background: url(../../../images/wave_left.png) 120% -200px no-repeat;
}
@media screen and (max-width: 640px) {
  main .wave {
    margin: 30px calc(50% - 50vw) 0;
    background: url(../../../images/wave_left.png) 0 0 no-repeat;
    background-size: contain;
  }
}
main .title_history {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  main .title_history {
    margin-top: 0;
  }
}
main .photo_team {
  margin: 0 calc(50% - 50vw);
}
main .photo_team figure img {
  width: 100vw;
}
main .photo_team figure figcaption {
  text-align: right;
  padding: 10px 20px;
}
main .history_title {
  color: #D70C18;
  font-size: 35px;
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 640px) {
  main .history_title {
    font-size: 20px;
    margin: 20px 0;
  }
}
main .history_year {
  margin-top: 60px;
  max-width: 950px;
  margin: 60px auto;
  position: relative;
}
main .history_year::after {
  content: "";
  border-left: solid 1px #999;
  left: 150px;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 640px) {
  main .history_year::after {
    left: 100px;
  }
}
main .history_year li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  main .history_year li {
    margin-bottom: 30px;
  }
}
main .history_year li .year {
  color: #999;
  font-size: 50px;
  text-align: right;
  margin-right: 70px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 640px) {
  main .history_year li .year {
    font-size: 30px;
    margin-right: 60px;
  }
}
main .history_year li .year::after {
  content: "";
  position: absolute;
  right: -48px;
  z-index: 5;
  width: 15px;
  height: 15px;
  border: solid 1px #999;
  border-radius: 40px;
  background: #fff;
  top: 18px;
}
@media screen and (max-width: 640px) {
  main .history_year li .year::after {
    right: -42px;
    top: 8px;
  }
}
main .history_year li .year small {
  font-weight: normal;
  display: block;
  font-size: 15px;
}
main .history_year li .history_info {
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  main .history_year li .history_info {
    padding-top: 5px;
  }
}
main .history_year li .history_info ul.photo {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  main .history_year li .history_info ul.photo {
    display: block;
  }
}
main .history_year li .history_info ul.photo li {
  background: #f9f9f9;
  padding: 10px;
  width: 48%;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  main .history_year li .history_info ul.photo li {
    width: 100%;
  }
}
main .history_year li .history_info ul.photo li figure {
  text-align: center;
}
main .history_year li .history_info ul.photo li figure figcaption {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  main .history_year li .history_info ul.photo li figure figcaption {
    text-align: left;
  }
}
/*# sourceMappingURL=com.css.map */